++ 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 Nov 7 02:25:23 UTC 2024 ===================' INFO: =================== Thu Nov 7 02:25:23 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 +++ cut -d / -f 1 +++ command -v ip +++ local nic=ens3 +++ 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 +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.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.11 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.11 ++ 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 +++ local servers=10.0.0.40 +++ local server_list= +++ cut -d ' ' -f 1 +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.40,10.20.0.11,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.11,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__.*__.*=.*$' ++ cut -d = -f 1 ++ sed 's/^API__//g' ++ sort + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.6/site-packages/keystonemiddleware/auth_token/_memcache_crypt.py:42: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography. The next release of cryptography will remove support for Python 3.6. from cryptography.hazmat import backends as crypto_backends 11/07/2024 02:25:31.593 7f762f8d3448 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 11/07/2024 02:25:31.625 7f762f8d3448 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 11/07/2024 02:25:31.642 7f762f8d3448 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 11/07/2024 02:25:31.642 7f762f8d3448 [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-11-07 02:25:35] "GET / HTTP/1.1" 200 45871 0.002014 10.0.0.40 - - [2024-11-07 02:25:35] "GET / HTTP/1.1" 200 45871 0.001524 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-11-07 02:25:35] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000697 10.0.0.40 - - [2024-11-07 02:25:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000393 10.0.0.40 - - [2024-11-07 02:25:36] "GET / HTTP/1.1" 200 35931 0.002188 10.0.0.40 - - [2024-11-07 02:25:36] "GET / HTTP/1.1" 200 35931 0.002644 10.0.0.40 - - [2024-11-07 02:25:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000524 10.0.0.40 - - [2024-11-07 02:25:36] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.721323 10.0.0.40 - - [2024-11-07 02:25:36] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003491 10.0.0.40 - - [2024-11-07 02:25:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.402583 10.0.0.40 - - [2024-11-07 02:25:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004241 10.0.0.40 - - [2024-11-07 02:25:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000551 10.0.0.40 - - [2024-11-07 02:25:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.039587 10.0.0.40 - - [2024-11-07 02:25:37] "GET /global-system-config/36041231-7e38-4609-89ae-97df9d4a30a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.004138 10.0.0.40 - - [2024-11-07 02:25:37] "POST /fqname-to-id HTTP/1.1" 404 220 0.003845 10.0.0.40 - - [2024-11-07 02:25:37] "POST /config-nodes HTTP/1.1" 200 599 0.021219 10.0.0.40 - - [2024-11-07 02:25:37] "GET / HTTP/1.1" 200 35931 0.001872 10.0.0.40 - - [2024-11-07 02:25:37] "GET / HTTP/1.1" 200 35931 0.002489 10.0.0.40 - - [2024-11-07 02:25:37] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000638 10.0.0.40 - - [2024-11-07 02:25:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000596 /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-11-07 02:25:38] "GET / HTTP/1.1" 200 35931 0.002245 10.0.0.40 - - [2024-11-07 02:25:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000658 10.0.0.40 - - [2024-11-07 02:25:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.684445 10.0.0.40 - - [2024-11-07 02:25:38] "GET /network-ipam/6debaa49-5d85-4390-b1c0-f34bd074498b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.003908 10.0.0.40 - - [2024-11-07 02:25:38] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.384516 10.0.0.40 - - [2024-11-07 02:25:39] "POST /fqname-to-id HTTP/1.1" 404 186 0.400859 10.0.0.40 - - [2024-11-07 02:25:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003769 10.0.0.40 - - [2024-11-07 02:25:39] "POST /fqname-to-id HTTP/1.1" 404 196 0.063398 10.0.0.40 - - [2024-11-07 02:25:39] "GET /global-system-config/36041231-7e38-4609-89ae-97df9d4a30a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.003413 10.0.0.40 - - [2024-11-07 02:25:39] "POST /job-templates HTTP/1.1" 200 555 0.064504 10.0.0.40 - - [2024-11-07 02:25:39] "POST /service-appliance-sets HTTP/1.1" 200 553 0.021658 10.0.0.40 - - [2024-11-07 02:25:39] "POST /fqname-to-id HTTP/1.1" 404 200 0.003358 10.0.0.40 - - [2024-11-07 02:25:39] "POST /fqname-to-id HTTP/1.1" 404 180 0.002813 10.0.0.40 - - [2024-11-07 02:25:39] "POST /fqname-to-id HTTP/1.1" 404 225 0.004676 10.0.0.40 - - [2024-11-07 02:25:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002810 10.0.0.40 - - [2024-11-07 02:25:39] "GET /global-system-config/36041231-7e38-4609-89ae-97df9d4a30a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.004308 10.0.0.40 - - [2024-11-07 02:25:39] "POST /job-templates HTTP/1.1" 200 563 0.068057 10.0.0.40 - - [2024-11-07 02:25:39] "POST /access-control-lists HTTP/1.1" 200 587 0.063290 10.0.0.40 - - [2024-11-07 02:25:39] "POST /fqname-to-id HTTP/1.1" 404 224 0.005223 10.0.0.40 - - [2024-11-07 02:25:39] "POST /fqname-to-id HTTP/1.1" 404 191 0.003880 10.0.0.40 - - [2024-11-07 02:25:39] "POST /service-appliance-sets HTTP/1.1" 200 541 0.022165 10.0.0.40 - - [2024-11-07 02:25:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810 10.0.0.40 - - [2024-11-07 02:25:39] "POST /job-templates HTTP/1.1" 200 545 0.070727 10.0.0.40 - - [2024-11-07 02:25:39] "POST /access-control-lists HTTP/1.1" 200 585 0.069360 10.0.0.40 - - [2024-11-07 02:25:39] "GET /network-ipam/6debaa49-5d85-4390-b1c0-f34bd074498b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.004152 10.0.0.40 - - [2024-11-07 02:25:39] "POST /fqname-to-id HTTP/1.1" 404 207 0.003521 10.0.0.40 - - [2024-11-07 02:25:39] "POST /route-targets HTTP/1.1" 200 327 0.017018 10.0.0.40 - - [2024-11-07 02:25:39] "POST /ref-update HTTP/1.1" 200 156 0.012631 10.0.0.40 - - [2024-11-07 02:25:39] "POST /job-templates HTTP/1.1" 200 577 0.076097 10.0.0.40 - - [2024-11-07 02:25:39] "POST /service-templates HTTP/1.1" 200 511 0.044419 10.0.0.40 - - [2024-11-07 02:25:39] "POST /route-targets HTTP/1.1" 200 327 0.014505 10.0.0.40 - - [2024-11-07 02:25:39] "POST /service-templates HTTP/1.1" 200 501 0.023813 10.0.0.40 - - [2024-11-07 02:25:39] "POST /fqname-to-id HTTP/1.1" 404 208 0.003235 10.0.0.40 - - [2024-11-07 02:25:39] "POST /ref-update HTTP/1.1" 200 156 0.011868 10.0.0.40 - - [2024-11-07 02:25:39] "POST /service-templates HTTP/1.1" 200 515 0.027095 10.0.0.40 - - [2024-11-07 02:25:39] "POST /job-templates HTTP/1.1" 200 579 0.068354 10.0.0.40 - - [2024-11-07 02:25:39] "POST /route-targets HTTP/1.1" 200 327 0.026447 10.0.0.40 - - [2024-11-07 02:25:39] "POST /service-templates HTTP/1.1" 200 535 0.024662 10.0.0.40 - - [2024-11-07 02:25:39] "POST /fqname-to-id HTTP/1.1" 404 210 0.006002 10.0.0.40 - - [2024-11-07 02:25:39] "POST /ref-update HTTP/1.1" 200 156 0.012211 10.0.0.40 - - [2024-11-07 02:25:39] "POST /service-templates HTTP/1.1" 200 507 0.018591 10.0.0.40 - - [2024-11-07 02:25:39] "POST /job-templates HTTP/1.1" 200 583 0.063007 10.0.0.40 - - [2024-11-07 02:25:39] "POST /route-targets HTTP/1.1" 200 327 0.049909 10.0.0.40 - - [2024-11-07 02:25:40] "POST /fqname-to-id HTTP/1.1" 404 198 0.003262 10.0.0.40 - - [2024-11-07 02:25:40] "POST /ref-update HTTP/1.1" 200 156 0.013187 10.0.0.40 - - [2024-11-07 02:25:40] "POST /fqname-to-id HTTP/1.1" 404 201 0.002913 10.0.0.40 - - [2024-11-07 02:25:40] "POST /job-templates HTTP/1.1" 200 559 0.064559 10.0.0.40 - - [2024-11-07 02:25:40] "POST /fqname-to-id HTTP/1.1" 404 203 0.002789 10.0.0.40 - - [2024-11-07 02:25:40] "POST /access-control-lists HTTP/1.1" 200 551 0.068752 10.0.0.40 - - [2024-11-07 02:25:40] "POST /job-templates HTTP/1.1" 200 569 0.066080 10.0.0.40 - - [2024-11-07 02:25:40] "PUT /access-control-list/06b94057-fcc4-41e7-a5c5-187b03df521c HTTP/1.1" 200 272 0.037627 10.0.0.40 - - [2024-11-07 02:25:40] "POST /fqname-to-id HTTP/1.1" 404 196 0.007506 10.0.0.40 - - [2024-11-07 02:25:40] "PUT /access-control-list/70c9a718-3a38-491a-abb3-f09cacd1c2a5 HTTP/1.1" 200 272 0.027939 10.0.0.40 - - [2024-11-07 02:25:40] "POST /job-templates HTTP/1.1" 200 555 0.068817 10.0.0.40 - - [2024-11-07 02:25:40] "POST /fqname-to-id HTTP/1.1" 404 196 0.003578 10.0.0.40 - - [2024-11-07 02:25:40] "POST /job-templates HTTP/1.1" 200 555 0.064068 10.0.0.40 - - [2024-11-07 02:25:40] "POST /fqname-to-id HTTP/1.1" 404 196 0.004111 10.0.0.40 - - [2024-11-07 02:25:40] "POST /job-templates HTTP/1.1" 200 555 0.064366 10.0.0.40 - - [2024-11-07 02:25:40] "POST /fqname-to-id HTTP/1.1" 404 186 0.003413 10.0.0.40 - - [2024-11-07 02:25:40] "POST /job-templates HTTP/1.1" 200 535 0.064625 10.0.0.40 - - [2024-11-07 02:25:40] "POST /fqname-to-id HTTP/1.1" 404 198 0.003474 10.0.0.40 - - [2024-11-07 02:25:41] "POST /job-templates HTTP/1.1" 200 559 0.061294 10.0.0.40 - - [2024-11-07 02:25:41] "POST /fqname-to-id HTTP/1.1" 404 198 0.009258 10.0.0.40 - - [2024-11-07 02:25:41] "GET / HTTP/1.1" 200 35931 0.002030 10.0.0.40 - - [2024-11-07 02:25:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000534 10.0.0.40 - - [2024-11-07 02:25:41] "POST /job-templates HTTP/1.1" 200 559 0.064204 10.0.0.40 - - [2024-11-07 02:25:41] "POST /fqname-to-id HTTP/1.1" 404 198 0.003739 10.0.0.40 - - [2024-11-07 02:25:41] "POST /job-templates HTTP/1.1" 200 559 0.064708 10.0.0.40 - - [2024-11-07 02:25:41] "POST /fqname-to-id HTTP/1.1" 404 201 0.003968 10.0.0.40 - - [2024-11-07 02:25:41] "POST /job-templates HTTP/1.1" 200 565 0.065172 10.0.0.40 - - [2024-11-07 02:25:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.032448 10.0.0.40 - - [2024-11-07 02:25:41] "GET /global-system-config/36041231-7e38-4609-89ae-97df9d4a30a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.003334 10.0.0.40 - - [2024-11-07 02:25:41] "POST /fqname-to-id HTTP/1.1" 404 197 0.003138 10.0.0.40 - - [2024-11-07 02:25:41] "POST /fqname-to-id HTTP/1.1" 404 220 0.003002 10.0.0.40 - - [2024-11-07 02:25:41] "POST /job-templates HTTP/1.1" 200 557 0.062242 10.0.0.40 - - [2024-11-07 02:25:41] "POST /config-database-nodes HTTP/1.1" 200 617 0.065229 10.0.0.40 - - [2024-11-07 02:25:41] "POST /fqname-to-id HTTP/1.1" 404 196 0.003918 10.0.0.40 - - [2024-11-07 02:25:41] "POST /job-templates HTTP/1.1" 200 555 0.065454 10.0.0.40 - - [2024-11-07 02:25:41] "POST /fqname-to-id HTTP/1.1" 404 205 0.003688 10.0.0.40 - - [2024-11-07 02:25:42] "POST /job-templates HTTP/1.1" 200 573 0.065283 10.0.0.40 - - [2024-11-07 02:25:42] "POST /fqname-to-id HTTP/1.1" 404 194 0.003684 10.0.0.40 - - [2024-11-07 02:25:42] "POST /job-templates HTTP/1.1" 200 551 0.065058 10.0.0.40 - - [2024-11-07 02:25:42] "POST /fqname-to-id HTTP/1.1" 404 208 0.003624 10.0.0.40 - - [2024-11-07 02:25:42] "POST /job-templates HTTP/1.1" 200 579 0.064958 10.0.0.40 - - [2024-11-07 02:25:42] "POST /fqname-to-id HTTP/1.1" 404 196 0.003291 10.0.0.40 - - [2024-11-07 02:25:42] "POST /job-templates HTTP/1.1" 200 555 0.061628 10.0.0.40 - - [2024-11-07 02:25:42] "POST /fqname-to-id HTTP/1.1" 404 198 0.003510 10.0.0.40 - - [2024-11-07 02:25:42] "POST /job-templates HTTP/1.1" 200 559 0.060929 10.0.0.40 - - [2024-11-07 02:25:42] "POST /fqname-to-id HTTP/1.1" 404 206 0.003623 10.0.0.40 - - [2024-11-07 02:25:42] "POST /job-templates HTTP/1.1" 200 575 0.061806 10.0.0.40 - - [2024-11-07 02:25:42] "POST /fqname-to-id HTTP/1.1" 404 197 0.003555 10.0.0.40 - - [2024-11-07 02:25:43] "POST /job-templates HTTP/1.1" 200 557 0.061135 10.0.0.40 - - [2024-11-07 02:25:43] "POST /fqname-to-id HTTP/1.1" 404 198 0.003609 10.0.0.40 - - [2024-11-07 02:25:43] "POST /job-templates HTTP/1.1" 200 559 0.065026 10.0.0.40 - - [2024-11-07 02:25:43] "POST /fqname-to-id HTTP/1.1" 404 196 0.004278 10.0.0.40 - - [2024-11-07 02:25:43] "POST /job-templates HTTP/1.1" 200 555 0.064263 10.0.0.40 - - [2024-11-07 02:25:43] "POST /fqname-to-id HTTP/1.1" 404 195 0.003684 10.0.0.40 - - [2024-11-07 02:25:43] "POST /job-templates HTTP/1.1" 200 553 0.064656 10.0.0.40 - - [2024-11-07 02:25:43] "POST /fqname-to-id HTTP/1.1" 404 195 0.003439 10.0.0.40 - - [2024-11-07 02:25:43] "POST /job-templates HTTP/1.1" 200 553 0.060484 10.0.0.40 - - [2024-11-07 02:25:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.40 - - [2024-11-07 02:25:43] "GET /global-vrouter-config/9ae842d7-a099-4c1c-a9c9-471f8150d853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1162 0.003025 10.0.0.40 - - [2024-11-07 02:25:43] "POST /fqname-to-id HTTP/1.1" 404 195 0.002510 10.0.0.40 - - [2024-11-07 02:25:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.40 - - [2024-11-07 02:25:43] "POST /job-templates HTTP/1.1" 200 553 0.067601 10.0.0.40 - - [2024-11-07 02:25:43] "PUT /global-vrouter-config/9ae842d7-a099-4c1c-a9c9-471f8150d853 HTTP/1.1" 200 276 0.049269 10.0.0.40 - - [2024-11-07 02:25:43] "POST /fqname-to-id HTTP/1.1" 404 200 0.003666 10.0.0.40 - - [2024-11-07 02:25:43] "POST /job-templates HTTP/1.1" 200 563 0.068401 10.0.0.40 - - [2024-11-07 02:25:44] "POST /fqname-to-id HTTP/1.1" 404 201 0.003366 10.0.0.40 - - [2024-11-07 02:25:44] "POST /job-templates HTTP/1.1" 200 565 0.064649 10.0.0.40 - - [2024-11-07 02:25:44] "POST /fqname-to-id HTTP/1.1" 404 189 0.003454 10.0.0.40 - - [2024-11-07 02:25:44] "GET / HTTP/1.1" 200 35931 0.002029 10.0.0.40 - - [2024-11-07 02:25:44] "POST /alarms HTTP/1.1" 401 292 0.000541 10.0.0.40 - - [2024-11-07 02:25:44] "POST /config-propertiess HTTP/1.1" 200 551 0.017603 10.0.0.40 - - [2024-11-07 02:25:44] "POST /fqname-to-id HTTP/1.1" 404 168 0.003444 10.0.0.40 - - [2024-11-07 02:25:44] "POST /tags HTTP/1.1" 200 321 0.041916 10.0.0.40 - - [2024-11-07 02:25:44] "POST /fqname-to-id HTTP/1.1" 404 166 0.003661 10.0.0.40 - - [2024-11-07 02:25:44] "POST /tags HTTP/1.1" 200 317 0.023912 10.0.0.40 - - [2024-11-07 02:25:44] "POST /fqname-to-id HTTP/1.1" 404 174 0.003512 10.0.0.40 - - [2024-11-07 02:25:44] "POST /tags HTTP/1.1" 200 333 0.025964 10.0.0.40 - - [2024-11-07 02:25:44] "POST /alarms HTTP/1.1" 200 581 0.045389 10.0.0.40 - - [2024-11-07 02:25:44] "POST /fqname-to-id HTTP/1.1" 404 162 0.003515 10.0.0.40 - - [2024-11-07 02:25:44] "POST /alarms HTTP/1.1" 200 575 0.019833 10.0.0.40 - - [2024-11-07 02:25:44] "POST /tags HTTP/1.1" 200 309 0.029743 10.0.0.40 - - [2024-11-07 02:25:44] "POST /alarms HTTP/1.1" 200 575 0.019315 10.0.0.40 - - [2024-11-07 02:25:44] "POST /fqname-to-id HTTP/1.1" 404 174 0.003313 10.0.0.40 - - [2024-11-07 02:25:44] "POST /alarms HTTP/1.1" 200 559 0.019923 10.0.0.40 - - [2024-11-07 02:25:44] "POST /tags HTTP/1.1" 200 333 0.026363 10.0.0.40 - - [2024-11-07 02:25:44] "POST /alarms HTTP/1.1" 200 555 0.023241 10.0.0.40 - - [2024-11-07 02:25:44] "POST /fqname-to-id HTTP/1.1" 404 164 0.003418 10.0.0.40 - - [2024-11-07 02:25:44] "POST /alarms HTTP/1.1" 200 557 0.018788 10.0.0.40 - - [2024-11-07 02:25:44] "POST /tags HTTP/1.1" 200 313 0.023081 10.0.0.40 - - [2024-11-07 02:25:45] "POST /alarms HTTP/1.1" 200 565 0.020113 10.0.0.40 - - [2024-11-07 02:25:45] "POST /fqname-to-id HTTP/1.1" 404 169 0.003518 10.0.0.40 - - [2024-11-07 02:25:45] "POST /alarms HTTP/1.1" 200 549 0.018950 10.0.0.40 - - [2024-11-07 02:25:45] "POST /tags HTTP/1.1" 200 323 0.023181 10.0.0.40 - - [2024-11-07 02:25:45] "POST /alarms HTTP/1.1" 200 557 0.023327 10.0.0.40 - - [2024-11-07 02:25:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004954 10.0.0.40 - - [2024-11-07 02:25:45] "PUT /global-system-config/36041231-7e38-4609-89ae-97df9d4a30a8 HTTP/1.1" 200 274 0.010505 10.0.0.40 - - [2024-11-07 02:25:45] "POST /alarms HTTP/1.1" 200 567 0.022240 10.0.0.40 - - [2024-11-07 02:25:45] "POST /fqname-to-id HTTP/1.1" 404 166 0.003036 10.0.0.40 - - [2024-11-07 02:25:45] "POST /alarms HTTP/1.1" 200 555 0.018208 10.0.0.40 - - [2024-11-07 02:25:45] "POST /hardwares HTTP/1.1" 200 327 0.011241 10.0.0.40 - - [2024-11-07 02:25:45] "POST /alarms HTTP/1.1" 200 567 0.017066 10.0.0.40 - - [2024-11-07 02:25:45] "POST /fqname-to-id HTTP/1.1" 404 166 0.003211 10.0.0.40 - - [2024-11-07 02:25:45] "POST /alarms HTTP/1.1" 200 575 0.064690 10.0.0.40 - - [2024-11-07 02:25:45] "POST /hardwares HTTP/1.1" 200 327 0.046031 10.0.0.40 - - [2024-11-07 02:25:45] "POST /fqname-to-id HTTP/1.1" 404 166 0.002531 10.0.0.40 - - [2024-11-07 02:25:45] "POST /alarms HTTP/1.1" 200 569 0.019561 10.0.0.40 - - [2024-11-07 02:25:45] "POST /hardwares HTTP/1.1" 200 327 0.013858 10.0.0.40 - - [2024-11-07 02:25:45] "POST /alarms HTTP/1.1" 200 561 0.018570 10.0.0.40 - - [2024-11-07 02:25:45] "POST /fqname-to-id HTTP/1.1" 404 166 0.003455 10.0.0.40 - - [2024-11-07 02:25:45] "POST /alarms HTTP/1.1" 200 561 0.021053 10.0.0.40 - - [2024-11-07 02:25:45] "POST /hardwares HTTP/1.1" 200 327 0.014567 10.0.0.40 - - [2024-11-07 02:25:45] "POST /alarms HTTP/1.1" 200 561 0.018854 10.0.0.40 - - [2024-11-07 02:25:45] "POST /fqname-to-id HTTP/1.1" 404 164 0.003462 10.0.0.40 - - [2024-11-07 02:25:45] "POST /alarms HTTP/1.1" 200 547 0.021624 10.0.0.40 - - [2024-11-07 02:25:45] "POST /hardwares HTTP/1.1" 200 323 0.013534 10.0.0.40 - - [2024-11-07 02:25:45] "POST /fqname-to-id HTTP/1.1" 404 164 0.002949 10.0.0.40 - - [2024-11-07 02:25:45] "POST /alarms HTTP/1.1" 200 595 0.020076 10.0.0.40 - - [2024-11-07 02:25:45] "POST /hardwares HTTP/1.1" 200 323 0.013476 10.0.0.40 - - [2024-11-07 02:25:45] "POST /alarms HTTP/1.1" 200 575 0.021083 10.0.0.40 - - [2024-11-07 02:25:45] "POST /fqname-to-id HTTP/1.1" 404 161 0.003158 10.0.0.40 - - [2024-11-07 02:25:45] "POST /alarms HTTP/1.1" 200 571 0.017713 10.0.0.40 - - [2024-11-07 02:25:46] "POST /hardwares HTTP/1.1" 200 317 0.012144 10.0.0.40 - - [2024-11-07 02:25:46] "POST /alarms HTTP/1.1" 200 583 0.024298 10.0.0.40 - - [2024-11-07 02:25:46] "POST /fqname-to-id HTTP/1.1" 404 164 0.002632 10.0.0.40 - - [2024-11-07 02:25:46] "POST /alarms HTTP/1.1" 200 609 0.025917 10.0.0.40 - - [2024-11-07 02:25:46] "POST /hardwares HTTP/1.1" 200 323 0.021154 10.0.0.40 - - [2024-11-07 02:25:46] "POST /fqname-to-id HTTP/1.1" 404 164 0.003522 10.0.0.40 - - [2024-11-07 02:25:46] "POST /hardwares HTTP/1.1" 200 323 0.012397 10.0.0.40 - - [2024-11-07 02:25:46] "POST /fqname-to-id HTTP/1.1" 404 164 0.003637 10.0.0.40 - - [2024-11-07 02:25:46] "POST /hardwares HTTP/1.1" 200 323 0.012852 10.0.0.40 - - [2024-11-07 02:25:46] "POST /fqname-to-id HTTP/1.1" 404 165 0.003849 10.0.0.40 - - [2024-11-07 02:25:46] "POST /hardwares HTTP/1.1" 200 325 0.013303 10.0.0.40 - - [2024-11-07 02:25:46] "POST /fqname-to-id HTTP/1.1" 404 165 0.003671 10.0.0.40 - - [2024-11-07 02:25:46] "GET / HTTP/1.1" 200 35931 0.002276 10.0.0.40 - - [2024-11-07 02:25:46] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000551 10.0.0.40 - - [2024-11-07 02:25:46] "POST /hardwares HTTP/1.1" 200 325 0.013345 10.0.0.40 - - [2024-11-07 02:25:46] "POST /fqname-to-id HTTP/1.1" 404 165 0.003566 10.0.0.40 - - [2024-11-07 02:25:46] "POST /hardwares HTTP/1.1" 200 325 0.012059 10.0.0.40 - - [2024-11-07 02:25:46] "POST /fqname-to-id HTTP/1.1" 404 165 0.003470 10.0.0.40 - - [2024-11-07 02:25:46] "POST /hardwares HTTP/1.1" 200 325 0.012353 10.0.0.40 - - [2024-11-07 02:25:46] "POST /fqname-to-id HTTP/1.1" 404 164 0.003625 10.0.0.40 - - [2024-11-07 02:25:46] "POST /hardwares HTTP/1.1" 200 323 0.011714 10.0.0.40 - - [2024-11-07 02:25:46] "POST /fqname-to-id HTTP/1.1" 404 161 0.003643 10.0.0.40 - - [2024-11-07 02:25:46] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.028456 10.0.0.40 - - [2024-11-07 02:25:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004619 10.0.0.40 - - [2024-11-07 02:25:46] "POST /hardwares HTTP/1.1" 200 317 0.012690 10.0.0.40 - - [2024-11-07 02:25:46] "PUT /global-vrouter-config/9ae842d7-a099-4c1c-a9c9-471f8150d853 HTTP/1.1" 200 276 0.010696 10.0.0.40 - - [2024-11-07 02:25:47] "POST /fqname-to-id HTTP/1.1" 404 164 0.003716 10.0.0.40 - - [2024-11-07 02:25:47] "POST /hardwares HTTP/1.1" 200 323 0.014605 10.0.0.40 - - [2024-11-07 02:25:47] "POST /fqname-to-id HTTP/1.1" 404 161 0.003515 10.0.0.40 - - [2024-11-07 02:25:47] "POST /hardwares HTTP/1.1" 200 317 0.015949 10.0.0.40 - - [2024-11-07 02:25:47] "POST /fqname-to-id HTTP/1.1" 404 164 0.003524 10.0.0.40 - - [2024-11-07 02:25:47] "POST /hardwares HTTP/1.1" 200 323 0.013045 10.0.0.40 - - [2024-11-07 02:25:47] "POST /fqname-to-id HTTP/1.1" 404 162 0.003460 10.0.0.40 - - [2024-11-07 02:25:47] "GET / HTTP/1.1" 200 35931 0.002113 10.0.0.40 - - [2024-11-07 02:25:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000439 10.0.0.40 - - [2024-11-07 02:25:47] "POST /hardwares HTTP/1.1" 200 319 0.012604 10.0.0.40 - - [2024-11-07 02:25:47] "POST /fqname-to-id HTTP/1.1" 404 162 0.004516 10.0.0.40 - - [2024-11-07 02:25:47] "POST /hardwares HTTP/1.1" 200 319 0.012894 10.0.0.40 - - [2024-11-07 02:25:47] "POST /fqname-to-id HTTP/1.1" 404 165 0.003457 10.0.0.40 - - [2024-11-07 02:25:47] "POST /hardwares HTTP/1.1" 200 325 0.012423 10.0.0.40 - - [2024-11-07 02:25:47] "POST /fqname-to-id HTTP/1.1" 404 161 0.003623 10.0.0.40 - - [2024-11-07 02:25:47] "POST /hardwares HTTP/1.1" 200 317 0.014029 10.0.0.40 - - [2024-11-07 02:25:47] "POST /fqname-to-id HTTP/1.1" 404 161 0.004078 10.0.0.40 - - [2024-11-07 02:25:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.030300 10.0.0.40 - - [2024-11-07 02:25:47] "GET /global-vrouter-config/9ae842d7-a099-4c1c-a9c9-471f8150d853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003936 10.0.0.40 - - [2024-11-07 02:25:47] "POST /hardwares HTTP/1.1" 200 317 0.012284 10.0.0.40 - - [2024-11-07 02:25:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004455 10.0.0.40 - - [2024-11-07 02:25:47] "POST /fqname-to-id HTTP/1.1" 404 162 0.003249 10.0.0.40 - - [2024-11-07 02:25:47] "PUT /global-vrouter-config/9ae842d7-a099-4c1c-a9c9-471f8150d853 HTTP/1.1" 200 276 0.010258 10.0.0.40 - - [2024-11-07 02:25:47] "POST /hardwares HTTP/1.1" 200 319 0.011589 10.0.0.40 - - [2024-11-07 02:25:47] "POST /fqname-to-id HTTP/1.1" 404 162 0.003827 10.0.0.40 - - [2024-11-07 02:25:48] "POST /hardwares HTTP/1.1" 200 319 0.011950 10.0.0.40 - - [2024-11-07 02:25:48] "POST /fqname-to-id HTTP/1.1" 404 162 0.003691 10.0.0.40 - - [2024-11-07 02:25:48] "POST /hardwares HTTP/1.1" 200 319 0.012300 10.0.0.40 - - [2024-11-07 02:25:48] "POST /fqname-to-id HTTP/1.1" 404 158 0.004104 10.0.0.40 - - [2024-11-07 02:25:48] "POST /hardwares HTTP/1.1" 200 311 0.015463 10.0.0.40 - - [2024-11-07 02:25:48] "POST /fqname-to-id HTTP/1.1" 404 158 0.003434 10.0.0.40 - - [2024-11-07 02:25:48] "GET / HTTP/1.1" 200 35931 0.002090 10.0.0.40 - - [2024-11-07 02:25:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000479 10.0.0.40 - - [2024-11-07 02:25:48] "POST /hardwares HTTP/1.1" 200 311 0.011547 10.0.0.40 - - [2024-11-07 02:25:48] "POST /fqname-to-id HTTP/1.1" 404 160 0.003474 10.0.0.40 - - [2024-11-07 02:25:48] "POST /hardwares HTTP/1.1" 200 315 0.012175 10.0.0.40 - - [2024-11-07 02:25:48] "POST /fqname-to-id HTTP/1.1" 404 154 0.003358 10.0.0.40 - - [2024-11-07 02:25:48] "POST /hardwares HTTP/1.1" 200 303 0.012530 10.0.0.40 - - [2024-11-07 02:25:48] "POST /fqname-to-id HTTP/1.1" 404 158 0.003618 10.0.0.40 - - [2024-11-07 02:25:48] "POST /hardwares HTTP/1.1" 200 311 0.013147 10.0.0.40 - - [2024-11-07 02:25:48] "POST /fqname-to-id HTTP/1.1" 404 155 0.004135 10.0.0.40 - - [2024-11-07 02:25:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.029581 10.0.0.40 - - [2024-11-07 02:25:48] "GET /global-system-config/36041231-7e38-4609-89ae-97df9d4a30a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2340 0.004081 10.0.0.40 - - [2024-11-07 02:25:48] "POST /hardwares HTTP/1.1" 200 305 0.011915 10.0.0.40 - - [2024-11-07 02:25:48] "PUT /global-system-config/36041231-7e38-4609-89ae-97df9d4a30a8 HTTP/1.1" 200 274 0.019210 10.0.0.40 - - [2024-11-07 02:25:48] "POST /fqname-to-id HTTP/1.1" 404 155 0.003337 10.0.0.40 - - [2024-11-07 02:25:48] "POST /hardwares HTTP/1.1" 200 305 0.013872 10.0.0.40 - - [2024-11-07 02:25:48] "POST /fqname-to-id HTTP/1.1" 404 155 0.003824 10.0.0.40 - - [2024-11-07 02:25:48] "POST /hardwares HTTP/1.1" 200 305 0.012068 10.0.0.40 - - [2024-11-07 02:25:49] "POST /fqname-to-id HTTP/1.1" 404 155 0.003855 10.0.0.40 - - [2024-11-07 02:25:49] "POST /hardwares HTTP/1.1" 200 305 0.013427 10.0.0.40 - - [2024-11-07 02:25:49] "POST /fqname-to-id HTTP/1.1" 404 156 0.003469 10.0.0.40 - - [2024-11-07 02:25:49] "POST /hardwares HTTP/1.1" 200 307 0.021905 10.0.0.40 - - [2024-11-07 02:25:49] "POST /fqname-to-id HTTP/1.1" 404 156 0.003712 10.0.0.40 - - [2024-11-07 02:25:49] "POST /hardwares HTTP/1.1" 200 307 0.012255 10.0.0.40 - - [2024-11-07 02:25:49] "POST /fqname-to-id HTTP/1.1" 404 156 0.003503 10.0.0.40 - - [2024-11-07 02:25:49] "POST /hardwares HTTP/1.1" 200 307 0.012924 10.0.0.40 - - [2024-11-07 02:25:49] "POST /fqname-to-id HTTP/1.1" 404 157 0.004141 10.0.0.40 - - [2024-11-07 02:25:49] "POST /hardwares HTTP/1.1" 200 309 0.011812 10.0.0.40 - - [2024-11-07 02:25:49] "POST /fqname-to-id HTTP/1.1" 404 158 0.003451 10.0.0.40 - - [2024-11-07 02:25:49] "POST /hardwares HTTP/1.1" 200 311 0.011705 10.0.0.40 - - [2024-11-07 02:25:49] "POST /fqname-to-id HTTP/1.1" 404 158 0.004112 10.0.0.40 - - [2024-11-07 02:25:49] "POST /hardwares HTTP/1.1" 200 311 0.012424 10.0.0.40 - - [2024-11-07 02:25:49] "POST /fqname-to-id HTTP/1.1" 404 153 0.003465 10.0.0.40 - - [2024-11-07 02:25:49] "POST /hardwares HTTP/1.1" 200 301 0.011340 10.0.0.40 - - [2024-11-07 02:25:49] "POST /fqname-to-id HTTP/1.1" 404 157 0.003715 10.0.0.40 - - [2024-11-07 02:25:49] "POST /hardwares HTTP/1.1" 200 309 0.012500 10.0.0.40 - - [2024-11-07 02:25:50] "POST /fqname-to-id HTTP/1.1" 404 157 0.003699 10.0.0.40 - - [2024-11-07 02:25:50] "POST /hardwares HTTP/1.1" 200 309 0.012306 10.0.0.40 - - [2024-11-07 02:25:50] "POST /fqname-to-id HTTP/1.1" 404 157 0.003646 10.0.0.40 - - [2024-11-07 02:25:50] "POST /hardwares HTTP/1.1" 200 309 0.012990 10.0.0.40 - - [2024-11-07 02:25:50] "POST /fqname-to-id HTTP/1.1" 404 157 0.004016 10.0.0.40 - - [2024-11-07 02:25:50] "POST /hardwares HTTP/1.1" 200 309 0.011775 10.0.0.40 - - [2024-11-07 02:25:50] "POST /fqname-to-id HTTP/1.1" 404 157 0.003548 10.0.0.40 - - [2024-11-07 02:25:50] "POST /hardwares HTTP/1.1" 200 309 0.011773 10.0.0.40 - - [2024-11-07 02:25:50] "POST /fqname-to-id HTTP/1.1" 404 161 0.003361 10.0.0.40 - - [2024-11-07 02:25:50] "POST /hardwares HTTP/1.1" 200 317 0.015821 10.0.0.40 - - [2024-11-07 02:25:50] "POST /fqname-to-id HTTP/1.1" 404 157 0.003418 10.0.0.40 - - [2024-11-07 02:25:50] "POST /hardwares HTTP/1.1" 200 309 0.011671 10.0.0.40 - - [2024-11-07 02:25:50] "POST /fqname-to-id HTTP/1.1" 404 157 0.003420 10.0.0.40 - - [2024-11-07 02:25:50] "POST /hardwares HTTP/1.1" 200 309 0.011680 10.0.0.40 - - [2024-11-07 02:25:50] "POST /fqname-to-id HTTP/1.1" 404 154 0.003530 10.0.0.40 - - [2024-11-07 02:25:50] "POST /hardwares HTTP/1.1" 200 303 0.022050 10.0.0.40 - - [2024-11-07 02:25:50] "POST /fqname-to-id HTTP/1.1" 404 190 0.003655 10.0.0.40 - - [2024-11-07 02:25:50] "POST /features HTTP/1.1" 200 533 0.018447 10.0.0.40 - - [2024-11-07 02:25:50] "POST /fqname-to-id HTTP/1.1" 404 185 0.004016 10.0.0.40 - - [2024-11-07 02:25:51] "POST /features HTTP/1.1" 200 523 0.018241 10.0.0.40 - - [2024-11-07 02:25:51] "POST /fqname-to-id HTTP/1.1" 404 184 0.003718 10.0.0.40 - - [2024-11-07 02:25:51] "POST /features HTTP/1.1" 200 521 0.017526 10.0.0.40 - - [2024-11-07 02:25:51] "POST /fqname-to-id HTTP/1.1" 404 184 0.003464 10.0.0.40 - - [2024-11-07 02:25:51] "POST /features HTTP/1.1" 200 521 0.017660 10.0.0.40 - - [2024-11-07 02:25:51] "POST /fqname-to-id HTTP/1.1" 404 189 0.003698 10.0.0.40 - - [2024-11-07 02:25:51] "POST /features HTTP/1.1" 200 531 0.017881 10.0.0.40 - - [2024-11-07 02:25:51] "POST /fqname-to-id HTTP/1.1" 404 184 0.003555 10.0.0.40 - - [2024-11-07 02:25:51] "POST /features HTTP/1.1" 200 521 0.017918 10.0.0.40 - - [2024-11-07 02:25:51] "POST /fqname-to-id HTTP/1.1" 404 193 0.003565 10.0.0.40 - - [2024-11-07 02:25:51] "POST /features HTTP/1.1" 200 539 0.017633 10.0.0.40 - - [2024-11-07 02:25:51] "POST /fqname-to-id HTTP/1.1" 404 186 0.003450 10.0.0.40 - - [2024-11-07 02:25:51] "POST /features HTTP/1.1" 200 525 0.018452 10.0.0.40 - - [2024-11-07 02:25:51] "POST /fqname-to-id HTTP/1.1" 404 183 0.004232 10.0.0.40 - - [2024-11-07 02:25:51] "POST /features HTTP/1.1" 200 519 0.019598 10.0.0.40 - - [2024-11-07 02:25:51] "POST /fqname-to-id HTTP/1.1" 404 182 0.003319 10.0.0.40 - - [2024-11-07 02:25:51] "POST /features HTTP/1.1" 200 517 0.017173 10.0.0.40 - - [2024-11-07 02:25:51] "POST /fqname-to-id HTTP/1.1" 404 190 0.003986 10.0.0.40 - - [2024-11-07 02:25:52] "POST /features HTTP/1.1" 200 533 0.019768 10.0.0.40 - - [2024-11-07 02:25:52] "POST /fqname-to-id HTTP/1.1" 404 194 0.003586 10.0.0.40 - - [2024-11-07 02:25:52] "POST /features HTTP/1.1" 200 541 0.017607 10.0.0.40 - - [2024-11-07 02:25:52] "POST /fqname-to-id HTTP/1.1" 404 178 0.003518 10.0.0.40 - - [2024-11-07 02:25:52] "POST /physical-roles HTTP/1.1" 200 521 0.018957 10.0.0.40 - - [2024-11-07 02:25:52] "POST /fqname-to-id HTTP/1.1" 404 179 0.003521 10.0.0.40 - - [2024-11-07 02:25:52] "POST /physical-roles HTTP/1.1" 200 523 0.018467 10.0.0.40 - - [2024-11-07 02:25:52] "POST /fqname-to-id HTTP/1.1" 404 184 0.003631 10.0.0.40 - - [2024-11-07 02:25:52] "POST /physical-roles HTTP/1.1" 200 533 0.022732 10.0.0.40 - - [2024-11-07 02:25:52] "POST /fqname-to-id HTTP/1.1" 404 177 0.003536 10.0.0.40 - - [2024-11-07 02:25:52] "POST /physical-roles HTTP/1.1" 200 519 0.018274 10.0.0.40 - - [2024-11-07 02:25:52] "POST /fqname-to-id HTTP/1.1" 404 191 0.003738 10.0.0.40 - - [2024-11-07 02:25:52] "POST /overlay-roles HTTP/1.1" 200 545 0.018212 10.0.0.40 - - [2024-11-07 02:25:52] "POST /fqname-to-id HTTP/1.1" 404 184 0.003394 10.0.0.40 - - [2024-11-07 02:25:52] "POST /overlay-roles HTTP/1.1" 200 531 0.017782 10.0.0.40 - - [2024-11-07 02:25:52] "POST /fqname-to-id HTTP/1.1" 404 191 0.003709 10.0.0.40 - - [2024-11-07 02:25:52] "POST /overlay-roles HTTP/1.1" 200 545 0.018078 10.0.0.40 - - [2024-11-07 02:25:53] "POST /fqname-to-id HTTP/1.1" 404 185 0.003968 10.0.0.40 - - [2024-11-07 02:25:53] "POST /overlay-roles HTTP/1.1" 200 533 0.021769 10.0.0.40 - - [2024-11-07 02:25:53] "POST /fqname-to-id HTTP/1.1" 404 189 0.004012 10.0.0.40 - - [2024-11-07 02:25:53] "POST /overlay-roles HTTP/1.1" 200 541 0.016975 10.0.0.40 - - [2024-11-07 02:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004562 10.0.0.40 - - [2024-11-07 02:25:53] "PUT /overlay-role/5dc4aaf4-ee61-46d2-befb-65ad5f433a28 HTTP/1.1" 200 258 0.011685 10.0.0.40 - - [2024-11-07 02:25:53] "POST /fqname-to-id HTTP/1.1" 404 184 0.003320 10.0.0.40 - - [2024-11-07 02:25:53] "POST /overlay-roles HTTP/1.1" 200 531 0.017266 10.0.0.40 - - [2024-11-07 02:25:53] "POST /fqname-to-id HTTP/1.1" 404 185 0.003423 10.0.0.40 - - [2024-11-07 02:25:53] "POST /overlay-roles HTTP/1.1" 200 533 0.017345 10.0.0.40 - - [2024-11-07 02:25:53] "POST /fqname-to-id HTTP/1.1" 404 183 0.004021 10.0.0.40 - - [2024-11-07 02:25:53] "POST /overlay-roles HTTP/1.1" 200 529 0.017042 10.0.0.40 - - [2024-11-07 02:25:53] "POST /fqname-to-id HTTP/1.1" 404 187 0.003625 10.0.0.40 - - [2024-11-07 02:25:53] "POST /overlay-roles HTTP/1.1" 200 537 0.017399 10.0.0.40 - - [2024-11-07 02:25:53] "POST /fqname-to-id HTTP/1.1" 404 189 0.003143 10.0.0.40 - - [2024-11-07 02:25:53] "POST /overlay-roles HTTP/1.1" 200 541 0.017204 10.0.0.40 - - [2024-11-07 02:25:53] "POST /fqname-to-id HTTP/1.1" 404 178 0.003477 10.0.0.40 - - [2024-11-07 02:25:53] "POST /overlay-roles HTTP/1.1" 200 519 0.018203 10.0.0.40 - - [2024-11-07 02:25:54] "POST /fqname-to-id HTTP/1.1" 404 190 0.004173 10.0.0.40 - - [2024-11-07 02:25:54] "POST /overlay-roles HTTP/1.1" 200 543 0.018669 10.0.0.40 - - [2024-11-07 02:25:54] "POST /fqname-to-id HTTP/1.1" 404 182 0.003511 10.0.0.40 - - [2024-11-07 02:25:54] "POST /role-definitions HTTP/1.1" 200 533 0.018102 10.0.0.40 - - [2024-11-07 02:25:54] "POST /fqname-to-id HTTP/1.1" 404 189 0.003837 10.0.0.40 - - [2024-11-07 02:25:54] "POST /role-definitions HTTP/1.1" 200 547 0.141337 10.0.0.40 - - [2024-11-07 02:25:54] "POST /fqname-to-id HTTP/1.1" 404 190 0.005563 10.0.0.40 - - [2024-11-07 02:25:54] "POST /role-definitions HTTP/1.1" 200 549 0.029487 10.0.0.40 - - [2024-11-07 02:25:54] "POST /fqname-to-id HTTP/1.1" 404 191 0.005527 10.0.0.40 - - [2024-11-07 02:25:54] "POST /role-definitions HTTP/1.1" 200 551 0.034702 10.0.0.40 - - [2024-11-07 02:25:54] "POST /fqname-to-id HTTP/1.1" 404 197 0.005095 10.0.0.40 - - [2024-11-07 02:25:54] "POST /role-definitions HTTP/1.1" 200 563 0.036748 10.0.0.40 - - [2024-11-07 02:25:54] "POST /fqname-to-id HTTP/1.1" 404 189 0.003500 10.0.0.40 - - [2024-11-07 02:25:54] "POST /role-definitions HTTP/1.1" 200 547 0.061811 10.0.0.40 - - [2024-11-07 02:25:55] "POST /fqname-to-id HTTP/1.1" 404 190 0.003554 10.0.0.40 - - [2024-11-07 02:25:55] "POST /role-definitions HTTP/1.1" 200 549 0.020850 10.0.0.40 - - [2024-11-07 02:25:55] "POST /fqname-to-id HTTP/1.1" 404 191 0.003389 10.0.0.40 - - [2024-11-07 02:25:55] "POST /role-definitions HTTP/1.1" 200 551 0.016357 10.0.0.40 - - [2024-11-07 02:25:55] "POST /fqname-to-id HTTP/1.1" 404 190 0.003171 10.0.0.40 - - [2024-11-07 02:25:55] "POST /role-definitions HTTP/1.1" 200 549 0.018269 10.0.0.40 - - [2024-11-07 02:25:55] "POST /fqname-to-id HTTP/1.1" 404 196 0.003857 10.0.0.40 - - [2024-11-07 02:25:55] "POST /role-definitions HTTP/1.1" 200 561 0.019001 10.0.0.40 - - [2024-11-07 02:25:55] "POST /fqname-to-id HTTP/1.1" 404 189 0.003398 10.0.0.40 - - [2024-11-07 02:25:55] "POST /role-definitions HTTP/1.1" 200 547 0.018208 10.0.0.40 - - [2024-11-07 02:25:55] "POST /fqname-to-id HTTP/1.1" 404 190 0.003415 10.0.0.40 - - [2024-11-07 02:25:55] "POST /role-definitions HTTP/1.1" 200 549 0.041004 10.0.0.40 - - [2024-11-07 02:25:55] "POST /fqname-to-id HTTP/1.1" 404 188 0.003515 10.0.0.40 - - [2024-11-07 02:25:55] "POST /role-definitions HTTP/1.1" 200 545 0.016073 10.0.0.40 - - [2024-11-07 02:25:55] "POST /fqname-to-id HTTP/1.1" 404 189 0.003307 10.0.0.40 - - [2024-11-07 02:25:55] "POST /role-definitions HTTP/1.1" 200 547 0.017736 10.0.0.40 - - [2024-11-07 02:25:55] "POST /fqname-to-id HTTP/1.1" 404 192 0.003345 10.0.0.40 - - [2024-11-07 02:25:56] "POST /role-definitions HTTP/1.1" 200 553 0.019442 10.0.0.40 - - [2024-11-07 02:25:56] "POST /fqname-to-id HTTP/1.1" 404 193 0.004741 10.0.0.40 - - [2024-11-07 02:25:56] "POST /role-definitions HTTP/1.1" 200 555 0.018402 10.0.0.40 - - [2024-11-07 02:25:56] "POST /fqname-to-id HTTP/1.1" 404 182 0.003485 10.0.0.40 - - [2024-11-07 02:25:56] "POST /role-definitions HTTP/1.1" 200 533 0.016815 10.0.0.40 - - [2024-11-07 02:25:56] "POST /fqname-to-id HTTP/1.1" 404 187 0.003436 10.0.0.40 - - [2024-11-07 02:25:56] "POST /role-definitions HTTP/1.1" 200 543 0.021029 10.0.0.40 - - [2024-11-07 02:25:56] "POST /fqname-to-id HTTP/1.1" 404 181 0.004544 10.0.0.40 - - [2024-11-07 02:25:56] "POST /role-definitions HTTP/1.1" 200 531 0.020188 10.0.0.40 - - [2024-11-07 02:25:56] "POST /fqname-to-id HTTP/1.1" 404 184 0.003450 10.0.0.40 - - [2024-11-07 02:25:56] "POST /role-definitions HTTP/1.1" 200 537 0.017605 10.0.0.40 - - [2024-11-07 02:25:56] "POST /fqname-to-id HTTP/1.1" 404 189 0.003449 10.0.0.40 - - [2024-11-07 02:25:56] "POST /role-definitions HTTP/1.1" 200 547 0.018224 10.0.0.40 - - [2024-11-07 02:25:56] "POST /fqname-to-id HTTP/1.1" 404 194 0.003841 10.0.0.40 - - [2024-11-07 02:25:56] "POST /role-definitions HTTP/1.1" 200 557 0.017739 10.0.0.40 - - [2024-11-07 02:25:56] "POST /fqname-to-id HTTP/1.1" 404 196 0.003408 10.0.0.40 - - [2024-11-07 02:25:56] "POST /role-definitions HTTP/1.1" 200 561 0.017157 10.0.0.40 - - [2024-11-07 02:25:56] "POST /fqname-to-id HTTP/1.1" 404 195 0.003221 10.0.0.40 - - [2024-11-07 02:25:57] "POST /role-definitions HTTP/1.1" 200 559 0.017057 10.0.0.40 - - [2024-11-07 02:25:57] "POST /fqname-to-id HTTP/1.1" 404 196 0.003920 10.0.0.40 - - [2024-11-07 02:25:57] "POST /feature-configs HTTP/1.1" 200 537 0.020481 10.0.0.40 - - [2024-11-07 02:25:57] "POST /fqname-to-id HTTP/1.1" 404 212 0.003837 10.0.0.40 - - [2024-11-07 02:25:57] "POST /feature-configs HTTP/1.1" 200 562 0.018927 10.0.0.40 - - [2024-11-07 02:25:57] "POST /fqname-to-id HTTP/1.1" 404 211 0.003449 10.0.0.40 - - [2024-11-07 02:25:57] "POST /feature-configs HTTP/1.1" 200 561 0.017601 10.0.0.40 - - [2024-11-07 02:25:57] "POST /fqname-to-id HTTP/1.1" 404 192 0.003359 10.0.0.40 - - [2024-11-07 02:25:57] "POST /node-profiles HTTP/1.1" 200 547 0.017765 10.0.0.40 - - [2024-11-07 02:25:57] "POST /fqname-to-id HTTP/1.1" 404 187 0.003574 10.0.0.40 - - [2024-11-07 02:25:57] "POST /node-profiles HTTP/1.1" 200 537 0.016777 10.0.0.40 - - [2024-11-07 02:25:57] "POST /fqname-to-id HTTP/1.1" 404 193 0.003853 10.0.0.40 - - [2024-11-07 02:25:57] "POST /node-profiles HTTP/1.1" 200 549 0.018942 10.0.0.40 - - [2024-11-07 02:25:57] "POST /fqname-to-id HTTP/1.1" 404 189 0.003566 10.0.0.40 - - [2024-11-07 02:25:57] "POST /node-profiles HTTP/1.1" 200 541 0.025493 10.0.0.40 - - [2024-11-07 02:25:57] "POST /fqname-to-id HTTP/1.1" 404 189 0.003610 10.0.0.40 - - [2024-11-07 02:25:57] "POST /node-profiles HTTP/1.1" 200 541 0.018314 10.0.0.40 - - [2024-11-07 02:25:57] "POST /fqname-to-id HTTP/1.1" 404 188 0.003944 10.0.0.40 - - [2024-11-07 02:25:58] "POST /node-profiles HTTP/1.1" 200 539 0.019093 10.0.0.40 - - [2024-11-07 02:25:58] "POST /fqname-to-id HTTP/1.1" 404 184 0.003295 10.0.0.40 - - [2024-11-07 02:25:58] "POST /node-profiles HTTP/1.1" 200 531 0.016739 10.0.0.40 - - [2024-11-07 02:25:58] "POST /fqname-to-id HTTP/1.1" 404 185 0.003509 10.0.0.40 - - [2024-11-07 02:25:58] "POST /node-profiles HTTP/1.1" 200 533 0.019001 10.0.0.40 - - [2024-11-07 02:25:58] "POST /fqname-to-id HTTP/1.1" 404 197 0.003666 10.0.0.40 - - [2024-11-07 02:25:58] "POST /node-profiles HTTP/1.1" 200 557 0.018268 10.0.0.40 - - [2024-11-07 02:25:58] "POST /fqname-to-id HTTP/1.1" 404 206 0.003439 10.0.0.40 - - [2024-11-07 02:25:58] "POST /telemetry-profiles HTTP/1.1" 200 554 0.019373 10.0.0.40 - - [2024-11-07 02:25:58] "POST /fqname-to-id HTTP/1.1" 404 206 0.003713 10.0.0.40 - - [2024-11-07 02:25:58] "POST /telemetry-profiles HTTP/1.1" 200 554 0.018163 10.0.0.40 - - [2024-11-07 02:25:58] "POST /fqname-to-id HTTP/1.1" 404 206 0.003584 10.0.0.40 - - [2024-11-07 02:25:58] "POST /telemetry-profiles HTTP/1.1" 200 554 0.016842 10.0.0.40 - - [2024-11-07 02:25:58] "POST /fqname-to-id HTTP/1.1" 404 206 0.003991 10.0.0.40 - - [2024-11-07 02:25:58] "POST /telemetry-profiles HTTP/1.1" 200 554 0.017993 10.0.0.40 - - [2024-11-07 02:25:58] "POST /fqname-to-id HTTP/1.1" 404 206 0.003683 10.0.0.40 - - [2024-11-07 02:25:58] "POST /telemetry-profiles HTTP/1.1" 200 554 0.018368 10.0.0.40 - - [2024-11-07 02:25:58] "POST /fqname-to-id HTTP/1.1" 404 206 0.003739 10.0.0.40 - - [2024-11-07 02:25:59] "POST /telemetry-profiles HTTP/1.1" 200 554 0.018793 10.0.0.40 - - [2024-11-07 02:25:59] "POST /fqname-to-id HTTP/1.1" 404 199 0.003353 10.0.0.40 - - [2024-11-07 02:25:59] "POST /sflow-profiles HTTP/1.1" 200 532 0.017267 10.0.0.40 - - [2024-11-07 02:25:59] "POST /fqname-to-id HTTP/1.1" 404 202 0.003980 10.0.0.40 - - [2024-11-07 02:25:59] "POST /sflow-profiles HTTP/1.1" 200 538 0.017545 10.0.0.40 - - [2024-11-07 02:25:59] "POST /fqname-to-id HTTP/1.1" 404 202 0.003486 10.0.0.40 - - [2024-11-07 02:25:59] "POST /sflow-profiles HTTP/1.1" 200 538 0.017668 10.0.0.40 - - [2024-11-07 02:25:59] "POST /fqname-to-id HTTP/1.1" 404 199 0.003264 10.0.0.40 - - [2024-11-07 02:25:59] "POST /grpc-profiles HTTP/1.1" 200 530 0.016930 10.0.0.40 - - [2024-11-07 02:25:59] "POST /fqname-to-id HTTP/1.1" 404 199 0.003836 10.0.0.40 - - [2024-11-07 02:25:59] "POST /snmp-profiles HTTP/1.1" 200 530 0.017875 10.0.0.40 - - [2024-11-07 02:25:59] "POST /fqname-to-id HTTP/1.1" 404 202 0.003596 10.0.0.40 - - [2024-11-07 02:25:59] "POST /netconf-profiles HTTP/1.1" 200 542 0.017450 10.0.0.40 - - [2024-11-07 02:25:59] "POST /fqname-to-id HTTP/1.1" 404 193 0.003684 10.0.0.40 - - [2024-11-07 02:25:59] "POST /device-functional-groups HTTP/1.1" 200 540 0.016790 10.0.0.40 - - [2024-11-07 02:25:59] "POST /fqname-to-id HTTP/1.1" 404 193 0.003414 10.0.0.40 - - [2024-11-07 02:25:59] "POST /device-functional-groups HTTP/1.1" 200 540 0.021900 10.0.0.40 - - [2024-11-07 02:26:00] "POST /fqname-to-id HTTP/1.1" 404 195 0.005334 10.0.0.40 - - [2024-11-07 02:26:00] "POST /device-functional-groups HTTP/1.1" 200 544 0.018593 10.0.0.40 - - [2024-11-07 02:26:00] "POST /fqname-to-id HTTP/1.1" 404 194 0.003690 10.0.0.40 - - [2024-11-07 02:26:00] "POST /device-functional-groups HTTP/1.1" 200 542 0.018265 10.0.0.40 - - [2024-11-07 02:26:00] "POST /fqname-to-id HTTP/1.1" 404 218 0.004480 10.0.0.40 - - [2024-11-07 02:26:00] "POST /device-functional-groups HTTP/1.1" 200 590 0.018151 10.0.0.40 - - [2024-11-07 02:26:00] "POST /fqname-to-id HTTP/1.1" 404 208 0.003309 10.0.0.40 - - [2024-11-07 02:26:00] "POST /device-functional-groups HTTP/1.1" 200 570 0.017330 10.0.0.40 - - [2024-11-07 02:26:00] "POST /fqname-to-id HTTP/1.1" 404 236 0.003258 10.0.0.40 - - [2024-11-07 02:26:00] "POST /device-functional-groups HTTP/1.1" 200 620 0.016599 10.0.0.40 - - [2024-11-07 02:26:00] "POST /fqname-to-id HTTP/1.1" 404 206 0.003499 10.0.0.40 - - [2024-11-07 02:26:00] "POST /device-functional-groups HTTP/1.1" 200 566 0.018188 10.0.0.40 - - [2024-11-07 02:26:00] "POST /fqname-to-id HTTP/1.1" 404 205 0.003477 10.0.0.40 - - [2024-11-07 02:26:00] "POST /device-functional-groups HTTP/1.1" 200 564 0.016836 10.0.0.40 - - [2024-11-07 02:26:00] "POST /fqname-to-id HTTP/1.1" 404 210 0.003626 10.0.0.40 - - [2024-11-07 02:26:00] "POST /device-functional-groups HTTP/1.1" 200 574 0.018686 10.0.0.40 - - [2024-11-07 02:26:00] "POST /fqname-to-id HTTP/1.1" 404 201 0.003364 10.0.0.40 - - [2024-11-07 02:26:00] "POST /role-configs HTTP/1.1" 200 525 0.016443 10.0.0.40 - - [2024-11-07 02:26:01] "POST /fqname-to-id HTTP/1.1" 404 196 0.003408 10.0.0.40 - - [2024-11-07 02:26:01] "POST /role-configs HTTP/1.1" 200 520 0.017256 10.0.0.40 - - [2024-11-07 02:26:01] "POST /fqname-to-id HTTP/1.1" 404 198 0.003385 10.0.0.40 - - [2024-11-07 02:26:01] "POST /role-configs HTTP/1.1" 200 522 0.018805 10.0.0.40 - - [2024-11-07 02:26:01] "POST /fqname-to-id HTTP/1.1" 404 198 0.003520 10.0.0.40 - - [2024-11-07 02:26:01] "POST /role-configs HTTP/1.1" 200 522 0.017735 10.0.0.40 - - [2024-11-07 02:26:01] "POST /fqname-to-id HTTP/1.1" 404 202 0.003843 10.0.0.40 - - [2024-11-07 02:26:01] "POST /role-configs HTTP/1.1" 200 526 0.018005 10.0.0.40 - - [2024-11-07 02:26:01] "POST /fqname-to-id HTTP/1.1" 404 197 0.003323 10.0.0.40 - - [2024-11-07 02:26:01] "POST /role-configs HTTP/1.1" 200 521 0.018556 10.0.0.40 - - [2024-11-07 02:26:01] "POST /fqname-to-id HTTP/1.1" 404 193 0.004005 10.0.0.40 - - [2024-11-07 02:26:01] "POST /role-configs HTTP/1.1" 200 517 0.017050 10.0.0.40 - - [2024-11-07 02:26:01] "POST /fqname-to-id HTTP/1.1" 404 194 0.003436 10.0.0.40 - - [2024-11-07 02:26:01] "POST /role-configs HTTP/1.1" 200 518 0.018038 10.0.0.40 - - [2024-11-07 02:26:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880 10.0.0.40 - - [2024-11-07 02:26:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004027 10.0.0.40 - - [2024-11-07 02:26:01] "POST /ref-update HTTP/1.1" 200 156 0.011089 10.0.0.40 - - [2024-11-07 02:26:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004603 10.0.0.40 - - [2024-11-07 02:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004524 10.0.0.40 - - [2024-11-07 02:26:02] "POST /ref-update HTTP/1.1" 200 156 0.011453 10.0.0.40 - - [2024-11-07 02:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.40 - - [2024-11-07 02:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.40 - - [2024-11-07 02:26:02] "POST /ref-update HTTP/1.1" 200 156 0.010663 10.0.0.40 - - [2024-11-07 02:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.40 - - [2024-11-07 02:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.40 - - [2024-11-07 02:26:02] "POST /ref-update HTTP/1.1" 200 156 0.011602 10.0.0.40 - - [2024-11-07 02:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.40 - - [2024-11-07 02:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.40 - - [2024-11-07 02:26:02] "POST /ref-update HTTP/1.1" 200 156 0.009882 10.0.0.40 - - [2024-11-07 02:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.40 - - [2024-11-07 02:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.40 - - [2024-11-07 02:26:02] "POST /ref-update HTTP/1.1" 200 156 0.010221 10.0.0.40 - - [2024-11-07 02:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.40 - - [2024-11-07 02:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004276 10.0.0.40 - - [2024-11-07 02:26:02] "POST /ref-update HTTP/1.1" 200 156 0.009369 10.0.0.40 - - [2024-11-07 02:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.40 - - [2024-11-07 02:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.40 - - [2024-11-07 02:26:02] "POST /ref-update HTTP/1.1" 200 156 0.010272 10.0.0.40 - - [2024-11-07 02:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.40 - - [2024-11-07 02:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.40 - - [2024-11-07 02:26:03] "POST /ref-update HTTP/1.1" 200 156 0.009299 10.0.0.40 - - [2024-11-07 02:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004158 10.0.0.40 - - [2024-11-07 02:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.40 - - [2024-11-07 02:26:03] "POST /ref-update HTTP/1.1" 200 156 0.010166 10.0.0.40 - - [2024-11-07 02:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.40 - - [2024-11-07 02:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.40 - - [2024-11-07 02:26:03] "POST /ref-update HTTP/1.1" 200 156 0.009465 10.0.0.40 - - [2024-11-07 02:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003961 10.0.0.40 - - [2024-11-07 02:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.40 - - [2024-11-07 02:26:03] "POST /ref-update HTTP/1.1" 200 156 0.008635 10.0.0.40 - - [2024-11-07 02:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.40 - - [2024-11-07 02:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.40 - - [2024-11-07 02:26:03] "POST /ref-update HTTP/1.1" 200 156 0.008845 10.0.0.40 - - [2024-11-07 02:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003765 10.0.0.40 - - [2024-11-07 02:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.40 - - [2024-11-07 02:26:03] "POST /ref-update HTTP/1.1" 200 156 0.008790 10.0.0.40 - - [2024-11-07 02:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004058 10.0.0.40 - - [2024-11-07 02:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.40 - - [2024-11-07 02:26:04] "POST /ref-update HTTP/1.1" 200 156 0.010832 10.0.0.40 - - [2024-11-07 02:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004016 10.0.0.40 - - [2024-11-07 02:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.40 - - [2024-11-07 02:26:04] "POST /ref-update HTTP/1.1" 200 156 0.008516 10.0.0.40 - - [2024-11-07 02:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.40 - - [2024-11-07 02:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003589 10.0.0.40 - - [2024-11-07 02:26:04] "POST /ref-update HTTP/1.1" 200 156 0.008626 10.0.0.40 - - [2024-11-07 02:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004139 10.0.0.40 - - [2024-11-07 02:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.40 - - [2024-11-07 02:26:04] "POST /ref-update HTTP/1.1" 200 156 0.012641 10.0.0.40 - - [2024-11-07 02:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.40 - - [2024-11-07 02:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004175 10.0.0.40 - - [2024-11-07 02:26:04] "POST /ref-update HTTP/1.1" 200 156 0.009943 10.0.0.40 - - [2024-11-07 02:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.40 - - [2024-11-07 02:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.40 - - [2024-11-07 02:26:04] "POST /ref-update HTTP/1.1" 200 156 0.009264 10.0.0.40 - - [2024-11-07 02:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.40 - - [2024-11-07 02:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.40 - - [2024-11-07 02:26:04] "POST /ref-update HTTP/1.1" 200 156 0.008809 10.0.0.40 - - [2024-11-07 02:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.40 - - [2024-11-07 02:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.40 - - [2024-11-07 02:26:05] "POST /ref-update HTTP/1.1" 200 156 0.009353 10.0.0.40 - - [2024-11-07 02:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.40 - - [2024-11-07 02:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.40 - - [2024-11-07 02:26:05] "POST /ref-update HTTP/1.1" 200 156 0.009212 10.0.0.40 - - [2024-11-07 02:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.40 - - [2024-11-07 02:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.40 - - [2024-11-07 02:26:05] "POST /ref-update HTTP/1.1" 200 156 0.009194 10.0.0.40 - - [2024-11-07 02:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.40 - - [2024-11-07 02:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004877 10.0.0.40 - - [2024-11-07 02:26:05] "POST /ref-update HTTP/1.1" 200 156 0.011217 10.0.0.40 - - [2024-11-07 02:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003977 10.0.0.40 - - [2024-11-07 02:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004111 10.0.0.40 - - [2024-11-07 02:26:05] "POST /ref-update HTTP/1.1" 200 156 0.009516 10.0.0.40 - - [2024-11-07 02:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138 10.0.0.40 - - [2024-11-07 02:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.010527 10.0.0.40 - - [2024-11-07 02:26:05] "POST /ref-update HTTP/1.1" 200 156 0.010278 10.0.0.40 - - [2024-11-07 02:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004123 10.0.0.40 - - [2024-11-07 02:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004930 10.0.0.40 - - [2024-11-07 02:26:06] "POST /ref-update HTTP/1.1" 200 156 0.011794 10.0.0.40 - - [2024-11-07 02:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004245 10.0.0.40 - - [2024-11-07 02:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.40 - - [2024-11-07 02:26:06] "POST /ref-update HTTP/1.1" 200 156 0.008784 10.0.0.40 - - [2024-11-07 02:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003696 10.0.0.40 - - [2024-11-07 02:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.40 - - [2024-11-07 02:26:06] "POST /ref-update HTTP/1.1" 200 156 0.009092 10.0.0.40 - - [2024-11-07 02:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.40 - - [2024-11-07 02:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.40 - - [2024-11-07 02:26:06] "POST /ref-update HTTP/1.1" 200 156 0.010580 10.0.0.40 - - [2024-11-07 02:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004028 10.0.0.40 - - [2024-11-07 02:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004129 10.0.0.40 - - [2024-11-07 02:26:06] "POST /ref-update HTTP/1.1" 200 156 0.011110 10.0.0.40 - - [2024-11-07 02:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.40 - - [2024-11-07 02:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.40 - - [2024-11-07 02:26:06] "POST /ref-update HTTP/1.1" 200 156 0.010155 10.0.0.40 - - [2024-11-07 02:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003953 10.0.0.40 - - [2024-11-07 02:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.40 - - [2024-11-07 02:26:06] "POST /ref-update HTTP/1.1" 200 156 0.010002 10.0.0.40 - - [2024-11-07 02:26:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.40 - - [2024-11-07 02:26:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.40 - - [2024-11-07 02:26:07] "POST /ref-update HTTP/1.1" 200 156 0.009645 10.0.0.40 - - [2024-11-07 02:26:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.40 - - [2024-11-07 02:26:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.40 - - [2024-11-07 02:26:07] "POST /ref-update HTTP/1.1" 200 156 0.008408 10.0.0.40 - - [2024-11-07 02:26:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.40 - - [2024-11-07 02:26:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005395 10.0.0.40 - - [2024-11-07 02:26:07] "POST /ref-update HTTP/1.1" 200 156 0.010344 10.0.0.40 - - [2024-11-07 02:26:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004446 10.0.0.40 - - [2024-11-07 02:26:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004597 10.0.0.40 - - [2024-11-07 02:26:07] "POST /ref-update HTTP/1.1" 200 156 0.010254 10.0.0.40 - - [2024-11-07 02:26:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.40 - - [2024-11-07 02:26:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.40 - - [2024-11-07 02:26:07] "POST /ref-update HTTP/1.1" 200 156 0.009162 10.0.0.40 - - [2024-11-07 02:26:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004339 10.0.0.40 - - [2024-11-07 02:26:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004289 10.0.0.40 - - [2024-11-07 02:26:07] "POST /ref-update HTTP/1.1" 200 156 0.008453 10.0.0.40 - - [2024-11-07 02:26:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.40 - - [2024-11-07 02:26:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005049 10.0.0.40 - - [2024-11-07 02:26:08] "POST /ref-update HTTP/1.1" 200 156 0.010326 10.0.0.40 - - [2024-11-07 02:26:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004715 10.0.0.40 - - [2024-11-07 02:26:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.40 - - [2024-11-07 02:26:08] "POST /ref-update HTTP/1.1" 200 156 0.009029 10.0.0.40 - - [2024-11-07 02:26:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.40 - - [2024-11-07 02:26:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.40 - - [2024-11-07 02:26:08] "POST /ref-update HTTP/1.1" 200 156 0.010118 10.0.0.40 - - [2024-11-07 02:26:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.40 - - [2024-11-07 02:26:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004594 10.0.0.40 - - [2024-11-07 02:26:08] "POST /ref-update HTTP/1.1" 200 156 0.008460 10.0.0.40 - - [2024-11-07 02:26:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.40 - - [2024-11-07 02:26:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138 10.0.0.40 - - [2024-11-07 02:26:08] "POST /ref-update HTTP/1.1" 200 156 0.008818 10.0.0.40 - - [2024-11-07 02:26:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.40 - - [2024-11-07 02:26:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.40 - - [2024-11-07 02:26:08] "POST /ref-update HTTP/1.1" 200 156 0.008210 10.0.0.40 - - [2024-11-07 02:26:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.40 - - [2024-11-07 02:26:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.40 - - [2024-11-07 02:26:08] "POST /ref-update HTTP/1.1" 200 156 0.008198 10.0.0.40 - - [2024-11-07 02:26:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.40 - - [2024-11-07 02:26:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003867 10.0.0.40 - - [2024-11-07 02:26:09] "POST /ref-update HTTP/1.1" 200 156 0.008365 10.0.0.40 - - [2024-11-07 02:26:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.40 - - [2024-11-07 02:26:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.40 - - [2024-11-07 02:26:09] "POST /ref-update HTTP/1.1" 200 156 0.008256 10.0.0.40 - - [2024-11-07 02:26:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.40 - - [2024-11-07 02:26:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.40 - - [2024-11-07 02:26:09] "POST /ref-update HTTP/1.1" 200 156 0.010000 10.0.0.40 - - [2024-11-07 02:26:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.40 - - [2024-11-07 02:26:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004643 10.0.0.40 - - [2024-11-07 02:26:09] "POST /ref-update HTTP/1.1" 200 156 0.008552 10.0.0.40 - - [2024-11-07 02:26:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003676 10.0.0.40 - - [2024-11-07 02:26:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004382 10.0.0.40 - - [2024-11-07 02:26:09] "POST /ref-update HTTP/1.1" 200 156 0.009052 10.0.0.40 - - [2024-11-07 02:26:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.40 - - [2024-11-07 02:26:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004013 10.0.0.40 - - [2024-11-07 02:26:09] "POST /ref-update HTTP/1.1" 200 156 0.011585 10.0.0.40 - - [2024-11-07 02:26:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.40 - - [2024-11-07 02:26:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.40 - - [2024-11-07 02:26:10] "POST /ref-update HTTP/1.1" 200 156 0.009281 10.0.0.40 - - [2024-11-07 02:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004502 10.0.0.40 - - [2024-11-07 02:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.40 - - [2024-11-07 02:26:10] "POST /ref-update HTTP/1.1" 200 156 0.008331 10.0.0.40 - - [2024-11-07 02:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004106 10.0.0.40 - - [2024-11-07 02:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004089 10.0.0.40 - - [2024-11-07 02:26:10] "POST /ref-update HTTP/1.1" 200 156 0.008585 10.0.0.40 - - [2024-11-07 02:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.40 - - [2024-11-07 02:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.40 - - [2024-11-07 02:26:10] "POST /ref-update HTTP/1.1" 200 156 0.009530 10.0.0.40 - - [2024-11-07 02:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.40 - - [2024-11-07 02:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.40 - - [2024-11-07 02:26:10] "POST /ref-update HTTP/1.1" 200 156 0.008518 10.0.0.40 - - [2024-11-07 02:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.40 - - [2024-11-07 02:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004241 10.0.0.40 - - [2024-11-07 02:26:10] "POST /ref-update HTTP/1.1" 200 156 0.008781 10.0.0.40 - - [2024-11-07 02:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.40 - - [2024-11-07 02:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.40 - - [2024-11-07 02:26:10] "POST /ref-update HTTP/1.1" 200 156 0.008237 10.0.0.40 - - [2024-11-07 02:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000 10.0.0.40 - - [2024-11-07 02:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.40 - - [2024-11-07 02:26:11] "POST /ref-update HTTP/1.1" 200 156 0.010019 10.0.0.40 - - [2024-11-07 02:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.40 - - [2024-11-07 02:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003667 10.0.0.40 - - [2024-11-07 02:26:11] "POST /ref-update HTTP/1.1" 200 156 0.008657 10.0.0.40 - - [2024-11-07 02:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.40 - - [2024-11-07 02:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.40 - - [2024-11-07 02:26:11] "POST /ref-update HTTP/1.1" 200 156 0.008716 10.0.0.40 - - [2024-11-07 02:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.40 - - [2024-11-07 02:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.40 - - [2024-11-07 02:26:11] "POST /ref-update HTTP/1.1" 200 156 0.010706 10.0.0.40 - - [2024-11-07 02:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.40 - - [2024-11-07 02:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.40 - - [2024-11-07 02:26:11] "POST /ref-update HTTP/1.1" 200 156 0.008395 10.0.0.40 - - [2024-11-07 02:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004377 10.0.0.40 - - [2024-11-07 02:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003696 10.0.0.40 - - [2024-11-07 02:26:11] "POST /ref-update HTTP/1.1" 200 156 0.010850 10.0.0.40 - - [2024-11-07 02:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004276 10.0.0.40 - - [2024-11-07 02:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.40 - - [2024-11-07 02:26:12] "POST /ref-update HTTP/1.1" 200 156 0.011192 10.0.0.40 - - [2024-11-07 02:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.40 - - [2024-11-07 02:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.40 - - [2024-11-07 02:26:12] "POST /ref-update HTTP/1.1" 200 156 0.008507 10.0.0.40 - - [2024-11-07 02:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.40 - - [2024-11-07 02:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.40 - - [2024-11-07 02:26:12] "POST /ref-update HTTP/1.1" 200 156 0.010432 10.0.0.40 - - [2024-11-07 02:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.40 - - [2024-11-07 02:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.40 - - [2024-11-07 02:26:12] "POST /ref-update HTTP/1.1" 200 156 0.008906 10.0.0.40 - - [2024-11-07 02:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.40 - - [2024-11-07 02:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.40 - - [2024-11-07 02:26:12] "POST /ref-update HTTP/1.1" 200 156 0.009696 10.0.0.40 - - [2024-11-07 02:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.40 - - [2024-11-07 02:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.40 - - [2024-11-07 02:26:12] "POST /ref-update HTTP/1.1" 200 156 0.008963 10.0.0.40 - - [2024-11-07 02:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.40 - - [2024-11-07 02:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.40 - - [2024-11-07 02:26:12] "POST /ref-update HTTP/1.1" 200 156 0.008598 10.0.0.40 - - [2024-11-07 02:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.40 - - [2024-11-07 02:26:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.40 - - [2024-11-07 02:26:13] "POST /ref-update HTTP/1.1" 200 156 0.009243 10.0.0.40 - - [2024-11-07 02:26:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.40 - - [2024-11-07 02:26:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003921 10.0.0.40 - - [2024-11-07 02:26:13] "POST /ref-update HTTP/1.1" 200 156 0.010180 10.0.0.40 - - [2024-11-07 02:26:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004328 10.0.0.40 - - [2024-11-07 02:26:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.40 - - [2024-11-07 02:26:13] "POST /ref-update HTTP/1.1" 200 156 0.007978 10.0.0.40 - - [2024-11-07 02:26:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.40 - - [2024-11-07 02:26:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.40 - - [2024-11-07 02:26:13] "POST /ref-update HTTP/1.1" 200 156 0.008880 10.0.0.40 - - [2024-11-07 02:26:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.40 - - [2024-11-07 02:26:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782 10.0.0.40 - - [2024-11-07 02:26:13] "POST /ref-update HTTP/1.1" 200 156 0.008648 10.0.0.40 - - [2024-11-07 02:26:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.40 - - [2024-11-07 02:26:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.40 - - [2024-11-07 02:26:13] "POST /ref-update HTTP/1.1" 200 156 0.008611 10.0.0.40 - - [2024-11-07 02:26:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003696 10.0.0.40 - - [2024-11-07 02:26:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.40 - - [2024-11-07 02:26:14] "POST /ref-update HTTP/1.1" 200 156 0.009833 10.0.0.40 - - [2024-11-07 02:26:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.40 - - [2024-11-07 02:26:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.40 - - [2024-11-07 02:26:14] "POST /ref-update HTTP/1.1" 200 156 0.009021 10.0.0.40 - - [2024-11-07 02:26:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.40 - - [2024-11-07 02:26:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.40 - - [2024-11-07 02:26:14] "POST /ref-update HTTP/1.1" 200 156 0.008441 10.0.0.40 - - [2024-11-07 02:26:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.40 - - [2024-11-07 02:26:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.40 - - [2024-11-07 02:26:14] "POST /ref-update HTTP/1.1" 200 156 0.010342 10.0.0.40 - - [2024-11-07 02:26:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004079 10.0.0.40 - - [2024-11-07 02:26:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.40 - - [2024-11-07 02:26:14] "POST /ref-update HTTP/1.1" 200 156 0.008001 10.0.0.40 - - [2024-11-07 02:26:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.40 - - [2024-11-07 02:26:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774 10.0.0.40 - - [2024-11-07 02:26:14] "POST /ref-update HTTP/1.1" 200 156 0.009114 10.0.0.40 - - [2024-11-07 02:26:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004031 10.0.0.40 - - [2024-11-07 02:26:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.40 - - [2024-11-07 02:26:14] "POST /ref-update HTTP/1.1" 200 156 0.008745 10.0.0.40 - - [2024-11-07 02:26:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.40 - - [2024-11-07 02:26:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.40 - - [2024-11-07 02:26:15] "POST /ref-update HTTP/1.1" 200 156 0.010076 10.0.0.40 - - [2024-11-07 02:26:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.40 - - [2024-11-07 02:26:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.40 - - [2024-11-07 02:26:15] "POST /ref-update HTTP/1.1" 200 156 0.009648 10.0.0.40 - - [2024-11-07 02:26:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.40 - - [2024-11-07 02:26:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.40 - - [2024-11-07 02:26:15] "POST /ref-update HTTP/1.1" 200 156 0.009192 10.0.0.40 - - [2024-11-07 02:26:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.40 - - [2024-11-07 02:26:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.40 - - [2024-11-07 02:26:15] "POST /ref-update HTTP/1.1" 200 156 0.009664 10.0.0.40 - - [2024-11-07 02:26:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.40 - - [2024-11-07 02:26:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.40 - - [2024-11-07 02:26:15] "POST /ref-update HTTP/1.1" 200 156 0.010041 10.0.0.40 - - [2024-11-07 02:26:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.40 - - [2024-11-07 02:26:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.40 - - [2024-11-07 02:26:15] "POST /ref-update HTTP/1.1" 200 156 0.009720 10.0.0.40 - - [2024-11-07 02:26:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.40 - - [2024-11-07 02:26:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.40 - - [2024-11-07 02:26:16] "POST /ref-update HTTP/1.1" 200 156 0.008191 10.0.0.40 - - [2024-11-07 02:26:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.40 - - [2024-11-07 02:26:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940 10.0.0.40 - - [2024-11-07 02:26:16] "POST /ref-update HTTP/1.1" 200 156 0.008202 10.0.0.40 - - [2024-11-07 02:26:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.40 - - [2024-11-07 02:26:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.40 - - [2024-11-07 02:26:16] "POST /ref-update HTTP/1.1" 200 156 0.009125 10.0.0.40 - - [2024-11-07 02:26:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.40 - - [2024-11-07 02:26:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.40 - - [2024-11-07 02:26:16] "POST /ref-update HTTP/1.1" 200 156 0.017915 10.0.0.40 - - [2024-11-07 02:26:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004548 10.0.0.40 - - [2024-11-07 02:26:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003993 10.0.0.40 - - [2024-11-07 02:26:16] "POST /ref-update HTTP/1.1" 200 156 0.008079 10.0.0.40 - - [2024-11-07 02:26:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.40 - - [2024-11-07 02:26:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.40 - - [2024-11-07 02:26:16] "POST /ref-update HTTP/1.1" 200 156 0.009200 10.0.0.40 - - [2024-11-07 02:26:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.40 - - [2024-11-07 02:26:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.40 - - [2024-11-07 02:26:16] "POST /ref-update HTTP/1.1" 200 156 0.009580 10.0.0.40 - - [2024-11-07 02:26:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.40 - - [2024-11-07 02:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.40 - - [2024-11-07 02:26:17] "POST /ref-update HTTP/1.1" 200 156 0.007893 10.0.0.40 - - [2024-11-07 02:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003921 10.0.0.40 - - [2024-11-07 02:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.40 - - [2024-11-07 02:26:17] "POST /ref-update HTTP/1.1" 200 156 0.009926 10.0.0.40 - - [2024-11-07 02:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.40 - - [2024-11-07 02:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.40 - - [2024-11-07 02:26:17] "POST /ref-update HTTP/1.1" 200 156 0.010556 10.0.0.40 - - [2024-11-07 02:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836 10.0.0.40 - - [2024-11-07 02:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.40 - - [2024-11-07 02:26:17] "POST /ref-update HTTP/1.1" 200 156 0.009782 10.0.0.40 - - [2024-11-07 02:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.40 - - [2024-11-07 02:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.40 - - [2024-11-07 02:26:17] "POST /ref-update HTTP/1.1" 200 156 0.008230 10.0.0.40 - - [2024-11-07 02:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.40 - - [2024-11-07 02:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003832 10.0.0.40 - - [2024-11-07 02:26:17] "POST /ref-update HTTP/1.1" 200 156 0.009033 10.0.0.40 - - [2024-11-07 02:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.40 - - [2024-11-07 02:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.40 - - [2024-11-07 02:26:17] "POST /ref-update HTTP/1.1" 200 156 0.008274 10.0.0.40 - - [2024-11-07 02:26:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004313 10.0.0.40 - - [2024-11-07 02:26:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004752 10.0.0.40 - - [2024-11-07 02:26:18] "POST /ref-update HTTP/1.1" 200 156 0.008138 10.0.0.40 - - [2024-11-07 02:26:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004539 10.0.0.40 - - [2024-11-07 02:26:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004025 10.0.0.40 - - [2024-11-07 02:26:18] "POST /ref-update HTTP/1.1" 200 156 0.009671 10.0.0.40 - - [2024-11-07 02:26:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.40 - - [2024-11-07 02:26:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.40 - - [2024-11-07 02:26:18] "POST /ref-update HTTP/1.1" 200 156 0.008129 10.0.0.40 - - [2024-11-07 02:26:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004391 10.0.0.40 - - [2024-11-07 02:26:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004993 10.0.0.40 - - [2024-11-07 02:26:18] "POST /ref-update HTTP/1.1" 200 156 0.013208 10.0.0.40 - - [2024-11-07 02:26:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.40 - - [2024-11-07 02:26:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004174 10.0.0.40 - - [2024-11-07 02:26:18] "POST /ref-update HTTP/1.1" 200 156 0.009498 10.0.0.40 - - [2024-11-07 02:26:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.40 - - [2024-11-07 02:26:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.40 - - [2024-11-07 02:26:18] "POST /ref-update HTTP/1.1" 200 156 0.009294 10.0.0.40 - - [2024-11-07 02:26:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004161 10.0.0.40 - - [2024-11-07 02:26:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003900 10.0.0.40 - - [2024-11-07 02:26:19] "POST /ref-update HTTP/1.1" 200 156 0.009290 10.0.0.40 - - [2024-11-07 02:26:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.40 - - [2024-11-07 02:26:19] "GET /global-system-configs HTTP/1.1" 200 322 0.678431 10.0.0.40 - - [2024-11-07 02:26:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004339 10.0.0.40 - - [2024-11-07 02:26:19] "POST /ref-update HTTP/1.1" 200 156 0.007944 10.0.0.40 - - [2024-11-07 02:26:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.40 - - [2024-11-07 02:26:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.40 - - [2024-11-07 02:26:19] "POST /ref-update HTTP/1.1" 200 156 0.010210 10.0.0.40 - - [2024-11-07 02:26:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.40 - - [2024-11-07 02:26:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004236 10.0.0.40 - - [2024-11-07 02:26:19] "POST /ref-update HTTP/1.1" 200 156 0.009254 10.0.0.40 - - [2024-11-07 02:26:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.40 - - [2024-11-07 02:26:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.40 - - [2024-11-07 02:26:19] "POST /ref-update HTTP/1.1" 200 156 0.009543 10.0.0.40 - - [2024-11-07 02:26:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.40 - - [2024-11-07 02:26:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.40 - - [2024-11-07 02:26:19] "POST /ref-update HTTP/1.1" 200 156 0.008793 10.0.0.40 - - [2024-11-07 02:26:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.40 - - [2024-11-07 02:26:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.40 - - [2024-11-07 02:26:20] "POST /ref-update HTTP/1.1" 200 156 0.009637 10.0.0.40 - - [2024-11-07 02:26:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004022 10.0.0.40 - - [2024-11-07 02:26:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.40 - - [2024-11-07 02:26:20] "POST /ref-update HTTP/1.1" 200 156 0.009728 10.0.0.40 - - [2024-11-07 02:26:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.40 - - [2024-11-07 02:26:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914 10.0.0.40 - - [2024-11-07 02:26:20] "POST /ref-update HTTP/1.1" 200 156 0.010069 10.0.0.40 - - [2024-11-07 02:26:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.40 - - [2024-11-07 02:26:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003852 10.0.0.40 - - [2024-11-07 02:26:20] "POST /ref-update HTTP/1.1" 200 156 0.008483 10.0.0.40 - - [2024-11-07 02:26:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.40 - - [2024-11-07 02:26:20] "GET /global-system-configs HTTP/1.1" 200 322 0.027307 10.0.0.40 - - [2024-11-07 02:26:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.40 - - [2024-11-07 02:26:20] "POST /ref-update HTTP/1.1" 200 156 0.009931 10.0.0.40 - - [2024-11-07 02:26:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004186 10.0.0.40 - - [2024-11-07 02:26:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.40 - - [2024-11-07 02:26:20] "POST /ref-update HTTP/1.1" 200 156 0.007972 10.0.0.40 - - [2024-11-07 02:26:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.40 - - [2024-11-07 02:26:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.40 - - [2024-11-07 02:26:20] "POST /ref-update HTTP/1.1" 200 156 0.008933 10.0.0.40 - - [2024-11-07 02:26:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.40 - - [2024-11-07 02:26:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.40 - - [2024-11-07 02:26:21] "POST /ref-update HTTP/1.1" 200 156 0.008688 10.0.0.40 - - [2024-11-07 02:26:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.40 - - [2024-11-07 02:26:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.40 - - [2024-11-07 02:26:21] "POST /ref-update HTTP/1.1" 200 156 0.009894 10.0.0.40 - - [2024-11-07 02:26:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.40 - - [2024-11-07 02:26:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.40 - - [2024-11-07 02:26:21] "POST /ref-update HTTP/1.1" 200 156 0.008333 10.0.0.40 - - [2024-11-07 02:26:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.40 - - [2024-11-07 02:26:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004016 10.0.0.40 - - [2024-11-07 02:26:21] "POST /ref-update HTTP/1.1" 200 156 0.008621 10.0.0.40 - - [2024-11-07 02:26:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004048 10.0.0.40 - - [2024-11-07 02:26:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.40 - - [2024-11-07 02:26:21] "POST /ref-update HTTP/1.1" 200 156 0.009142 10.0.0.40 - - [2024-11-07 02:26:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.40 - - [2024-11-07 02:26:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003943 10.0.0.40 - - [2024-11-07 02:26:21] "POST /ref-update HTTP/1.1" 200 156 0.008249 10.0.0.40 - - [2024-11-07 02:26:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.40 - - [2024-11-07 02:26:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.40 - - [2024-11-07 02:26:21] "POST /ref-update HTTP/1.1" 200 156 0.008972 10.0.0.40 - - [2024-11-07 02:26:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004012 10.0.0.40 - - [2024-11-07 02:26:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.40 - - [2024-11-07 02:26:22] "POST /ref-update HTTP/1.1" 200 156 0.009300 10.0.0.40 - - [2024-11-07 02:26:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005255 10.0.0.40 - - [2024-11-07 02:26:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.40 - - [2024-11-07 02:26:22] "POST /ref-update HTTP/1.1" 200 156 0.007954 10.0.0.40 - - [2024-11-07 02:26:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.40 - - [2024-11-07 02:26:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.40 - - [2024-11-07 02:26:22] "POST /ref-update HTTP/1.1" 200 156 0.008258 10.0.0.40 - - [2024-11-07 02:26:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.40 - - [2024-11-07 02:26:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.40 - - [2024-11-07 02:26:22] "POST /ref-update HTTP/1.1" 200 156 0.008621 10.0.0.40 - - [2024-11-07 02:26:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.40 - - [2024-11-07 02:26:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.40 - - [2024-11-07 02:26:22] "POST /ref-update HTTP/1.1" 200 156 0.008517 10.0.0.40 - - [2024-11-07 02:26:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.40 - - [2024-11-07 02:26:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.40 - - [2024-11-07 02:26:22] "POST /ref-update HTTP/1.1" 200 156 0.008389 10.0.0.40 - - [2024-11-07 02:26:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004039 10.0.0.40 - - [2024-11-07 02:26:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940 10.0.0.40 - - [2024-11-07 02:26:23] "POST /ref-update HTTP/1.1" 200 156 0.008823 10.0.0.40 - - [2024-11-07 02:26:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.40 - - [2024-11-07 02:26:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.40 - - [2024-11-07 02:26:23] "POST /ref-update HTTP/1.1" 200 156 0.008348 10.0.0.40 - - [2024-11-07 02:26:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.40 - - [2024-11-07 02:26:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.40 - - [2024-11-07 02:26:23] "POST /ref-update HTTP/1.1" 200 156 0.008735 10.0.0.40 - - [2024-11-07 02:26:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.40 - - [2024-11-07 02:26:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004251 10.0.0.40 - - [2024-11-07 02:26:23] "POST /ref-update HTTP/1.1" 200 156 0.009152 10.0.0.40 - - [2024-11-07 02:26:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.40 - - [2024-11-07 02:26:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.40 - - [2024-11-07 02:26:23] "POST /ref-update HTTP/1.1" 200 156 0.008528 10.0.0.40 - - [2024-11-07 02:26:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.40 - - [2024-11-07 02:26:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003676 10.0.0.40 - - [2024-11-07 02:26:23] "POST /ref-update HTTP/1.1" 200 156 0.010735 10.0.0.40 - - [2024-11-07 02:26:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004194 10.0.0.40 - - [2024-11-07 02:26:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.40 - - [2024-11-07 02:26:23] "POST /ref-update HTTP/1.1" 200 156 0.009608 10.0.0.40 - - [2024-11-07 02:26:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003851 10.0.0.40 - - [2024-11-07 02:26:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004274 10.0.0.40 - - [2024-11-07 02:26:24] "POST /ref-update HTTP/1.1" 200 156 0.011550 10.0.0.40 - - [2024-11-07 02:26:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.40 - - [2024-11-07 02:26:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.40 - - [2024-11-07 02:26:24] "POST /ref-update HTTP/1.1" 200 156 0.009015 10.0.0.40 - - [2024-11-07 02:26:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.40 - - [2024-11-07 02:26:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.40 - - [2024-11-07 02:26:24] "POST /ref-update HTTP/1.1" 200 156 0.008535 10.0.0.40 - - [2024-11-07 02:26:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.40 - - [2024-11-07 02:26:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.40 - - [2024-11-07 02:26:24] "POST /ref-update HTTP/1.1" 200 156 0.008415 10.0.0.40 - - [2024-11-07 02:26:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003866 10.0.0.40 - - [2024-11-07 02:26:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005193 10.0.0.40 - - [2024-11-07 02:26:24] "POST /ref-update HTTP/1.1" 200 156 0.008630 10.0.0.40 - - [2024-11-07 02:26:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.40 - - [2024-11-07 02:26:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.40 - - [2024-11-07 02:26:24] "POST /ref-update HTTP/1.1" 200 156 0.008748 10.0.0.40 - - [2024-11-07 02:26:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.40 - - [2024-11-07 02:26:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.40 - - [2024-11-07 02:26:25] "POST /ref-update HTTP/1.1" 200 156 0.008621 10.0.0.40 - - [2024-11-07 02:26:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003931 10.0.0.40 - - [2024-11-07 02:26:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.40 - - [2024-11-07 02:26:25] "POST /ref-update HTTP/1.1" 200 156 0.008172 10.0.0.40 - - [2024-11-07 02:26:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.40 - - [2024-11-07 02:26:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.40 - - [2024-11-07 02:26:25] "POST /ref-update HTTP/1.1" 200 156 0.008522 10.0.0.40 - - [2024-11-07 02:26:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.40 - - [2024-11-07 02:26:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.40 - - [2024-11-07 02:26:25] "POST /ref-update HTTP/1.1" 200 156 0.009542 10.0.0.40 - - [2024-11-07 02:26:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004047 10.0.0.40 - - [2024-11-07 02:26:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003954 10.0.0.40 - - [2024-11-07 02:26:25] "POST /ref-update HTTP/1.1" 200 156 0.009711 10.0.0.40 - - [2024-11-07 02:26:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004451 10.0.0.40 - - [2024-11-07 02:26:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004301 10.0.0.40 - - [2024-11-07 02:26:25] "POST /ref-update HTTP/1.1" 200 156 0.010835 10.0.0.40 - - [2024-11-07 02:26:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004193 10.0.0.40 - - [2024-11-07 02:26:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004248 10.0.0.40 - - [2024-11-07 02:26:25] "POST /ref-update HTTP/1.1" 200 156 0.009792 10.0.0.40 - - [2024-11-07 02:26:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.40 - - [2024-11-07 02:26:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.40 - - [2024-11-07 02:26:26] "POST /ref-update HTTP/1.1" 200 156 0.008476 10.0.0.40 - - [2024-11-07 02:26:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.40 - - [2024-11-07 02:26:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.40 - - [2024-11-07 02:26:26] "POST /ref-update HTTP/1.1" 200 156 0.008705 10.0.0.40 - - [2024-11-07 02:26:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.40 - - [2024-11-07 02:26:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.40 - - [2024-11-07 02:26:26] "POST /ref-update HTTP/1.1" 200 156 0.009066 10.0.0.40 - - [2024-11-07 02:26:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.40 - - [2024-11-07 02:26:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003549 10.0.0.40 - - [2024-11-07 02:26:26] "POST /ref-update HTTP/1.1" 200 156 0.008927 10.0.0.40 - - [2024-11-07 02:26:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.40 - - [2024-11-07 02:26:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.40 - - [2024-11-07 02:26:26] "POST /ref-update HTTP/1.1" 200 156 0.008712 10.0.0.40 - - [2024-11-07 02:26:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004025 10.0.0.40 - - [2024-11-07 02:26:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.40 - - [2024-11-07 02:26:26] "POST /ref-update HTTP/1.1" 200 156 0.008505 10.0.0.40 - - [2024-11-07 02:26:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.40 - - [2024-11-07 02:26:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.40 - - [2024-11-07 02:26:26] "POST /ref-update HTTP/1.1" 200 156 0.008052 10.0.0.40 - - [2024-11-07 02:26:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.40 - - [2024-11-07 02:26:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004070 10.0.0.40 - - [2024-11-07 02:26:27] "POST /ref-update HTTP/1.1" 200 156 0.010549 10.0.0.40 - - [2024-11-07 02:26:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004033 10.0.0.40 - - [2024-11-07 02:26:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004016 10.0.0.40 - - [2024-11-07 02:26:27] "POST /ref-update HTTP/1.1" 200 156 0.009347 10.0.0.40 - - [2024-11-07 02:26:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004109 10.0.0.40 - - [2024-11-07 02:26:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.40 - - [2024-11-07 02:26:27] "POST /ref-update HTTP/1.1" 200 156 0.008692 10.0.0.40 - - [2024-11-07 02:26:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.40 - - [2024-11-07 02:26:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.40 - - [2024-11-07 02:26:27] "POST /ref-update HTTP/1.1" 200 156 0.008311 10.0.0.40 - - [2024-11-07 02:26:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.40 - - [2024-11-07 02:26:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.40 - - [2024-11-07 02:26:27] "POST /ref-update HTTP/1.1" 200 156 0.008095 10.0.0.40 - - [2024-11-07 02:26:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.40 - - [2024-11-07 02:26:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.40 - - [2024-11-07 02:26:27] "POST /ref-update HTTP/1.1" 200 156 0.007879 10.0.0.40 - - [2024-11-07 02:26:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003960 10.0.0.40 - - [2024-11-07 02:26:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.40 - - [2024-11-07 02:26:28] "POST /ref-update HTTP/1.1" 200 156 0.009220 10.0.0.40 - - [2024-11-07 02:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.40 - - [2024-11-07 02:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.40 - - [2024-11-07 02:26:28] "POST /ref-update HTTP/1.1" 200 156 0.008346 10.0.0.40 - - [2024-11-07 02:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.40 - - [2024-11-07 02:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.40 - - [2024-11-07 02:26:28] "POST /ref-update HTTP/1.1" 200 156 0.009988 10.0.0.40 - - [2024-11-07 02:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.40 - - [2024-11-07 02:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.40 - - [2024-11-07 02:26:28] "POST /ref-update HTTP/1.1" 200 156 0.008775 10.0.0.40 - - [2024-11-07 02:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.40 - - [2024-11-07 02:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.40 - - [2024-11-07 02:26:28] "POST /ref-update HTTP/1.1" 200 156 0.008960 10.0.0.40 - - [2024-11-07 02:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.40 - - [2024-11-07 02:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.40 - - [2024-11-07 02:26:28] "POST /ref-update HTTP/1.1" 200 156 0.009608 10.0.0.40 - - [2024-11-07 02:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.40 - - [2024-11-07 02:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.40 - - [2024-11-07 02:26:28] "POST /ref-update HTTP/1.1" 200 156 0.008185 10.0.0.40 - - [2024-11-07 02:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.40 - - [2024-11-07 02:26:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.40 - - [2024-11-07 02:26:29] "POST /ref-update HTTP/1.1" 200 156 0.008564 10.0.0.40 - - [2024-11-07 02:26:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.40 - - [2024-11-07 02:26:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004214 10.0.0.40 - - [2024-11-07 02:26:29] "POST /ref-update HTTP/1.1" 200 156 0.010029 10.0.0.40 - - [2024-11-07 02:26:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003857 10.0.0.40 - - [2024-11-07 02:26:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.40 - - [2024-11-07 02:26:29] "POST /ref-update HTTP/1.1" 200 156 0.008108 10.0.0.40 - - [2024-11-07 02:26:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.40 - - [2024-11-07 02:26:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.40 - - [2024-11-07 02:26:29] "POST /ref-update HTTP/1.1" 200 156 0.007660 10.0.0.40 - - [2024-11-07 02:26:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004173 10.0.0.40 - - [2024-11-07 02:26:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.40 - - [2024-11-07 02:26:29] "POST /ref-update HTTP/1.1" 200 156 0.009875 10.0.0.40 - - [2024-11-07 02:26:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.40 - - [2024-11-07 02:26:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.40 - - [2024-11-07 02:26:29] "POST /ref-update HTTP/1.1" 200 156 0.008686 10.0.0.40 - - [2024-11-07 02:26:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.40 - - [2024-11-07 02:26:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.40 - - [2024-11-07 02:26:29] "POST /ref-update HTTP/1.1" 200 156 0.009169 10.0.0.40 - - [2024-11-07 02:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.40 - - [2024-11-07 02:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004050 10.0.0.40 - - [2024-11-07 02:26:30] "POST /ref-update HTTP/1.1" 200 156 0.009686 10.0.0.40 - - [2024-11-07 02:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.40 - - [2024-11-07 02:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.40 - - [2024-11-07 02:26:30] "POST /ref-update HTTP/1.1" 200 156 0.009903 10.0.0.40 - - [2024-11-07 02:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.40 - - [2024-11-07 02:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004006 10.0.0.40 - - [2024-11-07 02:26:30] "POST /ref-update HTTP/1.1" 200 156 0.010369 10.0.0.40 - - [2024-11-07 02:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.40 - - [2024-11-07 02:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.40 - - [2024-11-07 02:26:30] "POST /ref-update HTTP/1.1" 200 156 0.009649 10.0.0.40 - - [2024-11-07 02:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.40 - - [2024-11-07 02:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.40 - - [2024-11-07 02:26:30] "POST /ref-update HTTP/1.1" 200 156 0.009543 10.0.0.40 - - [2024-11-07 02:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.40 - - [2024-11-07 02:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.40 - - [2024-11-07 02:26:30] "POST /ref-update HTTP/1.1" 200 156 0.009531 10.0.0.40 - - [2024-11-07 02:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713 10.0.0.40 - - [2024-11-07 02:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.40 - - [2024-11-07 02:26:31] "POST /ref-update HTTP/1.1" 200 156 0.009066 10.0.0.40 - - [2024-11-07 02:26:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.40 - - [2024-11-07 02:26:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.40 - - [2024-11-07 02:26:31] "POST /ref-update HTTP/1.1" 200 156 0.009569 10.0.0.40 - - [2024-11-07 02:26:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003859 10.0.0.40 - - [2024-11-07 02:26:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.40 - - [2024-11-07 02:26:31] "POST /ref-update HTTP/1.1" 200 156 0.009593 10.0.0.40 - - [2024-11-07 02:26:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.40 - - [2024-11-07 02:26:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.40 - - [2024-11-07 02:26:31] "POST /ref-update HTTP/1.1" 200 156 0.012923 10.0.0.40 - - [2024-11-07 02:26:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.40 - - [2024-11-07 02:26:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.40 - - [2024-11-07 02:26:31] "POST /ref-update HTTP/1.1" 200 156 0.011087 10.0.0.40 - - [2024-11-07 02:26:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004226 10.0.0.40 - - [2024-11-07 02:26:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.40 - - [2024-11-07 02:26:31] "POST /ref-update HTTP/1.1" 200 156 0.009633 10.0.0.40 - - [2024-11-07 02:26:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.40 - - [2024-11-07 02:26:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.40 - - [2024-11-07 02:26:31] "POST /ref-update HTTP/1.1" 200 156 0.009408 10.0.0.40 - - [2024-11-07 02:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.40 - - [2024-11-07 02:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005524 10.0.0.40 - - [2024-11-07 02:26:32] "POST /ref-update HTTP/1.1" 200 156 0.010398 10.0.0.40 - - [2024-11-07 02:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.40 - - [2024-11-07 02:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.40 - - [2024-11-07 02:26:32] "POST /ref-update HTTP/1.1" 200 156 0.009659 10.0.0.40 - - [2024-11-07 02:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.40 - - [2024-11-07 02:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003626 10.0.0.40 - - [2024-11-07 02:26:32] "POST /ref-update HTTP/1.1" 200 156 0.009533 10.0.0.40 - - [2024-11-07 02:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004245 10.0.0.40 - - [2024-11-07 02:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.40 - - [2024-11-07 02:26:32] "POST /ref-update HTTP/1.1" 200 156 0.009870 10.0.0.40 - - [2024-11-07 02:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.40 - - [2024-11-07 02:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.40 - - [2024-11-07 02:26:32] "POST /ref-update HTTP/1.1" 200 156 0.010507 10.0.0.40 - - [2024-11-07 02:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004089 10.0.0.40 - - [2024-11-07 02:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004013 10.0.0.40 - - [2024-11-07 02:26:32] "POST /ref-update HTTP/1.1" 200 156 0.010824 10.0.0.40 - - [2024-11-07 02:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004012 10.0.0.40 - - [2024-11-07 02:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003995 10.0.0.40 - - [2024-11-07 02:26:33] "POST /ref-update HTTP/1.1" 200 156 0.010844 10.0.0.40 - - [2024-11-07 02:26:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.40 - - [2024-11-07 02:26:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.40 - - [2024-11-07 02:26:33] "POST /ref-update HTTP/1.1" 200 156 0.009596 10.0.0.40 - - [2024-11-07 02:26:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004508 10.0.0.40 - - [2024-11-07 02:26:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.40 - - [2024-11-07 02:26:33] "POST /ref-update HTTP/1.1" 200 156 0.012910 10.0.0.40 - - [2024-11-07 02:26:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.40 - - [2024-11-07 02:26:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.40 - - [2024-11-07 02:26:33] "POST /ref-update HTTP/1.1" 200 156 0.009505 10.0.0.40 - - [2024-11-07 02:26:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882 10.0.0.40 - - [2024-11-07 02:26:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.40 - - [2024-11-07 02:26:33] "POST /ref-update HTTP/1.1" 200 156 0.009927 10.0.0.40 - - [2024-11-07 02:26:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004323 10.0.0.40 - - [2024-11-07 02:26:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004290 10.0.0.40 - - [2024-11-07 02:26:33] "POST /ref-update HTTP/1.1" 200 156 0.009499 10.0.0.40 - - [2024-11-07 02:26:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.40 - - [2024-11-07 02:26:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.40 - - [2024-11-07 02:26:33] "POST /ref-update HTTP/1.1" 200 156 0.010534 10.0.0.40 - - [2024-11-07 02:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.40 - - [2024-11-07 02:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.40 - - [2024-11-07 02:26:34] "POST /ref-update HTTP/1.1" 200 156 0.012186 10.0.0.40 - - [2024-11-07 02:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004156 10.0.0.40 - - [2024-11-07 02:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.40 - - [2024-11-07 02:26:34] "POST /ref-update HTTP/1.1" 200 156 0.010525 10.0.0.40 - - [2024-11-07 02:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.40 - - [2024-11-07 02:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.40 - - [2024-11-07 02:26:34] "POST /ref-update HTTP/1.1" 200 156 0.008727 10.0.0.40 - - [2024-11-07 02:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003918 10.0.0.40 - - [2024-11-07 02:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004350 10.0.0.40 - - [2024-11-07 02:26:34] "POST /ref-update HTTP/1.1" 200 156 0.010392 10.0.0.40 - - [2024-11-07 02:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003996 10.0.0.40 - - [2024-11-07 02:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.40 - - [2024-11-07 02:26:34] "POST /ref-update HTTP/1.1" 200 156 0.009416 10.0.0.40 - - [2024-11-07 02:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.40 - - [2024-11-07 02:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.40 - - [2024-11-07 02:26:34] "POST /ref-update HTTP/1.1" 200 156 0.010441 10.0.0.40 - - [2024-11-07 02:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.40 - - [2024-11-07 02:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.40 - - [2024-11-07 02:26:35] "POST /ref-update HTTP/1.1" 200 156 0.009691 10.0.0.40 - - [2024-11-07 02:26:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.40 - - [2024-11-07 02:26:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472 10.0.0.40 - - [2024-11-07 02:26:35] "POST /ref-update HTTP/1.1" 200 156 0.009076 10.0.0.40 - - [2024-11-07 02:26:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.40 - - [2024-11-07 02:26:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.40 - - [2024-11-07 02:26:35] "POST /ref-update HTTP/1.1" 200 156 0.009869 10.0.0.40 - - [2024-11-07 02:26:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.40 - - [2024-11-07 02:26:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004137 10.0.0.40 - - [2024-11-07 02:26:35] "POST /ref-update HTTP/1.1" 200 156 0.009531 10.0.0.40 - - [2024-11-07 02:26:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.40 - - [2024-11-07 02:26:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.40 - - [2024-11-07 02:26:35] "POST /ref-update HTTP/1.1" 200 156 0.009748 10.0.0.40 - - [2024-11-07 02:26:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.40 - - [2024-11-07 02:26:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.40 - - [2024-11-07 02:26:35] "POST /ref-update HTTP/1.1" 200 156 0.009466 10.0.0.40 - - [2024-11-07 02:26:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005008 10.0.0.40 - - [2024-11-07 02:26:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.40 - - [2024-11-07 02:26:35] "POST /ref-update HTTP/1.1" 200 156 0.009541 10.0.0.40 - - [2024-11-07 02:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.40 - - [2024-11-07 02:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003425 10.0.0.40 - - [2024-11-07 02:26:36] "POST /ref-update HTTP/1.1" 200 156 0.011192 10.0.0.40 - - [2024-11-07 02:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.40 - - [2024-11-07 02:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.40 - - [2024-11-07 02:26:36] "POST /ref-update HTTP/1.1" 200 156 0.010265 10.0.0.40 - - [2024-11-07 02:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.40 - - [2024-11-07 02:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.40 - - [2024-11-07 02:26:36] "POST /ref-update HTTP/1.1" 200 156 0.009131 10.0.0.40 - - [2024-11-07 02:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.40 - - [2024-11-07 02:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.40 - - [2024-11-07 02:26:36] "POST /ref-update HTTP/1.1" 200 156 0.009376 10.0.0.40 - - [2024-11-07 02:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.40 - - [2024-11-07 02:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920 10.0.0.40 - - [2024-11-07 02:26:36] "POST /ref-update HTTP/1.1" 200 156 0.010098 10.0.0.40 - - [2024-11-07 02:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.40 - - [2024-11-07 02:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.40 - - [2024-11-07 02:26:36] "POST /ref-update HTTP/1.1" 200 156 0.009324 10.0.0.40 - - [2024-11-07 02:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.40 - - [2024-11-07 02:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003745 10.0.0.40 - - [2024-11-07 02:26:37] "POST /ref-update HTTP/1.1" 200 156 0.009627 10.0.0.40 - - [2024-11-07 02:26:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004633 10.0.0.40 - - [2024-11-07 02:26:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774 10.0.0.40 - - [2024-11-07 02:26:37] "POST /ref-update HTTP/1.1" 200 156 0.009973 10.0.0.40 - - [2024-11-07 02:26:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.40 - - [2024-11-07 02:26:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.40 - - [2024-11-07 02:26:37] "POST /ref-update HTTP/1.1" 200 156 0.009208 10.0.0.40 - - [2024-11-07 02:26:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.40 - - [2024-11-07 02:26:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.40 - - [2024-11-07 02:26:37] "POST /ref-update HTTP/1.1" 200 156 0.011353 10.0.0.40 - - [2024-11-07 02:26:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.40 - - [2024-11-07 02:26:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003549 10.0.0.40 - - [2024-11-07 02:26:37] "POST /ref-update HTTP/1.1" 200 156 0.008261 10.0.0.40 - - [2024-11-07 02:26:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.40 - - [2024-11-07 02:26:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.40 - - [2024-11-07 02:26:37] "POST /ref-update HTTP/1.1" 200 156 0.008224 10.0.0.40 - - [2024-11-07 02:26:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.40 - - [2024-11-07 02:26:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.40 - - [2024-11-07 02:26:37] "POST /ref-update HTTP/1.1" 200 156 0.008620 10.0.0.40 - - [2024-11-07 02:26:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003919 10.0.0.40 - - [2024-11-07 02:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004942 10.0.0.40 - - [2024-11-07 02:26:38] "POST /ref-update HTTP/1.1" 200 156 0.010046 10.0.0.40 - - [2024-11-07 02:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004372 10.0.0.40 - - [2024-11-07 02:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004130 10.0.0.40 - - [2024-11-07 02:26:38] "POST /ref-update HTTP/1.1" 200 156 0.009026 10.0.0.40 - - [2024-11-07 02:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.40 - - [2024-11-07 02:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.40 - - [2024-11-07 02:26:38] "POST /ref-update HTTP/1.1" 200 156 0.010176 10.0.0.40 - - [2024-11-07 02:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.40 - - [2024-11-07 02:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.40 - - [2024-11-07 02:26:38] "POST /ref-update HTTP/1.1" 200 156 0.009351 10.0.0.40 - - [2024-11-07 02:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.40 - - [2024-11-07 02:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.40 - - [2024-11-07 02:26:38] "POST /ref-update HTTP/1.1" 200 156 0.008569 10.0.0.40 - - [2024-11-07 02:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.40 - - [2024-11-07 02:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.40 - - [2024-11-07 02:26:38] "POST /ref-update HTTP/1.1" 200 156 0.008303 10.0.0.40 - - [2024-11-07 02:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.40 - - [2024-11-07 02:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.40 - - [2024-11-07 02:26:39] "POST /ref-update HTTP/1.1" 200 156 0.009444 10.0.0.40 - - [2024-11-07 02:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.40 - - [2024-11-07 02:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.40 - - [2024-11-07 02:26:39] "POST /ref-update HTTP/1.1" 200 156 0.007969 10.0.0.40 - - [2024-11-07 02:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004387 10.0.0.40 - - [2024-11-07 02:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.40 - - [2024-11-07 02:26:39] "POST /ref-update HTTP/1.1" 200 156 0.011541 10.0.0.40 - - [2024-11-07 02:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.40 - - [2024-11-07 02:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.40 - - [2024-11-07 02:26:39] "POST /ref-update HTTP/1.1" 200 156 0.012187 10.0.0.40 - - [2024-11-07 02:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.40 - - [2024-11-07 02:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.40 - - [2024-11-07 02:26:39] "POST /ref-update HTTP/1.1" 200 156 0.011869 10.0.0.40 - - [2024-11-07 02:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004312 10.0.0.40 - - [2024-11-07 02:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004017 10.0.0.40 - - [2024-11-07 02:26:39] "POST /ref-update HTTP/1.1" 200 156 0.012262 10.0.0.40 - - [2024-11-07 02:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.40 - - [2024-11-07 02:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004130 10.0.0.40 - - [2024-11-07 02:26:39] "POST /ref-update HTTP/1.1" 200 156 0.011230 10.0.0.40 - - [2024-11-07 02:26:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004477 10.0.0.40 - - [2024-11-07 02:26:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.40 - - [2024-11-07 02:26:40] "POST /ref-update HTTP/1.1" 200 156 0.012534 10.0.0.40 - - [2024-11-07 02:26:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.40 - - [2024-11-07 02:26:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.40 - - [2024-11-07 02:26:40] "POST /ref-update HTTP/1.1" 200 156 0.009891 10.0.0.40 - - [2024-11-07 02:26:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003957 10.0.0.40 - - [2024-11-07 02:26:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.40 - - [2024-11-07 02:26:40] "POST /ref-update HTTP/1.1" 200 156 0.009161 10.0.0.40 - - [2024-11-07 02:26:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713 10.0.0.40 - - [2024-11-07 02:26:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004491 10.0.0.40 - - [2024-11-07 02:26:40] "POST /ref-update HTTP/1.1" 200 156 0.013269 10.0.0.40 - - [2024-11-07 02:26:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003807 10.0.0.40 - - [2024-11-07 02:26:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003904 10.0.0.40 - - [2024-11-07 02:26:40] "POST /ref-update HTTP/1.1" 200 156 0.010404 10.0.0.40 - - [2024-11-07 02:26:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004164 10.0.0.40 - - [2024-11-07 02:26:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.40 - - [2024-11-07 02:26:40] "POST /ref-update HTTP/1.1" 200 156 0.011944 10.0.0.40 - - [2024-11-07 02:26:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.40 - - [2024-11-07 02:26:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.40 - - [2024-11-07 02:26:41] "POST /ref-update HTTP/1.1" 200 156 0.010018 10.0.0.40 - - [2024-11-07 02:26:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.40 - - [2024-11-07 02:26:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004153 10.0.0.40 - - [2024-11-07 02:26:41] "POST /ref-update HTTP/1.1" 200 156 0.011193 10.0.0.40 - - [2024-11-07 02:26:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004262 10.0.0.40 - - [2024-11-07 02:26:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.40 - - [2024-11-07 02:26:41] "POST /ref-update HTTP/1.1" 200 156 0.008726 10.0.0.40 - - [2024-11-07 02:26:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.40 - - [2024-11-07 02:26:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004124 10.0.0.40 - - [2024-11-07 02:26:41] "POST /ref-update HTTP/1.1" 200 156 0.008857 10.0.0.40 - - [2024-11-07 02:26:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.40 - - [2024-11-07 02:26:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.40 - - [2024-11-07 02:26:41] "POST /ref-update HTTP/1.1" 200 156 0.008871 10.0.0.40 - - [2024-11-07 02:26:41] "POST /network-ipams HTTP/1.1" 200 550 0.018593 10.0.0.40 - - [2024-11-07 02:26:41] "POST /useragent-kv HTTP/1.1" 200 115 0.003935 10.0.0.40 - - [2024-11-07 02:26:41] "POST /virtual-networks HTTP/1.1" 200 552 0.107857 10.0.0.40 - - [2024-11-07 02:26:41] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.003584 10.0.0.40 - - [2024-11-07 02:26:41] "POST /fqname-to-id HTTP/1.1" 404 188 0.005014 10.0.0.40 - - [2024-11-07 02:26:42] "POST /fqname-to-id HTTP/1.1" 404 178 0.003675 10.0.0.40 - - [2024-11-07 02:26:42] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 312 0.003840 10.0.0.40 - - [2024-11-07 02:26:42] "GET /fabric/19e7f82e-d901-4977-937f-641266fb56af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1116 0.004318 10.0.0.40 - - [2024-11-07 02:26:42] "POST /fqname-to-id HTTP/1.1" 404 198 0.003359 10.0.0.40 - - [2024-11-07 02:26:42] "POST /fqname-to-id HTTP/1.1" 404 205 0.003339 10.0.0.40 - - [2024-11-07 02:26:42] "POST /fqname-to-id HTTP/1.1" 404 207 0.003421 10.0.0.40 - - [2024-11-07 02:26:42] "POST /route-targets HTTP/1.1" 200 327 0.012015 10.0.0.40 - - [2024-11-07 02:26:42] "POST /ref-update HTTP/1.1" 200 156 0.014272 10.0.0.40 - - [2024-11-07 02:27:08] "GET / HTTP/1.1" 200 35931 0.002401 10.0.0.40 - - [2024-11-07 02:27:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000579 10.0.0.40 - - [2024-11-07 02:27:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.031833 10.0.0.40 - - [2024-11-07 02:27:08] "GET /routing-instance/39a86614-521a-4797-8a60-e8d0f7e3835d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1174 0.003747 10.0.0.40 - - [2024-11-07 02:27:08] "POST /bgp-routers HTTP/1.1" 200 620 0.020998 10.0.0.40 - - [2024-11-07 02:27:08] "GET /bgp-router/7e6e8d99-84dc-404d-89bc-4829cc093cbd?fields=global_system_config_back_refs HTTP/1.1" 200 1125 0.005531 10.0.0.40 - - [2024-11-07 02:27:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.40 - - [2024-11-07 02:27:08] "GET /global-system-config/36041231-7e38-4609-89ae-97df9d4a30a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2340 0.004455 10.0.0.40 - - [2024-11-07 02:27:08] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004293 10.0.0.40 - - [2024-11-07 02:27:08] "POST /ref-update HTTP/1.1" 200 156 0.009195 10.0.0.40 - - [2024-11-07 02:28:04] "GET / HTTP/1.1" 200 35931 0.002270 10.0.0.40 - - [2024-11-07 02:28:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000549 10.0.0.40 - - [2024-11-07 02:28:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.033418 10.0.0.40 - - [2024-11-07 02:28:04] "GET /global-system-config/36041231-7e38-4609-89ae-97df9d4a30a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.008781 10.0.0.40 - - [2024-11-07 02:28:04] "POST /fqname-to-id HTTP/1.1" 404 220 0.003951 10.0.0.40 - - [2024-11-07 02:28:04] "POST /database-nodes HTTP/1.1" 200 603 0.019756 10.0.0.40 - - [2024-11-07 02:28:52] "GET / HTTP/1.1" 200 35931 0.002377 10.0.0.40 - - [2024-11-07 02:28:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000525 10.0.0.40 - - [2024-11-07 02:28:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.028953 10.0.0.40 - - [2024-11-07 02:28:53] "GET /global-system-config/36041231-7e38-4609-89ae-97df9d4a30a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.003687 10.0.0.40 - - [2024-11-07 02:28:53] "POST /fqname-to-id HTTP/1.1" 404 220 0.003319 10.0.0.40 - - [2024-11-07 02:28:53] "POST /analytics-nodes HTTP/1.1" 200 605 0.017818 10.0.0.40 - - [2024-11-07 02:28:58] "GET / HTTP/1.1" 200 35931 0.002490 10.0.0.40 - - [2024-11-07 02:29:09] "GET / HTTP/1.1" 200 35931 0.001966 10.0.0.40 - - [2024-11-07 02:29:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000562 10.0.0.40 - - [2024-11-07 02:29:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.028465 10.0.0.40 - - [2024-11-07 02:29:10] "GET /global-system-config/36041231-7e38-4609-89ae-97df9d4a30a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.003425 10.0.0.40 - - [2024-11-07 02:29:10] "POST /fqname-to-id HTTP/1.1" 404 220 0.003621 10.0.0.40 - - [2024-11-07 02:29:10] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.026728 10.0.0.40 - - [2024-11-07 02:29:21] "GET / HTTP/1.1" 200 35931 0.001909 10.0.0.40 - - [2024-11-07 02:29:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000618 10.0.0.40 - - [2024-11-07 02:29:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.029086 10.0.0.40 - - [2024-11-07 02:29:21] "GET /global-system-config/36041231-7e38-4609-89ae-97df9d4a30a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.003923 10.0.0.40 - - [2024-11-07 02:29:21] "POST /fqname-to-id HTTP/1.1" 404 220 0.003367 10.0.0.40 - - [2024-11-07 02:29:21] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.022614 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-11-07 02:29:42] "GET /obj-perms HTTP/1.1" 200 5056 0.423427 10.0.0.40 - - [2024-11-07 02:29:42] "GET /obj-perms HTTP/1.1" 200 5056 0.053441 10.0.0.40 - - [2024-11-07 02:30:42] "GET /obj-perms HTTP/1.1" 200 5056 0.057890 10.0.0.40 - - [2024-11-07 02:30:43] "GET /obj-perms HTTP/1.1" 200 5056 0.053226 10.0.0.40 - - [2024-11-07 02:30:56] "GET / HTTP/1.1" 200 35931 0.002155 10.0.0.40 - - [2024-11-07 02:30:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000517 10.0.0.40 - - [2024-11-07 02:30:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.028239 10.0.0.40 - - [2024-11-07 02:30:57] "GET /global-system-config/36041231-7e38-4609-89ae-97df9d4a30a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.003623 10.0.0.40 - - [2024-11-07 02:30:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.40 - - [2024-11-07 02:30:57] "GET /routing-instance/39a86614-521a-4797-8a60-e8d0f7e3835d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1174 0.003625 10.0.0.40 - - [2024-11-07 02:30:57] "PUT /global-system-config/36041231-7e38-4609-89ae-97df9d4a30a8 HTTP/1.1" 200 274 0.012030 10.0.0.40 - - [2024-11-07 02:30:57] "POST /fqname-to-id HTTP/1.1" 404 218 0.003613 10.0.0.40 - - [2024-11-07 02:30:57] "POST /virtual-routers HTTP/1.1" 200 603 0.019645 10.0.0.40 - - [2024-11-07 02:30:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.40 - - [2024-11-07 02:30:57] "GET /virtual-router/60a1b98d-d8f0-4b1c-af36-2603bb9fbecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1255 0.005604 10.0.0.40 - - [2024-11-07 02:30:57] "POST /fqname-to-id HTTP/1.1" 404 231 0.003237 10.0.0.40 - - [2024-11-07 02:30:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.40 - - [2024-11-07 02:30:57] "GET /virtual-network/3acf73fb-9a20-433d-a70b-5ef82dbc22b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.003884 10.0.0.40 - - [2024-11-07 02:30:57] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.047406 10.0.0.40 - - [2024-11-07 02:30:58] "PUT /access-control-list/96e3a7f2-1e8f-4dd1-8747-10824d7f0f51 HTTP/1.1" 200 272 0.037505 [Introspect:8084]10.0.0.40 - - [2024-11-07 02:31:08] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001073 [Introspect:8084]10.0.0.40 - - [2024-11-07 02:31:08] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001150 [Introspect:8084]10.0.0.40 - - [2024-11-07 02:31:10] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001013 [Introspect:8084]10.0.0.40 - - [2024-11-07 02:31:10] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001117 10.0.0.40 - - [2024-11-07 02:31:16] "GET /global-system-configs HTTP/1.1" 200 322 0.007835 10.0.0.40 - - [2024-11-07 02:31:16] "GET /obj-perms HTTP/1.1" 200 5056 0.043896 10.0.0.40 - - [2024-11-07 02:31:18] "GET /global-system-configs HTTP/1.1" 200 322 0.008239 10.0.0.40 - - [2024-11-07 02:31:18] "GET /obj-perms HTTP/1.1" 200 5056 0.031215 10.0.0.40 - - [2024-11-07 02:31:43] "GET /obj-perms HTTP/1.1" 200 5056 0.061599 10.0.0.40 - - [2024-11-07 02:31:44] "GET /obj-perms HTTP/1.1" 200 5056 0.053482 10.0.0.40 - - [2024-11-07 02:32:12] "GET / HTTP/1.1" 200 35931 0.002216 10.0.0.40 - - [2024-11-07 02:32:13] "GET /project/e6879511-f374-49c6-aa0a-5024b05fc985?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000563 10.0.0.40 - - [2024-11-07 02:32:13] "GET /projects?obj_uuids=e6879511-f374-49c6-aa0a-5024b05fc985&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.025255 10.0.0.40 - - [2024-11-07 02:32:13] "GET /domains?obj_uuids=3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001337 10.0.0.40 - - [2024-11-07 02:32:13] "GET /domain/3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.029927 10.0.0.40 - - [2024-11-07 02:32:13] "POST /id-to-fqname HTTP/1.1" 200 167 0.001559 10.0.0.40 - - [2024-11-07 02:32:13] "POST /fqname-to-id HTTP/1.1" 404 176 0.003963 10.0.0.40 - - [2024-11-07 02:32:13] "POST /security-groups HTTP/1.1" 200 568 0.063387 10.0.0.40 - - [2024-11-07 02:32:13] "POST /fqname-to-id HTTP/1.1" 404 207 0.003126 10.0.0.40 - - [2024-11-07 02:32:13] "POST /projects HTTP/1.1" 200 539 0.236296 10.0.0.40 - - [2024-11-07 02:32:13] "POST /access-control-lists HTTP/1.1" 200 573 0.061940 10.0.0.40 - - [2024-11-07 02:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.314072 10.0.0.40 - - [2024-11-07 02:32:13] "POST /fqname-to-id HTTP/1.1" 404 206 0.003474 10.0.0.40 - - [2024-11-07 02:32:13] "GET /project/e6879511-f374-49c6-aa0a-5024b05fc985?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1282 0.479943 10.0.0.40 - - [2024-11-07 02:32:14] "POST /access-control-lists HTTP/1.1" 200 571 0.064083 [Introspect:8084]10.0.0.40 - - [2024-11-07 02:32:14] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001361 10.0.0.40 - - [2024-11-07 02:32:14] "POST /fqname-to-id HTTP/1.1" 404 199 0.024858 10.0.0.40 - - [2024-11-07 02:32:14] "GET /projects?obj_uuids=0319739c-9292-45eb-b440-c3046404e7ad&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003632 10.0.0.40 - - [2024-11-07 02:32:15] "GET /domains?obj_uuids=3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001275 10.0.0.40 - - [2024-11-07 02:32:15] "GET /domain/3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007801 10.0.0.40 - - [2024-11-07 02:32:15] "POST /id-to-fqname HTTP/1.1" 200 201 0.001560 10.0.0.40 - - [2024-11-07 02:32:15] "POST /fqname-to-id HTTP/1.1" 404 210 0.007668 10.0.0.40 - - [2024-11-07 02:32:15] "POST /security-groups HTTP/1.1" 200 602 0.063251 10.0.0.40 - - [2024-11-07 02:32:15] "POST /fqname-to-id HTTP/1.1" 404 245 0.002638 10.0.0.40 - - [2024-11-07 02:32:15] "POST /projects HTTP/1.1" 200 607 0.221964 10.0.0.40 - - [2024-11-07 02:32:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.295202 10.0.0.40 - - [2024-11-07 02:32:15] "POST /access-control-lists HTTP/1.1" 200 607 0.061020 10.0.0.40 - - [2024-11-07 02:32:15] "POST /fqname-to-id HTTP/1.1" 404 244 0.003062 10.0.0.40 - - [2024-11-07 02:32:15] "GET /project/0319739c-9292-45eb-b440-c3046404e7ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.425585 10.0.0.40 - - [2024-11-07 02:32:15] "POST /access-control-lists HTTP/1.1" 200 605 0.059886 10.0.0.40 - - [2024-11-07 02:32:16] "GET / HTTP/1.1" 200 35931 0.003702 10.0.0.40 - - [2024-11-07 02:32:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000786 10.0.0.40 - - [2024-11-07 02:32:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.064046 10.0.0.40 - - [2024-11-07 02:32:17] "GET /projects?obj_uuids=0319739c-9292-45eb-b440-c3046404e7ad&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001282 10.0.0.40 - - [2024-11-07 02:32:17] "GET /project/0319739c-9292-45eb-b440-c3046404e7ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.021231 10.0.0.40 - - [2024-11-07 02:32:17] "POST /neutron/network HTTP/1.1" 200 117 0.047815 10.0.0.40 - - [2024-11-07 02:32:17] "GET /projects?obj_uuids=0319739c-9292-45eb-b440-c3046404e7ad&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001396 10.0.0.40 - - [2024-11-07 02:32:18] "POST /neutron/network HTTP/1.1" 200 620 0.083838 10.0.0.40 - - [2024-11-07 02:32:18] "POST /route-targets HTTP/1.1" 200 327 0.011639 10.0.0.40 - - [2024-11-07 02:32:18] "POST /ref-update HTTP/1.1" 200 156 0.013103 10.0.0.40 - - [2024-11-07 02:32:18] "POST /useragent-kv HTTP/1.1" 200 115 0.005671 10.0.0.40 - - [2024-11-07 02:32:18] "POST /neutron/subnet HTTP/1.1" 200 715 0.199703 10.0.0.40 - - [2024-11-07 02:32:18] "POST /neutron/network HTTP/1.1" 200 837 0.006816 10.0.0.40 - - [2024-11-07 02:32:18] "POST /id-to-fqname HTTP/1.1" 200 233 0.001982 10.0.0.40 - - [2024-11-07 02:32:18] "GET /virtual-network/16e625f7-0013-43c0-bfaa-78887f750d22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.003839 10.0.0.40 - - [2024-11-07 02:32:18] "POST /neutron/network HTTP/1.1" 200 837 0.007658 10.0.0.40 - - [2024-11-07 02:32:18] "GET /virtual-network/16e625f7-0013-43c0-bfaa-78887f750d22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004078 10.0.0.40 - - [2024-11-07 02:32:18] "POST /neutron/network HTTP/1.1" 200 837 0.009003 10.0.0.40 - - [2024-11-07 02:32:18] "POST /neutron/subnet HTTP/1.1" 200 715 0.010203 10.0.0.40 - - [2024-11-07 02:32:18] "GET /domains HTTP/1.1" 401 292 0.000527 10.0.0.40 - - [2024-11-07 02:32:18] "GET /domains HTTP/1.1" 200 280 0.029081 10.0.0.40 - - [2024-11-07 02:32:18] "GET /domains?obj_uuids=3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001297 10.0.0.40 - - [2024-11-07 02:32:18] "GET /domain/3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb HTTP/1.1" 200 2584 0.014177 10.0.0.40 - - [2024-11-07 02:32:18] "GET /projects?obj_uuids=0319739c-9292-45eb-b440-c3046404e7ad&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001450 10.0.0.40 - - [2024-11-07 02:32:19] "GET /project/0319739c-9292-45eb-b440-c3046404e7ad HTTP/1.1" 200 2177 0.072348 10.0.0.40 - - [2024-11-07 02:32:19] "GET /virtual-network/16e625f7-0013-43c0-bfaa-78887f750d22 HTTP/1.1" 200 2336 0.008216 10.0.0.40 - - [2024-11-07 02:32:19] "GET /virtual-network/16e625f7-0013-43c0-bfaa-78887f750d22 HTTP/1.1" 200 2336 0.003578 10.0.0.40 - - [2024-11-07 02:32:19] "GET /routing-instance/f7e96a39-b1c6-4b9c-88e3-d2629dae6177 HTTP/1.1" 200 1494 0.003402 10.0.0.40 - - [2024-11-07 02:32:19] "GET /routing-instance/f7e96a39-b1c6-4b9c-88e3-d2629dae6177 HTTP/1.1" 200 1494 0.002948 10.0.0.40 - - [2024-11-07 02:32:19] "GET /route-target/7c245987-d1bc-40b9-b076-177367428664 HTTP/1.1" 200 1219 0.003574 10.0.0.40 - - [2024-11-07 02:32:19] "GET /virtual-network/16e625f7-0013-43c0-bfaa-78887f750d22 HTTP/1.1" 200 2336 0.003276 10.0.0.40 - - [2024-11-07 02:32:19] "GET /routing-instance/f7e96a39-b1c6-4b9c-88e3-d2629dae6177 HTTP/1.1" 200 1494 0.003574 10.0.0.40 - - [2024-11-07 02:32:19] "GET /virtual-network/16e625f7-0013-43c0-bfaa-78887f750d22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.003749 10.0.0.40 - - [2024-11-07 02:32:19] "GET /virtual-network/16e625f7-0013-43c0-bfaa-78887f750d22 HTTP/1.1" 200 2336 0.004208 10.0.0.40 - - [2024-11-07 02:32:19] "GET /routing-instance/f7e96a39-b1c6-4b9c-88e3-d2629dae6177 HTTP/1.1" 200 1494 0.003421 10.0.0.40 - - [2024-11-07 02:32:19] "GET /routing-instance/f7e96a39-b1c6-4b9c-88e3-d2629dae6177 HTTP/1.1" 200 1494 0.003208 10.0.0.40 - - [2024-11-07 02:32:19] "GET /route-target/7c245987-d1bc-40b9-b076-177367428664 HTTP/1.1" 200 1219 0.003154 10.0.0.40 - - [2024-11-07 02:32:19] "GET /domains HTTP/1.1" 200 280 0.003163 10.0.0.40 - - [2024-11-07 02:32:19] "GET /domains?obj_uuids=3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001271 10.0.0.40 - - [2024-11-07 02:32:19] "GET /domain/3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb HTTP/1.1" 200 2584 0.008107 10.0.0.40 - - [2024-11-07 02:32:19] "GET /projects?obj_uuids=0319739c-9292-45eb-b440-c3046404e7ad&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001659 10.0.0.40 - - [2024-11-07 02:32:19] "GET /project/0319739c-9292-45eb-b440-c3046404e7ad HTTP/1.1" 200 2177 0.077470 10.0.0.40 - - [2024-11-07 02:32:19] "GET /virtual-network/16e625f7-0013-43c0-bfaa-78887f750d22 HTTP/1.1" 200 2336 0.003860 10.0.0.40 - - [2024-11-07 02:32:19] "GET /obj-perms HTTP/1.1" 200 5052 0.054254 10.0.0.40 - - [2024-11-07 02:32:19] "POST /id-to-fqname HTTP/1.1" 200 233 0.001931 10.0.0.40 - - [2024-11-07 02:32:21] "POST /neutron/network HTTP/1.1" 200 847 0.006712 10.0.0.40 - - [2024-11-07 02:32:21] "GET /aaa-mode HTTP/1.1" 401 292 0.000560 10.0.0.40 - - [2024-11-07 02:32:21] "GET / HTTP/1.1" 200 35931 0.003878 10.0.0.40 - - [2024-11-07 02:32:21] "GET /project/0319739c-9292-45eb-b440-c3046404e7ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000508 10.0.0.40 - - [2024-11-07 02:32:22] "GET /projects?obj_uuids=0319739c-9292-45eb-b440-c3046404e7ad&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001484 10.0.0.40 - - [2024-11-07 02:32:22] "GET /project/0319739c-9292-45eb-b440-c3046404e7ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.053215 10.0.0.40 - - [2024-11-07 02:32:23] "POST /neutron/network HTTP/1.1" 200 837 0.033530 10.0.0.40 - - [2024-11-07 02:32:23] "POST /neutron/port HTTP/1.1" 200 117 0.005814 10.0.0.40 - - [2024-11-07 02:32:23] "POST /neutron/port HTTP/1.1" 200 117 0.005784 10.0.0.40 - - [2024-11-07 02:32:23] "POST /neutron/port HTTP/1.1" 200 117 0.006810 10.0.0.40 - - [2024-11-07 02:32:24] "POST /neutron/network HTTP/1.1" 200 847 0.007300 10.0.0.40 - - [2024-11-07 02:32:24] "GET /projects?obj_uuids=0319739c-9292-45eb-b440-c3046404e7ad&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001718 10.0.0.40 - - [2024-11-07 02:32:24] "POST /neutron/port HTTP/1.1" 200 1069 0.253048 10.0.0.40 - - [2024-11-07 02:32:25] "POST /neutron/port HTTP/1.1" 200 1069 0.038863 10.0.0.40 - - [2024-11-07 02:32:25] "POST /neutron/port HTTP/1.1" 200 1069 0.017137 10.0.0.40 - - [2024-11-07 02:32:25] "POST /neutron/port HTTP/1.1" 200 1123 0.100524 10.0.0.40 - - [2024-11-07 02:32:25] "POST /neutron/port HTTP/1.1" 200 1097 0.019366 10.0.0.40 - - [2024-11-07 02:32:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004149 10.0.0.40 - - [2024-11-07 02:32:25] "POST /neutron/subnet HTTP/1.1" 200 689 0.011639 10.0.0.40 - - [2024-11-07 02:32:25] "POST /neutron/port HTTP/1.1" 200 117 0.001391 10.0.0.40 - - [2024-11-07 02:32:25] "POST /neutron/network HTTP/1.1" 200 837 0.006651 10.0.0.40 - - [2024-11-07 02:32:28] "POST /neutron/port HTTP/1.1" 200 1097 0.018112 10.0.0.40 - - [2024-11-07 02:32:28] "POST /neutron/security_group HTTP/1.1" 200 2069 0.008497 10.0.0.40 - - [2024-11-07 02:32:33] "POST /neutron/port HTTP/1.1" 200 1097 0.016702 10.0.0.40 - - [2024-11-07 02:32:33] "POST /neutron/security_group HTTP/1.1" 200 2069 0.007712 10.0.0.40 - - [2024-11-07 02:32:33] "GET /obj-perms HTTP/1.1" 200 5052 0.004498 10.0.0.40 - - [2024-11-07 02:32:34] "GET /obj-perms HTTP/1.1" 200 5052 0.004442 10.0.0.40 - - [2024-11-07 02:32:35] "GET /obj-perms HTTP/1.1" 200 5052 0.004259 10.0.0.40 - - [2024-11-07 02:32:36] "GET /obj-perms HTTP/1.1" 200 5052 0.003908 10.0.0.40 - - [2024-11-07 02:32:37] "GET /obj-perms HTTP/1.1" 200 5052 0.004336 10.0.0.40 - - [2024-11-07 02:32:38] "POST /neutron/network HTTP/1.1" 200 837 0.012068 10.0.0.40 - - [2024-11-07 02:32:38] "POST /neutron/network HTTP/1.1" 400 204 0.012835 10.0.0.40 - - [2024-11-07 02:32:39] "DELETE /project/e6879511f37449c6aa0a5024b05fc985 HTTP/1.1" 404 173 0.003423 10.0.0.40 - - [2024-11-07 02:32:39] "DELETE /project/0319739c929245ebb440c3046404e7ad HTTP/1.1" 404 173 0.002438 10.0.0.40 - - [2024-11-07 02:32:39] "POST /neutron/port HTTP/1.1" 200 1097 0.017067 10.0.0.40 - - [2024-11-07 02:32:39] "POST /neutron/port HTTP/1.1" 200 1123 0.010855 10.0.0.40 - - [2024-11-07 02:32:39] "POST /neutron/port HTTP/1.1" 200 151 0.137481 10.0.0.40 - - [2024-11-07 02:32:41] "POST /neutron/network HTTP/1.1" 200 837 0.008254 10.0.0.40 - - [2024-11-07 02:32:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002245 10.0.0.40 - - [2024-11-07 02:32:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.010087 10.0.0.40 - - [2024-11-07 02:32:41] "POST /useragent-kv HTTP/1.1" 200 115 0.001341 10.0.0.40 - - [2024-11-07 02:32:41] "POST /neutron/network HTTP/1.1" 200 151 0.108448 10.0.0.40 - - [2024-11-07 02:32:41] "DELETE /route-target/7c245987-d1bc-40b9-b076-177367428664 HTTP/1.1" 200 115 0.016926 10.0.0.40 - - [2024-11-07 02:32:41] "GET /routing-instance/f7e96a39-b1c6-4b9c-88e3-d2629dae6177 HTTP/1.1" 404 171 0.003163 10.0.0.40 - - [2024-11-07 02:32:41] "GET /domains HTTP/1.1" 200 280 0.002614 10.0.0.40 - - [2024-11-07 02:32:41] "GET /domains?obj_uuids=3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001248 10.0.0.40 - - [2024-11-07 02:32:41] "GET /domain/3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb HTTP/1.1" 200 2584 0.054077 10.0.0.40 - - [2024-11-07 02:32:41] "GET /projects?obj_uuids=0319739c-9292-45eb-b440-c3046404e7ad&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001331 10.0.0.40 - - [2024-11-07 02:32:41] "GET /project/0319739c-9292-45eb-b440-c3046404e7ad HTTP/1.1" 200 1927 0.065270 10.0.0.40 - - [2024-11-07 02:32:41] "GET /projects?obj_uuids=0319739c-9292-45eb-b440-c3046404e7ad&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001324 10.0.0.40 - - [2024-11-07 02:32:41] "GET /project/0319739c-9292-45eb-b440-c3046404e7ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.024290 10.0.0.40 - - [2024-11-07 02:32:41] "GET /projects?obj_uuids=0319739c-9292-45eb-b440-c3046404e7ad&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001231 10.0.0.40 - - [2024-11-07 02:32:41] "GET /project/0319739c-9292-45eb-b440-c3046404e7ad?fields=virtual_networks HTTP/1.1" 200 1063 0.063985 10.0.0.40 - - [2024-11-07 02:32:41] "GET /projects?obj_uuids=0319739c-9292-45eb-b440-c3046404e7ad&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001312 10.0.0.40 - - [2024-11-07 02:32:41] "GET /project/0319739c-9292-45eb-b440-c3046404e7ad?fields=virtual_machine_interfaces HTTP/1.1" 200 1063 0.022642 10.0.0.40 - - [2024-11-07 02:32:41] "GET /projects?obj_uuids=0319739c-9292-45eb-b440-c3046404e7ad&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001289 10.0.0.40 - - [2024-11-07 02:32:41] "GET /project/0319739c-9292-45eb-b440-c3046404e7ad?fields=security_groups HTTP/1.1" 200 1300 0.029692 10.0.0.40 - - [2024-11-07 02:32:42] "POST /fqname-to-id HTTP/1.1" 404 200 0.030055 10.0.0.40 - - [2024-11-07 02:32:42] "GET /projects?obj_uuids=12c42694-ce93-45db-aa72-02188b1e7a49&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002798 10.0.0.40 - - [2024-11-07 02:32:42] "GET /domains?obj_uuids=3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001264 10.0.0.40 - - [2024-11-07 02:32:42] "GET /domain/3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007739 10.0.0.40 - - [2024-11-07 02:32:42] "POST /id-to-fqname HTTP/1.1" 200 202 0.002563 10.0.0.40 - - [2024-11-07 02:32:42] "POST /fqname-to-id HTTP/1.1" 404 211 0.003389 10.0.0.40 - - [2024-11-07 02:32:42] "POST /security-groups HTTP/1.1" 200 603 0.066991 10.0.0.40 - - [2024-11-07 02:32:42] "POST /fqname-to-id HTTP/1.1" 404 246 0.003283 10.0.0.40 - - [2024-11-07 02:32:42] "POST /projects HTTP/1.1" 200 609 0.230001 10.0.0.40 - - [2024-11-07 02:32:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.301502 10.0.0.40 - - [2024-11-07 02:32:43] "POST /access-control-lists HTTP/1.1" 200 608 0.064198 10.0.0.40 - - [2024-11-07 02:32:43] "POST /fqname-to-id HTTP/1.1" 404 245 0.002839 10.0.0.40 - - [2024-11-07 02:32:43] "GET /project/12c42694-ce93-45db-aa72-02188b1e7a49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.433083 10.0.0.40 - - [2024-11-07 02:32:43] "POST /access-control-lists HTTP/1.1" 200 606 0.059784 10.0.0.40 - - [2024-11-07 02:32:44] "GET / HTTP/1.1" 200 35931 0.002562 10.0.0.40 - - [2024-11-07 02:32:45] "GET /obj-perms HTTP/1.1" 200 5056 0.389803 10.0.0.40 - - [2024-11-07 02:32:45] "GET /obj-perms HTTP/1.1" 200 5056 0.096614 10.0.0.40 - - [2024-11-07 02:32:45] "GET /projects?obj_uuids=e6879511-f374-49c6-aa0a-5024b05fc985&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001371 10.0.0.40 - - [2024-11-07 02:32:45] "GET /project/e6879511-f374-49c6-aa0a-5024b05fc985?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1282 0.035441 10.0.0.40 - - [2024-11-07 02:32:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.40 - - [2024-11-07 02:32:46] "GET /security-group/669dfd82-9e24-41f6-aeb5-d528f0402f36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3695 0.004747 10.0.0.40 - - [2024-11-07 02:32:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.40 - - [2024-11-07 02:32:46] "GET /projects?obj_uuids=e6879511-f374-49c6-aa0a-5024b05fc985&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001570 10.0.0.40 - - [2024-11-07 02:32:46] "GET /project/e6879511-f374-49c6-aa0a-5024b05fc985?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1282 0.027866 10.0.0.40 - - [2024-11-07 02:32:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.40 - - [2024-11-07 02:32:46] "GET /security-group/669dfd82-9e24-41f6-aeb5-d528f0402f36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3695 0.004153 10.0.0.40 - - [2024-11-07 02:32:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.40 - - [2024-11-07 02:32:46] "PUT /security-group/669dfd82-9e24-41f6-aeb5-d528f0402f36 HTTP/1.1" 200 262 0.016261 10.0.0.40 - - [2024-11-07 02:32:46] "PUT /access-control-list/f93cdeb5-a40a-4911-9cac-91c301934408 HTTP/1.1" 200 272 0.009897 10.0.0.40 - - [2024-11-07 02:32:46] "PUT /access-control-list/8a217d14-073b-41f9-a0d3-caa944ffafd0 HTTP/1.1" 200 272 0.010781 10.0.0.40 - - [2024-11-07 02:32:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000662 10.0.0.40 - - [2024-11-07 02:32:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.062634 10.0.0.40 - - [2024-11-07 02:32:47] "GET /projects?obj_uuids=12c42694-ce93-45db-aa72-02188b1e7a49&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001285 10.0.0.40 - - [2024-11-07 02:32:47] "GET /project/12c42694-ce93-45db-aa72-02188b1e7a49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.026526 10.0.0.40 - - [2024-11-07 02:32:47] "POST /neutron/network HTTP/1.1" 200 117 0.034951 10.0.0.40 - - [2024-11-07 02:32:47] "GET /projects?obj_uuids=12c42694-ce93-45db-aa72-02188b1e7a49&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001331 10.0.0.40 - - [2024-11-07 02:32:47] "POST /neutron/network HTTP/1.1" 200 619 0.078815 10.0.0.40 - - [2024-11-07 02:32:47] "POST /route-targets HTTP/1.1" 200 327 0.013233 10.0.0.40 - - [2024-11-07 02:32:47] "POST /ref-update HTTP/1.1" 200 156 0.013555 10.0.0.40 - - [2024-11-07 02:32:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002634 10.0.0.40 - - [2024-11-07 02:32:47] "POST /neutron/subnet HTTP/1.1" 200 724 0.179156 10.0.0.40 - - [2024-11-07 02:32:47] "POST /neutron/network HTTP/1.1" 200 838 0.006637 10.0.0.40 - - [2024-11-07 02:32:47] "POST /id-to-fqname HTTP/1.1" 200 233 0.001457 10.0.0.40 - - [2024-11-07 02:32:47] "GET /virtual-network/a30b57ca-5828-46c0-a5a6-30e81aecee66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.003138 10.0.0.40 - - [2024-11-07 02:32:47] "POST /neutron/network HTTP/1.1" 200 838 0.007284 10.0.0.40 - - [2024-11-07 02:32:47] "GET /virtual-network/a30b57ca-5828-46c0-a5a6-30e81aecee66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.003093 10.0.0.40 - - [2024-11-07 02:32:47] "POST /neutron/network HTTP/1.1" 200 838 0.007807 10.0.0.40 - - [2024-11-07 02:32:47] "POST /neutron/subnet HTTP/1.1" 200 724 0.008486 10.0.0.40 - - [2024-11-07 02:32:47] "GET /domains HTTP/1.1" 401 292 0.000494 10.0.0.40 - - [2024-11-07 02:32:48] "GET /domains HTTP/1.1" 200 280 0.030065 10.0.0.40 - - [2024-11-07 02:32:48] "GET /domains?obj_uuids=3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001239 10.0.0.40 - - [2024-11-07 02:32:48] "GET /domain/3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb HTTP/1.1" 200 2782 0.009119 10.0.0.40 - - [2024-11-07 02:32:48] "GET /projects?obj_uuids=12c42694-ce93-45db-aa72-02188b1e7a49&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001173 10.0.0.40 - - [2024-11-07 02:32:48] "GET /project/12c42694-ce93-45db-aa72-02188b1e7a49 HTTP/1.1" 200 2184 0.070938 10.0.0.40 - - [2024-11-07 02:32:48] "GET /virtual-network/a30b57ca-5828-46c0-a5a6-30e81aecee66 HTTP/1.1" 200 2341 0.004258 10.0.0.40 - - [2024-11-07 02:32:48] "GET /virtual-network/a30b57ca-5828-46c0-a5a6-30e81aecee66 HTTP/1.1" 200 2341 0.002805 10.0.0.40 - - [2024-11-07 02:32:48] "GET /routing-instance/1771ed85-3beb-4a38-8ab1-521319510dcc HTTP/1.1" 200 1490 0.002754 10.0.0.40 - - [2024-11-07 02:32:48] "GET /routing-instance/1771ed85-3beb-4a38-8ab1-521319510dcc HTTP/1.1" 200 1490 0.002421 10.0.0.40 - - [2024-11-07 02:32:48] "GET /route-target/16e044b8-81d3-4dfe-bfa9-02fc5b6681d8 HTTP/1.1" 200 1218 0.002711 10.0.0.40 - - [2024-11-07 02:32:48] "GET /virtual-network/a30b57ca-5828-46c0-a5a6-30e81aecee66 HTTP/1.1" 200 2341 0.002683 10.0.0.40 - - [2024-11-07 02:32:48] "GET /routing-instance/1771ed85-3beb-4a38-8ab1-521319510dcc HTTP/1.1" 200 1490 0.002475 10.0.0.40 - - [2024-11-07 02:32:48] "GET /virtual-network/a30b57ca-5828-46c0-a5a6-30e81aecee66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.002558 10.0.0.40 - - [2024-11-07 02:32:48] "GET /virtual-network/a30b57ca-5828-46c0-a5a6-30e81aecee66 HTTP/1.1" 200 2341 0.003049 10.0.0.40 - - [2024-11-07 02:32:48] "GET /routing-instance/1771ed85-3beb-4a38-8ab1-521319510dcc HTTP/1.1" 200 1490 0.002449 10.0.0.40 - - [2024-11-07 02:32:48] "GET /routing-instance/1771ed85-3beb-4a38-8ab1-521319510dcc HTTP/1.1" 200 1490 0.002560 10.0.0.40 - - [2024-11-07 02:32:48] "GET /route-target/16e044b8-81d3-4dfe-bfa9-02fc5b6681d8 HTTP/1.1" 200 1218 0.002397 10.0.0.40 - - [2024-11-07 02:32:48] "GET /domains HTTP/1.1" 200 280 0.002898 10.0.0.40 - - [2024-11-07 02:32:48] "GET /domains?obj_uuids=3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001181 10.0.0.40 - - [2024-11-07 02:32:48] "GET /domain/3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb HTTP/1.1" 200 2782 0.007559 10.0.0.40 - - [2024-11-07 02:32:48] "GET /projects?obj_uuids=12c42694-ce93-45db-aa72-02188b1e7a49&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001544 10.0.0.40 - - [2024-11-07 02:32:48] "GET /project/12c42694-ce93-45db-aa72-02188b1e7a49 HTTP/1.1" 200 2184 0.063861 10.0.0.40 - - [2024-11-07 02:32:48] "GET /virtual-network/a30b57ca-5828-46c0-a5a6-30e81aecee66 HTTP/1.1" 200 2341 0.002959 10.0.0.40 - - [2024-11-07 02:32:48] "GET /obj-perms HTTP/1.1" 200 5054 0.057940 10.0.0.40 - - [2024-11-07 02:32:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.40 - - [2024-11-07 02:32:48] "GET /projects?obj_uuids=12c42694-ce93-45db-aa72-02188b1e7a49&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001675 10.0.0.40 - - [2024-11-07 02:32:48] "GET /project/12c42694-ce93-45db-aa72-02188b1e7a49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.023979 10.0.0.40 - - [2024-11-07 02:32:48] "POST /neutron/network HTTP/1.1" 200 117 0.011199 10.0.0.40 - - [2024-11-07 02:32:49] "GET /projects?obj_uuids=12c42694-ce93-45db-aa72-02188b1e7a49&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001276 10.0.0.40 - - [2024-11-07 02:32:49] "POST /neutron/network HTTP/1.1" 200 619 0.072125 10.0.0.40 - - [2024-11-07 02:32:49] "POST /route-targets HTTP/1.1" 200 327 0.012004 10.0.0.40 - - [2024-11-07 02:32:49] "POST /ref-update HTTP/1.1" 200 156 0.012967 10.0.0.40 - - [2024-11-07 02:32:49] "POST /useragent-kv HTTP/1.1" 200 115 0.005196 10.0.0.40 - - [2024-11-07 02:32:49] "POST /neutron/subnet HTTP/1.1" 200 729 0.196972 10.0.0.40 - - [2024-11-07 02:32:49] "POST /neutron/network HTTP/1.1" 200 839 0.006278 10.0.0.40 - - [2024-11-07 02:32:49] "POST /id-to-fqname HTTP/1.1" 200 233 0.001410 10.0.0.40 - - [2024-11-07 02:32:49] "GET /virtual-network/37edaac4-f926-4135-ad87-2ecd47e34f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.003032 10.0.0.40 - - [2024-11-07 02:32:49] "POST /neutron/network HTTP/1.1" 200 839 0.006584 10.0.0.40 - - [2024-11-07 02:32:49] "GET /virtual-network/37edaac4-f926-4135-ad87-2ecd47e34f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.002978 10.0.0.40 - - [2024-11-07 02:32:49] "POST /neutron/network HTTP/1.1" 200 839 0.006585 10.0.0.40 - - [2024-11-07 02:32:49] "POST /neutron/subnet HTTP/1.1" 200 729 0.008153 10.0.0.40 - - [2024-11-07 02:32:49] "GET /domains HTTP/1.1" 200 280 0.002532 10.0.0.40 - - [2024-11-07 02:32:49] "GET /domains?obj_uuids=3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001287 10.0.0.40 - - [2024-11-07 02:32:49] "GET /domain/3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb HTTP/1.1" 200 2782 0.007646 10.0.0.40 - - [2024-11-07 02:32:49] "GET /projects?obj_uuids=12c42694-ce93-45db-aa72-02188b1e7a49&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001221 10.0.0.40 - - [2024-11-07 02:32:49] "GET /project/12c42694-ce93-45db-aa72-02188b1e7a49 HTTP/1.1" 200 2412 0.066035 10.0.0.40 - - [2024-11-07 02:32:49] "GET /virtual-network/37edaac4-f926-4135-ad87-2ecd47e34f3f HTTP/1.1" 200 2343 0.004150 10.0.0.40 - - [2024-11-07 02:32:49] "GET /virtual-network/37edaac4-f926-4135-ad87-2ecd47e34f3f HTTP/1.1" 200 2343 0.002763 10.0.0.40 - - [2024-11-07 02:32:49] "GET /routing-instance/191eebd6-7cb9-4db9-86b3-48da0b5c542b HTTP/1.1" 200 1490 0.003234 10.0.0.40 - - [2024-11-07 02:32:49] "GET /routing-instance/191eebd6-7cb9-4db9-86b3-48da0b5c542b HTTP/1.1" 200 1490 0.002623 10.0.0.40 - - [2024-11-07 02:32:49] "GET /route-target/f8e65e30-f1b2-4541-902d-0fe7bd9a2852 HTTP/1.1" 200 1219 0.002622 10.0.0.40 - - [2024-11-07 02:32:49] "GET /virtual-network/37edaac4-f926-4135-ad87-2ecd47e34f3f HTTP/1.1" 200 2343 0.002778 10.0.0.40 - - [2024-11-07 02:32:49] "GET /routing-instance/191eebd6-7cb9-4db9-86b3-48da0b5c542b HTTP/1.1" 200 1490 0.002709 10.0.0.40 - - [2024-11-07 02:32:49] "GET /virtual-network/37edaac4-f926-4135-ad87-2ecd47e34f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.003082 10.0.0.40 - - [2024-11-07 02:32:49] "GET /virtual-network/37edaac4-f926-4135-ad87-2ecd47e34f3f HTTP/1.1" 200 2343 0.003096 10.0.0.40 - - [2024-11-07 02:32:49] "GET /routing-instance/191eebd6-7cb9-4db9-86b3-48da0b5c542b HTTP/1.1" 200 1490 0.002877 10.0.0.40 - - [2024-11-07 02:32:49] "GET /routing-instance/191eebd6-7cb9-4db9-86b3-48da0b5c542b HTTP/1.1" 200 1490 0.003193 10.0.0.40 - - [2024-11-07 02:32:49] "GET /route-target/f8e65e30-f1b2-4541-902d-0fe7bd9a2852 HTTP/1.1" 200 1219 0.002924 10.0.0.40 - - [2024-11-07 02:32:49] "GET /domains HTTP/1.1" 200 280 0.003356 10.0.0.40 - - [2024-11-07 02:32:49] "GET /domains?obj_uuids=3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001235 10.0.0.40 - - [2024-11-07 02:32:49] "GET /domain/3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb HTTP/1.1" 200 2782 0.008081 10.0.0.40 - - [2024-11-07 02:32:49] "GET /projects?obj_uuids=12c42694-ce93-45db-aa72-02188b1e7a49&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001196 10.0.0.40 - - [2024-11-07 02:32:49] "GET /project/12c42694-ce93-45db-aa72-02188b1e7a49 HTTP/1.1" 200 2412 0.065294 10.0.0.40 - - [2024-11-07 02:32:49] "GET /virtual-network/37edaac4-f926-4135-ad87-2ecd47e34f3f HTTP/1.1" 200 2343 0.003445 10.0.0.40 - - [2024-11-07 02:32:49] "GET /obj-perms HTTP/1.1" 200 5054 0.003927 10.0.0.40 - - [2024-11-07 02:32:49] "POST /id-to-fqname HTTP/1.1" 200 233 0.001615 10.0.0.40 - - [2024-11-07 02:32:49] "POST /neutron/network HTTP/1.1" 200 849 0.006514 10.0.0.40 - - [2024-11-07 02:32:49] "GET /aaa-mode HTTP/1.1" 401 292 0.000482 10.0.0.40 - - [2024-11-07 02:32:50] "GET / HTTP/1.1" 200 35931 0.002176 10.0.0.40 - - [2024-11-07 02:32:50] "GET /project/12c42694-ce93-45db-aa72-02188b1e7a49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000539 10.0.0.40 - - [2024-11-07 02:32:50] "GET /projects?obj_uuids=12c42694-ce93-45db-aa72-02188b1e7a49&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001469 10.0.0.40 - - [2024-11-07 02:32:50] "GET /project/12c42694-ce93-45db-aa72-02188b1e7a49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.052602 10.0.0.40 - - [2024-11-07 02:32:50] "POST /neutron/network HTTP/1.1" 200 839 0.006804 10.0.0.40 - - [2024-11-07 02:32:50] "POST /neutron/port HTTP/1.1" 200 117 0.005748 10.0.0.40 - - [2024-11-07 02:32:50] "POST /neutron/port HTTP/1.1" 200 117 0.005621 10.0.0.40 - - [2024-11-07 02:32:50] "POST /id-to-fqname HTTP/1.1" 200 233 0.001591 10.0.0.40 - - [2024-11-07 02:32:51] "POST /neutron/port HTTP/1.1" 200 117 0.006083 10.0.0.40 - - [2024-11-07 02:32:51] "POST /neutron/network HTTP/1.1" 200 848 0.006700 10.0.0.40 - - [2024-11-07 02:32:51] "GET /aaa-mode HTTP/1.1" 401 292 0.000591 10.0.0.40 - - [2024-11-07 02:32:51] "POST /neutron/network HTTP/1.1" 200 849 0.006856 10.0.0.40 - - [2024-11-07 02:32:51] "GET /projects?obj_uuids=12c42694-ce93-45db-aa72-02188b1e7a49&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001364 10.0.0.40 - - [2024-11-07 02:32:51] "GET / HTTP/1.1" 200 35931 0.001996 10.0.0.40 - - [2024-11-07 02:32:51] "GET /project/12c42694-ce93-45db-aa72-02188b1e7a49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000562 10.0.0.40 - - [2024-11-07 02:32:51] "POST /neutron/port HTTP/1.1" 200 1073 0.225274 10.0.0.40 - - [2024-11-07 02:32:51] "POST /neutron/port HTTP/1.1" 200 1073 0.014306 10.0.0.40 - - [2024-11-07 02:32:51] "POST /neutron/port HTTP/1.1" 200 1073 0.009478 10.0.0.40 - - [2024-11-07 02:32:51] "POST /neutron/port HTTP/1.1" 200 1127 0.060688 10.0.0.40 - - [2024-11-07 02:32:51] "POST /neutron/port HTTP/1.1" 200 1101 0.019995 10.0.0.40 - - [2024-11-07 02:32:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003752 10.0.0.40 - - [2024-11-07 02:32:51] "POST /neutron/subnet HTTP/1.1" 200 703 0.009957 10.0.0.40 - - [2024-11-07 02:32:52] "POST /neutron/port HTTP/1.1" 200 117 0.001487 10.0.0.40 - - [2024-11-07 02:32:52] "POST /neutron/network HTTP/1.1" 200 839 0.006173 10.0.0.40 - - [2024-11-07 02:32:52] "GET /projects?obj_uuids=12c42694-ce93-45db-aa72-02188b1e7a49&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001222 10.0.0.40 - - [2024-11-07 02:32:52] "GET /project/12c42694-ce93-45db-aa72-02188b1e7a49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.047360 10.0.0.40 - - [2024-11-07 02:32:52] "POST /neutron/network HTTP/1.1" 200 838 0.007146 10.0.0.40 - - [2024-11-07 02:32:52] "POST /neutron/port HTTP/1.1" 200 1101 0.044153 10.0.0.40 - - [2024-11-07 02:32:52] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008283 10.0.0.40 - - [2024-11-07 02:32:52] "POST /neutron/port HTTP/1.1" 200 117 0.006357 10.0.0.40 - - [2024-11-07 02:32:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005357 10.0.0.40 - - [2024-11-07 02:32:52] "GET /projects?obj_uuids=12c42694-ce93-45db-aa72-02188b1e7a49&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003502 10.0.0.40 - - [2024-11-07 02:32:52] "GET /project/12c42694-ce93-45db-aa72-02188b1e7a49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.034243 10.0.0.40 - - [2024-11-07 02:32:52] "GET /virtual-network/a30b57ca-5828-46c0-a5a6-30e81aecee66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004699 10.0.0.40 - - [2024-11-07 02:32:52] "GET /floating-ip-pools?parent_id=a30b57ca-5828-46c0-a5a6-30e81aecee66&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004091 10.0.0.40 - - [2024-11-07 02:32:52] "GET /virtual-network/a30b57ca-5828-46c0-a5a6-30e81aecee66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004041 10.0.0.40 - - [2024-11-07 02:32:52] "POST /floating-ip-pools HTTP/1.1" 200 609 0.021801 10.0.0.40 - - [2024-11-07 02:32:52] "POST /neutron/network HTTP/1.1" 200 848 0.010635 10.0.0.40 - - [2024-11-07 02:32:52] "POST /ref-update HTTP/1.1" 200 156 0.016145 10.0.0.40 - - [2024-11-07 02:32:52] "GET /projects?obj_uuids=12c42694-ce93-45db-aa72-02188b1e7a49&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001472 10.0.0.40 - - [2024-11-07 02:32:52] "GET /virtual-network/a30b57ca-5828-46c0-a5a6-30e81aecee66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004539 10.0.0.40 - - [2024-11-07 02:32:52] "GET /domains HTTP/1.1" 200 280 0.004370 10.0.0.40 - - [2024-11-07 02:32:52] "GET /domains?obj_uuids=3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001770 10.0.0.40 - - [2024-11-07 02:32:52] "GET /domain/3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb HTTP/1.1" 200 2782 0.009774 10.0.0.40 - - [2024-11-07 02:32:52] "GET /projects?obj_uuids=12c42694-ce93-45db-aa72-02188b1e7a49&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001310 10.0.0.40 - - [2024-11-07 02:32:52] "GET /project/12c42694-ce93-45db-aa72-02188b1e7a49 HTTP/1.1" 200 3254 0.135041 10.0.0.40 - - [2024-11-07 02:32:52] "GET /virtual-network/a30b57ca-5828-46c0-a5a6-30e81aecee66 HTTP/1.1" 200 2932 0.015491 10.0.0.40 - - [2024-11-07 02:32:52] "GET /floating-ip-pool/9c77cb6d-49e2-4fa5-aa31-fbf4638a43dc HTTP/1.1" 200 1442 0.004578 10.0.0.40 - - [2024-11-07 02:32:52] "GET /domains HTTP/1.1" 200 280 0.006404 10.0.0.40 - - [2024-11-07 02:32:53] "GET /domains?obj_uuids=3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001273 10.0.0.40 - - [2024-11-07 02:32:53] "GET /domain/3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb HTTP/1.1" 200 2782 0.013674 10.0.0.40 - - [2024-11-07 02:32:53] "GET /projects?obj_uuids=12c42694-ce93-45db-aa72-02188b1e7a49&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002048 10.0.0.40 - - [2024-11-07 02:32:53] "POST /neutron/port HTTP/1.1" 200 1072 0.359762 10.0.0.40 - - [2024-11-07 02:32:53] "POST /neutron/port HTTP/1.1" 200 1072 0.013826 10.0.0.40 - - [2024-11-07 02:32:53] "GET /project/12c42694-ce93-45db-aa72-02188b1e7a49 HTTP/1.1" 200 3254 0.103539 10.0.0.40 - - [2024-11-07 02:32:53] "GET /virtual-network/a30b57ca-5828-46c0-a5a6-30e81aecee66 HTTP/1.1" 200 3153 0.007195 10.0.0.40 - - [2024-11-07 02:32:53] "GET /virtual-network/a30b57ca-5828-46c0-a5a6-30e81aecee66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005118 10.0.0.40 - - [2024-11-07 02:32:53] "POST /neutron/port HTTP/1.1" 200 1072 0.026742 10.0.0.40 - - [2024-11-07 02:32:53] "POST /neutron/port HTTP/1.1" 200 1101 0.047809 10.0.0.40 - - [2024-11-07 02:32:53] "POST /neutron/port HTTP/1.1" 200 1126 0.111493 10.0.0.40 - - [2024-11-07 02:32:53] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009103 10.0.0.40 - - [2024-11-07 02:32:53] "POST /neutron/port HTTP/1.1" 200 1100 0.015033 10.0.0.40 - - [2024-11-07 02:32:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003274 10.0.0.40 - - [2024-11-07 02:32:53] "POST /neutron/subnet HTTP/1.1" 200 698 0.010640 10.0.0.40 - - [2024-11-07 02:32:53] "POST /neutron/port HTTP/1.1" 200 117 0.001373 10.0.0.40 - - [2024-11-07 02:32:53] "POST /neutron/network HTTP/1.1" 200 838 0.006638 10.0.0.40 - - [2024-11-07 02:32:58] "POST /neutron/port HTTP/1.1" 200 1101 0.016289 10.0.0.40 - - [2024-11-07 02:32:58] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007501 10.0.0.40 - - [2024-11-07 02:32:58] "POST /neutron/port HTTP/1.1" 200 1101 0.015610 10.0.0.40 - - [2024-11-07 02:32:58] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006772 10.0.0.40 - - [2024-11-07 02:32:58] "POST /neutron/port HTTP/1.1" 200 1101 0.017726 10.0.0.40 - - [2024-11-07 02:32:58] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007200 10.0.0.40 - - [2024-11-07 02:32:58] "GET /virtual-machine/fe57546e-c634-4740-a353-c7d1f9a12c9c HTTP/1.1" 200 1305 0.004413 10.0.0.40 - - [2024-11-07 02:32:58] "GET /virtual-machine-interface/eb119414-0854-4971-a1dc-472cfb5db770 HTTP/1.1" 200 3005 0.003516 10.0.0.40 - - [2024-11-07 02:32:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.40 - - [2024-11-07 02:32:58] "GET /global-vrouter-config/9ae842d7-a099-4c1c-a9c9-471f8150d853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003792 10.0.0.40 - - [2024-11-07 02:32:58] "GET /virtual-networks?parent_id=12c42694-ce93-45db-aa72-02188b1e7a49&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003756 10.0.0.40 - - [2024-11-07 02:32:58] "GET /virtual-network/37edaac4-f926-4135-ad87-2ecd47e34f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004103 10.0.0.40 - - [2024-11-07 02:33:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.40 - - [2024-11-07 02:33:01] "GET /virtual-network/37edaac4-f926-4135-ad87-2ecd47e34f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004158 10.0.0.40 - - [2024-11-07 02:33:02] "POST /neutron/port HTTP/1.1" 200 1101 0.044864 10.0.0.40 - - [2024-11-07 02:33:02] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006799 10.0.0.40 - - [2024-11-07 02:33:02] "POST /neutron/port HTTP/1.1" 200 1100 0.017145 10.0.0.40 - - [2024-11-07 02:33:02] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006893 10.0.0.40 - - [2024-11-07 02:33:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.40 - - [2024-11-07 02:33:03] "GET /global-vrouter-config/9ae842d7-a099-4c1c-a9c9-471f8150d853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003866 10.0.0.40 - - [2024-11-07 02:33:03] "GET /virtual-networks?parent_id=12c42694-ce93-45db-aa72-02188b1e7a49&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.005249 10.0.0.40 - - [2024-11-07 02:33:04] "GET /virtual-network/37edaac4-f926-4135-ad87-2ecd47e34f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004664 10.0.0.40 - - [2024-11-07 02:33:04] "GET /projects?obj_uuids=12c42694-ce93-45db-aa72-02188b1e7a49&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001754 10.0.0.40 - - [2024-11-07 02:33:04] "POST /neutron/floatingip HTTP/1.1" 200 530 0.086318 10.0.0.40 - - [2024-11-07 02:33:04] "POST /neutron/port HTTP/1.1" 200 1101 0.015238 10.0.0.40 - - [2024-11-07 02:33:04] "POST /neutron/floatingip HTTP/1.1" 200 530 0.006283 10.0.0.40 - - [2024-11-07 02:33:04] "POST /neutron/floatingip HTTP/1.1" 200 578 0.038274 10.0.0.40 - - [2024-11-07 02:33:04] "POST /neutron/port HTTP/1.1" 200 1100 0.016959 10.0.0.40 - - [2024-11-07 02:33:04] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009344 10.0.0.40 - - [2024-11-07 02:33:04] "POST /neutron/port HTTP/1.1" 200 1100 0.017853 10.0.0.40 - - [2024-11-07 02:33:04] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008111 10.0.0.40 - - [2024-11-07 02:33:04] "POST /neutron/port HTTP/1.1" 200 1100 0.017620 10.0.0.40 - - [2024-11-07 02:33:04] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007899 10.0.0.40 - - [2024-11-07 02:33:04] "GET /virtual-machine/854127ee-2033-4334-b482-5a5b60c1acd0 HTTP/1.1" 200 1304 0.004970 10.0.0.40 - - [2024-11-07 02:33:04] "GET /virtual-machine-interface/5a46998e-343a-4840-81b4-9ecf4532e3b5 HTTP/1.1" 200 3003 0.003477 10.0.0.40 - - [2024-11-07 02:33:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.40 - - [2024-11-07 02:33:04] "GET /global-vrouter-config/9ae842d7-a099-4c1c-a9c9-471f8150d853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004144 10.0.0.40 - - [2024-11-07 02:33:04] "GET /virtual-networks?parent_id=12c42694-ce93-45db-aa72-02188b1e7a49&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004123 10.0.0.40 - - [2024-11-07 02:33:04] "GET /virtual-network/a30b57ca-5828-46c0-a5a6-30e81aecee66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.003804 10.0.0.40 - - [2024-11-07 02:33:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.40 - - [2024-11-07 02:33:05] "GET /global-vrouter-config/9ae842d7-a099-4c1c-a9c9-471f8150d853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003091 10.0.0.40 - - [2024-11-07 02:33:05] "GET /virtual-networks?parent_id=12c42694-ce93-45db-aa72-02188b1e7a49&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003764 10.0.0.40 - - [2024-11-07 02:33:05] "GET /virtual-network/a30b57ca-5828-46c0-a5a6-30e81aecee66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.003974 10.0.0.40 - - [2024-11-07 02:33:06] "POST /neutron/floatingip HTTP/1.1" 200 578 0.010896 10.0.0.40 - - [2024-11-07 02:33:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003973 10.0.0.40 - - [2024-11-07 02:33:06] "GET /routing-instance/1771ed85-3beb-4a38-8ab1-521319510dcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1490 0.003414 10.0.0.40 - - [2024-11-07 02:33:06] "GET /route-target/16e044b8-81d3-4dfe-bfa9-02fc5b6681d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004865 10.0.0.40 - - [2024-11-07 02:33:06] "GET /floating-ip/0d81869f-e4bf-4563-999e-d1cb550e20f9 HTTP/1.1" 200 1889 0.005704 10.0.0.40 - - [2024-11-07 02:33:09] "POST /neutron/floatingip HTTP/1.1" 200 578 0.011717 10.0.0.40 - - [2024-11-07 02:33:09] "POST /neutron/floatingip HTTP/1.1" 200 530 0.018110 10.0.0.40 - - [2024-11-07 02:33:09] "POST /neutron/floatingip HTTP/1.1" 200 530 0.006335 10.0.0.40 - - [2024-11-07 02:33:09] "POST /neutron/floatingip HTTP/1.1" 200 115 0.036479 10.0.0.40 - - [2024-11-07 02:33:09] "GET /floating-ip-pool/9c77cb6d-49e2-4fa5-aa31-fbf4638a43dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1207 0.005878 10.0.0.40 - - [2024-11-07 02:33:09] "POST /ref-update HTTP/1.1" 200 156 0.014884 10.0.0.40 - - [2024-11-07 02:33:09] "POST /neutron/port HTTP/1.1" 200 1101 0.026523 10.0.0.40 - - [2024-11-07 02:33:09] "POST /neutron/port HTTP/1.1" 200 1101 0.023409 10.0.0.40 - - [2024-11-07 02:33:09] "DELETE /floating-ip-pool/9c77cb6d-49e2-4fa5-aa31-fbf4638a43dc HTTP/1.1" 200 115 0.041074 10.0.0.40 - - [2024-11-07 02:33:09] "POST /neutron/network HTTP/1.1" 200 849 0.009578 10.0.0.40 - - [2024-11-07 02:33:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004562 10.0.0.40 - - [2024-11-07 02:33:09] "POST /neutron/subnet HTTP/1.1" 200 703 0.014336 10.0.0.40 - - [2024-11-07 02:33:09] "POST /neutron/port HTTP/1.1" 200 117 0.002428 10.0.0.40 - - [2024-11-07 02:33:09] "POST /neutron/network HTTP/1.1" 200 839 0.007354 10.0.0.40 - - [2024-11-07 02:33:09] "POST /neutron/network HTTP/1.1" 200 839 0.010259 10.0.0.40 - - [2024-11-07 02:33:09] "POST /neutron/network HTTP/1.1" 400 204 0.014257 10.0.0.40 - - [2024-11-07 02:33:10] "POST /neutron/port HTTP/1.1" 200 1100 0.015966 10.0.0.40 - - [2024-11-07 02:33:10] "POST /neutron/port HTTP/1.1" 200 1126 0.010046 10.0.0.40 - - [2024-11-07 02:33:10] "POST /neutron/port HTTP/1.1" 200 1101 0.023159 10.0.0.40 - - [2024-11-07 02:33:10] "POST /neutron/port HTTP/1.1" 200 151 0.132982 10.0.0.40 - - [2024-11-07 02:33:10] "POST /neutron/port HTTP/1.1" 200 1127 0.014766 10.0.0.40 - - [2024-11-07 02:33:10] "POST /neutron/port HTTP/1.1" 200 151 0.115922 10.0.0.40 - - [2024-11-07 02:33:11] "POST /neutron/network HTTP/1.1" 200 839 0.006869 10.0.0.40 - - [2024-11-07 02:33:11] "POST /useragent-kv HTTP/1.1" 200 115 0.001621 10.0.0.40 - - [2024-11-07 02:33:11] "POST /useragent-kv HTTP/1.1" 200 115 0.001224 10.0.0.40 - - [2024-11-07 02:33:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.007038 10.0.0.40 - - [2024-11-07 02:33:11] "POST /neutron/network HTTP/1.1" 200 151 0.094906 10.0.0.40 - - [2024-11-07 02:33:11] "GET /routing-instance/191eebd6-7cb9-4db9-86b3-48da0b5c542b HTTP/1.1" 404 171 0.002471 10.0.0.40 - - [2024-11-07 02:33:11] "GET /domains HTTP/1.1" 200 280 0.002836 10.0.0.40 - - [2024-11-07 02:33:11] "DELETE /route-target/f8e65e30-f1b2-4541-902d-0fe7bd9a2852 HTTP/1.1" 200 115 0.025587 10.0.0.40 - - [2024-11-07 02:33:11] "GET /domains?obj_uuids=3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001356 10.0.0.40 - - [2024-11-07 02:33:12] "GET /domain/3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb HTTP/1.1" 200 2782 0.050616 10.0.0.40 - - [2024-11-07 02:33:12] "GET /projects?obj_uuids=12c42694-ce93-45db-aa72-02188b1e7a49&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001389 10.0.0.40 - - [2024-11-07 02:33:12] "GET /project/12c42694-ce93-45db-aa72-02188b1e7a49 HTTP/1.1" 200 2184 0.070629 10.0.0.40 - - [2024-11-07 02:33:12] "POST /neutron/network HTTP/1.1" 200 838 0.008489 10.0.0.40 - - [2024-11-07 02:33:12] "POST /useragent-kv HTTP/1.1" 200 115 0.001894 10.0.0.40 - - [2024-11-07 02:33:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.009679 10.0.0.40 - - [2024-11-07 02:33:12] "POST /useragent-kv HTTP/1.1" 200 115 0.001276 10.0.0.40 - - [2024-11-07 02:33:12] "POST /neutron/network HTTP/1.1" 200 151 0.094270 10.0.0.40 - - [2024-11-07 02:33:12] "GET /routing-instance/1771ed85-3beb-4a38-8ab1-521319510dcc HTTP/1.1" 404 171 0.003995 10.0.0.40 - - [2024-11-07 02:33:12] "DELETE /route-target/16e044b8-81d3-4dfe-bfa9-02fc5b6681d8 HTTP/1.1" 200 115 0.018698 10.0.0.40 - - [2024-11-07 02:33:12] "GET /domains HTTP/1.1" 200 280 0.002383 10.0.0.40 - - [2024-11-07 02:33:12] "GET /domains?obj_uuids=3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001195 10.0.0.40 - - [2024-11-07 02:33:12] "GET /domain/3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb HTTP/1.1" 200 2782 0.051430 10.0.0.40 - - [2024-11-07 02:33:12] "GET /projects?obj_uuids=12c42694-ce93-45db-aa72-02188b1e7a49&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001335 10.0.0.40 - - [2024-11-07 02:33:12] "GET /project/12c42694-ce93-45db-aa72-02188b1e7a49 HTTP/1.1" 200 1934 0.069130 10.0.0.40 - - [2024-11-07 02:33:12] "GET /projects?obj_uuids=12c42694-ce93-45db-aa72-02188b1e7a49&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001891 10.0.0.40 - - [2024-11-07 02:33:12] "GET /project/12c42694-ce93-45db-aa72-02188b1e7a49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.029858 10.0.0.40 - - [2024-11-07 02:33:12] "GET /projects?obj_uuids=12c42694-ce93-45db-aa72-02188b1e7a49&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001403 10.0.0.40 - - [2024-11-07 02:33:12] "GET /project/12c42694-ce93-45db-aa72-02188b1e7a49?fields=virtual_networks HTTP/1.1" 200 1066 0.067690 10.0.0.40 - - [2024-11-07 02:33:12] "GET /projects?obj_uuids=12c42694-ce93-45db-aa72-02188b1e7a49&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001565 10.0.0.40 - - [2024-11-07 02:33:12] "GET /project/12c42694-ce93-45db-aa72-02188b1e7a49?fields=virtual_machine_interfaces HTTP/1.1" 200 1066 0.034246 10.0.0.40 - - [2024-11-07 02:33:12] "GET /projects?obj_uuids=12c42694-ce93-45db-aa72-02188b1e7a49&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001504 10.0.0.40 - - [2024-11-07 02:33:12] "GET /project/12c42694-ce93-45db-aa72-02188b1e7a49?fields=security_groups HTTP/1.1" 200 1304 0.022714 10.0.0.40 - - [2024-11-07 02:33:13] "POST /fqname-to-id HTTP/1.1" 404 183 0.032624 10.0.0.40 - - [2024-11-07 02:33:13] "GET /projects?obj_uuids=d40eac52-a92a-46c1-b66b-1118589ead24&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003990 10.0.0.40 - - [2024-11-07 02:33:13] "GET /domains?obj_uuids=3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001235 10.0.0.40 - - [2024-11-07 02:33:13] "GET /domain/3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007963 10.0.0.40 - - [2024-11-07 02:33:14] "POST /id-to-fqname HTTP/1.1" 200 185 0.001487 10.0.0.40 - - [2024-11-07 02:33:14] "POST /fqname-to-id HTTP/1.1" 404 194 0.002742 10.0.0.40 - - [2024-11-07 02:33:14] "POST /security-groups HTTP/1.1" 200 586 0.071776 10.0.0.40 - - [2024-11-07 02:33:14] "POST /fqname-to-id HTTP/1.1" 404 229 0.002874 10.0.0.40 - - [2024-11-07 02:33:14] "POST /projects HTTP/1.1" 200 575 0.233060 10.0.0.40 - - [2024-11-07 02:33:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.306749 10.0.0.40 - - [2024-11-07 02:33:14] "POST /access-control-lists HTTP/1.1" 200 591 0.058064 10.0.0.40 - - [2024-11-07 02:33:14] "POST /fqname-to-id HTTP/1.1" 404 228 0.003027 10.0.0.40 - - [2024-11-07 02:33:14] "GET /project/d40eac52-a92a-46c1-b66b-1118589ead24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.443450 10.0.0.40 - - [2024-11-07 02:33:14] "POST /access-control-lists HTTP/1.1" 200 589 0.060355 10.0.0.40 - - [2024-11-07 02:33:15] "GET / HTTP/1.1" 200 35931 0.002501 10.0.0.40 - - [2024-11-07 02:33:16] "GET /projects?obj_uuids=d40eac52-a92a-46c1-b66b-1118589ead24&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001427 10.0.0.40 - - [2024-11-07 02:33:16] "GET /project/d40eac52-a92a-46c1-b66b-1118589ead24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.022884 10.0.0.40 - - [2024-11-07 02:33:16] "GET /projects?obj_uuids=d40eac52-a92a-46c1-b66b-1118589ead24&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001627 10.0.0.40 - - [2024-11-07 02:33:16] "GET /project/d40eac52-a92a-46c1-b66b-1118589ead24?fields=virtual_networks HTTP/1.1" 200 1033 0.067907 10.0.0.40 - - [2024-11-07 02:33:16] "GET /projects?obj_uuids=d40eac52-a92a-46c1-b66b-1118589ead24&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001349 10.0.0.40 - - [2024-11-07 02:33:16] "GET /project/d40eac52-a92a-46c1-b66b-1118589ead24?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.027533 10.0.0.40 - - [2024-11-07 02:33:16] "GET /projects?obj_uuids=d40eac52-a92a-46c1-b66b-1118589ead24&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001460 10.0.0.40 - - [2024-11-07 02:33:16] "GET /project/d40eac52-a92a-46c1-b66b-1118589ead24?fields=security_groups HTTP/1.1" 200 1254 0.022288 10.0.0.40 - - [2024-11-07 02:33:17] "POST /fqname-to-id HTTP/1.1" 404 191 0.028154 10.0.0.40 - - [2024-11-07 02:33:17] "GET /projects?obj_uuids=f943e721-2981-4655-b8d9-55924cbaf3a9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002886 10.0.0.40 - - [2024-11-07 02:33:17] "GET /domains?obj_uuids=3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003045 10.0.0.40 - - [2024-11-07 02:33:17] "GET /domain/3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009734 10.0.0.40 - - [2024-11-07 02:33:18] "POST /id-to-fqname HTTP/1.1" 200 193 0.001496 10.0.0.40 - - [2024-11-07 02:33:18] "POST /fqname-to-id HTTP/1.1" 404 202 0.003062 10.0.0.40 - - [2024-11-07 02:33:18] "POST /security-groups HTTP/1.1" 200 594 0.063596 10.0.0.40 - - [2024-11-07 02:33:18] "POST /fqname-to-id HTTP/1.1" 404 237 0.002872 10.0.0.40 - - [2024-11-07 02:33:18] "POST /projects HTTP/1.1" 200 591 0.217051 10.0.0.40 - - [2024-11-07 02:33:18] "POST /access-control-lists HTTP/1.1" 200 599 0.058497 10.0.0.40 - - [2024-11-07 02:33:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.295738 10.0.0.40 - - [2024-11-07 02:33:18] "POST /fqname-to-id HTTP/1.1" 404 236 0.003332 10.0.0.40 - - [2024-11-07 02:33:18] "GET /project/f943e721-2981-4655-b8d9-55924cbaf3a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.422440 10.0.0.40 - - [2024-11-07 02:33:18] "POST /access-control-lists HTTP/1.1" 200 597 0.062763 10.0.0.40 - - [2024-11-07 02:33:19] "GET / HTTP/1.1" 200 35931 0.002535 10.0.0.40 - - [2024-11-07 02:33:20] "GET /project/f943e721-2981-4655-b8d9-55924cbaf3a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000607 10.0.0.40 - - [2024-11-07 02:33:21] "GET /projects?obj_uuids=f943e721-2981-4655-b8d9-55924cbaf3a9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001403 10.0.0.40 - - [2024-11-07 02:33:21] "GET /project/f943e721-2981-4655-b8d9-55924cbaf3a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.050272 10.0.0.40 - - [2024-11-07 02:33:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004426 10.0.0.40 - - [2024-11-07 02:33:21] "GET /security-group/6809d199-eae5-421f-acbb-b3edfa23c85c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3773 0.005438 10.0.0.40 - - [2024-11-07 02:33:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.40 - - [2024-11-07 02:33:21] "GET /projects?obj_uuids=f943e721-2981-4655-b8d9-55924cbaf3a9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002118 10.0.0.40 - - [2024-11-07 02:33:21] "GET /project/f943e721-2981-4655-b8d9-55924cbaf3a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.023854 10.0.0.40 - - [2024-11-07 02:33:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.40 - - [2024-11-07 02:33:21] "GET /security-group/6809d199-eae5-421f-acbb-b3edfa23c85c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3773 0.004134 10.0.0.40 - - [2024-11-07 02:33:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.40 - - [2024-11-07 02:33:21] "PUT /security-group/6809d199-eae5-421f-acbb-b3edfa23c85c HTTP/1.1" 200 262 0.015261 10.0.0.40 - - [2024-11-07 02:33:21] "PUT /access-control-list/91a43a03-4303-4a82-afb2-18e57e32173b HTTP/1.1" 200 272 0.009531 10.0.0.40 - - [2024-11-07 02:33:21] "PUT /access-control-list/2757cec9-054d-44f1-b9ee-173c7ac12566 HTTP/1.1" 200 272 0.008837 10.0.0.40 - - [2024-11-07 02:33:21] "POST /fqname-to-id HTTP/1.1" 404 202 0.002764 10.0.0.40 - - [2024-11-07 02:33:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.40 - - [2024-11-07 02:33:21] "GET /projects?obj_uuids=f943e721-2981-4655-b8d9-55924cbaf3a9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001875 10.0.0.40 - - [2024-11-07 02:33:21] "GET /project/f943e721-2981-4655-b8d9-55924cbaf3a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.024626 10.0.0.40 - - [2024-11-07 02:33:21] "POST /neutron/network HTTP/1.1" 200 117 0.036311 10.0.0.40 - - [2024-11-07 02:33:21] "GET /projects?obj_uuids=f943e721-2981-4655-b8d9-55924cbaf3a9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001475 10.0.0.40 - - [2024-11-07 02:33:21] "POST /neutron/network HTTP/1.1" 200 608 0.085452 10.0.0.40 - - [2024-11-07 02:33:21] "POST /route-targets HTTP/1.1" 200 327 0.017107 10.0.0.40 - - [2024-11-07 02:33:21] "POST /ref-update HTTP/1.1" 200 156 0.012282 10.0.0.40 - - [2024-11-07 02:33:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003485 10.0.0.40 - - [2024-11-07 02:33:22] "POST /neutron/subnet HTTP/1.1" 200 724 0.173091 10.0.0.40 - - [2024-11-07 02:33:22] "POST /neutron/network HTTP/1.1" 200 827 0.007733 10.0.0.40 - - [2024-11-07 02:33:22] "POST /id-to-fqname HTTP/1.1" 200 223 0.001411 10.0.0.40 - - [2024-11-07 02:33:22] "GET /virtual-network/c0d04033-f3a2-4986-8177-f339cdec2fc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.003162 10.0.0.40 - - [2024-11-07 02:33:22] "POST /neutron/network HTTP/1.1" 200 827 0.008049 10.0.0.40 - - [2024-11-07 02:33:22] "GET /virtual-network/c0d04033-f3a2-4986-8177-f339cdec2fc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.003800 10.0.0.40 - - [2024-11-07 02:33:22] "POST /neutron/network HTTP/1.1" 200 827 0.006930 10.0.0.40 - - [2024-11-07 02:33:22] "POST /neutron/subnet HTTP/1.1" 200 724 0.007891 10.0.0.40 - - [2024-11-07 02:33:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002809 10.0.0.40 - - [2024-11-07 02:33:22] "GET /projects?obj_uuids=f943e721-2981-4655-b8d9-55924cbaf3a9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001265 10.0.0.40 - - [2024-11-07 02:33:22] "GET /project/f943e721-2981-4655-b8d9-55924cbaf3a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.022327 10.0.0.40 - - [2024-11-07 02:33:22] "POST /neutron/network HTTP/1.1" 200 117 0.009945 10.0.0.40 - - [2024-11-07 02:33:22] "GET /projects?obj_uuids=f943e721-2981-4655-b8d9-55924cbaf3a9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001295 10.0.0.40 - - [2024-11-07 02:33:22] "POST /neutron/network HTTP/1.1" 200 615 0.090278 10.0.0.40 - - [2024-11-07 02:33:22] "POST /route-targets HTTP/1.1" 200 327 0.014690 10.0.0.40 - - [2024-11-07 02:33:22] "POST /ref-update HTTP/1.1" 200 156 0.012244 10.0.0.40 - - [2024-11-07 02:33:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002679 10.0.0.40 - - [2024-11-07 02:33:22] "POST /neutron/subnet HTTP/1.1" 200 734 0.140893 10.0.0.40 - - [2024-11-07 02:33:22] "POST /neutron/network HTTP/1.1" 200 836 0.006476 10.0.0.40 - - [2024-11-07 02:33:22] "POST /id-to-fqname HTTP/1.1" 200 227 0.001505 10.0.0.40 - - [2024-11-07 02:33:22] "GET /virtual-network/0b99212d-7070-4952-93f2-287ab81375e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.003295 10.0.0.40 - - [2024-11-07 02:33:22] "POST /neutron/network HTTP/1.1" 200 836 0.006765 10.0.0.40 - - [2024-11-07 02:33:22] "GET /virtual-network/0b99212d-7070-4952-93f2-287ab81375e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.003077 10.0.0.40 - - [2024-11-07 02:33:22] "POST /neutron/network HTTP/1.1" 200 836 0.064179 10.0.0.40 - - [2024-11-07 02:33:22] "POST /neutron/subnet HTTP/1.1" 200 734 0.007360 10.0.0.40 - - [2024-11-07 02:33:22] "POST /id-to-fqname HTTP/1.1" 200 223 0.001353 10.0.0.40 - - [2024-11-07 02:33:23] "POST /neutron/network HTTP/1.1" 200 837 0.007745 10.0.0.40 - - [2024-11-07 02:33:23] "GET /aaa-mode HTTP/1.1" 401 292 0.000464 10.0.0.40 - - [2024-11-07 02:33:23] "GET / HTTP/1.1" 200 35931 0.002091 10.0.0.40 - - [2024-11-07 02:33:23] "GET /project/f943e721-2981-4655-b8d9-55924cbaf3a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000472 10.0.0.40 - - [2024-11-07 02:33:23] "GET /projects?obj_uuids=f943e721-2981-4655-b8d9-55924cbaf3a9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001410 10.0.0.40 - - [2024-11-07 02:33:23] "GET /project/f943e721-2981-4655-b8d9-55924cbaf3a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.050627 10.0.0.40 - - [2024-11-07 02:33:23] "POST /neutron/network HTTP/1.1" 200 827 0.006385 10.0.0.40 - - [2024-11-07 02:33:23] "POST /neutron/port HTTP/1.1" 200 117 0.005991 10.0.0.40 - - [2024-11-07 02:33:24] "POST /neutron/port HTTP/1.1" 200 117 0.006511 10.0.0.40 - - [2024-11-07 02:33:24] "POST /id-to-fqname HTTP/1.1" 200 227 0.001639 10.0.0.40 - - [2024-11-07 02:33:24] "POST /neutron/port HTTP/1.1" 200 117 0.005929 10.0.0.40 - - [2024-11-07 02:33:24] "POST /neutron/network HTTP/1.1" 200 846 0.006770 10.0.0.40 - - [2024-11-07 02:33:24] "GET /aaa-mode HTTP/1.1" 401 292 0.000507 10.0.0.40 - - [2024-11-07 02:33:24] "POST /neutron/network HTTP/1.1" 200 837 0.007079 10.0.0.40 - - [2024-11-07 02:33:24] "GET /projects?obj_uuids=f943e721-2981-4655-b8d9-55924cbaf3a9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001967 10.0.0.40 - - [2024-11-07 02:33:24] "GET / HTTP/1.1" 200 35931 0.002195 10.0.0.40 - - [2024-11-07 02:33:24] "GET /project/f943e721-2981-4655-b8d9-55924cbaf3a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000624 10.0.0.40 - - [2024-11-07 02:33:24] "POST /neutron/port HTTP/1.1" 200 1063 0.211776 10.0.0.40 - - [2024-11-07 02:33:24] "POST /neutron/port HTTP/1.1" 200 1063 0.012045 10.0.0.40 - - [2024-11-07 02:33:24] "POST /neutron/port HTTP/1.1" 200 1063 0.008839 10.0.0.40 - - [2024-11-07 02:33:24] "POST /neutron/port HTTP/1.1" 200 1117 0.062477 10.0.0.40 - - [2024-11-07 02:33:24] "POST /neutron/port HTTP/1.1" 200 1091 0.017797 10.0.0.40 - - [2024-11-07 02:33:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003547 10.0.0.40 - - [2024-11-07 02:33:24] "POST /neutron/subnet HTTP/1.1" 200 698 0.012846 10.0.0.40 - - [2024-11-07 02:33:24] "POST /neutron/port HTTP/1.1" 200 117 0.001462 10.0.0.40 - - [2024-11-07 02:33:24] "POST /neutron/network HTTP/1.1" 200 827 0.006869 10.0.0.40 - - [2024-11-07 02:33:24] "GET /projects?obj_uuids=f943e721-2981-4655-b8d9-55924cbaf3a9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001365 10.0.0.40 - - [2024-11-07 02:33:25] "GET /project/f943e721-2981-4655-b8d9-55924cbaf3a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.054858 10.0.0.40 - - [2024-11-07 02:33:25] "POST /neutron/network HTTP/1.1" 200 836 0.006901 10.0.0.40 - - [2024-11-07 02:33:25] "POST /neutron/port HTTP/1.1" 200 1091 0.022713 10.0.0.40 - - [2024-11-07 02:33:25] "POST /neutron/security_group HTTP/1.1" 200 2002 0.011195 10.0.0.40 - - [2024-11-07 02:33:25] "POST /neutron/port HTTP/1.1" 200 117 0.010364 10.0.0.40 - - [2024-11-07 02:33:25] "GET /projects?obj_uuids=f943e721-2981-4655-b8d9-55924cbaf3a9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002348 10.0.0.40 - - [2024-11-07 02:33:25] "POST /neutron/router HTTP/1.1" 200 585 0.076254 10.0.0.40 - - [2024-11-07 02:33:25] "POST /neutron/router HTTP/1.1" 200 585 0.009515 10.0.0.40 - - [2024-11-07 02:33:25] "POST /route-targets HTTP/1.1" 200 327 0.027377 10.0.0.40 - - [2024-11-07 02:33:25] "PUT /logical-router/47b1cf55-ad02-4b4e-922e-a44d93e99de2 HTTP/1.1" 200 262 0.034190 10.0.0.40 - - [2024-11-07 02:33:25] "POST /neutron/router HTTP/1.1" 200 656 0.038417 10.0.0.40 - - [2024-11-07 02:33:25] "GET /logical-router/47b1cf55-ad02-4b4e-922e-a44d93e99de2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1641 0.004711 10.0.0.40 - - [2024-11-07 02:33:25] "POST /neutron/router HTTP/1.1" 200 656 0.007101 10.0.0.40 - - [2024-11-07 02:33:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004460 10.0.0.40 - - [2024-11-07 02:33:25] "GET /projects?obj_uuids=f943e721-2981-4655-b8d9-55924cbaf3a9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002269 10.0.0.40 - - [2024-11-07 02:33:25] "GET /service-template/cf7d5b7d-7842-4770-b615-91a0458f1679?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1692 0.006272 10.0.0.40 - - [2024-11-07 02:33:25] "POST /fqname-to-id HTTP/1.1" 404 215 0.006289 10.0.0.40 - - [2024-11-07 02:33:25] "POST /neutron/network HTTP/1.1" 200 846 0.018497 10.0.0.40 - - [2024-11-07 02:33:25] "GET /projects?obj_uuids=f943e721-2981-4655-b8d9-55924cbaf3a9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001997 10.0.0.40 - - [2024-11-07 02:33:25] "POST /neutron/router HTTP/1.1" 200 344 0.408237 10.0.0.40 - - [2024-11-07 02:33:25] "POST /useragent-kv HTTP/1.1" 200 115 0.011622 10.0.0.40 - - [2024-11-07 02:33:25] "POST /virtual-networks HTTP/1.1" 200 694 0.256772 10.0.0.40 - - [2024-11-07 02:33:25] "POST /route-targets HTTP/1.1" 200 327 0.035630 10.0.0.40 - - [2024-11-07 02:33:25] "POST /ref-update HTTP/1.1" 200 156 0.088204 10.0.0.40 - - [2024-11-07 02:33:26] "POST /neutron/port HTTP/1.1" 200 1091 0.085321 10.0.0.40 - - [2024-11-07 02:33:26] "POST /neutron/security_group HTTP/1.1" 200 2002 0.039986 10.0.0.40 - - [2024-11-07 02:33:26] "POST /service-instances HTTP/1.1" 200 670 0.148935 10.0.0.40 - - [2024-11-07 02:33:26] "POST /ref-update HTTP/1.1" 200 156 0.048249 10.0.0.40 - - [2024-11-07 02:33:26] "POST /route-tables HTTP/1.1" 200 582 0.040176 10.0.0.40 - - [2024-11-07 02:33:26] "POST /neutron/port HTTP/1.1" 200 1065 0.456945 10.0.0.40 - - [2024-11-07 02:33:26] "POST /neutron/port HTTP/1.1" 200 1065 0.018011 10.0.0.40 - - [2024-11-07 02:33:26] "POST /neutron/port HTTP/1.1" 200 1065 0.014392 10.0.0.40 - - [2024-11-07 02:33:26] "PUT /logical-router/47b1cf55-ad02-4b4e-922e-a44d93e99de2 HTTP/1.1" 200 262 0.039231 10.0.0.40 - - [2024-11-07 02:33:26] "POST /ref-update HTTP/1.1" 200 156 0.031610 10.0.0.40 - - [2024-11-07 02:33:26] "POST /neutron/port HTTP/1.1" 200 1119 0.101739 10.0.0.40 - - [2024-11-07 02:33:26] "POST /neutron/port HTTP/1.1" 200 1093 0.017156 10.0.0.40 - - [2024-11-07 02:33:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003622 10.0.0.40 - - [2024-11-07 02:33:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004402 10.0.0.40 - - [2024-11-07 02:33:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002682 10.0.0.40 - - [2024-11-07 02:33:26] "POST /neutron/subnet HTTP/1.1" 200 708 0.012377 10.0.0.40 - - [2024-11-07 02:33:26] "POST /neutron/port HTTP/1.1" 200 117 0.001319 10.0.0.40 - - [2024-11-07 02:33:26] "POST /neutron/network HTTP/1.1" 200 836 0.006095 10.0.0.40 - - [2024-11-07 02:33:26] "POST /virtual-machines HTTP/1.1" 200 553 0.016921 10.0.0.40 - - [2024-11-07 02:33:26] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.098192 10.0.0.40 - - [2024-11-07 02:33:26] "POST /chown HTTP/1.1" 200 109 0.013390 10.0.0.40 - - [2024-11-07 02:33:26] "POST /instance-ips HTTP/1.1" 200 551 0.039809 10.0.0.40 - - [2024-11-07 02:33:26] "POST /instance-ips HTTP/1.1" 400 246 0.035318 10.0.0.40 - - [2024-11-07 02:33:26] "POST /chown HTTP/1.1" 200 109 0.010948 10.0.0.40 - - [2024-11-07 02:33:27] "PUT /virtual-machine-interface/bf8fdda0-0108-46c6-b77d-e3747ea47e59 HTTP/1.1" 200 284 0.012547 10.0.0.40 - - [2024-11-07 02:33:27] "PUT /instance-ip/f8743ffa-2628-4234-b978-0f619144d4f0 HTTP/1.1" 200 256 0.014826 10.0.0.40 - - [2024-11-07 02:33:27] "POST /ref-update HTTP/1.1" 200 156 0.014716 10.0.0.40 - - [2024-11-07 02:33:27] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.092372 10.0.0.40 - - [2024-11-07 02:33:27] "POST /chown HTTP/1.1" 200 109 0.019635 10.0.0.40 - - [2024-11-07 02:33:27] "POST /instance-ips HTTP/1.1" 200 549 0.040930 10.0.0.40 - - [2024-11-07 02:33:27] "POST /instance-ips HTTP/1.1" 400 316 0.021293 10.0.0.40 - - [2024-11-07 02:33:27] "POST /chown HTTP/1.1" 200 109 0.010920 10.0.0.40 - - [2024-11-07 02:33:27] "PUT /virtual-machine-interface/33b964af-c19c-4782-8a8c-c52d947f1684 HTTP/1.1" 200 284 0.015294 10.0.0.40 - - [2024-11-07 02:33:27] "PUT /instance-ip/4d6f2b6d-18c5-4e3a-a0f0-7b1fe8e85eba HTTP/1.1" 200 256 0.016865 10.0.0.40 - - [2024-11-07 02:33:27] "POST /ref-update HTTP/1.1" 200 156 0.015237 10.0.0.40 - - [2024-11-07 02:33:27] "POST /ref-update HTTP/1.1" 200 156 0.010632 10.0.0.40 - - [2024-11-07 02:33:27] "PUT /routing-instance/0796a05e-2528-4744-a4ce-efeb4461e15d HTTP/1.1" 200 266 0.013599 10.0.0.40 - - [2024-11-07 02:33:27] "POST /ref-update HTTP/1.1" 200 156 0.012825 10.0.0.40 - - [2024-11-07 02:33:27] "POST /virtual-machines HTTP/1.1" 200 553 0.022656 10.0.0.40 - - [2024-11-07 02:33:28] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.100569 10.0.0.40 - - [2024-11-07 02:33:28] "POST /chown HTTP/1.1" 200 109 0.009655 10.0.0.40 - - [2024-11-07 02:33:28] "POST /instance-ips HTTP/1.1" 400 246 0.021569 10.0.0.40 - - [2024-11-07 02:33:28] "POST /chown HTTP/1.1" 200 109 0.009307 10.0.0.40 - - [2024-11-07 02:33:28] "PUT /virtual-machine-interface/7d5f910a-36f9-4561-85df-661386755809 HTTP/1.1" 200 284 0.014058 10.0.0.40 - - [2024-11-07 02:33:28] "PUT /instance-ip/f8743ffa-2628-4234-b978-0f619144d4f0 HTTP/1.1" 200 256 0.013905 10.0.0.40 - - [2024-11-07 02:33:28] "POST /ref-update HTTP/1.1" 200 156 0.012909 10.0.0.40 - - [2024-11-07 02:33:28] "POST /ref-update HTTP/1.1" 200 156 0.012918 10.0.0.40 - - [2024-11-07 02:33:28] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.098043 10.0.0.40 - - [2024-11-07 02:33:28] "POST /ref-update HTTP/1.1" 200 156 0.016222 10.0.0.40 - - [2024-11-07 02:33:28] "PUT /routing-instance/0796a05e-2528-4744-a4ce-efeb4461e15d HTTP/1.1" 200 266 0.016685 10.0.0.40 - - [2024-11-07 02:33:28] "POST /chown HTTP/1.1" 200 109 0.009189 10.0.0.40 - - [2024-11-07 02:33:28] "POST /instance-ips HTTP/1.1" 400 316 0.014679 10.0.0.40 - - [2024-11-07 02:33:28] "POST /chown HTTP/1.1" 200 109 0.008372 10.0.0.40 - - [2024-11-07 02:33:28] "PUT /virtual-machine-interface/d5fb42c9-6a20-4eae-bc5f-4e37fab8b210 HTTP/1.1" 200 284 0.013984 10.0.0.40 - - [2024-11-07 02:33:28] "PUT /instance-ip/4d6f2b6d-18c5-4e3a-a0f0-7b1fe8e85eba HTTP/1.1" 200 256 0.013983 10.0.0.40 - - [2024-11-07 02:33:28] "POST /ref-update HTTP/1.1" 200 156 0.012288 10.0.0.40 - - [2024-11-07 02:33:28] "POST /ref-update HTTP/1.1" 200 156 0.025918 10.0.0.40 - - [2024-11-07 02:33:28] "PUT /routing-instance/0796a05e-2528-4744-a4ce-efeb4461e15d HTTP/1.1" 200 266 0.017143 10.0.0.40 - - [2024-11-07 02:33:29] "POST /ref-update HTTP/1.1" 200 156 0.023180 10.0.0.40 - - [2024-11-07 02:33:31] "POST /neutron/port HTTP/1.1" 200 1091 0.017379 10.0.0.40 - - [2024-11-07 02:33:31] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007601 10.0.0.40 - - [2024-11-07 02:33:31] "POST /neutron/port HTTP/1.1" 200 1091 0.023875 10.0.0.40 - - [2024-11-07 02:33:31] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007801 10.0.0.40 - - [2024-11-07 02:33:31] "POST /neutron/port HTTP/1.1" 200 1091 0.017517 10.0.0.40 - - [2024-11-07 02:33:31] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007073 10.0.0.40 - - [2024-11-07 02:33:31] "GET /virtual-machine/05c0100d-ba6c-43e8-b2bc-f034460b4cd1 HTTP/1.1" 401 292 0.000498 10.0.0.40 - - [2024-11-07 02:33:31] "GET /virtual-machine/05c0100d-ba6c-43e8-b2bc-f034460b4cd1 HTTP/1.1" 200 1294 0.034198 10.0.0.40 - - [2024-11-07 02:33:31] "GET /virtual-machine-interface/cc01dfe9-4480-45b8-80c3-08d0f9483aaa HTTP/1.1" 200 2956 0.003416 10.0.0.40 - - [2024-11-07 02:33:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.40 - - [2024-11-07 02:33:31] "GET /global-vrouter-config/9ae842d7-a099-4c1c-a9c9-471f8150d853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003285 10.0.0.40 - - [2024-11-07 02:33:31] "GET /virtual-networks?parent_id=f943e721-2981-4655-b8d9-55924cbaf3a9&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003406 10.0.0.40 - - [2024-11-07 02:33:31] "GET /virtual-network/c0d04033-f3a2-4986-8177-f339cdec2fc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004097 10.0.0.40 - - [2024-11-07 02:33:34] "POST /neutron/port HTTP/1.1" 200 1091 0.024251 10.0.0.40 - - [2024-11-07 02:33:34] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006274 10.0.0.40 - - [2024-11-07 02:33:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.40 - - [2024-11-07 02:33:35] "GET /virtual-network/c0d04033-f3a2-4986-8177-f339cdec2fc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.003348 10.0.0.40 - - [2024-11-07 02:33:35] "POST /neutron/port HTTP/1.1" 200 1093 0.017563 10.0.0.40 - - [2024-11-07 02:33:35] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006152 10.0.0.40 - - [2024-11-07 02:33:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.40 - - [2024-11-07 02:33:37] "GET /global-vrouter-config/9ae842d7-a099-4c1c-a9c9-471f8150d853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004289 10.0.0.40 - - [2024-11-07 02:33:37] "GET /virtual-networks?parent_id=f943e721-2981-4655-b8d9-55924cbaf3a9&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004023 10.0.0.40 - - [2024-11-07 02:33:37] "GET /virtual-network/c0d04033-f3a2-4986-8177-f339cdec2fc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004000 10.0.0.40 - - [2024-11-07 02:33:37] "POST /neutron/port HTTP/1.1" 200 1093 0.016081 10.0.0.40 - - [2024-11-07 02:33:37] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007135 10.0.0.40 - - [2024-11-07 02:33:37] "POST /neutron/port HTTP/1.1" 200 1093 0.015060 10.0.0.40 - - [2024-11-07 02:33:37] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006979 10.0.0.40 - - [2024-11-07 02:33:37] "POST /neutron/port HTTP/1.1" 200 1093 0.016300 10.0.0.40 - - [2024-11-07 02:33:37] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007142 10.0.0.40 - - [2024-11-07 02:33:37] "GET /virtual-machine/f27e04e4-66b5-4676-bc76-246cbbd0ab7a HTTP/1.1" 200 1296 0.004084 10.0.0.40 - - [2024-11-07 02:33:37] "GET /virtual-machine-interface/eec8b4ab-a276-4381-b4f0-136feeba03b7 HTTP/1.1" 200 2969 0.002940 10.0.0.40 - - [2024-11-07 02:33:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.40 - - [2024-11-07 02:33:37] "GET /global-vrouter-config/9ae842d7-a099-4c1c-a9c9-471f8150d853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002781 10.0.0.40 - - [2024-11-07 02:33:37] "GET /virtual-networks?parent_id=f943e721-2981-4655-b8d9-55924cbaf3a9&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003340 10.0.0.40 - - [2024-11-07 02:33:37] "GET /virtual-network/0b99212d-7070-4952-93f2-287ab81375e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.004340 10.0.0.40 - - [2024-11-07 02:33:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.40 - - [2024-11-07 02:33:38] "GET /global-vrouter-config/9ae842d7-a099-4c1c-a9c9-471f8150d853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002846 10.0.0.40 - - [2024-11-07 02:33:38] "GET /virtual-networks?parent_id=f943e721-2981-4655-b8d9-55924cbaf3a9&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003420 10.0.0.40 - - [2024-11-07 02:33:39] "GET /virtual-network/0b99212d-7070-4952-93f2-287ab81375e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.003693 10.0.0.40 - - [2024-11-07 02:33:39] "DELETE /project/12c42694ce9345dbaa7202188b1e7a49 HTTP/1.1" 404 173 0.017235 10.0.0.40 - - [2024-11-07 02:33:39] "DELETE /project/f943e72129814655b8d955924cbaf3a9 HTTP/1.1" 404 173 0.015628 10.0.0.40 - - [2024-11-07 02:33:39] "DELETE /project/d40eac52a92a46c1b66b1118589ead24 HTTP/1.1" 404 173 0.013470 10.0.0.40 - - [2024-11-07 02:33:39] "GET /projects?obj_uuids=d40eac52-a92a-46c1-b66b-1118589ead24&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001155 10.0.0.40 - - [2024-11-07 02:33:39] "GET /projects?obj_uuids=0319739c-9292-45eb-b440-c3046404e7ad&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002563 10.0.0.40 - - [2024-11-07 02:33:39] "GET /projects?obj_uuids=12c42694-ce93-45db-aa72-02188b1e7a49&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001121 10.0.0.40 - - [2024-11-07 02:33:39] "GET /project/0319739c-9292-45eb-b440-c3046404e7ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1521 0.042116 10.0.0.40 - - [2024-11-07 02:33:39] "GET /project/d40eac52-a92a-46c1-b66b-1118589ead24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.046244 10.0.0.40 - - [2024-11-07 02:33:39] "GET /project/12c42694-ce93-45db-aa72-02188b1e7a49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1526 0.040251 10.0.0.40 - - [2024-11-07 02:33:39] "GET /projects?obj_uuids=12c42694-ce93-45db-aa72-02188b1e7a49&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001314 10.0.0.40 - - [2024-11-07 02:33:39] "GET /projects?obj_uuids=d40eac52-a92a-46c1-b66b-1118589ead24&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001161 10.0.0.40 - - [2024-11-07 02:33:39] "GET /projects?obj_uuids=0319739c-9292-45eb-b440-c3046404e7ad&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001117 10.0.0.40 - - [2024-11-07 02:33:39] "GET /project/0319739c-9292-45eb-b440-c3046404e7ad?fields=security_groups HTTP/1.1" 200 1405 0.056104 10.0.0.40 - - [2024-11-07 02:33:39] "GET /project/d40eac52-a92a-46c1-b66b-1118589ead24?fields=security_groups HTTP/1.1" 200 1359 0.054709 10.0.0.40 - - [2024-11-07 02:33:39] "GET /project/12c42694-ce93-45db-aa72-02188b1e7a49?fields=security_groups HTTP/1.1" 200 1409 0.053085 10.0.0.40 - - [2024-11-07 02:33:39] "DELETE /security-group/7ccb13fb-81d9-463f-89cc-278158dd4197 HTTP/1.1" 200 115 0.089430 10.0.0.40 - - [2024-11-07 02:33:39] "GET /projects?obj_uuids=0319739c-9292-45eb-b440-c3046404e7ad&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001544 10.0.0.40 - - [2024-11-07 02:33:39] "DELETE /security-group/e4118742-2158-4eea-bd25-4ff0f5a2628d HTTP/1.1" 200 115 0.096279 10.0.0.40 - - [2024-11-07 02:33:39] "DELETE /security-group/8fa61409-e24f-4218-ae0a-ec86620f76ad HTTP/1.1" 200 115 0.111176 10.0.0.40 - - [2024-11-07 02:33:39] "GET /projects?obj_uuids=12c42694-ce93-45db-aa72-02188b1e7a49&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001906 10.0.0.40 - - [2024-11-07 02:33:39] "GET /projects?obj_uuids=d40eac52-a92a-46c1-b66b-1118589ead24&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001188 10.0.0.40 - - [2024-11-07 02:33:39] "DELETE /access-control-list/666ed3f5-b6a4-48e8-8f26-e632660f2155 HTTP/1.1" 200 115 0.070815 10.0.0.40 - - [2024-11-07 02:33:39] "GET /project/0319739c-9292-45eb-b440-c3046404e7ad?fields=application_policy_sets HTTP/1.1" 200 1444 0.060757 10.0.0.40 - - [2024-11-07 02:33:39] "GET /project/d40eac52-a92a-46c1-b66b-1118589ead24?fields=application_policy_sets HTTP/1.1" 200 1398 0.047237 10.0.0.40 - - [2024-11-07 02:33:39] "GET /project/12c42694-ce93-45db-aa72-02188b1e7a49?fields=application_policy_sets HTTP/1.1" 200 1448 0.094772 10.0.0.40 - - [2024-11-07 02:33:39] "DELETE /access-control-list/8a8aa9fb-46e2-4bc9-a725-fde64ce2d9eb HTTP/1.1" 200 115 0.065006 10.0.0.40 - - [2024-11-07 02:33:39] "DELETE /access-control-list/4ba8fb30-29af-40e6-98e5-1fd35ca7fb14 HTTP/1.1" 200 115 0.041570 10.0.0.40 - - [2024-11-07 02:33:39] "DELETE /access-control-list/33b1c239-b2d3-43d8-b0a6-934fc9ffd2b8 HTTP/1.1" 200 115 0.084026 10.0.0.40 - - [2024-11-07 02:33:39] "DELETE /project/0319739c-9292-45eb-b440-c3046404e7ad HTTP/1.1" 200 115 0.535959 10.0.0.40 - - [2024-11-07 02:33:40] "DELETE /project/d40eac52-a92a-46c1-b66b-1118589ead24 HTTP/1.1" 200 115 0.566037 10.0.0.40 - - [2024-11-07 02:33:40] "DELETE /access-control-list/265da82c-9b8e-403e-a818-a0200524f9db HTTP/1.1" 200 115 0.037505 10.0.0.40 - - [2024-11-07 02:33:40] "DELETE /project/12c42694-ce93-45db-aa72-02188b1e7a49 HTTP/1.1" 200 115 0.576983 10.0.0.40 - - [2024-11-07 02:33:40] "DELETE /access-control-list/89b0994b-2c2d-4c4d-a66d-1d1d75f8e874 HTTP/1.1" 200 115 0.024201 10.0.0.40 - - [2024-11-07 02:33:43] "POST /neutron/router HTTP/1.1" 200 656 0.004653 10.0.0.40 - - [2024-11-07 02:33:43] "POST /ref-update HTTP/1.1" 200 156 0.012592 10.0.0.40 - - [2024-11-07 02:33:43] "POST /neutron/router HTTP/1.1" 200 344 0.103447 10.0.0.40 - - [2024-11-07 02:33:43] "POST /neutron/router HTTP/1.1" 200 656 0.005235 10.0.0.40 - - [2024-11-07 02:33:43] "GET /logical-router/47b1cf55-ad02-4b4e-922e-a44d93e99de2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1972 0.003099 10.0.0.40 - - [2024-11-07 02:33:43] "GET /service-instance/ef8f46e4-4193-45e3-badc-238e41d2cec8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2326 0.002939 10.0.0.40 - - [2024-11-07 02:33:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002890 10.0.0.40 - - [2024-11-07 02:33:43] "POST /neutron/router HTTP/1.1" 200 151 0.060605 10.0.0.40 - - [2024-11-07 02:33:43] "DELETE /route-target/f54d0771-d910-4c21-aab8-e3e78609cc03 HTTP/1.1" 409 239 0.004320 10.0.0.40 - - [2024-11-07 02:33:43] "PUT /logical-router/47b1cf55-ad02-4b4e-922e-a44d93e99de2 HTTP/1.1" 404 171 0.003265 10.0.0.40 - - [2024-11-07 02:33:43] "POST /ref-update HTTP/1.1" 200 156 0.016116 10.0.0.40 - - [2024-11-07 02:33:43] "DELETE /route-table/a77b58a3-b91f-488c-8b80-e3e0927a79b8 HTTP/1.1" 200 115 0.036774 10.0.0.40 - - [2024-11-07 02:33:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005076 10.0.0.40 - - [2024-11-07 02:33:43] "PUT /routing-instance/0796a05e-2528-4744-a4ce-efeb4461e15d HTTP/1.1" 200 266 0.011452 10.0.0.40 - - [2024-11-07 02:33:43] "GET /virtual-network/5857591c-c2cc-44af-9c31-cba7ce63f27a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2133 0.003796 10.0.0.40 - - [2024-11-07 02:33:43] "POST /neutron/network HTTP/1.1" 200 836 0.008445 10.0.0.40 - - [2024-11-07 02:33:43] "POST /ref-update HTTP/1.1" 200 156 0.014215 10.0.0.40 - - [2024-11-07 02:33:43] "POST /neutron/network HTTP/1.1" 400 204 0.055560 10.0.0.40 - - [2024-11-07 02:33:43] "POST /ref-update HTTP/1.1" 200 156 0.010181 10.0.0.40 - - [2024-11-07 02:33:43] "DELETE /instance-ip/4d6f2b6d-18c5-4e3a-a0f0-7b1fe8e85eba HTTP/1.1" 200 115 0.048164 10.0.0.40 - - [2024-11-07 02:33:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.012425 10.0.0.40 - - [2024-11-07 02:33:43] "POST /useragent-kv HTTP/1.1" 200 115 0.004773 10.0.0.40 - - [2024-11-07 02:33:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002707 10.0.0.40 - - [2024-11-07 02:33:43] "DELETE /virtual-network/5857591c-c2cc-44af-9c31-cba7ce63f27a HTTP/1.1" 200 115 0.180347 10.0.0.40 - - [2024-11-07 02:33:43] "DELETE /route-target/168b8724-cf0b-4140-8d73-73b15bb5d02f HTTP/1.1" 200 115 0.038230 10.0.0.40 - - [2024-11-07 02:33:43] "DELETE /service-instance/ef8f46e4-4193-45e3-badc-238e41d2cec8 HTTP/1.1" 200 115 0.046793 10.0.0.40 - - [2024-11-07 02:33:43] "GET /logical-router/47b1cf55-ad02-4b4e-922e-a44d93e99de2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002546 10.0.0.40 - - [2024-11-07 02:33:43] "GET /service-instance/ef8f46e4-4193-45e3-badc-238e41d2cec8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004713 10.0.0.40 - - [2024-11-07 02:33:43] "POST /neutron/port HTTP/1.1" 200 1093 0.021598 10.0.0.40 - - [2024-11-07 02:33:43] "POST /neutron/port HTTP/1.1" 200 1119 0.010802 10.0.0.40 - - [2024-11-07 02:33:43] "GET /virtual-machine-interface/7d5f910a-36f9-4561-85df-661386755809?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1662 0.005783 10.0.0.40 - - [2024-11-07 02:33:43] "POST /neutron/port HTTP/1.1" 200 1091 0.034229 10.0.0.40 - - [2024-11-07 02:33:43] "POST /ref-update HTTP/1.1" 200 156 0.030962 10.0.0.40 - - [2024-11-07 02:33:44] "POST /neutron/port HTTP/1.1" 200 1117 0.012451 10.0.0.40 - - [2024-11-07 02:33:44] "GET /instance-ip/f8743ffa-2628-4234-b978-0f619144d4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005801 10.0.0.40 - - [2024-11-07 02:33:44] "POST /neutron/port HTTP/1.1" 200 151 0.176631 10.0.0.40 - - [2024-11-07 02:33:44] "DELETE /virtual-machine-interface/7d5f910a-36f9-4561-85df-661386755809 HTTP/1.1" 200 115 0.069500 10.0.0.40 - - [2024-11-07 02:33:44] "GET /virtual-machine-interface/d5fb42c9-6a20-4eae-bc5f-4e37fab8b210?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1344 0.003577 10.0.0.40 - - [2024-11-07 02:33:44] "POST /neutron/port HTTP/1.1" 200 151 0.179320 10.0.0.40 - - [2024-11-07 02:33:44] "DELETE /virtual-machine-interface/d5fb42c9-6a20-4eae-bc5f-4e37fab8b210 HTTP/1.1" 200 115 0.032909 10.0.0.40 - - [2024-11-07 02:33:44] "DELETE /virtual-machine/ba4fb5cb-e78d-4f81-a19b-0646481f2098 HTTP/1.1" 200 115 0.036206 10.0.0.40 - - [2024-11-07 02:33:44] "GET /virtual-machine-interface/bf8fdda0-0108-46c6-b77d-e3747ea47e59?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1664 0.005486 10.0.0.40 - - [2024-11-07 02:33:44] "POST /ref-update HTTP/1.1" 200 156 0.014006 10.0.0.40 - - [2024-11-07 02:33:44] "GET /instance-ip/f8743ffa-2628-4234-b978-0f619144d4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1698 0.006594 10.0.0.40 - - [2024-11-07 02:33:44] "DELETE /instance-ip/f8743ffa-2628-4234-b978-0f619144d4f0 HTTP/1.1" 200 115 0.033934 10.0.0.40 - - [2024-11-07 02:33:44] "DELETE /virtual-machine-interface/bf8fdda0-0108-46c6-b77d-e3747ea47e59 HTTP/1.1" 200 115 0.040860 10.0.0.40 - - [2024-11-07 02:33:44] "GET /virtual-machine-interface/33b964af-c19c-4782-8a8c-c52d947f1684?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1342 0.004720 10.0.0.40 - - [2024-11-07 02:33:44] "DELETE /virtual-machine-interface/33b964af-c19c-4782-8a8c-c52d947f1684 HTTP/1.1" 200 115 0.032474 10.0.0.40 - - [2024-11-07 02:33:44] "POST /ref-update HTTP/1.1" 200 156 0.010089 10.0.0.40 - - [2024-11-07 02:33:44] "DELETE /virtual-machine/feabf9f3-a732-4232-83c8-93c9cae73e3a HTTP/1.1" 200 115 0.018776 10.0.0.40 - - [2024-11-07 02:33:45] "POST /neutron/network HTTP/1.1" 200 836 0.006622 10.0.0.40 - - [2024-11-07 02:33:45] "POST /useragent-kv HTTP/1.1" 200 115 0.001698 10.0.0.40 - - [2024-11-07 02:33:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.007000 10.0.0.40 - - [2024-11-07 02:33:45] "POST /useragent-kv HTTP/1.1" 200 115 0.001161 10.0.0.40 - - [2024-11-07 02:33:45] "POST /neutron/network HTTP/1.1" 200 151 0.086308 10.0.0.40 - - [2024-11-07 02:33:45] "DELETE /route-target/d14f784b-5a9d-4a7d-88be-ed41aa094dfc HTTP/1.1" 200 115 0.015908 10.0.0.40 - - [2024-11-07 02:33:45] "POST /neutron/network HTTP/1.1" 200 827 0.006395 10.0.0.40 - - [2024-11-07 02:33:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004805 10.0.0.40 - - [2024-11-07 02:33:45] "POST /useragent-kv HTTP/1.1" 200 115 0.004049 10.0.0.40 - - [2024-11-07 02:33:45] "POST /useragent-kv HTTP/1.1" 200 115 0.001402 10.0.0.40 - - [2024-11-07 02:33:45] "POST /neutron/network HTTP/1.1" 200 151 0.116451 10.0.0.40 - - [2024-11-07 02:33:45] "DELETE /route-target/aa5e12bb-dd21-429f-ae93-2f373a19dacb HTTP/1.1" 200 115 0.047018 10.0.0.40 - - [2024-11-07 02:33:45] "GET /obj-perms HTTP/1.1" 200 5056 0.057085 10.0.0.40 - - [2024-11-07 02:33:45] "GET /projects?obj_uuids=f943e721-2981-4655-b8d9-55924cbaf3a9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001362 10.0.0.40 - - [2024-11-07 02:33:45] "GET /project/f943e721-2981-4655-b8d9-55924cbaf3a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.022743 10.0.0.40 - - [2024-11-07 02:33:45] "GET /projects?obj_uuids=f943e721-2981-4655-b8d9-55924cbaf3a9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001340 10.0.0.40 - - [2024-11-07 02:33:46] "GET /project/f943e721-2981-4655-b8d9-55924cbaf3a9?fields=virtual_networks HTTP/1.1" 200 1049 0.067744 10.0.0.40 - - [2024-11-07 02:33:46] "GET /projects?obj_uuids=f943e721-2981-4655-b8d9-55924cbaf3a9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001464 10.0.0.40 - - [2024-11-07 02:33:46] "GET /project/f943e721-2981-4655-b8d9-55924cbaf3a9?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.025534 10.0.0.40 - - [2024-11-07 02:33:46] "GET /projects?obj_uuids=f943e721-2981-4655-b8d9-55924cbaf3a9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001486 10.0.0.40 - - [2024-11-07 02:33:46] "GET /project/f943e721-2981-4655-b8d9-55924cbaf3a9?fields=security_groups HTTP/1.1" 200 1278 0.025686 10.0.0.40 - - [2024-11-07 02:33:46] "GET /obj-perms HTTP/1.1" 200 5056 0.373825 10.0.0.40 - - [2024-11-07 02:33:47] "POST /fqname-to-id HTTP/1.1" 404 196 0.027509 10.0.0.40 - - [2024-11-07 02:33:47] "GET /projects?obj_uuids=0461a763-344e-41d1-8a81-c20fe83c1248&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002831 10.0.0.40 - - [2024-11-07 02:33:47] "GET /domains?obj_uuids=3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001293 10.0.0.40 - - [2024-11-07 02:33:47] "GET /domain/3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007513 10.0.0.40 - - [2024-11-07 02:33:47] "POST /id-to-fqname HTTP/1.1" 200 198 0.001529 10.0.0.40 - - [2024-11-07 02:33:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.007792 10.0.0.40 - - [2024-11-07 02:33:47] "POST /security-groups HTTP/1.1" 200 599 0.066561 10.0.0.40 - - [2024-11-07 02:33:47] "POST /fqname-to-id HTTP/1.1" 404 242 0.002758 10.0.0.40 - - [2024-11-07 02:33:47] "POST /projects HTTP/1.1" 200 601 0.223872 10.0.0.40 - - [2024-11-07 02:33:47] "POST /access-control-lists HTTP/1.1" 200 604 0.058736 10.0.0.40 - - [2024-11-07 02:33:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.303608 10.0.0.40 - - [2024-11-07 02:33:47] "POST /fqname-to-id HTTP/1.1" 404 241 0.003723 10.0.0.40 - - [2024-11-07 02:33:47] "GET /project/0461a763-344e-41d1-8a81-c20fe83c1248?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1403 0.429831 10.0.0.40 - - [2024-11-07 02:33:47] "POST /access-control-lists HTTP/1.1" 200 602 0.059855 10.0.0.40 - - [2024-11-07 02:33:48] "GET / HTTP/1.1" 200 35931 0.002399 10.0.0.40 - - [2024-11-07 02:33:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000563 10.0.0.40 - - [2024-11-07 02:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.062771 10.0.0.40 - - [2024-11-07 02:33:50] "GET /projects?obj_uuids=0461a763-344e-41d1-8a81-c20fe83c1248&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001292 10.0.0.40 - - [2024-11-07 02:33:50] "GET /project/0461a763-344e-41d1-8a81-c20fe83c1248?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1403 0.023815 10.0.0.40 - - [2024-11-07 02:33:50] "POST /neutron/network HTTP/1.1" 200 117 0.032776 10.0.0.40 - - [2024-11-07 02:33:50] "GET /projects?obj_uuids=0461a763-344e-41d1-8a81-c20fe83c1248&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001686 10.0.0.40 - - [2024-11-07 02:33:50] "POST /neutron/network HTTP/1.1" 200 613 0.070277 10.0.0.40 - - [2024-11-07 02:33:50] "POST /route-targets HTTP/1.1" 200 327 0.013574 10.0.0.40 - - [2024-11-07 02:33:50] "POST /ref-update HTTP/1.1" 200 156 0.011496 10.0.0.40 - - [2024-11-07 02:33:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003098 10.0.0.40 - - [2024-11-07 02:33:50] "POST /neutron/subnet HTTP/1.1" 200 715 0.172991 10.0.0.40 - - [2024-11-07 02:33:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003117 10.0.0.40 - - [2024-11-07 02:33:50] "POST /neutron/subnet HTTP/1.1" 200 828 0.141771 10.0.0.40 - - [2024-11-07 02:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.035381 10.0.0.40 - - [2024-11-07 02:33:50] "GET /virtual-network/301549d8-dece-48b4-b98b-f68be99d1aa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1960 0.005569 10.0.0.40 - - [2024-11-07 02:33:50] "POST /neutron/network HTTP/1.1" 200 1004 0.007913 10.0.0.40 - - [2024-11-07 02:33:50] "POST /id-to-fqname HTTP/1.1" 200 228 0.001399 10.0.0.40 - - [2024-11-07 02:33:50] "GET /virtual-network/93c0d7b0-06b1-44ef-b6e8-f77399c7c6d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.003211 10.0.0.40 - - [2024-11-07 02:33:50] "POST /neutron/network HTTP/1.1" 200 1004 0.015359 10.0.0.40 - - [2024-11-07 02:33:50] "GET /virtual-network/93c0d7b0-06b1-44ef-b6e8-f77399c7c6d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.003398 10.0.0.40 - - [2024-11-07 02:33:50] "POST /neutron/network HTTP/1.1" 200 1004 0.008403 10.0.0.40 - - [2024-11-07 02:33:50] "POST /neutron/subnet HTTP/1.1" 200 715 0.007288 10.0.0.40 - - [2024-11-07 02:33:50] "POST /neutron/subnet HTTP/1.1" 200 828 0.009566 10.0.0.40 - - [2024-11-07 02:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002794 10.0.0.40 - - [2024-11-07 02:33:50] "GET /projects?obj_uuids=0461a763-344e-41d1-8a81-c20fe83c1248&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001257 10.0.0.40 - - [2024-11-07 02:33:50] "GET /project/0461a763-344e-41d1-8a81-c20fe83c1248?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1403 0.022074 10.0.0.40 - - [2024-11-07 02:33:50] "POST /neutron/network HTTP/1.1" 200 117 0.010147 10.0.0.40 - - [2024-11-07 02:33:50] "GET /projects?obj_uuids=0461a763-344e-41d1-8a81-c20fe83c1248&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001784 10.0.0.40 - - [2024-11-07 02:33:50] "POST /neutron/network HTTP/1.1" 200 613 0.066062 10.0.0.40 - - [2024-11-07 02:33:51] "POST /route-targets HTTP/1.1" 200 327 0.013455 10.0.0.40 - - [2024-11-07 02:33:51] "POST /ref-update HTTP/1.1" 200 156 0.010651 10.0.0.40 - - [2024-11-07 02:33:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002572 10.0.0.40 - - [2024-11-07 02:33:51] "POST /neutron/subnet HTTP/1.1" 200 720 0.151381 10.0.0.40 - - [2024-11-07 02:33:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004973 10.0.0.40 - - [2024-11-07 02:33:51] "GET /virtual-network/301549d8-dece-48b4-b98b-f68be99d1aa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1960 0.003504 10.0.0.40 - - [2024-11-07 02:33:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003861 10.0.0.40 - - [2024-11-07 02:33:51] "POST /neutron/subnet HTTP/1.1" 200 818 0.198261 10.0.0.40 - - [2024-11-07 02:33:51] "POST /neutron/network HTTP/1.1" 200 1003 0.007967 10.0.0.40 - - [2024-11-07 02:33:51] "POST /id-to-fqname HTTP/1.1" 200 228 0.001410 10.0.0.40 - - [2024-11-07 02:33:51] "GET /virtual-network/27520c31-55f3-4bbb-9ce5-6e7ba91d50b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.002912 10.0.0.40 - - [2024-11-07 02:33:51] "POST /neutron/network HTTP/1.1" 200 1003 0.008981 10.0.0.40 - - [2024-11-07 02:33:51] "GET /virtual-network/27520c31-55f3-4bbb-9ce5-6e7ba91d50b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.003026 10.0.0.40 - - [2024-11-07 02:33:51] "POST /neutron/network HTTP/1.1" 200 1003 0.008694 10.0.0.40 - - [2024-11-07 02:33:51] "POST /neutron/subnet HTTP/1.1" 200 720 0.008479 10.0.0.40 - - [2024-11-07 02:33:51] "POST /neutron/subnet HTTP/1.1" 200 818 0.009791 10.0.0.40 - - [2024-11-07 02:33:51] "POST /fqname-to-id HTTP/1.1" 404 234 0.002637 10.0.0.40 - - [2024-11-07 02:33:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002635 10.0.0.40 - - [2024-11-07 02:33:51] "GET /projects?obj_uuids=0461a763-344e-41d1-8a81-c20fe83c1248&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001371 10.0.0.40 - - [2024-11-07 02:33:51] "GET /project/0461a763-344e-41d1-8a81-c20fe83c1248?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1403 0.024584 10.0.0.40 - - [2024-11-07 02:33:51] "POST /network-policys HTTP/1.1" 200 577 0.061001 10.0.0.40 - - [2024-11-07 02:33:51] "GET /network-policy/2866d6dd-b855-43ba-b8da-9492a654e268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.005216 10.0.0.40 - - [2024-11-07 02:33:51] "POST /neutron/network HTTP/1.1" 200 1004 0.008642 10.0.0.40 - - [2024-11-07 02:33:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.007021 10.0.0.40 - - [2024-11-07 02:33:51] "POST /fqname-to-id HTTP/1.1" 404 242 0.004798 10.0.0.40 - - [2024-11-07 02:33:51] "GET /virtual-network/301549d8-dece-48b4-b98b-f68be99d1aa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1960 0.002939 10.0.0.40 - - [2024-11-07 02:33:51] "POST /neutron/network HTTP/1.1" 200 1112 0.053094 10.0.0.40 - - [2024-11-07 02:33:52] "POST /access-control-lists HTTP/1.1" 200 596 0.073581 10.0.0.40 - - [2024-11-07 02:33:52] "POST /neutron/network HTTP/1.1" 200 1112 0.049748 10.0.0.40 - - [2024-11-07 02:33:52] "GET /virtual-network/93c0d7b0-06b1-44ef-b6e8-f77399c7c6d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.003272 10.0.0.40 - - [2024-11-07 02:33:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002748 10.0.0.40 - - [2024-11-07 02:33:52] "GET /network-policy/2866d6dd-b855-43ba-b8da-9492a654e268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.003986 10.0.0.40 - - [2024-11-07 02:33:52] "POST /neutron/network HTTP/1.1" 200 1003 0.008757 10.0.0.40 - - [2024-11-07 02:33:52] "POST /fqname-to-id HTTP/1.1" 404 242 0.006098 10.0.0.40 - - [2024-11-07 02:33:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005351 10.0.0.40 - - [2024-11-07 02:33:52] "GET /virtual-network/301549d8-dece-48b4-b98b-f68be99d1aa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1960 0.004019 10.0.0.40 - - [2024-11-07 02:33:52] "POST /neutron/network HTTP/1.1" 200 1111 0.055773 10.0.0.40 - - [2024-11-07 02:33:52] "POST /access-control-lists HTTP/1.1" 200 596 0.072525 10.0.0.40 - - [2024-11-07 02:33:52] "POST /neutron/network HTTP/1.1" 200 1111 0.041766 10.0.0.40 - - [2024-11-07 02:33:52] "GET /virtual-network/27520c31-55f3-4bbb-9ce5-6e7ba91d50b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.003147 10.0.0.40 - - [2024-11-07 02:33:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002300 10.0.0.40 - - [2024-11-07 02:33:52] "POST /ref-update HTTP/1.1" 200 156 0.012570 10.0.0.40 - - [2024-11-07 02:33:52] "GET /network-policy/2866d6dd-b855-43ba-b8da-9492a654e268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.003223 10.0.0.40 - - [2024-11-07 02:33:52] "GET /domains HTTP/1.1" 401 292 0.000486 10.0.0.40 - - [2024-11-07 02:33:52] "PUT /access-control-list/e3befd65-a8d8-4c9e-8b22-e5d4f7b10b36 HTTP/1.1" 200 272 0.052788 10.0.0.40 - - [2024-11-07 02:33:52] "GET /domains HTTP/1.1" 200 280 0.030120 10.0.0.40 - - [2024-11-07 02:33:52] "GET /domains?obj_uuids=3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001287 10.0.0.40 - - [2024-11-07 02:33:52] "GET /domain/3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb HTTP/1.1" 200 2770 0.009284 10.0.0.40 - - [2024-11-07 02:33:52] "GET /projects?obj_uuids=0461a763-344e-41d1-8a81-c20fe83c1248&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001226 10.0.0.40 - - [2024-11-07 02:33:52] "GET /project/0461a763-344e-41d1-8a81-c20fe83c1248 HTTP/1.1" 200 2633 0.070490 10.0.0.40 - - [2024-11-07 02:33:52] "GET /virtual-network/93c0d7b0-06b1-44ef-b6e8-f77399c7c6d4 HTTP/1.1" 200 3500 0.004791 10.0.0.40 - - [2024-11-07 02:33:52] "GET /virtual-network/93c0d7b0-06b1-44ef-b6e8-f77399c7c6d4 HTTP/1.1" 200 3500 0.003063 10.0.0.40 - - [2024-11-07 02:33:52] "GET /routing-instance/d83d1fb4-9552-48be-9291-dc432bfc1802 HTTP/1.1" 200 1796 0.003089 10.0.0.40 - - [2024-11-07 02:33:52] "GET /routing-instance/d83d1fb4-9552-48be-9291-dc432bfc1802 HTTP/1.1" 200 1796 0.003010 10.0.0.40 - - [2024-11-07 02:33:52] "GET /route-target/548c7156-3214-4040-89b7-b2b6a03e7be8 HTTP/1.1" 200 1211 0.002728 10.0.0.40 - - [2024-11-07 02:33:52] "GET /virtual-network/93c0d7b0-06b1-44ef-b6e8-f77399c7c6d4 HTTP/1.1" 200 3500 0.002978 10.0.0.40 - - [2024-11-07 02:33:52] "GET /routing-instance/d83d1fb4-9552-48be-9291-dc432bfc1802 HTTP/1.1" 200 1796 0.002755 10.0.0.40 - - [2024-11-07 02:33:52] "GET /virtual-network/93c0d7b0-06b1-44ef-b6e8-f77399c7c6d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.003437 10.0.0.40 - - [2024-11-07 02:33:52] "GET /virtual-network/93c0d7b0-06b1-44ef-b6e8-f77399c7c6d4 HTTP/1.1" 200 3500 0.003201 10.0.0.40 - - [2024-11-07 02:33:52] "GET /routing-instance/d83d1fb4-9552-48be-9291-dc432bfc1802 HTTP/1.1" 200 1796 0.002878 10.0.0.40 - - [2024-11-07 02:33:52] "GET /routing-instance/d83d1fb4-9552-48be-9291-dc432bfc1802 HTTP/1.1" 200 1796 0.002630 10.0.0.40 - - [2024-11-07 02:33:52] "GET /route-target/548c7156-3214-4040-89b7-b2b6a03e7be8 HTTP/1.1" 200 1211 0.002494 10.0.0.40 - - [2024-11-07 02:33:52] "GET /domains HTTP/1.1" 200 280 0.002449 10.0.0.40 - - [2024-11-07 02:33:52] "GET /domains?obj_uuids=3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001343 10.0.0.40 - - [2024-11-07 02:33:52] "GET /domain/3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb HTTP/1.1" 200 2770 0.007538 10.0.0.40 - - [2024-11-07 02:33:52] "GET /projects?obj_uuids=0461a763-344e-41d1-8a81-c20fe83c1248&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001173 10.0.0.40 - - [2024-11-07 02:33:53] "GET /project/0461a763-344e-41d1-8a81-c20fe83c1248 HTTP/1.1" 200 2633 0.063193 10.0.0.40 - - [2024-11-07 02:33:53] "GET /virtual-network/93c0d7b0-06b1-44ef-b6e8-f77399c7c6d4 HTTP/1.1" 200 3500 0.003107 10.0.0.40 - - [2024-11-07 02:33:53] "GET /obj-perms HTTP/1.1" 200 5046 0.054741 10.0.0.40 - - [2024-11-07 02:33:53] "GET /domains HTTP/1.1" 200 280 0.002990 10.0.0.40 - - [2024-11-07 02:33:53] "GET /domains?obj_uuids=3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001243 10.0.0.40 - - [2024-11-07 02:33:53] "GET /domain/3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb HTTP/1.1" 200 2770 0.007554 10.0.0.40 - - [2024-11-07 02:33:53] "GET /projects?obj_uuids=0461a763-344e-41d1-8a81-c20fe83c1248&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001117 10.0.0.40 - - [2024-11-07 02:33:53] "GET /project/0461a763-344e-41d1-8a81-c20fe83c1248 HTTP/1.1" 200 2633 0.066497 10.0.0.40 - - [2024-11-07 02:33:53] "GET /virtual-network/27520c31-55f3-4bbb-9ce5-6e7ba91d50b2 HTTP/1.1" 200 3496 0.005139 10.0.0.40 - - [2024-11-07 02:33:53] "GET /virtual-network/27520c31-55f3-4bbb-9ce5-6e7ba91d50b2 HTTP/1.1" 200 3496 0.002832 10.0.0.40 - - [2024-11-07 02:33:53] "GET /routing-instance/2fe7594a-9136-4fc5-acfb-3e1924ebe93f HTTP/1.1" 200 1795 0.002796 10.0.0.40 - - [2024-11-07 02:33:53] "GET /routing-instance/2fe7594a-9136-4fc5-acfb-3e1924ebe93f HTTP/1.1" 200 1795 0.002484 10.0.0.40 - - [2024-11-07 02:33:53] "GET /route-target/6a08fc4a-30c5-4d39-a0bd-143bc3401669 HTTP/1.1" 200 1212 0.002436 10.0.0.40 - - [2024-11-07 02:33:53] "GET /virtual-network/27520c31-55f3-4bbb-9ce5-6e7ba91d50b2 HTTP/1.1" 200 3496 0.002715 10.0.0.40 - - [2024-11-07 02:33:53] "GET /routing-instance/2fe7594a-9136-4fc5-acfb-3e1924ebe93f HTTP/1.1" 200 1795 0.009575 10.0.0.40 - - [2024-11-07 02:33:53] "GET /virtual-network/27520c31-55f3-4bbb-9ce5-6e7ba91d50b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.003042 10.0.0.40 - - [2024-11-07 02:33:53] "GET /virtual-network/27520c31-55f3-4bbb-9ce5-6e7ba91d50b2 HTTP/1.1" 200 3496 0.003448 10.0.0.40 - - [2024-11-07 02:33:53] "GET /routing-instance/2fe7594a-9136-4fc5-acfb-3e1924ebe93f HTTP/1.1" 200 1795 0.002608 10.0.0.40 - - [2024-11-07 02:33:53] "GET /routing-instance/2fe7594a-9136-4fc5-acfb-3e1924ebe93f HTTP/1.1" 200 1795 0.002642 10.0.0.40 - - [2024-11-07 02:33:53] "GET /route-target/6a08fc4a-30c5-4d39-a0bd-143bc3401669 HTTP/1.1" 200 1212 0.002434 10.0.0.40 - - [2024-11-07 02:33:53] "GET /domains HTTP/1.1" 200 280 0.002592 10.0.0.40 - - [2024-11-07 02:33:53] "GET /domains?obj_uuids=3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001258 10.0.0.40 - - [2024-11-07 02:33:53] "GET /domain/3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb HTTP/1.1" 200 2770 0.007508 10.0.0.40 - - [2024-11-07 02:33:53] "GET /projects?obj_uuids=0461a763-344e-41d1-8a81-c20fe83c1248&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001581 10.0.0.40 - - [2024-11-07 02:33:53] "GET /project/0461a763-344e-41d1-8a81-c20fe83c1248 HTTP/1.1" 200 2633 0.064626 10.0.0.40 - - [2024-11-07 02:33:53] "GET /virtual-network/27520c31-55f3-4bbb-9ce5-6e7ba91d50b2 HTTP/1.1" 200 3496 0.004086 10.0.0.40 - - [2024-11-07 02:33:53] "GET /obj-perms HTTP/1.1" 200 5046 0.003335 10.0.0.40 - - [2024-11-07 02:33:53] "GET /virtual-network/27520c31-55f3-4bbb-9ce5-6e7ba91d50b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.003721 10.0.0.40 - - [2024-11-07 02:33:53] "POST /neutron/network HTTP/1.1" 200 1111 0.008215 10.0.0.40 - - [2024-11-07 02:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.007056 10.0.0.40 - - [2024-11-07 02:33:53] "GET /virtual-network/301549d8-dece-48b4-b98b-f68be99d1aa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1960 0.003668 10.0.0.40 - - [2024-11-07 02:33:53] "POST /neutron/network HTTP/1.1" 200 1003 0.053375 10.0.0.40 - - [2024-11-07 02:33:53] "DELETE /access-control-list/e274ca14-d3f0-4531-aada-e46278687c7d HTTP/1.1" 200 115 0.029337 10.0.0.40 - - [2024-11-07 02:33:53] "POST /neutron/network HTTP/1.1" 200 1003 0.008264 10.0.0.40 - - [2024-11-07 02:33:53] "POST /ref-update HTTP/1.1" 200 156 0.025146 10.0.0.40 - - [2024-11-07 02:33:53] "GET /virtual-network/27520c31-55f3-4bbb-9ce5-6e7ba91d50b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.007236 10.0.0.40 - - [2024-11-07 02:33:53] "GET /virtual-network/93c0d7b0-06b1-44ef-b6e8-f77399c7c6d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.003585 10.0.0.40 - - [2024-11-07 02:33:54] "POST /neutron/network HTTP/1.1" 200 1112 0.009762 10.0.0.40 - - [2024-11-07 02:33:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.008036 10.0.0.40 - - [2024-11-07 02:33:54] "GET /virtual-network/301549d8-dece-48b4-b98b-f68be99d1aa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1960 0.003999 10.0.0.40 - - [2024-11-07 02:33:54] "POST /neutron/network HTTP/1.1" 200 1004 0.057358 10.0.0.40 - - [2024-11-07 02:33:54] "DELETE /access-control-list/e3befd65-a8d8-4c9e-8b22-e5d4f7b10b36 HTTP/1.1" 200 115 0.045986 10.0.0.40 - - [2024-11-07 02:33:54] "POST /neutron/network HTTP/1.1" 200 1004 0.010296 10.0.0.40 - - [2024-11-07 02:33:54] "GET /virtual-network/93c0d7b0-06b1-44ef-b6e8-f77399c7c6d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.007394 10.0.0.40 - - [2024-11-07 02:33:54] "POST /ref-update HTTP/1.1" 200 156 0.023215 10.0.0.40 - - [2024-11-07 02:33:54] "DELETE /network-policy/2866d6dd-b855-43ba-b8da-9492a654e268 HTTP/1.1" 200 115 0.026125 10.0.0.40 - - [2024-11-07 02:33:54] "POST /neutron/network HTTP/1.1" 200 1003 0.007769 10.0.0.40 - - [2024-11-07 02:33:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003411 10.0.0.40 - - [2024-11-07 02:33:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.008648 10.0.0.40 - - [2024-11-07 02:33:54] "POST /useragent-kv HTTP/1.1" 200 115 0.001202 10.0.0.40 - - [2024-11-07 02:33:54] "POST /useragent-kv HTTP/1.1" 200 115 0.001076 10.0.0.40 - - [2024-11-07 02:33:54] "POST /useragent-kv HTTP/1.1" 200 115 0.001127 10.0.0.40 - - [2024-11-07 02:33:54] "POST /neutron/network HTTP/1.1" 200 151 0.095963 10.0.0.40 - - [2024-11-07 02:33:54] "DELETE /route-target/6a08fc4a-30c5-4d39-a0bd-143bc3401669 HTTP/1.1" 200 115 0.023598 10.0.0.40 - - [2024-11-07 02:33:54] "GET /routing-instance/2fe7594a-9136-4fc5-acfb-3e1924ebe93f HTTP/1.1" 404 171 0.002820 10.0.0.40 - - [2024-11-07 02:33:54] "GET /domains HTTP/1.1" 200 280 0.002506 10.0.0.40 - - [2024-11-07 02:33:54] "GET /domains?obj_uuids=3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001378 10.0.0.40 - - [2024-11-07 02:33:54] "GET /domain/3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb HTTP/1.1" 200 2770 0.051535 10.0.0.40 - - [2024-11-07 02:33:54] "GET /projects?obj_uuids=0461a763-344e-41d1-8a81-c20fe83c1248&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001429 10.0.0.40 - - [2024-11-07 02:33:54] "GET /project/0461a763-344e-41d1-8a81-c20fe83c1248 HTTP/1.1" 200 2153 0.066517 10.0.0.40 - - [2024-11-07 02:33:54] "POST /neutron/network HTTP/1.1" 200 1004 0.008458 10.0.0.40 - - [2024-11-07 02:33:54] "POST /useragent-kv HTTP/1.1" 200 115 0.001370 10.0.0.40 - - [2024-11-07 02:33:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.006841 10.0.0.40 - - [2024-11-07 02:33:54] "POST /useragent-kv HTTP/1.1" 200 115 0.001233 10.0.0.40 - - [2024-11-07 02:33:54] "POST /useragent-kv HTTP/1.1" 200 115 0.001185 10.0.0.40 - - [2024-11-07 02:33:54] "POST /useragent-kv HTTP/1.1" 200 115 0.001791 10.0.0.40 - - [2024-11-07 02:33:54] "POST /neutron/network HTTP/1.1" 200 151 0.091793 10.0.0.40 - - [2024-11-07 02:33:54] "DELETE /route-target/548c7156-3214-4040-89b7-b2b6a03e7be8 HTTP/1.1" 200 115 0.022540 10.0.0.40 - - [2024-11-07 02:33:54] "GET /routing-instance/d83d1fb4-9552-48be-9291-dc432bfc1802 HTTP/1.1" 404 171 0.002766 10.0.0.40 - - [2024-11-07 02:33:54] "GET /domains HTTP/1.1" 200 280 0.002531 10.0.0.40 - - [2024-11-07 02:33:54] "GET /domains?obj_uuids=3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001299 10.0.0.40 - - [2024-11-07 02:33:54] "GET /domain/3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb HTTP/1.1" 200 2770 0.051428 10.0.0.40 - - [2024-11-07 02:33:54] "GET /projects?obj_uuids=0461a763-344e-41d1-8a81-c20fe83c1248&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001481 10.0.0.40 - - [2024-11-07 02:33:54] "GET /project/0461a763-344e-41d1-8a81-c20fe83c1248 HTTP/1.1" 200 1908 0.066118 10.0.0.40 - - [2024-11-07 02:33:55] "GET /projects?obj_uuids=0461a763-344e-41d1-8a81-c20fe83c1248&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001571 10.0.0.40 - - [2024-11-07 02:33:55] "GET /project/0461a763-344e-41d1-8a81-c20fe83c1248?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1403 0.027079 10.0.0.40 - - [2024-11-07 02:33:55] "GET /projects?obj_uuids=0461a763-344e-41d1-8a81-c20fe83c1248&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001361 10.0.0.40 - - [2024-11-07 02:33:55] "GET /project/0461a763-344e-41d1-8a81-c20fe83c1248?fields=virtual_networks HTTP/1.1" 200 1056 0.063697 10.0.0.40 - - [2024-11-07 02:33:55] "GET /projects?obj_uuids=0461a763-344e-41d1-8a81-c20fe83c1248&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001343 10.0.0.40 - - [2024-11-07 02:33:55] "GET /project/0461a763-344e-41d1-8a81-c20fe83c1248?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.022638 10.0.0.40 - - [2024-11-07 02:33:55] "GET /projects?obj_uuids=0461a763-344e-41d1-8a81-c20fe83c1248&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001420 10.0.0.40 - - [2024-11-07 02:33:55] "GET /project/0461a763-344e-41d1-8a81-c20fe83c1248?fields=security_groups HTTP/1.1" 200 1290 0.024955 10.0.0.40 - - [2024-11-07 02:33:56] "POST /fqname-to-id HTTP/1.1" 404 190 0.026888 10.0.0.40 - - [2024-11-07 02:33:56] "GET /projects?obj_uuids=2c52c386-9b1a-4a1e-96ac-99b456dd7aa6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003736 10.0.0.40 - - [2024-11-07 02:33:56] "GET /domains?obj_uuids=3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002595 10.0.0.40 - - [2024-11-07 02:33:56] "GET /domain/3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.012131 10.0.0.40 - - [2024-11-07 02:33:56] "POST /id-to-fqname HTTP/1.1" 200 192 0.001609 10.0.0.40 - - [2024-11-07 02:33:56] "POST /fqname-to-id HTTP/1.1" 404 201 0.002455 10.0.0.40 - - [2024-11-07 02:33:56] "POST /security-groups HTTP/1.1" 200 593 0.064404 10.0.0.40 - - [2024-11-07 02:33:56] "POST /fqname-to-id HTTP/1.1" 404 236 0.002669 10.0.0.40 - - [2024-11-07 02:33:56] "POST /projects HTTP/1.1" 200 589 0.218629 10.0.0.40 - - [2024-11-07 02:33:56] "POST /access-control-lists HTTP/1.1" 200 598 0.063594 10.0.0.40 - - [2024-11-07 02:33:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.299538 10.0.0.40 - - [2024-11-07 02:33:56] "POST /fqname-to-id HTTP/1.1" 404 235 0.003350 10.0.0.40 - - [2024-11-07 02:33:56] "GET /project/2c52c386-9b1a-4a1e-96ac-99b456dd7aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.439414 10.0.0.40 - - [2024-11-07 02:33:56] "POST /access-control-lists HTTP/1.1" 200 596 0.063713 10.0.0.40 - - [2024-11-07 02:33:57] "GET / HTTP/1.1" 200 35931 0.002594 10.0.0.40 - - [2024-11-07 02:33:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000618 10.0.0.40 - - [2024-11-07 02:33:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.061061 10.0.0.40 - - [2024-11-07 02:33:59] "GET /projects?obj_uuids=2c52c386-9b1a-4a1e-96ac-99b456dd7aa6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001346 10.0.0.40 - - [2024-11-07 02:33:59] "GET /project/2c52c386-9b1a-4a1e-96ac-99b456dd7aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.021935 10.0.0.40 - - [2024-11-07 02:33:59] "POST /neutron/network HTTP/1.1" 200 117 0.040932 10.0.0.40 - - [2024-11-07 02:33:59] "GET /projects?obj_uuids=2c52c386-9b1a-4a1e-96ac-99b456dd7aa6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001939 10.0.0.40 - - [2024-11-07 02:33:59] "POST /neutron/network HTTP/1.1" 200 607 0.067347 10.0.0.40 - - [2024-11-07 02:33:59] "POST /route-targets HTTP/1.1" 200 327 0.012031 10.0.0.40 - - [2024-11-07 02:33:59] "POST /ref-update HTTP/1.1" 200 156 0.014869 10.0.0.40 - - [2024-11-07 02:33:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002375 10.0.0.40 - - [2024-11-07 02:33:59] "POST /neutron/subnet HTTP/1.1" 200 724 0.167217 10.0.0.40 - - [2024-11-07 02:33:59] "POST /neutron/network HTTP/1.1" 200 826 0.007885 10.0.0.40 - - [2024-11-07 02:33:59] "POST /id-to-fqname HTTP/1.1" 200 222 0.001349 10.0.0.40 - - [2024-11-07 02:33:59] "GET /virtual-network/5982f5de-64f6-4db6-9883-fd2a72e46bf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.002826 10.0.0.40 - - [2024-11-07 02:33:59] "POST /neutron/network HTTP/1.1" 200 826 0.006305 10.0.0.40 - - [2024-11-07 02:33:59] "GET /virtual-network/5982f5de-64f6-4db6-9883-fd2a72e46bf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.002987 10.0.0.40 - - [2024-11-07 02:33:59] "POST /neutron/network HTTP/1.1" 200 826 0.006457 10.0.0.40 - - [2024-11-07 02:33:59] "POST /neutron/subnet HTTP/1.1" 200 724 0.007355 10.0.0.40 - - [2024-11-07 02:33:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002568 10.0.0.40 - - [2024-11-07 02:33:59] "GET /projects?obj_uuids=2c52c386-9b1a-4a1e-96ac-99b456dd7aa6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001586 10.0.0.40 - - [2024-11-07 02:33:59] "GET /project/2c52c386-9b1a-4a1e-96ac-99b456dd7aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.021649 10.0.0.40 - - [2024-11-07 02:33:59] "POST /neutron/network HTTP/1.1" 200 117 0.010600 10.0.0.40 - - [2024-11-07 02:33:59] "GET /projects?obj_uuids=2c52c386-9b1a-4a1e-96ac-99b456dd7aa6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001399 10.0.0.40 - - [2024-11-07 02:33:59] "POST /neutron/network HTTP/1.1" 200 607 0.068399 10.0.0.40 - - [2024-11-07 02:33:59] "POST /route-targets HTTP/1.1" 200 327 0.011557 10.0.0.40 - - [2024-11-07 02:33:59] "POST /ref-update HTTP/1.1" 200 156 0.012753 10.0.0.40 - - [2024-11-07 02:33:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002699 10.0.0.40 - - [2024-11-07 02:33:59] "POST /neutron/subnet HTTP/1.1" 200 720 0.151006 10.0.0.40 - - [2024-11-07 02:33:59] "POST /neutron/network HTTP/1.1" 200 825 0.006398 10.0.0.40 - - [2024-11-07 02:33:59] "POST /id-to-fqname HTTP/1.1" 200 222 0.001464 10.0.0.40 - - [2024-11-07 02:33:59] "GET /virtual-network/f61309e7-9847-4fd1-be38-81ef819450b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.002970 10.0.0.40 - - [2024-11-07 02:34:00] "POST /neutron/network HTTP/1.1" 200 825 0.006344 10.0.0.40 - - [2024-11-07 02:34:00] "GET /virtual-network/f61309e7-9847-4fd1-be38-81ef819450b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.002942 10.0.0.40 - - [2024-11-07 02:34:00] "POST /neutron/network HTTP/1.1" 200 825 0.007233 10.0.0.40 - - [2024-11-07 02:34:00] "POST /neutron/subnet HTTP/1.1" 200 720 0.008205 10.0.0.40 - - [2024-11-07 02:34:00] "POST /fqname-to-id HTTP/1.1" 404 228 0.002702 10.0.0.40 - - [2024-11-07 02:34:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002614 10.0.0.40 - - [2024-11-07 02:34:00] "GET /projects?obj_uuids=2c52c386-9b1a-4a1e-96ac-99b456dd7aa6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001410 10.0.0.40 - - [2024-11-07 02:34:00] "GET /project/2c52c386-9b1a-4a1e-96ac-99b456dd7aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.025545 10.0.0.40 - - [2024-11-07 02:34:00] "POST /network-policys HTTP/1.1" 200 571 0.018008 10.0.0.40 - - [2024-11-07 02:34:00] "GET /network-policy/c1d664f9-a38e-4952-a01f-a2f81fbce64c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.005146 10.0.0.40 - - [2024-11-07 02:34:00] "POST /neutron/network HTTP/1.1" 200 826 0.006844 10.0.0.40 - - [2024-11-07 02:34:00] "POST /fqname-to-id HTTP/1.1" 404 236 0.004044 10.0.0.40 - - [2024-11-07 02:34:00] "POST /neutron/network HTTP/1.1" 200 928 0.045261 10.0.0.40 - - [2024-11-07 02:34:00] "POST /neutron/network HTTP/1.1" 200 928 0.042484 10.0.0.40 - - [2024-11-07 02:34:00] "POST /access-control-lists HTTP/1.1" 200 590 0.068427 10.0.0.40 - - [2024-11-07 02:34:00] "GET /virtual-network/5982f5de-64f6-4db6-9883-fd2a72e46bf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.008605 10.0.0.40 - - [2024-11-07 02:34:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002551 10.0.0.40 - - [2024-11-07 02:34:00] "GET /network-policy/c1d664f9-a38e-4952-a01f-a2f81fbce64c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.003993 10.0.0.40 - - [2024-11-07 02:34:00] "POST /neutron/network HTTP/1.1" 200 825 0.006822 10.0.0.40 - - [2024-11-07 02:34:00] "POST /neutron/network HTTP/1.1" 200 927 0.046077 10.0.0.40 - - [2024-11-07 02:34:00] "PUT /access-control-list/873bd4ff-4080-43fd-b962-5cea0f9f913e HTTP/1.1" 200 272 0.058216 10.0.0.40 - - [2024-11-07 02:34:00] "POST /neutron/network HTTP/1.1" 200 927 0.028055 10.0.0.40 - - [2024-11-07 02:34:00] "POST /fqname-to-id HTTP/1.1" 404 236 0.002803 10.0.0.40 - - [2024-11-07 02:34:00] "GET /virtual-network/f61309e7-9847-4fd1-be38-81ef819450b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.003146 10.0.0.40 - - [2024-11-07 02:34:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002519 10.0.0.40 - - [2024-11-07 02:34:00] "GET /network-policy/c1d664f9-a38e-4952-a01f-a2f81fbce64c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.004267 10.0.0.40 - - [2024-11-07 02:34:00] "GET /domains HTTP/1.1" 401 292 0.000603 10.0.0.40 - - [2024-11-07 02:34:00] "POST /access-control-lists HTTP/1.1" 200 590 0.063464 10.0.0.40 - - [2024-11-07 02:34:00] "POST /ref-update HTTP/1.1" 200 156 0.012103 10.0.0.40 - - [2024-11-07 02:34:01] "GET /domains HTTP/1.1" 200 280 0.029568 10.0.0.40 - - [2024-11-07 02:34:01] "GET /domains?obj_uuids=3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001362 10.0.0.40 - - [2024-11-07 02:34:01] "GET /domain/3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb HTTP/1.1" 200 2958 0.009612 10.0.0.40 - - [2024-11-07 02:34:01] "GET /projects?obj_uuids=2c52c386-9b1a-4a1e-96ac-99b456dd7aa6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001825 10.0.0.40 - - [2024-11-07 02:34:01] "GET /project/2c52c386-9b1a-4a1e-96ac-99b456dd7aa6 HTTP/1.1" 200 2581 0.073706 10.0.0.40 - - [2024-11-07 02:34:01] "GET /virtual-network/5982f5de-64f6-4db6-9883-fd2a72e46bf4 HTTP/1.1" 200 2891 0.004846 10.0.0.40 - - [2024-11-07 02:34:01] "GET /virtual-network/5982f5de-64f6-4db6-9883-fd2a72e46bf4 HTTP/1.1" 200 2891 0.003134 10.0.0.40 - - [2024-11-07 02:34:01] "GET /routing-instance/cf7f28d5-f6f4-4683-82c2-cd59ccd4cbdc HTTP/1.1" 200 1783 0.003261 10.0.0.40 - - [2024-11-07 02:34:01] "GET /routing-instance/cf7f28d5-f6f4-4683-82c2-cd59ccd4cbdc HTTP/1.1" 200 1783 0.002887 10.0.0.40 - - [2024-11-07 02:34:01] "GET /route-target/4ab46ee7-ddaa-4212-853b-ac430893d3c9 HTTP/1.1" 200 1205 0.002660 10.0.0.40 - - [2024-11-07 02:34:01] "GET /virtual-network/5982f5de-64f6-4db6-9883-fd2a72e46bf4 HTTP/1.1" 200 2891 0.002612 10.0.0.40 - - [2024-11-07 02:34:01] "GET /routing-instance/cf7f28d5-f6f4-4683-82c2-cd59ccd4cbdc HTTP/1.1" 200 1783 0.002696 10.0.0.40 - - [2024-11-07 02:34:01] "GET /virtual-network/5982f5de-64f6-4db6-9883-fd2a72e46bf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.002596 10.0.0.40 - - [2024-11-07 02:34:01] "GET /virtual-network/5982f5de-64f6-4db6-9883-fd2a72e46bf4 HTTP/1.1" 200 2891 0.003111 10.0.0.40 - - [2024-11-07 02:34:01] "GET /routing-instance/cf7f28d5-f6f4-4683-82c2-cd59ccd4cbdc HTTP/1.1" 200 1783 0.002517 10.0.0.40 - - [2024-11-07 02:34:01] "GET /routing-instance/cf7f28d5-f6f4-4683-82c2-cd59ccd4cbdc HTTP/1.1" 200 1783 0.002535 10.0.0.40 - - [2024-11-07 02:34:01] "GET /route-target/4ab46ee7-ddaa-4212-853b-ac430893d3c9 HTTP/1.1" 200 1205 0.002547 10.0.0.40 - - [2024-11-07 02:34:01] "GET /domains HTTP/1.1" 200 280 0.003214 10.0.0.40 - - [2024-11-07 02:34:01] "GET /domains?obj_uuids=3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001278 10.0.0.40 - - [2024-11-07 02:34:01] "GET /domain/3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb HTTP/1.1" 200 2958 0.008102 10.0.0.40 - - [2024-11-07 02:34:01] "GET /projects?obj_uuids=2c52c386-9b1a-4a1e-96ac-99b456dd7aa6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001589 10.0.0.40 - - [2024-11-07 02:34:01] "GET /project/2c52c386-9b1a-4a1e-96ac-99b456dd7aa6 HTTP/1.1" 200 2581 0.066242 10.0.0.40 - - [2024-11-07 02:34:01] "GET /virtual-network/5982f5de-64f6-4db6-9883-fd2a72e46bf4 HTTP/1.1" 200 2891 0.002954 10.0.0.40 - - [2024-11-07 02:34:01] "GET /obj-perms HTTP/1.1" 200 5034 0.052509 10.0.0.40 - - [2024-11-07 02:34:01] "GET /domains HTTP/1.1" 200 280 0.003157 10.0.0.40 - - [2024-11-07 02:34:01] "GET /domains?obj_uuids=3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001323 10.0.0.40 - - [2024-11-07 02:34:01] "GET /domain/3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb HTTP/1.1" 200 2958 0.007938 10.0.0.40 - - [2024-11-07 02:34:01] "GET /projects?obj_uuids=2c52c386-9b1a-4a1e-96ac-99b456dd7aa6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003125 10.0.0.40 - - [2024-11-07 02:34:02] "GET /project/2c52c386-9b1a-4a1e-96ac-99b456dd7aa6 HTTP/1.1" 200 2581 0.065719 10.0.0.40 - - [2024-11-07 02:34:02] "GET /virtual-network/f61309e7-9847-4fd1-be38-81ef819450b8 HTTP/1.1" 200 2889 0.005898 10.0.0.40 - - [2024-11-07 02:34:02] "GET /virtual-network/f61309e7-9847-4fd1-be38-81ef819450b8 HTTP/1.1" 200 2889 0.003036 10.0.0.40 - - [2024-11-07 02:34:02] "GET /routing-instance/5ee3b471-db86-45e1-9570-a669b6cb499e HTTP/1.1" 200 1783 0.002830 10.0.0.40 - - [2024-11-07 02:34:02] "GET /routing-instance/5ee3b471-db86-45e1-9570-a669b6cb499e HTTP/1.1" 200 1783 0.002590 10.0.0.40 - - [2024-11-07 02:34:02] "GET /route-target/a8bb2d66-28ae-4c98-b894-8736332a1908 HTTP/1.1" 200 1207 0.002694 10.0.0.40 - - [2024-11-07 02:34:02] "GET /virtual-network/f61309e7-9847-4fd1-be38-81ef819450b8 HTTP/1.1" 200 2889 0.002990 10.0.0.40 - - [2024-11-07 02:34:02] "GET /routing-instance/5ee3b471-db86-45e1-9570-a669b6cb499e HTTP/1.1" 200 1783 0.002634 10.0.0.40 - - [2024-11-07 02:34:02] "GET /virtual-network/f61309e7-9847-4fd1-be38-81ef819450b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.002922 10.0.0.40 - - [2024-11-07 02:34:02] "GET /virtual-network/f61309e7-9847-4fd1-be38-81ef819450b8 HTTP/1.1" 200 2889 0.003291 10.0.0.40 - - [2024-11-07 02:34:02] "GET /routing-instance/5ee3b471-db86-45e1-9570-a669b6cb499e HTTP/1.1" 200 1783 0.003271 10.0.0.40 - - [2024-11-07 02:34:02] "GET /routing-instance/5ee3b471-db86-45e1-9570-a669b6cb499e HTTP/1.1" 200 1783 0.002657 10.0.0.40 - - [2024-11-07 02:34:02] "GET /route-target/a8bb2d66-28ae-4c98-b894-8736332a1908 HTTP/1.1" 200 1207 0.002849 10.0.0.40 - - [2024-11-07 02:34:02] "GET /domains HTTP/1.1" 200 280 0.003101 10.0.0.40 - - [2024-11-07 02:34:02] "GET /domains?obj_uuids=3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001250 10.0.0.40 - - [2024-11-07 02:34:02] "GET /domain/3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb HTTP/1.1" 200 2958 0.007874 10.0.0.40 - - [2024-11-07 02:34:02] "GET /projects?obj_uuids=2c52c386-9b1a-4a1e-96ac-99b456dd7aa6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001501 10.0.0.40 - - [2024-11-07 02:34:02] "GET /project/2c52c386-9b1a-4a1e-96ac-99b456dd7aa6 HTTP/1.1" 200 2581 0.067840 10.0.0.40 - - [2024-11-07 02:34:02] "GET /virtual-network/f61309e7-9847-4fd1-be38-81ef819450b8 HTTP/1.1" 200 2889 0.003173 10.0.0.40 - - [2024-11-07 02:34:02] "GET /obj-perms HTTP/1.1" 200 5034 0.003244 10.0.0.40 - - [2024-11-07 02:34:02] "POST /id-to-fqname HTTP/1.1" 200 222 0.001535 10.0.0.40 - - [2024-11-07 02:34:02] "POST /neutron/network HTTP/1.1" 200 938 0.007232 10.0.0.40 - - [2024-11-07 02:34:02] "GET /aaa-mode HTTP/1.1" 401 292 0.000564 10.0.0.40 - - [2024-11-07 02:34:02] "GET / HTTP/1.1" 200 35931 0.002346 10.0.0.40 - - [2024-11-07 02:34:02] "GET /project/2c52c386-9b1a-4a1e-96ac-99b456dd7aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000638 10.0.0.40 - - [2024-11-07 02:34:03] "GET /projects?obj_uuids=2c52c386-9b1a-4a1e-96ac-99b456dd7aa6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001601 10.0.0.40 - - [2024-11-07 02:34:03] "GET /project/2c52c386-9b1a-4a1e-96ac-99b456dd7aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.052388 10.0.0.40 - - [2024-11-07 02:34:03] "POST /neutron/network HTTP/1.1" 200 928 0.006558 10.0.0.40 - - [2024-11-07 02:34:03] "POST /neutron/port HTTP/1.1" 200 117 0.005687 10.0.0.40 - - [2024-11-07 02:34:03] "POST /neutron/port HTTP/1.1" 200 117 0.005550 10.0.0.40 - - [2024-11-07 02:34:03] "POST /id-to-fqname HTTP/1.1" 200 222 0.001615 10.0.0.40 - - [2024-11-07 02:34:03] "POST /neutron/port HTTP/1.1" 200 117 0.006427 10.0.0.40 - - [2024-11-07 02:34:03] "POST /neutron/network HTTP/1.1" 200 937 0.008642 10.0.0.40 - - [2024-11-07 02:34:03] "GET /aaa-mode HTTP/1.1" 401 292 0.000628 10.0.0.40 - - [2024-11-07 02:34:03] "POST /neutron/network HTTP/1.1" 200 938 0.007151 10.0.0.40 - - [2024-11-07 02:34:03] "GET /projects?obj_uuids=2c52c386-9b1a-4a1e-96ac-99b456dd7aa6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001766 10.0.0.40 - - [2024-11-07 02:34:04] "GET / HTTP/1.1" 200 35931 0.002966 10.0.0.40 - - [2024-11-07 02:34:04] "GET /project/2c52c386-9b1a-4a1e-96ac-99b456dd7aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000491 10.0.0.40 - - [2024-11-07 02:34:04] "POST /neutron/port HTTP/1.1" 200 1062 0.253255 10.0.0.40 - - [2024-11-07 02:34:04] "POST /neutron/port HTTP/1.1" 200 1062 0.016598 10.0.0.40 - - [2024-11-07 02:34:04] "POST /neutron/port HTTP/1.1" 200 1062 0.011804 10.0.0.40 - - [2024-11-07 02:34:04] "POST /neutron/port HTTP/1.1" 200 1116 0.108301 10.0.0.40 - - [2024-11-07 02:34:04] "POST /neutron/port HTTP/1.1" 200 1090 0.016402 10.0.0.40 - - [2024-11-07 02:34:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003783 10.0.0.40 - - [2024-11-07 02:34:04] "POST /neutron/subnet HTTP/1.1" 200 698 0.011423 10.0.0.40 - - [2024-11-07 02:34:04] "POST /neutron/port HTTP/1.1" 200 117 0.001416 10.0.0.40 - - [2024-11-07 02:34:04] "POST /neutron/network HTTP/1.1" 200 928 0.006462 10.0.0.40 - - [2024-11-07 02:34:04] "GET /projects?obj_uuids=2c52c386-9b1a-4a1e-96ac-99b456dd7aa6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002206 10.0.0.40 - - [2024-11-07 02:34:04] "GET /project/2c52c386-9b1a-4a1e-96ac-99b456dd7aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.058531 10.0.0.40 - - [2024-11-07 02:34:04] "POST /neutron/network HTTP/1.1" 200 927 0.008563 10.0.0.40 - - [2024-11-07 02:34:04] "POST /neutron/port HTTP/1.1" 200 1090 0.040488 10.0.0.40 - - [2024-11-07 02:34:04] "POST /neutron/security_group HTTP/1.1" 200 2060 0.013692 10.0.0.40 - - [2024-11-07 02:34:04] "POST /neutron/port HTTP/1.1" 200 117 0.005742 10.0.0.40 - - [2024-11-07 02:34:04] "POST /neutron/port HTTP/1.1" 200 1090 0.020220 10.0.0.40 - - [2024-11-07 02:34:04] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009102 10.0.0.40 - - [2024-11-07 02:34:05] "POST /neutron/network HTTP/1.1" 200 937 0.009112 10.0.0.40 - - [2024-11-07 02:34:05] "GET /projects?obj_uuids=2c52c386-9b1a-4a1e-96ac-99b456dd7aa6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001600 10.0.0.40 - - [2024-11-07 02:34:05] "PUT /access-control-list/3c662cea-82da-43da-8eba-8738b3dbd842 HTTP/1.1" 200 272 0.074875 10.0.0.40 - - [2024-11-07 02:34:05] "POST /neutron/port HTTP/1.1" 200 1061 0.349671 10.0.0.40 - - [2024-11-07 02:34:05] "POST /neutron/port HTTP/1.1" 200 1061 0.010583 10.0.0.40 - - [2024-11-07 02:34:05] "POST /neutron/port HTTP/1.1" 200 1061 0.014444 10.0.0.40 - - [2024-11-07 02:34:05] "POST /neutron/port HTTP/1.1" 200 1115 0.097983 10.0.0.40 - - [2024-11-07 02:34:05] "POST /neutron/port HTTP/1.1" 200 1089 0.017926 10.0.0.40 - - [2024-11-07 02:34:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004435 10.0.0.40 - - [2024-11-07 02:34:05] "POST /neutron/subnet HTTP/1.1" 200 694 0.013541 10.0.0.40 - - [2024-11-07 02:34:05] "POST /neutron/port HTTP/1.1" 200 117 0.001693 10.0.0.40 - - [2024-11-07 02:34:05] "POST /neutron/network HTTP/1.1" 200 927 0.007664 10.0.0.40 - - [2024-11-07 02:34:10] "POST /neutron/port HTTP/1.1" 200 1090 0.017910 10.0.0.40 - - [2024-11-07 02:34:10] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007598 10.0.0.40 - - [2024-11-07 02:34:10] "POST /neutron/port HTTP/1.1" 200 1090 0.016922 10.0.0.40 - - [2024-11-07 02:34:10] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007082 10.0.0.40 - - [2024-11-07 02:34:10] "POST /neutron/port HTTP/1.1" 200 1090 0.016843 10.0.0.40 - - [2024-11-07 02:34:10] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008420 10.0.0.40 - - [2024-11-07 02:34:10] "GET /virtual-machine/e76638b8-e1f6-4782-9744-25b0fe3c1ff9 HTTP/1.1" 200 1295 0.005511 10.0.0.40 - - [2024-11-07 02:34:10] "GET /virtual-machine-interface/74236b9f-b1f4-46a3-be99-af6322cd6051 HTTP/1.1" 200 2951 0.003658 10.0.0.40 - - [2024-11-07 02:34:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.40 - - [2024-11-07 02:34:10] "GET /global-vrouter-config/9ae842d7-a099-4c1c-a9c9-471f8150d853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002976 10.0.0.40 - - [2024-11-07 02:34:10] "GET /virtual-networks?parent_id=2c52c386-9b1a-4a1e-96ac-99b456dd7aa6&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003622 10.0.0.40 - - [2024-11-07 02:34:10] "GET /virtual-network/5982f5de-64f6-4db6-9883-fd2a72e46bf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.004272 10.0.0.40 - - [2024-11-07 02:34:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.40 - - [2024-11-07 02:34:13] "GET /virtual-network/5982f5de-64f6-4db6-9883-fd2a72e46bf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.003157 10.0.0.40 - - [2024-11-07 02:34:13] "POST /neutron/port HTTP/1.1" 200 1090 0.018494 10.0.0.40 - - [2024-11-07 02:34:13] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007113 10.0.0.40 - - [2024-11-07 02:34:15] "POST /neutron/port HTTP/1.1" 200 1089 0.017102 10.0.0.40 - - [2024-11-07 02:34:15] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006229 10.0.0.40 - - [2024-11-07 02:34:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.40 - - [2024-11-07 02:34:15] "GET /global-vrouter-config/9ae842d7-a099-4c1c-a9c9-471f8150d853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004361 10.0.0.40 - - [2024-11-07 02:34:15] "GET /virtual-networks?parent_id=2c52c386-9b1a-4a1e-96ac-99b456dd7aa6&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003557 10.0.0.40 - - [2024-11-07 02:34:15] "GET /virtual-network/5982f5de-64f6-4db6-9883-fd2a72e46bf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005197 10.0.0.40 - - [2024-11-07 02:34:16] "POST /neutron/port HTTP/1.1" 200 1089 0.016768 10.0.0.40 - - [2024-11-07 02:34:16] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007326 10.0.0.40 - - [2024-11-07 02:34:16] "POST /neutron/port HTTP/1.1" 200 1089 0.016371 10.0.0.40 - - [2024-11-07 02:34:16] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007741 10.0.0.40 - - [2024-11-07 02:34:16] "POST /neutron/port HTTP/1.1" 200 1089 0.018046 10.0.0.40 - - [2024-11-07 02:34:16] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009681 10.0.0.40 - - [2024-11-07 02:34:16] "GET /virtual-machine/f5bb084d-645f-453d-b1ff-ad611ac43ab5 HTTP/1.1" 200 1295 0.005132 10.0.0.40 - - [2024-11-07 02:34:16] "GET /virtual-machine-interface/42aa934c-7822-4732-8e1c-519c80cd4e8f HTTP/1.1" 200 2951 0.004345 10.0.0.40 - - [2024-11-07 02:34:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.40 - - [2024-11-07 02:34:16] "GET /global-vrouter-config/9ae842d7-a099-4c1c-a9c9-471f8150d853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003670 10.0.0.40 - - [2024-11-07 02:34:16] "GET /virtual-networks?parent_id=2c52c386-9b1a-4a1e-96ac-99b456dd7aa6&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003553 10.0.0.40 - - [2024-11-07 02:34:16] "GET /virtual-network/f61309e7-9847-4fd1-be38-81ef819450b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.003894 10.0.0.40 - - [2024-11-07 02:34:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.40 - - [2024-11-07 02:34:17] "GET /global-vrouter-config/9ae842d7-a099-4c1c-a9c9-471f8150d853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003131 10.0.0.40 - - [2024-11-07 02:34:17] "GET /virtual-networks?parent_id=2c52c386-9b1a-4a1e-96ac-99b456dd7aa6&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003953 10.0.0.40 - - [2024-11-07 02:34:17] "GET /virtual-network/f61309e7-9847-4fd1-be38-81ef819450b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.003858 10.0.0.40 - - [2024-11-07 02:34:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004028 10.0.0.40 - - [2024-11-07 02:34:21] "GET /projects?obj_uuids=2c52c386-9b1a-4a1e-96ac-99b456dd7aa6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001475 10.0.0.40 - - [2024-11-07 02:34:21] "GET /project/2c52c386-9b1a-4a1e-96ac-99b456dd7aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.025895 10.0.0.40 - - [2024-11-07 02:34:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004747 10.0.0.40 - - [2024-11-07 02:34:22] "PUT /network-policy/c1d664f9-a38e-4952-a01f-a2f81fbce64c HTTP/1.1" 200 262 0.011576 10.0.0.40 - - [2024-11-07 02:34:22] "PUT /access-control-list/873bd4ff-4080-43fd-b962-5cea0f9f913e HTTP/1.1" 200 272 0.053954 10.0.0.40 - - [2024-11-07 02:34:22] "POST /ref-update HTTP/1.1" 200 156 0.013417 10.0.0.40 - - [2024-11-07 02:34:22] "PUT /access-control-list/3c662cea-82da-43da-8eba-8738b3dbd842 HTTP/1.1" 200 272 0.053697 10.0.0.40 - - [2024-11-07 02:34:22] "POST /ref-update HTTP/1.1" 200 156 0.011623 10.0.0.40 - - [2024-11-07 02:34:25] "GET /virtual-network/f61309e7-9847-4fd1-be38-81ef819450b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.003924 10.0.0.40 - - [2024-11-07 02:34:25] "POST /neutron/network HTTP/1.1" 200 927 0.006843 10.0.0.40 - - [2024-11-07 02:34:25] "POST /neutron/network HTTP/1.1" 200 825 0.052306 10.0.0.40 - - [2024-11-07 02:34:25] "DELETE /access-control-list/3c662cea-82da-43da-8eba-8738b3dbd842 HTTP/1.1" 200 115 0.042321 10.0.0.40 - - [2024-11-07 02:34:25] "POST /neutron/network HTTP/1.1" 200 825 0.007009 10.0.0.40 - - [2024-11-07 02:34:25] "GET /virtual-network/f61309e7-9847-4fd1-be38-81ef819450b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.003090 10.0.0.40 - - [2024-11-07 02:34:25] "GET /virtual-network/5982f5de-64f6-4db6-9883-fd2a72e46bf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.003088 10.0.0.40 - - [2024-11-07 02:34:25] "POST /neutron/network HTTP/1.1" 200 928 0.006764 10.0.0.40 - - [2024-11-07 02:34:25] "POST /neutron/network HTTP/1.1" 200 826 0.062603 10.0.0.40 - - [2024-11-07 02:34:25] "DELETE /access-control-list/873bd4ff-4080-43fd-b962-5cea0f9f913e HTTP/1.1" 200 115 0.056545 10.0.0.40 - - [2024-11-07 02:34:25] "POST /neutron/network HTTP/1.1" 200 826 0.011382 10.0.0.40 - - [2024-11-07 02:34:25] "GET /virtual-network/5982f5de-64f6-4db6-9883-fd2a72e46bf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004392 10.0.0.40 - - [2024-11-07 02:34:25] "DELETE /network-policy/c1d664f9-a38e-4952-a01f-a2f81fbce64c HTTP/1.1" 200 115 0.027020 10.0.0.40 - - [2024-11-07 02:34:25] "POST /neutron/network HTTP/1.1" 200 825 0.006822 10.0.0.40 - - [2024-11-07 02:34:25] "POST /neutron/network HTTP/1.1" 400 204 0.012992 10.0.0.40 - - [2024-11-07 02:34:25] "POST /neutron/port HTTP/1.1" 200 1089 0.020181 10.0.0.40 - - [2024-11-07 02:34:26] "POST /neutron/port HTTP/1.1" 200 1115 0.010554 10.0.0.40 - - [2024-11-07 02:34:26] "POST /neutron/port HTTP/1.1" 200 1090 0.018805 10.0.0.40 - - [2024-11-07 02:34:26] "POST /neutron/port HTTP/1.1" 200 1116 0.012619 10.0.0.40 - - [2024-11-07 02:34:26] "POST /neutron/port HTTP/1.1" 200 151 0.148728 10.0.0.40 - - [2024-11-07 02:34:26] "POST /neutron/port HTTP/1.1" 200 151 0.139020 10.0.0.40 - - [2024-11-07 02:34:27] "POST /neutron/network HTTP/1.1" 200 825 0.007069 10.0.0.40 - - [2024-11-07 02:34:27] "POST /useragent-kv HTTP/1.1" 200 115 0.001524 10.0.0.40 - - [2024-11-07 02:34:27] "POST /useragent-kv HTTP/1.1" 200 115 0.001195 10.0.0.40 - - [2024-11-07 02:34:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005004 10.0.0.40 - - [2024-11-07 02:34:27] "POST /neutron/network HTTP/1.1" 200 151 0.077839 10.0.0.40 - - [2024-11-07 02:34:27] "GET /routing-instance/5ee3b471-db86-45e1-9570-a669b6cb499e HTTP/1.1" 404 171 0.002235 10.0.0.40 - - [2024-11-07 02:34:27] "DELETE /route-target/a8bb2d66-28ae-4c98-b894-8736332a1908 HTTP/1.1" 200 115 0.022269 10.0.0.40 - - [2024-11-07 02:34:27] "GET /domains HTTP/1.1" 200 280 0.004583 10.0.0.40 - - [2024-11-07 02:34:28] "GET /domains?obj_uuids=3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001269 10.0.0.40 - - [2024-11-07 02:34:28] "GET /domain/3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb HTTP/1.1" 200 2958 0.051767 10.0.0.40 - - [2024-11-07 02:34:28] "GET /projects?obj_uuids=2c52c386-9b1a-4a1e-96ac-99b456dd7aa6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001354 10.0.0.40 - - [2024-11-07 02:34:28] "GET /project/2c52c386-9b1a-4a1e-96ac-99b456dd7aa6 HTTP/1.1" 200 2113 0.066076 10.0.0.40 - - [2024-11-07 02:34:28] "POST /neutron/network HTTP/1.1" 200 826 0.006512 10.0.0.40 - - [2024-11-07 02:34:28] "POST /useragent-kv HTTP/1.1" 200 115 0.001900 10.0.0.40 - - [2024-11-07 02:34:28] "POST /useragent-kv HTTP/1.1" 200 115 0.001225 10.0.0.40 - - [2024-11-07 02:34:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.006883 10.0.0.40 - - [2024-11-07 02:34:28] "POST /neutron/network HTTP/1.1" 200 151 0.078667 10.0.0.40 - - [2024-11-07 02:34:28] "GET /routing-instance/cf7f28d5-f6f4-4683-82c2-cd59ccd4cbdc HTTP/1.1" 404 171 0.002194 10.0.0.40 - - [2024-11-07 02:34:28] "DELETE /route-target/4ab46ee7-ddaa-4212-853b-ac430893d3c9 HTTP/1.1" 200 115 0.020201 10.0.0.40 - - [2024-11-07 02:34:28] "GET /domains HTTP/1.1" 200 280 0.002963 10.0.0.40 - - [2024-11-07 02:34:28] "GET /domains?obj_uuids=3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001230 10.0.0.40 - - [2024-11-07 02:34:28] "GET /domain/3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb HTTP/1.1" 200 2958 0.050099 10.0.0.40 - - [2024-11-07 02:34:28] "GET /projects?obj_uuids=2c52c386-9b1a-4a1e-96ac-99b456dd7aa6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001464 10.0.0.40 - - [2024-11-07 02:34:28] "GET /project/2c52c386-9b1a-4a1e-96ac-99b456dd7aa6 HTTP/1.1" 200 1874 0.064201 10.0.0.40 - - [2024-11-07 02:34:28] "GET /projects?obj_uuids=2c52c386-9b1a-4a1e-96ac-99b456dd7aa6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001407 10.0.0.40 - - [2024-11-07 02:34:28] "GET /project/2c52c386-9b1a-4a1e-96ac-99b456dd7aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.021778 10.0.0.40 - - [2024-11-07 02:34:28] "GET /projects?obj_uuids=2c52c386-9b1a-4a1e-96ac-99b456dd7aa6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001332 10.0.0.40 - - [2024-11-07 02:34:28] "GET /project/2c52c386-9b1a-4a1e-96ac-99b456dd7aa6?fields=virtual_networks HTTP/1.1" 200 1046 0.066445 10.0.0.40 - - [2024-11-07 02:34:28] "GET /projects?obj_uuids=2c52c386-9b1a-4a1e-96ac-99b456dd7aa6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002023 10.0.0.40 - - [2024-11-07 02:34:28] "GET /project/2c52c386-9b1a-4a1e-96ac-99b456dd7aa6?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.030303 10.0.0.40 - - [2024-11-07 02:34:28] "GET /projects?obj_uuids=2c52c386-9b1a-4a1e-96ac-99b456dd7aa6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001430 10.0.0.40 - - [2024-11-07 02:34:28] "GET /project/2c52c386-9b1a-4a1e-96ac-99b456dd7aa6?fields=security_groups HTTP/1.1" 200 1274 0.021605 10.0.0.40 - - [2024-11-07 02:34:29] "POST /fqname-to-id HTTP/1.1" 404 186 0.030113 10.0.0.40 - - [2024-11-07 02:34:29] "GET /projects?obj_uuids=2d845676-6a9e-43e5-ae54-beb01ebda94e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002858 10.0.0.40 - - [2024-11-07 02:34:29] "GET /domains?obj_uuids=3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001329 10.0.0.40 - - [2024-11-07 02:34:29] "GET /domain/3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008415 10.0.0.40 - - [2024-11-07 02:34:30] "POST /id-to-fqname HTTP/1.1" 200 188 0.001894 10.0.0.40 - - [2024-11-07 02:34:30] "POST /fqname-to-id HTTP/1.1" 404 197 0.004104 10.0.0.40 - - [2024-11-07 02:34:30] "POST /security-groups HTTP/1.1" 200 589 0.067176 10.0.0.40 - - [2024-11-07 02:34:30] "POST /fqname-to-id HTTP/1.1" 404 232 0.003318 10.0.0.40 - - [2024-11-07 02:34:30] "POST /projects HTTP/1.1" 200 581 0.221629 10.0.0.40 - - [2024-11-07 02:34:30] "POST /access-control-lists HTTP/1.1" 200 594 0.063704 10.0.0.40 - - [2024-11-07 02:34:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.300062 10.0.0.40 - - [2024-11-07 02:34:30] "POST /fqname-to-id HTTP/1.1" 404 231 0.003258 10.0.0.40 - - [2024-11-07 02:34:30] "GET /project/2d845676-6a9e-43e5-ae54-beb01ebda94e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.426205 10.0.0.40 - - [2024-11-07 02:34:30] "POST /access-control-lists HTTP/1.1" 200 592 0.059737 10.0.0.40 - - [2024-11-07 02:34:31] "GET / HTTP/1.1" 200 35931 0.002524 10.0.0.40 - - [2024-11-07 02:34:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000733 10.0.0.40 - - [2024-11-07 02:34:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.064771 10.0.0.40 - - [2024-11-07 02:34:32] "GET /projects?obj_uuids=2d845676-6a9e-43e5-ae54-beb01ebda94e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001329 10.0.0.40 - - [2024-11-07 02:34:32] "GET /project/2d845676-6a9e-43e5-ae54-beb01ebda94e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.023385 10.0.0.40 - - [2024-11-07 02:34:32] "POST /neutron/network HTTP/1.1" 200 117 0.034749 10.0.0.40 - - [2024-11-07 02:34:32] "GET /projects?obj_uuids=2d845676-6a9e-43e5-ae54-beb01ebda94e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001888 10.0.0.40 - - [2024-11-07 02:34:32] "POST /neutron/network HTTP/1.1" 200 613 0.075986 10.0.0.40 - - [2024-11-07 02:34:32] "POST /route-targets HTTP/1.1" 200 327 0.011288 10.0.0.40 - - [2024-11-07 02:34:32] "POST /ref-update HTTP/1.1" 200 156 0.013519 10.0.0.40 - - [2024-11-07 02:34:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002789 10.0.0.40 - - [2024-11-07 02:34:33] "POST /neutron/subnet HTTP/1.1" 200 715 0.213371 10.0.0.40 - - [2024-11-07 02:34:33] "POST /neutron/network HTTP/1.1" 200 830 0.006660 10.0.0.40 - - [2024-11-07 02:34:33] "POST /id-to-fqname HTTP/1.1" 200 223 0.001522 10.0.0.40 - - [2024-11-07 02:34:33] "GET /virtual-network/7ae6fdd6-2929-4547-aac2-9eb0b616fd8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.003436 10.0.0.40 - - [2024-11-07 02:34:33] "POST /neutron/network HTTP/1.1" 200 830 0.006832 10.0.0.40 - - [2024-11-07 02:34:33] "GET /virtual-network/7ae6fdd6-2929-4547-aac2-9eb0b616fd8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.002953 10.0.0.40 - - [2024-11-07 02:34:33] "POST /neutron/network HTTP/1.1" 200 830 0.006753 10.0.0.40 - - [2024-11-07 02:34:33] "POST /neutron/subnet HTTP/1.1" 200 715 0.009811 10.0.0.40 - - [2024-11-07 02:34:33] "GET /domains HTTP/1.1" 401 292 0.000565 10.0.0.40 - - [2024-11-07 02:34:33] "GET /domains HTTP/1.1" 200 280 0.029667 10.0.0.40 - - [2024-11-07 02:34:33] "GET /domains?obj_uuids=3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001889 10.0.0.40 - - [2024-11-07 02:34:33] "GET /domain/3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb HTTP/1.1" 200 3142 0.010259 10.0.0.40 - - [2024-11-07 02:34:33] "GET /projects?obj_uuids=2d845676-6a9e-43e5-ae54-beb01ebda94e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001345 10.0.0.40 - - [2024-11-07 02:34:33] "GET /project/2d845676-6a9e-43e5-ae54-beb01ebda94e HTTP/1.1" 200 2090 0.071200 10.0.0.40 - - [2024-11-07 02:34:33] "GET /virtual-network/7ae6fdd6-2929-4547-aac2-9eb0b616fd8d HTTP/1.1" 200 2312 0.007072 10.0.0.40 - - [2024-11-07 02:34:33] "GET /virtual-network/7ae6fdd6-2929-4547-aac2-9eb0b616fd8d HTTP/1.1" 200 2312 0.005397 10.0.0.40 - - [2024-11-07 02:34:33] "GET /routing-instance/9ef35bdb-6f9f-4072-8575-6e05ccb405bb HTTP/1.1" 200 1493 0.003538 10.0.0.40 - - [2024-11-07 02:34:33] "GET /routing-instance/9ef35bdb-6f9f-4072-8575-6e05ccb405bb HTTP/1.1" 200 1493 0.003084 10.0.0.40 - - [2024-11-07 02:34:33] "GET /route-target/418f79d5-c095-4cf6-a2ec-c049a93d924f HTTP/1.1" 200 1212 0.003155 10.0.0.40 - - [2024-11-07 02:34:33] "GET /virtual-network/7ae6fdd6-2929-4547-aac2-9eb0b616fd8d HTTP/1.1" 200 2312 0.003436 10.0.0.40 - - [2024-11-07 02:34:33] "GET /routing-instance/9ef35bdb-6f9f-4072-8575-6e05ccb405bb HTTP/1.1" 200 1493 0.003334 10.0.0.40 - - [2024-11-07 02:34:33] "GET /virtual-network/7ae6fdd6-2929-4547-aac2-9eb0b616fd8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.003329 10.0.0.40 - - [2024-11-07 02:34:33] "GET /virtual-network/7ae6fdd6-2929-4547-aac2-9eb0b616fd8d HTTP/1.1" 200 2312 0.003304 10.0.0.40 - - [2024-11-07 02:34:33] "GET /routing-instance/9ef35bdb-6f9f-4072-8575-6e05ccb405bb HTTP/1.1" 200 1493 0.003360 10.0.0.40 - - [2024-11-07 02:34:33] "GET /routing-instance/9ef35bdb-6f9f-4072-8575-6e05ccb405bb HTTP/1.1" 200 1493 0.003374 10.0.0.40 - - [2024-11-07 02:34:33] "GET /route-target/418f79d5-c095-4cf6-a2ec-c049a93d924f HTTP/1.1" 200 1212 0.003173 10.0.0.40 - - [2024-11-07 02:34:33] "GET /domains HTTP/1.1" 200 280 0.003110 10.0.0.40 - - [2024-11-07 02:34:33] "GET /domains?obj_uuids=3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001288 10.0.0.40 - - [2024-11-07 02:34:33] "GET /domain/3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb HTTP/1.1" 200 3142 0.008704 10.0.0.40 - - [2024-11-07 02:34:33] "GET /projects?obj_uuids=2d845676-6a9e-43e5-ae54-beb01ebda94e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001288 10.0.0.40 - - [2024-11-07 02:34:33] "GET /project/2d845676-6a9e-43e5-ae54-beb01ebda94e HTTP/1.1" 200 2090 0.063681 10.0.0.40 - - [2024-11-07 02:34:33] "GET /virtual-network/7ae6fdd6-2929-4547-aac2-9eb0b616fd8d HTTP/1.1" 200 2312 0.003443 10.0.0.40 - - [2024-11-07 02:34:34] "GET /obj-perms HTTP/1.1" 200 5026 0.062716 10.0.0.40 - - [2024-11-07 02:34:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.40 - - [2024-11-07 02:34:34] "GET /projects?obj_uuids=2d845676-6a9e-43e5-ae54-beb01ebda94e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001904 10.0.0.40 - - [2024-11-07 02:34:34] "GET /project/2d845676-6a9e-43e5-ae54-beb01ebda94e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.027435 10.0.0.40 - - [2024-11-07 02:34:34] "POST /neutron/network HTTP/1.1" 200 117 0.011255 10.0.0.40 - - [2024-11-07 02:34:34] "GET /projects?obj_uuids=2d845676-6a9e-43e5-ae54-beb01ebda94e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002028 10.0.0.40 - - [2024-11-07 02:34:34] "POST /neutron/network HTTP/1.1" 200 613 0.077804 10.0.0.40 - - [2024-11-07 02:34:34] "POST /route-targets HTTP/1.1" 200 327 0.016238 10.0.0.40 - - [2024-11-07 02:34:34] "POST /ref-update HTTP/1.1" 200 156 0.014787 10.0.0.40 - - [2024-11-07 02:34:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002846 10.0.0.40 - - [2024-11-07 02:34:34] "POST /neutron/subnet HTTP/1.1" 200 729 0.167075 10.0.0.40 - - [2024-11-07 02:34:34] "POST /neutron/network HTTP/1.1" 200 833 0.006644 10.0.0.40 - - [2024-11-07 02:34:34] "POST /id-to-fqname HTTP/1.1" 200 223 0.001676 10.0.0.40 - - [2024-11-07 02:34:34] "GET /virtual-network/a9c360c9-d3db-4b93-b9e6-1484774dde6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.003312 10.0.0.40 - - [2024-11-07 02:34:34] "POST /neutron/network HTTP/1.1" 200 833 0.007715 10.0.0.40 - - [2024-11-07 02:34:34] "GET /virtual-network/a9c360c9-d3db-4b93-b9e6-1484774dde6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.003930 10.0.0.40 - - [2024-11-07 02:34:34] "POST /neutron/network HTTP/1.1" 200 833 0.007154 10.0.0.40 - - [2024-11-07 02:34:34] "POST /neutron/subnet HTTP/1.1" 200 729 0.008013 10.0.0.40 - - [2024-11-07 02:34:34] "GET /domains HTTP/1.1" 200 280 0.002693 10.0.0.40 - - [2024-11-07 02:34:34] "GET /domains?obj_uuids=3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001259 10.0.0.40 - - [2024-11-07 02:34:34] "GET /domain/3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb HTTP/1.1" 200 3142 0.007908 10.0.0.40 - - [2024-11-07 02:34:35] "GET /projects?obj_uuids=2d845676-6a9e-43e5-ae54-beb01ebda94e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001424 10.0.0.40 - - [2024-11-07 02:34:35] "GET /project/2d845676-6a9e-43e5-ae54-beb01ebda94e HTTP/1.1" 200 2308 0.067552 10.0.0.40 - - [2024-11-07 02:34:35] "GET /virtual-network/a9c360c9-d3db-4b93-b9e6-1484774dde6f HTTP/1.1" 200 2322 0.004435 10.0.0.40 - - [2024-11-07 02:34:35] "GET /virtual-network/a9c360c9-d3db-4b93-b9e6-1484774dde6f HTTP/1.1" 200 2322 0.004478 10.0.0.40 - - [2024-11-07 02:34:35] "GET /routing-instance/b5db20ae-2689-484e-b557-45b098a3dc47 HTTP/1.1" 200 1494 0.003601 10.0.0.40 - - [2024-11-07 02:34:35] "GET /routing-instance/b5db20ae-2689-484e-b557-45b098a3dc47 HTTP/1.1" 200 1494 0.003188 10.0.0.40 - - [2024-11-07 02:34:35] "GET /route-target/5b665a28-b265-4014-9884-22818e1d02b0 HTTP/1.1" 200 1212 0.003152 10.0.0.40 - - [2024-11-07 02:34:35] "GET /virtual-network/a9c360c9-d3db-4b93-b9e6-1484774dde6f HTTP/1.1" 200 2322 0.003670 10.0.0.40 - - [2024-11-07 02:34:35] "GET /routing-instance/b5db20ae-2689-484e-b557-45b098a3dc47 HTTP/1.1" 200 1494 0.003005 10.0.0.40 - - [2024-11-07 02:34:35] "GET /virtual-network/a9c360c9-d3db-4b93-b9e6-1484774dde6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.002891 10.0.0.40 - - [2024-11-07 02:34:35] "GET /virtual-network/a9c360c9-d3db-4b93-b9e6-1484774dde6f HTTP/1.1" 200 2322 0.003324 10.0.0.40 - - [2024-11-07 02:34:35] "GET /routing-instance/b5db20ae-2689-484e-b557-45b098a3dc47 HTTP/1.1" 200 1494 0.002844 10.0.0.40 - - [2024-11-07 02:34:35] "GET /routing-instance/b5db20ae-2689-484e-b557-45b098a3dc47 HTTP/1.1" 200 1494 0.002925 10.0.0.40 - - [2024-11-07 02:34:35] "GET /route-target/5b665a28-b265-4014-9884-22818e1d02b0 HTTP/1.1" 200 1212 0.002860 10.0.0.40 - - [2024-11-07 02:34:35] "GET /domains HTTP/1.1" 200 280 0.003076 10.0.0.40 - - [2024-11-07 02:34:35] "GET /domains?obj_uuids=3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001237 10.0.0.40 - - [2024-11-07 02:34:35] "GET /domain/3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb HTTP/1.1" 200 3142 0.007769 10.0.0.40 - - [2024-11-07 02:34:35] "GET /projects?obj_uuids=2d845676-6a9e-43e5-ae54-beb01ebda94e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002527 10.0.0.40 - - [2024-11-07 02:34:35] "GET /project/2d845676-6a9e-43e5-ae54-beb01ebda94e HTTP/1.1" 200 2308 0.069270 10.0.0.40 - - [2024-11-07 02:34:35] "GET /virtual-network/a9c360c9-d3db-4b93-b9e6-1484774dde6f HTTP/1.1" 200 2322 0.003080 10.0.0.40 - - [2024-11-07 02:34:35] "GET /obj-perms HTTP/1.1" 200 5026 0.004029 10.0.0.40 - - [2024-11-07 02:34:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.40 - - [2024-11-07 02:34:35] "GET /projects?obj_uuids=2d845676-6a9e-43e5-ae54-beb01ebda94e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001371 10.0.0.40 - - [2024-11-07 02:34:35] "GET /project/2d845676-6a9e-43e5-ae54-beb01ebda94e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.021385 10.0.0.40 - - [2024-11-07 02:34:35] "POST /neutron/network HTTP/1.1" 200 117 0.012935 10.0.0.40 - - [2024-11-07 02:34:35] "GET /projects?obj_uuids=2d845676-6a9e-43e5-ae54-beb01ebda94e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001313 10.0.0.40 - - [2024-11-07 02:34:35] "POST /neutron/network HTTP/1.1" 200 615 0.073953 10.0.0.40 - - [2024-11-07 02:34:35] "POST /ref-update HTTP/1.1" 200 156 0.013370 10.0.0.40 - - [2024-11-07 02:34:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003451 10.0.0.40 - - [2024-11-07 02:34:35] "POST /neutron/subnet HTTP/1.1" 200 724 0.197433 10.0.0.40 - - [2024-11-07 02:34:35] "POST /neutron/network HTTP/1.1" 200 834 0.007299 10.0.0.40 - - [2024-11-07 02:34:35] "POST /id-to-fqname HTTP/1.1" 200 224 0.001807 10.0.0.40 - - [2024-11-07 02:34:35] "GET /virtual-network/417c9a1b-88a4-48e6-b328-b418d3cb018e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.003941 10.0.0.40 - - [2024-11-07 02:34:35] "POST /neutron/network HTTP/1.1" 200 834 0.006724 10.0.0.40 - - [2024-11-07 02:34:35] "GET /virtual-network/417c9a1b-88a4-48e6-b328-b418d3cb018e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.003462 10.0.0.40 - - [2024-11-07 02:34:35] "POST /neutron/network HTTP/1.1" 200 834 0.006956 10.0.0.40 - - [2024-11-07 02:34:35] "POST /neutron/subnet HTTP/1.1" 200 724 0.007894 10.0.0.40 - - [2024-11-07 02:34:35] "GET /domains HTTP/1.1" 200 280 0.003069 10.0.0.40 - - [2024-11-07 02:34:35] "GET /domains?obj_uuids=3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002390 10.0.0.40 - - [2024-11-07 02:34:35] "GET /domain/3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb HTTP/1.1" 200 3142 0.011875 10.0.0.40 - - [2024-11-07 02:34:35] "GET /projects?obj_uuids=2d845676-6a9e-43e5-ae54-beb01ebda94e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001756 10.0.0.40 - - [2024-11-07 02:34:36] "GET /project/2d845676-6a9e-43e5-ae54-beb01ebda94e HTTP/1.1" 200 2527 0.070684 10.0.0.40 - - [2024-11-07 02:34:36] "GET /virtual-network/417c9a1b-88a4-48e6-b328-b418d3cb018e HTTP/1.1" 200 2324 0.004128 10.0.0.40 - - [2024-11-07 02:34:36] "GET /virtual-network/417c9a1b-88a4-48e6-b328-b418d3cb018e HTTP/1.1" 200 2324 0.002918 10.0.0.40 - - [2024-11-07 02:34:36] "GET /routing-instance/9ab164f8-030a-4a25-b9de-2eba26378223 HTTP/1.1" 200 1498 0.003486 10.0.0.40 - - [2024-11-07 02:34:36] "GET /routing-instance/9ab164f8-030a-4a25-b9de-2eba26378223 HTTP/1.1" 200 1498 0.003233 10.0.0.40 - - [2024-11-07 02:34:36] "GET /route-target/f54d0771-d910-4c21-aab8-e3e78609cc03 HTTP/1.1" 200 1215 0.003088 10.0.0.40 - - [2024-11-07 02:34:36] "GET /virtual-network/417c9a1b-88a4-48e6-b328-b418d3cb018e HTTP/1.1" 200 2324 0.003638 10.0.0.40 - - [2024-11-07 02:34:36] "GET /routing-instance/9ab164f8-030a-4a25-b9de-2eba26378223 HTTP/1.1" 200 1498 0.003014 10.0.0.40 - - [2024-11-07 02:34:36] "GET /virtual-network/417c9a1b-88a4-48e6-b328-b418d3cb018e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.002856 10.0.0.40 - - [2024-11-07 02:34:36] "GET /virtual-network/417c9a1b-88a4-48e6-b328-b418d3cb018e HTTP/1.1" 200 2324 0.002832 10.0.0.40 - - [2024-11-07 02:34:36] "GET /routing-instance/9ab164f8-030a-4a25-b9de-2eba26378223 HTTP/1.1" 200 1498 0.002914 10.0.0.40 - - [2024-11-07 02:34:36] "GET /routing-instance/9ab164f8-030a-4a25-b9de-2eba26378223 HTTP/1.1" 200 1498 0.002971 10.0.0.40 - - [2024-11-07 02:34:36] "GET /route-target/f54d0771-d910-4c21-aab8-e3e78609cc03 HTTP/1.1" 200 1215 0.002687 10.0.0.40 - - [2024-11-07 02:34:36] "GET /domains HTTP/1.1" 200 280 0.002903 10.0.0.40 - - [2024-11-07 02:34:36] "GET /domains?obj_uuids=3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001304 10.0.0.40 - - [2024-11-07 02:34:36] "GET /domain/3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb HTTP/1.1" 200 3142 0.008296 10.0.0.40 - - [2024-11-07 02:34:36] "GET /projects?obj_uuids=2d845676-6a9e-43e5-ae54-beb01ebda94e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001269 10.0.0.40 - - [2024-11-07 02:34:36] "GET /project/2d845676-6a9e-43e5-ae54-beb01ebda94e HTTP/1.1" 200 2527 0.062796 10.0.0.40 - - [2024-11-07 02:34:36] "GET /virtual-network/417c9a1b-88a4-48e6-b328-b418d3cb018e HTTP/1.1" 200 2324 0.003082 10.0.0.40 - - [2024-11-07 02:34:36] "GET /obj-perms HTTP/1.1" 200 5026 0.003461 10.0.0.40 - - [2024-11-07 02:34:36] "POST /id-to-fqname HTTP/1.1" 200 223 0.001710 10.0.0.40 - - [2024-11-07 02:34:36] "POST /neutron/network HTTP/1.1" 200 843 0.006939 10.0.0.40 - - [2024-11-07 02:34:36] "GET /aaa-mode HTTP/1.1" 401 292 0.000527 10.0.0.40 - - [2024-11-07 02:34:36] "GET / HTTP/1.1" 200 35931 0.002394 10.0.0.40 - - [2024-11-07 02:34:36] "GET /project/2d845676-6a9e-43e5-ae54-beb01ebda94e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000485 10.0.0.40 - - [2024-11-07 02:34:37] "GET /projects?obj_uuids=2d845676-6a9e-43e5-ae54-beb01ebda94e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001341 10.0.0.40 - - [2024-11-07 02:34:37] "GET /project/2d845676-6a9e-43e5-ae54-beb01ebda94e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.048634 10.0.0.40 - - [2024-11-07 02:34:37] "POST /neutron/network HTTP/1.1" 200 833 0.006336 10.0.0.40 - - [2024-11-07 02:34:37] "POST /neutron/port HTTP/1.1" 200 117 0.007754 10.0.0.40 - - [2024-11-07 02:34:37] "POST /neutron/port HTTP/1.1" 200 117 0.005649 10.0.0.40 - - [2024-11-07 02:34:37] "POST /id-to-fqname HTTP/1.1" 200 224 0.001934 10.0.0.40 - - [2024-11-07 02:34:37] "POST /neutron/port HTTP/1.1" 200 117 0.006284 10.0.0.40 - - [2024-11-07 02:34:37] "POST /neutron/network HTTP/1.1" 200 844 0.007020 10.0.0.40 - - [2024-11-07 02:34:37] "GET /aaa-mode HTTP/1.1" 401 292 0.000535 10.0.0.40 - - [2024-11-07 02:34:37] "POST /neutron/network HTTP/1.1" 200 843 0.006961 10.0.0.40 - - [2024-11-07 02:34:37] "GET /projects?obj_uuids=2d845676-6a9e-43e5-ae54-beb01ebda94e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001385 10.0.0.40 - - [2024-11-07 02:34:37] "GET / HTTP/1.1" 200 35931 0.001872 10.0.0.40 - - [2024-11-07 02:34:37] "GET /project/2d845676-6a9e-43e5-ae54-beb01ebda94e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000537 10.0.0.40 - - [2024-11-07 02:34:38] "POST /neutron/port HTTP/1.1" 200 1059 0.241752 10.0.0.40 - - [2024-11-07 02:34:38] "POST /neutron/port HTTP/1.1" 200 1059 0.011691 10.0.0.40 - - [2024-11-07 02:34:38] "POST /neutron/port HTTP/1.1" 200 1059 0.010732 10.0.0.40 - - [2024-11-07 02:34:38] "POST /neutron/port HTTP/1.1" 200 1113 0.074848 10.0.0.40 - - [2024-11-07 02:34:38] "POST /neutron/port HTTP/1.1" 200 1087 0.016383 10.0.0.40 - - [2024-11-07 02:34:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004017 10.0.0.40 - - [2024-11-07 02:34:38] "POST /neutron/subnet HTTP/1.1" 200 703 0.016995 10.0.0.40 - - [2024-11-07 02:34:38] "POST /neutron/port HTTP/1.1" 200 117 0.001559 10.0.0.40 - - [2024-11-07 02:34:38] "GET /projects?obj_uuids=2d845676-6a9e-43e5-ae54-beb01ebda94e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001448 10.0.0.40 - - [2024-11-07 02:34:38] "POST /neutron/network HTTP/1.1" 200 833 0.006820 10.0.0.40 - - [2024-11-07 02:34:38] "GET /project/2d845676-6a9e-43e5-ae54-beb01ebda94e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.083634 10.0.0.40 - - [2024-11-07 02:34:38] "POST /neutron/network HTTP/1.1" 200 834 0.006814 10.0.0.40 - - [2024-11-07 02:34:38] "POST /neutron/port HTTP/1.1" 200 1087 0.019132 10.0.0.40 - - [2024-11-07 02:34:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008256 10.0.0.40 - - [2024-11-07 02:34:38] "POST /neutron/port HTTP/1.1" 200 117 0.006015 10.0.0.40 - - [2024-11-07 02:34:38] "POST /fqname-to-id HTTP/1.1" 404 193 0.003352 10.0.0.40 - - [2024-11-07 02:34:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.006174 10.0.0.40 - - [2024-11-07 02:34:38] "GET /domains?obj_uuids=3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001387 10.0.0.40 - - [2024-11-07 02:34:38] "GET /domain/3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.010283 10.0.0.40 - - [2024-11-07 02:34:38] "POST /service-templates HTTP/1.1" 200 543 0.026155 10.0.0.40 - - [2024-11-07 02:34:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.40 - - [2024-11-07 02:34:38] "GET /service-template/c5cb03ef-9110-4fbe-9529-861e909d8b38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.005611 10.0.0.40 - - [2024-11-07 02:34:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.40 - - [2024-11-07 02:34:39] "GET /service-template/c5cb03ef-9110-4fbe-9529-861e909d8b38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.003972 10.0.0.40 - - [2024-11-07 02:34:39] "POST /neutron/network HTTP/1.1" 200 844 0.008322 10.0.0.40 - - [2024-11-07 02:34:39] "GET /projects?obj_uuids=2d845676-6a9e-43e5-ae54-beb01ebda94e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001570 10.0.0.40 - - [2024-11-07 02:34:39] "POST /id-to-fqname HTTP/1.1" 200 223 0.001893 10.0.0.40 - - [2024-11-07 02:34:39] "POST /id-to-fqname HTTP/1.1" 200 223 0.002626 10.0.0.40 - - [2024-11-07 02:34:39] "POST /id-to-fqname HTTP/1.1" 200 224 0.001918 10.0.0.40 - - [2024-11-07 02:34:39] "POST /neutron/port HTTP/1.1" 200 1058 0.324561 10.0.0.40 - - [2024-11-07 02:34:39] "POST /neutron/port HTTP/1.1" 200 2003 0.035012 10.0.0.40 - - [2024-11-07 02:34:39] "POST /neutron/port HTTP/1.1" 200 1058 0.019455 10.0.0.40 - - [2024-11-07 02:34:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009104 10.0.0.40 - - [2024-11-07 02:34:39] "POST /neutron/port HTTP/1.1" 200 1058 0.025484 10.0.0.40 - - [2024-11-07 02:34:39] "POST /neutron/port HTTP/1.1" 200 1112 0.115284 10.0.0.40 - - [2024-11-07 02:34:39] "POST /neutron/port HTTP/1.1" 200 1086 0.018527 10.0.0.40 - - [2024-11-07 02:34:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005231 10.0.0.40 - - [2024-11-07 02:34:39] "POST /neutron/subnet HTTP/1.1" 200 698 0.014650 10.0.0.40 - - [2024-11-07 02:34:39] "POST /neutron/port HTTP/1.1" 200 117 0.001651 10.0.0.40 - - [2024-11-07 02:34:39] "POST /neutron/network HTTP/1.1" 200 834 0.008022 10.0.0.40 - - [2024-11-07 02:34:40] "DELETE /project/2d8456766a9e43e5ae54beb01ebda94e HTTP/1.1" 404 173 0.027632 10.0.0.40 - - [2024-11-07 02:34:40] "DELETE /project/2c52c3869b1a4a1e96ac99b456dd7aa6 HTTP/1.1" 404 173 0.014111 10.0.0.40 - - [2024-11-07 02:34:40] "DELETE /project/0461a763344e41d18a81c20fe83c1248 HTTP/1.1" 404 173 0.017141 10.0.0.40 - - [2024-11-07 02:34:40] "GET /projects?obj_uuids=2c52c386-9b1a-4a1e-96ac-99b456dd7aa6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001325 10.0.0.40 - - [2024-11-07 02:34:40] "GET /projects?obj_uuids=f943e721-2981-4655-b8d9-55924cbaf3a9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001138 10.0.0.40 - - [2024-11-07 02:34:40] "GET /projects?obj_uuids=0461a763-344e-41d1-8a81-c20fe83c1248&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001801 10.0.0.40 - - [2024-11-07 02:34:40] "GET /project/0461a763-344e-41d1-8a81-c20fe83c1248?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1508 0.067342 10.0.0.40 - - [2024-11-07 02:34:40] "GET /project/f943e721-2981-4655-b8d9-55924cbaf3a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.066446 10.0.0.40 - - [2024-11-07 02:34:40] "GET /project/2c52c386-9b1a-4a1e-96ac-99b456dd7aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.064220 10.0.0.40 - - [2024-11-07 02:34:40] "GET /projects?obj_uuids=2c52c386-9b1a-4a1e-96ac-99b456dd7aa6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001377 10.0.0.40 - - [2024-11-07 02:34:40] "GET /projects?obj_uuids=f943e721-2981-4655-b8d9-55924cbaf3a9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001148 10.0.0.40 - - [2024-11-07 02:34:40] "GET /projects?obj_uuids=0461a763-344e-41d1-8a81-c20fe83c1248&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001108 10.0.0.40 - - [2024-11-07 02:34:40] "GET /project/0461a763-344e-41d1-8a81-c20fe83c1248?fields=security_groups HTTP/1.1" 200 1395 0.052550 10.0.0.40 - - [2024-11-07 02:34:40] "GET /project/f943e721-2981-4655-b8d9-55924cbaf3a9?fields=security_groups HTTP/1.1" 200 1383 0.054243 10.0.0.40 - - [2024-11-07 02:34:40] "GET /project/2c52c386-9b1a-4a1e-96ac-99b456dd7aa6?fields=security_groups HTTP/1.1" 200 1379 0.053823 10.0.0.40 - - [2024-11-07 02:34:40] "DELETE /security-group/6809d199-eae5-421f-acbb-b3edfa23c85c HTTP/1.1" 200 115 0.140282 10.0.0.40 - - [2024-11-07 02:34:40] "DELETE /access-control-list/91a43a03-4303-4a82-afb2-18e57e32173b HTTP/1.1" 200 115 0.084342 10.0.0.40 - - [2024-11-07 02:34:40] "GET /projects?obj_uuids=f943e721-2981-4655-b8d9-55924cbaf3a9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001405 10.0.0.40 - - [2024-11-07 02:34:40] "DELETE /security-group/9f634c2e-7050-4279-92ea-72a1acb925f2 HTTP/1.1" 200 115 0.179191 10.0.0.40 - - [2024-11-07 02:34:40] "POST /neutron/network HTTP/1.1" 200 2222 0.034340 10.0.0.40 - - [2024-11-07 02:34:40] "GET /projects?obj_uuids=0461a763-344e-41d1-8a81-c20fe83c1248&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001466 10.0.0.40 - - [2024-11-07 02:34:40] "DELETE /security-group/5921de73-9cd7-4bde-9454-7fcc2db98053 HTTP/1.1" 200 115 0.200741 10.0.0.40 - - [2024-11-07 02:34:40] "GET /aaa-mode HTTP/1.1" 401 292 0.000470 10.0.0.40 - - [2024-11-07 02:34:40] "GET /projects?obj_uuids=2c52c386-9b1a-4a1e-96ac-99b456dd7aa6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001318 10.0.0.40 - - [2024-11-07 02:34:40] "DELETE /access-control-list/2757cec9-054d-44f1-b9ee-173c7ac12566 HTTP/1.1" 200 115 0.075667 10.0.0.40 - - [2024-11-07 02:34:40] "GET /project/f943e721-2981-4655-b8d9-55924cbaf3a9?fields=application_policy_sets HTTP/1.1" 200 1422 0.092400 10.0.0.40 - - [2024-11-07 02:34:40] "GET /project/0461a763-344e-41d1-8a81-c20fe83c1248?fields=application_policy_sets HTTP/1.1" 200 1434 0.080245 10.0.0.40 - - [2024-11-07 02:34:40] "DELETE /access-control-list/345fc8a2-9192-41a5-a839-4af63d79b3e6 HTTP/1.1" 200 115 0.050848 10.0.0.40 - - [2024-11-07 02:34:40] "GET /project/2c52c386-9b1a-4a1e-96ac-99b456dd7aa6?fields=application_policy_sets HTTP/1.1" 200 1418 0.101549 10.0.0.40 - - [2024-11-07 02:34:40] "DELETE /access-control-list/5918d125-ebd5-41c6-9552-48591de9df38 HTTP/1.1" 200 115 0.046964 10.0.0.40 - - [2024-11-07 02:34:40] "DELETE /access-control-list/00146da2-47d1-463f-8a86-1e753908c3c7 HTTP/1.1" 200 115 0.084833 10.0.0.40 - - [2024-11-07 02:34:40] "DELETE /project/f943e721-2981-4655-b8d9-55924cbaf3a9 HTTP/1.1" 200 115 0.788095 10.0.0.40 - - [2024-11-07 02:34:40] "DELETE /access-control-list/e1983f59-24d3-4842-80b2-523ec8a54be7 HTTP/1.1" 200 115 0.137008 10.0.0.40 - - [2024-11-07 02:34:40] "DELETE /project/0461a763-344e-41d1-8a81-c20fe83c1248 HTTP/1.1" 200 115 0.803052 10.0.0.40 - - [2024-11-07 02:34:40] "DELETE /project/2c52c386-9b1a-4a1e-96ac-99b456dd7aa6 HTTP/1.1" 200 115 0.839121 10.0.0.40 - - [2024-11-07 02:34:41] "GET / HTTP/1.1" 200 35931 0.002642 10.0.0.40 - - [2024-11-07 02:34:41] "GET /project/2d845676-6a9e-43e5-ae54-beb01ebda94e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000559 10.0.0.40 - - [2024-11-07 02:34:41] "GET /projects?obj_uuids=2d845676-6a9e-43e5-ae54-beb01ebda94e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001513 10.0.0.40 - - [2024-11-07 02:34:41] "GET /project/2d845676-6a9e-43e5-ae54-beb01ebda94e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.057989 10.0.0.40 - - [2024-11-07 02:34:41] "POST /neutron/network HTTP/1.1" 200 830 0.008178 10.0.0.40 - - [2024-11-07 02:34:41] "POST /neutron/network HTTP/1.1" 200 833 0.007378 10.0.0.40 - - [2024-11-07 02:34:41] "POST /neutron/network HTTP/1.1" 200 834 0.006751 10.0.0.40 - - [2024-11-07 02:34:41] "POST /neutron/port HTTP/1.1" 200 2057 0.033711 10.0.0.40 - - [2024-11-07 02:34:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008056 10.0.0.40 - - [2024-11-07 02:34:41] "POST /neutron/port HTTP/1.1" 200 117 0.006910 10.0.0.40 - - [2024-11-07 02:34:41] "POST /neutron/port HTTP/1.1" 200 117 0.006047 10.0.0.40 - - [2024-11-07 02:34:42] "POST /neutron/network HTTP/1.1" 200 2222 0.030027 10.0.0.40 - - [2024-11-07 02:34:42] "GET /projects?obj_uuids=2d845676-6a9e-43e5-ae54-beb01ebda94e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002311 10.0.0.40 - - [2024-11-07 02:34:42] "POST /neutron/port HTTP/1.1" 200 1056 0.345845 10.0.0.40 - - [2024-11-07 02:34:42] "GET /projects?obj_uuids=2d845676-6a9e-43e5-ae54-beb01ebda94e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002512 10.0.0.40 - - [2024-11-07 02:34:42] "POST /neutron/port HTTP/1.1" 200 1059 0.280307 10.0.0.40 - - [2024-11-07 02:34:42] "GET /projects?obj_uuids=2d845676-6a9e-43e5-ae54-beb01ebda94e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001969 10.0.0.40 - - [2024-11-07 02:34:43] "POST /neutron/port HTTP/1.1" 200 1058 0.289129 10.0.0.40 - - [2024-11-07 02:34:43] "POST /neutron/port HTTP/1.1" 200 1056 0.021527 10.0.0.40 - - [2024-11-07 02:34:43] "POST /neutron/port HTTP/1.1" 200 1056 0.019589 10.0.0.40 - - [2024-11-07 02:34:43] "POST /neutron/port HTTP/1.1" 200 1110 0.116339 10.0.0.40 - - [2024-11-07 02:34:43] "POST /neutron/port HTTP/1.1" 200 1059 0.016612 10.0.0.40 - - [2024-11-07 02:34:43] "POST /neutron/port HTTP/1.1" 200 1059 0.011401 10.0.0.40 - - [2024-11-07 02:34:43] "POST /neutron/port HTTP/1.1" 200 1113 0.089000 10.0.0.40 - - [2024-11-07 02:34:43] "POST /neutron/port HTTP/1.1" 200 1058 0.011127 10.0.0.40 - - [2024-11-07 02:34:43] "POST /neutron/port HTTP/1.1" 200 1058 0.012498 10.0.0.40 - - [2024-11-07 02:34:43] "POST /neutron/port HTTP/1.1" 200 1112 0.081764 10.0.0.40 - - [2024-11-07 02:34:43] "POST /neutron/port HTTP/1.1" 200 3024 0.026695 10.0.0.40 - - [2024-11-07 02:34:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004328 10.0.0.40 - - [2024-11-07 02:34:43] "POST /neutron/subnet HTTP/1.1" 200 689 0.013695 10.0.0.40 - - [2024-11-07 02:34:43] "POST /neutron/port HTTP/1.1" 200 117 0.001530 10.0.0.40 - - [2024-11-07 02:34:43] "POST /neutron/network HTTP/1.1" 200 830 0.009414 10.0.0.40 - - [2024-11-07 02:34:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007622 10.0.0.40 - - [2024-11-07 02:34:43] "POST /neutron/subnet HTTP/1.1" 200 703 0.011926 10.0.0.40 - - [2024-11-07 02:34:43] "POST /neutron/port HTTP/1.1" 200 117 0.001512 10.0.0.40 - - [2024-11-07 02:34:43] "POST /neutron/network HTTP/1.1" 200 833 0.007306 10.0.0.40 - - [2024-11-07 02:34:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006856 10.0.0.40 - - [2024-11-07 02:34:44] "POST /neutron/subnet HTTP/1.1" 200 698 0.011886 10.0.0.40 - - [2024-11-07 02:34:44] "POST /neutron/port HTTP/1.1" 200 117 0.002291 10.0.0.40 - - [2024-11-07 02:34:44] "POST /neutron/network HTTP/1.1" 200 834 0.009160 10.0.0.40 - - [2024-11-07 02:34:46] "POST /neutron/port HTTP/1.1" 200 3024 0.040491 10.0.0.40 - - [2024-11-07 02:34:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.013620 10.0.0.40 - - [2024-11-07 02:34:47] "GET /obj-perms HTTP/1.1" 200 5056 0.067173 10.0.0.40 - - [2024-11-07 02:34:47] "POST /neutron/port HTTP/1.1" 200 3024 0.034543 10.0.0.40 - - [2024-11-07 02:34:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007795 10.0.0.40 - - [2024-11-07 02:34:47] "POST /neutron/port HTTP/1.1" 200 3024 0.021396 10.0.0.40 - - [2024-11-07 02:34:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008281 10.0.0.40 - - [2024-11-07 02:34:47] "POST /neutron/port HTTP/1.1" 200 3024 0.042133 10.0.0.40 - - [2024-11-07 02:34:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008575 10.0.0.40 - - [2024-11-07 02:34:47] "POST /neutron/port HTTP/1.1" 200 3024 0.053563 10.0.0.40 - - [2024-11-07 02:34:47] "GET /obj-perms HTTP/1.1" 200 5056 0.079775 10.0.0.40 - - [2024-11-07 02:34:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009028 10.0.0.40 - - [2024-11-07 02:34:47] "GET /virtual-machine/31e33985-81e9-45d1-9475-86ef94b6c61f HTTP/1.1" 200 1802 0.011578 10.0.0.40 - - [2024-11-07 02:34:47] "GET /virtual-machine-interface/7a16daca-ecbf-4298-8b00-ad965a71563c HTTP/1.1" 200 2946 0.013429 10.0.0.40 - - [2024-11-07 02:34:47] "GET /virtual-machine-interface/d35ef72e-da95-46b2-81dd-94a4e212e083 HTTP/1.1" 200 2946 0.004495 10.0.0.40 - - [2024-11-07 02:34:47] "GET /virtual-machine-interface/fad261fa-d741-4131-853b-0963f5a0e7e1 HTTP/1.1" 200 2949 0.003677 10.0.0.40 - - [2024-11-07 02:34:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.40 - - [2024-11-07 02:34:47] "GET /global-vrouter-config/9ae842d7-a099-4c1c-a9c9-471f8150d853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002957 10.0.0.40 - - [2024-11-07 02:34:47] "GET /virtual-networks?parent_id=2d845676-6a9e-43e5-ae54-beb01ebda94e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004508 10.0.0.40 - - [2024-11-07 02:34:47] "GET /virtual-network/7ae6fdd6-2929-4547-aac2-9eb0b616fd8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004987 10.0.0.40 - - [2024-11-07 02:34:47] "POST /neutron/port HTTP/1.1" 200 1087 0.016367 10.0.0.40 - - [2024-11-07 02:34:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006319 10.0.0.40 - - [2024-11-07 02:34:49] "POST /neutron/port HTTP/1.1" 200 1086 0.026162 10.0.0.40 - - [2024-11-07 02:34:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007714 10.0.0.40 - - [2024-11-07 02:34:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.40 - - [2024-11-07 02:34:50] "GET /virtual-network/7ae6fdd6-2929-4547-aac2-9eb0b616fd8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.003080 10.0.0.40 - - [2024-11-07 02:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.40 - - [2024-11-07 02:34:54] "GET /virtual-network/7ae6fdd6-2929-4547-aac2-9eb0b616fd8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.003507 10.0.0.40 - - [2024-11-07 02:34:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.40 - - [2024-11-07 02:34:59] "GET /virtual-network/7ae6fdd6-2929-4547-aac2-9eb0b616fd8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.003531 10.0.0.40 - - [2024-11-07 02:35:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.40 - - [2024-11-07 02:35:03] "GET /virtual-network/7ae6fdd6-2929-4547-aac2-9eb0b616fd8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.003688 10.0.0.40 - - [2024-11-07 02:35:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.40 - - [2024-11-07 02:35:05] "GET /global-vrouter-config/9ae842d7-a099-4c1c-a9c9-471f8150d853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003076 10.0.0.40 - - [2024-11-07 02:35:05] "GET /virtual-networks?parent_id=2d845676-6a9e-43e5-ae54-beb01ebda94e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003252 10.0.0.40 - - [2024-11-07 02:35:05] "GET /virtual-network/7ae6fdd6-2929-4547-aac2-9eb0b616fd8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.003839 10.0.0.40 - - [2024-11-07 02:35:05] "POST /neutron/port HTTP/1.1" 200 3024 0.033288 10.0.0.40 - - [2024-11-07 02:35:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006873 10.0.0.40 - - [2024-11-07 02:35:10] "POST /neutron/port HTTP/1.1" 200 3024 0.020893 10.0.0.40 - - [2024-11-07 02:35:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006908 10.0.0.40 - - [2024-11-07 02:35:12] "POST /neutron/port HTTP/1.1" 200 1087 0.015836 10.0.0.40 - - [2024-11-07 02:35:12] "POST /neutron/port HTTP/1.1" 200 1087 0.016435 10.0.0.40 - - [2024-11-07 02:35:12] "POST /neutron/network HTTP/1.1" 200 843 0.006110 10.0.0.40 - - [2024-11-07 02:35:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003440 10.0.0.40 - - [2024-11-07 02:35:12] "POST /neutron/subnet HTTP/1.1" 200 703 0.011527 10.0.0.40 - - [2024-11-07 02:35:12] "POST /neutron/port HTTP/1.1" 200 117 0.001627 10.0.0.40 - - [2024-11-07 02:35:12] "POST /neutron/network HTTP/1.1" 200 833 0.006896 10.0.0.40 - - [2024-11-07 02:35:14] "POST /neutron/port HTTP/1.1" 200 3024 0.023209 10.0.0.40 - - [2024-11-07 02:35:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006384 10.0.0.40 - - [2024-11-07 02:35:15] "POST /neutron/port HTTP/1.1" 200 3024 0.023161 10.0.0.40 - - [2024-11-07 02:35:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009035 10.0.0.40 - - [2024-11-07 02:35:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.40 - - [2024-11-07 02:35:21] "GET /global-vrouter-config/9ae842d7-a099-4c1c-a9c9-471f8150d853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002967 10.0.0.40 - - [2024-11-07 02:35:21] "GET /virtual-networks?parent_id=2d845676-6a9e-43e5-ae54-beb01ebda94e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003422 10.0.0.40 - - [2024-11-07 02:35:21] "GET /virtual-network/a9c360c9-d3db-4b93-b9e6-1484774dde6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.003817 10.0.0.40 - - [2024-11-07 02:35:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.40 - - [2024-11-07 02:35:21] "GET /global-vrouter-config/9ae842d7-a099-4c1c-a9c9-471f8150d853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003515 10.0.0.40 - - [2024-11-07 02:35:21] "GET /virtual-networks?parent_id=2d845676-6a9e-43e5-ae54-beb01ebda94e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003533 10.0.0.40 - - [2024-11-07 02:35:21] "GET /virtual-network/417c9a1b-88a4-48e6-b328-b418d3cb018e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004016 10.0.0.40 - - [2024-11-07 02:35:21] "POST /fqname-to-id HTTP/1.1" 404 207 0.003368 10.0.0.40 - - [2024-11-07 02:35:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.40 - - [2024-11-07 02:35:21] "GET /projects?obj_uuids=2d845676-6a9e-43e5-ae54-beb01ebda94e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001902 10.0.0.40 - - [2024-11-07 02:35:21] "GET /project/2d845676-6a9e-43e5-ae54-beb01ebda94e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.030238 10.0.0.40 - - [2024-11-07 02:35:21] "POST /service-instances HTTP/1.1" 200 543 0.063981 10.0.0.40 - - [2024-11-07 02:35:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.40 - - [2024-11-07 02:35:22] "GET /service-instance/786088ab-2d97-409a-b788-b426b19e656d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2135 0.005238 10.0.0.40 - - [2024-11-07 02:35:22] "POST /port-tuples HTTP/1.1" 200 586 0.036905 10.0.0.40 - - [2024-11-07 02:35:22] "GET /virtual-machine-interface/d35ef72e-da95-46b2-81dd-94a4e212e083?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.003890 10.0.0.40 - - [2024-11-07 02:35:22] "PUT /virtual-machine-interface/d35ef72e-da95-46b2-81dd-94a4e212e083 HTTP/1.1" 200 284 0.011910 10.0.0.40 - - [2024-11-07 02:35:22] "POST /ref-update HTTP/1.1" 200 156 0.012251 10.0.0.40 - - [2024-11-07 02:35:22] "POST /instance-ips HTTP/1.1" 200 385 0.024235 10.0.0.40 - - [2024-11-07 02:35:22] "GET /virtual-machine-interface/7a16daca-ecbf-4298-8b00-ad965a71563c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.003362 10.0.0.40 - - [2024-11-07 02:35:22] "POST /ref-update HTTP/1.1" 200 156 0.012855 10.0.0.40 - - [2024-11-07 02:35:22] "PUT /virtual-machine-interface/7a16daca-ecbf-4298-8b00-ad965a71563c HTTP/1.1" 200 284 0.014508 10.0.0.40 - - [2024-11-07 02:35:22] "POST /ref-update HTTP/1.1" 200 156 0.014672 10.0.0.40 - - [2024-11-07 02:35:22] "POST /ref-update HTTP/1.1" 200 156 0.010320 10.0.0.40 - - [2024-11-07 02:35:22] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.005720 10.0.0.40 - - [2024-11-07 02:35:22] "GET /virtual-machine-interface/fad261fa-d741-4131-853b-0963f5a0e7e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2728 0.004177 10.0.0.40 - - [2024-11-07 02:35:22] "POST /instance-ips HTTP/1.1" 200 385 0.031844 10.0.0.40 - - [2024-11-07 02:35:22] "PUT /virtual-machine-interface/fad261fa-d741-4131-853b-0963f5a0e7e1 HTTP/1.1" 200 284 0.011282 10.0.0.40 - - [2024-11-07 02:35:22] "POST /ref-update HTTP/1.1" 200 156 0.009857 10.0.0.40 - - [2024-11-07 02:35:22] "POST /ref-update HTTP/1.1" 200 156 0.009276 10.0.0.40 - - [2024-11-07 02:35:22] "POST /ref-update HTTP/1.1" 200 156 0.009597 10.0.0.40 - - [2024-11-07 02:35:22] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003787 10.0.0.40 - - [2024-11-07 02:35:22] "POST /neutron/port HTTP/1.1" 200 1087 0.020231 10.0.0.40 - - [2024-11-07 02:35:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007126 10.0.0.40 - - [2024-11-07 02:35:22] "POST /instance-ips HTTP/1.1" 200 373 0.017550 10.0.0.40 - - [2024-11-07 02:35:22] "POST /neutron/port HTTP/1.1" 200 1087 0.015832 10.0.0.40 - - [2024-11-07 02:35:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008108 10.0.0.40 - - [2024-11-07 02:35:22] "POST /ref-update HTTP/1.1" 200 156 0.010889 10.0.0.40 - - [2024-11-07 02:35:22] "POST /ref-update HTTP/1.1" 200 156 0.010892 10.0.0.40 - - [2024-11-07 02:35:22] "POST /neutron/port HTTP/1.1" 200 1087 0.024138 10.0.0.40 - - [2024-11-07 02:35:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006992 10.0.0.40 - - [2024-11-07 02:35:22] "GET /virtual-machine/85c430e3-52f7-47de-a624-ebee26cd8b5f HTTP/1.1" 200 1290 0.004334 10.0.0.40 - - [2024-11-07 02:35:22] "GET /virtual-machine-interface/ed76a7a0-2c2f-4550-b72e-b3465a6e2094 HTTP/1.1" 200 2947 0.004441 10.0.0.40 - - [2024-11-07 02:35:22] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003488 10.0.0.40 - - [2024-11-07 02:35:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.40 - - [2024-11-07 02:35:23] "GET /global-vrouter-config/9ae842d7-a099-4c1c-a9c9-471f8150d853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003382 10.0.0.40 - - [2024-11-07 02:35:23] "POST /instance-ips HTTP/1.1" 200 373 0.016336 10.0.0.40 - - [2024-11-07 02:35:23] "GET /virtual-networks?parent_id=2d845676-6a9e-43e5-ae54-beb01ebda94e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002918 10.0.0.40 - - [2024-11-07 02:35:23] "POST /ref-update HTTP/1.1" 200 156 0.009533 10.0.0.40 - - [2024-11-07 02:35:23] "GET /virtual-network/a9c360c9-d3db-4b93-b9e6-1484774dde6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004096 10.0.0.40 - - [2024-11-07 02:35:23] "POST /ref-update HTTP/1.1" 200 156 0.009497 10.0.0.40 - - [2024-11-07 02:35:23] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004165 10.0.0.40 - - [2024-11-07 02:35:23] "POST /instance-ips HTTP/1.1" 200 375 0.017900 10.0.0.40 - - [2024-11-07 02:35:23] "POST /ref-update HTTP/1.1" 200 156 0.009172 10.0.0.40 - - [2024-11-07 02:35:23] "POST /ref-update HTTP/1.1" 200 156 0.009703 10.0.0.40 - - [2024-11-07 02:35:23] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003461 10.0.0.40 - - [2024-11-07 02:35:23] "POST /instance-ips HTTP/1.1" 200 375 0.018188 10.0.0.40 - - [2024-11-07 02:35:23] "POST /ref-update HTTP/1.1" 200 156 0.010761 10.0.0.40 - - [2024-11-07 02:35:23] "POST /ref-update HTTP/1.1" 200 156 0.009403 10.0.0.40 - - [2024-11-07 02:35:23] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003152 10.0.0.40 - - [2024-11-07 02:35:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.40 - - [2024-11-07 02:35:24] "GET /global-vrouter-config/9ae842d7-a099-4c1c-a9c9-471f8150d853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003062 10.0.0.40 - - [2024-11-07 02:35:24] "GET /virtual-networks?parent_id=2d845676-6a9e-43e5-ae54-beb01ebda94e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003653 10.0.0.40 - - [2024-11-07 02:35:24] "GET /virtual-network/a9c360c9-d3db-4b93-b9e6-1484774dde6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004189 10.0.0.40 - - [2024-11-07 02:35:24] "POST /neutron/port HTTP/1.1" 200 1086 0.017502 10.0.0.40 - - [2024-11-07 02:35:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007670 10.0.0.40 - - [2024-11-07 02:35:24] "POST /neutron/port HTTP/1.1" 200 1086 0.017306 10.0.0.40 - - [2024-11-07 02:35:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006887 10.0.0.40 - - [2024-11-07 02:35:24] "POST /neutron/port HTTP/1.1" 200 1086 0.016902 10.0.0.40 - - [2024-11-07 02:35:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006612 10.0.0.40 - - [2024-11-07 02:35:24] "GET /virtual-machine/8b410a53-e802-4744-86f3-b63de6f23267 HTTP/1.1" 200 1290 0.004241 10.0.0.40 - - [2024-11-07 02:35:24] "GET /virtual-machine-interface/43c1c435-be53-4362-a696-8f99265a1986 HTTP/1.1" 200 2949 0.003112 10.0.0.40 - - [2024-11-07 02:35:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.40 - - [2024-11-07 02:35:24] "GET /global-vrouter-config/9ae842d7-a099-4c1c-a9c9-471f8150d853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002844 10.0.0.40 - - [2024-11-07 02:35:24] "GET /virtual-networks?parent_id=2d845676-6a9e-43e5-ae54-beb01ebda94e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003275 10.0.0.40 - - [2024-11-07 02:35:24] "GET /virtual-network/417c9a1b-88a4-48e6-b328-b418d3cb018e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.003692 10.0.0.40 - - [2024-11-07 02:35:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.40 - - [2024-11-07 02:35:26] "GET /global-vrouter-config/9ae842d7-a099-4c1c-a9c9-471f8150d853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003824 10.0.0.40 - - [2024-11-07 02:35:26] "GET /virtual-networks?parent_id=2d845676-6a9e-43e5-ae54-beb01ebda94e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003644 10.0.0.40 - - [2024-11-07 02:35:26] "GET /virtual-network/417c9a1b-88a4-48e6-b328-b418d3cb018e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.003901 10.0.0.40 - - [2024-11-07 02:35:26] "POST /fqname-to-id HTTP/1.1" 404 211 0.003225 10.0.0.40 - - [2024-11-07 02:35:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002780 10.0.0.40 - - [2024-11-07 02:35:26] "GET /projects?obj_uuids=2d845676-6a9e-43e5-ae54-beb01ebda94e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001450 10.0.0.40 - - [2024-11-07 02:35:26] "GET /project/2d845676-6a9e-43e5-ae54-beb01ebda94e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.024971 10.0.0.40 - - [2024-11-07 02:35:26] "POST /network-policys HTTP/1.1" 200 547 0.021445 10.0.0.40 - - [2024-11-07 02:35:26] "GET /network-policy/9ff20029-6edb-4daf-bc24-7568b5b01000?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.005226 10.0.0.40 - - [2024-11-07 02:35:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005724 10.0.0.40 - - [2024-11-07 02:35:26] "GET /virtual-network/a9c360c9-d3db-4b93-b9e6-1484774dde6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.003771 10.0.0.40 - - [2024-11-07 02:35:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.40 - - [2024-11-07 02:35:26] "GET /network-policy/9ff20029-6edb-4daf-bc24-7568b5b01000?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003761 10.0.0.40 - - [2024-11-07 02:35:26] "POST /fqname-to-id HTTP/1.1" 404 242 0.002922 10.0.0.40 - - [2024-11-07 02:35:26] "POST /ref-update HTTP/1.1" 200 156 0.037565 10.0.0.40 - - [2024-11-07 02:35:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.40 - - [2024-11-07 02:35:26] "POST /access-control-lists HTTP/1.1" 200 601 0.065092 10.0.0.40 - - [2024-11-07 02:35:26] "GET /network-policy/9ff20029-6edb-4daf-bc24-7568b5b01000?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003610 10.0.0.40 - - [2024-11-07 02:35:26] "POST /neutron/network HTTP/1.1" 200 921 0.008746 10.0.0.40 - - [2024-11-07 02:35:27] "GET /virtual-network/a9c360c9-d3db-4b93-b9e6-1484774dde6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.003764 10.0.0.40 - - [2024-11-07 02:35:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.40 - - [2024-11-07 02:35:27] "GET /network-policy/9ff20029-6edb-4daf-bc24-7568b5b01000?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003841 10.0.0.40 - - [2024-11-07 02:35:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005368 10.0.0.40 - - [2024-11-07 02:35:27] "GET /virtual-network/417c9a1b-88a4-48e6-b328-b418d3cb018e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.003997 10.0.0.40 - - [2024-11-07 02:35:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004242 10.0.0.40 - - [2024-11-07 02:35:27] "GET /network-policy/9ff20029-6edb-4daf-bc24-7568b5b01000?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003976 10.0.0.40 - - [2024-11-07 02:35:27] "POST /ref-update HTTP/1.1" 200 156 0.036358 10.0.0.40 - - [2024-11-07 02:35:27] "PUT /access-control-list/91423f5a-5990-41b6-90d9-42e47e16fd91 HTTP/1.1" 200 272 0.017270 10.0.0.40 - - [2024-11-07 02:35:27] "POST /fqname-to-id HTTP/1.1" 404 244 0.003252 10.0.0.40 - - [2024-11-07 02:35:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.40 - - [2024-11-07 02:35:27] "GET /network-policy/9ff20029-6edb-4daf-bc24-7568b5b01000?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.031527 10.0.0.40 - - [2024-11-07 02:35:27] "POST /access-control-lists HTTP/1.1" 200 604 0.064647 10.0.0.40 - - [2024-11-07 02:35:27] "POST /neutron/network HTTP/1.1" 200 922 0.009242 10.0.0.40 - - [2024-11-07 02:35:27] "GET /virtual-network/417c9a1b-88a4-48e6-b328-b418d3cb018e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.002774 10.0.0.40 - - [2024-11-07 02:35:27] "POST /routing-instances HTTP/1.1" 200 759 0.023567 10.0.0.40 - - [2024-11-07 02:35:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.40 - - [2024-11-07 02:35:27] "POST /route-targets HTTP/1.1" 200 327 0.010613 10.0.0.40 - - [2024-11-07 02:35:27] "GET /network-policy/9ff20029-6edb-4daf-bc24-7568b5b01000?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003836 10.0.0.40 - - [2024-11-07 02:35:27] "POST /ref-update HTTP/1.1" 200 156 0.011553 10.0.0.40 - - [2024-11-07 02:35:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.40 - - [2024-11-07 02:35:27] "GET /routing-instance/c0b4b0c2-d503-41bd-b53c-a8a73de609a8?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1288 0.003452 10.0.0.40 - - [2024-11-07 02:35:27] "GET /service-template/c5cb03ef-9110-4fbe-9529-861e909d8b38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.004423 10.0.0.40 - - [2024-11-07 02:35:27] "GET /routing-instance/c0b4b0c2-d503-41bd-b53c-a8a73de609a8?fields=routing_policy_back_refs HTTP/1.1" 200 1288 0.003749 10.0.0.40 - - [2024-11-07 02:35:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.40 - - [2024-11-07 02:35:27] "POST /ref-update HTTP/1.1" 200 156 0.010510 10.0.0.40 - - [2024-11-07 02:35:27] "GET /projects?obj_uuids=2d845676-6a9e-43e5-ae54-beb01ebda94e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001394 10.0.0.40 - - [2024-11-07 02:35:27] "GET /project/2d845676-6a9e-43e5-ae54-beb01ebda94e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.024522 10.0.0.40 - - [2024-11-07 02:35:27] "POST /routing-instances HTTP/1.1" 200 760 0.019216 10.0.0.40 - - [2024-11-07 02:35:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.40 - - [2024-11-07 02:35:27] "POST /route-targets HTTP/1.1" 200 327 0.011313 10.0.0.40 - - [2024-11-07 02:35:27] "GET /service-instance/786088ab-2d97-409a-b788-b426b19e656d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3529 0.005438 10.0.0.40 - - [2024-11-07 02:35:28] "POST /ref-update HTTP/1.1" 200 156 0.012803 10.0.0.40 - - [2024-11-07 02:35:28] "GET /domains HTTP/1.1" 200 280 0.002828 10.0.0.40 - - [2024-11-07 02:35:28] "GET /domains?obj_uuids=3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001859 10.0.0.40 - - [2024-11-07 02:35:28] "GET /domain/3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb HTTP/1.1" 200 2771 0.009753 10.0.0.40 - - [2024-11-07 02:35:28] "GET /projects?obj_uuids=2d845676-6a9e-43e5-ae54-beb01ebda94e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001230 10.0.0.40 - - [2024-11-07 02:35:28] "GET /routing-instance/6a224e81-f68b-4892-9583-90f4eff6bc98?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1288 0.003521 10.0.0.40 - - [2024-11-07 02:35:28] "GET /project/2d845676-6a9e-43e5-ae54-beb01ebda94e HTTP/1.1" 200 4243 0.062650 10.0.0.40 - - [2024-11-07 02:35:28] "GET /routing-instance/6a224e81-f68b-4892-9583-90f4eff6bc98?fields=routing_policy_back_refs HTTP/1.1" 200 1288 0.002929 10.0.0.40 - - [2024-11-07 02:35:28] "GET /service-instance/786088ab-2d97-409a-b788-b426b19e656d HTTP/1.1" 200 3783 0.004443 10.0.0.40 - - [2024-11-07 02:35:28] "GET /domains HTTP/1.1" 200 280 0.002573 10.0.0.40 - - [2024-11-07 02:35:28] "GET /domains?obj_uuids=3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001267 10.0.0.40 - - [2024-11-07 02:35:28] "GET /domain/3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb HTTP/1.1" 200 2771 0.008876 10.0.0.40 - - [2024-11-07 02:35:28] "GET /projects?obj_uuids=2d845676-6a9e-43e5-ae54-beb01ebda94e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001318 10.0.0.40 - - [2024-11-07 02:35:28] "PUT /routing-instance/c0b4b0c2-d503-41bd-b53c-a8a73de609a8 HTTP/1.1" 200 266 0.010780 10.0.0.40 - - [2024-11-07 02:35:28] "GET /project/2d845676-6a9e-43e5-ae54-beb01ebda94e HTTP/1.1" 200 4243 0.064231 10.0.0.40 - - [2024-11-07 02:35:28] "GET /service-instance/786088ab-2d97-409a-b788-b426b19e656d HTTP/1.1" 200 3783 0.004272 10.0.0.40 - - [2024-11-07 02:35:28] "GET /port-tuple/ba9c8889-ea8a-46dd-9971-77caf7153e58 HTTP/1.1" 200 1980 0.003452 10.0.0.40 - - [2024-11-07 02:35:28] "PUT /routing-instance/6a224e81-f68b-4892-9583-90f4eff6bc98 HTTP/1.1" 200 266 0.013572 10.0.0.40 - - [2024-11-07 02:35:28] "GET /virtual-machine-interface/7a16daca-ecbf-4298-8b00-ad965a71563c HTTP/1.1" 200 3798 0.006506 10.0.0.40 - - [2024-11-07 02:35:28] "GET /virtual-machine-interface/d35ef72e-da95-46b2-81dd-94a4e212e083 HTTP/1.1" 200 3816 0.004000 10.0.0.40 - - [2024-11-07 02:35:28] "GET /virtual-machine-interface/fad261fa-d741-4131-853b-0963f5a0e7e1 HTTP/1.1" 200 3804 0.004497 10.0.0.40 - - [2024-11-07 02:35:28] "POST /ref-update HTTP/1.1" 200 156 0.015294 10.0.0.40 - - [2024-11-07 02:35:28] "PUT /access-control-list/bc44d22a-9712-4902-b652-c9e8669ec6ca HTTP/1.1" 200 272 0.024376 10.0.0.40 - - [2024-11-07 02:35:28] "POST /neutron/port HTTP/1.1" 200 3831 0.080328 10.0.0.40 - - [2024-11-07 02:35:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007879 10.0.0.40 - - [2024-11-07 02:35:28] "POST /neutron/port HTTP/1.1" 200 3831 0.035892 10.0.0.40 - - [2024-11-07 02:35:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007341 10.0.0.40 - - [2024-11-07 02:35:28] "POST /neutron/port HTTP/1.1" 200 3831 0.034369 10.0.0.40 - - [2024-11-07 02:35:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007097 10.0.0.40 - - [2024-11-07 02:35:28] "POST /neutron/port HTTP/1.1" 200 3831 0.044763 10.0.0.40 - - [2024-11-07 02:35:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007705 10.0.0.40 - - [2024-11-07 02:35:28] "POST /neutron/network HTTP/1.1" 200 895 0.014964 10.0.0.40 - - [2024-11-07 02:35:28] "POST /neutron/network HTTP/1.1" 200 921 0.006634 10.0.0.40 - - [2024-11-07 02:35:28] "POST /neutron/network HTTP/1.1" 200 804 0.014638 10.0.0.40 - - [2024-11-07 02:35:28] "POST /neutron/network HTTP/1.1" 200 830 0.006649 10.0.0.40 - - [2024-11-07 02:35:28] "POST /neutron/network HTTP/1.1" 200 896 0.013859 10.0.0.40 - - [2024-11-07 02:35:28] "POST /neutron/network HTTP/1.1" 200 922 0.006229 10.0.0.40 - - [2024-11-07 02:35:28] "POST /id-to-fqname HTTP/1.1" 200 223 0.001727 10.0.0.40 - - [2024-11-07 02:35:28] "POST /id-to-fqname HTTP/1.1" 200 223 0.001393 10.0.0.40 - - [2024-11-07 02:35:28] "POST /id-to-fqname HTTP/1.1" 200 224 0.001827 10.0.0.40 - - [2024-11-07 02:35:29] "GET /virtual-machine/31e33985-81e9-45d1-9475-86ef94b6c61f HTTP/1.1" 200 1802 0.003609 10.0.0.40 - - [2024-11-07 02:35:29] "GET /virtual-machine-interface/7a16daca-ecbf-4298-8b00-ad965a71563c HTTP/1.1" 200 3798 0.003978 10.0.0.40 - - [2024-11-07 02:35:29] "GET /virtual-machine-interface/d35ef72e-da95-46b2-81dd-94a4e212e083 HTTP/1.1" 200 3816 0.003447 10.0.0.40 - - [2024-11-07 02:35:29] "GET /virtual-machine-interface/fad261fa-d741-4131-853b-0963f5a0e7e1 HTTP/1.1" 200 3804 0.003450 10.0.0.40 - - [2024-11-07 02:35:29] "GET /instance-ip/21c6c10a-d820-4607-8230-5a0f83c8c2ad HTTP/1.1" 200 1621 0.004806 10.0.0.40 - - [2024-11-07 02:35:29] "GET /instance-ip/a89770be-d3aa-40f5-9ce5-fdfad4c58a5e HTTP/1.1" 200 1955 0.003421 10.0.0.40 - - [2024-11-07 02:35:29] "GET /instance-ip/bf3a9ee9-20b7-41be-8788-806b8ebbcc4c HTTP/1.1" 200 1956 0.003416 10.0.0.40 - - [2024-11-07 02:35:29] "GET /instance-ip/0f06a9df-59bf-4b1d-8132-8a2d2133881f HTTP/1.1" 200 1979 0.003355 10.0.0.40 - - [2024-11-07 02:35:29] "GET /instance-ip/f657d50d-e9a5-4b9c-9be5-81c64ab65841 HTTP/1.1" 200 1620 0.004391 10.0.0.40 - - [2024-11-07 02:35:29] "GET /instance-ip/fc638aae-4a0a-4457-afb8-38ab70be7477 HTTP/1.1" 200 1979 0.003753 10.0.0.40 - - [2024-11-07 02:35:29] "GET /instance-ip/08f686d5-ea76-4502-8026-8e87c87fb94e HTTP/1.1" 200 1956 0.003331 10.0.0.40 - - [2024-11-07 02:35:29] "GET /instance-ip/5358580a-f1bc-4c8c-afca-62ba024fa610 HTTP/1.1" 200 1622 0.004426 10.0.0.40 - - [2024-11-07 02:35:29] "GET /instance-ip/a6e19ad1-8c94-4869-8fab-a90b07c90130 HTTP/1.1" 200 1961 0.002712 10.0.0.40 - - [2024-11-07 02:35:29] "POST /neutron/port HTTP/1.1" 200 3831 0.035204 10.0.0.40 - - [2024-11-07 02:35:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007437 10.0.0.40 - - [2024-11-07 02:35:29] "POST /neutron/port HTTP/1.1" 200 3831 0.035364 10.0.0.40 - - [2024-11-07 02:35:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007027 10.0.0.40 - - [2024-11-07 02:35:29] "POST /neutron/port HTTP/1.1" 200 3831 0.034130 10.0.0.40 - - [2024-11-07 02:35:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007030 10.0.0.40 - - [2024-11-07 02:35:29] "POST /neutron/port HTTP/1.1" 200 3831 0.037806 10.0.0.40 - - [2024-11-07 02:35:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007316 10.0.0.40 - - [2024-11-07 02:35:29] "GET /virtual-machine/31e33985-81e9-45d1-9475-86ef94b6c61f HTTP/1.1" 200 1802 0.003523 10.0.0.40 - - [2024-11-07 02:35:29] "GET /virtual-machine-interface/7a16daca-ecbf-4298-8b00-ad965a71563c HTTP/1.1" 200 3798 0.003290 10.0.0.40 - - [2024-11-07 02:35:29] "GET /virtual-machine-interface/d35ef72e-da95-46b2-81dd-94a4e212e083 HTTP/1.1" 200 3816 0.003479 10.0.0.40 - - [2024-11-07 02:35:29] "GET /virtual-machine-interface/fad261fa-d741-4131-853b-0963f5a0e7e1 HTTP/1.1" 200 3804 0.003434 10.0.0.40 - - [2024-11-07 02:35:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.40 - - [2024-11-07 02:35:29] "GET /global-vrouter-config/9ae842d7-a099-4c1c-a9c9-471f8150d853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003232 10.0.0.40 - - [2024-11-07 02:35:29] "GET /virtual-networks?parent_id=2d845676-6a9e-43e5-ae54-beb01ebda94e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003562 10.0.0.40 - - [2024-11-07 02:35:29] "GET /virtual-network/a9c360c9-d3db-4b93-b9e6-1484774dde6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004587 10.0.0.40 - - [2024-11-07 02:35:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.40 - - [2024-11-07 02:35:30] "GET /global-vrouter-config/9ae842d7-a099-4c1c-a9c9-471f8150d853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003150 10.0.0.40 - - [2024-11-07 02:35:30] "GET /virtual-networks?parent_id=2d845676-6a9e-43e5-ae54-beb01ebda94e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003685 10.0.0.40 - - [2024-11-07 02:35:30] "GET /virtual-network/a9c360c9-d3db-4b93-b9e6-1484774dde6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004627 10.0.0.40 - - [2024-11-07 02:35:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.40 - - [2024-11-07 02:35:31] "GET /global-vrouter-config/9ae842d7-a099-4c1c-a9c9-471f8150d853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003679 10.0.0.40 - - [2024-11-07 02:35:31] "GET /virtual-networks?parent_id=2d845676-6a9e-43e5-ae54-beb01ebda94e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003577 10.0.0.40 - - [2024-11-07 02:35:31] "GET /virtual-network/a9c360c9-d3db-4b93-b9e6-1484774dde6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.003849 10.0.0.40 - - [2024-11-07 02:35:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.40 - - [2024-11-07 02:35:31] "GET /global-vrouter-config/9ae842d7-a099-4c1c-a9c9-471f8150d853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004568 10.0.0.40 - - [2024-11-07 02:35:31] "GET /virtual-networks?parent_id=2d845676-6a9e-43e5-ae54-beb01ebda94e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003741 10.0.0.40 - - [2024-11-07 02:35:31] "GET /virtual-network/a9c360c9-d3db-4b93-b9e6-1484774dde6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.003837 10.0.0.40 - - [2024-11-07 02:35:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004163 10.0.0.40 - - [2024-11-07 02:35:31] "GET /global-vrouter-config/9ae842d7-a099-4c1c-a9c9-471f8150d853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003879 10.0.0.40 - - [2024-11-07 02:35:31] "GET /virtual-networks?parent_id=2d845676-6a9e-43e5-ae54-beb01ebda94e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003477 10.0.0.40 - - [2024-11-07 02:35:31] "GET /virtual-network/a9c360c9-d3db-4b93-b9e6-1484774dde6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.003873 10.0.0.40 - - [2024-11-07 02:35:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.40 - - [2024-11-07 02:35:31] "GET /global-vrouter-config/9ae842d7-a099-4c1c-a9c9-471f8150d853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002965 10.0.0.40 - - [2024-11-07 02:35:31] "GET /virtual-networks?parent_id=2d845676-6a9e-43e5-ae54-beb01ebda94e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003433 10.0.0.40 - - [2024-11-07 02:35:31] "GET /virtual-network/7ae6fdd6-2929-4547-aac2-9eb0b616fd8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004225 10.0.0.40 - - [2024-11-07 02:35:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.40 - - [2024-11-07 02:35:31] "GET /global-vrouter-config/9ae842d7-a099-4c1c-a9c9-471f8150d853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003621 10.0.0.40 - - [2024-11-07 02:35:31] "GET /virtual-networks?parent_id=2d845676-6a9e-43e5-ae54-beb01ebda94e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003513 10.0.0.40 - - [2024-11-07 02:35:32] "GET /virtual-network/7ae6fdd6-2929-4547-aac2-9eb0b616fd8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.003701 10.0.0.40 - - [2024-11-07 02:35:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.007124 10.0.0.40 - - [2024-11-07 02:35:32] "GET /global-vrouter-config/9ae842d7-a099-4c1c-a9c9-471f8150d853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003665 10.0.0.40 - - [2024-11-07 02:35:32] "GET /virtual-networks?parent_id=2d845676-6a9e-43e5-ae54-beb01ebda94e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003293 10.0.0.40 - - [2024-11-07 02:35:32] "GET /virtual-network/7ae6fdd6-2929-4547-aac2-9eb0b616fd8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.003619 10.0.0.40 - - [2024-11-07 02:35:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.40 - - [2024-11-07 02:35:32] "GET /global-vrouter-config/9ae842d7-a099-4c1c-a9c9-471f8150d853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004096 10.0.0.40 - - [2024-11-07 02:35:32] "GET /virtual-networks?parent_id=2d845676-6a9e-43e5-ae54-beb01ebda94e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003675 10.0.0.40 - - [2024-11-07 02:35:32] "GET /virtual-network/7ae6fdd6-2929-4547-aac2-9eb0b616fd8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.003978 10.0.0.40 - - [2024-11-07 02:35:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004502 10.0.0.40 - - [2024-11-07 02:35:32] "GET /global-vrouter-config/9ae842d7-a099-4c1c-a9c9-471f8150d853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004019 10.0.0.40 - - [2024-11-07 02:35:32] "GET /virtual-networks?parent_id=2d845676-6a9e-43e5-ae54-beb01ebda94e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003706 10.0.0.40 - - [2024-11-07 02:35:32] "GET /virtual-network/417c9a1b-88a4-48e6-b328-b418d3cb018e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.003820 10.0.0.40 - - [2024-11-07 02:35:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.40 - - [2024-11-07 02:35:32] "GET /global-vrouter-config/9ae842d7-a099-4c1c-a9c9-471f8150d853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003650 10.0.0.40 - - [2024-11-07 02:35:32] "GET /virtual-networks?parent_id=2d845676-6a9e-43e5-ae54-beb01ebda94e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004807 10.0.0.40 - - [2024-11-07 02:35:32] "GET /virtual-network/417c9a1b-88a4-48e6-b328-b418d3cb018e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.003673 10.0.0.40 - - [2024-11-07 02:35:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.40 - - [2024-11-07 02:35:33] "GET /global-vrouter-config/9ae842d7-a099-4c1c-a9c9-471f8150d853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003802 10.0.0.40 - - [2024-11-07 02:35:33] "GET /virtual-networks?parent_id=2d845676-6a9e-43e5-ae54-beb01ebda94e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003504 10.0.0.40 - - [2024-11-07 02:35:33] "GET /virtual-network/417c9a1b-88a4-48e6-b328-b418d3cb018e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.003791 10.0.0.40 - - [2024-11-07 02:35:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.40 - - [2024-11-07 02:35:33] "GET /global-vrouter-config/9ae842d7-a099-4c1c-a9c9-471f8150d853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003408 10.0.0.40 - - [2024-11-07 02:35:33] "GET /virtual-networks?parent_id=2d845676-6a9e-43e5-ae54-beb01ebda94e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004336 10.0.0.40 - - [2024-11-07 02:35:33] "GET /virtual-network/417c9a1b-88a4-48e6-b328-b418d3cb018e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.003994 10.0.0.40 - - [2024-11-07 02:35:33] "GET /virtual-machine/31e33985-81e9-45d1-9475-86ef94b6c61f HTTP/1.1" 200 1802 0.004099 10.0.0.40 - - [2024-11-07 02:35:33] "GET /domains HTTP/1.1" 200 280 0.002959 10.0.0.40 - - [2024-11-07 02:35:33] "GET /domains?obj_uuids=3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001268 10.0.0.40 - - [2024-11-07 02:35:33] "GET /domain/3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb HTTP/1.1" 200 2771 0.007853 10.0.0.40 - - [2024-11-07 02:35:33] "GET /projects?obj_uuids=2d845676-6a9e-43e5-ae54-beb01ebda94e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001225 10.0.0.40 - - [2024-11-07 02:35:33] "GET /project/2d845676-6a9e-43e5-ae54-beb01ebda94e HTTP/1.1" 200 4243 0.069791 10.0.0.40 - - [2024-11-07 02:35:33] "GET /service-instance/786088ab-2d97-409a-b788-b426b19e656d HTTP/1.1" 200 3783 0.003072 10.0.0.40 - - [2024-11-07 02:35:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002631 10.0.0.40 - - [2024-11-07 02:35:33] "GET /routing-instance/b5db20ae-2689-484e-b557-45b098a3dc47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1888 0.003342 10.0.0.40 - - [2024-11-07 02:35:33] "GET /routing-instance/b5db20ae-2689-484e-b557-45b098a3dc47?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2021 0.006138 10.0.0.40 - - [2024-11-07 02:35:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.40 - - [2024-11-07 02:35:33] "GET /routing-instance/9ab164f8-030a-4a25-b9de-2eba26378223?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1893 0.004669 10.0.0.40 - - [2024-11-07 02:35:33] "GET /routing-instance/9ab164f8-030a-4a25-b9de-2eba26378223?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2024 0.005135 10.0.0.40 - - [2024-11-07 02:35:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.40 - - [2024-11-07 02:35:33] "GET /virtual-network/a9c360c9-d3db-4b93-b9e6-1484774dde6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.003911 10.0.0.40 - - [2024-11-07 02:35:33] "GET /virtual-network/a9c360c9-d3db-4b93-b9e6-1484774dde6f?fields=routing_instances HTTP/1.1" 200 1684 0.005218 10.0.0.40 - - [2024-11-07 02:35:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.40 - - [2024-11-07 02:35:33] "GET /virtual-network/417c9a1b-88a4-48e6-b328-b418d3cb018e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.003913 10.0.0.40 - - [2024-11-07 02:35:33] "GET /virtual-network/417c9a1b-88a4-48e6-b328-b418d3cb018e?fields=routing_instances HTTP/1.1" 200 1688 0.005962 10.0.0.40 - - [2024-11-07 02:35:38] "POST /ref-update HTTP/1.1" 200 156 0.033631 10.0.0.40 - - [2024-11-07 02:35:38] "DELETE /access-control-list/bc44d22a-9712-4902-b652-c9e8669ec6ca HTTP/1.1" 200 115 0.033473 10.0.0.40 - - [2024-11-07 02:35:38] "POST /neutron/network HTTP/1.1" 200 834 0.007633 10.0.0.40 - - [2024-11-07 02:35:38] "GET /virtual-network/417c9a1b-88a4-48e6-b328-b418d3cb018e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.003358 10.0.0.40 - - [2024-11-07 02:35:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002686 10.0.0.40 - - [2024-11-07 02:35:38] "GET /network-policy/9ff20029-6edb-4daf-bc24-7568b5b01000?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003675 10.0.0.40 - - [2024-11-07 02:35:38] "DELETE /routing-instance/c0b4b0c2-d503-41bd-b53c-a8a73de609a8 HTTP/1.1" 200 115 0.036398 10.0.0.40 - - [2024-11-07 02:35:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004267 10.0.0.40 - - [2024-11-07 02:35:38] "POST /ref-update HTTP/1.1" 200 156 0.035477 10.0.0.40 - - [2024-11-07 02:35:38] "DELETE /route-target/3ea4250e-5270-41fd-9680-0bdda6f50f37 HTTP/1.1" 200 115 0.019127 10.0.0.40 - - [2024-11-07 02:35:38] "DELETE /routing-instance/6a224e81-f68b-4892-9583-90f4eff6bc98 HTTP/1.1" 200 115 0.029123 10.0.0.40 - - [2024-11-07 02:35:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004920 10.0.0.40 - - [2024-11-07 02:35:38] "POST /neutron/network HTTP/1.1" 200 833 0.007443 10.0.0.40 - - [2024-11-07 02:35:38] "GET /virtual-network/a9c360c9-d3db-4b93-b9e6-1484774dde6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.003103 10.0.0.40 - - [2024-11-07 02:35:38] "DELETE /route-target/7a1d77ad-beda-4c39-8967-abc801441517 HTTP/1.1" 200 115 0.014948 10.0.0.40 - - [2024-11-07 02:35:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.40 - - [2024-11-07 02:35:38] "DELETE /access-control-list/91423f5a-5990-41b6-90d9-42e47e16fd91 HTTP/1.1" 200 115 0.023551 10.0.0.40 - - [2024-11-07 02:35:38] "GET /network-policy/9ff20029-6edb-4daf-bc24-7568b5b01000?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.005858 10.0.0.40 - - [2024-11-07 02:35:38] "DELETE /network-policy/9ff20029-6edb-4daf-bc24-7568b5b01000 HTTP/1.1" 200 115 0.021648 10.0.0.40 - - [2024-11-07 02:35:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.40 - - [2024-11-07 02:35:38] "DELETE /service-instance/786088ab-2d97-409a-b788-b426b19e656d HTTP/1.1" 200 115 0.043482 10.0.0.40 - - [2024-11-07 02:35:38] "GET /domains HTTP/1.1" 200 280 0.004204 10.0.0.40 - - [2024-11-07 02:35:38] "GET /domains?obj_uuids=3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001804 10.0.0.40 - - [2024-11-07 02:35:38] "POST /ref-update HTTP/1.1" 200 156 0.018462 10.0.0.40 - - [2024-11-07 02:35:38] "GET /domain/3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb HTTP/1.1" 200 2771 0.011367 10.0.0.40 - - [2024-11-07 02:35:38] "GET /projects?obj_uuids=2d845676-6a9e-43e5-ae54-beb01ebda94e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001942 10.0.0.40 - - [2024-11-07 02:35:38] "DELETE /instance-ip/0f06a9df-59bf-4b1d-8132-8a2d2133881f HTTP/1.1" 200 115 0.033133 10.0.0.40 - - [2024-11-07 02:35:38] "POST /ref-update HTTP/1.1" 200 156 0.010722 10.0.0.40 - - [2024-11-07 02:35:38] "GET /project/2d845676-6a9e-43e5-ae54-beb01ebda94e HTTP/1.1" 200 3769 0.066983 10.0.0.40 - - [2024-11-07 02:35:38] "GET /virtual-machine/31e33985-81e9-45d1-9475-86ef94b6c61f HTTP/1.1" 200 1802 0.002980 10.0.0.40 - - [2024-11-07 02:35:38] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002439 10.0.0.40 - - [2024-11-07 02:35:38] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004084 10.0.0.40 - - [2024-11-07 02:35:38] "DELETE /instance-ip/a6e19ad1-8c94-4869-8fab-a90b07c90130 HTTP/1.1" 200 115 0.024376 10.0.0.40 - - [2024-11-07 02:35:38] "POST /ref-update HTTP/1.1" 200 156 0.011603 10.0.0.40 - - [2024-11-07 02:35:38] "DELETE /instance-ip/08f686d5-ea76-4502-8026-8e87c87fb94e HTTP/1.1" 200 115 0.027607 10.0.0.40 - - [2024-11-07 02:35:38] "POST /ref-update HTTP/1.1" 200 156 0.014513 10.0.0.40 - - [2024-11-07 02:35:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.007624 10.0.0.40 - - [2024-11-07 02:35:38] "DELETE /service-template/c5cb03ef-9110-4fbe-9529-861e909d8b38 HTTP/1.1" 200 115 0.044966 10.0.0.40 - - [2024-11-07 02:35:38] "POST /fqname-to-id HTTP/1.1" 404 193 0.013182 10.0.0.40 - - [2024-11-07 02:35:38] "DELETE /instance-ip/fc638aae-4a0a-4457-afb8-38ab70be7477 HTTP/1.1" 200 115 0.049195 10.0.0.40 - - [2024-11-07 02:35:38] "POST /ref-update HTTP/1.1" 200 156 0.013582 10.0.0.40 - - [2024-11-07 02:35:39] "DELETE /instance-ip/a89770be-d3aa-40f5-9ce5-fdfad4c58a5e HTTP/1.1" 200 115 0.029345 10.0.0.40 - - [2024-11-07 02:35:39] "POST /ref-update HTTP/1.1" 200 156 0.012805 10.0.0.40 - - [2024-11-07 02:35:39] "DELETE /instance-ip/bf3a9ee9-20b7-41be-8788-806b8ebbcc4c HTTP/1.1" 200 115 0.036259 10.0.0.40 - - [2024-11-07 02:35:39] "POST /neutron/network HTTP/1.1" 200 834 0.007339 10.0.0.40 - - [2024-11-07 02:35:39] "POST /neutron/network HTTP/1.1" 400 204 0.011949 10.0.0.40 - - [2024-11-07 02:35:39] "POST /neutron/port HTTP/1.1" 200 1086 0.018795 10.0.0.40 - - [2024-11-07 02:35:39] "POST /neutron/port HTTP/1.1" 200 1112 0.010462 10.0.0.40 - - [2024-11-07 02:35:39] "POST /neutron/port HTTP/1.1" 200 151 0.114508 10.0.0.40 - - [2024-11-07 02:35:39] "POST /neutron/port HTTP/1.1" 200 1087 0.020555 10.0.0.40 - - [2024-11-07 02:35:39] "POST /neutron/port HTTP/1.1" 200 1113 0.011807 10.0.0.40 - - [2024-11-07 02:35:39] "POST /neutron/port HTTP/1.1" 200 3024 0.031191 10.0.0.40 - - [2024-11-07 02:35:39] "POST /neutron/port HTTP/1.1" 200 1110 0.014057 10.0.0.40 - - [2024-11-07 02:35:39] "POST /neutron/port HTTP/1.1" 200 151 0.156131 10.0.0.40 - - [2024-11-07 02:35:40] "POST /neutron/port HTTP/1.1" 200 151 0.110648 10.0.0.40 - - [2024-11-07 02:35:40] "POST /neutron/port HTTP/1.1" 200 1112 0.012074 10.0.0.40 - - [2024-11-07 02:35:40] "POST /neutron/port HTTP/1.1" 200 151 0.118792 10.0.0.40 - - [2024-11-07 02:35:40] "POST /neutron/port HTTP/1.1" 200 1113 0.009693 10.0.0.40 - - [2024-11-07 02:35:40] "POST /neutron/port HTTP/1.1" 200 151 0.110056 10.0.0.40 - - [2024-11-07 02:35:41] "POST /neutron/network HTTP/1.1" 200 834 0.006603 10.0.0.40 - - [2024-11-07 02:35:41] "POST /useragent-kv HTTP/1.1" 200 115 0.001324 10.0.0.40 - - [2024-11-07 02:35:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.007244 10.0.0.40 - - [2024-11-07 02:35:41] "POST /useragent-kv HTTP/1.1" 200 115 0.001359 10.0.0.40 - - [2024-11-07 02:35:41] "POST /neutron/network HTTP/1.1" 200 151 0.076939 10.0.0.40 - - [2024-11-07 02:35:41] "GET /routing-instance/9ab164f8-030a-4a25-b9de-2eba26378223 HTTP/1.1" 404 171 0.005391 10.0.0.40 - - [2024-11-07 02:35:41] "DELETE /route-target/f54d0771-d910-4c21-aab8-e3e78609cc03 HTTP/1.1" 200 115 0.017631 10.0.0.40 - - [2024-11-07 02:35:41] "GET /domains HTTP/1.1" 200 280 0.002280 10.0.0.40 - - [2024-11-07 02:35:41] "GET /domains?obj_uuids=3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001189 10.0.0.40 - - [2024-11-07 02:35:41] "GET /domain/3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb HTTP/1.1" 200 2571 0.050364 10.0.0.40 - - [2024-11-07 02:35:41] "GET /projects?obj_uuids=2d845676-6a9e-43e5-ae54-beb01ebda94e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001985 10.0.0.40 - - [2024-11-07 02:35:41] "GET /project/2d845676-6a9e-43e5-ae54-beb01ebda94e HTTP/1.1" 200 2308 0.065525 10.0.0.40 - - [2024-11-07 02:35:41] "POST /neutron/network HTTP/1.1" 200 833 0.006723 10.0.0.40 - - [2024-11-07 02:35:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.40 - - [2024-11-07 02:35:41] "POST /useragent-kv HTTP/1.1" 200 115 0.001307 10.0.0.40 - - [2024-11-07 02:35:41] "POST /useragent-kv HTTP/1.1" 200 115 0.001354 10.0.0.40 - - [2024-11-07 02:35:41] "POST /neutron/network HTTP/1.1" 200 151 0.095018 10.0.0.40 - - [2024-11-07 02:35:41] "DELETE /route-target/5b665a28-b265-4014-9884-22818e1d02b0 HTTP/1.1" 200 115 0.022970 10.0.0.40 - - [2024-11-07 02:35:41] "GET /routing-instance/b5db20ae-2689-484e-b557-45b098a3dc47 HTTP/1.1" 404 171 0.002288 10.0.0.40 - - [2024-11-07 02:35:41] "GET /domains HTTP/1.1" 200 280 0.002294 10.0.0.40 - - [2024-11-07 02:35:41] "GET /domains?obj_uuids=3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001180 10.0.0.40 - - [2024-11-07 02:35:41] "GET /domain/3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb HTTP/1.1" 200 2571 0.049646 10.0.0.40 - - [2024-11-07 02:35:41] "GET /projects?obj_uuids=2d845676-6a9e-43e5-ae54-beb01ebda94e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002801 10.0.0.40 - - [2024-11-07 02:35:41] "GET /project/2d845676-6a9e-43e5-ae54-beb01ebda94e HTTP/1.1" 200 2090 0.068248 10.0.0.40 - - [2024-11-07 02:35:41] "POST /neutron/network HTTP/1.1" 200 830 0.007497 10.0.0.40 - - [2024-11-07 02:35:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002078 10.0.0.40 - - [2024-11-07 02:35:41] "POST /useragent-kv HTTP/1.1" 200 115 0.001344 10.0.0.40 - - [2024-11-07 02:35:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005679 10.0.0.40 - - [2024-11-07 02:35:41] "POST /neutron/network HTTP/1.1" 200 151 0.086615 10.0.0.40 - - [2024-11-07 02:35:41] "GET /routing-instance/9ef35bdb-6f9f-4072-8575-6e05ccb405bb HTTP/1.1" 404 171 0.002546 10.0.0.40 - - [2024-11-07 02:35:41] "GET /domains HTTP/1.1" 200 280 0.003111 10.0.0.40 - - [2024-11-07 02:35:41] "DELETE /route-target/418f79d5-c095-4cf6-a2ec-c049a93d924f HTTP/1.1" 200 115 0.022195 10.0.0.40 - - [2024-11-07 02:35:41] "GET /domains?obj_uuids=3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001194 10.0.0.40 - - [2024-11-07 02:35:42] "GET /domain/3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb HTTP/1.1" 200 2571 0.048395 10.0.0.40 - - [2024-11-07 02:35:42] "GET /projects?obj_uuids=2d845676-6a9e-43e5-ae54-beb01ebda94e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001954 10.0.0.40 - - [2024-11-07 02:35:42] "GET /project/2d845676-6a9e-43e5-ae54-beb01ebda94e HTTP/1.1" 200 1850 0.066460 10.0.0.40 - - [2024-11-07 02:35:42] "GET /projects?obj_uuids=2d845676-6a9e-43e5-ae54-beb01ebda94e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001515 10.0.0.40 - - [2024-11-07 02:35:42] "GET /project/2d845676-6a9e-43e5-ae54-beb01ebda94e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.024456 10.0.0.40 - - [2024-11-07 02:35:42] "GET /projects?obj_uuids=2d845676-6a9e-43e5-ae54-beb01ebda94e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001323 10.0.0.40 - - [2024-11-07 02:35:42] "GET /project/2d845676-6a9e-43e5-ae54-beb01ebda94e?fields=virtual_networks HTTP/1.1" 200 1038 0.062704 10.0.0.40 - - [2024-11-07 02:35:42] "GET /projects?obj_uuids=2d845676-6a9e-43e5-ae54-beb01ebda94e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001409 10.0.0.40 - - [2024-11-07 02:35:42] "GET /project/2d845676-6a9e-43e5-ae54-beb01ebda94e?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.021477 10.0.0.40 - - [2024-11-07 02:35:42] "GET /projects?obj_uuids=2d845676-6a9e-43e5-ae54-beb01ebda94e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001441 10.0.0.40 - - [2024-11-07 02:35:42] "GET /project/2d845676-6a9e-43e5-ae54-beb01ebda94e?fields=security_groups HTTP/1.1" 200 1262 0.026812 10.0.0.40 - - [2024-11-07 02:35:43] "POST /fqname-to-id HTTP/1.1" 404 189 0.027338 10.0.0.40 - - [2024-11-07 02:35:43] "GET /projects?obj_uuids=77967556-5eb1-4639-9011-4ad114558545&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002796 10.0.0.40 - - [2024-11-07 02:35:43] "GET /domains?obj_uuids=3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001347 10.0.0.40 - - [2024-11-07 02:35:43] "GET /domain/3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007709 10.0.0.40 - - [2024-11-07 02:35:43] "POST /id-to-fqname HTTP/1.1" 200 191 0.002461 10.0.0.40 - - [2024-11-07 02:35:43] "POST /fqname-to-id HTTP/1.1" 404 200 0.003202 10.0.0.40 - - [2024-11-07 02:35:43] "POST /security-groups HTTP/1.1" 200 592 0.062213 10.0.0.40 - - [2024-11-07 02:35:43] "POST /fqname-to-id HTTP/1.1" 404 235 0.002989 10.0.0.40 - - [2024-11-07 02:35:43] "POST /projects HTTP/1.1" 200 587 0.228714 10.0.0.40 - - [2024-11-07 02:35:43] "POST /access-control-lists HTTP/1.1" 200 597 0.062333 10.0.0.40 - - [2024-11-07 02:35:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.310753 10.0.0.40 - - [2024-11-07 02:35:43] "POST /fqname-to-id HTTP/1.1" 404 234 0.002984 10.0.0.40 - - [2024-11-07 02:35:43] "GET /project/77967556-5eb1-4639-9011-4ad114558545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.432946 10.0.0.40 - - [2024-11-07 02:35:44] "POST /access-control-lists HTTP/1.1" 200 595 0.060099 10.0.0.40 - - [2024-11-07 02:35:45] "GET / HTTP/1.1" 200 35931 0.002528 10.0.0.40 - - [2024-11-07 02:35:46] "GET /project/77967556-5eb1-4639-9011-4ad114558545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000626 10.0.0.40 - - [2024-11-07 02:35:46] "GET /projects?obj_uuids=77967556-5eb1-4639-9011-4ad114558545&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001379 10.0.0.40 - - [2024-11-07 02:35:46] "GET /project/77967556-5eb1-4639-9011-4ad114558545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.052171 10.0.0.40 - - [2024-11-07 02:35:46] "POST /fqname-to-id HTTP/1.1" 404 180 0.003279 10.0.0.40 - - [2024-11-07 02:35:46] "POST /virtual-DNSs HTTP/1.1" 200 507 0.021472 10.0.0.40 - - [2024-11-07 02:35:46] "GET /virtual-DNS/531d4a80-33f3-4cbb-af39-2da8056c7694?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.005251 10.0.0.40 - - [2024-11-07 02:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.40 - - [2024-11-07 02:35:46] "GET /virtual-DNS/531d4a80-33f3-4cbb-af39-2da8056c7694?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.003856 10.0.0.40 - - [2024-11-07 02:35:46] "GET /domains HTTP/1.1" 401 292 0.000582 10.0.0.40 - - [2024-11-07 02:35:47] "GET /domains HTTP/1.1" 200 280 0.028993 10.0.0.40 - - [2024-11-07 02:35:47] "GET /domains?obj_uuids=3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001331 10.0.0.40 - - [2024-11-07 02:35:47] "GET /domain/3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb HTTP/1.1" 200 2958 0.009266 10.0.0.40 - - [2024-11-07 02:35:47] "GET /virtual-DNS/531d4a80-33f3-4cbb-af39-2da8056c7694 HTTP/1.1" 200 1438 0.003687 10.0.0.40 - - [2024-11-07 02:35:47] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.002429 10.0.0.40 - - [2024-11-07 02:35:47] "POST /network-ipams HTTP/1.1" 200 514 0.016836 10.0.0.40 - - [2024-11-07 02:35:47] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 968 0.003299 10.0.0.40 - - [2024-11-07 02:35:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.40 - - [2024-11-07 02:35:47] "GET /network-ipam/dedb4d1c-522b-4c29-9e10-ef05565c35cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.004871 10.0.0.40 - - [2024-11-07 02:35:47] "PUT /network-ipam/dedb4d1c-522b-4c29-9e10-ef05565c35cb HTTP/1.1" 200 258 0.011349 10.0.0.40 - - [2024-11-07 02:35:47] "POST /ref-update HTTP/1.1" 200 156 0.013366 10.0.0.40 - - [2024-11-07 02:35:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.40 - - [2024-11-07 02:35:47] "GET /projects?obj_uuids=77967556-5eb1-4639-9011-4ad114558545&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002003 10.0.0.40 - - [2024-11-07 02:35:47] "GET /project/77967556-5eb1-4639-9011-4ad114558545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.035604 10.0.0.40 - - [2024-11-07 02:35:47] "POST /neutron/network HTTP/1.1" 200 117 0.084602 10.0.0.40 - - [2024-11-07 02:35:47] "GET /projects?obj_uuids=77967556-5eb1-4639-9011-4ad114558545&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001591 10.0.0.40 - - [2024-11-07 02:35:47] "GET /obj-perms HTTP/1.1" 200 5056 0.089332 10.0.0.40 - - [2024-11-07 02:35:47] "POST /neutron/network HTTP/1.1" 200 618 0.091820 10.0.0.40 - - [2024-11-07 02:35:47] "POST /route-targets HTTP/1.1" 200 327 0.013536 10.0.0.40 - - [2024-11-07 02:35:48] "POST /ref-update HTTP/1.1" 200 156 0.016028 10.0.0.40 - - [2024-11-07 02:35:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002493 10.0.0.40 - - [2024-11-07 02:35:48] "POST /neutron/subnet HTTP/1.1" 200 711 0.232177 10.0.0.40 - - [2024-11-07 02:35:48] "POST /neutron/network HTTP/1.1" 200 833 0.007116 10.0.0.40 - - [2024-11-07 02:35:48] "POST /id-to-fqname HTTP/1.1" 200 227 0.001521 10.0.0.40 - - [2024-11-07 02:35:48] "GET /virtual-network/77bac1f1-ec1a-4d4e-a6a2-72dff9b489c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003067 10.0.0.40 - - [2024-11-07 02:35:48] "POST /neutron/network HTTP/1.1" 200 833 0.006418 10.0.0.40 - - [2024-11-07 02:35:48] "GET /virtual-network/77bac1f1-ec1a-4d4e-a6a2-72dff9b489c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003782 10.0.0.40 - - [2024-11-07 02:35:48] "GET /obj-perms HTTP/1.1" 200 5056 0.053151 10.0.0.40 - - [2024-11-07 02:35:48] "POST /neutron/network HTTP/1.1" 200 833 0.006498 10.0.0.40 - - [2024-11-07 02:35:48] "POST /neutron/subnet HTTP/1.1" 200 711 0.007833 10.0.0.40 - - [2024-11-07 02:35:48] "POST /neutron/network HTTP/1.1" 200 807 0.011785 10.0.0.40 - - [2024-11-07 02:35:48] "POST /neutron/network HTTP/1.1" 200 833 0.005905 10.0.0.40 - - [2024-11-07 02:35:48] "POST /id-to-fqname HTTP/1.1" 200 227 0.001467 10.0.0.40 - - [2024-11-07 02:35:48] "POST /neutron/network HTTP/1.1" 200 843 0.007679 10.0.0.40 - - [2024-11-07 02:35:48] "GET /aaa-mode HTTP/1.1" 401 292 0.000528 10.0.0.40 - - [2024-11-07 02:35:49] "GET / HTTP/1.1" 200 35931 0.002301 10.0.0.40 - - [2024-11-07 02:35:49] "GET /project/77967556-5eb1-4639-9011-4ad114558545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000572 10.0.0.40 - - [2024-11-07 02:35:49] "GET /projects?obj_uuids=77967556-5eb1-4639-9011-4ad114558545&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001527 10.0.0.40 - - [2024-11-07 02:35:49] "GET /project/77967556-5eb1-4639-9011-4ad114558545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.051732 10.0.0.40 - - [2024-11-07 02:35:49] "POST /neutron/network HTTP/1.1" 200 833 0.006509 10.0.0.40 - - [2024-11-07 02:35:49] "POST /neutron/port HTTP/1.1" 200 117 0.006219 10.0.0.40 - - [2024-11-07 02:35:49] "POST /neutron/port HTTP/1.1" 200 117 0.005957 10.0.0.40 - - [2024-11-07 02:35:49] "POST /neutron/port HTTP/1.1" 200 117 0.005933 10.0.0.40 - - [2024-11-07 02:35:50] "POST /neutron/network HTTP/1.1" 200 843 0.006580 10.0.0.40 - - [2024-11-07 02:35:50] "GET /projects?obj_uuids=77967556-5eb1-4639-9011-4ad114558545&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001419 10.0.0.40 - - [2024-11-07 02:35:50] "POST /neutron/port HTTP/1.1" 200 1058 0.209229 10.0.0.40 - - [2024-11-07 02:35:50] "POST /neutron/port HTTP/1.1" 200 1058 0.012062 10.0.0.40 - - [2024-11-07 02:35:50] "POST /neutron/port HTTP/1.1" 200 1058 0.009850 10.0.0.40 - - [2024-11-07 02:35:50] "POST /neutron/port HTTP/1.1" 200 1112 0.062921 10.0.0.40 - - [2024-11-07 02:35:50] "POST /neutron/port HTTP/1.1" 200 1086 0.015824 10.0.0.40 - - [2024-11-07 02:35:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004603 10.0.0.40 - - [2024-11-07 02:35:50] "POST /neutron/subnet HTTP/1.1" 200 685 0.011380 10.0.0.40 - - [2024-11-07 02:35:50] "POST /neutron/port HTTP/1.1" 200 117 0.001397 10.0.0.40 - - [2024-11-07 02:35:50] "POST /neutron/network HTTP/1.1" 200 833 0.006272 10.0.0.40 - - [2024-11-07 02:35:54] "POST /neutron/port HTTP/1.1" 200 1086 0.015951 10.0.0.40 - - [2024-11-07 02:35:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007299 10.0.0.40 - - [2024-11-07 02:35:54] "POST /neutron/port HTTP/1.1" 200 1086 0.019155 10.0.0.40 - - [2024-11-07 02:35:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007818 10.0.0.40 - - [2024-11-07 02:35:54] "POST /neutron/port HTTP/1.1" 200 1086 0.016673 10.0.0.40 - - [2024-11-07 02:35:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006977 10.0.0.40 - - [2024-11-07 02:35:55] "GET /virtual-machine/5f497f5d-e66b-4a68-b0b1-cf89836af50a HTTP/1.1" 200 1293 0.005518 10.0.0.40 - - [2024-11-07 02:35:55] "GET /virtual-machine-interface/2b32fb0d-f6e1-4271-9b8e-34de56173d43 HTTP/1.1" 200 2964 0.003124 10.0.0.40 - - [2024-11-07 02:35:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.40 - - [2024-11-07 02:35:55] "GET /global-vrouter-config/9ae842d7-a099-4c1c-a9c9-471f8150d853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002937 10.0.0.40 - - [2024-11-07 02:35:55] "GET /virtual-networks?parent_id=77967556-5eb1-4639-9011-4ad114558545&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003538 10.0.0.40 - - [2024-11-07 02:35:55] "GET /virtual-network/77bac1f1-ec1a-4d4e-a6a2-72dff9b489c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003911 10.0.0.40 - - [2024-11-07 02:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004015 10.0.0.40 - - [2024-11-07 02:35:58] "GET /virtual-network/77bac1f1-ec1a-4d4e-a6a2-72dff9b489c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003320 10.0.0.40 - - [2024-11-07 02:35:59] "POST /neutron/port HTTP/1.1" 200 1086 0.016694 10.0.0.40 - - [2024-11-07 02:35:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005811 10.0.0.40 - - [2024-11-07 02:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.40 - - [2024-11-07 02:36:02] "GET /global-vrouter-config/9ae842d7-a099-4c1c-a9c9-471f8150d853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003474 10.0.0.40 - - [2024-11-07 02:36:02] "GET /virtual-networks?parent_id=77967556-5eb1-4639-9011-4ad114558545&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003397 10.0.0.40 - - [2024-11-07 02:36:02] "GET /virtual-network/77bac1f1-ec1a-4d4e-a6a2-72dff9b489c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003638 10.0.0.40 - - [2024-11-07 02:36:06] "POST /neutron/network HTTP/1.1" 200 807 0.013259 10.0.0.40 - - [2024-11-07 02:36:07] "POST /neutron/network HTTP/1.1" 200 833 0.006988 10.0.0.40 - - [2024-11-07 02:36:07] "POST /id-to-fqname HTTP/1.1" 200 227 0.001619 10.0.0.40 - - [2024-11-07 02:36:07] "POST /neutron/port HTTP/1.1" 200 1086 0.017552 10.0.0.40 - - [2024-11-07 02:36:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007436 10.0.0.40 - - [2024-11-07 02:36:07] "POST /neutron/network HTTP/1.1" 200 843 0.006768 10.0.0.40 - - [2024-11-07 02:36:07] "GET /aaa-mode HTTP/1.1" 401 292 0.000593 10.0.0.40 - - [2024-11-07 02:36:07] "GET / HTTP/1.1" 200 35931 0.002404 10.0.0.40 - - [2024-11-07 02:36:07] "GET /project/77967556-5eb1-4639-9011-4ad114558545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000511 10.0.0.40 - - [2024-11-07 02:36:08] "GET /projects?obj_uuids=77967556-5eb1-4639-9011-4ad114558545&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001490 10.0.0.40 - - [2024-11-07 02:36:08] "GET /project/77967556-5eb1-4639-9011-4ad114558545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.061605 10.0.0.40 - - [2024-11-07 02:36:08] "POST /neutron/network HTTP/1.1" 200 833 0.006773 10.0.0.40 - - [2024-11-07 02:36:08] "POST /neutron/port HTTP/1.1" 200 1086 0.020816 10.0.0.40 - - [2024-11-07 02:36:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012030 10.0.0.40 - - [2024-11-07 02:36:08] "POST /neutron/port HTTP/1.1" 200 117 0.005730 10.0.0.40 - - [2024-11-07 02:36:08] "POST /neutron/port HTTP/1.1" 200 117 0.005804 10.0.0.40 - - [2024-11-07 02:36:08] "POST /neutron/network HTTP/1.1" 200 843 0.006846 10.0.0.40 - - [2024-11-07 02:36:08] "GET /projects?obj_uuids=77967556-5eb1-4639-9011-4ad114558545&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001504 10.0.0.40 - - [2024-11-07 02:36:09] "POST /neutron/port HTTP/1.1" 200 1058 0.209017 10.0.0.40 - - [2024-11-07 02:36:09] "POST /neutron/port HTTP/1.1" 200 1058 0.017771 10.0.0.40 - - [2024-11-07 02:36:09] "POST /neutron/port HTTP/1.1" 200 1058 0.019115 10.0.0.40 - - [2024-11-07 02:36:09] "POST /neutron/port HTTP/1.1" 200 1112 0.073464 10.0.0.40 - - [2024-11-07 02:36:09] "POST /neutron/port HTTP/1.1" 200 1086 0.019116 10.0.0.40 - - [2024-11-07 02:36:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004089 10.0.0.40 - - [2024-11-07 02:36:09] "POST /neutron/subnet HTTP/1.1" 200 685 0.013396 10.0.0.40 - - [2024-11-07 02:36:09] "POST /neutron/port HTTP/1.1" 200 117 0.001496 10.0.0.40 - - [2024-11-07 02:36:09] "POST /neutron/network HTTP/1.1" 200 833 0.007240 10.0.0.40 - - [2024-11-07 02:36:13] "POST /neutron/port HTTP/1.1" 200 1086 0.017484 10.0.0.40 - - [2024-11-07 02:36:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006868 10.0.0.40 - - [2024-11-07 02:36:13] "POST /neutron/port HTTP/1.1" 200 1086 0.016642 10.0.0.40 - - [2024-11-07 02:36:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006821 10.0.0.40 - - [2024-11-07 02:36:13] "POST /neutron/port HTTP/1.1" 200 1086 0.017045 10.0.0.40 - - [2024-11-07 02:36:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007568 10.0.0.40 - - [2024-11-07 02:36:13] "GET /virtual-machine/420bdc6e-306a-4508-91e7-319d6bb57890 HTTP/1.1" 200 1293 0.004651 10.0.0.40 - - [2024-11-07 02:36:13] "GET /virtual-machine-interface/d4e3218a-43fc-43a1-87ad-305decb4e595 HTTP/1.1" 200 2964 0.003085 10.0.0.40 - - [2024-11-07 02:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003143 10.0.0.40 - - [2024-11-07 02:36:13] "GET /global-vrouter-config/9ae842d7-a099-4c1c-a9c9-471f8150d853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002834 10.0.0.40 - - [2024-11-07 02:36:13] "GET /virtual-networks?parent_id=77967556-5eb1-4639-9011-4ad114558545&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003773 10.0.0.40 - - [2024-11-07 02:36:13] "GET /virtual-network/77bac1f1-ec1a-4d4e-a6a2-72dff9b489c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003888 10.0.0.40 - - [2024-11-07 02:36:16] "GET /global-system-configs HTTP/1.1" 200 322 0.039324 10.0.0.40 - - [2024-11-07 02:36:16] "GET /obj-perms HTTP/1.1" 200 5056 0.082146 10.0.0.40 - - [2024-11-07 02:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003861 10.0.0.40 - - [2024-11-07 02:36:17] "GET /virtual-network/77bac1f1-ec1a-4d4e-a6a2-72dff9b489c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003562 10.0.0.40 - - [2024-11-07 02:36:18] "GET /global-system-configs HTTP/1.1" 200 322 0.037565 10.0.0.40 - - [2024-11-07 02:36:18] "GET /obj-perms HTTP/1.1" 200 5056 0.079502 10.0.0.40 - - [2024-11-07 02:36:18] "POST /neutron/port HTTP/1.1" 200 1086 0.016978 10.0.0.40 - - [2024-11-07 02:36:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006324 10.0.0.40 - - [2024-11-07 02:36:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.40 - - [2024-11-07 02:36:21] "GET /global-vrouter-config/9ae842d7-a099-4c1c-a9c9-471f8150d853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002902 10.0.0.40 - - [2024-11-07 02:36:21] "GET /virtual-networks?parent_id=77967556-5eb1-4639-9011-4ad114558545&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003428 10.0.0.40 - - [2024-11-07 02:36:21] "GET /virtual-network/77bac1f1-ec1a-4d4e-a6a2-72dff9b489c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003577 10.0.0.40 - - [2024-11-07 02:36:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004022 10.0.0.40 - - [2024-11-07 02:36:27] "DELETE /virtual-DNS/531d4a80-33f3-4cbb-af39-2da8056c7694 HTTP/1.1" 409 235 0.006439 10.0.0.40 - - [2024-11-07 02:36:27] "POST /fqname-to-id HTTP/1.1" 404 192 0.003343 10.0.0.40 - - [2024-11-07 02:36:27] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.017536 10.0.0.40 - - [2024-11-07 02:36:27] "GET /virtual-DNS-record/e4a37355-9a50-48e0-b881-47815b6fa39f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.004613 10.0.0.40 - - [2024-11-07 02:36:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.40 - - [2024-11-07 02:36:27] "GET /virtual-DNS-record/e4a37355-9a50-48e0-b881-47815b6fa39f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.003932 10.0.0.40 - - [2024-11-07 02:36:27] "GET /domains HTTP/1.1" 200 280 0.003023 10.0.0.40 - - [2024-11-07 02:36:27] "GET /domains?obj_uuids=3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001259 10.0.0.40 - - [2024-11-07 02:36:27] "GET /domain/3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb HTTP/1.1" 200 2958 0.007559 10.0.0.40 - - [2024-11-07 02:36:27] "GET /virtual-DNS/531d4a80-33f3-4cbb-af39-2da8056c7694 HTTP/1.1" 200 1907 0.003962 10.0.0.40 - - [2024-11-07 02:36:27] "GET /virtual-DNS-record/e4a37355-9a50-48e0-b881-47815b6fa39f HTTP/1.1" 200 1337 0.002393 10.0.0.40 - - [2024-11-07 02:36:32] "DELETE /virtual-DNS-record/e4a37355-9a50-48e0-b881-47815b6fa39f HTTP/1.1" 200 115 0.020078 10.0.0.40 - - [2024-11-07 02:36:32] "POST /fqname-to-id HTTP/1.1" 404 184 0.002614 10.0.0.40 - - [2024-11-07 02:36:33] "POST /neutron/network HTTP/1.1" 200 833 0.007291 10.0.0.40 - - [2024-11-07 02:36:33] "POST /neutron/network HTTP/1.1" 400 204 0.010741 10.0.0.40 - - [2024-11-07 02:36:33] "POST /neutron/port HTTP/1.1" 200 1086 0.024818 10.0.0.40 - - [2024-11-07 02:36:33] "POST /neutron/port HTTP/1.1" 200 1112 0.009611 10.0.0.40 - - [2024-11-07 02:36:33] "POST /neutron/port HTTP/1.1" 200 1086 0.021050 10.0.0.40 - - [2024-11-07 02:36:33] "POST /neutron/port HTTP/1.1" 200 1112 0.011129 10.0.0.40 - - [2024-11-07 02:36:33] "POST /neutron/port HTTP/1.1" 200 151 0.152152 10.0.0.40 - - [2024-11-07 02:36:33] "POST /neutron/port HTTP/1.1" 200 151 0.122870 10.0.0.40 - - [2024-11-07 02:36:35] "POST /neutron/network HTTP/1.1" 200 833 0.007361 10.0.0.40 - - [2024-11-07 02:36:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.033431 10.0.0.40 - - [2024-11-07 02:36:35] "POST /useragent-kv HTTP/1.1" 200 115 0.001449 10.0.0.40 - - [2024-11-07 02:36:35] "DELETE /route-target/716c0b5b-1d81-4fa8-bd53-c60655a0bf50 HTTP/1.1" 200 115 0.027844 10.0.0.40 - - [2024-11-07 02:36:35] "POST /useragent-kv HTTP/1.1" 200 115 0.001260 10.0.0.40 - - [2024-11-07 02:36:35] "POST /neutron/network HTTP/1.1" 200 151 0.204046 10.0.0.40 - - [2024-11-07 02:36:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002712 10.0.0.40 - - [2024-11-07 02:36:35] "DELETE /network-ipam/dedb4d1c-522b-4c29-9e10-ef05565c35cb HTTP/1.1" 200 115 0.026979 10.0.0.40 - - [2024-11-07 02:36:35] "DELETE /virtual-DNS/531d4a80-33f3-4cbb-af39-2da8056c7694 HTTP/1.1" 200 115 0.020908 10.0.0.40 - - [2024-11-07 02:36:35] "POST /fqname-to-id HTTP/1.1" 404 180 0.002470 10.0.0.40 - - [2024-11-07 02:36:35] "GET /domains HTTP/1.1" 200 280 0.003611 10.0.0.40 - - [2024-11-07 02:36:35] "GET /domains?obj_uuids=3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001232 10.0.0.40 - - [2024-11-07 02:36:35] "GET /domain/3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb HTTP/1.1" 200 2758 0.008742 10.0.0.40 - - [2024-11-07 02:36:35] "GET /projects?obj_uuids=77967556-5eb1-4639-9011-4ad114558545&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001439 10.0.0.40 - - [2024-11-07 02:36:35] "GET /project/77967556-5eb1-4639-9011-4ad114558545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.022245 10.0.0.40 - - [2024-11-07 02:36:35] "GET /projects?obj_uuids=77967556-5eb1-4639-9011-4ad114558545&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001328 10.0.0.40 - - [2024-11-07 02:36:35] "GET /project/77967556-5eb1-4639-9011-4ad114558545?fields=virtual_networks HTTP/1.1" 200 1044 0.071777 10.0.0.40 - - [2024-11-07 02:36:35] "GET /projects?obj_uuids=77967556-5eb1-4639-9011-4ad114558545&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001940 10.0.0.40 - - [2024-11-07 02:36:35] "GET /project/77967556-5eb1-4639-9011-4ad114558545?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.024690 10.0.0.40 - - [2024-11-07 02:36:35] "GET /projects?obj_uuids=77967556-5eb1-4639-9011-4ad114558545&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001454 10.0.0.40 - - [2024-11-07 02:36:36] "GET /project/77967556-5eb1-4639-9011-4ad114558545?fields=security_groups HTTP/1.1" 200 1271 0.023991 10.0.0.40 - - [2024-11-07 02:36:36] "POST /fqname-to-id HTTP/1.1" 404 189 0.027716 10.0.0.40 - - [2024-11-07 02:36:36] "GET /projects?obj_uuids=fcd74d29-749f-4ce3-a364-62d3803dccdc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002769 10.0.0.40 - - [2024-11-07 02:36:36] "GET /domains?obj_uuids=3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001866 10.0.0.40 - - [2024-11-07 02:36:37] "GET /domain/3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008287 10.0.0.40 - - [2024-11-07 02:36:37] "POST /id-to-fqname HTTP/1.1" 200 191 0.001458 10.0.0.40 - - [2024-11-07 02:36:37] "POST /fqname-to-id HTTP/1.1" 404 200 0.004037 10.0.0.40 - - [2024-11-07 02:36:37] "POST /security-groups HTTP/1.1" 200 592 0.063270 10.0.0.40 - - [2024-11-07 02:36:37] "POST /fqname-to-id HTTP/1.1" 404 235 0.002843 10.0.0.40 - - [2024-11-07 02:36:37] "POST /projects HTTP/1.1" 200 587 0.211449 10.0.0.40 - - [2024-11-07 02:36:37] "POST /access-control-lists HTTP/1.1" 200 597 0.060901 10.0.0.40 - - [2024-11-07 02:36:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.293250 10.0.0.40 - - [2024-11-07 02:36:37] "POST /fqname-to-id HTTP/1.1" 404 234 0.003176 10.0.0.40 - - [2024-11-07 02:36:37] "GET /project/fcd74d29-749f-4ce3-a364-62d3803dccdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.416277 10.0.0.40 - - [2024-11-07 02:36:37] "POST /access-control-lists HTTP/1.1" 200 595 0.059616 10.0.0.40 - - [2024-11-07 02:36:38] "GET / HTTP/1.1" 200 35931 0.002481 10.0.0.40 - - [2024-11-07 02:36:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000601 10.0.0.40 - - [2024-11-07 02:36:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.063769 10.0.0.40 - - [2024-11-07 02:36:39] "GET /projects?obj_uuids=fcd74d29-749f-4ce3-a364-62d3803dccdc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001305 10.0.0.40 - - [2024-11-07 02:36:39] "GET /project/fcd74d29-749f-4ce3-a364-62d3803dccdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.025804 10.0.0.40 - - [2024-11-07 02:36:39] "POST /neutron/network HTTP/1.1" 200 117 0.034845 10.0.0.40 - - [2024-11-07 02:36:39] "GET /projects?obj_uuids=fcd74d29-749f-4ce3-a364-62d3803dccdc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001845 10.0.0.40 - - [2024-11-07 02:36:39] "POST /neutron/network HTTP/1.1" 200 606 0.065740 10.0.0.40 - - [2024-11-07 02:36:39] "POST /route-targets HTTP/1.1" 200 327 0.016153 10.0.0.40 - - [2024-11-07 02:36:39] "POST /ref-update HTTP/1.1" 200 156 0.014233 10.0.0.40 - - [2024-11-07 02:36:40] "POST /useragent-kv HTTP/1.1" 200 115 0.004683 10.0.0.40 - - [2024-11-07 02:36:40] "POST /neutron/subnet HTTP/1.1" 200 715 0.166425 10.0.0.40 - - [2024-11-07 02:36:40] "POST /neutron/network HTTP/1.1" 200 823 0.006509 10.0.0.40 - - [2024-11-07 02:36:40] "POST /id-to-fqname HTTP/1.1" 200 221 0.001443 10.0.0.40 - - [2024-11-07 02:36:40] "GET /virtual-network/c00f1901-8d58-405f-8c9c-42a84d436be7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.003511 10.0.0.40 - - [2024-11-07 02:36:40] "POST /neutron/network HTTP/1.1" 200 823 0.007563 10.0.0.40 - - [2024-11-07 02:36:40] "GET /virtual-network/c00f1901-8d58-405f-8c9c-42a84d436be7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.003234 10.0.0.40 - - [2024-11-07 02:36:40] "POST /neutron/network HTTP/1.1" 200 823 0.006195 10.0.0.40 - - [2024-11-07 02:36:40] "POST /neutron/subnet HTTP/1.1" 200 715 0.007215 10.0.0.40 - - [2024-11-07 02:36:40] "POST /id-to-fqname HTTP/1.1" 200 221 0.001409 10.0.0.40 - - [2024-11-07 02:36:40] "POST /neutron/network HTTP/1.1" 200 833 0.006569 10.0.0.40 - - [2024-11-07 02:36:40] "GET /aaa-mode HTTP/1.1" 401 292 0.000540 10.0.0.40 - - [2024-11-07 02:36:40] "GET / HTTP/1.1" 200 35931 0.003457 10.0.0.40 - - [2024-11-07 02:36:40] "GET /project/fcd74d29-749f-4ce3-a364-62d3803dccdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000489 10.0.0.40 - - [2024-11-07 02:36:41] "DELETE /project/fcd74d29749f4ce3a36462d3803dccdc HTTP/1.1" 404 173 0.017473 10.0.0.40 - - [2024-11-07 02:36:41] "DELETE /project/779675565eb1463990114ad114558545 HTTP/1.1" 404 173 0.010324 10.0.0.40 - - [2024-11-07 02:36:41] "GET /projects?obj_uuids=77967556-5eb1-4639-9011-4ad114558545&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001242 10.0.0.40 - - [2024-11-07 02:36:41] "GET /projects?obj_uuids=2d845676-6a9e-43e5-ae54-beb01ebda94e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001152 10.0.0.40 - - [2024-11-07 02:36:41] "GET /project/2d845676-6a9e-43e5-ae54-beb01ebda94e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.050692 10.0.0.40 - - [2024-11-07 02:36:41] "GET /project/77967556-5eb1-4639-9011-4ad114558545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.048837 10.0.0.40 - - [2024-11-07 02:36:41] "GET /projects?obj_uuids=77967556-5eb1-4639-9011-4ad114558545&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001281 10.0.0.40 - - [2024-11-07 02:36:41] "GET /projects?obj_uuids=2d845676-6a9e-43e5-ae54-beb01ebda94e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001486 10.0.0.40 - - [2024-11-07 02:36:41] "GET /project/2d845676-6a9e-43e5-ae54-beb01ebda94e?fields=security_groups HTTP/1.1" 200 1367 0.036890 10.0.0.40 - - [2024-11-07 02:36:41] "GET /project/77967556-5eb1-4639-9011-4ad114558545?fields=security_groups HTTP/1.1" 200 1376 0.035872 10.0.0.40 - - [2024-11-07 02:36:41] "GET /projects?obj_uuids=fcd74d29-749f-4ce3-a364-62d3803dccdc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001943 10.0.0.40 - - [2024-11-07 02:36:41] "GET /project/fcd74d29-749f-4ce3-a364-62d3803dccdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.068179 10.0.0.40 - - [2024-11-07 02:36:41] "POST /neutron/network HTTP/1.1" 200 823 0.010623 10.0.0.40 - - [2024-11-07 02:36:41] "DELETE /security-group/aa34c7b6-161d-4aa2-a4d5-8fafa6ff1f43 HTTP/1.1" 200 115 0.096254 10.0.0.40 - - [2024-11-07 02:36:41] "DELETE /security-group/c30e8bf7-c314-423e-91c5-269f9927db0e HTTP/1.1" 200 115 0.101516 10.0.0.40 - - [2024-11-07 02:36:41] "GET /projects?obj_uuids=77967556-5eb1-4639-9011-4ad114558545&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001267 10.0.0.40 - - [2024-11-07 02:36:41] "DELETE /access-control-list/697e43ff-40a0-4724-a10d-d6533a3752f1 HTTP/1.1" 200 115 0.059264 10.0.0.40 - - [2024-11-07 02:36:41] "GET /projects?obj_uuids=2d845676-6a9e-43e5-ae54-beb01ebda94e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001458 10.0.0.40 - - [2024-11-07 02:36:41] "GET /project/77967556-5eb1-4639-9011-4ad114558545?fields=application_policy_sets HTTP/1.1" 200 1415 0.048466 10.0.0.40 - - [2024-11-07 02:36:41] "GET /project/2d845676-6a9e-43e5-ae54-beb01ebda94e?fields=application_policy_sets HTTP/1.1" 200 1406 0.042755 10.0.0.40 - - [2024-11-07 02:36:41] "DELETE /access-control-list/c8baf4b4-7370-4b01-b095-b1b377813486 HTTP/1.1" 200 115 0.050803 10.0.0.40 - - [2024-11-07 02:36:41] "POST /neutron/port HTTP/1.1" 200 117 0.005728 10.0.0.40 - - [2024-11-07 02:36:41] "DELETE /access-control-list/86858c58-256c-465e-a4c7-911d7df0152e HTTP/1.1" 200 115 0.031207 10.0.0.40 - - [2024-11-07 02:36:41] "POST /neutron/port HTTP/1.1" 200 117 0.014449 10.0.0.40 - - [2024-11-07 02:36:41] "DELETE /access-control-list/4bc5a8d5-7029-41df-98c4-b35c8431caad HTTP/1.1" 200 115 0.056100 10.0.0.40 - - [2024-11-07 02:36:41] "POST /id-to-fqname HTTP/1.1" 200 221 0.001493 10.0.0.40 - - [2024-11-07 02:36:41] "DELETE /project/77967556-5eb1-4639-9011-4ad114558545 HTTP/1.1" 200 115 0.479395 10.0.0.40 - - [2024-11-07 02:36:41] "DELETE /project/2d845676-6a9e-43e5-ae54-beb01ebda94e HTTP/1.1" 200 115 0.477841 10.0.0.40 - - [2024-11-07 02:36:41] "POST /neutron/port HTTP/1.1" 200 117 0.005774 10.0.0.40 - - [2024-11-07 02:36:41] "POST /neutron/network HTTP/1.1" 200 833 0.006559 10.0.0.40 - - [2024-11-07 02:36:41] "GET /aaa-mode HTTP/1.1" 401 292 0.000493 10.0.0.40 - - [2024-11-07 02:36:41] "POST /neutron/network HTTP/1.1" 200 833 0.006700 10.0.0.40 - - [2024-11-07 02:36:41] "GET /projects?obj_uuids=fcd74d29-749f-4ce3-a364-62d3803dccdc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001416 10.0.0.40 - - [2024-11-07 02:36:42] "GET / HTTP/1.1" 200 35931 0.002321 10.0.0.40 - - [2024-11-07 02:36:42] "GET /project/fcd74d29-749f-4ce3-a364-62d3803dccdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000525 10.0.0.40 - - [2024-11-07 02:36:42] "POST /neutron/port HTTP/1.1" 200 1059 0.229901 10.0.0.40 - - [2024-11-07 02:36:42] "POST /neutron/port HTTP/1.1" 200 1059 0.012762 10.0.0.40 - - [2024-11-07 02:36:42] "POST /neutron/port HTTP/1.1" 200 1059 0.009890 10.0.0.40 - - [2024-11-07 02:36:42] "POST /neutron/port HTTP/1.1" 200 1113 0.070493 10.0.0.40 - - [2024-11-07 02:36:42] "POST /neutron/port HTTP/1.1" 200 1087 0.016895 10.0.0.40 - - [2024-11-07 02:36:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003560 10.0.0.40 - - [2024-11-07 02:36:42] "POST /neutron/subnet HTTP/1.1" 200 689 0.011806 10.0.0.40 - - [2024-11-07 02:36:42] "POST /neutron/port HTTP/1.1" 200 117 0.001339 10.0.0.40 - - [2024-11-07 02:36:42] "POST /neutron/network HTTP/1.1" 200 823 0.006822 10.0.0.40 - - [2024-11-07 02:36:42] "GET /projects?obj_uuids=fcd74d29-749f-4ce3-a364-62d3803dccdc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001437 10.0.0.40 - - [2024-11-07 02:36:42] "GET /project/fcd74d29-749f-4ce3-a364-62d3803dccdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.052237 10.0.0.40 - - [2024-11-07 02:36:42] "POST /neutron/network HTTP/1.1" 200 823 0.006060 10.0.0.40 - - [2024-11-07 02:36:42] "POST /neutron/port HTTP/1.1" 200 1087 0.018668 10.0.0.40 - - [2024-11-07 02:36:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007108 10.0.0.40 - - [2024-11-07 02:36:42] "POST /neutron/port HTTP/1.1" 200 117 0.005988 10.0.0.40 - - [2024-11-07 02:36:42] "POST /neutron/port HTTP/1.1" 200 1087 0.021136 10.0.0.40 - - [2024-11-07 02:36:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006812 10.0.0.40 - - [2024-11-07 02:36:43] "POST /neutron/network HTTP/1.1" 200 833 0.008988 10.0.0.40 - - [2024-11-07 02:36:43] "GET /projects?obj_uuids=fcd74d29-749f-4ce3-a364-62d3803dccdc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001307 10.0.0.40 - - [2024-11-07 02:36:43] "POST /neutron/port HTTP/1.1" 200 1059 0.251326 10.0.0.40 - - [2024-11-07 02:36:43] "POST /neutron/port HTTP/1.1" 200 1059 0.010736 10.0.0.40 - - [2024-11-07 02:36:43] "POST /neutron/port HTTP/1.1" 200 1059 0.010625 10.0.0.40 - - [2024-11-07 02:36:43] "POST /neutron/port HTTP/1.1" 200 1113 0.081746 10.0.0.40 - - [2024-11-07 02:36:43] "POST /neutron/port HTTP/1.1" 200 1087 0.016837 10.0.0.40 - - [2024-11-07 02:36:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003873 10.0.0.40 - - [2024-11-07 02:36:43] "POST /neutron/subnet HTTP/1.1" 200 689 0.011955 10.0.0.40 - - [2024-11-07 02:36:43] "POST /neutron/port HTTP/1.1" 200 117 0.001510 10.0.0.40 - - [2024-11-07 02:36:43] "POST /neutron/network HTTP/1.1" 200 823 0.006008 10.0.0.40 - - [2024-11-07 02:36:47] "POST /neutron/port HTTP/1.1" 200 1087 0.019764 10.0.0.40 - - [2024-11-07 02:36:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007540 10.0.0.40 - - [2024-11-07 02:36:48] "POST /neutron/port HTTP/1.1" 200 1087 0.018360 10.0.0.40 - - [2024-11-07 02:36:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007330 10.0.0.40 - - [2024-11-07 02:36:48] "POST /neutron/port HTTP/1.1" 200 1087 0.027663 10.0.0.40 - - [2024-11-07 02:36:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007289 10.0.0.40 - - [2024-11-07 02:36:48] "GET /virtual-machine/ab4d3864-6623-4eda-b4a5-8767e668270c HTTP/1.1" 401 292 0.000521 10.0.0.40 - - [2024-11-07 02:36:48] "GET /virtual-machine/ab4d3864-6623-4eda-b4a5-8767e668270c HTTP/1.1" 200 1294 0.355280 10.0.0.40 - - [2024-11-07 02:36:48] "GET /virtual-machine-interface/6a84ac71-1459-4ccd-8b6c-7db4610a323a HTTP/1.1" 200 2946 0.016675 10.0.0.40 - - [2024-11-07 02:36:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.40 - - [2024-11-07 02:36:48] "GET /global-vrouter-config/9ae842d7-a099-4c1c-a9c9-471f8150d853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003911 10.0.0.40 - - [2024-11-07 02:36:48] "GET /obj-perms HTTP/1.1" 200 5056 0.102045 10.0.0.40 - - [2024-11-07 02:36:48] "GET /virtual-networks?parent_id=fcd74d29-749f-4ce3-a364-62d3803dccdc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.008797 10.0.0.40 - - [2024-11-07 02:36:49] "GET /virtual-network/c00f1901-8d58-405f-8c9c-42a84d436be7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004408 10.0.0.40 - - [2024-11-07 02:36:49] "GET /obj-perms HTTP/1.1" 200 5056 0.054555 10.0.0.40 - - [2024-11-07 02:36:51] "POST /neutron/port HTTP/1.1" 200 1087 0.017850 10.0.0.40 - - [2024-11-07 02:36:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006491 10.0.0.40 - - [2024-11-07 02:36:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138 10.0.0.40 - - [2024-11-07 02:36:52] "GET /virtual-network/c00f1901-8d58-405f-8c9c-42a84d436be7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.003365 10.0.0.40 - - [2024-11-07 02:36:52] "POST /neutron/port HTTP/1.1" 200 1087 0.017897 10.0.0.40 - - [2024-11-07 02:36:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006819 10.0.0.40 - - [2024-11-07 02:36:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.40 - - [2024-11-07 02:36:54] "GET /global-vrouter-config/9ae842d7-a099-4c1c-a9c9-471f8150d853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003309 10.0.0.40 - - [2024-11-07 02:36:54] "GET /virtual-networks?parent_id=fcd74d29-749f-4ce3-a364-62d3803dccdc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003901 10.0.0.40 - - [2024-11-07 02:36:54] "GET /virtual-network/c00f1901-8d58-405f-8c9c-42a84d436be7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004760 10.0.0.40 - - [2024-11-07 02:36:54] "POST /neutron/port HTTP/1.1" 200 1087 0.015440 10.0.0.40 - - [2024-11-07 02:36:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006185 10.0.0.40 - - [2024-11-07 02:36:54] "POST /neutron/port HTTP/1.1" 200 1087 0.015973 10.0.0.40 - - [2024-11-07 02:36:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007863 10.0.0.40 - - [2024-11-07 02:36:54] "POST /neutron/port HTTP/1.1" 200 1087 0.018242 10.0.0.40 - - [2024-11-07 02:36:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006496 10.0.0.40 - - [2024-11-07 02:36:54] "GET /virtual-machine/a7e0bfed-6525-41a4-b2b9-120569428815 HTTP/1.1" 200 1294 0.003829 10.0.0.40 - - [2024-11-07 02:36:54] "GET /virtual-machine-interface/b93ef0e7-ad2e-47ba-83ec-ccb0e77adf08 HTTP/1.1" 200 2946 0.002758 10.0.0.40 - - [2024-11-07 02:36:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.40 - - [2024-11-07 02:36:54] "GET /global-vrouter-config/9ae842d7-a099-4c1c-a9c9-471f8150d853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002829 10.0.0.40 - - [2024-11-07 02:36:54] "GET /virtual-networks?parent_id=fcd74d29-749f-4ce3-a364-62d3803dccdc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003417 10.0.0.40 - - [2024-11-07 02:36:54] "GET /virtual-network/c00f1901-8d58-405f-8c9c-42a84d436be7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.003628 10.0.0.40 - - [2024-11-07 02:36:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004084 10.0.0.40 - - [2024-11-07 02:36:56] "GET /global-vrouter-config/9ae842d7-a099-4c1c-a9c9-471f8150d853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003782 10.0.0.40 - - [2024-11-07 02:36:56] "GET /virtual-networks?parent_id=fcd74d29-749f-4ce3-a364-62d3803dccdc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003603 10.0.0.40 - - [2024-11-07 02:36:56] "GET /virtual-network/c00f1901-8d58-405f-8c9c-42a84d436be7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.003763 10.0.0.40 - - [2024-11-07 02:37:01] "POST /neutron/network HTTP/1.1" 200 823 0.007624 10.0.0.40 - - [2024-11-07 02:37:01] "POST /neutron/network HTTP/1.1" 400 204 0.010621 10.0.0.40 - - [2024-11-07 02:37:01] "POST /neutron/port HTTP/1.1" 200 1087 0.019777 10.0.0.40 - - [2024-11-07 02:37:01] "POST /neutron/port HTTP/1.1" 200 1113 0.013893 10.0.0.40 - - [2024-11-07 02:37:01] "POST /neutron/port HTTP/1.1" 200 1087 0.021999 10.0.0.40 - - [2024-11-07 02:37:01] "POST /neutron/port HTTP/1.1" 200 1113 0.016649 10.0.0.40 - - [2024-11-07 02:37:01] "POST /neutron/port HTTP/1.1" 200 151 0.116253 10.0.0.40 - - [2024-11-07 02:37:01] "POST /neutron/port HTTP/1.1" 200 151 0.112730 10.0.0.40 - - [2024-11-07 02:37:03] "POST /neutron/network HTTP/1.1" 200 823 0.006714 10.0.0.40 - - [2024-11-07 02:37:03] "POST /useragent-kv HTTP/1.1" 200 115 0.001563 10.0.0.40 - - [2024-11-07 02:37:03] "POST /useragent-kv HTTP/1.1" 200 115 0.001383 10.0.0.40 - - [2024-11-07 02:37:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006757 10.0.0.40 - - [2024-11-07 02:37:03] "POST /neutron/network HTTP/1.1" 200 151 0.077481 10.0.0.40 - - [2024-11-07 02:37:03] "DELETE /route-target/2c6b1633-c9a7-433e-a57d-3c06a4226141 HTTP/1.1" 200 115 0.015260 10.0.0.40 - - [2024-11-07 02:37:03] "GET /projects?obj_uuids=fcd74d29-749f-4ce3-a364-62d3803dccdc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001464 10.0.0.40 - - [2024-11-07 02:37:03] "GET /project/fcd74d29-749f-4ce3-a364-62d3803dccdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.022678 10.0.0.40 - - [2024-11-07 02:37:03] "GET /projects?obj_uuids=fcd74d29-749f-4ce3-a364-62d3803dccdc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001807 10.0.0.40 - - [2024-11-07 02:37:03] "GET /project/fcd74d29-749f-4ce3-a364-62d3803dccdc?fields=virtual_networks HTTP/1.1" 200 1045 0.063533 10.0.0.40 - - [2024-11-07 02:37:03] "GET /projects?obj_uuids=fcd74d29-749f-4ce3-a364-62d3803dccdc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001529 10.0.0.40 - - [2024-11-07 02:37:03] "GET /project/fcd74d29-749f-4ce3-a364-62d3803dccdc?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.023045 10.0.0.40 - - [2024-11-07 02:37:03] "GET /projects?obj_uuids=fcd74d29-749f-4ce3-a364-62d3803dccdc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001428 10.0.0.40 - - [2024-11-07 02:37:03] "GET /project/fcd74d29-749f-4ce3-a364-62d3803dccdc?fields=security_groups HTTP/1.1" 200 1272 0.022414 10.0.0.40 - - [2024-11-07 02:37:04] "POST /fqname-to-id HTTP/1.1" 404 188 0.029087 10.0.0.40 - - [2024-11-07 02:37:04] "GET /projects?obj_uuids=318f5eb2-9bbf-4343-b1c5-755248950ef5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003572 10.0.0.40 - - [2024-11-07 02:37:04] "GET /domains?obj_uuids=3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001464 10.0.0.40 - - [2024-11-07 02:37:04] "GET /domain/3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008690 10.0.0.40 - - [2024-11-07 02:37:04] "POST /id-to-fqname HTTP/1.1" 200 190 0.001522 10.0.0.40 - - [2024-11-07 02:37:04] "POST /fqname-to-id HTTP/1.1" 404 199 0.002871 10.0.0.40 - - [2024-11-07 02:37:05] "POST /security-groups HTTP/1.1" 200 591 0.067465 10.0.0.40 - - [2024-11-07 02:37:05] "POST /fqname-to-id HTTP/1.1" 404 234 0.003520 10.0.0.40 - - [2024-11-07 02:37:05] "POST /projects HTTP/1.1" 200 585 0.228178 10.0.0.40 - - [2024-11-07 02:37:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.262512 10.0.0.40 - - [2024-11-07 02:37:05] "POST /access-control-lists HTTP/1.1" 200 596 0.073404 10.0.0.40 - - [2024-11-07 02:37:05] "GET /project/318f5eb2-9bbf-4343-b1c5-755248950ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.417580 10.0.0.40 - - [2024-11-07 02:37:05] "POST /fqname-to-id HTTP/1.1" 404 233 0.003445 10.0.0.40 - - [2024-11-07 02:37:05] "POST /access-control-lists HTTP/1.1" 200 594 0.076015 10.0.0.40 - - [2024-11-07 02:37:06] "GET / HTTP/1.1" 200 35931 0.002562 10.0.0.40 - - [2024-11-07 02:37:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000600 10.0.0.40 - - [2024-11-07 02:37:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.063194 10.0.0.40 - - [2024-11-07 02:37:07] "GET /projects?obj_uuids=318f5eb2-9bbf-4343-b1c5-755248950ef5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001577 10.0.0.40 - - [2024-11-07 02:37:07] "GET /project/318f5eb2-9bbf-4343-b1c5-755248950ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.022024 10.0.0.40 - - [2024-11-07 02:37:07] "POST /neutron/network HTTP/1.1" 200 117 0.033450 10.0.0.40 - - [2024-11-07 02:37:07] "GET /projects?obj_uuids=318f5eb2-9bbf-4343-b1c5-755248950ef5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001723 10.0.0.40 - - [2024-11-07 02:37:07] "POST /neutron/network HTTP/1.1" 200 625 0.067588 10.0.0.40 - - [2024-11-07 02:37:07] "POST /route-targets HTTP/1.1" 200 327 0.011270 10.0.0.40 - - [2024-11-07 02:37:07] "POST /ref-update HTTP/1.1" 200 156 0.019524 10.0.0.40 - - [2024-11-07 02:37:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002517 10.0.0.40 - - [2024-11-07 02:37:08] "POST /neutron/subnet HTTP/1.1" 200 701 0.181626 10.0.0.40 - - [2024-11-07 02:37:08] "POST /neutron/network HTTP/1.1" 200 839 0.006614 10.0.0.40 - - [2024-11-07 02:37:08] "POST /id-to-fqname HTTP/1.1" 200 230 0.002891 10.0.0.40 - - [2024-11-07 02:37:08] "GET /virtual-network/ee16bd92-1549-4aa9-9c26-fe77064181e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004650 10.0.0.40 - - [2024-11-07 02:37:08] "POST /neutron/network HTTP/1.1" 200 839 0.007908 10.0.0.40 - - [2024-11-07 02:37:08] "GET /virtual-network/ee16bd92-1549-4aa9-9c26-fe77064181e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.003334 10.0.0.40 - - [2024-11-07 02:37:08] "POST /neutron/network HTTP/1.1" 200 839 0.006575 10.0.0.40 - - [2024-11-07 02:37:08] "POST /neutron/subnet HTTP/1.1" 200 701 0.007749 10.0.0.40 - - [2024-11-07 02:37:08] "POST /neutron/network HTTP/1.1" 200 839 0.006075 10.0.0.40 - - [2024-11-07 02:37:08] "POST /id-to-fqname HTTP/1.1" 200 230 0.001483 10.0.0.40 - - [2024-11-07 02:37:08] "POST /neutron/network HTTP/1.1" 200 849 0.008138 10.0.0.40 - - [2024-11-07 02:37:08] "GET /aaa-mode HTTP/1.1" 401 292 0.000700 10.0.0.40 - - [2024-11-07 02:37:08] "GET / HTTP/1.1" 200 35931 0.002872 10.0.0.40 - - [2024-11-07 02:37:08] "GET /project/318f5eb2-9bbf-4343-b1c5-755248950ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000678 10.0.0.40 - - [2024-11-07 02:37:09] "GET /projects?obj_uuids=318f5eb2-9bbf-4343-b1c5-755248950ef5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001562 10.0.0.40 - - [2024-11-07 02:37:09] "GET /project/318f5eb2-9bbf-4343-b1c5-755248950ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.057151 10.0.0.40 - - [2024-11-07 02:37:09] "POST /neutron/network HTTP/1.1" 200 839 0.006398 10.0.0.40 - - [2024-11-07 02:37:09] "POST /neutron/port HTTP/1.1" 200 117 0.006735 10.0.0.40 - - [2024-11-07 02:37:09] "POST /neutron/port HTTP/1.1" 200 117 0.005623 10.0.0.40 - - [2024-11-07 02:37:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.40 - - [2024-11-07 02:37:09] "GET /global-vrouter-config/9ae842d7-a099-4c1c-a9c9-471f8150d853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003451 10.0.0.40 - - [2024-11-07 02:37:09] "PUT /global-vrouter-config/9ae842d7-a099-4c1c-a9c9-471f8150d853 HTTP/1.1" 200 276 0.014128 10.0.0.40 - - [2024-11-07 02:37:09] "POST /neutron/port HTTP/1.1" 200 117 0.008614 10.0.0.40 - - [2024-11-07 02:37:09] "POST /neutron/network HTTP/1.1" 200 849 0.007011 10.0.0.40 - - [2024-11-07 02:37:09] "GET /projects?obj_uuids=318f5eb2-9bbf-4343-b1c5-755248950ef5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001429 10.0.0.40 - - [2024-11-07 02:37:10] "POST /neutron/port HTTP/1.1" 200 1055 0.274806 10.0.0.40 - - [2024-11-07 02:37:10] "POST /neutron/port HTTP/1.1" 200 1055 0.010102 10.0.0.40 - - [2024-11-07 02:37:10] "POST /neutron/port HTTP/1.1" 200 1055 0.010113 10.0.0.40 - - [2024-11-07 02:37:10] "POST /neutron/port HTTP/1.1" 200 1109 0.064209 10.0.0.40 - - [2024-11-07 02:37:10] "POST /neutron/port HTTP/1.1" 200 1083 0.016298 10.0.0.40 - - [2024-11-07 02:37:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003643 10.0.0.40 - - [2024-11-07 02:37:10] "POST /neutron/subnet HTTP/1.1" 200 675 0.011109 10.0.0.40 - - [2024-11-07 02:37:10] "POST /neutron/port HTTP/1.1" 200 117 0.001765 10.0.0.40 - - [2024-11-07 02:37:10] "POST /neutron/network HTTP/1.1" 200 839 0.006252 10.0.0.40 - - [2024-11-07 02:37:14] "POST /neutron/port HTTP/1.1" 200 1083 0.016298 10.0.0.40 - - [2024-11-07 02:37:14] "POST /neutron/port HTTP/1.1" 200 1083 0.015315 10.0.0.40 - - [2024-11-07 02:37:14] "POST /neutron/network HTTP/1.1" 200 849 0.005836 10.0.0.40 - - [2024-11-07 02:37:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003299 10.0.0.40 - - [2024-11-07 02:37:14] "POST /neutron/subnet HTTP/1.1" 200 675 0.012094 10.0.0.40 - - [2024-11-07 02:37:14] "POST /neutron/port HTTP/1.1" 200 117 0.001440 10.0.0.40 - - [2024-11-07 02:37:14] "POST /neutron/network HTTP/1.1" 200 839 0.007072 10.0.0.40 - - [2024-11-07 02:37:14] "POST /neutron/port HTTP/1.1" 200 1083 0.019172 10.0.0.40 - - [2024-11-07 02:37:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006438 10.0.0.40 - - [2024-11-07 02:37:14] "POST /neutron/port HTTP/1.1" 200 1083 0.016441 10.0.0.40 - - [2024-11-07 02:37:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006428 10.0.0.40 - - [2024-11-07 02:37:14] "POST /neutron/port HTTP/1.1" 200 1083 0.016354 10.0.0.40 - - [2024-11-07 02:37:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007156 10.0.0.40 - - [2024-11-07 02:37:14] "GET /virtual-machine/fdb0c71a-85d4-43b6-bedf-441790d1070e HTTP/1.1" 401 292 0.000530 10.0.0.40 - - [2024-11-07 02:37:15] "GET /virtual-machine/fdb0c71a-85d4-43b6-bedf-441790d1070e HTTP/1.1" 200 1293 0.029674 10.0.0.40 - - [2024-11-07 02:37:15] "GET /virtual-machine-interface/621b4594-870c-46a1-9381-479f45be8ec6 HTTP/1.1" 200 2971 0.002972 10.0.0.40 - - [2024-11-07 02:37:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.40 - - [2024-11-07 02:37:15] "GET /global-vrouter-config/9ae842d7-a099-4c1c-a9c9-471f8150d853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.003182 10.0.0.40 - - [2024-11-07 02:37:15] "GET /virtual-networks?parent_id=318f5eb2-9bbf-4343-b1c5-755248950ef5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.004913 10.0.0.40 - - [2024-11-07 02:37:15] "GET /virtual-network/ee16bd92-1549-4aa9-9c26-fe77064181e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.003774 10.0.0.40 - - [2024-11-07 02:37:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004114 10.0.0.40 - - [2024-11-07 02:37:18] "GET /virtual-network/ee16bd92-1549-4aa9-9c26-fe77064181e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.003370 10.0.0.40 - - [2024-11-07 02:37:19] "POST /neutron/port HTTP/1.1" 200 1083 0.018819 10.0.0.40 - - [2024-11-07 02:37:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011066 10.0.0.40 - - [2024-11-07 02:37:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003589 10.0.0.40 - - [2024-11-07 02:37:20] "GET /global-vrouter-config/9ae842d7-a099-4c1c-a9c9-471f8150d853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.002898 10.0.0.40 - - [2024-11-07 02:37:20] "GET /virtual-networks?parent_id=318f5eb2-9bbf-4343-b1c5-755248950ef5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003235 10.0.0.40 - - [2024-11-07 02:37:20] "GET /virtual-network/ee16bd92-1549-4aa9-9c26-fe77064181e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.003758 10.0.0.40 - - [2024-11-07 02:37:21] "POST /neutron/port HTTP/1.1" 200 1083 0.015947 10.0.0.40 - - [2024-11-07 02:37:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006722 10.0.0.40 - - [2024-11-07 02:37:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.40 - - [2024-11-07 02:37:27] "GET /global-vrouter-config/9ae842d7-a099-4c1c-a9c9-471f8150d853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.003004 10.0.0.40 - - [2024-11-07 02:37:28] "PUT /global-vrouter-config/9ae842d7-a099-4c1c-a9c9-471f8150d853 HTTP/1.1" 200 276 0.009589 10.0.0.40 - - [2024-11-07 02:37:28] "POST /neutron/network HTTP/1.1" 200 839 0.013164 10.0.0.40 - - [2024-11-07 02:37:28] "POST /neutron/network HTTP/1.1" 400 204 0.011469 10.0.0.40 - - [2024-11-07 02:37:28] "POST /neutron/port HTTP/1.1" 200 1083 0.015245 10.0.0.40 - - [2024-11-07 02:37:28] "POST /neutron/port HTTP/1.1" 200 1109 0.010031 10.0.0.40 - - [2024-11-07 02:37:28] "POST /neutron/port HTTP/1.1" 200 151 0.093774 10.0.0.40 - - [2024-11-07 02:37:30] "POST /neutron/network HTTP/1.1" 200 839 0.006899 10.0.0.40 - - [2024-11-07 02:37:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.007387 10.0.0.40 - - [2024-11-07 02:37:30] "POST /useragent-kv HTTP/1.1" 200 115 0.039861 10.0.0.40 - - [2024-11-07 02:37:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002038 10.0.0.40 - - [2024-11-07 02:37:30] "DELETE /route-target/fd623bf0-b466-4df1-81d6-7f309aa87155 HTTP/1.1" 200 115 0.039378 10.0.0.40 - - [2024-11-07 02:37:30] "POST /neutron/network HTTP/1.1" 200 151 0.137180 10.0.0.40 - - [2024-11-07 02:37:30] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.003358 10.0.0.40 - - [2024-11-07 02:37:30] "POST /network-ipams HTTP/1.1" 200 541 0.022837 10.0.0.40 - - [2024-11-07 02:37:30] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 981 0.003328 10.0.0.40 - - [2024-11-07 02:37:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.40 - - [2024-11-07 02:37:31] "GET /network-ipam/75cca4b6-4d68-4e26-9614-086c9cfb320c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.004675 10.0.0.40 - - [2024-11-07 02:37:31] "PUT /network-ipam/75cca4b6-4d68-4e26-9614-086c9cfb320c HTTP/1.1" 200 258 0.014070 10.0.0.40 - - [2024-11-07 02:37:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.40 - - [2024-11-07 02:37:31] "GET /projects?obj_uuids=318f5eb2-9bbf-4343-b1c5-755248950ef5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001485 10.0.0.40 - - [2024-11-07 02:37:31] "GET /project/318f5eb2-9bbf-4343-b1c5-755248950ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.026015 10.0.0.40 - - [2024-11-07 02:37:31] "POST /neutron/network HTTP/1.1" 200 117 0.009652 10.0.0.40 - - [2024-11-07 02:37:31] "GET /projects?obj_uuids=318f5eb2-9bbf-4343-b1c5-755248950ef5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003497 10.0.0.40 - - [2024-11-07 02:37:31] "POST /neutron/network HTTP/1.1" 200 605 0.092391 10.0.0.40 - - [2024-11-07 02:37:31] "POST /route-targets HTTP/1.1" 200 327 0.011442 10.0.0.40 - - [2024-11-07 02:37:31] "POST /ref-update HTTP/1.1" 200 156 0.010578 10.0.0.40 - - [2024-11-07 02:37:31] "POST /useragent-kv HTTP/1.1" 200 115 0.004991 10.0.0.40 - - [2024-11-07 02:37:31] "POST /neutron/subnet HTTP/1.1" 200 699 0.177798 10.0.0.40 - - [2024-11-07 02:37:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003829 10.0.0.40 - - [2024-11-07 02:37:31] "POST /neutron/subnet HTTP/1.1" 200 699 0.129462 10.0.0.40 - - [2024-11-07 02:37:31] "POST /neutron/network HTTP/1.1" 200 994 0.009149 10.0.0.40 - - [2024-11-07 02:37:31] "POST /id-to-fqname HTTP/1.1" 200 220 0.001549 10.0.0.40 - - [2024-11-07 02:37:31] "GET /virtual-network/be8d984b-dbc8-46d9-9600-0596963e05a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.003350 10.0.0.40 - - [2024-11-07 02:37:31] "POST /neutron/network HTTP/1.1" 200 994 0.008427 10.0.0.40 - - [2024-11-07 02:37:31] "GET /virtual-network/be8d984b-dbc8-46d9-9600-0596963e05a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.003137 10.0.0.40 - - [2024-11-07 02:37:31] "POST /neutron/network HTTP/1.1" 200 994 0.008460 10.0.0.40 - - [2024-11-07 02:37:31] "POST /neutron/subnet HTTP/1.1" 200 699 0.007672 10.0.0.40 - - [2024-11-07 02:37:32] "POST /neutron/subnet HTTP/1.1" 200 699 0.008294 10.0.0.40 - - [2024-11-07 02:37:32] "POST /neutron/network HTTP/1.1" 200 994 0.008322 10.0.0.40 - - [2024-11-07 02:37:32] "POST /neutron/subnet HTTP/1.1" 200 699 0.007957 10.0.0.40 - - [2024-11-07 02:37:32] "POST /neutron/subnet HTTP/1.1" 200 699 0.008262 10.0.0.40 - - [2024-11-07 02:37:32] "GET /projects?obj_uuids=318f5eb2-9bbf-4343-b1c5-755248950ef5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001363 10.0.0.40 - - [2024-11-07 02:37:32] "POST /neutron/port HTTP/1.1" 200 1017 0.169097 10.0.0.40 - - [2024-11-07 02:37:32] "GET /projects?obj_uuids=318f5eb2-9bbf-4343-b1c5-755248950ef5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001402 10.0.0.40 - - [2024-11-07 02:37:32] "POST /neutron/port HTTP/1.1" 200 1017 0.177294 10.0.0.40 - - [2024-11-07 02:37:32] "POST /id-to-fqname HTTP/1.1" 200 220 0.001552 10.0.0.40 - - [2024-11-07 02:37:32] "POST /neutron/port HTTP/1.1" 200 1017 0.009901 10.0.0.40 - - [2024-11-07 02:37:32] "POST /neutron/port HTTP/1.1" 200 1017 0.034652 10.0.0.40 - - [2024-11-07 02:37:32] "POST /neutron/network HTTP/1.1" 200 994 0.007813 10.0.0.40 - - [2024-11-07 02:37:32] "POST /neutron/port HTTP/1.1" 200 1017 0.008027 10.0.0.40 - - [2024-11-07 02:37:32] "POST /neutron/port HTTP/1.1" 200 117 0.005630 10.0.0.40 - - [2024-11-07 02:37:32] "POST /neutron/port HTTP/1.1" 200 117 0.006047 10.0.0.40 - - [2024-11-07 02:37:32] "POST /id-to-fqname HTTP/1.1" 200 220 0.001703 10.0.0.40 - - [2024-11-07 02:37:32] "POST /neutron/port HTTP/1.1" 200 117 0.005973 10.0.0.40 - - [2024-11-07 02:37:33] "POST /neutron/port HTTP/1.1" 200 1017 0.008935 10.0.0.40 - - [2024-11-07 02:37:33] "POST /neutron/port HTTP/1.1" 200 1017 0.008995 10.0.0.40 - - [2024-11-07 02:37:33] "POST /neutron/network HTTP/1.1" 200 994 0.007509 10.0.0.40 - - [2024-11-07 02:37:33] "POST /neutron/port HTTP/1.1" 200 1017 0.007806 10.0.0.40 - - [2024-11-07 02:37:33] "POST /neutron/port HTTP/1.1" 200 1017 0.010173 10.0.0.40 - - [2024-11-07 02:37:33] "POST /neutron/port HTTP/1.1" 200 1017 0.012665 10.0.0.40 - - [2024-11-07 02:37:33] "POST /neutron/port HTTP/1.1" 200 117 0.007066 10.0.0.40 - - [2024-11-07 02:37:33] "POST /neutron/port HTTP/1.1" 200 117 0.005735 10.0.0.40 - - [2024-11-07 02:37:33] "POST /id-to-fqname HTTP/1.1" 200 220 0.001892 10.0.0.40 - - [2024-11-07 02:37:33] "POST /neutron/port HTTP/1.1" 200 117 0.006985 10.0.0.40 - - [2024-11-07 02:37:33] "POST /neutron/network HTTP/1.1" 200 1004 0.009186 10.0.0.40 - - [2024-11-07 02:37:33] "GET /aaa-mode HTTP/1.1" 401 292 0.000742 10.0.0.40 - - [2024-11-07 02:37:33] "GET / HTTP/1.1" 200 35931 0.002228 10.0.0.40 - - [2024-11-07 02:37:33] "GET /project/318f5eb2-9bbf-4343-b1c5-755248950ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000479 10.0.0.40 - - [2024-11-07 02:37:34] "POST /neutron/port HTTP/1.1" 200 1017 0.037686 10.0.0.40 - - [2024-11-07 02:37:34] "POST /neutron/port HTTP/1.1" 200 1017 0.019300 10.0.0.40 - - [2024-11-07 02:37:34] "POST /neutron/network HTTP/1.1" 200 1004 0.012050 10.0.0.40 - - [2024-11-07 02:37:34] "POST /neutron/network HTTP/1.1" 200 1004 0.009973 10.0.0.40 - - [2024-11-07 02:37:34] "POST /neutron/port HTTP/1.1" 200 1017 0.016031 10.0.0.40 - - [2024-11-07 02:37:34] "POST /neutron/port HTTP/1.1" 200 1017 0.012832 10.0.0.40 - - [2024-11-07 02:37:34] "POST /neutron/port HTTP/1.1" 200 1017 0.012233 10.0.0.40 - - [2024-11-07 02:37:34] "POST /neutron/port HTTP/1.1" 200 1017 0.012198 10.0.0.40 - - [2024-11-07 02:37:34] "POST /neutron/port HTTP/1.1" 200 1109 0.110330 10.0.0.40 - - [2024-11-07 02:37:34] "POST /neutron/port HTTP/1.1" 200 1109 0.111271 10.0.0.40 - - [2024-11-07 02:37:34] "GET /projects?obj_uuids=318f5eb2-9bbf-4343-b1c5-755248950ef5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001341 10.0.0.40 - - [2024-11-07 02:37:34] "POST /neutron/port HTTP/1.1" 200 1083 0.034821 10.0.0.40 - - [2024-11-07 02:37:34] "POST /neutron/port HTTP/1.1" 200 1083 0.029497 10.0.0.40 - - [2024-11-07 02:37:34] "GET /project/318f5eb2-9bbf-4343-b1c5-755248950ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.067350 10.0.0.40 - - [2024-11-07 02:37:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003892 10.0.0.40 - - [2024-11-07 02:37:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005527 10.0.0.40 - - [2024-11-07 02:37:34] "POST /neutron/network HTTP/1.1" 200 994 0.008562 10.0.0.40 - - [2024-11-07 02:37:34] "POST /neutron/subnet HTTP/1.1" 200 673 0.028445 10.0.0.40 - - [2024-11-07 02:37:34] "POST /neutron/subnet HTTP/1.1" 200 673 0.023987 10.0.0.40 - - [2024-11-07 02:37:34] "POST /neutron/port HTTP/1.1" 200 117 0.001711 10.0.0.40 - - [2024-11-07 02:37:34] "POST /neutron/port HTTP/1.1" 200 117 0.001658 10.0.0.40 - - [2024-11-07 02:37:34] "POST /neutron/network HTTP/1.1" 200 994 0.012010 10.0.0.40 - - [2024-11-07 02:37:34] "POST /neutron/network HTTP/1.1" 200 994 0.016556 10.0.0.40 - - [2024-11-07 02:37:34] "POST /neutron/port HTTP/1.1" 200 2050 0.040323 10.0.0.40 - - [2024-11-07 02:37:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007411 10.0.0.40 - - [2024-11-07 02:37:34] "POST /neutron/port HTTP/1.1" 200 117 0.006213 10.0.0.40 - - [2024-11-07 02:37:34] "GET /domains HTTP/1.1" 200 280 0.003437 10.0.0.40 - - [2024-11-07 02:37:34] "GET /domains?obj_uuids=3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001401 10.0.0.40 - - [2024-11-07 02:37:34] "GET /domain/3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb HTTP/1.1" 200 2760 0.016026 10.0.0.40 - - [2024-11-07 02:37:34] "GET /projects?obj_uuids=318f5eb2-9bbf-4343-b1c5-755248950ef5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001861 10.0.0.40 - - [2024-11-07 02:37:34] "GET /project/318f5eb2-9bbf-4343-b1c5-755248950ef5 HTTP/1.1" 200 2852 0.069643 10.0.0.40 - - [2024-11-07 02:37:34] "GET /network-ipam/75cca4b6-4d68-4e26-9614-086c9cfb320c HTTP/1.1" 200 2601 0.009355 10.0.0.40 - - [2024-11-07 02:37:34] "GET /domains HTTP/1.1" 200 280 0.003850 10.0.0.40 - - [2024-11-07 02:37:34] "GET /domains?obj_uuids=3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001854 10.0.0.40 - - [2024-11-07 02:37:34] "GET /domain/3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb HTTP/1.1" 200 2760 0.008982 10.0.0.40 - - [2024-11-07 02:37:34] "GET /projects?obj_uuids=318f5eb2-9bbf-4343-b1c5-755248950ef5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001650 10.0.0.40 - - [2024-11-07 02:37:34] "GET /project/318f5eb2-9bbf-4343-b1c5-755248950ef5 HTTP/1.1" 200 2852 0.083596 10.0.0.40 - - [2024-11-07 02:37:34] "GET /virtual-network/be8d984b-dbc8-46d9-9600-0596963e05a8 HTTP/1.1" 200 3780 0.013480 10.0.0.40 - - [2024-11-07 02:37:34] "GET /virtual-network/be8d984b-dbc8-46d9-9600-0596963e05a8 HTTP/1.1" 200 3780 0.013091 10.0.0.40 - - [2024-11-07 02:37:34] "GET /routing-instance/7d5c39c6-fd62-4179-a9c7-f766e740bded HTTP/1.1" 200 2380 0.004065 10.0.0.40 - - [2024-11-07 02:37:34] "GET /routing-instance/7d5c39c6-fd62-4179-a9c7-f766e740bded HTTP/1.1" 200 2380 0.007410 10.0.0.40 - - [2024-11-07 02:37:34] "GET /route-target/91b56d49-317e-4457-80d5-3a72f5aaee69 HTTP/1.1" 200 1204 0.003919 10.0.0.40 - - [2024-11-07 02:37:34] "GET /virtual-network/be8d984b-dbc8-46d9-9600-0596963e05a8 HTTP/1.1" 200 3780 0.003695 10.0.0.40 - - [2024-11-07 02:37:34] "GET /routing-instance/7d5c39c6-fd62-4179-a9c7-f766e740bded HTTP/1.1" 200 2380 0.003217 10.0.0.40 - - [2024-11-07 02:37:35] "GET /virtual-network/be8d984b-dbc8-46d9-9600-0596963e05a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.016771 10.0.0.40 - - [2024-11-07 02:37:35] "GET /virtual-network/be8d984b-dbc8-46d9-9600-0596963e05a8 HTTP/1.1" 200 3780 0.004338 10.0.0.40 - - [2024-11-07 02:37:35] "GET /routing-instance/7d5c39c6-fd62-4179-a9c7-f766e740bded HTTP/1.1" 200 2380 0.003985 10.0.0.40 - - [2024-11-07 02:37:35] "GET /routing-instance/7d5c39c6-fd62-4179-a9c7-f766e740bded HTTP/1.1" 200 2380 0.006757 10.0.0.40 - - [2024-11-07 02:37:35] "GET /route-target/91b56d49-317e-4457-80d5-3a72f5aaee69 HTTP/1.1" 200 1204 0.004491 10.0.0.40 - - [2024-11-07 02:37:35] "GET /domains HTTP/1.1" 200 280 0.003361 10.0.0.40 - - [2024-11-07 02:37:35] "GET /domains?obj_uuids=3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001410 10.0.0.40 - - [2024-11-07 02:37:35] "GET /domain/3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb HTTP/1.1" 200 2760 0.008636 10.0.0.40 - - [2024-11-07 02:37:35] "GET /projects?obj_uuids=318f5eb2-9bbf-4343-b1c5-755248950ef5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001326 10.0.0.40 - - [2024-11-07 02:37:35] "POST /neutron/network HTTP/1.1" 200 1004 0.012735 10.0.0.40 - - [2024-11-07 02:37:35] "GET /project/318f5eb2-9bbf-4343-b1c5-755248950ef5 HTTP/1.1" 200 2852 0.081517 10.0.0.40 - - [2024-11-07 02:37:35] "GET /virtual-network/be8d984b-dbc8-46d9-9600-0596963e05a8 HTTP/1.1" 200 3780 0.007414 10.0.0.40 - - [2024-11-07 02:37:35] "GET /projects?obj_uuids=318f5eb2-9bbf-4343-b1c5-755248950ef5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001465 10.0.0.40 - - [2024-11-07 02:37:35] "POST /neutron/port HTTP/1.1" 200 1055 0.237597 10.0.0.40 - - [2024-11-07 02:37:35] "POST /neutron/port HTTP/1.1" 200 1055 0.016974 10.0.0.40 - - [2024-11-07 02:37:35] "POST /neutron/port HTTP/1.1" 200 1055 0.012857 10.0.0.40 - - [2024-11-07 02:37:35] "POST /neutron/port HTTP/1.1" 200 1109 0.104418 10.0.0.40 - - [2024-11-07 02:37:35] "POST /neutron/port HTTP/1.1" 200 1083 0.050983 10.0.0.40 - - [2024-11-07 02:37:35] "GET /obj-perms HTTP/1.1" 200 5030 0.089855 10.0.0.40 - - [2024-11-07 02:37:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.018780 10.0.0.40 - - [2024-11-07 02:37:35] "POST /neutron/subnet HTTP/1.1" 200 673 0.022062 10.0.0.40 - - [2024-11-07 02:37:35] "POST /neutron/port HTTP/1.1" 200 1083 0.022141 10.0.0.40 - - [2024-11-07 02:37:35] "POST /neutron/port HTTP/1.1" 200 117 0.001455 10.0.0.40 - - [2024-11-07 02:37:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007669 10.0.0.40 - - [2024-11-07 02:37:35] "POST /neutron/network HTTP/1.1" 200 994 0.011596 10.0.0.40 - - [2024-11-07 02:37:40] "POST /neutron/port HTTP/1.1" 200 1083 0.016442 10.0.0.40 - - [2024-11-07 02:37:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006156 10.0.0.40 - - [2024-11-07 02:37:41] "POST /neutron/port HTTP/1.1" 200 1083 0.018255 10.0.0.40 - - [2024-11-07 02:37:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007149 10.0.0.40 - - [2024-11-07 02:37:41] "POST /neutron/port HTTP/1.1" 200 1083 0.022366 10.0.0.40 - - [2024-11-07 02:37:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008418 10.0.0.40 - - [2024-11-07 02:37:41] "GET /virtual-machine/1af93790-b44b-4723-9eb7-cf9a0d55dfdd HTTP/1.1" 200 1288 0.006163 10.0.0.40 - - [2024-11-07 02:37:41] "GET /virtual-machine-interface/fef14d1f-8fee-48e5-8782-a3a1dd3cee5f HTTP/1.1" 200 2941 0.005426 10.0.0.40 - - [2024-11-07 02:37:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.40 - - [2024-11-07 02:37:41] "GET /global-vrouter-config/9ae842d7-a099-4c1c-a9c9-471f8150d853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004349 10.0.0.40 - - [2024-11-07 02:37:41] "GET /virtual-networks?parent_id=318f5eb2-9bbf-4343-b1c5-755248950ef5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004181 10.0.0.40 - - [2024-11-07 02:37:41] "GET /virtual-network/be8d984b-dbc8-46d9-9600-0596963e05a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004075 10.0.0.40 - - [2024-11-07 02:37:41] "DELETE /project/318f5eb29bbf4343b1c5755248950ef5 HTTP/1.1" 404 173 0.034311 10.0.0.40 - - [2024-11-07 02:37:41] "GET /projects?obj_uuids=fcd74d29-749f-4ce3-a364-62d3803dccdc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001209 10.0.0.40 - - [2024-11-07 02:37:41] "GET /project/fcd74d29-749f-4ce3-a364-62d3803dccdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.023808 10.0.0.40 - - [2024-11-07 02:37:41] "GET /projects?obj_uuids=fcd74d29-749f-4ce3-a364-62d3803dccdc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001611 10.0.0.40 - - [2024-11-07 02:37:41] "GET /project/fcd74d29-749f-4ce3-a364-62d3803dccdc?fields=security_groups HTTP/1.1" 200 1377 0.069070 10.0.0.40 - - [2024-11-07 02:37:41] "DELETE /security-group/25c8aaeb-ba1e-4540-a6e3-d49749e812d7 HTTP/1.1" 200 115 0.046170 10.0.0.40 - - [2024-11-07 02:37:41] "GET /projects?obj_uuids=fcd74d29-749f-4ce3-a364-62d3803dccdc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001587 10.0.0.40 - - [2024-11-07 02:37:41] "DELETE /access-control-list/e07ecef6-f73b-4eda-9f22-46ecd7955e1f HTTP/1.1" 200 115 0.037180 10.0.0.40 - - [2024-11-07 02:37:41] "GET /project/fcd74d29-749f-4ce3-a364-62d3803dccdc?fields=application_policy_sets HTTP/1.1" 200 1416 0.038702 10.0.0.40 - - [2024-11-07 02:37:41] "DELETE /access-control-list/e8fd6b7d-bbee-4865-86a7-b1e255f2bcee HTTP/1.1" 200 115 0.034471 10.0.0.40 - - [2024-11-07 02:37:41] "DELETE /project/fcd74d29-749f-4ce3-a364-62d3803dccdc HTTP/1.1" 200 115 0.394580 10.0.0.40 - - [2024-11-07 02:37:44] "POST /neutron/port HTTP/1.1" 200 1083 0.022083 10.0.0.40 - - [2024-11-07 02:37:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009394 10.0.0.40 - - [2024-11-07 02:37:44] "POST /neutron/port HTTP/1.1" 200 1083 0.018728 10.0.0.40 - - [2024-11-07 02:37:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006522 10.0.0.40 - - [2024-11-07 02:37:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.40 - - [2024-11-07 02:37:44] "GET /virtual-network/be8d984b-dbc8-46d9-9600-0596963e05a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004889 10.0.0.40 - - [2024-11-07 02:37:45] "POST /neutron/port HTTP/1.1" 200 1083 0.017630 10.0.0.40 - - [2024-11-07 02:37:45] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006159 10.0.0.40 - - [2024-11-07 02:37:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.40 - - [2024-11-07 02:37:46] "GET /global-vrouter-config/9ae842d7-a099-4c1c-a9c9-471f8150d853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003093 10.0.0.40 - - [2024-11-07 02:37:46] "GET /virtual-networks?parent_id=318f5eb2-9bbf-4343-b1c5-755248950ef5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003495 10.0.0.40 - - [2024-11-07 02:37:46] "GET /virtual-network/be8d984b-dbc8-46d9-9600-0596963e05a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.003860 10.0.0.40 - - [2024-11-07 02:37:46] "POST /neutron/port HTTP/1.1" 200 1083 0.019029 10.0.0.40 - - [2024-11-07 02:37:46] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006897 10.0.0.40 - - [2024-11-07 02:37:49] "GET /obj-perms HTTP/1.1" 200 5056 0.052288 10.0.0.40 - - [2024-11-07 02:37:50] "GET /obj-perms HTTP/1.1" 200 5056 0.053672 10.0.0.40 - - [2024-11-07 02:37:52] "POST /neutron/port HTTP/1.1" 200 1083 0.017036 10.0.0.40 - - [2024-11-07 02:37:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007238 10.0.0.40 - - [2024-11-07 02:37:52] "POST /neutron/port HTTP/1.1" 200 1083 0.016981 10.0.0.40 - - [2024-11-07 02:37:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007048 10.0.0.40 - - [2024-11-07 02:37:52] "POST /neutron/port HTTP/1.1" 200 1083 0.016541 10.0.0.40 - - [2024-11-07 02:37:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007917 10.0.0.40 - - [2024-11-07 02:37:52] "GET /virtual-machine/5ea32dfa-0c39-4736-a8bb-9b0adb6081e7 HTTP/1.1" 200 1288 0.004043 10.0.0.40 - - [2024-11-07 02:37:52] "GET /virtual-machine-interface/cb446511-a147-447b-9842-430712663d20 HTTP/1.1" 200 2942 0.003031 10.0.0.40 - - [2024-11-07 02:37:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.40 - - [2024-11-07 02:37:52] "GET /global-vrouter-config/9ae842d7-a099-4c1c-a9c9-471f8150d853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002784 10.0.0.40 - - [2024-11-07 02:37:52] "GET /virtual-networks?parent_id=318f5eb2-9bbf-4343-b1c5-755248950ef5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003559 10.0.0.40 - - [2024-11-07 02:37:52] "GET /virtual-network/be8d984b-dbc8-46d9-9600-0596963e05a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.003906 10.0.0.40 - - [2024-11-07 02:37:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004975 10.0.0.40 - - [2024-11-07 02:37:53] "GET /global-vrouter-config/9ae842d7-a099-4c1c-a9c9-471f8150d853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003173 10.0.0.40 - - [2024-11-07 02:37:53] "GET /virtual-networks?parent_id=318f5eb2-9bbf-4343-b1c5-755248950ef5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004032 10.0.0.40 - - [2024-11-07 02:37:53] "GET /virtual-network/be8d984b-dbc8-46d9-9600-0596963e05a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004569 10.0.0.40 - - [2024-11-07 02:37:53] "POST /neutron/port HTTP/1.1" 200 1083 0.016948 10.0.0.40 - - [2024-11-07 02:37:53] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007700 10.0.0.40 - - [2024-11-07 02:37:53] "POST /neutron/port HTTP/1.1" 200 1083 0.016321 10.0.0.40 - - [2024-11-07 02:37:53] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008190 10.0.0.40 - - [2024-11-07 02:37:54] "POST /neutron/port HTTP/1.1" 200 1083 0.017583 10.0.0.40 - - [2024-11-07 02:37:54] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007820 10.0.0.40 - - [2024-11-07 02:37:54] "GET /virtual-machine/9118ab11-fa50-49e5-b463-00666c411e43 HTTP/1.1" 200 1293 0.004483 10.0.0.40 - - [2024-11-07 02:37:54] "GET /virtual-machine-interface/0513900a-4f74-4730-bdf2-9726c3a18793 HTTP/1.1" 200 2940 0.003421 10.0.0.40 - - [2024-11-07 02:37:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004013 10.0.0.40 - - [2024-11-07 02:37:54] "GET /global-vrouter-config/9ae842d7-a099-4c1c-a9c9-471f8150d853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004220 10.0.0.40 - - [2024-11-07 02:37:54] "GET /virtual-networks?parent_id=318f5eb2-9bbf-4343-b1c5-755248950ef5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003707 10.0.0.40 - - [2024-11-07 02:37:54] "GET /virtual-network/be8d984b-dbc8-46d9-9600-0596963e05a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004378 10.0.0.40 - - [2024-11-07 02:37:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.40 - - [2024-11-07 02:37:55] "GET /global-vrouter-config/9ae842d7-a099-4c1c-a9c9-471f8150d853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002873 10.0.0.40 - - [2024-11-07 02:37:55] "GET /virtual-networks?parent_id=318f5eb2-9bbf-4343-b1c5-755248950ef5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003427 10.0.0.40 - - [2024-11-07 02:37:55] "GET /virtual-network/be8d984b-dbc8-46d9-9600-0596963e05a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.003832 10.0.0.40 - - [2024-11-07 02:38:11] "POST /neutron/port HTTP/1.1" 200 1109 0.011082 10.0.0.40 - - [2024-11-07 02:38:11] "POST /neutron/port HTTP/1.1" 200 1109 0.012283 10.0.0.40 - - [2024-11-07 02:38:11] "POST /neutron/port HTTP/1.1" 200 151 0.102694 10.0.0.40 - - [2024-11-07 02:38:11] "POST /neutron/port HTTP/1.1" 200 1109 0.010637 10.0.0.40 - - [2024-11-07 02:38:11] "POST /neutron/port HTTP/1.1" 200 1109 0.009376 10.0.0.40 - - [2024-11-07 02:38:11] "POST /neutron/port HTTP/1.1" 200 151 0.118803 10.0.0.40 - - [2024-11-07 02:38:11] "POST /neutron/network HTTP/1.1" 200 994 0.011352 10.0.0.40 - - [2024-11-07 02:38:11] "POST /neutron/network HTTP/1.1" 400 204 0.011258 10.0.0.40 - - [2024-11-07 02:38:12] "POST /neutron/port HTTP/1.1" 200 1083 0.016654 10.0.0.40 - - [2024-11-07 02:38:12] "POST /neutron/port HTTP/1.1" 200 1109 0.010606 10.0.0.40 - - [2024-11-07 02:38:12] "POST /neutron/port HTTP/1.1" 200 151 0.151280 10.0.0.40 - - [2024-11-07 02:38:13] "POST /neutron/network HTTP/1.1" 200 994 0.008174 10.0.0.40 - - [2024-11-07 02:38:13] "POST /useragent-kv HTTP/1.1" 200 115 0.001553 10.0.0.40 - - [2024-11-07 02:38:13] "POST /useragent-kv HTTP/1.1" 200 115 0.001172 10.0.0.40 - - [2024-11-07 02:38:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.006166 10.0.0.40 - - [2024-11-07 02:38:13] "POST /useragent-kv HTTP/1.1" 200 115 0.001149 10.0.0.40 - - [2024-11-07 02:38:14] "POST /useragent-kv HTTP/1.1" 200 115 0.001103 10.0.0.40 - - [2024-11-07 02:38:14] "POST /neutron/network HTTP/1.1" 200 151 0.100820 10.0.0.40 - - [2024-11-07 02:38:14] "GET /routing-instance/7d5c39c6-fd62-4179-a9c7-f766e740bded HTTP/1.1" 404 171 0.002423 10.0.0.40 - - [2024-11-07 02:38:14] "DELETE /route-target/91b56d49-317e-4457-80d5-3a72f5aaee69 HTTP/1.1" 200 115 0.025470 10.0.0.40 - - [2024-11-07 02:38:14] "GET /domains HTTP/1.1" 200 280 0.005909 10.0.0.40 - - [2024-11-07 02:38:14] "GET /domains?obj_uuids=3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001269 10.0.0.40 - - [2024-11-07 02:38:14] "GET /domain/3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb HTTP/1.1" 200 2573 0.052623 10.0.0.40 - - [2024-11-07 02:38:14] "GET /projects?obj_uuids=318f5eb2-9bbf-4343-b1c5-755248950ef5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001383 10.0.0.40 - - [2024-11-07 02:38:14] "GET /project/318f5eb2-9bbf-4343-b1c5-755248950ef5 HTTP/1.1" 200 2095 0.065542 10.0.0.40 - - [2024-11-07 02:38:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003677 10.0.0.40 - - [2024-11-07 02:38:14] "DELETE /network-ipam/75cca4b6-4d68-4e26-9614-086c9cfb320c HTTP/1.1" 200 115 0.031487 10.0.0.40 - - [2024-11-07 02:38:14] "POST /fqname-to-id HTTP/1.1" 404 211 0.002767 10.0.0.40 - - [2024-11-07 02:38:14] "GET /projects?obj_uuids=318f5eb2-9bbf-4343-b1c5-755248950ef5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001404 10.0.0.40 - - [2024-11-07 02:38:14] "GET /project/318f5eb2-9bbf-4343-b1c5-755248950ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.062405 10.0.0.40 - - [2024-11-07 02:38:14] "GET /projects?obj_uuids=318f5eb2-9bbf-4343-b1c5-755248950ef5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001828 10.0.0.40 - - [2024-11-07 02:38:14] "GET /project/318f5eb2-9bbf-4343-b1c5-755248950ef5?fields=virtual_networks HTTP/1.1" 200 1042 0.069831 10.0.0.40 - - [2024-11-07 02:38:14] "GET /projects?obj_uuids=318f5eb2-9bbf-4343-b1c5-755248950ef5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001356 10.0.0.40 - - [2024-11-07 02:38:14] "GET /project/318f5eb2-9bbf-4343-b1c5-755248950ef5?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.030683 10.0.0.40 - - [2024-11-07 02:38:14] "GET /projects?obj_uuids=318f5eb2-9bbf-4343-b1c5-755248950ef5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001626 10.0.0.40 - - [2024-11-07 02:38:14] "GET /project/318f5eb2-9bbf-4343-b1c5-755248950ef5?fields=security_groups HTTP/1.1" 200 1268 0.031339 10.0.0.40 - - [2024-11-07 02:38:16] "POST /neutron/port HTTP/1.1" 200 117 0.006302 10.0.0.40 - - [2024-11-07 02:38:16] "POST /neutron/port HTTP/1.1" 400 205 0.004419 10.0.0.40 - - [2024-11-07 02:38:16] "POST /neutron/port HTTP/1.1" 200 117 0.005875 10.0.0.40 - - [2024-11-07 02:38:16] "POST /neutron/port HTTP/1.1" 400 205 0.003984 10.0.0.40 - - [2024-11-07 02:38:23] "GET / HTTP/1.1" 200 35931 0.003341 10.0.0.40 - - [2024-11-07 02:38:24] "GET /project/e6879511-f374-49c6-aa0a-5024b05fc985?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000634 10.0.0.40 - - [2024-11-07 02:38:24] "GET /projects?obj_uuids=e6879511-f374-49c6-aa0a-5024b05fc985&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001364 10.0.0.40 - - [2024-11-07 02:38:24] "GET /project/e6879511-f374-49c6-aa0a-5024b05fc985?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1282 0.050836 [Introspect:8084]10.0.0.40 - - [2024-11-07 02:38:25] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001413 10.0.0.40 - - [2024-11-07 02:38:25] "POST /fqname-to-id HTTP/1.1" 404 184 0.027761 10.0.0.40 - - [2024-11-07 02:38:25] "GET /projects?obj_uuids=254fe6ba-8bb0-4303-822b-991a0b14e981&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002691 10.0.0.40 - - [2024-11-07 02:38:25] "GET /domains?obj_uuids=3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001349 10.0.0.40 - - [2024-11-07 02:38:25] "GET /domain/3e6f894c-20ca-4ba3-93d9-ce2cc92c15eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008453 10.0.0.40 - - [2024-11-07 02:38:25] "POST /id-to-fqname HTTP/1.1" 200 186 0.001513 10.0.0.40 - - [2024-11-07 02:38:25] "POST /fqname-to-id HTTP/1.1" 404 195 0.002346 10.0.0.40 - - [2024-11-07 02:38:25] "POST /security-groups HTTP/1.1" 200 587 0.063816 10.0.0.40 - - [2024-11-07 02:38:25] "POST /fqname-to-id HTTP/1.1" 404 230 0.003307 10.0.0.40 - - [2024-11-07 02:38:25] "POST /projects HTTP/1.1" 200 577 0.227761 10.0.0.40 - - [2024-11-07 02:38:25] "POST /access-control-lists HTTP/1.1" 200 592 0.061090 10.0.0.40 - - [2024-11-07 02:38:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.308209