++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Thu Oct 31 02:18:45 UTC 2024 ===================' INFO: =================== Thu Oct 31 02:18:45 UTC 2024 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ cut -d / -f 1 +++ ip addr show dev ens3 +++ awk '{print $2}' +++ grep 'inet ' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.31 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.31 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.31 ++ ANALYTICSDB_NODES=10.0.0.31 ++ ANALYTICS_SNMP_NODES=10.0.0.31 ++ 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.31 +++ local server_address=10.0.0.31 +++ extended_server_list+='10.0.0.31:8081 ' +++ '[' -n '10.0.0.31:8081 ' ']' +++ echo 10.0.0.31:8081 ++ ANALYTICS_SERVERS=10.0.0.31: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.31 +++ local server_address=10.0.0.31 +++ extended_server_list+='10.0.0.31:9042 ' +++ '[' -n '10.0.0.31:9042 ' ']' +++ echo 10.0.0.31:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.31:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.31 ++ 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.31 +++ local server_address=10.0.0.31 +++ extended_server_list+='10.0.0.31:8086 ' +++ '[' -n '10.0.0.31:8086 ' ']' +++ echo 10.0.0.31:8086 ++ COLLECTOR_SERVERS=10.0.0.31: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.31 ++ CONFIGDB_NODES=10.0.0.31 ++ 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.31 +++ local server_address=10.0.0.31 +++ extended_server_list+='10.0.0.31:8082 ' +++ '[' -n '10.0.0.31:8082 ' ']' +++ echo 10.0.0.31:8082 ++ CONFIG_SERVERS=10.0.0.31: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.31 +++ local server_address=10.0.0.31 +++ extended_server_list+='10.0.0.31:9161 ' +++ '[' -n '10.0.0.31:9161 ' ']' +++ echo 10.0.0.31:9161 ++ CONFIGDB_SERVERS=10.0.0.31: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.31 +++ local server_address=10.0.0.31 +++ extended_server_list+='10.0.0.31:9041 ' +++ '[' -n '10.0.0.31:9041 ' ']' +++ echo 10.0.0.31:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.31:9041 ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.0.0.31 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.0.0.31 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.31 ++ 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.31 +++ local server_address=10.0.0.31 +++ extended_server_list+=10.0.0.31:2181, +++ '[' -n 10.0.0.31:2181, ']' +++ echo 10.0.0.31:2181 ++ ZOOKEEPER_SERVERS=10.0.0.31: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.31 +++ local server_address=10.0.0.31 +++ extended_server_list+='10.0.0.31:2181 ' +++ '[' -n '10.0.0.31:2181 ' ']' +++ echo 10.0.0.31:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.31:2181 ++ RABBITMQ_NODES=10.0.0.31 ++ 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.31 +++ local server_address=10.0.0.31 +++ extended_server_list+=10.0.0.31:5673, +++ '[' -n 10.0.0.31:5673, ']' +++ echo 10.0.0.31:5673 ++ RABBITMQ_SERVERS=10.0.0.31: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.31 +++ local server_address=10.0.0.31 +++ extended_server_list+='10.0.0.31:6379 ' +++ '[' -n '10.0.0.31:6379 ' ']' +++ echo 10.0.0.31:6379 ++ REDIS_SERVERS=10.0.0.31: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.31 ++ 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.31 +++ local server_address=10.0.0.31 +++ extended_server_list+='10.0.0.31:9092 ' +++ '[' -n '10.0.0.31:9092 ' ']' +++ echo 10.0.0.31:9092 ++ KAFKA_SERVERS=10.0.0.31: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.31 ++ 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.31 ++ 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.31 ++ 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.31 ++ cut -d , -f 1 + local cassandra=10.0.0.31 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.31 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.31 +++ local servers=10.0.0.31 +++ local server_list= +++ IFS=, +++ read -ra server_list +++ cut -d ' ' -f 1 ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ uniq ++++ sort +++ local local_ips=,10.0.0.31,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.31'\''))' +++ local server_ip=10.0.0.31 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.31 ]] +++ [[ ,10.0.0.31,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.31, ]] +++ echo 10.0.0.31 1 +++ return ++ local ip=10.0.0.31 ++ [[ -z 10.0.0.31 ]] ++ echo 10.0.0.31 + host_ip=10.0.0.31 + [[ cql == \c\q\l ]] ++ echo 10.0.0.31:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.31:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.31:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ sort ++ cut -d = -f 1 ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.6/site-packages/keystonemiddleware/auth_token/_memcache_crypt.py:42: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography. The next release of cryptography will remove support for Python 3.6. from cryptography.hazmat import backends as crypto_backends 10/31/2024 02:18:53.392 7f0889b38f88 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 10/31/2024 02:18:53.421 7f0889b38f88 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 10/31/2024 02:18:53.437 7f0889b38f88 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 10/31/2024 02:18:53.437 7f0889b38f88 [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.31:8082/ Hit Ctrl-C to quit. 10.0.0.31 - - [2024-10-31 02:18:57] "GET / HTTP/1.1" 200 45871 0.001843 10.0.0.31 - - [2024-10-31 02:18:57] "GET / HTTP/1.1" 200 45871 0.001360 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.31 - - [2024-10-31 02:18:57] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000666 10.0.0.31 - - [2024-10-31 02:18:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000309 10.0.0.31 - - [2024-10-31 02:18:58] "GET / HTTP/1.1" 200 35931 0.001907 10.0.0.31 - - [2024-10-31 02:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.643421 10.0.0.31 - - [2024-10-31 02:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004617 10.0.0.31 - - [2024-10-31 02:18:58] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.355590 10.0.0.31 - - [2024-10-31 02:18:58] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003376 /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.31 - - [2024-10-31 02:18:58] "GET / HTTP/1.1" 200 35931 0.001803 10.0.0.31 - - [2024-10-31 02:18:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000513 10.0.0.31 - - [2024-10-31 02:18:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.028978 10.0.0.31 - - [2024-10-31 02:18:59] "GET /global-system-config/91aa910a-2571-42c2-a217-ee6b382e8c78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.012788 10.0.0.31 - - [2024-10-31 02:18:59] "POST /fqname-to-id HTTP/1.1" 404 220 0.003934 10.0.0.31 - - [2024-10-31 02:18:59] "POST /config-nodes HTTP/1.1" 200 599 0.018811 10.0.0.31 - - [2024-10-31 02:18:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000508 10.0.0.31 - - [2024-10-31 02:18:59] "GET / HTTP/1.1" 200 35931 0.001863 10.0.0.31 - - [2024-10-31 02:18:59] "GET / HTTP/1.1" 200 35931 0.001703 10.0.0.31 - - [2024-10-31 02:18:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.028010 10.0.0.31 - - [2024-10-31 02:18:59] "GET / HTTP/1.1" 200 35931 0.001607 10.0.0.31 - - [2024-10-31 02:18:59] "GET /network-ipam/93acbcde-c230-4fc3-8b1f-bdb59e408880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.009362 10.0.0.31 - - [2024-10-31 02:18:59] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000438 10.0.0.31 - - [2024-10-31 02:18:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000470 10.0.0.31 - - [2024-10-31 02:18:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000525 10.0.0.31 - - [2024-10-31 02:19:00] "POST /fqname-to-id HTTP/1.1" 404 225 0.003582 10.0.0.31 - - [2024-10-31 02:19:00] "POST /access-control-lists HTTP/1.1" 200 587 0.042350 10.0.0.31 - - [2024-10-31 02:19:00] "POST /fqname-to-id HTTP/1.1" 404 224 0.003653 10.0.0.31 - - [2024-10-31 02:19:00] "POST /access-control-lists HTTP/1.1" 200 585 0.025959 10.0.0.31 - - [2024-10-31 02:19:00] "POST /route-targets HTTP/1.1" 200 327 0.013164 10.0.0.31 - - [2024-10-31 02:19:00] "POST /ref-update HTTP/1.1" 200 156 0.011727 10.0.0.31 - - [2024-10-31 02:19:00] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.596999 10.0.0.31 - - [2024-10-31 02:19:00] "POST /route-targets HTTP/1.1" 200 327 0.013540 10.0.0.31 - - [2024-10-31 02:19:00] "POST /fqname-to-id HTTP/1.1" 404 196 0.328294 10.0.0.31 - - [2024-10-31 02:19:00] "POST /fqname-to-id HTTP/1.1" 404 186 0.059530 10.0.0.31 - - [2024-10-31 02:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002927 10.0.0.31 - - [2024-10-31 02:19:00] "POST /job-templates HTTP/1.1" 200 555 0.067736 10.0.0.31 - - [2024-10-31 02:19:00] "GET /global-system-config/91aa910a-2571-42c2-a217-ee6b382e8c78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.011377 10.0.0.31 - - [2024-10-31 02:19:00] "POST /ref-update HTTP/1.1" 200 156 0.060507 10.0.0.31 - - [2024-10-31 02:19:00] "POST /fqname-to-id HTTP/1.1" 404 200 0.004175 10.0.0.31 - - [2024-10-31 02:19:00] "POST /service-appliance-sets HTTP/1.1" 200 553 0.023919 10.0.0.31 - - [2024-10-31 02:19:00] "POST /route-targets HTTP/1.1" 200 327 0.028632 10.0.0.31 - - [2024-10-31 02:19:00] "GET / HTTP/1.1" 200 35931 0.001982 10.0.0.31 - - [2024-10-31 02:19:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000516 10.0.0.31 - - [2024-10-31 02:19:00] "POST /fqname-to-id HTTP/1.1" 404 180 0.003430 10.0.0.31 - - [2024-10-31 02:19:00] "POST /job-templates HTTP/1.1" 200 563 0.066065 10.0.0.31 - - [2024-10-31 02:19:00] "POST /ref-update HTTP/1.1" 200 156 0.029976 10.0.0.31 - - [2024-10-31 02:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004147 10.0.0.31 - - [2024-10-31 02:19:00] "POST /fqname-to-id HTTP/1.1" 404 191 0.003742 10.0.0.31 - - [2024-10-31 02:19:00] "GET /global-system-config/91aa910a-2571-42c2-a217-ee6b382e8c78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.011310 10.0.0.31 - - [2024-10-31 02:19:00] "POST /route-targets HTTP/1.1" 200 327 0.021423 10.0.0.31 - - [2024-10-31 02:19:00] "POST /job-templates HTTP/1.1" 200 545 0.067456 10.0.0.31 - - [2024-10-31 02:19:01] "POST /service-appliance-sets HTTP/1.1" 200 541 0.046079 10.0.0.31 - - [2024-10-31 02:19:01] "POST /ref-update HTTP/1.1" 200 156 0.037925 10.0.0.31 - - [2024-10-31 02:19:01] "POST /fqname-to-id HTTP/1.1" 404 207 0.004378 10.0.0.31 - - [2024-10-31 02:19:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.31 - - [2024-10-31 02:19:01] "POST /fqname-to-id HTTP/1.1" 404 201 0.003685 10.0.0.31 - - [2024-10-31 02:19:01] "GET /network-ipam/93acbcde-c230-4fc3-8b1f-bdb59e408880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.005613 10.0.0.31 - - [2024-10-31 02:19:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.031348 10.0.0.31 - - [2024-10-31 02:19:01] "POST /job-templates HTTP/1.1" 200 577 0.083814 10.0.0.31 - - [2024-10-31 02:19:01] "GET /global-system-config/91aa910a-2571-42c2-a217-ee6b382e8c78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.011541 10.0.0.31 - - [2024-10-31 02:19:01] "POST /fqname-to-id HTTP/1.1" 404 208 0.002975 10.0.0.31 - - [2024-10-31 02:19:01] "POST /fqname-to-id HTTP/1.1" 404 220 0.005037 10.0.0.31 - - [2024-10-31 02:19:01] "POST /access-control-lists HTTP/1.1" 200 551 0.106035 10.0.0.31 - - [2024-10-31 02:19:01] "POST /service-templates HTTP/1.1" 200 511 0.032258 10.0.0.31 - - [2024-10-31 02:19:01] "POST /service-templates HTTP/1.1" 200 501 0.027270 10.0.0.31 - - [2024-10-31 02:19:01] "POST /job-templates HTTP/1.1" 200 579 0.080264 10.0.0.31 - - [2024-10-31 02:19:01] "PUT /access-control-list/7186257f-ae1a-41a6-9779-33c2ffc804ce HTTP/1.1" 200 272 0.064605 10.0.0.31 - - [2024-10-31 02:19:01] "POST /config-database-nodes HTTP/1.1" 200 617 0.076823 10.0.0.31 - - [2024-10-31 02:19:01] "POST /service-templates HTTP/1.1" 200 515 0.032553 10.0.0.31 - - [2024-10-31 02:19:01] "POST /fqname-to-id HTTP/1.1" 404 210 0.003485 10.0.0.31 - - [2024-10-31 02:19:01] "PUT /access-control-list/33a55bf8-c947-408c-9416-9819222691ca HTTP/1.1" 200 272 0.011421 10.0.0.31 - - [2024-10-31 02:19:01] "POST /service-templates HTTP/1.1" 200 535 0.025302 10.0.0.31 - - [2024-10-31 02:19:01] "POST /job-templates HTTP/1.1" 200 583 0.071346 10.0.0.31 - - [2024-10-31 02:19:01] "POST /service-templates HTTP/1.1" 200 507 0.026268 10.0.0.31 - - [2024-10-31 02:19:01] "POST /fqname-to-id HTTP/1.1" 404 198 0.003820 10.0.0.31 - - [2024-10-31 02:19:01] "POST /job-templates HTTP/1.1" 200 559 0.065272 10.0.0.31 - - [2024-10-31 02:19:01] "POST /fqname-to-id HTTP/1.1" 404 203 0.003998 10.0.0.31 - - [2024-10-31 02:19:01] "POST /job-templates HTTP/1.1" 200 569 0.065717 10.0.0.31 - - [2024-10-31 02:19:01] "POST /fqname-to-id HTTP/1.1" 404 196 0.004237 10.0.0.31 - - [2024-10-31 02:19:01] "POST /job-templates HTTP/1.1" 200 555 0.065912 10.0.0.31 - - [2024-10-31 02:19:02] "POST /fqname-to-id HTTP/1.1" 404 196 0.003683 10.0.0.31 - - [2024-10-31 02:19:02] "POST /job-templates HTTP/1.1" 200 555 0.065927 10.0.0.31 - - [2024-10-31 02:19:02] "POST /fqname-to-id HTTP/1.1" 404 196 0.003625 10.0.0.31 - - [2024-10-31 02:19:02] "POST /job-templates HTTP/1.1" 200 555 0.065947 10.0.0.31 - - [2024-10-31 02:19:02] "POST /fqname-to-id HTTP/1.1" 404 186 0.004537 10.0.0.31 - - [2024-10-31 02:19:02] "POST /job-templates HTTP/1.1" 200 535 0.070040 10.0.0.31 - - [2024-10-31 02:19:02] "POST /fqname-to-id HTTP/1.1" 404 198 0.005376 10.0.0.31 - - [2024-10-31 02:19:02] "POST /job-templates HTTP/1.1" 200 559 0.073190 10.0.0.31 - - [2024-10-31 02:19:02] "POST /fqname-to-id HTTP/1.1" 404 198 0.004514 10.0.0.31 - - [2024-10-31 02:19:02] "POST /job-templates HTTP/1.1" 200 559 0.069256 10.0.0.31 - - [2024-10-31 02:19:02] "POST /fqname-to-id HTTP/1.1" 404 198 0.004731 10.0.0.31 - - [2024-10-31 02:19:02] "POST /job-templates HTTP/1.1" 200 559 0.065443 10.0.0.31 - - [2024-10-31 02:19:03] "POST /fqname-to-id HTTP/1.1" 404 201 0.004066 10.0.0.31 - - [2024-10-31 02:19:03] "POST /job-templates HTTP/1.1" 200 565 0.065624 10.0.0.31 - - [2024-10-31 02:19:03] "POST /fqname-to-id HTTP/1.1" 404 197 0.003419 10.0.0.31 - - [2024-10-31 02:19:03] "POST /job-templates HTTP/1.1" 200 557 0.072518 10.0.0.31 - - [2024-10-31 02:19:03] "POST /fqname-to-id HTTP/1.1" 404 196 0.004363 10.0.0.31 - - [2024-10-31 02:19:03] "POST /job-templates HTTP/1.1" 200 555 0.066043 10.0.0.31 - - [2024-10-31 02:19:03] "POST /fqname-to-id HTTP/1.1" 404 205 0.003904 10.0.0.31 - - [2024-10-31 02:19:03] "POST /job-templates HTTP/1.1" 200 573 0.065605 10.0.0.31 - - [2024-10-31 02:19:03] "POST /fqname-to-id HTTP/1.1" 404 194 0.004067 10.0.0.31 - - [2024-10-31 02:19:03] "POST /job-templates HTTP/1.1" 200 551 0.069137 10.0.0.31 - - [2024-10-31 02:19:03] "POST /fqname-to-id HTTP/1.1" 404 208 0.003963 10.0.0.31 - - [2024-10-31 02:19:03] "POST /job-templates HTTP/1.1" 200 579 0.065388 10.0.0.31 - - [2024-10-31 02:19:04] "POST /fqname-to-id HTTP/1.1" 404 196 0.003423 10.0.0.31 - - [2024-10-31 02:19:04] "POST /job-templates HTTP/1.1" 200 555 0.070122 10.0.0.31 - - [2024-10-31 02:19:04] "POST /fqname-to-id HTTP/1.1" 404 198 0.003575 10.0.0.31 - - [2024-10-31 02:19:04] "POST /job-templates HTTP/1.1" 200 559 0.066384 10.0.0.31 - - [2024-10-31 02:19:04] "POST /fqname-to-id HTTP/1.1" 404 206 0.003806 10.0.0.31 - - [2024-10-31 02:19:04] "POST /job-templates HTTP/1.1" 200 575 0.067127 10.0.0.31 - - [2024-10-31 02:19:04] "POST /fqname-to-id HTTP/1.1" 404 197 0.003371 10.0.0.31 - - [2024-10-31 02:19:04] "POST /job-templates HTTP/1.1" 200 557 0.065581 10.0.0.31 - - [2024-10-31 02:19:04] "POST /fqname-to-id HTTP/1.1" 404 198 0.004114 10.0.0.31 - - [2024-10-31 02:19:04] "POST /job-templates HTTP/1.1" 200 559 0.061751 10.0.0.31 - - [2024-10-31 02:19:04] "POST /fqname-to-id HTTP/1.1" 404 196 0.003331 10.0.0.31 - - [2024-10-31 02:19:04] "POST /job-templates HTTP/1.1" 200 555 0.068531 10.0.0.31 - - [2024-10-31 02:19:04] "POST /fqname-to-id HTTP/1.1" 404 195 0.003469 10.0.0.31 - - [2024-10-31 02:19:05] "POST /job-templates HTTP/1.1" 200 553 0.066180 10.0.0.31 - - [2024-10-31 02:19:05] "POST /fqname-to-id HTTP/1.1" 404 195 0.004015 10.0.0.31 - - [2024-10-31 02:19:05] "POST /job-templates HTTP/1.1" 200 553 0.065321 10.0.0.31 - - [2024-10-31 02:19:05] "POST /fqname-to-id HTTP/1.1" 404 195 0.003806 10.0.0.31 - - [2024-10-31 02:19:05] "POST /job-templates HTTP/1.1" 200 553 0.064966 10.0.0.31 - - [2024-10-31 02:19:05] "POST /fqname-to-id HTTP/1.1" 404 200 0.004124 10.0.0.31 - - [2024-10-31 02:19:05] "POST /job-templates HTTP/1.1" 200 563 0.065235 10.0.0.31 - - [2024-10-31 02:19:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.31 - - [2024-10-31 02:19:05] "GET /global-vrouter-config/8e17715a-74ee-4834-8e99-7f7e9ccc0ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1162 0.004361 10.0.0.31 - - [2024-10-31 02:19:05] "POST /fqname-to-id HTTP/1.1" 404 201 0.003290 10.0.0.31 - - [2024-10-31 02:19:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.31 - - [2024-10-31 02:19:05] "PUT /global-vrouter-config/8e17715a-74ee-4834-8e99-7f7e9ccc0ec4 HTTP/1.1" 200 276 0.055722 10.0.0.31 - - [2024-10-31 02:19:05] "POST /job-templates HTTP/1.1" 200 565 0.069956 10.0.0.31 - - [2024-10-31 02:19:05] "POST /fqname-to-id HTTP/1.1" 404 189 0.003308 10.0.0.31 - - [2024-10-31 02:19:05] "POST /config-propertiess HTTP/1.1" 200 551 0.023927 10.0.0.31 - - [2024-10-31 02:19:05] "POST /fqname-to-id HTTP/1.1" 404 168 0.003464 10.0.0.31 - - [2024-10-31 02:19:06] "POST /tags HTTP/1.1" 200 321 0.039801 10.0.0.31 - - [2024-10-31 02:19:06] "POST /fqname-to-id HTTP/1.1" 404 166 0.003600 10.0.0.31 - - [2024-10-31 02:19:06] "POST /tags HTTP/1.1" 200 317 0.023652 10.0.0.31 - - [2024-10-31 02:19:06] "GET / HTTP/1.1" 200 35931 0.002586 10.0.0.31 - - [2024-10-31 02:19:06] "POST /alarms HTTP/1.1" 401 292 0.000563 10.0.0.31 - - [2024-10-31 02:19:06] "POST /fqname-to-id HTTP/1.1" 404 174 0.003831 10.0.0.31 - - [2024-10-31 02:19:06] "POST /tags HTTP/1.1" 200 333 0.028017 10.0.0.31 - - [2024-10-31 02:19:06] "POST /fqname-to-id HTTP/1.1" 404 162 0.003239 10.0.0.31 - - [2024-10-31 02:19:06] "POST /tags HTTP/1.1" 200 309 0.028544 10.0.0.31 - - [2024-10-31 02:19:06] "POST /fqname-to-id HTTP/1.1" 404 174 0.003253 10.0.0.31 - - [2024-10-31 02:19:06] "POST /tags HTTP/1.1" 200 333 0.024582 10.0.0.31 - - [2024-10-31 02:19:06] "POST /fqname-to-id HTTP/1.1" 404 164 0.002441 10.0.0.31 - - [2024-10-31 02:19:06] "POST /alarms HTTP/1.1" 200 581 0.042490 10.0.0.31 - - [2024-10-31 02:19:06] "POST /alarms HTTP/1.1" 200 575 0.019924 10.0.0.31 - - [2024-10-31 02:19:06] "POST /tags HTTP/1.1" 200 313 0.024578 10.0.0.31 - - [2024-10-31 02:19:06] "POST /alarms HTTP/1.1" 200 575 0.017392 10.0.0.31 - - [2024-10-31 02:19:06] "POST /fqname-to-id HTTP/1.1" 404 169 0.003295 10.0.0.31 - - [2024-10-31 02:19:06] "POST /alarms HTTP/1.1" 200 559 0.019683 10.0.0.31 - - [2024-10-31 02:19:06] "POST /tags HTTP/1.1" 200 323 0.022374 10.0.0.31 - - [2024-10-31 02:19:06] "POST /alarms HTTP/1.1" 200 555 0.022325 10.0.0.31 - - [2024-10-31 02:19:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.006701 10.0.0.31 - - [2024-10-31 02:19:06] "PUT /global-system-config/91aa910a-2571-42c2-a217-ee6b382e8c78 HTTP/1.1" 200 274 0.009647 10.0.0.31 - - [2024-10-31 02:19:06] "POST /alarms HTTP/1.1" 200 557 0.024055 10.0.0.31 - - [2024-10-31 02:19:06] "POST /fqname-to-id HTTP/1.1" 404 166 0.003023 10.0.0.31 - - [2024-10-31 02:19:06] "POST /alarms HTTP/1.1" 200 565 0.018986 10.0.0.31 - - [2024-10-31 02:19:06] "POST /hardwares HTTP/1.1" 200 327 0.012409 10.0.0.31 - - [2024-10-31 02:19:06] "POST /alarms HTTP/1.1" 200 549 0.021562 10.0.0.31 - - [2024-10-31 02:19:06] "POST /fqname-to-id HTTP/1.1" 404 166 0.003433 10.0.0.31 - - [2024-10-31 02:19:07] "POST /alarms HTTP/1.1" 200 557 0.021892 10.0.0.31 - - [2024-10-31 02:19:07] "POST /hardwares HTTP/1.1" 200 327 0.013218 10.0.0.31 - - [2024-10-31 02:19:07] "POST /fqname-to-id HTTP/1.1" 404 166 0.002658 10.0.0.31 - - [2024-10-31 02:19:07] "POST /alarms HTTP/1.1" 200 567 0.022004 10.0.0.31 - - [2024-10-31 02:19:07] "POST /hardwares HTTP/1.1" 200 327 0.015487 10.0.0.31 - - [2024-10-31 02:19:07] "POST /alarms HTTP/1.1" 200 555 0.022762 10.0.0.31 - - [2024-10-31 02:19:07] "POST /fqname-to-id HTTP/1.1" 404 166 0.003343 10.0.0.31 - - [2024-10-31 02:19:07] "POST /alarms HTTP/1.1" 200 567 0.019016 10.0.0.31 - - [2024-10-31 02:19:07] "POST /hardwares HTTP/1.1" 200 327 0.013057 10.0.0.31 - - [2024-10-31 02:19:07] "POST /fqname-to-id HTTP/1.1" 404 164 0.003348 10.0.0.31 - - [2024-10-31 02:19:07] "POST /alarms HTTP/1.1" 200 575 0.066815 10.0.0.31 - - [2024-10-31 02:19:07] "POST /hardwares HTTP/1.1" 200 323 0.017009 10.0.0.31 - - [2024-10-31 02:19:07] "POST /fqname-to-id HTTP/1.1" 404 164 0.002835 10.0.0.31 - - [2024-10-31 02:19:07] "POST /alarms HTTP/1.1" 200 569 0.020365 10.0.0.31 - - [2024-10-31 02:19:07] "POST /hardwares HTTP/1.1" 200 323 0.014037 10.0.0.31 - - [2024-10-31 02:19:07] "POST /alarms HTTP/1.1" 200 561 0.027620 10.0.0.31 - - [2024-10-31 02:19:07] "POST /fqname-to-id HTTP/1.1" 404 161 0.003493 10.0.0.31 - - [2024-10-31 02:19:07] "POST /alarms HTTP/1.1" 200 561 0.024173 10.0.0.31 - - [2024-10-31 02:19:07] "POST /hardwares HTTP/1.1" 200 317 0.015234 10.0.0.31 - - [2024-10-31 02:19:07] "POST /alarms HTTP/1.1" 200 561 0.021851 10.0.0.31 - - [2024-10-31 02:19:07] "POST /fqname-to-id HTTP/1.1" 404 164 0.003248 10.0.0.31 - - [2024-10-31 02:19:07] "POST /hardwares HTTP/1.1" 200 323 0.016313 10.0.0.31 - - [2024-10-31 02:19:07] "POST /alarms HTTP/1.1" 200 547 0.033170 10.0.0.31 - - [2024-10-31 02:19:07] "POST /fqname-to-id HTTP/1.1" 404 164 0.004450 10.0.0.31 - - [2024-10-31 02:19:07] "POST /alarms HTTP/1.1" 200 595 0.023867 10.0.0.31 - - [2024-10-31 02:19:07] "POST /hardwares HTTP/1.1" 200 323 0.014623 10.0.0.31 - - [2024-10-31 02:19:07] "POST /alarms HTTP/1.1" 200 575 0.020824 10.0.0.31 - - [2024-10-31 02:19:07] "POST /fqname-to-id HTTP/1.1" 404 164 0.004112 10.0.0.31 - - [2024-10-31 02:19:07] "POST /alarms HTTP/1.1" 200 571 0.030130 10.0.0.31 - - [2024-10-31 02:19:07] "POST /hardwares HTTP/1.1" 200 323 0.017833 10.0.0.31 - - [2024-10-31 02:19:07] "POST /fqname-to-id HTTP/1.1" 404 165 0.003381 10.0.0.31 - - [2024-10-31 02:19:07] "POST /alarms HTTP/1.1" 200 583 0.023429 10.0.0.31 - - [2024-10-31 02:19:08] "POST /hardwares HTTP/1.1" 200 325 0.027985 10.0.0.31 - - [2024-10-31 02:19:08] "POST /alarms HTTP/1.1" 200 609 0.029567 10.0.0.31 - - [2024-10-31 02:19:08] "POST /fqname-to-id HTTP/1.1" 404 165 0.003622 10.0.0.31 - - [2024-10-31 02:19:08] "POST /hardwares HTTP/1.1" 200 325 0.015756 10.0.0.31 - - [2024-10-31 02:19:08] "POST /fqname-to-id HTTP/1.1" 404 165 0.003589 10.0.0.31 - - [2024-10-31 02:19:08] "POST /hardwares HTTP/1.1" 200 325 0.013317 10.0.0.31 - - [2024-10-31 02:19:08] "POST /fqname-to-id HTTP/1.1" 404 165 0.004082 10.0.0.31 - - [2024-10-31 02:19:08] "POST /hardwares HTTP/1.1" 200 325 0.013101 10.0.0.31 - - [2024-10-31 02:19:08] "POST /fqname-to-id HTTP/1.1" 404 164 0.003323 10.0.0.31 - - [2024-10-31 02:19:08] "GET / HTTP/1.1" 200 35931 0.002061 10.0.0.31 - - [2024-10-31 02:19:08] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000516 10.0.0.31 - - [2024-10-31 02:19:08] "POST /hardwares HTTP/1.1" 200 323 0.012375 10.0.0.31 - - [2024-10-31 02:19:08] "POST /fqname-to-id HTTP/1.1" 404 161 0.003362 10.0.0.31 - - [2024-10-31 02:19:08] "POST /hardwares HTTP/1.1" 200 317 0.011796 10.0.0.31 - - [2024-10-31 02:19:08] "POST /fqname-to-id HTTP/1.1" 404 164 0.003199 10.0.0.31 - - [2024-10-31 02:19:08] "POST /hardwares HTTP/1.1" 200 323 0.012245 10.0.0.31 - - [2024-10-31 02:19:08] "POST /fqname-to-id HTTP/1.1" 404 161 0.003189 10.0.0.31 - - [2024-10-31 02:19:08] "POST /hardwares HTTP/1.1" 200 317 0.015545 10.0.0.31 - - [2024-10-31 02:19:08] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.026547 10.0.0.31 - - [2024-10-31 02:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.31 - - [2024-10-31 02:19:08] "POST /fqname-to-id HTTP/1.1" 404 164 0.003574 10.0.0.31 - - [2024-10-31 02:19:08] "PUT /global-vrouter-config/8e17715a-74ee-4834-8e99-7f7e9ccc0ec4 HTTP/1.1" 200 276 0.009236 10.0.0.31 - - [2024-10-31 02:19:08] "POST /hardwares HTTP/1.1" 200 323 0.012465 10.0.0.31 - - [2024-10-31 02:19:08] "POST /fqname-to-id HTTP/1.1" 404 162 0.003543 10.0.0.31 - - [2024-10-31 02:19:08] "POST /hardwares HTTP/1.1" 200 319 0.011753 10.0.0.31 - - [2024-10-31 02:19:09] "POST /fqname-to-id HTTP/1.1" 404 162 0.003708 10.0.0.31 - - [2024-10-31 02:19:09] "POST /hardwares HTTP/1.1" 200 319 0.012045 10.0.0.31 - - [2024-10-31 02:19:09] "POST /fqname-to-id HTTP/1.1" 404 165 0.003372 10.0.0.31 - - [2024-10-31 02:19:09] "POST /hardwares HTTP/1.1" 200 325 0.011878 10.0.0.31 - - [2024-10-31 02:19:09] "GET / HTTP/1.1" 200 35931 0.001976 10.0.0.31 - - [2024-10-31 02:19:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000499 10.0.0.31 - - [2024-10-31 02:19:09] "POST /fqname-to-id HTTP/1.1" 404 161 0.003245 10.0.0.31 - - [2024-10-31 02:19:09] "POST /hardwares HTTP/1.1" 200 317 0.012392 10.0.0.31 - - [2024-10-31 02:19:09] "POST /fqname-to-id HTTP/1.1" 404 161 0.003373 10.0.0.31 - - [2024-10-31 02:19:09] "POST /hardwares HTTP/1.1" 200 317 0.011602 10.0.0.31 - - [2024-10-31 02:19:09] "POST /fqname-to-id HTTP/1.1" 404 162 0.003467 10.0.0.31 - - [2024-10-31 02:19:09] "POST /hardwares HTTP/1.1" 200 319 0.011815 10.0.0.31 - - [2024-10-31 02:19:09] "POST /fqname-to-id HTTP/1.1" 404 162 0.003220 10.0.0.31 - - [2024-10-31 02:19:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.025991 10.0.0.31 - - [2024-10-31 02:19:09] "GET /global-vrouter-config/8e17715a-74ee-4834-8e99-7f7e9ccc0ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005295 10.0.0.31 - - [2024-10-31 02:19:09] "POST /hardwares HTTP/1.1" 200 319 0.012532 10.0.0.31 - - [2024-10-31 02:19:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.31 - - [2024-10-31 02:19:09] "POST /fqname-to-id HTTP/1.1" 404 162 0.003372 10.0.0.31 - - [2024-10-31 02:19:09] "PUT /global-vrouter-config/8e17715a-74ee-4834-8e99-7f7e9ccc0ec4 HTTP/1.1" 200 276 0.008967 10.0.0.31 - - [2024-10-31 02:19:09] "POST /hardwares HTTP/1.1" 200 319 0.012792 10.0.0.31 - - [2024-10-31 02:19:09] "POST /fqname-to-id HTTP/1.1" 404 158 0.003198 10.0.0.31 - - [2024-10-31 02:19:09] "POST /hardwares HTTP/1.1" 200 311 0.013353 10.0.0.31 - - [2024-10-31 02:19:09] "POST /fqname-to-id HTTP/1.1" 404 158 0.003390 10.0.0.31 - - [2024-10-31 02:19:09] "POST /hardwares HTTP/1.1" 200 311 0.012337 10.0.0.31 - - [2024-10-31 02:19:09] "POST /fqname-to-id HTTP/1.1" 404 160 0.003438 10.0.0.31 - - [2024-10-31 02:19:10] "POST /hardwares HTTP/1.1" 200 315 0.012472 10.0.0.31 - - [2024-10-31 02:19:10] "POST /fqname-to-id HTTP/1.1" 404 154 0.003477 10.0.0.31 - - [2024-10-31 02:19:10] "GET / HTTP/1.1" 200 35931 0.002016 10.0.0.31 - - [2024-10-31 02:19:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000448 10.0.0.31 - - [2024-10-31 02:19:10] "POST /hardwares HTTP/1.1" 200 303 0.013292 10.0.0.31 - - [2024-10-31 02:19:10] "POST /fqname-to-id HTTP/1.1" 404 158 0.003884 10.0.0.31 - - [2024-10-31 02:19:10] "POST /hardwares HTTP/1.1" 200 311 0.022217 10.0.0.31 - - [2024-10-31 02:19:10] "POST /fqname-to-id HTTP/1.1" 404 155 0.003658 10.0.0.31 - - [2024-10-31 02:19:10] "POST /hardwares HTTP/1.1" 200 305 0.012928 10.0.0.31 - - [2024-10-31 02:19:10] "POST /fqname-to-id HTTP/1.1" 404 155 0.003164 10.0.0.31 - - [2024-10-31 02:19:10] "POST /hardwares HTTP/1.1" 200 305 0.013247 10.0.0.31 - - [2024-10-31 02:19:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.027792 10.0.0.31 - - [2024-10-31 02:19:10] "GET /global-system-config/91aa910a-2571-42c2-a217-ee6b382e8c78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.010986 10.0.0.31 - - [2024-10-31 02:19:10] "POST /fqname-to-id HTTP/1.1" 404 155 0.003466 10.0.0.31 - - [2024-10-31 02:19:10] "POST /hardwares HTTP/1.1" 200 305 0.014105 10.0.0.31 - - [2024-10-31 02:19:10] "PUT /global-system-config/91aa910a-2571-42c2-a217-ee6b382e8c78 HTTP/1.1" 200 274 0.024667 10.0.0.31 - - [2024-10-31 02:19:10] "POST /fqname-to-id HTTP/1.1" 404 155 0.003656 10.0.0.31 - - [2024-10-31 02:19:10] "POST /hardwares HTTP/1.1" 200 305 0.012784 10.0.0.31 - - [2024-10-31 02:19:10] "POST /fqname-to-id HTTP/1.1" 404 156 0.004399 10.0.0.31 - - [2024-10-31 02:19:10] "POST /hardwares HTTP/1.1" 200 307 0.013017 10.0.0.31 - - [2024-10-31 02:19:10] "POST /fqname-to-id HTTP/1.1" 404 156 0.003539 10.0.0.31 - - [2024-10-31 02:19:10] "POST /hardwares HTTP/1.1" 200 307 0.012739 10.0.0.31 - - [2024-10-31 02:19:10] "POST /fqname-to-id HTTP/1.1" 404 156 0.003451 10.0.0.31 - - [2024-10-31 02:19:11] "POST /hardwares HTTP/1.1" 200 307 0.013407 10.0.0.31 - - [2024-10-31 02:19:11] "POST /fqname-to-id HTTP/1.1" 404 157 0.003296 10.0.0.31 - - [2024-10-31 02:19:11] "POST /hardwares HTTP/1.1" 200 309 0.011947 10.0.0.31 - - [2024-10-31 02:19:11] "POST /fqname-to-id HTTP/1.1" 404 158 0.003381 10.0.0.31 - - [2024-10-31 02:19:11] "POST /hardwares HTTP/1.1" 200 311 0.012216 10.0.0.31 - - [2024-10-31 02:19:11] "POST /fqname-to-id HTTP/1.1" 404 158 0.003278 10.0.0.31 - - [2024-10-31 02:19:11] "POST /hardwares HTTP/1.1" 200 311 0.011991 10.0.0.31 - - [2024-10-31 02:19:11] "POST /fqname-to-id HTTP/1.1" 404 153 0.003705 10.0.0.31 - - [2024-10-31 02:19:11] "POST /hardwares HTTP/1.1" 200 301 0.012221 10.0.0.31 - - [2024-10-31 02:19:11] "POST /fqname-to-id HTTP/1.1" 404 157 0.003751 10.0.0.31 - - [2024-10-31 02:19:11] "POST /hardwares HTTP/1.1" 200 309 0.011993 10.0.0.31 - - [2024-10-31 02:19:11] "POST /fqname-to-id HTTP/1.1" 404 157 0.003167 10.0.0.31 - - [2024-10-31 02:19:11] "POST /hardwares HTTP/1.1" 200 309 0.012218 10.0.0.31 - - [2024-10-31 02:19:11] "POST /fqname-to-id HTTP/1.1" 404 157 0.003334 10.0.0.31 - - [2024-10-31 02:19:11] "POST /hardwares HTTP/1.1" 200 309 0.012049 10.0.0.31 - - [2024-10-31 02:19:11] "POST /fqname-to-id HTTP/1.1" 404 157 0.003153 10.0.0.31 - - [2024-10-31 02:19:11] "POST /hardwares HTTP/1.1" 200 309 0.012054 10.0.0.31 - - [2024-10-31 02:19:11] "POST /fqname-to-id HTTP/1.1" 404 157 0.003944 10.0.0.31 - - [2024-10-31 02:19:11] "POST /hardwares HTTP/1.1" 200 309 0.012074 10.0.0.31 - - [2024-10-31 02:19:12] "POST /fqname-to-id HTTP/1.1" 404 161 0.003408 10.0.0.31 - - [2024-10-31 02:19:12] "POST /hardwares HTTP/1.1" 200 317 0.012580 10.0.0.31 - - [2024-10-31 02:19:12] "POST /fqname-to-id HTTP/1.1" 404 157 0.003227 10.0.0.31 - - [2024-10-31 02:19:12] "POST /hardwares HTTP/1.1" 200 309 0.011894 10.0.0.31 - - [2024-10-31 02:19:12] "POST /fqname-to-id HTTP/1.1" 404 157 0.003681 10.0.0.31 - - [2024-10-31 02:19:12] "POST /hardwares HTTP/1.1" 200 309 0.011990 10.0.0.31 - - [2024-10-31 02:19:12] "POST /fqname-to-id HTTP/1.1" 404 154 0.003139 10.0.0.31 - - [2024-10-31 02:19:12] "POST /hardwares HTTP/1.1" 200 303 0.011535 10.0.0.31 - - [2024-10-31 02:19:12] "POST /fqname-to-id HTTP/1.1" 404 190 0.003338 10.0.0.31 - - [2024-10-31 02:19:12] "POST /features HTTP/1.1" 200 533 0.019894 10.0.0.31 - - [2024-10-31 02:19:12] "POST /fqname-to-id HTTP/1.1" 404 185 0.003494 10.0.0.31 - - [2024-10-31 02:19:12] "POST /features HTTP/1.1" 200 523 0.024651 10.0.0.31 - - [2024-10-31 02:19:12] "POST /fqname-to-id HTTP/1.1" 404 184 0.003135 10.0.0.31 - - [2024-10-31 02:19:12] "POST /features HTTP/1.1" 200 521 0.022166 10.0.0.31 - - [2024-10-31 02:19:12] "POST /fqname-to-id HTTP/1.1" 404 184 0.003260 10.0.0.31 - - [2024-10-31 02:19:12] "POST /features HTTP/1.1" 200 521 0.098186 10.0.0.31 - - [2024-10-31 02:19:12] "POST /fqname-to-id HTTP/1.1" 404 189 0.003454 10.0.0.31 - - [2024-10-31 02:19:13] "POST /features HTTP/1.1" 200 531 0.060222 10.0.0.31 - - [2024-10-31 02:19:13] "POST /fqname-to-id HTTP/1.1" 404 184 0.003627 10.0.0.31 - - [2024-10-31 02:19:13] "POST /features HTTP/1.1" 200 521 0.018885 10.0.0.31 - - [2024-10-31 02:19:13] "POST /fqname-to-id HTTP/1.1" 404 193 0.003272 10.0.0.31 - - [2024-10-31 02:19:13] "POST /features HTTP/1.1" 200 539 0.017269 10.0.0.31 - - [2024-10-31 02:19:13] "POST /fqname-to-id HTTP/1.1" 404 186 0.003425 10.0.0.31 - - [2024-10-31 02:19:13] "POST /features HTTP/1.1" 200 525 0.019753 10.0.0.31 - - [2024-10-31 02:19:13] "POST /fqname-to-id HTTP/1.1" 404 183 0.003093 10.0.0.31 - - [2024-10-31 02:19:13] "POST /features HTTP/1.1" 200 519 0.018646 10.0.0.31 - - [2024-10-31 02:19:13] "POST /fqname-to-id HTTP/1.1" 404 182 0.003116 10.0.0.31 - - [2024-10-31 02:19:13] "POST /features HTTP/1.1" 200 517 0.018752 10.0.0.31 - - [2024-10-31 02:19:13] "POST /fqname-to-id HTTP/1.1" 404 190 0.003543 10.0.0.31 - - [2024-10-31 02:19:13] "POST /features HTTP/1.1" 200 533 0.018299 10.0.0.31 - - [2024-10-31 02:19:13] "POST /fqname-to-id HTTP/1.1" 404 194 0.003175 10.0.0.31 - - [2024-10-31 02:19:13] "POST /features HTTP/1.1" 200 541 0.019836 10.0.0.31 - - [2024-10-31 02:19:13] "POST /fqname-to-id HTTP/1.1" 404 178 0.003236 10.0.0.31 - - [2024-10-31 02:19:13] "POST /physical-roles HTTP/1.1" 200 521 0.020078 10.0.0.31 - - [2024-10-31 02:19:14] "POST /fqname-to-id HTTP/1.1" 404 179 0.003507 10.0.0.31 - - [2024-10-31 02:19:14] "POST /physical-roles HTTP/1.1" 200 523 0.020143 10.0.0.31 - - [2024-10-31 02:19:14] "POST /fqname-to-id HTTP/1.1" 404 184 0.003990 10.0.0.31 - - [2024-10-31 02:19:14] "POST /physical-roles HTTP/1.1" 200 533 0.020494 10.0.0.31 - - [2024-10-31 02:19:14] "POST /fqname-to-id HTTP/1.1" 404 177 0.003472 10.0.0.31 - - [2024-10-31 02:19:14] "POST /physical-roles HTTP/1.1" 200 519 0.016454 10.0.0.31 - - [2024-10-31 02:19:14] "POST /fqname-to-id HTTP/1.1" 404 191 0.003309 10.0.0.31 - - [2024-10-31 02:19:14] "POST /overlay-roles HTTP/1.1" 200 545 0.019427 10.0.0.31 - - [2024-10-31 02:19:14] "POST /fqname-to-id HTTP/1.1" 404 184 0.003192 10.0.0.31 - - [2024-10-31 02:19:14] "POST /overlay-roles HTTP/1.1" 200 531 0.018631 10.0.0.31 - - [2024-10-31 02:19:14] "POST /fqname-to-id HTTP/1.1" 404 191 0.003445 10.0.0.31 - - [2024-10-31 02:19:14] "POST /overlay-roles HTTP/1.1" 200 545 0.017129 10.0.0.31 - - [2024-10-31 02:19:14] "POST /fqname-to-id HTTP/1.1" 404 185 0.003312 10.0.0.31 - - [2024-10-31 02:19:14] "POST /overlay-roles HTTP/1.1" 200 533 0.018667 10.0.0.31 - - [2024-10-31 02:19:14] "POST /fqname-to-id HTTP/1.1" 404 189 0.003180 10.0.0.31 - - [2024-10-31 02:19:14] "POST /overlay-roles HTTP/1.1" 200 541 0.018201 10.0.0.31 - - [2024-10-31 02:19:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003890 10.0.0.31 - - [2024-10-31 02:19:14] "PUT /overlay-role/622dbaef-ebfa-40e6-a917-a4dc26d17a14 HTTP/1.1" 200 258 0.009466 10.0.0.31 - - [2024-10-31 02:19:15] "POST /fqname-to-id HTTP/1.1" 404 184 0.003161 10.0.0.31 - - [2024-10-31 02:19:15] "POST /overlay-roles HTTP/1.1" 200 531 0.017077 10.0.0.31 - - [2024-10-31 02:19:15] "POST /fqname-to-id HTTP/1.1" 404 185 0.003416 10.0.0.31 - - [2024-10-31 02:19:15] "POST /overlay-roles HTTP/1.1" 200 533 0.017710 10.0.0.31 - - [2024-10-31 02:19:15] "POST /fqname-to-id HTTP/1.1" 404 183 0.003527 10.0.0.31 - - [2024-10-31 02:19:15] "POST /overlay-roles HTTP/1.1" 200 529 0.025724 10.0.0.31 - - [2024-10-31 02:19:15] "POST /fqname-to-id HTTP/1.1" 404 187 0.003111 10.0.0.31 - - [2024-10-31 02:19:15] "POST /overlay-roles HTTP/1.1" 200 537 0.035858 10.0.0.31 - - [2024-10-31 02:19:15] "POST /fqname-to-id HTTP/1.1" 404 189 0.004257 10.0.0.31 - - [2024-10-31 02:19:15] "POST /overlay-roles HTTP/1.1" 200 541 0.019249 10.0.0.31 - - [2024-10-31 02:19:15] "POST /fqname-to-id HTTP/1.1" 404 178 0.003345 10.0.0.31 - - [2024-10-31 02:19:15] "POST /overlay-roles HTTP/1.1" 200 519 0.018192 10.0.0.31 - - [2024-10-31 02:19:15] "POST /fqname-to-id HTTP/1.1" 404 190 0.003231 10.0.0.31 - - [2024-10-31 02:19:15] "POST /overlay-roles HTTP/1.1" 200 543 0.018816 10.0.0.31 - - [2024-10-31 02:19:15] "POST /fqname-to-id HTTP/1.1" 404 182 0.003125 10.0.0.31 - - [2024-10-31 02:19:15] "POST /role-definitions HTTP/1.1" 200 533 0.017597 10.0.0.31 - - [2024-10-31 02:19:15] "POST /fqname-to-id HTTP/1.1" 404 189 0.003535 10.0.0.31 - - [2024-10-31 02:19:16] "POST /role-definitions HTTP/1.1" 200 547 0.018862 10.0.0.31 - - [2024-10-31 02:19:16] "POST /fqname-to-id HTTP/1.1" 404 190 0.003288 10.0.0.31 - - [2024-10-31 02:19:16] "POST /role-definitions HTTP/1.1" 200 549 0.016830 10.0.0.31 - - [2024-10-31 02:19:16] "POST /fqname-to-id HTTP/1.1" 404 191 0.003083 10.0.0.31 - - [2024-10-31 02:19:16] "POST /role-definitions HTTP/1.1" 200 551 0.018461 10.0.0.31 - - [2024-10-31 02:19:16] "POST /fqname-to-id HTTP/1.1" 404 197 0.003405 10.0.0.31 - - [2024-10-31 02:19:16] "POST /role-definitions HTTP/1.1" 200 563 0.017467 10.0.0.31 - - [2024-10-31 02:19:16] "POST /fqname-to-id HTTP/1.1" 404 189 0.003468 10.0.0.31 - - [2024-10-31 02:19:16] "POST /role-definitions HTTP/1.1" 200 547 0.018727 10.0.0.31 - - [2024-10-31 02:19:16] "POST /fqname-to-id HTTP/1.1" 404 190 0.003443 10.0.0.31 - - [2024-10-31 02:19:16] "POST /role-definitions HTTP/1.1" 200 549 0.017533 10.0.0.31 - - [2024-10-31 02:19:16] "POST /fqname-to-id HTTP/1.1" 404 191 0.003174 10.0.0.31 - - [2024-10-31 02:19:16] "POST /role-definitions HTTP/1.1" 200 551 0.016978 10.0.0.31 - - [2024-10-31 02:19:16] "POST /fqname-to-id HTTP/1.1" 404 190 0.003343 10.0.0.31 - - [2024-10-31 02:19:16] "POST /role-definitions HTTP/1.1" 200 549 0.017793 10.0.0.31 - - [2024-10-31 02:19:16] "POST /fqname-to-id HTTP/1.1" 404 196 0.003191 10.0.0.31 - - [2024-10-31 02:19:16] "POST /role-definitions HTTP/1.1" 200 561 0.019043 10.0.0.31 - - [2024-10-31 02:19:16] "POST /fqname-to-id HTTP/1.1" 404 189 0.003169 10.0.0.31 - - [2024-10-31 02:19:17] "POST /role-definitions HTTP/1.1" 200 547 0.017708 10.0.0.31 - - [2024-10-31 02:19:17] "POST /fqname-to-id HTTP/1.1" 404 190 0.003416 10.0.0.31 - - [2024-10-31 02:19:17] "POST /role-definitions HTTP/1.1" 200 549 0.019102 10.0.0.31 - - [2024-10-31 02:19:17] "POST /fqname-to-id HTTP/1.1" 404 188 0.003437 10.0.0.31 - - [2024-10-31 02:19:17] "POST /role-definitions HTTP/1.1" 200 545 0.019233 10.0.0.31 - - [2024-10-31 02:19:17] "POST /fqname-to-id HTTP/1.1" 404 189 0.003811 10.0.0.31 - - [2024-10-31 02:19:17] "POST /role-definitions HTTP/1.1" 200 547 0.018846 10.0.0.31 - - [2024-10-31 02:19:17] "POST /fqname-to-id HTTP/1.1" 404 192 0.003386 10.0.0.31 - - [2024-10-31 02:19:17] "POST /role-definitions HTTP/1.1" 200 553 0.022016 10.0.0.31 - - [2024-10-31 02:19:17] "POST /fqname-to-id HTTP/1.1" 404 193 0.003602 10.0.0.31 - - [2024-10-31 02:19:17] "POST /role-definitions HTTP/1.1" 200 555 0.018513 10.0.0.31 - - [2024-10-31 02:19:17] "POST /fqname-to-id HTTP/1.1" 404 182 0.003337 10.0.0.31 - - [2024-10-31 02:19:17] "POST /role-definitions HTTP/1.1" 200 533 0.017680 10.0.0.31 - - [2024-10-31 02:19:17] "POST /fqname-to-id HTTP/1.1" 404 187 0.003425 10.0.0.31 - - [2024-10-31 02:19:17] "POST /role-definitions HTTP/1.1" 200 543 0.018679 10.0.0.31 - - [2024-10-31 02:19:17] "POST /fqname-to-id HTTP/1.1" 404 181 0.004191 10.0.0.31 - - [2024-10-31 02:19:17] "POST /role-definitions HTTP/1.1" 200 531 0.021341 10.0.0.31 - - [2024-10-31 02:19:17] "POST /fqname-to-id HTTP/1.1" 404 184 0.003219 10.0.0.31 - - [2024-10-31 02:19:18] "POST /role-definitions HTTP/1.1" 200 537 0.019730 10.0.0.31 - - [2024-10-31 02:19:18] "POST /fqname-to-id HTTP/1.1" 404 189 0.003300 10.0.0.31 - - [2024-10-31 02:19:18] "POST /role-definitions HTTP/1.1" 200 547 0.017990 10.0.0.31 - - [2024-10-31 02:19:18] "POST /fqname-to-id HTTP/1.1" 404 194 0.003871 10.0.0.31 - - [2024-10-31 02:19:18] "POST /role-definitions HTTP/1.1" 200 557 0.019530 10.0.0.31 - - [2024-10-31 02:19:18] "POST /fqname-to-id HTTP/1.1" 404 196 0.004158 10.0.0.31 - - [2024-10-31 02:19:18] "POST /role-definitions HTTP/1.1" 200 561 0.017305 10.0.0.31 - - [2024-10-31 02:19:18] "POST /fqname-to-id HTTP/1.1" 404 195 0.003217 10.0.0.31 - - [2024-10-31 02:19:18] "POST /role-definitions HTTP/1.1" 200 559 0.017730 10.0.0.31 - - [2024-10-31 02:19:18] "POST /fqname-to-id HTTP/1.1" 404 196 0.003402 10.0.0.31 - - [2024-10-31 02:19:18] "POST /feature-configs HTTP/1.1" 200 537 0.018470 10.0.0.31 - - [2024-10-31 02:19:18] "POST /fqname-to-id HTTP/1.1" 404 212 0.003158 10.0.0.31 - - [2024-10-31 02:19:18] "POST /feature-configs HTTP/1.1" 200 562 0.016530 10.0.0.31 - - [2024-10-31 02:19:18] "POST /fqname-to-id HTTP/1.1" 404 211 0.003133 10.0.0.31 - - [2024-10-31 02:19:18] "POST /feature-configs HTTP/1.1" 200 561 0.017323 10.0.0.31 - - [2024-10-31 02:19:18] "POST /fqname-to-id HTTP/1.1" 404 192 0.003246 10.0.0.31 - - [2024-10-31 02:19:18] "POST /node-profiles HTTP/1.1" 200 547 0.018468 10.0.0.31 - - [2024-10-31 02:19:18] "POST /fqname-to-id HTTP/1.1" 404 187 0.003310 10.0.0.31 - - [2024-10-31 02:19:19] "POST /node-profiles HTTP/1.1" 200 537 0.019502 10.0.0.31 - - [2024-10-31 02:19:19] "POST /fqname-to-id HTTP/1.1" 404 193 0.003653 10.0.0.31 - - [2024-10-31 02:19:19] "POST /node-profiles HTTP/1.1" 200 549 0.017544 10.0.0.31 - - [2024-10-31 02:19:19] "POST /fqname-to-id HTTP/1.1" 404 189 0.003717 10.0.0.31 - - [2024-10-31 02:19:19] "POST /node-profiles HTTP/1.1" 200 541 0.019242 10.0.0.31 - - [2024-10-31 02:19:19] "POST /fqname-to-id HTTP/1.1" 404 189 0.003917 10.0.0.31 - - [2024-10-31 02:19:19] "POST /node-profiles HTTP/1.1" 200 541 0.017934 10.0.0.31 - - [2024-10-31 02:19:19] "POST /fqname-to-id HTTP/1.1" 404 188 0.003515 10.0.0.31 - - [2024-10-31 02:19:19] "POST /node-profiles HTTP/1.1" 200 539 0.018804 10.0.0.31 - - [2024-10-31 02:19:19] "POST /fqname-to-id HTTP/1.1" 404 184 0.003359 10.0.0.31 - - [2024-10-31 02:19:19] "POST /node-profiles HTTP/1.1" 200 531 0.020791 10.0.0.31 - - [2024-10-31 02:19:19] "POST /fqname-to-id HTTP/1.1" 404 185 0.003151 10.0.0.31 - - [2024-10-31 02:19:19] "POST /node-profiles HTTP/1.1" 200 533 0.024118 10.0.0.31 - - [2024-10-31 02:19:19] "POST /fqname-to-id HTTP/1.1" 404 197 0.003261 10.0.0.31 - - [2024-10-31 02:19:19] "POST /node-profiles HTTP/1.1" 200 557 0.018616 10.0.0.31 - - [2024-10-31 02:19:19] "POST /fqname-to-id HTTP/1.1" 404 206 0.003532 10.0.0.31 - - [2024-10-31 02:19:19] "POST /telemetry-profiles HTTP/1.1" 200 554 0.018151 10.0.0.31 - - [2024-10-31 02:19:20] "POST /fqname-to-id HTTP/1.1" 404 206 0.003563 10.0.0.31 - - [2024-10-31 02:19:20] "POST /telemetry-profiles HTTP/1.1" 200 554 0.017924 10.0.0.31 - - [2024-10-31 02:19:20] "POST /fqname-to-id HTTP/1.1" 404 206 0.003364 10.0.0.31 - - [2024-10-31 02:19:20] "POST /telemetry-profiles HTTP/1.1" 200 554 0.021575 10.0.0.31 - - [2024-10-31 02:19:20] "POST /fqname-to-id HTTP/1.1" 404 206 0.004186 10.0.0.31 - - [2024-10-31 02:19:20] "POST /telemetry-profiles HTTP/1.1" 200 554 0.024850 10.0.0.31 - - [2024-10-31 02:19:20] "POST /fqname-to-id HTTP/1.1" 404 206 0.004941 10.0.0.31 - - [2024-10-31 02:19:20] "POST /telemetry-profiles HTTP/1.1" 200 554 0.022640 10.0.0.31 - - [2024-10-31 02:19:20] "POST /fqname-to-id HTTP/1.1" 404 206 0.003783 10.0.0.31 - - [2024-10-31 02:19:20] "POST /telemetry-profiles HTTP/1.1" 200 554 0.019427 10.0.0.31 - - [2024-10-31 02:19:20] "POST /fqname-to-id HTTP/1.1" 404 199 0.003562 10.0.0.31 - - [2024-10-31 02:19:20] "POST /sflow-profiles HTTP/1.1" 200 532 0.017776 10.0.0.31 - - [2024-10-31 02:19:20] "POST /fqname-to-id HTTP/1.1" 404 202 0.003442 10.0.0.31 - - [2024-10-31 02:19:20] "POST /sflow-profiles HTTP/1.1" 200 538 0.017396 10.0.0.31 - - [2024-10-31 02:19:20] "POST /fqname-to-id HTTP/1.1" 404 202 0.003150 10.0.0.31 - - [2024-10-31 02:19:20] "POST /sflow-profiles HTTP/1.1" 200 538 0.017582 10.0.0.31 - - [2024-10-31 02:19:20] "POST /fqname-to-id HTTP/1.1" 404 199 0.003217 10.0.0.31 - - [2024-10-31 02:19:20] "POST /grpc-profiles HTTP/1.1" 200 530 0.017688 10.0.0.31 - - [2024-10-31 02:19:21] "POST /fqname-to-id HTTP/1.1" 404 199 0.003330 10.0.0.31 - - [2024-10-31 02:19:21] "POST /snmp-profiles HTTP/1.1" 200 530 0.017544 10.0.0.31 - - [2024-10-31 02:19:21] "POST /fqname-to-id HTTP/1.1" 404 202 0.003277 10.0.0.31 - - [2024-10-31 02:19:21] "POST /netconf-profiles HTTP/1.1" 200 542 0.018876 10.0.0.31 - - [2024-10-31 02:19:21] "POST /fqname-to-id HTTP/1.1" 404 193 0.003423 10.0.0.31 - - [2024-10-31 02:19:21] "POST /device-functional-groups HTTP/1.1" 200 540 0.019607 10.0.0.31 - - [2024-10-31 02:19:21] "POST /fqname-to-id HTTP/1.1" 404 193 0.003465 10.0.0.31 - - [2024-10-31 02:19:21] "POST /device-functional-groups HTTP/1.1" 200 540 0.018353 10.0.0.31 - - [2024-10-31 02:19:21] "POST /fqname-to-id HTTP/1.1" 404 195 0.003263 10.0.0.31 - - [2024-10-31 02:19:21] "POST /device-functional-groups HTTP/1.1" 200 544 0.019613 10.0.0.31 - - [2024-10-31 02:19:21] "POST /fqname-to-id HTTP/1.1" 404 194 0.003175 10.0.0.31 - - [2024-10-31 02:19:21] "POST /device-functional-groups HTTP/1.1" 200 542 0.017046 10.0.0.31 - - [2024-10-31 02:19:21] "POST /fqname-to-id HTTP/1.1" 404 218 0.003580 10.0.0.31 - - [2024-10-31 02:19:21] "POST /device-functional-groups HTTP/1.1" 200 590 0.022784 10.0.0.31 - - [2024-10-31 02:19:21] "POST /fqname-to-id HTTP/1.1" 404 208 0.003375 10.0.0.31 - - [2024-10-31 02:19:21] "POST /device-functional-groups HTTP/1.1" 200 570 0.016057 10.0.0.31 - - [2024-10-31 02:19:21] "POST /fqname-to-id HTTP/1.1" 404 236 0.003580 10.0.0.31 - - [2024-10-31 02:19:22] "POST /device-functional-groups HTTP/1.1" 200 620 0.019510 10.0.0.31 - - [2024-10-31 02:19:22] "POST /fqname-to-id HTTP/1.1" 404 206 0.003339 10.0.0.31 - - [2024-10-31 02:19:22] "POST /device-functional-groups HTTP/1.1" 200 566 0.018746 10.0.0.31 - - [2024-10-31 02:19:22] "POST /fqname-to-id HTTP/1.1" 404 205 0.003208 10.0.0.31 - - [2024-10-31 02:19:22] "POST /device-functional-groups HTTP/1.1" 200 564 0.020123 10.0.0.31 - - [2024-10-31 02:19:22] "POST /fqname-to-id HTTP/1.1" 404 210 0.003658 10.0.0.31 - - [2024-10-31 02:19:22] "POST /device-functional-groups HTTP/1.1" 200 574 0.019495 10.0.0.31 - - [2024-10-31 02:19:22] "POST /fqname-to-id HTTP/1.1" 404 201 0.003143 10.0.0.31 - - [2024-10-31 02:19:22] "POST /role-configs HTTP/1.1" 200 525 0.018277 10.0.0.31 - - [2024-10-31 02:19:22] "POST /fqname-to-id HTTP/1.1" 404 196 0.003706 10.0.0.31 - - [2024-10-31 02:19:22] "POST /role-configs HTTP/1.1" 200 520 0.017503 10.0.0.31 - - [2024-10-31 02:19:22] "POST /fqname-to-id HTTP/1.1" 404 198 0.003098 10.0.0.31 - - [2024-10-31 02:19:22] "POST /role-configs HTTP/1.1" 200 522 0.018411 10.0.0.31 - - [2024-10-31 02:19:22] "POST /fqname-to-id HTTP/1.1" 404 198 0.003371 10.0.0.31 - - [2024-10-31 02:19:22] "POST /role-configs HTTP/1.1" 200 522 0.019559 10.0.0.31 - - [2024-10-31 02:19:22] "POST /fqname-to-id HTTP/1.1" 404 202 0.003243 10.0.0.31 - - [2024-10-31 02:19:22] "POST /role-configs HTTP/1.1" 200 526 0.018794 10.0.0.31 - - [2024-10-31 02:19:22] "POST /fqname-to-id HTTP/1.1" 404 197 0.003066 10.0.0.31 - - [2024-10-31 02:19:23] "POST /role-configs HTTP/1.1" 200 521 0.017248 10.0.0.31 - - [2024-10-31 02:19:23] "POST /fqname-to-id HTTP/1.1" 404 193 0.003196 10.0.0.31 - - [2024-10-31 02:19:23] "POST /role-configs HTTP/1.1" 200 517 0.018531 10.0.0.31 - - [2024-10-31 02:19:23] "POST /fqname-to-id HTTP/1.1" 404 194 0.003185 10.0.0.31 - - [2024-10-31 02:19:23] "POST /role-configs HTTP/1.1" 200 518 0.019977 10.0.0.31 - - [2024-10-31 02:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003872 10.0.0.31 - - [2024-10-31 02:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.31 - - [2024-10-31 02:19:23] "POST /ref-update HTTP/1.1" 200 156 0.009556 10.0.0.31 - - [2024-10-31 02:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.31 - - [2024-10-31 02:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.31 - - [2024-10-31 02:19:23] "POST /ref-update HTTP/1.1" 200 156 0.008551 10.0.0.31 - - [2024-10-31 02:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.31 - - [2024-10-31 02:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004069 10.0.0.31 - - [2024-10-31 02:19:23] "POST /ref-update HTTP/1.1" 200 156 0.011065 10.0.0.31 - - [2024-10-31 02:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004240 10.0.0.31 - - [2024-10-31 02:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.31 - - [2024-10-31 02:19:23] "POST /ref-update HTTP/1.1" 200 156 0.008839 10.0.0.31 - - [2024-10-31 02:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.31 - - [2024-10-31 02:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.31 - - [2024-10-31 02:19:24] "POST /ref-update HTTP/1.1" 200 156 0.009146 10.0.0.31 - - [2024-10-31 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.31 - - [2024-10-31 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.31 - - [2024-10-31 02:19:24] "POST /ref-update HTTP/1.1" 200 156 0.009704 10.0.0.31 - - [2024-10-31 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.31 - - [2024-10-31 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.31 - - [2024-10-31 02:19:24] "POST /ref-update HTTP/1.1" 200 156 0.009016 10.0.0.31 - - [2024-10-31 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.31 - - [2024-10-31 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.31 - - [2024-10-31 02:19:24] "POST /ref-update HTTP/1.1" 200 156 0.008765 10.0.0.31 - - [2024-10-31 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.31 - - [2024-10-31 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.31 - - [2024-10-31 02:19:24] "POST /ref-update HTTP/1.1" 200 156 0.008455 10.0.0.31 - - [2024-10-31 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.31 - - [2024-10-31 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.31 - - [2024-10-31 02:19:24] "POST /ref-update HTTP/1.1" 200 156 0.008804 10.0.0.31 - - [2024-10-31 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.31 - - [2024-10-31 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.31 - - [2024-10-31 02:19:24] "POST /ref-update HTTP/1.1" 200 156 0.009333 10.0.0.31 - - [2024-10-31 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.31 - - [2024-10-31 02:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.31 - - [2024-10-31 02:19:25] "POST /ref-update HTTP/1.1" 200 156 0.007929 10.0.0.31 - - [2024-10-31 02:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.31 - - [2024-10-31 02:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.31 - - [2024-10-31 02:19:25] "POST /ref-update HTTP/1.1" 200 156 0.008210 10.0.0.31 - - [2024-10-31 02:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.31 - - [2024-10-31 02:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.31 - - [2024-10-31 02:19:25] "POST /ref-update HTTP/1.1" 200 156 0.008327 10.0.0.31 - - [2024-10-31 02:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.31 - - [2024-10-31 02:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003626 10.0.0.31 - - [2024-10-31 02:19:25] "POST /ref-update HTTP/1.1" 200 156 0.008195 10.0.0.31 - - [2024-10-31 02:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004300 10.0.0.31 - - [2024-10-31 02:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004316 10.0.0.31 - - [2024-10-31 02:19:25] "POST /ref-update HTTP/1.1" 200 156 0.009301 10.0.0.31 - - [2024-10-31 02:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138 10.0.0.31 - - [2024-10-31 02:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003619 10.0.0.31 - - [2024-10-31 02:19:25] "POST /ref-update HTTP/1.1" 200 156 0.008601 10.0.0.31 - - [2024-10-31 02:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.31 - - [2024-10-31 02:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003903 10.0.0.31 - - [2024-10-31 02:19:25] "POST /ref-update HTTP/1.1" 200 156 0.009215 10.0.0.31 - - [2024-10-31 02:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.31 - - [2024-10-31 02:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004005 10.0.0.31 - - [2024-10-31 02:19:26] "POST /ref-update HTTP/1.1" 200 156 0.009701 10.0.0.31 - - [2024-10-31 02:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004479 10.0.0.31 - - [2024-10-31 02:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.31 - - [2024-10-31 02:19:26] "POST /ref-update HTTP/1.1" 200 156 0.008016 10.0.0.31 - - [2024-10-31 02:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.31 - - [2024-10-31 02:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.31 - - [2024-10-31 02:19:26] "POST /ref-update HTTP/1.1" 200 156 0.007916 10.0.0.31 - - [2024-10-31 02:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.31 - - [2024-10-31 02:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.31 - - [2024-10-31 02:19:26] "POST /ref-update HTTP/1.1" 200 156 0.008485 10.0.0.31 - - [2024-10-31 02:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.31 - - [2024-10-31 02:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.31 - - [2024-10-31 02:19:26] "POST /ref-update HTTP/1.1" 200 156 0.008183 10.0.0.31 - - [2024-10-31 02:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.31 - - [2024-10-31 02:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.31 - - [2024-10-31 02:19:26] "POST /ref-update HTTP/1.1" 200 156 0.007729 10.0.0.31 - - [2024-10-31 02:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.31 - - [2024-10-31 02:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.31 - - [2024-10-31 02:19:27] "POST /ref-update HTTP/1.1" 200 156 0.009642 10.0.0.31 - - [2024-10-31 02:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.31 - - [2024-10-31 02:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.31 - - [2024-10-31 02:19:27] "POST /ref-update HTTP/1.1" 200 156 0.008033 10.0.0.31 - - [2024-10-31 02:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.31 - - [2024-10-31 02:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003666 10.0.0.31 - - [2024-10-31 02:19:27] "POST /ref-update HTTP/1.1" 200 156 0.008521 10.0.0.31 - - [2024-10-31 02:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.31 - - [2024-10-31 02:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.31 - - [2024-10-31 02:19:27] "POST /ref-update HTTP/1.1" 200 156 0.007616 10.0.0.31 - - [2024-10-31 02:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.31 - - [2024-10-31 02:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.31 - - [2024-10-31 02:19:27] "POST /ref-update HTTP/1.1" 200 156 0.008122 10.0.0.31 - - [2024-10-31 02:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.31 - - [2024-10-31 02:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.31 - - [2024-10-31 02:19:27] "POST /ref-update HTTP/1.1" 200 156 0.007995 10.0.0.31 - - [2024-10-31 02:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.31 - - [2024-10-31 02:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.31 - - [2024-10-31 02:19:27] "POST /ref-update HTTP/1.1" 200 156 0.009123 10.0.0.31 - - [2024-10-31 02:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.31 - - [2024-10-31 02:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.31 - - [2024-10-31 02:19:28] "POST /ref-update HTTP/1.1" 200 156 0.008966 10.0.0.31 - - [2024-10-31 02:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.31 - - [2024-10-31 02:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003507 10.0.0.31 - - [2024-10-31 02:19:28] "POST /ref-update HTTP/1.1" 200 156 0.009318 10.0.0.31 - - [2024-10-31 02:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.31 - - [2024-10-31 02:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.31 - - [2024-10-31 02:19:28] "POST /ref-update HTTP/1.1" 200 156 0.008139 10.0.0.31 - - [2024-10-31 02:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.31 - - [2024-10-31 02:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003945 10.0.0.31 - - [2024-10-31 02:19:28] "POST /ref-update HTTP/1.1" 200 156 0.009326 10.0.0.31 - - [2024-10-31 02:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.31 - - [2024-10-31 02:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.31 - - [2024-10-31 02:19:28] "POST /ref-update HTTP/1.1" 200 156 0.009058 10.0.0.31 - - [2024-10-31 02:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.31 - - [2024-10-31 02:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.31 - - [2024-10-31 02:19:28] "POST /ref-update HTTP/1.1" 200 156 0.007802 10.0.0.31 - - [2024-10-31 02:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.31 - - [2024-10-31 02:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.31 - - [2024-10-31 02:19:28] "POST /ref-update HTTP/1.1" 200 156 0.007786 10.0.0.31 - - [2024-10-31 02:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.31 - - [2024-10-31 02:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.31 - - [2024-10-31 02:19:29] "POST /ref-update HTTP/1.1" 200 156 0.008937 10.0.0.31 - - [2024-10-31 02:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.31 - - [2024-10-31 02:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.31 - - [2024-10-31 02:19:29] "POST /ref-update HTTP/1.1" 200 156 0.009588 10.0.0.31 - - [2024-10-31 02:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.31 - - [2024-10-31 02:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.31 - - [2024-10-31 02:19:29] "POST /ref-update HTTP/1.1" 200 156 0.008087 10.0.0.31 - - [2024-10-31 02:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003679 10.0.0.31 - - [2024-10-31 02:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.31 - - [2024-10-31 02:19:29] "POST /ref-update HTTP/1.1" 200 156 0.008571 10.0.0.31 - - [2024-10-31 02:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.31 - - [2024-10-31 02:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.31 - - [2024-10-31 02:19:29] "POST /ref-update HTTP/1.1" 200 156 0.008942 10.0.0.31 - - [2024-10-31 02:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.31 - - [2024-10-31 02:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.31 - - [2024-10-31 02:19:29] "POST /ref-update HTTP/1.1" 200 156 0.009627 10.0.0.31 - - [2024-10-31 02:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.31 - - [2024-10-31 02:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.31 - - [2024-10-31 02:19:30] "POST /ref-update HTTP/1.1" 200 156 0.008605 10.0.0.31 - - [2024-10-31 02:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.31 - - [2024-10-31 02:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.31 - - [2024-10-31 02:19:30] "POST /ref-update HTTP/1.1" 200 156 0.008699 10.0.0.31 - - [2024-10-31 02:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004608 10.0.0.31 - - [2024-10-31 02:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005494 10.0.0.31 - - [2024-10-31 02:19:30] "POST /ref-update HTTP/1.1" 200 156 0.010619 10.0.0.31 - - [2024-10-31 02:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.31 - - [2024-10-31 02:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.31 - - [2024-10-31 02:19:30] "POST /ref-update HTTP/1.1" 200 156 0.008774 10.0.0.31 - - [2024-10-31 02:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.31 - - [2024-10-31 02:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.31 - - [2024-10-31 02:19:30] "POST /ref-update HTTP/1.1" 200 156 0.008888 10.0.0.31 - - [2024-10-31 02:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.31 - - [2024-10-31 02:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.31 - - [2024-10-31 02:19:30] "POST /ref-update HTTP/1.1" 200 156 0.010051 10.0.0.31 - - [2024-10-31 02:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.31 - - [2024-10-31 02:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.31 - - [2024-10-31 02:19:30] "POST /ref-update HTTP/1.1" 200 156 0.007987 10.0.0.31 - - [2024-10-31 02:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.31 - - [2024-10-31 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.31 - - [2024-10-31 02:19:31] "POST /ref-update HTTP/1.1" 200 156 0.011242 10.0.0.31 - - [2024-10-31 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.31 - - [2024-10-31 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.31 - - [2024-10-31 02:19:31] "POST /ref-update HTTP/1.1" 200 156 0.008930 10.0.0.31 - - [2024-10-31 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.31 - - [2024-10-31 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.31 - - [2024-10-31 02:19:31] "POST /ref-update HTTP/1.1" 200 156 0.009065 10.0.0.31 - - [2024-10-31 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003972 10.0.0.31 - - [2024-10-31 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.31 - - [2024-10-31 02:19:31] "POST /ref-update HTTP/1.1" 200 156 0.008468 10.0.0.31 - - [2024-10-31 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.006697 10.0.0.31 - - [2024-10-31 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.31 - - [2024-10-31 02:19:31] "POST /ref-update HTTP/1.1" 200 156 0.008754 10.0.0.31 - - [2024-10-31 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.31 - - [2024-10-31 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.31 - - [2024-10-31 02:19:31] "POST /ref-update HTTP/1.1" 200 156 0.011135 10.0.0.31 - - [2024-10-31 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.31 - - [2024-10-31 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.31 - - [2024-10-31 02:19:32] "POST /ref-update HTTP/1.1" 200 156 0.008900 10.0.0.31 - - [2024-10-31 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004169 10.0.0.31 - - [2024-10-31 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.31 - - [2024-10-31 02:19:32] "POST /ref-update HTTP/1.1" 200 156 0.009810 10.0.0.31 - - [2024-10-31 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.31 - - [2024-10-31 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.31 - - [2024-10-31 02:19:32] "POST /ref-update HTTP/1.1" 200 156 0.009000 10.0.0.31 - - [2024-10-31 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.31 - - [2024-10-31 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.31 - - [2024-10-31 02:19:32] "POST /ref-update HTTP/1.1" 200 156 0.013141 10.0.0.31 - - [2024-10-31 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.31 - - [2024-10-31 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.31 - - [2024-10-31 02:19:32] "POST /ref-update HTTP/1.1" 200 156 0.008349 10.0.0.31 - - [2024-10-31 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.31 - - [2024-10-31 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.31 - - [2024-10-31 02:19:32] "POST /ref-update HTTP/1.1" 200 156 0.009081 10.0.0.31 - - [2024-10-31 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.31 - - [2024-10-31 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.31 - - [2024-10-31 02:19:32] "POST /ref-update HTTP/1.1" 200 156 0.009043 10.0.0.31 - - [2024-10-31 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.31 - - [2024-10-31 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.31 - - [2024-10-31 02:19:33] "POST /ref-update HTTP/1.1" 200 156 0.007761 10.0.0.31 - - [2024-10-31 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.31 - - [2024-10-31 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.31 - - [2024-10-31 02:19:33] "POST /ref-update HTTP/1.1" 200 156 0.010324 10.0.0.31 - - [2024-10-31 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.31 - - [2024-10-31 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.31 - - [2024-10-31 02:19:33] "POST /ref-update HTTP/1.1" 200 156 0.010000 10.0.0.31 - - [2024-10-31 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.31 - - [2024-10-31 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.31 - - [2024-10-31 02:19:33] "POST /ref-update HTTP/1.1" 200 156 0.008053 10.0.0.31 - - [2024-10-31 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.007866 10.0.0.31 - - [2024-10-31 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004884 10.0.0.31 - - [2024-10-31 02:19:33] "POST /ref-update HTTP/1.1" 200 156 0.009031 10.0.0.31 - - [2024-10-31 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.31 - - [2024-10-31 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.31 - - [2024-10-31 02:19:33] "POST /ref-update HTTP/1.1" 200 156 0.007698 10.0.0.31 - - [2024-10-31 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.31 - - [2024-10-31 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.31 - - [2024-10-31 02:19:34] "POST /ref-update HTTP/1.1" 200 156 0.009086 10.0.0.31 - - [2024-10-31 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.31 - - [2024-10-31 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.31 - - [2024-10-31 02:19:34] "POST /ref-update HTTP/1.1" 200 156 0.007530 10.0.0.31 - - [2024-10-31 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.31 - - [2024-10-31 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.31 - - [2024-10-31 02:19:34] "POST /ref-update HTTP/1.1" 200 156 0.007502 10.0.0.31 - - [2024-10-31 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.31 - - [2024-10-31 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.31 - - [2024-10-31 02:19:34] "POST /ref-update HTTP/1.1" 200 156 0.009332 10.0.0.31 - - [2024-10-31 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003961 10.0.0.31 - - [2024-10-31 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.31 - - [2024-10-31 02:19:34] "POST /ref-update HTTP/1.1" 200 156 0.008125 10.0.0.31 - - [2024-10-31 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.31 - - [2024-10-31 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.31 - - [2024-10-31 02:19:34] "POST /ref-update HTTP/1.1" 200 156 0.007636 10.0.0.31 - - [2024-10-31 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.31 - - [2024-10-31 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.31 - - [2024-10-31 02:19:34] "POST /ref-update HTTP/1.1" 200 156 0.009269 10.0.0.31 - - [2024-10-31 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.31 - - [2024-10-31 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.31 - - [2024-10-31 02:19:35] "POST /ref-update HTTP/1.1" 200 156 0.008981 10.0.0.31 - - [2024-10-31 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.31 - - [2024-10-31 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782 10.0.0.31 - - [2024-10-31 02:19:35] "POST /ref-update HTTP/1.1" 200 156 0.008840 10.0.0.31 - - [2024-10-31 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004059 10.0.0.31 - - [2024-10-31 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.31 - - [2024-10-31 02:19:35] "POST /ref-update HTTP/1.1" 200 156 0.008415 10.0.0.31 - - [2024-10-31 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.31 - - [2024-10-31 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.31 - - [2024-10-31 02:19:35] "POST /ref-update HTTP/1.1" 200 156 0.008708 10.0.0.31 - - [2024-10-31 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.31 - - [2024-10-31 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.31 - - [2024-10-31 02:19:35] "POST /ref-update HTTP/1.1" 200 156 0.009586 10.0.0.31 - - [2024-10-31 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.31 - - [2024-10-31 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.31 - - [2024-10-31 02:19:35] "POST /ref-update HTTP/1.1" 200 156 0.008541 10.0.0.31 - - [2024-10-31 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.31 - - [2024-10-31 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.31 - - [2024-10-31 02:19:35] "POST /ref-update HTTP/1.1" 200 156 0.007789 10.0.0.31 - - [2024-10-31 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004396 10.0.0.31 - - [2024-10-31 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.31 - - [2024-10-31 02:19:36] "POST /ref-update HTTP/1.1" 200 156 0.008072 10.0.0.31 - - [2024-10-31 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004667 10.0.0.31 - - [2024-10-31 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.31 - - [2024-10-31 02:19:36] "POST /ref-update HTTP/1.1" 200 156 0.008300 10.0.0.31 - - [2024-10-31 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.31 - - [2024-10-31 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.31 - - [2024-10-31 02:19:36] "POST /ref-update HTTP/1.1" 200 156 0.009413 10.0.0.31 - - [2024-10-31 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003998 10.0.0.31 - - [2024-10-31 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003507 10.0.0.31 - - [2024-10-31 02:19:36] "POST /ref-update HTTP/1.1" 200 156 0.008550 10.0.0.31 - - [2024-10-31 02:19:36] "GET /global-system-configs HTTP/1.1" 200 322 0.884065 10.0.0.31 - - [2024-10-31 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.31 - - [2024-10-31 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003899 10.0.0.31 - - [2024-10-31 02:19:36] "POST /ref-update HTTP/1.1" 200 156 0.008368 10.0.0.31 - - [2024-10-31 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.31 - - [2024-10-31 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004789 10.0.0.31 - - [2024-10-31 02:19:36] "POST /ref-update HTTP/1.1" 200 156 0.011217 10.0.0.31 - - [2024-10-31 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.31 - - [2024-10-31 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.31 - - [2024-10-31 02:19:37] "POST /ref-update HTTP/1.1" 200 156 0.009110 10.0.0.31 - - [2024-10-31 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.31 - - [2024-10-31 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.31 - - [2024-10-31 02:19:37] "POST /ref-update HTTP/1.1" 200 156 0.009804 10.0.0.31 - - [2024-10-31 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004038 10.0.0.31 - - [2024-10-31 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004843 10.0.0.31 - - [2024-10-31 02:19:37] "POST /ref-update HTTP/1.1" 200 156 0.008935 10.0.0.31 - - [2024-10-31 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.31 - - [2024-10-31 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.31 - - [2024-10-31 02:19:37] "POST /ref-update HTTP/1.1" 200 156 0.009907 10.0.0.31 - - [2024-10-31 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004133 10.0.0.31 - - [2024-10-31 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.31 - - [2024-10-31 02:19:37] "POST /ref-update HTTP/1.1" 200 156 0.009815 10.0.0.31 - - [2024-10-31 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004376 10.0.0.31 - - [2024-10-31 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.31 - - [2024-10-31 02:19:37] "POST /ref-update HTTP/1.1" 200 156 0.009324 10.0.0.31 - - [2024-10-31 02:19:37] "GET /global-system-configs HTTP/1.1" 200 322 0.028499 10.0.0.31 - - [2024-10-31 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003640 10.0.0.31 - - [2024-10-31 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003967 10.0.0.31 - - [2024-10-31 02:19:37] "POST /ref-update HTTP/1.1" 200 156 0.009186 10.0.0.31 - - [2024-10-31 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005053 10.0.0.31 - - [2024-10-31 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004892 10.0.0.31 - - [2024-10-31 02:19:38] "POST /ref-update HTTP/1.1" 200 156 0.008313 10.0.0.31 - - [2024-10-31 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.31 - - [2024-10-31 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.31 - - [2024-10-31 02:19:38] "POST /ref-update HTTP/1.1" 200 156 0.014081 10.0.0.31 - - [2024-10-31 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.31 - - [2024-10-31 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.31 - - [2024-10-31 02:19:38] "POST /ref-update HTTP/1.1" 200 156 0.008739 10.0.0.31 - - [2024-10-31 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.31 - - [2024-10-31 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.31 - - [2024-10-31 02:19:38] "POST /ref-update HTTP/1.1" 200 156 0.008263 10.0.0.31 - - [2024-10-31 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.31 - - [2024-10-31 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.31 - - [2024-10-31 02:19:38] "POST /ref-update HTTP/1.1" 200 156 0.009496 10.0.0.31 - - [2024-10-31 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.31 - - [2024-10-31 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.31 - - [2024-10-31 02:19:38] "POST /ref-update HTTP/1.1" 200 156 0.008617 10.0.0.31 - - [2024-10-31 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.31 - - [2024-10-31 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003965 10.0.0.31 - - [2024-10-31 02:19:39] "POST /ref-update HTTP/1.1" 200 156 0.008305 10.0.0.31 - - [2024-10-31 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.31 - - [2024-10-31 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004033 10.0.0.31 - - [2024-10-31 02:19:39] "POST /ref-update HTTP/1.1" 200 156 0.009083 10.0.0.31 - - [2024-10-31 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.31 - - [2024-10-31 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.31 - - [2024-10-31 02:19:39] "POST /ref-update HTTP/1.1" 200 156 0.008510 10.0.0.31 - - [2024-10-31 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.31 - - [2024-10-31 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.31 - - [2024-10-31 02:19:39] "POST /ref-update HTTP/1.1" 200 156 0.007767 10.0.0.31 - - [2024-10-31 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.31 - - [2024-10-31 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.31 - - [2024-10-31 02:19:39] "POST /ref-update HTTP/1.1" 200 156 0.009421 10.0.0.31 - - [2024-10-31 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.31 - - [2024-10-31 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.31 - - [2024-10-31 02:19:39] "POST /ref-update HTTP/1.1" 200 156 0.007894 10.0.0.31 - - [2024-10-31 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.31 - - [2024-10-31 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.31 - - [2024-10-31 02:19:39] "POST /ref-update HTTP/1.1" 200 156 0.009043 10.0.0.31 - - [2024-10-31 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.31 - - [2024-10-31 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.31 - - [2024-10-31 02:19:40] "POST /ref-update HTTP/1.1" 200 156 0.011171 10.0.0.31 - - [2024-10-31 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.31 - - [2024-10-31 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.31 - - [2024-10-31 02:19:40] "POST /ref-update HTTP/1.1" 200 156 0.010410 10.0.0.31 - - [2024-10-31 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.31 - - [2024-10-31 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.31 - - [2024-10-31 02:19:40] "POST /ref-update HTTP/1.1" 200 156 0.008856 10.0.0.31 - - [2024-10-31 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.31 - - [2024-10-31 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004115 10.0.0.31 - - [2024-10-31 02:19:40] "POST /ref-update HTTP/1.1" 200 156 0.009878 10.0.0.31 - - [2024-10-31 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.31 - - [2024-10-31 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.31 - - [2024-10-31 02:19:40] "POST /ref-update HTTP/1.1" 200 156 0.007848 10.0.0.31 - - [2024-10-31 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.31 - - [2024-10-31 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.31 - - [2024-10-31 02:19:40] "POST /ref-update HTTP/1.1" 200 156 0.008384 10.0.0.31 - - [2024-10-31 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.31 - - [2024-10-31 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004420 10.0.0.31 - - [2024-10-31 02:19:41] "POST /ref-update HTTP/1.1" 200 156 0.009072 10.0.0.31 - - [2024-10-31 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.31 - - [2024-10-31 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004292 10.0.0.31 - - [2024-10-31 02:19:41] "POST /ref-update HTTP/1.1" 200 156 0.012640 10.0.0.31 - - [2024-10-31 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005096 10.0.0.31 - - [2024-10-31 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004267 10.0.0.31 - - [2024-10-31 02:19:41] "POST /ref-update HTTP/1.1" 200 156 0.011938 10.0.0.31 - - [2024-10-31 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.31 - - [2024-10-31 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.31 - - [2024-10-31 02:19:41] "POST /ref-update HTTP/1.1" 200 156 0.009375 10.0.0.31 - - [2024-10-31 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.31 - - [2024-10-31 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004262 10.0.0.31 - - [2024-10-31 02:19:41] "POST /ref-update HTTP/1.1" 200 156 0.010443 10.0.0.31 - - [2024-10-31 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004101 10.0.0.31 - - [2024-10-31 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.31 - - [2024-10-31 02:19:41] "POST /ref-update HTTP/1.1" 200 156 0.008075 10.0.0.31 - - [2024-10-31 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.31 - - [2024-10-31 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.31 - - [2024-10-31 02:19:41] "POST /ref-update HTTP/1.1" 200 156 0.010016 10.0.0.31 - - [2024-10-31 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.31 - - [2024-10-31 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.31 - - [2024-10-31 02:19:42] "POST /ref-update HTTP/1.1" 200 156 0.008415 10.0.0.31 - - [2024-10-31 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.31 - - [2024-10-31 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.31 - - [2024-10-31 02:19:42] "POST /ref-update HTTP/1.1" 200 156 0.009481 10.0.0.31 - - [2024-10-31 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.31 - - [2024-10-31 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.31 - - [2024-10-31 02:19:42] "POST /ref-update HTTP/1.1" 200 156 0.008038 10.0.0.31 - - [2024-10-31 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.31 - - [2024-10-31 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.31 - - [2024-10-31 02:19:42] "POST /ref-update HTTP/1.1" 200 156 0.008277 10.0.0.31 - - [2024-10-31 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.31 - - [2024-10-31 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.31 - - [2024-10-31 02:19:42] "POST /ref-update HTTP/1.1" 200 156 0.008597 10.0.0.31 - - [2024-10-31 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.31 - - [2024-10-31 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.31 - - [2024-10-31 02:19:42] "POST /ref-update HTTP/1.1" 200 156 0.007620 10.0.0.31 - - [2024-10-31 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.31 - - [2024-10-31 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.31 - - [2024-10-31 02:19:43] "POST /ref-update HTTP/1.1" 200 156 0.008766 10.0.0.31 - - [2024-10-31 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.31 - - [2024-10-31 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.31 - - [2024-10-31 02:19:43] "POST /ref-update HTTP/1.1" 200 156 0.007774 10.0.0.31 - - [2024-10-31 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.31 - - [2024-10-31 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.31 - - [2024-10-31 02:19:43] "POST /ref-update HTTP/1.1" 200 156 0.007954 10.0.0.31 - - [2024-10-31 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.31 - - [2024-10-31 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004151 10.0.0.31 - - [2024-10-31 02:19:43] "POST /ref-update HTTP/1.1" 200 156 0.007985 10.0.0.31 - - [2024-10-31 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.31 - - [2024-10-31 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.31 - - [2024-10-31 02:19:43] "POST /ref-update HTTP/1.1" 200 156 0.010909 10.0.0.31 - - [2024-10-31 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004558 10.0.0.31 - - [2024-10-31 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003457 10.0.0.31 - - [2024-10-31 02:19:43] "POST /ref-update HTTP/1.1" 200 156 0.007839 10.0.0.31 - - [2024-10-31 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.31 - - [2024-10-31 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003931 10.0.0.31 - - [2024-10-31 02:19:43] "POST /ref-update HTTP/1.1" 200 156 0.009542 10.0.0.31 - - [2024-10-31 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.31 - - [2024-10-31 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.31 - - [2024-10-31 02:19:44] "POST /ref-update HTTP/1.1" 200 156 0.008370 10.0.0.31 - - [2024-10-31 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.31 - - [2024-10-31 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.31 - - [2024-10-31 02:19:44] "POST /ref-update HTTP/1.1" 200 156 0.008291 10.0.0.31 - - [2024-10-31 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836 10.0.0.31 - - [2024-10-31 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.31 - - [2024-10-31 02:19:44] "POST /ref-update HTTP/1.1" 200 156 0.008701 10.0.0.31 - - [2024-10-31 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.31 - - [2024-10-31 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.31 - - [2024-10-31 02:19:44] "POST /ref-update HTTP/1.1" 200 156 0.008636 10.0.0.31 - - [2024-10-31 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.31 - - [2024-10-31 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.31 - - [2024-10-31 02:19:44] "POST /ref-update HTTP/1.1" 200 156 0.008878 10.0.0.31 - - [2024-10-31 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.31 - - [2024-10-31 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.31 - - [2024-10-31 02:19:44] "POST /ref-update HTTP/1.1" 200 156 0.008530 10.0.0.31 - - [2024-10-31 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003507 10.0.0.31 - - [2024-10-31 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.31 - - [2024-10-31 02:19:44] "POST /ref-update HTTP/1.1" 200 156 0.008339 10.0.0.31 - - [2024-10-31 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.31 - - [2024-10-31 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.31 - - [2024-10-31 02:19:45] "POST /ref-update HTTP/1.1" 200 156 0.010203 10.0.0.31 - - [2024-10-31 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.31 - - [2024-10-31 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.31 - - [2024-10-31 02:19:45] "POST /ref-update HTTP/1.1" 200 156 0.007989 10.0.0.31 - - [2024-10-31 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.31 - - [2024-10-31 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.31 - - [2024-10-31 02:19:45] "POST /ref-update HTTP/1.1" 200 156 0.010239 10.0.0.31 - - [2024-10-31 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.31 - - [2024-10-31 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.31 - - [2024-10-31 02:19:45] "POST /ref-update HTTP/1.1" 200 156 0.008515 10.0.0.31 - - [2024-10-31 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004270 10.0.0.31 - - [2024-10-31 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.31 - - [2024-10-31 02:19:45] "POST /ref-update HTTP/1.1" 200 156 0.008345 10.0.0.31 - - [2024-10-31 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.31 - - [2024-10-31 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004066 10.0.0.31 - - [2024-10-31 02:19:45] "POST /ref-update HTTP/1.1" 200 156 0.008325 10.0.0.31 - - [2024-10-31 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004838 10.0.0.31 - - [2024-10-31 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.31 - - [2024-10-31 02:19:46] "POST /ref-update HTTP/1.1" 200 156 0.009015 10.0.0.31 - - [2024-10-31 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.31 - - [2024-10-31 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.31 - - [2024-10-31 02:19:46] "POST /ref-update HTTP/1.1" 200 156 0.007718 10.0.0.31 - - [2024-10-31 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.31 - - [2024-10-31 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003696 10.0.0.31 - - [2024-10-31 02:19:46] "POST /ref-update HTTP/1.1" 200 156 0.010389 10.0.0.31 - - [2024-10-31 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.31 - - [2024-10-31 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.31 - - [2024-10-31 02:19:46] "POST /ref-update HTTP/1.1" 200 156 0.007706 10.0.0.31 - - [2024-10-31 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.31 - - [2024-10-31 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.31 - - [2024-10-31 02:19:46] "POST /ref-update HTTP/1.1" 200 156 0.008867 10.0.0.31 - - [2024-10-31 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.31 - - [2024-10-31 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003666 10.0.0.31 - - [2024-10-31 02:19:46] "POST /ref-update HTTP/1.1" 200 156 0.011503 10.0.0.31 - - [2024-10-31 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.31 - - [2024-10-31 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.31 - - [2024-10-31 02:19:46] "POST /ref-update HTTP/1.1" 200 156 0.008457 10.0.0.31 - - [2024-10-31 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.31 - - [2024-10-31 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.31 - - [2024-10-31 02:19:47] "POST /ref-update HTTP/1.1" 200 156 0.008849 10.0.0.31 - - [2024-10-31 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.31 - - [2024-10-31 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.31 - - [2024-10-31 02:19:47] "POST /ref-update HTTP/1.1" 200 156 0.008251 10.0.0.31 - - [2024-10-31 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.31 - - [2024-10-31 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.31 - - [2024-10-31 02:19:47] "POST /ref-update HTTP/1.1" 200 156 0.007709 10.0.0.31 - - [2024-10-31 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004017 10.0.0.31 - - [2024-10-31 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.31 - - [2024-10-31 02:19:47] "POST /ref-update HTTP/1.1" 200 156 0.008121 10.0.0.31 - - [2024-10-31 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004511 10.0.0.31 - - [2024-10-31 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.31 - - [2024-10-31 02:19:47] "POST /ref-update HTTP/1.1" 200 156 0.008280 10.0.0.31 - - [2024-10-31 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004087 10.0.0.31 - - [2024-10-31 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003640 10.0.0.31 - - [2024-10-31 02:19:47] "POST /ref-update HTTP/1.1" 200 156 0.007996 10.0.0.31 - - [2024-10-31 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.31 - - [2024-10-31 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.31 - - [2024-10-31 02:19:48] "POST /ref-update HTTP/1.1" 200 156 0.009506 10.0.0.31 - - [2024-10-31 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.31 - - [2024-10-31 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.31 - - [2024-10-31 02:19:48] "POST /ref-update HTTP/1.1" 200 156 0.008072 10.0.0.31 - - [2024-10-31 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.31 - - [2024-10-31 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.31 - - [2024-10-31 02:19:48] "POST /ref-update HTTP/1.1" 200 156 0.008343 10.0.0.31 - - [2024-10-31 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.31 - - [2024-10-31 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.31 - - [2024-10-31 02:19:48] "POST /ref-update HTTP/1.1" 200 156 0.008615 10.0.0.31 - - [2024-10-31 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.31 - - [2024-10-31 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.31 - - [2024-10-31 02:19:48] "POST /ref-update HTTP/1.1" 200 156 0.008327 10.0.0.31 - - [2024-10-31 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.31 - - [2024-10-31 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.31 - - [2024-10-31 02:19:48] "POST /ref-update HTTP/1.1" 200 156 0.007874 10.0.0.31 - - [2024-10-31 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.31 - - [2024-10-31 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.31 - - [2024-10-31 02:19:48] "POST /ref-update HTTP/1.1" 200 156 0.008208 10.0.0.31 - - [2024-10-31 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004189 10.0.0.31 - - [2024-10-31 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141 10.0.0.31 - - [2024-10-31 02:19:49] "POST /ref-update HTTP/1.1" 200 156 0.007866 10.0.0.31 - - [2024-10-31 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004140 10.0.0.31 - - [2024-10-31 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.31 - - [2024-10-31 02:19:49] "POST /ref-update HTTP/1.1" 200 156 0.011736 10.0.0.31 - - [2024-10-31 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005038 10.0.0.31 - - [2024-10-31 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.31 - - [2024-10-31 02:19:49] "POST /ref-update HTTP/1.1" 200 156 0.010083 10.0.0.31 - - [2024-10-31 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.31 - - [2024-10-31 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.31 - - [2024-10-31 02:19:49] "POST /ref-update HTTP/1.1" 200 156 0.008416 10.0.0.31 - - [2024-10-31 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.31 - - [2024-10-31 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.31 - - [2024-10-31 02:19:49] "POST /ref-update HTTP/1.1" 200 156 0.010628 10.0.0.31 - - [2024-10-31 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.31 - - [2024-10-31 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.31 - - [2024-10-31 02:19:49] "POST /ref-update HTTP/1.1" 200 156 0.009186 10.0.0.31 - - [2024-10-31 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.31 - - [2024-10-31 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437 10.0.0.31 - - [2024-10-31 02:19:49] "POST /ref-update HTTP/1.1" 200 156 0.009994 10.0.0.31 - - [2024-10-31 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.31 - - [2024-10-31 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.31 - - [2024-10-31 02:19:50] "POST /ref-update HTTP/1.1" 200 156 0.008909 10.0.0.31 - - [2024-10-31 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.31 - - [2024-10-31 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.31 - - [2024-10-31 02:19:50] "POST /ref-update HTTP/1.1" 200 156 0.008160 10.0.0.31 - - [2024-10-31 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.31 - - [2024-10-31 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.31 - - [2024-10-31 02:19:50] "POST /ref-update HTTP/1.1" 200 156 0.008238 10.0.0.31 - - [2024-10-31 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.31 - - [2024-10-31 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.31 - - [2024-10-31 02:19:50] "POST /ref-update HTTP/1.1" 200 156 0.009041 10.0.0.31 - - [2024-10-31 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.31 - - [2024-10-31 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.31 - - [2024-10-31 02:19:50] "POST /ref-update HTTP/1.1" 200 156 0.008370 10.0.0.31 - - [2024-10-31 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.31 - - [2024-10-31 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.31 - - [2024-10-31 02:19:50] "POST /ref-update HTTP/1.1" 200 156 0.009077 10.0.0.31 - - [2024-10-31 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.31 - - [2024-10-31 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.31 - - [2024-10-31 02:19:51] "POST /ref-update HTTP/1.1" 200 156 0.010562 10.0.0.31 - - [2024-10-31 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.31 - - [2024-10-31 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.31 - - [2024-10-31 02:19:51] "POST /ref-update HTTP/1.1" 200 156 0.009688 10.0.0.31 - - [2024-10-31 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.31 - - [2024-10-31 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.31 - - [2024-10-31 02:19:51] "POST /ref-update HTTP/1.1" 200 156 0.009572 10.0.0.31 - - [2024-10-31 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.31 - - [2024-10-31 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.31 - - [2024-10-31 02:19:51] "POST /ref-update HTTP/1.1" 200 156 0.009689 10.0.0.31 - - [2024-10-31 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.31 - - [2024-10-31 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.31 - - [2024-10-31 02:19:51] "POST /ref-update HTTP/1.1" 200 156 0.008951 10.0.0.31 - - [2024-10-31 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.31 - - [2024-10-31 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003589 10.0.0.31 - - [2024-10-31 02:19:51] "POST /ref-update HTTP/1.1" 200 156 0.008819 10.0.0.31 - - [2024-10-31 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.31 - - [2024-10-31 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.31 - - [2024-10-31 02:19:51] "POST /ref-update HTTP/1.1" 200 156 0.008864 10.0.0.31 - - [2024-10-31 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.31 - - [2024-10-31 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.31 - - [2024-10-31 02:19:52] "POST /ref-update HTTP/1.1" 200 156 0.009109 10.0.0.31 - - [2024-10-31 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.31 - - [2024-10-31 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.31 - - [2024-10-31 02:19:52] "POST /ref-update HTTP/1.1" 200 156 0.009138 10.0.0.31 - - [2024-10-31 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.31 - - [2024-10-31 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.31 - - [2024-10-31 02:19:52] "POST /ref-update HTTP/1.1" 200 156 0.008967 10.0.0.31 - - [2024-10-31 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003753 10.0.0.31 - - [2024-10-31 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.31 - - [2024-10-31 02:19:52] "POST /ref-update HTTP/1.1" 200 156 0.010577 10.0.0.31 - - [2024-10-31 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003276 10.0.0.31 - - [2024-10-31 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004968 10.0.0.31 - - [2024-10-31 02:19:52] "POST /ref-update HTTP/1.1" 200 156 0.010553 10.0.0.31 - - [2024-10-31 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004104 10.0.0.31 - - [2024-10-31 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004141 10.0.0.31 - - [2024-10-31 02:19:52] "POST /ref-update HTTP/1.1" 200 156 0.013327 10.0.0.31 - - [2024-10-31 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005038 10.0.0.31 - - [2024-10-31 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004120 10.0.0.31 - - [2024-10-31 02:19:53] "POST /ref-update HTTP/1.1" 200 156 0.011543 10.0.0.31 - - [2024-10-31 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004269 10.0.0.31 - - [2024-10-31 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003977 10.0.0.31 - - [2024-10-31 02:19:53] "POST /ref-update HTTP/1.1" 200 156 0.012799 10.0.0.31 - - [2024-10-31 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004632 10.0.0.31 - - [2024-10-31 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.31 - - [2024-10-31 02:19:53] "POST /ref-update HTTP/1.1" 200 156 0.009894 10.0.0.31 - - [2024-10-31 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.31 - - [2024-10-31 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.31 - - [2024-10-31 02:19:53] "POST /ref-update HTTP/1.1" 200 156 0.015316 10.0.0.31 - - [2024-10-31 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004322 10.0.0.31 - - [2024-10-31 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.31 - - [2024-10-31 02:19:53] "POST /ref-update HTTP/1.1" 200 156 0.009856 10.0.0.31 - - [2024-10-31 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.31 - - [2024-10-31 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004467 10.0.0.31 - - [2024-10-31 02:19:53] "POST /ref-update HTTP/1.1" 200 156 0.010714 10.0.0.31 - - [2024-10-31 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.31 - - [2024-10-31 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.31 - - [2024-10-31 02:19:53] "POST /ref-update HTTP/1.1" 200 156 0.010427 10.0.0.31 - - [2024-10-31 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.31 - - [2024-10-31 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.31 - - [2024-10-31 02:19:54] "POST /ref-update HTTP/1.1" 200 156 0.009693 10.0.0.31 - - [2024-10-31 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.31 - - [2024-10-31 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.31 - - [2024-10-31 02:19:54] "POST /ref-update HTTP/1.1" 200 156 0.009924 10.0.0.31 - - [2024-10-31 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.31 - - [2024-10-31 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.31 - - [2024-10-31 02:19:54] "POST /ref-update HTTP/1.1" 200 156 0.010002 10.0.0.31 - - [2024-10-31 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.31 - - [2024-10-31 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.31 - - [2024-10-31 02:19:54] "POST /ref-update HTTP/1.1" 200 156 0.008797 10.0.0.31 - - [2024-10-31 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.31 - - [2024-10-31 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.31 - - [2024-10-31 02:19:54] "POST /ref-update HTTP/1.1" 200 156 0.010143 10.0.0.31 - - [2024-10-31 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.31 - - [2024-10-31 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.31 - - [2024-10-31 02:19:54] "POST /ref-update HTTP/1.1" 200 156 0.009382 10.0.0.31 - - [2024-10-31 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.31 - - [2024-10-31 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.31 - - [2024-10-31 02:19:55] "POST /ref-update HTTP/1.1" 200 156 0.008583 10.0.0.31 - - [2024-10-31 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.31 - - [2024-10-31 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.31 - - [2024-10-31 02:19:55] "POST /ref-update HTTP/1.1" 200 156 0.009734 10.0.0.31 - - [2024-10-31 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.31 - - [2024-10-31 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.31 - - [2024-10-31 02:19:55] "POST /ref-update HTTP/1.1" 200 156 0.008300 10.0.0.31 - - [2024-10-31 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.31 - - [2024-10-31 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.31 - - [2024-10-31 02:19:55] "POST /ref-update HTTP/1.1" 200 156 0.009397 10.0.0.31 - - [2024-10-31 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004122 10.0.0.31 - - [2024-10-31 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.31 - - [2024-10-31 02:19:55] "POST /ref-update HTTP/1.1" 200 156 0.011804 10.0.0.31 - - [2024-10-31 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.31 - - [2024-10-31 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.31 - - [2024-10-31 02:19:55] "POST /ref-update HTTP/1.1" 200 156 0.009260 10.0.0.31 - - [2024-10-31 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.31 - - [2024-10-31 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.31 - - [2024-10-31 02:19:55] "POST /ref-update HTTP/1.1" 200 156 0.011517 10.0.0.31 - - [2024-10-31 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.31 - - [2024-10-31 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.31 - - [2024-10-31 02:19:56] "POST /ref-update HTTP/1.1" 200 156 0.010638 10.0.0.31 - - [2024-10-31 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.31 - - [2024-10-31 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.31 - - [2024-10-31 02:19:56] "POST /ref-update HTTP/1.1" 200 156 0.010413 10.0.0.31 - - [2024-10-31 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.31 - - [2024-10-31 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.31 - - [2024-10-31 02:19:56] "POST /ref-update HTTP/1.1" 200 156 0.009326 10.0.0.31 - - [2024-10-31 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.31 - - [2024-10-31 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.31 - - [2024-10-31 02:19:56] "POST /ref-update HTTP/1.1" 200 156 0.009125 10.0.0.31 - - [2024-10-31 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.31 - - [2024-10-31 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.31 - - [2024-10-31 02:19:56] "POST /ref-update HTTP/1.1" 200 156 0.009511 10.0.0.31 - - [2024-10-31 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.31 - - [2024-10-31 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.31 - - [2024-10-31 02:19:56] "POST /ref-update HTTP/1.1" 200 156 0.009514 10.0.0.31 - - [2024-10-31 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.31 - - [2024-10-31 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.31 - - [2024-10-31 02:19:57] "POST /ref-update HTTP/1.1" 200 156 0.009738 10.0.0.31 - - [2024-10-31 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.31 - - [2024-10-31 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.31 - - [2024-10-31 02:19:57] "POST /ref-update HTTP/1.1" 200 156 0.009374 10.0.0.31 - - [2024-10-31 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003265 10.0.0.31 - - [2024-10-31 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.31 - - [2024-10-31 02:19:57] "POST /ref-update HTTP/1.1" 200 156 0.009421 10.0.0.31 - - [2024-10-31 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.31 - - [2024-10-31 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.31 - - [2024-10-31 02:19:57] "POST /ref-update HTTP/1.1" 200 156 0.008765 10.0.0.31 - - [2024-10-31 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.31 - - [2024-10-31 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.31 - - [2024-10-31 02:19:57] "POST /ref-update HTTP/1.1" 200 156 0.010355 10.0.0.31 - - [2024-10-31 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.31 - - [2024-10-31 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.31 - - [2024-10-31 02:19:57] "POST /ref-update HTTP/1.1" 200 156 0.009366 10.0.0.31 - - [2024-10-31 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.31 - - [2024-10-31 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.31 - - [2024-10-31 02:19:57] "POST /ref-update HTTP/1.1" 200 156 0.009451 10.0.0.31 - - [2024-10-31 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.31 - - [2024-10-31 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003301 10.0.0.31 - - [2024-10-31 02:19:58] "POST /ref-update HTTP/1.1" 200 156 0.009002 10.0.0.31 - - [2024-10-31 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.31 - - [2024-10-31 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.31 - - [2024-10-31 02:19:58] "POST /ref-update HTTP/1.1" 200 156 0.010103 10.0.0.31 - - [2024-10-31 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.31 - - [2024-10-31 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.31 - - [2024-10-31 02:19:58] "POST /ref-update HTTP/1.1" 200 156 0.009172 10.0.0.31 - - [2024-10-31 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.31 - - [2024-10-31 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.31 - - [2024-10-31 02:19:58] "POST /ref-update HTTP/1.1" 200 156 0.009193 10.0.0.31 - - [2024-10-31 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.31 - - [2024-10-31 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.31 - - [2024-10-31 02:19:58] "POST /ref-update HTTP/1.1" 200 156 0.010039 10.0.0.31 - - [2024-10-31 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.31 - - [2024-10-31 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.31 - - [2024-10-31 02:19:58] "POST /ref-update HTTP/1.1" 200 156 0.012156 10.0.0.31 - - [2024-10-31 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.31 - - [2024-10-31 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.31 - - [2024-10-31 02:19:58] "POST /ref-update HTTP/1.1" 200 156 0.008183 10.0.0.31 - - [2024-10-31 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.31 - - [2024-10-31 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.31 - - [2024-10-31 02:19:59] "POST /ref-update HTTP/1.1" 200 156 0.009096 10.0.0.31 - - [2024-10-31 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.31 - - [2024-10-31 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.31 - - [2024-10-31 02:19:59] "POST /ref-update HTTP/1.1" 200 156 0.008291 10.0.0.31 - - [2024-10-31 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.31 - - [2024-10-31 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003981 10.0.0.31 - - [2024-10-31 02:19:59] "POST /ref-update HTTP/1.1" 200 156 0.009665 10.0.0.31 - - [2024-10-31 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.31 - - [2024-10-31 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.31 - - [2024-10-31 02:19:59] "POST /ref-update HTTP/1.1" 200 156 0.008389 10.0.0.31 - - [2024-10-31 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.31 - - [2024-10-31 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.31 - - [2024-10-31 02:19:59] "POST /ref-update HTTP/1.1" 200 156 0.007685 10.0.0.31 - - [2024-10-31 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004078 10.0.0.31 - - [2024-10-31 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004179 10.0.0.31 - - [2024-10-31 02:19:59] "POST /ref-update HTTP/1.1" 200 156 0.007844 10.0.0.31 - - [2024-10-31 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.31 - - [2024-10-31 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.31 - - [2024-10-31 02:20:00] "POST /ref-update HTTP/1.1" 200 156 0.010046 10.0.0.31 - - [2024-10-31 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.31 - - [2024-10-31 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.31 - - [2024-10-31 02:20:00] "POST /ref-update HTTP/1.1" 200 156 0.009719 10.0.0.31 - - [2024-10-31 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.31 - - [2024-10-31 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.31 - - [2024-10-31 02:20:00] "POST /ref-update HTTP/1.1" 200 156 0.009556 10.0.0.31 - - [2024-10-31 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.31 - - [2024-10-31 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.31 - - [2024-10-31 02:20:00] "POST /ref-update HTTP/1.1" 200 156 0.008712 10.0.0.31 - - [2024-10-31 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.31 - - [2024-10-31 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003892 10.0.0.31 - - [2024-10-31 02:20:00] "POST /ref-update HTTP/1.1" 200 156 0.012746 10.0.0.31 - - [2024-10-31 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.31 - - [2024-10-31 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.31 - - [2024-10-31 02:20:00] "POST /ref-update HTTP/1.1" 200 156 0.010857 10.0.0.31 - - [2024-10-31 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003689 10.0.0.31 - - [2024-10-31 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004413 10.0.0.31 - - [2024-10-31 02:20:00] "POST /ref-update HTTP/1.1" 200 156 0.011323 10.0.0.31 - - [2024-10-31 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.31 - - [2024-10-31 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.31 - - [2024-10-31 02:20:01] "POST /ref-update HTTP/1.1" 200 156 0.013392 10.0.0.31 - - [2024-10-31 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.31 - - [2024-10-31 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.31 - - [2024-10-31 02:20:01] "POST /ref-update HTTP/1.1" 200 156 0.013209 10.0.0.31 - - [2024-10-31 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004729 10.0.0.31 - - [2024-10-31 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.31 - - [2024-10-31 02:20:01] "POST /ref-update HTTP/1.1" 200 156 0.011857 10.0.0.31 - - [2024-10-31 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.31 - - [2024-10-31 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.31 - - [2024-10-31 02:20:01] "POST /ref-update HTTP/1.1" 200 156 0.008891 10.0.0.31 - - [2024-10-31 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.31 - - [2024-10-31 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.31 - - [2024-10-31 02:20:01] "POST /ref-update HTTP/1.1" 200 156 0.011095 10.0.0.31 - - [2024-10-31 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003816 10.0.0.31 - - [2024-10-31 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003650 10.0.0.31 - - [2024-10-31 02:20:01] "POST /ref-update HTTP/1.1" 200 156 0.008816 10.0.0.31 - - [2024-10-31 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.31 - - [2024-10-31 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004076 10.0.0.31 - - [2024-10-31 02:20:02] "POST /ref-update HTTP/1.1" 200 156 0.009846 10.0.0.31 - - [2024-10-31 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.31 - - [2024-10-31 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.31 - - [2024-10-31 02:20:02] "POST /ref-update HTTP/1.1" 200 156 0.012193 10.0.0.31 - - [2024-10-31 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004489 10.0.0.31 - - [2024-10-31 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003291 10.0.0.31 - - [2024-10-31 02:20:02] "POST /ref-update HTTP/1.1" 200 156 0.010117 10.0.0.31 - - [2024-10-31 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.31 - - [2024-10-31 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.31 - - [2024-10-31 02:20:02] "POST /ref-update HTTP/1.1" 200 156 0.009584 10.0.0.31 - - [2024-10-31 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.31 - - [2024-10-31 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.31 - - [2024-10-31 02:20:02] "POST /ref-update HTTP/1.1" 200 156 0.009902 10.0.0.31 - - [2024-10-31 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.31 - - [2024-10-31 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003425 10.0.0.31 - - [2024-10-31 02:20:02] "POST /ref-update HTTP/1.1" 200 156 0.010963 10.0.0.31 - - [2024-10-31 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004972 10.0.0.31 - - [2024-10-31 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.31 - - [2024-10-31 02:20:02] "POST /ref-update HTTP/1.1" 200 156 0.010558 10.0.0.31 - - [2024-10-31 02:20:03] "POST /network-ipams HTTP/1.1" 200 550 0.023017 10.0.0.31 - - [2024-10-31 02:20:03] "POST /useragent-kv HTTP/1.1" 200 115 0.004460 10.0.0.31 - - [2024-10-31 02:20:03] "POST /virtual-networks HTTP/1.1" 200 552 0.110386 10.0.0.31 - - [2024-10-31 02:20:03] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.003232 10.0.0.31 - - [2024-10-31 02:20:03] "POST /fqname-to-id HTTP/1.1" 404 188 0.003278 10.0.0.31 - - [2024-10-31 02:20:03] "POST /fqname-to-id HTTP/1.1" 404 178 0.003787 10.0.0.31 - - [2024-10-31 02:20:03] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 312 0.003290 10.0.0.31 - - [2024-10-31 02:20:03] "GET /fabric/d8be444f-af3e-413b-a85d-99f0b9c1a5f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1117 0.006271 10.0.0.31 - - [2024-10-31 02:20:03] "POST /fqname-to-id HTTP/1.1" 404 198 0.003256 10.0.0.31 - - [2024-10-31 02:20:03] "POST /fqname-to-id HTTP/1.1" 404 205 0.003290 10.0.0.31 - - [2024-10-31 02:20:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.003474 10.0.0.31 - - [2024-10-31 02:20:03] "POST /route-targets HTTP/1.1" 200 327 0.013000 10.0.0.31 - - [2024-10-31 02:20:03] "POST /ref-update HTTP/1.1" 200 156 0.011095 10.0.0.31 - - [2024-10-31 02:20:26] "GET / HTTP/1.1" 200 35931 0.001923 10.0.0.31 - - [2024-10-31 02:20:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000471 10.0.0.31 - - [2024-10-31 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.027762 10.0.0.31 - - [2024-10-31 02:20:27] "GET /routing-instance/0bd813e7-d53c-4616-beb9-be00c44bf9ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1174 0.005173 10.0.0.31 - - [2024-10-31 02:20:27] "POST /bgp-routers HTTP/1.1" 200 622 0.022422 10.0.0.31 - - [2024-10-31 02:20:27] "GET /bgp-router/fda8a0bc-25c0-45a9-8ce2-c3a8dd2ccf89?fields=global_system_config_back_refs HTTP/1.1" 200 1119 0.007211 10.0.0.31 - - [2024-10-31 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.31 - - [2024-10-31 02:20:27] "GET /global-system-config/91aa910a-2571-42c2-a217-ee6b382e8c78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.013536 10.0.0.31 - - [2024-10-31 02:20:27] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003495 10.0.0.31 - - [2024-10-31 02:20:27] "POST /ref-update HTTP/1.1" 200 156 0.007722 10.0.0.31 - - [2024-10-31 02:21:20] "GET / HTTP/1.1" 200 35931 0.002923 10.0.0.31 - - [2024-10-31 02:21:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000516 10.0.0.31 - - [2024-10-31 02:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.030118 10.0.0.31 - - [2024-10-31 02:21:20] "GET /global-system-config/91aa910a-2571-42c2-a217-ee6b382e8c78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.013379 10.0.0.31 - - [2024-10-31 02:21:20] "POST /fqname-to-id HTTP/1.1" 404 220 0.003166 10.0.0.31 - - [2024-10-31 02:21:20] "POST /database-nodes HTTP/1.1" 200 603 0.018792 10.0.0.31 - - [2024-10-31 02:22:05] "GET / HTTP/1.1" 200 35931 0.002105 10.0.0.31 - - [2024-10-31 02:22:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000528 10.0.0.31 - - [2024-10-31 02:22:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.031029 10.0.0.31 - - [2024-10-31 02:22:05] "GET /global-system-config/91aa910a-2571-42c2-a217-ee6b382e8c78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.011300 10.0.0.31 - - [2024-10-31 02:22:05] "POST /fqname-to-id HTTP/1.1" 404 220 0.003440 10.0.0.31 - - [2024-10-31 02:22:05] "POST /analytics-nodes HTTP/1.1" 200 605 0.019025 10.0.0.31 - - [2024-10-31 02:22:11] "GET / HTTP/1.1" 200 35931 0.001791 10.0.0.31 - - [2024-10-31 02:22:21] "GET / HTTP/1.1" 200 35931 0.002172 10.0.0.31 - - [2024-10-31 02:22:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000472 10.0.0.31 - - [2024-10-31 02:22:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.030642 10.0.0.31 - - [2024-10-31 02:22:22] "GET /global-system-config/91aa910a-2571-42c2-a217-ee6b382e8c78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.013054 10.0.0.31 - - [2024-10-31 02:22:22] "POST /fqname-to-id HTTP/1.1" 404 220 0.003339 10.0.0.31 - - [2024-10-31 02:22:22] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.037066 10.0.0.31 - - [2024-10-31 02:22:32] "GET / HTTP/1.1" 200 35931 0.002803 10.0.0.31 - - [2024-10-31 02:22:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000510 10.0.0.31 - - [2024-10-31 02:22:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.027301 10.0.0.31 - - [2024-10-31 02:22:33] "GET /global-system-config/91aa910a-2571-42c2-a217-ee6b382e8c78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.014614 10.0.0.31 - - [2024-10-31 02:22:33] "POST /fqname-to-id HTTP/1.1" 404 220 0.003157 10.0.0.31 - - [2024-10-31 02:22:33] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.022639 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.31 - - [2024-10-31 02:23:03] "GET /obj-perms HTTP/1.1" 200 5056 0.371108 10.0.0.31 - - [2024-10-31 02:23:03] "GET /obj-perms HTTP/1.1" 200 5056 0.060815 10.0.0.31 - - [2024-10-31 02:24:04] "GET /obj-perms HTTP/1.1" 200 5056 0.055417 10.0.0.31 - - [2024-10-31 02:24:04] "GET /obj-perms HTTP/1.1" 200 5056 0.054698 10.0.0.31 - - [2024-10-31 02:24:12] "GET / HTTP/1.1" 200 35931 0.002391 10.0.0.31 - - [2024-10-31 02:24:12] "POST /fqname-to-id HTTP/1.1" 401 292 0.000649 10.0.0.31 - - [2024-10-31 02:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.026214 10.0.0.31 - - [2024-10-31 02:24:12] "GET /global-system-config/91aa910a-2571-42c2-a217-ee6b382e8c78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.011290 10.0.0.31 - - [2024-10-31 02:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.31 - - [2024-10-31 02:24:12] "GET /routing-instance/0bd813e7-d53c-4616-beb9-be00c44bf9ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1174 0.005279 10.0.0.31 - - [2024-10-31 02:24:12] "PUT /global-system-config/91aa910a-2571-42c2-a217-ee6b382e8c78 HTTP/1.1" 200 274 0.012194 10.0.0.31 - - [2024-10-31 02:24:12] "POST /fqname-to-id HTTP/1.1" 404 220 0.002952 10.0.0.31 - - [2024-10-31 02:24:12] "POST /virtual-routers HTTP/1.1" 200 605 0.020240 10.0.0.31 - - [2024-10-31 02:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.31 - - [2024-10-31 02:24:12] "GET /virtual-router/675c26d9-aa48-4f3b-a411-3cce90a38d69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1247 0.006895 10.0.0.31 - - [2024-10-31 02:24:12] "POST /fqname-to-id HTTP/1.1" 404 232 0.003215 10.0.0.31 - - [2024-10-31 02:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.31 - - [2024-10-31 02:24:13] "GET /virtual-network/d1cb1e8e-d956-4cc5-8ea9-7fe4971cea17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.010079 10.0.0.31 - - [2024-10-31 02:24:13] "POST /virtual-machine-interfaces HTTP/1.1" 200 586 0.039737 10.0.0.31 - - [2024-10-31 02:24:13] "PUT /access-control-list/9415a8ba-0ff6-4673-bdfb-d56c39523763 HTTP/1.1" 200 272 0.037429 [Introspect:8084]10.0.0.31 - - [2024-10-31 02:24:24] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001034 [Introspect:8084]10.0.0.31 - - [2024-10-31 02:24:24] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001142 [Introspect:8084]10.0.0.31 - - [2024-10-31 02:24:26] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000897 [Introspect:8084]10.0.0.31 - - [2024-10-31 02:24:26] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001094 10.0.0.31 - - [2024-10-31 02:24:34] "GET /global-system-configs HTTP/1.1" 200 322 0.035243 10.0.0.31 - - [2024-10-31 02:24:34] "GET /obj-perms HTTP/1.1" 200 5056 0.075528 10.0.0.31 - - [2024-10-31 02:24:35] "GET /global-system-configs HTTP/1.1" 200 322 0.009090 10.0.0.31 - - [2024-10-31 02:24:35] "GET /obj-perms HTTP/1.1" 200 5056 0.030152 10.0.0.31 - - [2024-10-31 02:25:04] "GET /obj-perms HTTP/1.1" 200 5056 0.060664 10.0.0.31 - - [2024-10-31 02:25:05] "GET /obj-perms HTTP/1.1" 200 5056 0.054162 10.0.0.31 - - [2024-10-31 02:25:24] "GET / HTTP/1.1" 200 35931 0.002961 10.0.0.31 - - [2024-10-31 02:25:24] "GET /project/f222088d-7d8c-4514-a97f-303dbb663124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000520 10.0.0.31 - - [2024-10-31 02:25:25] "GET /projects?obj_uuids=f222088d-7d8c-4514-a97f-303dbb663124&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.033715 10.0.0.31 - - [2024-10-31 02:25:25] "GET /domains?obj_uuids=a22851d8-7bef-4903-956c-5949b718f81e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001322 10.0.0.31 - - [2024-10-31 02:25:25] "GET /domain/a22851d8-7bef-4903-956c-5949b718f81e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.037023 10.0.0.31 - - [2024-10-31 02:25:25] "POST /id-to-fqname HTTP/1.1" 200 167 0.003220 10.0.0.31 - - [2024-10-31 02:25:25] "POST /fqname-to-id HTTP/1.1" 404 176 0.002823 10.0.0.31 - - [2024-10-31 02:25:25] "POST /security-groups HTTP/1.1" 200 568 0.063588 10.0.0.31 - - [2024-10-31 02:25:25] "POST /fqname-to-id HTTP/1.1" 404 207 0.003510 10.0.0.31 - - [2024-10-31 02:25:25] "POST /projects HTTP/1.1" 200 539 0.233703 10.0.0.31 - - [2024-10-31 02:25:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.306978 10.0.0.31 - - [2024-10-31 02:25:25] "POST /access-control-lists HTTP/1.1" 200 573 0.067911 10.0.0.31 - - [2024-10-31 02:25:25] "POST /fqname-to-id HTTP/1.1" 404 206 0.003844 10.0.0.31 - - [2024-10-31 02:25:25] "GET /project/f222088d-7d8c-4514-a97f-303dbb663124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.519850 10.0.0.31 - - [2024-10-31 02:25:25] "POST /access-control-lists HTTP/1.1" 200 571 0.072746 [Introspect:8084]10.0.0.31 - - [2024-10-31 02:25:25] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001231 10.0.0.31 - - [2024-10-31 02:25:26] "POST /fqname-to-id HTTP/1.1" 404 199 0.027449 10.0.0.31 - - [2024-10-31 02:25:26] "GET /projects?obj_uuids=fa8ff318-99cb-402a-8436-a7ee9dda0b4a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002783 10.0.0.31 - - [2024-10-31 02:25:26] "GET /domains?obj_uuids=a22851d8-7bef-4903-956c-5949b718f81e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001383 10.0.0.31 - - [2024-10-31 02:25:26] "GET /domain/a22851d8-7bef-4903-956c-5949b718f81e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010003 10.0.0.31 - - [2024-10-31 02:25:26] "POST /id-to-fqname HTTP/1.1" 200 201 0.001270 10.0.0.31 - - [2024-10-31 02:25:26] "POST /fqname-to-id HTTP/1.1" 404 210 0.002772 10.0.0.31 - - [2024-10-31 02:25:26] "POST /security-groups HTTP/1.1" 200 602 0.067640 10.0.0.31 - - [2024-10-31 02:25:26] "POST /fqname-to-id HTTP/1.1" 404 245 0.002921 10.0.0.31 - - [2024-10-31 02:25:26] "POST /projects HTTP/1.1" 200 607 0.240785 10.0.0.31 - - [2024-10-31 02:25:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.312915 10.0.0.31 - - [2024-10-31 02:25:26] "POST /access-control-lists HTTP/1.1" 200 607 0.062364 10.0.0.31 - - [2024-10-31 02:25:26] "POST /fqname-to-id HTTP/1.1" 404 244 0.002869 10.0.0.31 - - [2024-10-31 02:25:26] "GET /project/fa8ff318-99cb-402a-8436-a7ee9dda0b4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.454656 10.0.0.31 - - [2024-10-31 02:25:27] "POST /access-control-lists HTTP/1.1" 200 605 0.060735 10.0.0.31 - - [2024-10-31 02:25:27] "GET / HTTP/1.1" 200 35931 0.002294 10.0.0.31 - - [2024-10-31 02:25:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000612 10.0.0.31 - - [2024-10-31 02:25:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.061863 10.0.0.31 - - [2024-10-31 02:25:28] "GET /projects?obj_uuids=fa8ff318-99cb-402a-8436-a7ee9dda0b4a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001165 10.0.0.31 - - [2024-10-31 02:25:28] "GET /project/fa8ff318-99cb-402a-8436-a7ee9dda0b4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.033512 10.0.0.31 - - [2024-10-31 02:25:29] "POST /neutron/network HTTP/1.1" 200 117 0.042767 10.0.0.31 - - [2024-10-31 02:25:29] "GET /projects?obj_uuids=fa8ff318-99cb-402a-8436-a7ee9dda0b4a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001494 10.0.0.31 - - [2024-10-31 02:25:29] "POST /neutron/network HTTP/1.1" 200 620 0.087768 10.0.0.31 - - [2024-10-31 02:25:29] "POST /route-targets HTTP/1.1" 200 327 0.014156 10.0.0.31 - - [2024-10-31 02:25:29] "POST /ref-update HTTP/1.1" 200 156 0.013630 10.0.0.31 - - [2024-10-31 02:25:29] "POST /useragent-kv HTTP/1.1" 200 115 0.004643 10.0.0.31 - - [2024-10-31 02:25:29] "POST /neutron/subnet HTTP/1.1" 200 715 0.151207 10.0.0.31 - - [2024-10-31 02:25:29] "POST /neutron/network HTTP/1.1" 200 837 0.006519 10.0.0.31 - - [2024-10-31 02:25:29] "POST /id-to-fqname HTTP/1.1" 200 233 0.001388 10.0.0.31 - - [2024-10-31 02:25:29] "GET /virtual-network/d42cf101-23e4-4cd1-bbfa-f16fddbfb76a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.009201 10.0.0.31 - - [2024-10-31 02:25:29] "POST /neutron/network HTTP/1.1" 200 837 0.006436 10.0.0.31 - - [2024-10-31 02:25:29] "GET /virtual-network/d42cf101-23e4-4cd1-bbfa-f16fddbfb76a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.009244 10.0.0.31 - - [2024-10-31 02:25:29] "POST /neutron/network HTTP/1.1" 200 837 0.006855 10.0.0.31 - - [2024-10-31 02:25:29] "POST /neutron/subnet HTTP/1.1" 200 715 0.008528 10.0.0.31 - - [2024-10-31 02:25:29] "GET /domains HTTP/1.1" 401 292 0.000512 10.0.0.31 - - [2024-10-31 02:25:30] "GET /domains HTTP/1.1" 200 280 0.027243 10.0.0.31 - - [2024-10-31 02:25:30] "GET /domains?obj_uuids=a22851d8-7bef-4903-956c-5949b718f81e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001253 10.0.0.31 - - [2024-10-31 02:25:30] "GET /domain/a22851d8-7bef-4903-956c-5949b718f81e HTTP/1.1" 200 2585 0.014933 10.0.0.31 - - [2024-10-31 02:25:30] "GET /projects?obj_uuids=fa8ff318-99cb-402a-8436-a7ee9dda0b4a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001233 10.0.0.31 - - [2024-10-31 02:25:30] "GET /project/fa8ff318-99cb-402a-8436-a7ee9dda0b4a HTTP/1.1" 200 2168 0.092272 10.0.0.31 - - [2024-10-31 02:25:30] "GET /virtual-network/d42cf101-23e4-4cd1-bbfa-f16fddbfb76a HTTP/1.1" 200 2337 0.026237 10.0.0.31 - - [2024-10-31 02:25:30] "GET /virtual-network/d42cf101-23e4-4cd1-bbfa-f16fddbfb76a HTTP/1.1" 200 2337 0.012011 10.0.0.31 - - [2024-10-31 02:25:30] "GET /routing-instance/87e40e49-0379-495a-aa8b-a53579ee486c HTTP/1.1" 200 1494 0.006056 10.0.0.31 - - [2024-10-31 02:25:30] "GET /routing-instance/87e40e49-0379-495a-aa8b-a53579ee486c HTTP/1.1" 200 1494 0.005901 10.0.0.31 - - [2024-10-31 02:25:30] "GET /route-target/e7776cae-0b31-4a17-8532-47b91da52785 HTTP/1.1" 200 1219 0.004775 10.0.0.31 - - [2024-10-31 02:25:30] "GET /virtual-network/d42cf101-23e4-4cd1-bbfa-f16fddbfb76a HTTP/1.1" 200 2337 0.008867 10.0.0.31 - - [2024-10-31 02:25:30] "GET /routing-instance/87e40e49-0379-495a-aa8b-a53579ee486c HTTP/1.1" 200 1494 0.006260 10.0.0.31 - - [2024-10-31 02:25:30] "GET /virtual-network/d42cf101-23e4-4cd1-bbfa-f16fddbfb76a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.009565 10.0.0.31 - - [2024-10-31 02:25:30] "GET /virtual-network/d42cf101-23e4-4cd1-bbfa-f16fddbfb76a HTTP/1.1" 200 2337 0.009782 10.0.0.31 - - [2024-10-31 02:25:30] "GET /routing-instance/87e40e49-0379-495a-aa8b-a53579ee486c HTTP/1.1" 200 1494 0.004896 10.0.0.31 - - [2024-10-31 02:25:30] "GET /routing-instance/87e40e49-0379-495a-aa8b-a53579ee486c HTTP/1.1" 200 1494 0.004771 10.0.0.31 - - [2024-10-31 02:25:30] "GET /route-target/e7776cae-0b31-4a17-8532-47b91da52785 HTTP/1.1" 200 1219 0.003870 10.0.0.31 - - [2024-10-31 02:25:30] "GET /domains HTTP/1.1" 200 280 0.003022 10.0.0.31 - - [2024-10-31 02:25:30] "GET /domains?obj_uuids=a22851d8-7bef-4903-956c-5949b718f81e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001172 10.0.0.31 - - [2024-10-31 02:25:30] "GET /domain/a22851d8-7bef-4903-956c-5949b718f81e HTTP/1.1" 200 2585 0.008595 10.0.0.31 - - [2024-10-31 02:25:30] "GET /projects?obj_uuids=fa8ff318-99cb-402a-8436-a7ee9dda0b4a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001409 10.0.0.31 - - [2024-10-31 02:25:30] "GET /project/fa8ff318-99cb-402a-8436-a7ee9dda0b4a HTTP/1.1" 200 2168 0.078169 10.0.0.31 - - [2024-10-31 02:25:30] "GET /virtual-network/d42cf101-23e4-4cd1-bbfa-f16fddbfb76a HTTP/1.1" 200 2337 0.009181 10.0.0.31 - - [2024-10-31 02:25:30] "GET /obj-perms HTTP/1.1" 200 5052 0.052584 10.0.0.31 - - [2024-10-31 02:25:30] "POST /id-to-fqname HTTP/1.1" 200 233 0.001551 10.0.0.31 - - [2024-10-31 02:25:32] "POST /neutron/network HTTP/1.1" 200 847 0.006242 10.0.0.31 - - [2024-10-31 02:25:32] "GET /aaa-mode HTTP/1.1" 401 292 0.000547 10.0.0.31 - - [2024-10-31 02:25:32] "GET / HTTP/1.1" 200 35931 0.002052 10.0.0.31 - - [2024-10-31 02:25:32] "GET /project/fa8ff318-99cb-402a-8436-a7ee9dda0b4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000457 10.0.0.31 - - [2024-10-31 02:25:33] "GET /projects?obj_uuids=fa8ff318-99cb-402a-8436-a7ee9dda0b4a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001193 10.0.0.31 - - [2024-10-31 02:25:33] "GET /project/fa8ff318-99cb-402a-8436-a7ee9dda0b4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.056333 10.0.0.31 - - [2024-10-31 02:25:34] "POST /neutron/network HTTP/1.1" 200 837 0.030419 10.0.0.31 - - [2024-10-31 02:25:34] "POST /neutron/port HTTP/1.1" 200 117 0.005384 10.0.0.31 - - [2024-10-31 02:25:34] "POST /neutron/port HTTP/1.1" 200 117 0.005665 10.0.0.31 - - [2024-10-31 02:25:34] "POST /neutron/port HTTP/1.1" 200 117 0.005535 10.0.0.31 - - [2024-10-31 02:25:35] "POST /neutron/network HTTP/1.1" 200 847 0.006411 10.0.0.31 - - [2024-10-31 02:25:35] "GET /projects?obj_uuids=fa8ff318-99cb-402a-8436-a7ee9dda0b4a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001292 10.0.0.31 - - [2024-10-31 02:25:35] "POST /neutron/port HTTP/1.1" 200 1069 0.238630 10.0.0.31 - - [2024-10-31 02:25:35] "POST /neutron/port HTTP/1.1" 200 1069 0.037481 10.0.0.31 - - [2024-10-31 02:25:35] "POST /neutron/port HTTP/1.1" 200 1069 0.009516 10.0.0.31 - - [2024-10-31 02:25:36] "POST /neutron/port HTTP/1.1" 200 1123 0.084349 10.0.0.31 - - [2024-10-31 02:25:36] "POST /neutron/port HTTP/1.1" 200 1097 0.015558 10.0.0.31 - - [2024-10-31 02:25:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003637 10.0.0.31 - - [2024-10-31 02:25:36] "POST /neutron/subnet HTTP/1.1" 200 689 0.010685 10.0.0.31 - - [2024-10-31 02:25:36] "POST /neutron/port HTTP/1.1" 200 117 0.001282 10.0.0.31 - - [2024-10-31 02:25:36] "POST /neutron/network HTTP/1.1" 200 837 0.006967 10.0.0.31 - - [2024-10-31 02:25:39] "POST /neutron/port HTTP/1.1" 200 1097 0.025062 10.0.0.31 - - [2024-10-31 02:25:39] "POST /neutron/security_group HTTP/1.1" 200 2069 0.011298 10.0.0.31 - - [2024-10-31 02:25:44] "POST /neutron/port HTTP/1.1" 200 1097 0.014451 10.0.0.31 - - [2024-10-31 02:25:44] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006945 10.0.0.31 - - [2024-10-31 02:25:44] "GET /obj-perms HTTP/1.1" 200 5052 0.004114 10.0.0.31 - - [2024-10-31 02:25:45] "GET /obj-perms HTTP/1.1" 200 5052 0.003882 10.0.0.31 - - [2024-10-31 02:25:46] "GET /obj-perms HTTP/1.1" 200 5052 0.003819 10.0.0.31 - - [2024-10-31 02:25:47] "GET /obj-perms HTTP/1.1" 200 5052 0.004574 10.0.0.31 - - [2024-10-31 02:25:48] "GET /obj-perms HTTP/1.1" 200 5052 0.003628 10.0.0.31 - - [2024-10-31 02:25:49] "POST /neutron/network HTTP/1.1" 200 837 0.006571 10.0.0.31 - - [2024-10-31 02:25:49] "POST /neutron/network HTTP/1.1" 400 204 0.018637 10.0.0.31 - - [2024-10-31 02:25:50] "POST /neutron/port HTTP/1.1" 200 1097 0.041624 10.0.0.31 - - [2024-10-31 02:25:50] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006096 10.0.0.31 - - [2024-10-31 02:25:50] "POST /neutron/port HTTP/1.1" 200 1097 0.014629 10.0.0.31 - - [2024-10-31 02:25:50] "POST /neutron/port HTTP/1.1" 200 1123 0.013822 10.0.0.31 - - [2024-10-31 02:25:50] "POST /neutron/port HTTP/1.1" 200 151 0.090766 10.0.0.31 - - [2024-10-31 02:25:51] "POST /neutron/network HTTP/1.1" 200 837 0.005972 10.0.0.31 - - [2024-10-31 02:25:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006197 10.0.0.31 - - [2024-10-31 02:25:51] "POST /useragent-kv HTTP/1.1" 200 115 0.001652 10.0.0.31 - - [2024-10-31 02:25:51] "POST /useragent-kv HTTP/1.1" 200 115 0.001387 10.0.0.31 - - [2024-10-31 02:25:51] "POST /neutron/network HTTP/1.1" 200 151 0.091832 10.0.0.31 - - [2024-10-31 02:25:51] "GET /routing-instance/87e40e49-0379-495a-aa8b-a53579ee486c HTTP/1.1" 404 171 0.002728 10.0.0.31 - - [2024-10-31 02:25:51] "DELETE /route-target/e7776cae-0b31-4a17-8532-47b91da52785 HTTP/1.1" 200 115 0.024192 10.0.0.31 - - [2024-10-31 02:25:51] "GET /domains HTTP/1.1" 200 280 0.002815 10.0.0.31 - - [2024-10-31 02:25:51] "GET /domains?obj_uuids=a22851d8-7bef-4903-956c-5949b718f81e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001184 10.0.0.31 - - [2024-10-31 02:25:51] "GET /domain/a22851d8-7bef-4903-956c-5949b718f81e HTTP/1.1" 200 2585 0.053247 10.0.0.31 - - [2024-10-31 02:25:51] "GET /projects?obj_uuids=fa8ff318-99cb-402a-8436-a7ee9dda0b4a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001302 10.0.0.31 - - [2024-10-31 02:25:52] "GET /project/fa8ff318-99cb-402a-8436-a7ee9dda0b4a HTTP/1.1" 200 1918 0.077499 10.0.0.31 - - [2024-10-31 02:25:52] "GET /projects?obj_uuids=fa8ff318-99cb-402a-8436-a7ee9dda0b4a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001269 10.0.0.31 - - [2024-10-31 02:25:52] "GET /project/fa8ff318-99cb-402a-8436-a7ee9dda0b4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.044873 10.0.0.31 - - [2024-10-31 02:25:52] "GET /projects?obj_uuids=fa8ff318-99cb-402a-8436-a7ee9dda0b4a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001225 10.0.0.31 - - [2024-10-31 02:25:52] "GET /project/fa8ff318-99cb-402a-8436-a7ee9dda0b4a?fields=virtual_networks HTTP/1.1" 200 1054 0.033193 10.0.0.31 - - [2024-10-31 02:25:52] "GET /projects?obj_uuids=fa8ff318-99cb-402a-8436-a7ee9dda0b4a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001272 10.0.0.31 - - [2024-10-31 02:25:52] "GET /project/fa8ff318-99cb-402a-8436-a7ee9dda0b4a?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.038778 10.0.0.31 - - [2024-10-31 02:25:52] "GET /projects?obj_uuids=fa8ff318-99cb-402a-8436-a7ee9dda0b4a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001175 10.0.0.31 - - [2024-10-31 02:25:52] "GET /project/fa8ff318-99cb-402a-8436-a7ee9dda0b4a?fields=security_groups HTTP/1.1" 200 1291 0.040336 10.0.0.31 - - [2024-10-31 02:25:53] "POST /fqname-to-id HTTP/1.1" 404 200 0.028110 10.0.0.31 - - [2024-10-31 02:25:53] "GET /projects?obj_uuids=f04b4072-8b9b-49b8-a5d7-0cf6540ba287&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003090 10.0.0.31 - - [2024-10-31 02:25:53] "GET /domains?obj_uuids=a22851d8-7bef-4903-956c-5949b718f81e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001493 10.0.0.31 - - [2024-10-31 02:25:53] "GET /domain/a22851d8-7bef-4903-956c-5949b718f81e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009701 10.0.0.31 - - [2024-10-31 02:25:53] "POST /id-to-fqname HTTP/1.1" 200 202 0.002666 10.0.0.31 - - [2024-10-31 02:25:53] "POST /fqname-to-id HTTP/1.1" 404 211 0.004921 10.0.0.31 - - [2024-10-31 02:25:53] "POST /security-groups HTTP/1.1" 200 603 0.068137 10.0.0.31 - - [2024-10-31 02:25:53] "POST /fqname-to-id HTTP/1.1" 404 246 0.002965 10.0.0.31 - - [2024-10-31 02:25:53] "POST /projects HTTP/1.1" 200 609 0.236747 10.0.0.31 - - [2024-10-31 02:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.306893 10.0.0.31 - - [2024-10-31 02:25:53] "POST /access-control-lists HTTP/1.1" 200 608 0.065144 10.0.0.31 - - [2024-10-31 02:25:53] "POST /fqname-to-id HTTP/1.1" 404 245 0.004111 10.0.0.31 - - [2024-10-31 02:25:53] "GET /project/f04b4072-8b9b-49b8-a5d7-0cf6540ba287?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.450886 10.0.0.31 - - [2024-10-31 02:25:53] "POST /access-control-lists HTTP/1.1" 200 606 0.064366 10.0.0.31 - - [2024-10-31 02:25:54] "GET / HTTP/1.1" 200 35931 0.002218 10.0.0.31 - - [2024-10-31 02:25:55] "GET /projects?obj_uuids=f222088d-7d8c-4514-a97f-303dbb663124&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001252 10.0.0.31 - - [2024-10-31 02:25:55] "GET /project/f222088d-7d8c-4514-a97f-303dbb663124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.033330 10.0.0.31 - - [2024-10-31 02:25:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004131 10.0.0.31 - - [2024-10-31 02:25:56] "GET /security-group/5a2ff73a-0d8c-4732-a7da-9970e6f93192?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.006731 10.0.0.31 - - [2024-10-31 02:25:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.31 - - [2024-10-31 02:25:56] "GET /projects?obj_uuids=f222088d-7d8c-4514-a97f-303dbb663124&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001396 10.0.0.31 - - [2024-10-31 02:25:56] "GET /project/f222088d-7d8c-4514-a97f-303dbb663124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.045926 10.0.0.31 - - [2024-10-31 02:25:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.31 - - [2024-10-31 02:25:56] "GET /security-group/5a2ff73a-0d8c-4732-a7da-9970e6f93192?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.007498 10.0.0.31 - - [2024-10-31 02:25:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.31 - - [2024-10-31 02:25:56] "PUT /security-group/5a2ff73a-0d8c-4732-a7da-9970e6f93192 HTTP/1.1" 200 262 0.014976 10.0.0.31 - - [2024-10-31 02:25:56] "PUT /access-control-list/6cd77129-fb38-457e-aff5-f973a25423b2 HTTP/1.1" 200 272 0.010457 10.0.0.31 - - [2024-10-31 02:25:56] "PUT /access-control-list/f7a3142b-c73e-48c9-83f5-da4f3d2647fe HTTP/1.1" 200 272 0.012942 10.0.0.31 - - [2024-10-31 02:25:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000548 10.0.0.31 - - [2024-10-31 02:25:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.064354 10.0.0.31 - - [2024-10-31 02:25:57] "GET /projects?obj_uuids=f04b4072-8b9b-49b8-a5d7-0cf6540ba287&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001312 10.0.0.31 - - [2024-10-31 02:25:57] "GET /project/f04b4072-8b9b-49b8-a5d7-0cf6540ba287?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.036995 10.0.0.31 - - [2024-10-31 02:25:57] "POST /neutron/network HTTP/1.1" 200 117 0.044540 10.0.0.31 - - [2024-10-31 02:25:57] "GET /projects?obj_uuids=f04b4072-8b9b-49b8-a5d7-0cf6540ba287&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001253 10.0.0.31 - - [2024-10-31 02:25:57] "POST /neutron/network HTTP/1.1" 200 619 0.075966 10.0.0.31 - - [2024-10-31 02:25:57] "POST /route-targets HTTP/1.1" 200 327 0.013937 10.0.0.31 - - [2024-10-31 02:25:57] "POST /ref-update HTTP/1.1" 200 156 0.015971 10.0.0.31 - - [2024-10-31 02:25:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002949 10.0.0.31 - - [2024-10-31 02:25:57] "POST /neutron/subnet HTTP/1.1" 200 729 0.174772 10.0.0.31 - - [2024-10-31 02:25:57] "POST /neutron/network HTTP/1.1" 200 839 0.006258 10.0.0.31 - - [2024-10-31 02:25:57] "POST /id-to-fqname HTTP/1.1" 200 233 0.001527 10.0.0.31 - - [2024-10-31 02:25:57] "GET /virtual-network/79489805-4e93-432e-8cce-35c14143daff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.009771 10.0.0.31 - - [2024-10-31 02:25:57] "POST /neutron/network HTTP/1.1" 200 839 0.006311 10.0.0.31 - - [2024-10-31 02:25:57] "GET /virtual-network/79489805-4e93-432e-8cce-35c14143daff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.010778 10.0.0.31 - - [2024-10-31 02:25:57] "POST /neutron/network HTTP/1.1" 200 839 0.006816 10.0.0.31 - - [2024-10-31 02:25:57] "POST /neutron/subnet HTTP/1.1" 200 729 0.007520 10.0.0.31 - - [2024-10-31 02:25:57] "GET /domains HTTP/1.1" 401 292 0.000559 10.0.0.31 - - [2024-10-31 02:25:58] "GET /domains HTTP/1.1" 200 280 0.028322 10.0.0.31 - - [2024-10-31 02:25:58] "GET /domains?obj_uuids=a22851d8-7bef-4903-956c-5949b718f81e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001312 10.0.0.31 - - [2024-10-31 02:25:58] "GET /domain/a22851d8-7bef-4903-956c-5949b718f81e HTTP/1.1" 200 2783 0.009923 10.0.0.31 - - [2024-10-31 02:25:58] "GET /projects?obj_uuids=f04b4072-8b9b-49b8-a5d7-0cf6540ba287&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001195 10.0.0.31 - - [2024-10-31 02:25:58] "GET /project/f04b4072-8b9b-49b8-a5d7-0cf6540ba287 HTTP/1.1" 200 2175 0.075677 10.0.0.31 - - [2024-10-31 02:25:58] "GET /virtual-network/79489805-4e93-432e-8cce-35c14143daff HTTP/1.1" 200 2343 0.010345 10.0.0.31 - - [2024-10-31 02:25:58] "GET /virtual-network/79489805-4e93-432e-8cce-35c14143daff HTTP/1.1" 200 2343 0.009980 10.0.0.31 - - [2024-10-31 02:25:58] "GET /routing-instance/e7d0240b-ee5a-43d3-8fc9-a28fe06cce93 HTTP/1.1" 200 1492 0.004989 10.0.0.31 - - [2024-10-31 02:25:58] "GET /routing-instance/e7d0240b-ee5a-43d3-8fc9-a28fe06cce93 HTTP/1.1" 200 1492 0.004913 10.0.0.31 - - [2024-10-31 02:25:58] "GET /route-target/b2c196dd-f5c6-4a0b-9092-448e0dc77776 HTTP/1.1" 200 1219 0.004089 10.0.0.31 - - [2024-10-31 02:25:58] "GET /virtual-network/79489805-4e93-432e-8cce-35c14143daff HTTP/1.1" 200 2343 0.008719 10.0.0.31 - - [2024-10-31 02:25:58] "GET /routing-instance/e7d0240b-ee5a-43d3-8fc9-a28fe06cce93 HTTP/1.1" 200 1492 0.004815 10.0.0.31 - - [2024-10-31 02:25:58] "GET /virtual-network/79489805-4e93-432e-8cce-35c14143daff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.008997 10.0.0.31 - - [2024-10-31 02:25:58] "GET /virtual-network/79489805-4e93-432e-8cce-35c14143daff HTTP/1.1" 200 2343 0.009631 10.0.0.31 - - [2024-10-31 02:25:58] "GET /routing-instance/e7d0240b-ee5a-43d3-8fc9-a28fe06cce93 HTTP/1.1" 200 1492 0.005364 10.0.0.31 - - [2024-10-31 02:25:58] "GET /routing-instance/e7d0240b-ee5a-43d3-8fc9-a28fe06cce93 HTTP/1.1" 200 1492 0.004748 10.0.0.31 - - [2024-10-31 02:25:58] "GET /route-target/b2c196dd-f5c6-4a0b-9092-448e0dc77776 HTTP/1.1" 200 1219 0.003996 10.0.0.31 - - [2024-10-31 02:25:58] "GET /domains HTTP/1.1" 200 280 0.003057 10.0.0.31 - - [2024-10-31 02:25:58] "GET /domains?obj_uuids=a22851d8-7bef-4903-956c-5949b718f81e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001272 10.0.0.31 - - [2024-10-31 02:25:58] "GET /domain/a22851d8-7bef-4903-956c-5949b718f81e HTTP/1.1" 200 2783 0.008815 10.0.0.31 - - [2024-10-31 02:25:58] "GET /projects?obj_uuids=f04b4072-8b9b-49b8-a5d7-0cf6540ba287&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001571 10.0.0.31 - - [2024-10-31 02:25:58] "GET /project/f04b4072-8b9b-49b8-a5d7-0cf6540ba287 HTTP/1.1" 200 2175 0.078859 10.0.0.31 - - [2024-10-31 02:25:58] "GET /virtual-network/79489805-4e93-432e-8cce-35c14143daff HTTP/1.1" 200 2343 0.009552 10.0.0.31 - - [2024-10-31 02:25:58] "GET /obj-perms HTTP/1.1" 200 5054 0.053292 10.0.0.31 - - [2024-10-31 02:25:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003425 10.0.0.31 - - [2024-10-31 02:25:58] "GET /projects?obj_uuids=f04b4072-8b9b-49b8-a5d7-0cf6540ba287&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001371 10.0.0.31 - - [2024-10-31 02:25:58] "GET /project/f04b4072-8b9b-49b8-a5d7-0cf6540ba287?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.035501 10.0.0.31 - - [2024-10-31 02:25:58] "POST /neutron/network HTTP/1.1" 200 117 0.011406 10.0.0.31 - - [2024-10-31 02:25:58] "GET /projects?obj_uuids=f04b4072-8b9b-49b8-a5d7-0cf6540ba287&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001379 10.0.0.31 - - [2024-10-31 02:25:59] "POST /neutron/network HTTP/1.1" 200 619 0.094645 10.0.0.31 - - [2024-10-31 02:25:59] "POST /route-targets HTTP/1.1" 200 327 0.012293 10.0.0.31 - - [2024-10-31 02:25:59] "POST /ref-update HTTP/1.1" 200 156 0.012767 10.0.0.31 - - [2024-10-31 02:25:59] "DELETE /project/f04b40728b9b49b8a5d70cf6540ba287 HTTP/1.1" 404 173 0.009893 10.0.0.31 - - [2024-10-31 02:25:59] "DELETE /project/fa8ff31899cb402a8436a7ee9dda0b4a HTTP/1.1" 404 173 0.007856 10.0.0.31 - - [2024-10-31 02:25:59] "DELETE /project/f222088d7d8c4514a97f303dbb663124 HTTP/1.1" 404 173 0.003451 10.0.0.31 - - [2024-10-31 02:25:59] "GET /projects?obj_uuids=fa8ff318-99cb-402a-8436-a7ee9dda0b4a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001201 10.0.0.31 - - [2024-10-31 02:25:59] "GET /project/fa8ff318-99cb-402a-8436-a7ee9dda0b4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.038378 10.0.0.31 - - [2024-10-31 02:25:59] "GET /projects?obj_uuids=fa8ff318-99cb-402a-8436-a7ee9dda0b4a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001271 10.0.0.31 - - [2024-10-31 02:25:59] "GET /project/fa8ff318-99cb-402a-8436-a7ee9dda0b4a?fields=security_groups HTTP/1.1" 200 1396 0.040935 10.0.0.31 - - [2024-10-31 02:25:59] "POST /useragent-kv HTTP/1.1" 200 115 0.006075 10.0.0.31 - - [2024-10-31 02:25:59] "POST /neutron/subnet HTTP/1.1" 200 710 0.249905 10.0.0.31 - - [2024-10-31 02:25:59] "POST /neutron/network HTTP/1.1" 200 835 0.014076 10.0.0.31 - - [2024-10-31 02:25:59] "POST /id-to-fqname HTTP/1.1" 200 233 0.001387 10.0.0.31 - - [2024-10-31 02:25:59] "GET /virtual-network/85fdfbe3-5f8b-4b3d-8ae9-818d23afbd40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.010132 10.0.0.31 - - [2024-10-31 02:25:59] "DELETE /security-group/c48d6671-d28e-4a54-a69d-641a58ba1677 HTTP/1.1" 200 115 0.065420 10.0.0.31 - - [2024-10-31 02:25:59] "GET /projects?obj_uuids=fa8ff318-99cb-402a-8436-a7ee9dda0b4a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001821 10.0.0.31 - - [2024-10-31 02:25:59] "DELETE /access-control-list/09cdd2c4-db51-45c2-81dc-e573acdbc00e HTTP/1.1" 200 115 0.048609 10.0.0.31 - - [2024-10-31 02:25:59] "GET /project/fa8ff318-99cb-402a-8436-a7ee9dda0b4a?fields=application_policy_sets HTTP/1.1" 200 1435 0.055213 10.0.0.31 - - [2024-10-31 02:25:59] "POST /neutron/network HTTP/1.1" 200 835 0.005572 10.0.0.31 - - [2024-10-31 02:25:59] "DELETE /access-control-list/bc2ca876-a575-4f3e-96f3-15498402ea8d HTTP/1.1" 200 115 0.048938 10.0.0.31 - - [2024-10-31 02:25:59] "GET /virtual-network/85fdfbe3-5f8b-4b3d-8ae9-818d23afbd40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.014256 10.0.0.31 - - [2024-10-31 02:25:59] "POST /neutron/network HTTP/1.1" 200 835 0.006043 10.0.0.31 - - [2024-10-31 02:25:59] "POST /neutron/subnet HTTP/1.1" 200 710 0.009389 10.0.0.31 - - [2024-10-31 02:25:59] "GET /domains HTTP/1.1" 200 280 0.006054 10.0.0.31 - - [2024-10-31 02:25:59] "DELETE /project/fa8ff318-99cb-402a-8436-a7ee9dda0b4a HTTP/1.1" 200 115 0.408465 10.0.0.31 - - [2024-10-31 02:25:59] "GET /domains?obj_uuids=a22851d8-7bef-4903-956c-5949b718f81e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001282 10.0.0.31 - - [2024-10-31 02:25:59] "GET /domain/a22851d8-7bef-4903-956c-5949b718f81e HTTP/1.1" 200 2586 0.012392 10.0.0.31 - - [2024-10-31 02:25:59] "GET /projects?obj_uuids=f04b4072-8b9b-49b8-a5d7-0cf6540ba287&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001292 10.0.0.31 - - [2024-10-31 02:25:59] "GET /project/f04b4072-8b9b-49b8-a5d7-0cf6540ba287 HTTP/1.1" 200 2403 0.085654 10.0.0.31 - - [2024-10-31 02:25:59] "GET /virtual-network/85fdfbe3-5f8b-4b3d-8ae9-818d23afbd40 HTTP/1.1" 200 2331 0.010469 10.0.0.31 - - [2024-10-31 02:25:59] "GET /virtual-network/85fdfbe3-5f8b-4b3d-8ae9-818d23afbd40 HTTP/1.1" 200 2331 0.009301 10.0.0.31 - - [2024-10-31 02:25:59] "GET /routing-instance/67bb2211-3a6a-49f3-806d-7ead7c9af175 HTTP/1.1" 200 1490 0.005937 10.0.0.31 - - [2024-10-31 02:25:59] "GET /routing-instance/67bb2211-3a6a-49f3-806d-7ead7c9af175 HTTP/1.1" 200 1490 0.005149 10.0.0.31 - - [2024-10-31 02:25:59] "GET /route-target/c17da743-1037-417f-b0a9-7ab21f2d9597 HTTP/1.1" 200 1219 0.004486 10.0.0.31 - - [2024-10-31 02:25:59] "GET /virtual-network/85fdfbe3-5f8b-4b3d-8ae9-818d23afbd40 HTTP/1.1" 200 2331 0.009031 10.0.0.31 - - [2024-10-31 02:25:59] "GET /routing-instance/67bb2211-3a6a-49f3-806d-7ead7c9af175 HTTP/1.1" 200 1490 0.005211 10.0.0.31 - - [2024-10-31 02:25:59] "GET /virtual-network/85fdfbe3-5f8b-4b3d-8ae9-818d23afbd40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.009334 10.0.0.31 - - [2024-10-31 02:25:59] "GET /virtual-network/85fdfbe3-5f8b-4b3d-8ae9-818d23afbd40 HTTP/1.1" 200 2331 0.010055 10.0.0.31 - - [2024-10-31 02:25:59] "GET /routing-instance/67bb2211-3a6a-49f3-806d-7ead7c9af175 HTTP/1.1" 200 1490 0.005343 10.0.0.31 - - [2024-10-31 02:25:59] "GET /routing-instance/67bb2211-3a6a-49f3-806d-7ead7c9af175 HTTP/1.1" 200 1490 0.004928 10.0.0.31 - - [2024-10-31 02:25:59] "GET /route-target/c17da743-1037-417f-b0a9-7ab21f2d9597 HTTP/1.1" 200 1219 0.004673 10.0.0.31 - - [2024-10-31 02:25:59] "GET /domains HTTP/1.1" 200 280 0.003081 10.0.0.31 - - [2024-10-31 02:25:59] "GET /domains?obj_uuids=a22851d8-7bef-4903-956c-5949b718f81e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001266 10.0.0.31 - - [2024-10-31 02:25:59] "GET /domain/a22851d8-7bef-4903-956c-5949b718f81e HTTP/1.1" 200 2586 0.008910 10.0.0.31 - - [2024-10-31 02:25:59] "GET /projects?obj_uuids=f04b4072-8b9b-49b8-a5d7-0cf6540ba287&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001300 10.0.0.31 - - [2024-10-31 02:25:59] "GET /project/f04b4072-8b9b-49b8-a5d7-0cf6540ba287 HTTP/1.1" 200 2403 0.077659 10.0.0.31 - - [2024-10-31 02:25:59] "GET /virtual-network/85fdfbe3-5f8b-4b3d-8ae9-818d23afbd40 HTTP/1.1" 200 2331 0.008974 10.0.0.31 - - [2024-10-31 02:25:59] "GET /obj-perms HTTP/1.1" 200 5054 0.003650 10.0.0.31 - - [2024-10-31 02:25:59] "POST /id-to-fqname HTTP/1.1" 200 233 0.001961 10.0.0.31 - - [2024-10-31 02:26:00] "POST /neutron/network HTTP/1.1" 200 845 0.006318 10.0.0.31 - - [2024-10-31 02:26:00] "GET /aaa-mode HTTP/1.1" 401 292 0.000546 10.0.0.31 - - [2024-10-31 02:26:00] "GET / HTTP/1.1" 200 35931 0.002037 10.0.0.31 - - [2024-10-31 02:26:00] "GET /project/f04b4072-8b9b-49b8-a5d7-0cf6540ba287?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000471 10.0.0.31 - - [2024-10-31 02:26:00] "GET /projects?obj_uuids=f04b4072-8b9b-49b8-a5d7-0cf6540ba287&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001307 10.0.0.31 - - [2024-10-31 02:26:00] "GET /project/f04b4072-8b9b-49b8-a5d7-0cf6540ba287?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.071335 10.0.0.31 - - [2024-10-31 02:26:00] "POST /neutron/network HTTP/1.1" 200 835 0.006763 10.0.0.31 - - [2024-10-31 02:26:01] "POST /neutron/port HTTP/1.1" 200 117 0.006944 10.0.0.31 - - [2024-10-31 02:26:01] "POST /neutron/port HTTP/1.1" 200 117 0.006153 10.0.0.31 - - [2024-10-31 02:26:01] "POST /id-to-fqname HTTP/1.1" 200 233 0.002361 10.0.0.31 - - [2024-10-31 02:26:01] "POST /neutron/port HTTP/1.1" 200 117 0.006043 10.0.0.31 - - [2024-10-31 02:26:01] "POST /neutron/network HTTP/1.1" 200 849 0.006417 10.0.0.31 - - [2024-10-31 02:26:01] "GET /aaa-mode HTTP/1.1" 401 292 0.000467 10.0.0.31 - - [2024-10-31 02:26:01] "POST /neutron/network HTTP/1.1" 200 845 0.006922 10.0.0.31 - - [2024-10-31 02:26:01] "GET /projects?obj_uuids=f04b4072-8b9b-49b8-a5d7-0cf6540ba287&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001324 10.0.0.31 - - [2024-10-31 02:26:01] "GET / HTTP/1.1" 200 35931 0.002114 10.0.0.31 - - [2024-10-31 02:26:01] "GET /project/f04b4072-8b9b-49b8-a5d7-0cf6540ba287?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000557 10.0.0.31 - - [2024-10-31 02:26:01] "POST /neutron/port HTTP/1.1" 200 1069 0.252456 10.0.0.31 - - [2024-10-31 02:26:01] "POST /neutron/port HTTP/1.1" 200 1069 0.011518 10.0.0.31 - - [2024-10-31 02:26:01] "POST /neutron/port HTTP/1.1" 200 1069 0.010524 10.0.0.31 - - [2024-10-31 02:26:01] "POST /neutron/port HTTP/1.1" 200 1123 0.090784 10.0.0.31 - - [2024-10-31 02:26:01] "GET /projects?obj_uuids=f04b4072-8b9b-49b8-a5d7-0cf6540ba287&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001205 10.0.0.31 - - [2024-10-31 02:26:01] "POST /neutron/port HTTP/1.1" 200 1097 0.021521 10.0.0.31 - - [2024-10-31 02:26:02] "GET /project/f04b4072-8b9b-49b8-a5d7-0cf6540ba287?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.078043 10.0.0.31 - - [2024-10-31 02:26:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004159 10.0.0.31 - - [2024-10-31 02:26:02] "POST /neutron/network HTTP/1.1" 200 839 0.008471 10.0.0.31 - - [2024-10-31 02:26:02] "POST /neutron/subnet HTTP/1.1" 200 684 0.011182 10.0.0.31 - - [2024-10-31 02:26:02] "POST /neutron/port HTTP/1.1" 200 117 0.001297 10.0.0.31 - - [2024-10-31 02:26:02] "POST /neutron/network HTTP/1.1" 200 835 0.008550 10.0.0.31 - - [2024-10-31 02:26:02] "POST /neutron/port HTTP/1.1" 200 1097 0.019782 10.0.0.31 - - [2024-10-31 02:26:02] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007775 10.0.0.31 - - [2024-10-31 02:26:02] "POST /neutron/port HTTP/1.1" 200 117 0.005789 10.0.0.31 - - [2024-10-31 02:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.31 - - [2024-10-31 02:26:02] "GET /projects?obj_uuids=f04b4072-8b9b-49b8-a5d7-0cf6540ba287&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001886 10.0.0.31 - - [2024-10-31 02:26:02] "GET /project/f04b4072-8b9b-49b8-a5d7-0cf6540ba287?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.141398 10.0.0.31 - - [2024-10-31 02:26:02] "GET /virtual-network/79489805-4e93-432e-8cce-35c14143daff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.010936 10.0.0.31 - - [2024-10-31 02:26:02] "GET /floating-ip-pools?parent_id=79489805-4e93-432e-8cce-35c14143daff&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003566 10.0.0.31 - - [2024-10-31 02:26:02] "GET /virtual-network/79489805-4e93-432e-8cce-35c14143daff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.009736 10.0.0.31 - - [2024-10-31 02:26:02] "POST /neutron/network HTTP/1.1" 200 849 0.024525 10.0.0.31 - - [2024-10-31 02:26:02] "GET /projects?obj_uuids=f04b4072-8b9b-49b8-a5d7-0cf6540ba287&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001261 10.0.0.31 - - [2024-10-31 02:26:02] "POST /floating-ip-pools HTTP/1.1" 200 609 0.063557 10.0.0.31 - - [2024-10-31 02:26:02] "POST /ref-update HTTP/1.1" 200 156 0.032029 10.0.0.31 - - [2024-10-31 02:26:02] "GET /virtual-network/79489805-4e93-432e-8cce-35c14143daff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.035190 10.0.0.31 - - [2024-10-31 02:26:03] "GET /domains HTTP/1.1" 200 280 0.011597 10.0.0.31 - - [2024-10-31 02:26:03] "GET /domains?obj_uuids=a22851d8-7bef-4903-956c-5949b718f81e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001366 10.0.0.31 - - [2024-10-31 02:26:03] "GET /domain/a22851d8-7bef-4903-956c-5949b718f81e HTTP/1.1" 200 2586 0.026164 10.0.0.31 - - [2024-10-31 02:26:03] "GET /projects?obj_uuids=f04b4072-8b9b-49b8-a5d7-0cf6540ba287&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002261 10.0.0.31 - - [2024-10-31 02:26:03] "GET /project/f04b4072-8b9b-49b8-a5d7-0cf6540ba287 HTTP/1.1" 200 3245 0.116519 10.0.0.31 - - [2024-10-31 02:26:03] "POST /neutron/port HTTP/1.1" 200 1073 0.401312 10.0.0.31 - - [2024-10-31 02:26:03] "GET /virtual-network/79489805-4e93-432e-8cce-35c14143daff HTTP/1.1" 200 3155 0.014430 10.0.0.31 - - [2024-10-31 02:26:03] "GET /floating-ip-pool/5dbd0641-8dad-49f8-b447-cab162091fa4 HTTP/1.1" 200 1441 0.004889 10.0.0.31 - - [2024-10-31 02:26:03] "GET /domains HTTP/1.1" 200 280 0.005225 10.0.0.31 - - [2024-10-31 02:26:03] "POST /neutron/port HTTP/1.1" 200 1073 0.015907 10.0.0.31 - - [2024-10-31 02:26:03] "GET /domains?obj_uuids=a22851d8-7bef-4903-956c-5949b718f81e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001328 10.0.0.31 - - [2024-10-31 02:26:03] "GET /domain/a22851d8-7bef-4903-956c-5949b718f81e HTTP/1.1" 200 2586 0.012569 10.0.0.31 - - [2024-10-31 02:26:03] "GET /projects?obj_uuids=f04b4072-8b9b-49b8-a5d7-0cf6540ba287&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001587 10.0.0.31 - - [2024-10-31 02:26:03] "POST /neutron/port HTTP/1.1" 200 1073 0.018411 10.0.0.31 - - [2024-10-31 02:26:03] "GET /project/f04b4072-8b9b-49b8-a5d7-0cf6540ba287 HTTP/1.1" 200 3245 0.120912 10.0.0.31 - - [2024-10-31 02:26:03] "POST /neutron/port HTTP/1.1" 200 1127 0.115041 10.0.0.31 - - [2024-10-31 02:26:03] "GET /virtual-network/79489805-4e93-432e-8cce-35c14143daff HTTP/1.1" 200 3155 0.008949 10.0.0.31 - - [2024-10-31 02:26:03] "GET /virtual-network/79489805-4e93-432e-8cce-35c14143daff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.009706 10.0.0.31 - - [2024-10-31 02:26:03] "POST /neutron/port HTTP/1.1" 200 1101 0.019315 10.0.0.31 - - [2024-10-31 02:26:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003377 10.0.0.31 - - [2024-10-31 02:26:03] "POST /neutron/port HTTP/1.1" 200 1097 0.023075 10.0.0.31 - - [2024-10-31 02:26:03] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006974 10.0.0.31 - - [2024-10-31 02:26:03] "POST /neutron/subnet HTTP/1.1" 200 703 0.018672 10.0.0.31 - - [2024-10-31 02:26:03] "POST /neutron/port HTTP/1.1" 200 117 0.001626 10.0.0.31 - - [2024-10-31 02:26:03] "POST /neutron/network HTTP/1.1" 200 839 0.006723 10.0.0.31 - - [2024-10-31 02:26:03] "POST /neutron/port HTTP/1.1" 200 1097 0.023421 10.0.0.31 - - [2024-10-31 02:26:03] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008142 10.0.0.31 - - [2024-10-31 02:26:03] "POST /neutron/port HTTP/1.1" 200 1097 0.015161 10.0.0.31 - - [2024-10-31 02:26:03] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007525 10.0.0.31 - - [2024-10-31 02:26:03] "GET /virtual-machine/1237574a-e4b6-48f3-8d75-673fa76baeea HTTP/1.1" 200 1304 0.006862 10.0.0.31 - - [2024-10-31 02:26:03] "GET /virtual-machine-interface/e37accb3-8ef4-40ec-a350-418abae64aa8 HTTP/1.1" 200 3005 0.009840 10.0.0.31 - - [2024-10-31 02:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.31 - - [2024-10-31 02:26:03] "GET /global-vrouter-config/8e17715a-74ee-4834-8e99-7f7e9ccc0ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005022 10.0.0.31 - - [2024-10-31 02:26:03] "GET /virtual-networks?parent_id=f04b4072-8b9b-49b8-a5d7-0cf6540ba287&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003431 10.0.0.31 - - [2024-10-31 02:26:03] "GET /virtual-network/85fdfbe3-5f8b-4b3d-8ae9-818d23afbd40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.010533 10.0.0.31 - - [2024-10-31 02:26:05] "GET /obj-perms HTTP/1.1" 200 5056 0.053834 10.0.0.31 - - [2024-10-31 02:26:06] "GET /obj-perms HTTP/1.1" 200 5056 0.055851 10.0.0.31 - - [2024-10-31 02:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.31 - - [2024-10-31 02:26:06] "GET /virtual-network/85fdfbe3-5f8b-4b3d-8ae9-818d23afbd40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.009483 10.0.0.31 - - [2024-10-31 02:26:10] "POST /neutron/port HTTP/1.1" 200 1097 0.018140 10.0.0.31 - - [2024-10-31 02:26:10] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007117 10.0.0.31 - - [2024-10-31 02:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.006616 10.0.0.31 - - [2024-10-31 02:26:11] "GET /virtual-network/85fdfbe3-5f8b-4b3d-8ae9-818d23afbd40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.016183 10.0.0.31 - - [2024-10-31 02:26:12] "POST /neutron/port HTTP/1.1" 200 1101 0.015014 10.0.0.31 - - [2024-10-31 02:26:12] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006885 10.0.0.31 - - [2024-10-31 02:26:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003082 10.0.0.31 - - [2024-10-31 02:26:13] "GET /global-vrouter-config/8e17715a-74ee-4834-8e99-7f7e9ccc0ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004063 10.0.0.31 - - [2024-10-31 02:26:13] "GET /virtual-networks?parent_id=f04b4072-8b9b-49b8-a5d7-0cf6540ba287&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004374 10.0.0.31 - - [2024-10-31 02:26:13] "GET /virtual-network/85fdfbe3-5f8b-4b3d-8ae9-818d23afbd40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.010159 10.0.0.31 - - [2024-10-31 02:26:13] "GET /projects?obj_uuids=f04b4072-8b9b-49b8-a5d7-0cf6540ba287&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001316 10.0.0.31 - - [2024-10-31 02:26:13] "POST /neutron/floatingip HTTP/1.1" 200 531 0.073185 10.0.0.31 - - [2024-10-31 02:26:13] "POST /neutron/port HTTP/1.1" 200 1097 0.018460 10.0.0.31 - - [2024-10-31 02:26:13] "POST /neutron/floatingip HTTP/1.1" 200 531 0.006375 10.0.0.31 - - [2024-10-31 02:26:13] "POST /neutron/floatingip HTTP/1.1" 200 575 0.029566 10.0.0.31 - - [2024-10-31 02:26:13] "POST /neutron/port HTTP/1.1" 200 1101 0.015468 10.0.0.31 - - [2024-10-31 02:26:13] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007204 10.0.0.31 - - [2024-10-31 02:26:13] "POST /neutron/port HTTP/1.1" 200 1101 0.015414 10.0.0.31 - - [2024-10-31 02:26:13] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007189 10.0.0.31 - - [2024-10-31 02:26:13] "POST /neutron/port HTTP/1.1" 200 1101 0.015329 10.0.0.31 - - [2024-10-31 02:26:13] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007563 10.0.0.31 - - [2024-10-31 02:26:13] "GET /virtual-machine/077e9c7f-cdb7-4ac7-a7d5-78f25248c2e6 HTTP/1.1" 200 1303 0.006043 10.0.0.31 - - [2024-10-31 02:26:13] "GET /virtual-machine-interface/831ad774-2c49-40d2-9461-ada19a5df788 HTTP/1.1" 200 3004 0.009863 10.0.0.31 - - [2024-10-31 02:26:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.31 - - [2024-10-31 02:26:13] "GET /global-vrouter-config/8e17715a-74ee-4834-8e99-7f7e9ccc0ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003783 10.0.0.31 - - [2024-10-31 02:26:13] "GET /virtual-networks?parent_id=f04b4072-8b9b-49b8-a5d7-0cf6540ba287&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003944 10.0.0.31 - - [2024-10-31 02:26:13] "GET /virtual-network/79489805-4e93-432e-8cce-35c14143daff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.009569 10.0.0.31 - - [2024-10-31 02:26:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004653 10.0.0.31 - - [2024-10-31 02:26:15] "GET /global-vrouter-config/8e17715a-74ee-4834-8e99-7f7e9ccc0ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004207 10.0.0.31 - - [2024-10-31 02:26:15] "GET /virtual-networks?parent_id=f04b4072-8b9b-49b8-a5d7-0cf6540ba287&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003598 10.0.0.31 - - [2024-10-31 02:26:15] "GET /virtual-network/79489805-4e93-432e-8cce-35c14143daff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.009817 10.0.0.31 - - [2024-10-31 02:26:15] "POST /neutron/floatingip HTTP/1.1" 200 575 0.011405 10.0.0.31 - - [2024-10-31 02:26:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.31 - - [2024-10-31 02:26:15] "GET /routing-instance/e7d0240b-ee5a-43d3-8fc9-a28fe06cce93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.005713 10.0.0.31 - - [2024-10-31 02:26:15] "GET /route-target/b2c196dd-f5c6-4a0b-9092-448e0dc77776?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004519 10.0.0.31 - - [2024-10-31 02:26:15] "GET /floating-ip/66b23d90-78d2-4435-b91a-637e739f00b2 HTTP/1.1" 200 1887 0.005516 10.0.0.31 - - [2024-10-31 02:26:18] "POST /neutron/floatingip HTTP/1.1" 200 575 0.010303 10.0.0.31 - - [2024-10-31 02:26:18] "POST /neutron/floatingip HTTP/1.1" 200 531 0.019581 10.0.0.31 - - [2024-10-31 02:26:18] "POST /neutron/floatingip HTTP/1.1" 200 531 0.005676 10.0.0.31 - - [2024-10-31 02:26:18] "POST /neutron/floatingip HTTP/1.1" 200 115 0.032798 10.0.0.31 - - [2024-10-31 02:26:18] "GET /floating-ip-pool/5dbd0641-8dad-49f8-b447-cab162091fa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.004173 10.0.0.31 - - [2024-10-31 02:26:18] "POST /ref-update HTTP/1.1" 200 156 0.007836 10.0.0.31 - - [2024-10-31 02:26:18] "DELETE /floating-ip-pool/5dbd0641-8dad-49f8-b447-cab162091fa4 HTTP/1.1" 200 115 0.023396 10.0.0.31 - - [2024-10-31 02:26:18] "POST /neutron/network HTTP/1.1" 200 835 0.012601 10.0.0.31 - - [2024-10-31 02:26:18] "POST /neutron/network HTTP/1.1" 400 204 0.010845 10.0.0.31 - - [2024-10-31 02:26:18] "POST /neutron/port HTTP/1.1" 200 1101 0.018213 10.0.0.31 - - [2024-10-31 02:26:18] "POST /neutron/port HTTP/1.1" 200 1127 0.009715 10.0.0.31 - - [2024-10-31 02:26:18] "POST /neutron/port HTTP/1.1" 200 1097 0.020848 10.0.0.31 - - [2024-10-31 02:26:18] "POST /neutron/port HTTP/1.1" 200 1123 0.009988 10.0.0.31 - - [2024-10-31 02:26:18] "POST /neutron/port HTTP/1.1" 200 151 0.120979 10.0.0.31 - - [2024-10-31 02:26:19] "POST /neutron/port HTTP/1.1" 200 151 0.115524 10.0.0.31 - - [2024-10-31 02:26:20] "POST /neutron/network HTTP/1.1" 200 835 0.007614 10.0.0.31 - - [2024-10-31 02:26:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004098 10.0.0.31 - - [2024-10-31 02:26:20] "POST /useragent-kv HTTP/1.1" 200 115 0.001731 10.0.0.31 - - [2024-10-31 02:26:20] "POST /useragent-kv HTTP/1.1" 200 115 0.001967 10.0.0.31 - - [2024-10-31 02:26:20] "POST /neutron/network HTTP/1.1" 200 151 0.104027 10.0.0.31 - - [2024-10-31 02:26:20] "DELETE /route-target/c17da743-1037-417f-b0a9-7ab21f2d9597 HTTP/1.1" 200 115 0.028540 10.0.0.31 - - [2024-10-31 02:26:20] "GET /routing-instance/67bb2211-3a6a-49f3-806d-7ead7c9af175 HTTP/1.1" 404 171 0.002628 10.0.0.31 - - [2024-10-31 02:26:20] "GET /domains HTTP/1.1" 200 280 0.002692 10.0.0.31 - - [2024-10-31 02:26:20] "GET /domains?obj_uuids=a22851d8-7bef-4903-956c-5949b718f81e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001265 10.0.0.31 - - [2024-10-31 02:26:20] "GET /domain/a22851d8-7bef-4903-956c-5949b718f81e HTTP/1.1" 200 2586 0.051976 10.0.0.31 - - [2024-10-31 02:26:20] "GET /projects?obj_uuids=f04b4072-8b9b-49b8-a5d7-0cf6540ba287&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001255 10.0.0.31 - - [2024-10-31 02:26:20] "GET /project/f04b4072-8b9b-49b8-a5d7-0cf6540ba287 HTTP/1.1" 200 2175 0.081072 10.0.0.31 - - [2024-10-31 02:26:20] "POST /neutron/network HTTP/1.1" 200 839 0.005916 10.0.0.31 - - [2024-10-31 02:26:20] "POST /useragent-kv HTTP/1.1" 200 115 0.001973 10.0.0.31 - - [2024-10-31 02:26:20] "POST /useragent-kv HTTP/1.1" 200 115 0.001149 10.0.0.31 - - [2024-10-31 02:26:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.006536 10.0.0.31 - - [2024-10-31 02:26:20] "POST /neutron/network HTTP/1.1" 200 151 0.081130 10.0.0.31 - - [2024-10-31 02:26:20] "GET /routing-instance/e7d0240b-ee5a-43d3-8fc9-a28fe06cce93 HTTP/1.1" 404 171 0.002437 10.0.0.31 - - [2024-10-31 02:26:20] "GET /domains HTTP/1.1" 200 280 0.003784 10.0.0.31 - - [2024-10-31 02:26:20] "DELETE /route-target/b2c196dd-f5c6-4a0b-9092-448e0dc77776 HTTP/1.1" 200 115 0.019110 10.0.0.31 - - [2024-10-31 02:26:20] "GET /domains?obj_uuids=a22851d8-7bef-4903-956c-5949b718f81e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001117 10.0.0.31 - - [2024-10-31 02:26:20] "GET /domain/a22851d8-7bef-4903-956c-5949b718f81e HTTP/1.1" 200 2586 0.051416 10.0.0.31 - - [2024-10-31 02:26:20] "GET /projects?obj_uuids=f04b4072-8b9b-49b8-a5d7-0cf6540ba287&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001779 10.0.0.31 - - [2024-10-31 02:26:21] "GET /project/f04b4072-8b9b-49b8-a5d7-0cf6540ba287 HTTP/1.1" 200 1925 0.077967 10.0.0.31 - - [2024-10-31 02:26:21] "GET /projects?obj_uuids=f04b4072-8b9b-49b8-a5d7-0cf6540ba287&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001353 10.0.0.31 - - [2024-10-31 02:26:21] "GET /project/f04b4072-8b9b-49b8-a5d7-0cf6540ba287?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.042390 10.0.0.31 - - [2024-10-31 02:26:21] "GET /projects?obj_uuids=f04b4072-8b9b-49b8-a5d7-0cf6540ba287&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001160 10.0.0.31 - - [2024-10-31 02:26:21] "GET /project/f04b4072-8b9b-49b8-a5d7-0cf6540ba287?fields=virtual_networks HTTP/1.1" 200 1057 0.033446 10.0.0.31 - - [2024-10-31 02:26:21] "GET /projects?obj_uuids=f04b4072-8b9b-49b8-a5d7-0cf6540ba287&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001193 10.0.0.31 - - [2024-10-31 02:26:21] "GET /project/f04b4072-8b9b-49b8-a5d7-0cf6540ba287?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.030977 10.0.0.31 - - [2024-10-31 02:26:21] "GET /projects?obj_uuids=f04b4072-8b9b-49b8-a5d7-0cf6540ba287&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001305 10.0.0.31 - - [2024-10-31 02:26:21] "GET /project/f04b4072-8b9b-49b8-a5d7-0cf6540ba287?fields=security_groups HTTP/1.1" 200 1295 0.036367 10.0.0.31 - - [2024-10-31 02:26:22] "POST /fqname-to-id HTTP/1.1" 404 183 0.025800 10.0.0.31 - - [2024-10-31 02:26:22] "GET /projects?obj_uuids=5c12cce7-5aec-4a06-8f4f-f1c03d4977cb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002590 10.0.0.31 - - [2024-10-31 02:26:22] "GET /domains?obj_uuids=a22851d8-7bef-4903-956c-5949b718f81e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001194 10.0.0.31 - - [2024-10-31 02:26:22] "GET /domain/a22851d8-7bef-4903-956c-5949b718f81e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009660 10.0.0.31 - - [2024-10-31 02:26:22] "POST /id-to-fqname HTTP/1.1" 200 185 0.002387 10.0.0.31 - - [2024-10-31 02:26:22] "POST /fqname-to-id HTTP/1.1" 404 194 0.003520 10.0.0.31 - - [2024-10-31 02:26:22] "POST /security-groups HTTP/1.1" 200 586 0.063837 10.0.0.31 - - [2024-10-31 02:26:22] "POST /fqname-to-id HTTP/1.1" 404 229 0.002852 10.0.0.31 - - [2024-10-31 02:26:22] "POST /projects HTTP/1.1" 200 575 0.224876 10.0.0.31 - - [2024-10-31 02:26:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.295790 10.0.0.31 - - [2024-10-31 02:26:22] "POST /access-control-lists HTTP/1.1" 200 591 0.069889 10.0.0.31 - - [2024-10-31 02:26:22] "GET /project/5c12cce7-5aec-4a06-8f4f-f1c03d4977cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.438724 10.0.0.31 - - [2024-10-31 02:26:22] "POST /fqname-to-id HTTP/1.1" 404 228 0.006754 10.0.0.31 - - [2024-10-31 02:26:23] "POST /access-control-lists HTTP/1.1" 200 589 0.068005 10.0.0.31 - - [2024-10-31 02:26:23] "GET / HTTP/1.1" 200 35931 0.002167 10.0.0.31 - - [2024-10-31 02:26:25] "GET /projects?obj_uuids=5c12cce7-5aec-4a06-8f4f-f1c03d4977cb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001430 10.0.0.31 - - [2024-10-31 02:26:25] "GET /project/5c12cce7-5aec-4a06-8f4f-f1c03d4977cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.039848 10.0.0.31 - - [2024-10-31 02:26:25] "GET /projects?obj_uuids=5c12cce7-5aec-4a06-8f4f-f1c03d4977cb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001864 10.0.0.31 - - [2024-10-31 02:26:25] "GET /project/5c12cce7-5aec-4a06-8f4f-f1c03d4977cb?fields=virtual_networks HTTP/1.1" 200 1022 0.046010 10.0.0.31 - - [2024-10-31 02:26:25] "GET /projects?obj_uuids=5c12cce7-5aec-4a06-8f4f-f1c03d4977cb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001219 10.0.0.31 - - [2024-10-31 02:26:25] "GET /project/5c12cce7-5aec-4a06-8f4f-f1c03d4977cb?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.046986 10.0.0.31 - - [2024-10-31 02:26:25] "GET /projects?obj_uuids=5c12cce7-5aec-4a06-8f4f-f1c03d4977cb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001199 10.0.0.31 - - [2024-10-31 02:26:25] "GET /project/5c12cce7-5aec-4a06-8f4f-f1c03d4977cb?fields=security_groups HTTP/1.1" 200 1243 0.036646 10.0.0.31 - - [2024-10-31 02:26:26] "POST /fqname-to-id HTTP/1.1" 404 191 0.045522 10.0.0.31 - - [2024-10-31 02:26:26] "GET /projects?obj_uuids=74913a09-8466-4309-985f-3618714deab4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002728 10.0.0.31 - - [2024-10-31 02:26:26] "GET /domains?obj_uuids=a22851d8-7bef-4903-956c-5949b718f81e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001376 10.0.0.31 - - [2024-10-31 02:26:26] "GET /domain/a22851d8-7bef-4903-956c-5949b718f81e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009740 10.0.0.31 - - [2024-10-31 02:26:26] "POST /id-to-fqname HTTP/1.1" 200 193 0.001523 10.0.0.31 - - [2024-10-31 02:26:26] "POST /fqname-to-id HTTP/1.1" 404 202 0.006842 10.0.0.31 - - [2024-10-31 02:26:26] "POST /security-groups HTTP/1.1" 200 594 0.063282 10.0.0.31 - - [2024-10-31 02:26:26] "POST /fqname-to-id HTTP/1.1" 404 237 0.003177 10.0.0.31 - - [2024-10-31 02:26:26] "POST /projects HTTP/1.1" 200 591 0.227072 10.0.0.31 - - [2024-10-31 02:26:26] "POST /access-control-lists HTTP/1.1" 200 599 0.062123 10.0.0.31 - - [2024-10-31 02:26:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.306690 10.0.0.31 - - [2024-10-31 02:26:26] "POST /fqname-to-id HTTP/1.1" 404 236 0.002996 10.0.0.31 - - [2024-10-31 02:26:26] "GET /project/74913a09-8466-4309-985f-3618714deab4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.446175 10.0.0.31 - - [2024-10-31 02:26:26] "POST /access-control-lists HTTP/1.1" 200 597 0.063644 10.0.0.31 - - [2024-10-31 02:26:27] "GET / HTTP/1.1" 200 35931 0.003498 10.0.0.31 - - [2024-10-31 02:26:29] "GET /project/74913a09-8466-4309-985f-3618714deab4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000524 10.0.0.31 - - [2024-10-31 02:26:29] "GET /projects?obj_uuids=74913a09-8466-4309-985f-3618714deab4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001298 10.0.0.31 - - [2024-10-31 02:26:29] "GET /project/74913a09-8466-4309-985f-3618714deab4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.060052 10.0.0.31 - - [2024-10-31 02:26:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002681 10.0.0.31 - - [2024-10-31 02:26:29] "GET /security-group/adb8a550-a93a-43c0-9c13-d84dd3dae6b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.006312 10.0.0.31 - - [2024-10-31 02:26:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.31 - - [2024-10-31 02:26:29] "GET /projects?obj_uuids=74913a09-8466-4309-985f-3618714deab4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001506 10.0.0.31 - - [2024-10-31 02:26:29] "GET /project/74913a09-8466-4309-985f-3618714deab4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.030718 10.0.0.31 - - [2024-10-31 02:26:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.31 - - [2024-10-31 02:26:29] "GET /security-group/adb8a550-a93a-43c0-9c13-d84dd3dae6b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.004755 10.0.0.31 - - [2024-10-31 02:26:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003852 10.0.0.31 - - [2024-10-31 02:26:29] "PUT /security-group/adb8a550-a93a-43c0-9c13-d84dd3dae6b1 HTTP/1.1" 200 262 0.016015 10.0.0.31 - - [2024-10-31 02:26:29] "PUT /access-control-list/43c45041-9877-4fa3-8aec-6e45bf6067da HTTP/1.1" 200 272 0.008884 10.0.0.31 - - [2024-10-31 02:26:29] "PUT /access-control-list/3b59fa63-082f-407b-8681-e74389bf2ecd HTTP/1.1" 200 272 0.009949 10.0.0.31 - - [2024-10-31 02:26:29] "POST /fqname-to-id HTTP/1.1" 404 202 0.002848 10.0.0.31 - - [2024-10-31 02:26:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.31 - - [2024-10-31 02:26:29] "GET /projects?obj_uuids=74913a09-8466-4309-985f-3618714deab4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001710 10.0.0.31 - - [2024-10-31 02:26:29] "GET /project/74913a09-8466-4309-985f-3618714deab4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.033831 10.0.0.31 - - [2024-10-31 02:26:30] "POST /neutron/network HTTP/1.1" 200 117 0.031078 10.0.0.31 - - [2024-10-31 02:26:30] "GET /projects?obj_uuids=74913a09-8466-4309-985f-3618714deab4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001201 10.0.0.31 - - [2024-10-31 02:26:30] "POST /neutron/network HTTP/1.1" 200 608 0.075975 10.0.0.31 - - [2024-10-31 02:26:30] "POST /route-targets HTTP/1.1" 200 327 0.012764 10.0.0.31 - - [2024-10-31 02:26:30] "POST /ref-update HTTP/1.1" 200 156 0.015635 10.0.0.31 - - [2024-10-31 02:26:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002474 10.0.0.31 - - [2024-10-31 02:26:30] "POST /neutron/subnet HTTP/1.1" 200 729 0.136348 10.0.0.31 - - [2024-10-31 02:26:30] "POST /neutron/network HTTP/1.1" 200 828 0.006301 10.0.0.31 - - [2024-10-31 02:26:30] "POST /id-to-fqname HTTP/1.1" 200 223 0.001330 10.0.0.31 - - [2024-10-31 02:26:30] "GET /virtual-network/2028ae4d-15f1-4053-996b-40eff01d5f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.009467 10.0.0.31 - - [2024-10-31 02:26:30] "POST /neutron/network HTTP/1.1" 200 828 0.006494 10.0.0.31 - - [2024-10-31 02:26:30] "GET /virtual-network/2028ae4d-15f1-4053-996b-40eff01d5f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.009312 10.0.0.31 - - [2024-10-31 02:26:30] "POST /neutron/network HTTP/1.1" 200 828 0.006385 10.0.0.31 - - [2024-10-31 02:26:30] "POST /neutron/subnet HTTP/1.1" 200 729 0.007474 10.0.0.31 - - [2024-10-31 02:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.31 - - [2024-10-31 02:26:30] "GET /projects?obj_uuids=74913a09-8466-4309-985f-3618714deab4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001303 10.0.0.31 - - [2024-10-31 02:26:30] "GET /project/74913a09-8466-4309-985f-3618714deab4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.033601 10.0.0.31 - - [2024-10-31 02:26:30] "POST /neutron/network HTTP/1.1" 200 117 0.010536 10.0.0.31 - - [2024-10-31 02:26:30] "GET /projects?obj_uuids=74913a09-8466-4309-985f-3618714deab4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001318 10.0.0.31 - - [2024-10-31 02:26:30] "POST /neutron/network HTTP/1.1" 200 615 0.135269 10.0.0.31 - - [2024-10-31 02:26:30] "POST /route-targets HTTP/1.1" 200 327 0.014966 10.0.0.31 - - [2024-10-31 02:26:30] "POST /ref-update HTTP/1.1" 200 156 0.020917 10.0.0.31 - - [2024-10-31 02:26:31] "POST /useragent-kv HTTP/1.1" 200 115 0.004311 10.0.0.31 - - [2024-10-31 02:26:31] "POST /neutron/subnet HTTP/1.1" 200 729 0.216167 10.0.0.31 - - [2024-10-31 02:26:31] "POST /neutron/network HTTP/1.1" 200 835 0.006500 10.0.0.31 - - [2024-10-31 02:26:31] "POST /id-to-fqname HTTP/1.1" 200 227 0.001326 10.0.0.31 - - [2024-10-31 02:26:31] "GET /virtual-network/e5fc5d0f-0399-4386-9db3-36a6860e9020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.009578 10.0.0.31 - - [2024-10-31 02:26:31] "POST /neutron/network HTTP/1.1" 200 835 0.006251 10.0.0.31 - - [2024-10-31 02:26:31] "GET /virtual-network/e5fc5d0f-0399-4386-9db3-36a6860e9020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.009363 10.0.0.31 - - [2024-10-31 02:26:31] "POST /neutron/network HTTP/1.1" 200 835 0.006500 10.0.0.31 - - [2024-10-31 02:26:31] "POST /neutron/subnet HTTP/1.1" 200 729 0.008087 10.0.0.31 - - [2024-10-31 02:26:31] "POST /id-to-fqname HTTP/1.1" 200 223 0.001713 10.0.0.31 - - [2024-10-31 02:26:31] "POST /neutron/network HTTP/1.1" 200 838 0.005774 10.0.0.31 - - [2024-10-31 02:26:31] "GET /aaa-mode HTTP/1.1" 401 292 0.000497 10.0.0.31 - - [2024-10-31 02:26:31] "GET / HTTP/1.1" 200 35931 0.001956 10.0.0.31 - - [2024-10-31 02:26:31] "GET /project/74913a09-8466-4309-985f-3618714deab4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000481 10.0.0.31 - - [2024-10-31 02:26:32] "GET /projects?obj_uuids=74913a09-8466-4309-985f-3618714deab4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001388 10.0.0.31 - - [2024-10-31 02:26:32] "GET /project/74913a09-8466-4309-985f-3618714deab4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.066200 10.0.0.31 - - [2024-10-31 02:26:32] "POST /neutron/network HTTP/1.1" 200 828 0.006424 10.0.0.31 - - [2024-10-31 02:26:32] "POST /neutron/port HTTP/1.1" 200 117 0.005305 10.0.0.31 - - [2024-10-31 02:26:32] "POST /neutron/port HTTP/1.1" 200 117 0.009852 10.0.0.31 - - [2024-10-31 02:26:32] "POST /id-to-fqname HTTP/1.1" 200 227 0.001506 10.0.0.31 - - [2024-10-31 02:26:32] "POST /neutron/port HTTP/1.1" 200 117 0.008051 10.0.0.31 - - [2024-10-31 02:26:32] "POST /neutron/network HTTP/1.1" 200 845 0.006397 10.0.0.31 - - [2024-10-31 02:26:32] "GET /aaa-mode HTTP/1.1" 401 292 0.000515 10.0.0.31 - - [2024-10-31 02:26:32] "POST /neutron/network HTTP/1.1" 200 838 0.006938 10.0.0.31 - - [2024-10-31 02:26:32] "GET /projects?obj_uuids=74913a09-8466-4309-985f-3618714deab4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001257 10.0.0.31 - - [2024-10-31 02:26:32] "GET / HTTP/1.1" 200 35931 0.001887 10.0.0.31 - - [2024-10-31 02:26:32] "GET /project/74913a09-8466-4309-985f-3618714deab4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000503 10.0.0.31 - - [2024-10-31 02:26:32] "POST /neutron/port HTTP/1.1" 200 1064 0.220092 10.0.0.31 - - [2024-10-31 02:26:33] "POST /neutron/port HTTP/1.1" 200 1064 0.010376 10.0.0.31 - - [2024-10-31 02:26:33] "POST /neutron/port HTTP/1.1" 200 1064 0.010536 10.0.0.31 - - [2024-10-31 02:26:33] "POST /neutron/port HTTP/1.1" 200 1118 0.095778 10.0.0.31 - - [2024-10-31 02:26:33] "POST /neutron/port HTTP/1.1" 200 1092 0.016063 10.0.0.31 - - [2024-10-31 02:26:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006786 10.0.0.31 - - [2024-10-31 02:26:33] "GET /projects?obj_uuids=74913a09-8466-4309-985f-3618714deab4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001247 10.0.0.31 - - [2024-10-31 02:26:33] "POST /neutron/subnet HTTP/1.1" 200 703 0.019059 10.0.0.31 - - [2024-10-31 02:26:33] "GET /project/74913a09-8466-4309-985f-3618714deab4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.065888 10.0.0.31 - - [2024-10-31 02:26:33] "POST /neutron/port HTTP/1.1" 200 117 0.001199 10.0.0.31 - - [2024-10-31 02:26:33] "POST /neutron/network HTTP/1.1" 200 835 0.006483 10.0.0.31 - - [2024-10-31 02:26:33] "POST /neutron/network HTTP/1.1" 200 828 0.005259 10.0.0.31 - - [2024-10-31 02:26:33] "POST /neutron/port HTTP/1.1" 200 1092 0.019742 10.0.0.31 - - [2024-10-31 02:26:33] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007680 10.0.0.31 - - [2024-10-31 02:26:33] "POST /neutron/port HTTP/1.1" 200 117 0.005401 10.0.0.31 - - [2024-10-31 02:26:33] "GET /projects?obj_uuids=74913a09-8466-4309-985f-3618714deab4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001259 10.0.0.31 - - [2024-10-31 02:26:33] "POST /neutron/router HTTP/1.1" 200 585 0.066385 10.0.0.31 - - [2024-10-31 02:26:33] "POST /neutron/router HTTP/1.1" 200 585 0.006705 10.0.0.31 - - [2024-10-31 02:26:33] "POST /route-targets HTTP/1.1" 200 327 0.027939 10.0.0.31 - - [2024-10-31 02:26:33] "PUT /logical-router/0ab78a45-60d6-4cf1-8559-3dd4b3760db1 HTTP/1.1" 200 262 0.036489 10.0.0.31 - - [2024-10-31 02:26:33] "POST /neutron/router HTTP/1.1" 200 656 0.052758 10.0.0.31 - - [2024-10-31 02:26:33] "GET /logical-router/0ab78a45-60d6-4cf1-8559-3dd4b3760db1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1639 0.010437 10.0.0.31 - - [2024-10-31 02:26:33] "POST /neutron/router HTTP/1.1" 200 656 0.007925 10.0.0.31 - - [2024-10-31 02:26:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005793 10.0.0.31 - - [2024-10-31 02:26:33] "GET /projects?obj_uuids=74913a09-8466-4309-985f-3618714deab4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001326 10.0.0.31 - - [2024-10-31 02:26:33] "GET /service-template/b22a0dc7-8e93-4d95-b74d-8f4ca578d77c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1682 0.005117 10.0.0.31 - - [2024-10-31 02:26:33] "POST /fqname-to-id HTTP/1.1" 404 215 0.002737 10.0.0.31 - - [2024-10-31 02:26:34] "POST /neutron/network HTTP/1.1" 200 845 0.033778 10.0.0.31 - - [2024-10-31 02:26:34] "GET /projects?obj_uuids=74913a09-8466-4309-985f-3618714deab4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001541 10.0.0.31 - - [2024-10-31 02:26:34] "POST /useragent-kv HTTP/1.1" 200 115 0.016520 10.0.0.31 - - [2024-10-31 02:26:34] "POST /virtual-networks HTTP/1.1" 200 694 0.254971 10.0.0.31 - - [2024-10-31 02:26:34] "POST /neutron/router HTTP/1.1" 200 344 0.443425 10.0.0.31 - - [2024-10-31 02:26:34] "POST /route-targets HTTP/1.1" 200 327 0.068855 10.0.0.31 - - [2024-10-31 02:26:34] "POST /ref-update HTTP/1.1" 200 156 0.071244 10.0.0.31 - - [2024-10-31 02:26:34] "POST /service-instances HTTP/1.1" 200 670 0.175165 10.0.0.31 - - [2024-10-31 02:26:34] "POST /neutron/port HTTP/1.1" 200 1092 0.098648 10.0.0.31 - - [2024-10-31 02:26:34] "POST /ref-update HTTP/1.1" 200 156 0.054956 10.0.0.31 - - [2024-10-31 02:26:34] "POST /neutron/security_group HTTP/1.1" 200 2002 0.057642 10.0.0.31 - - [2024-10-31 02:26:34] "POST /route-tables HTTP/1.1" 200 582 0.061998 10.0.0.31 - - [2024-10-31 02:26:34] "PUT /logical-router/0ab78a45-60d6-4cf1-8559-3dd4b3760db1 HTTP/1.1" 200 262 0.035578 10.0.0.31 - - [2024-10-31 02:26:34] "POST /neutron/port HTTP/1.1" 200 1064 0.520481 10.0.0.31 - - [2024-10-31 02:26:34] "POST /neutron/port HTTP/1.1" 200 1064 0.014268 10.0.0.31 - - [2024-10-31 02:26:34] "POST /ref-update HTTP/1.1" 200 156 0.020556 10.0.0.31 - - [2024-10-31 02:26:34] "POST /neutron/port HTTP/1.1" 200 1064 0.015054 10.0.0.31 - - [2024-10-31 02:26:34] "POST /neutron/port HTTP/1.1" 200 1118 0.077847 10.0.0.31 - - [2024-10-31 02:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004426 10.0.0.31 - - [2024-10-31 02:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002905 10.0.0.31 - - [2024-10-31 02:26:34] "POST /neutron/port HTTP/1.1" 200 1092 0.015752 10.0.0.31 - - [2024-10-31 02:26:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005766 10.0.0.31 - - [2024-10-31 02:26:34] "POST /virtual-machines HTTP/1.1" 200 553 0.017438 10.0.0.31 - - [2024-10-31 02:26:34] "POST /neutron/subnet HTTP/1.1" 200 703 0.013920 10.0.0.31 - - [2024-10-31 02:26:34] "POST /neutron/port HTTP/1.1" 200 117 0.001300 10.0.0.31 - - [2024-10-31 02:26:34] "POST /neutron/network HTTP/1.1" 200 835 0.008361 10.0.0.31 - - [2024-10-31 02:26:34] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.100562 10.0.0.31 - - [2024-10-31 02:26:34] "POST /chown HTTP/1.1" 200 109 0.008810 10.0.0.31 - - [2024-10-31 02:26:35] "POST /instance-ips HTTP/1.1" 200 551 0.020396 10.0.0.31 - - [2024-10-31 02:26:35] "POST /instance-ips HTTP/1.1" 400 246 0.016407 10.0.0.31 - - [2024-10-31 02:26:35] "POST /chown HTTP/1.1" 200 109 0.012791 10.0.0.31 - - [2024-10-31 02:26:35] "PUT /virtual-machine-interface/a48598f7-0a00-439f-9837-e2e14e6cf140 HTTP/1.1" 200 284 0.011389 10.0.0.31 - - [2024-10-31 02:26:35] "PUT /instance-ip/2151a584-ed37-494c-a2ca-ee2a2fd9e0e3 HTTP/1.1" 200 256 0.013601 10.0.0.31 - - [2024-10-31 02:26:35] "POST /ref-update HTTP/1.1" 200 156 0.014326 10.0.0.31 - - [2024-10-31 02:26:35] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.097474 10.0.0.31 - - [2024-10-31 02:26:35] "POST /chown HTTP/1.1" 200 109 0.008137 10.0.0.31 - - [2024-10-31 02:26:35] "POST /instance-ips HTTP/1.1" 200 549 0.062464 10.0.0.31 - - [2024-10-31 02:26:35] "POST /instance-ips HTTP/1.1" 400 316 0.017615 10.0.0.31 - - [2024-10-31 02:26:35] "POST /chown HTTP/1.1" 200 109 0.008998 10.0.0.31 - - [2024-10-31 02:26:35] "PUT /virtual-machine-interface/87537043-a85c-4403-ae8d-fdd3f0bdb9e8 HTTP/1.1" 200 284 0.013450 10.0.0.31 - - [2024-10-31 02:26:35] "PUT /instance-ip/30b29dd2-7aed-4a77-a2b7-c1660b342741 HTTP/1.1" 200 256 0.013736 10.0.0.31 - - [2024-10-31 02:26:35] "POST /ref-update HTTP/1.1" 200 156 0.011228 10.0.0.31 - - [2024-10-31 02:26:35] "POST /ref-update HTTP/1.1" 200 156 0.011923 10.0.0.31 - - [2024-10-31 02:26:35] "PUT /routing-instance/1de35ec6-f0aa-4c9b-9dae-f595f06f4143 HTTP/1.1" 200 266 0.011759 10.0.0.31 - - [2024-10-31 02:26:35] "POST /ref-update HTTP/1.1" 200 156 0.018379 10.0.0.31 - - [2024-10-31 02:26:36] "POST /virtual-machines HTTP/1.1" 200 553 0.016065 10.0.0.31 - - [2024-10-31 02:26:36] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.092188 10.0.0.31 - - [2024-10-31 02:26:36] "POST /chown HTTP/1.1" 200 109 0.011454 10.0.0.31 - - [2024-10-31 02:26:36] "POST /instance-ips HTTP/1.1" 400 246 0.017846 10.0.0.31 - - [2024-10-31 02:26:36] "POST /chown HTTP/1.1" 200 109 0.011305 10.0.0.31 - - [2024-10-31 02:26:36] "PUT /virtual-machine-interface/5e9a902c-fcc4-43e5-b5a8-08862c801a73 HTTP/1.1" 200 284 0.013830 10.0.0.31 - - [2024-10-31 02:26:36] "PUT /instance-ip/2151a584-ed37-494c-a2ca-ee2a2fd9e0e3 HTTP/1.1" 200 256 0.013792 10.0.0.31 - - [2024-10-31 02:26:36] "POST /ref-update HTTP/1.1" 200 156 0.012875 10.0.0.31 - - [2024-10-31 02:26:36] "POST /ref-update HTTP/1.1" 200 156 0.013310 10.0.0.31 - - [2024-10-31 02:26:36] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.090302 10.0.0.31 - - [2024-10-31 02:26:36] "POST /chown HTTP/1.1" 200 109 0.007739 10.0.0.31 - - [2024-10-31 02:26:36] "POST /instance-ips HTTP/1.1" 400 316 0.024798 10.0.0.31 - - [2024-10-31 02:26:36] "POST /chown HTTP/1.1" 200 109 0.008116 10.0.0.31 - - [2024-10-31 02:26:36] "PUT /virtual-machine-interface/ab900652-7890-4c08-892b-f8180113a320 HTTP/1.1" 200 284 0.011211 10.0.0.31 - - [2024-10-31 02:26:37] "PUT /instance-ip/30b29dd2-7aed-4a77-a2b7-c1660b342741 HTTP/1.1" 200 256 0.013818 10.0.0.31 - - [2024-10-31 02:26:37] "POST /ref-update HTTP/1.1" 200 156 0.012978 10.0.0.31 - - [2024-10-31 02:26:37] "POST /ref-update HTTP/1.1" 200 156 0.014902 10.0.0.31 - - [2024-10-31 02:26:39] "POST /neutron/port HTTP/1.1" 200 1092 0.016560 10.0.0.31 - - [2024-10-31 02:26:39] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006915 10.0.0.31 - - [2024-10-31 02:26:39] "POST /neutron/port HTTP/1.1" 200 1092 0.016784 10.0.0.31 - - [2024-10-31 02:26:39] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006846 10.0.0.31 - - [2024-10-31 02:26:39] "POST /neutron/port HTTP/1.1" 200 1092 0.015362 10.0.0.31 - - [2024-10-31 02:26:39] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006645 10.0.0.31 - - [2024-10-31 02:26:39] "GET /virtual-machine/c5eb9983-4ac7-45e0-ab91-5c18731c6cb2 HTTP/1.1" 401 292 0.000525 10.0.0.31 - - [2024-10-31 02:26:39] "GET /virtual-machine/c5eb9983-4ac7-45e0-ab91-5c18731c6cb2 HTTP/1.1" 200 1296 0.028870 10.0.0.31 - - [2024-10-31 02:26:39] "GET /virtual-machine-interface/80fb10e2-9a52-4afd-8d2f-90a0513f5283 HTTP/1.1" 200 2956 0.009035 10.0.0.31 - - [2024-10-31 02:26:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.31 - - [2024-10-31 02:26:40] "GET /global-vrouter-config/8e17715a-74ee-4834-8e99-7f7e9ccc0ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004790 10.0.0.31 - - [2024-10-31 02:26:40] "GET /virtual-networks?parent_id=74913a09-8466-4309-985f-3618714deab4&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003428 10.0.0.31 - - [2024-10-31 02:26:40] "GET /virtual-network/2028ae4d-15f1-4053-996b-40eff01d5f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.009436 10.0.0.31 - - [2024-10-31 02:26:41] "POST /neutron/port HTTP/1.1" 200 1092 0.017952 10.0.0.31 - - [2024-10-31 02:26:41] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008231 10.0.0.31 - - [2024-10-31 02:26:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.31 - - [2024-10-31 02:26:43] "GET /virtual-network/2028ae4d-15f1-4053-996b-40eff01d5f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.009646 10.0.0.31 - - [2024-10-31 02:26:43] "POST /neutron/port HTTP/1.1" 200 1092 0.017504 10.0.0.31 - - [2024-10-31 02:26:43] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006624 10.0.0.31 - - [2024-10-31 02:26:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.31 - - [2024-10-31 02:26:45] "GET /global-vrouter-config/8e17715a-74ee-4834-8e99-7f7e9ccc0ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003912 10.0.0.31 - - [2024-10-31 02:26:45] "GET /virtual-networks?parent_id=74913a09-8466-4309-985f-3618714deab4&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003448 10.0.0.31 - - [2024-10-31 02:26:45] "GET /virtual-network/2028ae4d-15f1-4053-996b-40eff01d5f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.009000 10.0.0.31 - - [2024-10-31 02:26:45] "POST /neutron/port HTTP/1.1" 200 1092 0.018231 10.0.0.31 - - [2024-10-31 02:26:45] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007181 10.0.0.31 - - [2024-10-31 02:26:45] "POST /neutron/port HTTP/1.1" 200 1092 0.015071 10.0.0.31 - - [2024-10-31 02:26:45] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008453 10.0.0.31 - - [2024-10-31 02:26:45] "POST /neutron/port HTTP/1.1" 200 1092 0.016515 10.0.0.31 - - [2024-10-31 02:26:45] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007529 10.0.0.31 - - [2024-10-31 02:26:45] "GET /virtual-machine/12a98c35-f4c0-46eb-998f-59a31e67335f HTTP/1.1" 200 1295 0.005777 10.0.0.31 - - [2024-10-31 02:26:45] "GET /virtual-machine-interface/18dd37d5-ab25-4de7-9b07-940623566534 HTTP/1.1" 200 2968 0.009397 10.0.0.31 - - [2024-10-31 02:26:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002922 10.0.0.31 - - [2024-10-31 02:26:45] "GET /global-vrouter-config/8e17715a-74ee-4834-8e99-7f7e9ccc0ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004129 10.0.0.31 - - [2024-10-31 02:26:46] "GET /virtual-networks?parent_id=74913a09-8466-4309-985f-3618714deab4&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003540 10.0.0.31 - - [2024-10-31 02:26:46] "GET /virtual-network/e5fc5d0f-0399-4386-9db3-36a6860e9020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.010114 10.0.0.31 - - [2024-10-31 02:26:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.31 - - [2024-10-31 02:26:47] "GET /global-vrouter-config/8e17715a-74ee-4834-8e99-7f7e9ccc0ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003985 10.0.0.31 - - [2024-10-31 02:26:47] "GET /virtual-networks?parent_id=74913a09-8466-4309-985f-3618714deab4&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003557 10.0.0.31 - - [2024-10-31 02:26:47] "GET /virtual-network/e5fc5d0f-0399-4386-9db3-36a6860e9020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.009868 10.0.0.31 - - [2024-10-31 02:26:51] "POST /neutron/router HTTP/1.1" 200 656 0.004174 10.0.0.31 - - [2024-10-31 02:26:51] "POST /ref-update HTTP/1.1" 200 156 0.011897 10.0.0.31 - - [2024-10-31 02:26:51] "POST /neutron/router HTTP/1.1" 200 344 0.100372 10.0.0.31 - - [2024-10-31 02:26:51] "POST /neutron/router HTTP/1.1" 200 656 0.005070 10.0.0.31 - - [2024-10-31 02:26:51] "GET /logical-router/0ab78a45-60d6-4cf1-8559-3dd4b3760db1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1970 0.005931 10.0.0.31 - - [2024-10-31 02:26:51] "GET /service-instance/b14cee08-d0fc-4867-a510-21b038c6f371?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2316 0.005474 10.0.0.31 - - [2024-10-31 02:26:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002732 10.0.0.31 - - [2024-10-31 02:26:51] "POST /neutron/router HTTP/1.1" 200 151 0.061255 10.0.0.31 - - [2024-10-31 02:26:51] "DELETE /route-target/9b5bd77f-a260-4acd-96b2-c84776067430 HTTP/1.1" 409 239 0.006087 10.0.0.31 - - [2024-10-31 02:26:51] "PUT /logical-router/0ab78a45-60d6-4cf1-8559-3dd4b3760db1 HTTP/1.1" 404 171 0.002907 10.0.0.31 - - [2024-10-31 02:26:51] "POST /ref-update HTTP/1.1" 200 156 0.014807 10.0.0.31 - - [2024-10-31 02:26:51] "DELETE /route-table/d21d276a-0b7b-472b-a17e-1feeb9c0a057 HTTP/1.1" 200 115 0.028208 10.0.0.31 - - [2024-10-31 02:26:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.31 - - [2024-10-31 02:26:51] "PUT /routing-instance/1de35ec6-f0aa-4c9b-9dae-f595f06f4143 HTTP/1.1" 200 266 0.009900 10.0.0.31 - - [2024-10-31 02:26:51] "GET /virtual-network/4deb8833-6cee-431a-ab41-1d4f8e0fa2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.014096 10.0.0.31 - - [2024-10-31 02:26:51] "POST /neutron/network HTTP/1.1" 200 835 0.014690 10.0.0.31 - - [2024-10-31 02:26:51] "POST /neutron/network HTTP/1.1" 400 204 0.041087 10.0.0.31 - - [2024-10-31 02:26:51] "POST /ref-update HTTP/1.1" 200 156 0.012293 10.0.0.31 - - [2024-10-31 02:26:51] "POST /ref-update HTTP/1.1" 200 156 0.009989 10.0.0.31 - - [2024-10-31 02:26:52] "DELETE /instance-ip/30b29dd2-7aed-4a77-a2b7-c1660b342741 HTTP/1.1" 200 115 0.065040 10.0.0.31 - - [2024-10-31 02:26:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005617 10.0.0.31 - - [2024-10-31 02:26:52] "POST /useragent-kv HTTP/1.1" 200 115 0.001849 10.0.0.31 - - [2024-10-31 02:26:52] "POST /useragent-kv HTTP/1.1" 200 115 0.001806 10.0.0.31 - - [2024-10-31 02:26:52] "DELETE /virtual-network/4deb8833-6cee-431a-ab41-1d4f8e0fa2fa HTTP/1.1" 200 115 0.160814 10.0.0.31 - - [2024-10-31 02:26:52] "DELETE /route-target/ffd6b4e2-cf46-45c0-bf9e-552dada5f40d HTTP/1.1" 200 115 0.068105 10.0.0.31 - - [2024-10-31 02:26:52] "POST /neutron/port HTTP/1.1" 200 1092 0.034869 10.0.0.31 - - [2024-10-31 02:26:52] "DELETE /service-instance/b14cee08-d0fc-4867-a510-21b038c6f371 HTTP/1.1" 200 115 0.085251 10.0.0.31 - - [2024-10-31 02:26:52] "GET /logical-router/0ab78a45-60d6-4cf1-8559-3dd4b3760db1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004024 10.0.0.31 - - [2024-10-31 02:26:52] "POST /neutron/port HTTP/1.1" 200 1118 0.010895 10.0.0.31 - - [2024-10-31 02:26:52] "GET /service-instance/b14cee08-d0fc-4867-a510-21b038c6f371?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.007449 10.0.0.31 - - [2024-10-31 02:26:52] "POST /neutron/port HTTP/1.1" 200 151 0.117636 10.0.0.31 - - [2024-10-31 02:26:52] "GET /virtual-machine-interface/ab900652-7890-4c08-892b-f8180113a320?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1333 0.010671 10.0.0.31 - - [2024-10-31 02:26:52] "POST /neutron/port HTTP/1.1" 200 1092 0.016795 10.0.0.31 - - [2024-10-31 02:26:52] "POST /neutron/port HTTP/1.1" 200 1118 0.012575 10.0.0.31 - - [2024-10-31 02:26:52] "DELETE /virtual-machine-interface/ab900652-7890-4c08-892b-f8180113a320 HTTP/1.1" 200 115 0.045765 10.0.0.31 - - [2024-10-31 02:26:52] "GET /virtual-machine-interface/5e9a902c-fcc4-43e5-b5a8-08862c801a73?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1653 0.011764 10.0.0.31 - - [2024-10-31 02:26:52] "POST /ref-update HTTP/1.1" 200 156 0.015094 10.0.0.31 - - [2024-10-31 02:26:52] "POST /neutron/port HTTP/1.1" 200 151 0.119747 10.0.0.31 - - [2024-10-31 02:26:52] "GET /instance-ip/2151a584-ed37-494c-a2ca-ee2a2fd9e0e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005852 10.0.0.31 - - [2024-10-31 02:26:52] "DELETE /virtual-machine-interface/5e9a902c-fcc4-43e5-b5a8-08862c801a73 HTTP/1.1" 200 115 0.045730 10.0.0.31 - - [2024-10-31 02:26:52] "DELETE /virtual-machine/9dafa7c6-60ce-4f90-a816-ae28a6eb886d HTTP/1.1" 200 115 0.020029 10.0.0.31 - - [2024-10-31 02:26:52] "GET /virtual-machine-interface/a48598f7-0a00-439f-9837-e2e14e6cf140?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1654 0.010679 10.0.0.31 - - [2024-10-31 02:26:52] "POST /ref-update HTTP/1.1" 200 156 0.016994 10.0.0.31 - - [2024-10-31 02:26:52] "GET /instance-ip/2151a584-ed37-494c-a2ca-ee2a2fd9e0e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1696 0.007135 10.0.0.31 - - [2024-10-31 02:26:53] "DELETE /instance-ip/2151a584-ed37-494c-a2ca-ee2a2fd9e0e3 HTTP/1.1" 200 115 0.030087 10.0.0.31 - - [2024-10-31 02:26:53] "DELETE /virtual-machine-interface/a48598f7-0a00-439f-9837-e2e14e6cf140 HTTP/1.1" 200 115 0.059222 10.0.0.31 - - [2024-10-31 02:26:53] "GET /virtual-machine-interface/87537043-a85c-4403-ae8d-fdd3f0bdb9e8?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1333 0.010372 10.0.0.31 - - [2024-10-31 02:26:53] "DELETE /virtual-machine-interface/87537043-a85c-4403-ae8d-fdd3f0bdb9e8 HTTP/1.1" 200 115 0.026844 10.0.0.31 - - [2024-10-31 02:26:53] "POST /ref-update HTTP/1.1" 200 156 0.009799 10.0.0.31 - - [2024-10-31 02:26:53] "DELETE /virtual-machine/f497a3a5-81a3-4cce-b2fe-b723c2f44eda HTTP/1.1" 200 115 0.019185 10.0.0.31 - - [2024-10-31 02:26:53] "POST /neutron/network HTTP/1.1" 200 835 0.007792 10.0.0.31 - - [2024-10-31 02:26:54] "POST /useragent-kv HTTP/1.1" 200 115 0.001195 10.0.0.31 - - [2024-10-31 02:26:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.006341 10.0.0.31 - - [2024-10-31 02:26:54] "POST /useragent-kv HTTP/1.1" 200 115 0.001197 10.0.0.31 - - [2024-10-31 02:26:54] "POST /neutron/network HTTP/1.1" 200 151 0.093837 10.0.0.31 - - [2024-10-31 02:26:54] "DELETE /route-target/b6fa21ac-5627-4b5a-aae1-66930ad71eea HTTP/1.1" 200 115 0.015596 10.0.0.31 - - [2024-10-31 02:26:54] "POST /neutron/network HTTP/1.1" 200 828 0.006670 10.0.0.31 - - [2024-10-31 02:26:54] "POST /useragent-kv HTTP/1.1" 200 115 0.001402 10.0.0.31 - - [2024-10-31 02:26:54] "POST /useragent-kv HTTP/1.1" 200 115 0.001398 10.0.0.31 - - [2024-10-31 02:26:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.012144 10.0.0.31 - - [2024-10-31 02:26:54] "POST /neutron/network HTTP/1.1" 200 151 0.080262 10.0.0.31 - - [2024-10-31 02:26:54] "DELETE /route-target/3dfd4553-07d5-4f42-8a72-2bd85932c167 HTTP/1.1" 200 115 0.024073 10.0.0.31 - - [2024-10-31 02:26:54] "GET /projects?obj_uuids=74913a09-8466-4309-985f-3618714deab4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001696 10.0.0.31 - - [2024-10-31 02:26:54] "GET /project/74913a09-8466-4309-985f-3618714deab4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.033755 10.0.0.31 - - [2024-10-31 02:26:54] "GET /projects?obj_uuids=74913a09-8466-4309-985f-3618714deab4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001219 10.0.0.31 - - [2024-10-31 02:26:54] "GET /project/74913a09-8466-4309-985f-3618714deab4?fields=virtual_networks HTTP/1.1" 200 1038 0.079576 10.0.0.31 - - [2024-10-31 02:26:54] "GET /projects?obj_uuids=74913a09-8466-4309-985f-3618714deab4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001223 10.0.0.31 - - [2024-10-31 02:26:54] "GET /project/74913a09-8466-4309-985f-3618714deab4?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.038123 10.0.0.31 - - [2024-10-31 02:26:54] "GET /projects?obj_uuids=74913a09-8466-4309-985f-3618714deab4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001203 10.0.0.31 - - [2024-10-31 02:26:54] "GET /project/74913a09-8466-4309-985f-3618714deab4?fields=security_groups HTTP/1.1" 200 1267 0.036273 10.0.0.31 - - [2024-10-31 02:26:55] "POST /fqname-to-id HTTP/1.1" 404 196 0.025381 10.0.0.31 - - [2024-10-31 02:26:55] "GET /projects?obj_uuids=8423be2d-3dc7-48d9-b135-6a643197f927&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002802 10.0.0.31 - - [2024-10-31 02:26:55] "GET /domains?obj_uuids=a22851d8-7bef-4903-956c-5949b718f81e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001204 10.0.0.31 - - [2024-10-31 02:26:55] "GET /domain/a22851d8-7bef-4903-956c-5949b718f81e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008962 10.0.0.31 - - [2024-10-31 02:26:55] "POST /id-to-fqname HTTP/1.1" 200 198 0.002283 10.0.0.31 - - [2024-10-31 02:26:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.003079 10.0.0.31 - - [2024-10-31 02:26:55] "POST /security-groups HTTP/1.1" 200 599 0.063679 10.0.0.31 - - [2024-10-31 02:26:55] "POST /fqname-to-id HTTP/1.1" 404 242 0.002846 10.0.0.31 - - [2024-10-31 02:26:55] "POST /projects HTTP/1.1" 200 601 0.226601 10.0.0.31 - - [2024-10-31 02:26:55] "POST /access-control-lists HTTP/1.1" 200 604 0.059293 10.0.0.31 - - [2024-10-31 02:26:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.306865 10.0.0.31 - - [2024-10-31 02:26:55] "POST /fqname-to-id HTTP/1.1" 404 241 0.002969 10.0.0.31 - - [2024-10-31 02:26:56] "GET /project/8423be2d-3dc7-48d9-b135-6a643197f927?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.448151 10.0.0.31 - - [2024-10-31 02:26:56] "POST /access-control-lists HTTP/1.1" 200 602 0.064037 10.0.0.31 - - [2024-10-31 02:26:57] "GET / HTTP/1.1" 200 35931 0.002330 10.0.0.31 - - [2024-10-31 02:26:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000510 10.0.0.31 - - [2024-10-31 02:26:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.059891 10.0.0.31 - - [2024-10-31 02:26:58] "GET /projects?obj_uuids=8423be2d-3dc7-48d9-b135-6a643197f927&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001318 10.0.0.31 - - [2024-10-31 02:26:58] "GET /project/8423be2d-3dc7-48d9-b135-6a643197f927?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.037633 10.0.0.31 - - [2024-10-31 02:26:58] "POST /neutron/network HTTP/1.1" 200 117 0.031707 10.0.0.31 - - [2024-10-31 02:26:58] "GET /projects?obj_uuids=8423be2d-3dc7-48d9-b135-6a643197f927&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001738 10.0.0.31 - - [2024-10-31 02:26:58] "POST /neutron/network HTTP/1.1" 200 613 0.071362 10.0.0.31 - - [2024-10-31 02:26:58] "POST /route-targets HTTP/1.1" 200 327 0.012947 10.0.0.31 - - [2024-10-31 02:26:58] "POST /ref-update HTTP/1.1" 200 156 0.015928 10.0.0.31 - - [2024-10-31 02:26:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003661 10.0.0.31 - - [2024-10-31 02:26:58] "POST /neutron/subnet HTTP/1.1" 200 724 0.147723 10.0.0.31 - - [2024-10-31 02:26:58] "POST /useragent-kv HTTP/1.1" 200 115 0.007671 10.0.0.31 - - [2024-10-31 02:26:58] "POST /neutron/subnet HTTP/1.1" 200 828 0.213032 10.0.0.31 - - [2024-10-31 02:26:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.033100 10.0.0.31 - - [2024-10-31 02:26:58] "GET /virtual-network/fb23340b-598a-4613-b66b-65629bc0e03e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.011101 10.0.0.31 - - [2024-10-31 02:26:58] "POST /neutron/network HTTP/1.1" 200 1006 0.007338 10.0.0.31 - - [2024-10-31 02:26:58] "POST /id-to-fqname HTTP/1.1" 200 228 0.001454 10.0.0.31 - - [2024-10-31 02:26:58] "GET /virtual-network/8bb4c63b-0374-41b7-9f32-4dfd7c893fea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.009016 10.0.0.31 - - [2024-10-31 02:26:58] "POST /neutron/network HTTP/1.1" 200 1006 0.009985 10.0.0.31 - - [2024-10-31 02:26:58] "GET /virtual-network/8bb4c63b-0374-41b7-9f32-4dfd7c893fea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.008918 10.0.0.31 - - [2024-10-31 02:26:58] "POST /neutron/network HTTP/1.1" 200 1006 0.009473 10.0.0.31 - - [2024-10-31 02:26:59] "POST /neutron/subnet HTTP/1.1" 200 724 0.007264 10.0.0.31 - - [2024-10-31 02:26:59] "POST /neutron/subnet HTTP/1.1" 200 828 0.008448 10.0.0.31 - - [2024-10-31 02:26:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004157 10.0.0.31 - - [2024-10-31 02:26:59] "GET /projects?obj_uuids=8423be2d-3dc7-48d9-b135-6a643197f927&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001707 10.0.0.31 - - [2024-10-31 02:26:59] "GET /project/8423be2d-3dc7-48d9-b135-6a643197f927?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.038991 10.0.0.31 - - [2024-10-31 02:26:59] "POST /neutron/network HTTP/1.1" 200 117 0.013854 10.0.0.31 - - [2024-10-31 02:26:59] "GET /projects?obj_uuids=8423be2d-3dc7-48d9-b135-6a643197f927&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002263 10.0.0.31 - - [2024-10-31 02:26:59] "POST /neutron/network HTTP/1.1" 200 613 0.085598 10.0.0.31 - - [2024-10-31 02:26:59] "POST /route-targets HTTP/1.1" 200 327 0.016621 10.0.0.31 - - [2024-10-31 02:26:59] "POST /ref-update HTTP/1.1" 200 156 0.016122 10.0.0.31 - - [2024-10-31 02:26:59] "POST /useragent-kv HTTP/1.1" 200 115 0.007087 10.0.0.31 - - [2024-10-31 02:26:59] "POST /neutron/subnet HTTP/1.1" 200 729 0.214258 10.0.0.31 - - [2024-10-31 02:26:59] "DELETE /project/74913a0984664309985f3618714deab4 HTTP/1.1" 404 173 0.027746 10.0.0.31 - - [2024-10-31 02:26:59] "DELETE /project/8423be2d3dc748d9b1356a643197f927 HTTP/1.1" 404 173 0.020403 10.0.0.31 - - [2024-10-31 02:26:59] "DELETE /project/5c12cce75aec4a068f4ff1c03d4977cb HTTP/1.1" 404 173 0.017084 10.0.0.31 - - [2024-10-31 02:26:59] "GET /projects?obj_uuids=5c12cce7-5aec-4a06-8f4f-f1c03d4977cb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002190 10.0.0.31 - - [2024-10-31 02:26:59] "GET /projects?obj_uuids=74913a09-8466-4309-985f-3618714deab4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001337 10.0.0.31 - - [2024-10-31 02:26:59] "GET /projects?obj_uuids=f04b4072-8b9b-49b8-a5d7-0cf6540ba287&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001964 10.0.0.31 - - [2024-10-31 02:26:59] "GET /project/74913a09-8466-4309-985f-3618714deab4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.089659 10.0.0.31 - - [2024-10-31 02:26:59] "GET /project/5c12cce7-5aec-4a06-8f4f-f1c03d4977cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.107546 10.0.0.31 - - [2024-10-31 02:26:59] "GET /project/f04b4072-8b9b-49b8-a5d7-0cf6540ba287?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.113703 10.0.0.31 - - [2024-10-31 02:26:59] "GET /projects?obj_uuids=5c12cce7-5aec-4a06-8f4f-f1c03d4977cb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001598 10.0.0.31 - - [2024-10-31 02:26:59] "GET /projects?obj_uuids=74913a09-8466-4309-985f-3618714deab4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001148 10.0.0.31 - - [2024-10-31 02:26:59] "GET /projects?obj_uuids=f04b4072-8b9b-49b8-a5d7-0cf6540ba287&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001463 10.0.0.31 - - [2024-10-31 02:26:59] "GET /project/74913a09-8466-4309-985f-3618714deab4?fields=security_groups HTTP/1.1" 200 1372 0.079010 10.0.0.31 - - [2024-10-31 02:26:59] "GET /project/5c12cce7-5aec-4a06-8f4f-f1c03d4977cb?fields=security_groups HTTP/1.1" 200 1348 0.088664 10.0.0.31 - - [2024-10-31 02:26:59] "GET /project/f04b4072-8b9b-49b8-a5d7-0cf6540ba287?fields=security_groups HTTP/1.1" 200 1400 0.097957 10.0.0.31 - - [2024-10-31 02:26:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.012845 10.0.0.31 - - [2024-10-31 02:26:59] "GET /virtual-network/fb23340b-598a-4613-b66b-65629bc0e03e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.015817 10.0.0.31 - - [2024-10-31 02:26:59] "POST /useragent-kv HTTP/1.1" 200 115 0.007535 10.0.0.31 - - [2024-10-31 02:26:59] "POST /neutron/subnet HTTP/1.1" 200 828 0.443630 10.0.0.31 - - [2024-10-31 02:27:00] "POST /neutron/network HTTP/1.1" 200 1007 0.026888 10.0.0.31 - - [2024-10-31 02:27:00] "POST /id-to-fqname HTTP/1.1" 200 228 0.001339 10.0.0.31 - - [2024-10-31 02:27:00] "DELETE /security-group/adb8a550-a93a-43c0-9c13-d84dd3dae6b1 HTTP/1.1" 200 115 0.129554 10.0.0.31 - - [2024-10-31 02:27:00] "GET /virtual-network/8adf3bc2-a29c-4896-92cf-c643618fce8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.021634 10.0.0.31 - - [2024-10-31 02:27:00] "GET /projects?obj_uuids=74913a09-8466-4309-985f-3618714deab4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001347 10.0.0.31 - - [2024-10-31 02:27:00] "DELETE /access-control-list/43c45041-9877-4fa3-8aec-6e45bf6067da HTTP/1.1" 200 115 0.081870 10.0.0.31 - - [2024-10-31 02:27:00] "DELETE /security-group/a489c5f5-63b9-4d18-8656-f20fe2efc60c HTTP/1.1" 200 115 0.136444 10.0.0.31 - - [2024-10-31 02:27:00] "DELETE /security-group/6e869cf6-9ecd-499b-b1eb-4b3b8135c7ef HTTP/1.1" 200 115 0.143758 10.0.0.31 - - [2024-10-31 02:27:00] "GET /projects?obj_uuids=5c12cce7-5aec-4a06-8f4f-f1c03d4977cb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002106 10.0.0.31 - - [2024-10-31 02:27:00] "GET /project/74913a09-8466-4309-985f-3618714deab4?fields=application_policy_sets HTTP/1.1" 200 1411 0.061760 10.0.0.31 - - [2024-10-31 02:27:00] "GET /projects?obj_uuids=f04b4072-8b9b-49b8-a5d7-0cf6540ba287&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001144 10.0.0.31 - - [2024-10-31 02:27:00] "POST /neutron/network HTTP/1.1" 200 1007 0.022589 10.0.0.31 - - [2024-10-31 02:27:00] "DELETE /access-control-list/3b59fa63-082f-407b-8681-e74389bf2ecd HTTP/1.1" 200 115 0.074392 10.0.0.31 - - [2024-10-31 02:27:00] "GET /virtual-network/8adf3bc2-a29c-4896-92cf-c643618fce8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.010431 10.0.0.31 - - [2024-10-31 02:27:00] "GET /project/f04b4072-8b9b-49b8-a5d7-0cf6540ba287?fields=application_policy_sets HTTP/1.1" 200 1439 0.098561 10.0.0.31 - - [2024-10-31 02:27:00] "GET /project/5c12cce7-5aec-4a06-8f4f-f1c03d4977cb?fields=application_policy_sets HTTP/1.1" 200 1387 0.134867 10.0.0.31 - - [2024-10-31 02:27:00] "POST /neutron/network HTTP/1.1" 200 1007 0.048419 10.0.0.31 - - [2024-10-31 02:27:00] "DELETE /access-control-list/0979003a-8428-47d8-9517-6ed3da6c068e HTTP/1.1" 200 115 0.087538 10.0.0.31 - - [2024-10-31 02:27:00] "POST /neutron/subnet HTTP/1.1" 200 729 0.016087 10.0.0.31 - - [2024-10-31 02:27:00] "POST /neutron/subnet HTTP/1.1" 200 828 0.027035 10.0.0.31 - - [2024-10-31 02:27:00] "DELETE /access-control-list/6d87ac0d-d1f3-482e-ba49-ac4db233e858 HTTP/1.1" 200 115 0.061926 10.0.0.31 - - [2024-10-31 02:27:00] "POST /fqname-to-id HTTP/1.1" 404 234 0.015560 10.0.0.31 - - [2024-10-31 02:27:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.006536 10.0.0.31 - - [2024-10-31 02:27:00] "DELETE /project/74913a09-8466-4309-985f-3618714deab4 HTTP/1.1" 200 115 0.757604 10.0.0.31 - - [2024-10-31 02:27:00] "DELETE /access-control-list/35093475-c54b-418b-885d-086389d9a369 HTTP/1.1" 200 115 0.046602 10.0.0.31 - - [2024-10-31 02:27:00] "GET /projects?obj_uuids=8423be2d-3dc7-48d9-b135-6a643197f927&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001180 10.0.0.31 - - [2024-10-31 02:27:00] "DELETE /project/f04b4072-8b9b-49b8-a5d7-0cf6540ba287 HTTP/1.1" 200 115 0.785002 10.0.0.31 - - [2024-10-31 02:27:00] "DELETE /access-control-list/d155e9ce-e40e-4b9e-a694-c380bc550419 HTTP/1.1" 200 115 0.044622 10.0.0.31 - - [2024-10-31 02:27:00] "DELETE /project/5c12cce7-5aec-4a06-8f4f-f1c03d4977cb HTTP/1.1" 200 115 0.812727 10.0.0.31 - - [2024-10-31 02:27:00] "GET /project/8423be2d-3dc7-48d9-b135-6a643197f927?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.047188 10.0.0.31 - - [2024-10-31 02:27:00] "POST /network-policys HTTP/1.1" 200 577 0.064542 10.0.0.31 - - [2024-10-31 02:27:00] "GET /network-policy/164b8c8f-43d2-460e-ab05-e9b6e41d905d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.006454 10.0.0.31 - - [2024-10-31 02:27:00] "POST /neutron/network HTTP/1.1" 200 1006 0.008999 10.0.0.31 - - [2024-10-31 02:27:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.007697 10.0.0.31 - - [2024-10-31 02:27:00] "POST /fqname-to-id HTTP/1.1" 404 242 0.007587 10.0.0.31 - - [2024-10-31 02:27:00] "GET /virtual-network/fb23340b-598a-4613-b66b-65629bc0e03e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.014337 10.0.0.31 - - [2024-10-31 02:27:00] "POST /neutron/network HTTP/1.1" 200 1114 0.082140 10.0.0.31 - - [2024-10-31 02:27:00] "POST /access-control-lists HTTP/1.1" 200 596 0.083996 10.0.0.31 - - [2024-10-31 02:27:00] "POST /neutron/network HTTP/1.1" 200 1114 0.037684 10.0.0.31 - - [2024-10-31 02:27:00] "GET /virtual-network/8bb4c63b-0374-41b7-9f32-4dfd7c893fea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.010470 10.0.0.31 - - [2024-10-31 02:27:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003063 10.0.0.31 - - [2024-10-31 02:27:00] "GET /network-policy/164b8c8f-43d2-460e-ab05-e9b6e41d905d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.004761 10.0.0.31 - - [2024-10-31 02:27:00] "POST /neutron/network HTTP/1.1" 200 1007 0.010298 10.0.0.31 - - [2024-10-31 02:27:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.007156 10.0.0.31 - - [2024-10-31 02:27:01] "POST /fqname-to-id HTTP/1.1" 404 242 0.009276 10.0.0.31 - - [2024-10-31 02:27:01] "GET /virtual-network/fb23340b-598a-4613-b66b-65629bc0e03e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.014371 10.0.0.31 - - [2024-10-31 02:27:01] "POST /neutron/network HTTP/1.1" 200 1115 0.079904 10.0.0.31 - - [2024-10-31 02:27:01] "POST /access-control-lists HTTP/1.1" 200 596 0.079430 10.0.0.31 - - [2024-10-31 02:27:01] "POST /neutron/network HTTP/1.1" 200 1115 0.039594 10.0.0.31 - - [2024-10-31 02:27:01] "GET /virtual-network/8adf3bc2-a29c-4896-92cf-c643618fce8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.012594 10.0.0.31 - - [2024-10-31 02:27:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.31 - - [2024-10-31 02:27:01] "POST /ref-update HTTP/1.1" 200 156 0.011876 10.0.0.31 - - [2024-10-31 02:27:01] "GET /network-policy/164b8c8f-43d2-460e-ab05-e9b6e41d905d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.004373 10.0.0.31 - - [2024-10-31 02:27:01] "GET /domains HTTP/1.1" 401 292 0.000528 10.0.0.31 - - [2024-10-31 02:27:01] "PUT /access-control-list/7a851d97-e0d7-469b-8c0e-d09ed1b5e3a6 HTTP/1.1" 200 272 0.053716 10.0.0.31 - - [2024-10-31 02:27:01] "GET /domains HTTP/1.1" 200 280 0.045242 10.0.0.31 - - [2024-10-31 02:27:01] "GET /domains?obj_uuids=a22851d8-7bef-4903-956c-5949b718f81e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001798 10.0.0.31 - - [2024-10-31 02:27:01] "GET /domain/a22851d8-7bef-4903-956c-5949b718f81e HTTP/1.1" 200 2582 0.012597 10.0.0.31 - - [2024-10-31 02:27:01] "GET /projects?obj_uuids=8423be2d-3dc7-48d9-b135-6a643197f927&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001359 10.0.0.31 - - [2024-10-31 02:27:01] "GET /project/8423be2d-3dc7-48d9-b135-6a643197f927 HTTP/1.1" 200 2625 0.084680 10.0.0.31 - - [2024-10-31 02:27:01] "GET /virtual-network/8bb4c63b-0374-41b7-9f32-4dfd7c893fea HTTP/1.1" 200 3506 0.011562 10.0.0.31 - - [2024-10-31 02:27:01] "GET /virtual-network/8bb4c63b-0374-41b7-9f32-4dfd7c893fea HTTP/1.1" 200 3506 0.011178 10.0.0.31 - - [2024-10-31 02:27:01] "GET /routing-instance/69539f2b-1f2b-42ad-9169-c27e04fbd7ff HTTP/1.1" 200 1795 0.005423 10.0.0.31 - - [2024-10-31 02:27:01] "GET /routing-instance/69539f2b-1f2b-42ad-9169-c27e04fbd7ff HTTP/1.1" 200 1795 0.005629 10.0.0.31 - - [2024-10-31 02:27:01] "GET /route-target/c32cb2f2-cdf2-400d-8b2b-46b412e35ef4 HTTP/1.1" 200 1213 0.005027 10.0.0.31 - - [2024-10-31 02:27:01] "GET /virtual-network/8bb4c63b-0374-41b7-9f32-4dfd7c893fea HTTP/1.1" 200 3506 0.008949 10.0.0.31 - - [2024-10-31 02:27:01] "GET /routing-instance/69539f2b-1f2b-42ad-9169-c27e04fbd7ff HTTP/1.1" 200 1795 0.005288 10.0.0.31 - - [2024-10-31 02:27:01] "GET /virtual-network/8bb4c63b-0374-41b7-9f32-4dfd7c893fea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.010087 10.0.0.31 - - [2024-10-31 02:27:01] "GET /virtual-network/8bb4c63b-0374-41b7-9f32-4dfd7c893fea HTTP/1.1" 200 3506 0.010043 10.0.0.31 - - [2024-10-31 02:27:01] "GET /routing-instance/69539f2b-1f2b-42ad-9169-c27e04fbd7ff HTTP/1.1" 200 1795 0.004946 10.0.0.31 - - [2024-10-31 02:27:01] "GET /routing-instance/69539f2b-1f2b-42ad-9169-c27e04fbd7ff HTTP/1.1" 200 1795 0.004657 10.0.0.31 - - [2024-10-31 02:27:01] "GET /route-target/c32cb2f2-cdf2-400d-8b2b-46b412e35ef4 HTTP/1.1" 200 1213 0.004755 10.0.0.31 - - [2024-10-31 02:27:01] "GET /domains HTTP/1.1" 200 280 0.003502 10.0.0.31 - - [2024-10-31 02:27:01] "GET /domains?obj_uuids=a22851d8-7bef-4903-956c-5949b718f81e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001394 10.0.0.31 - - [2024-10-31 02:27:01] "GET /domain/a22851d8-7bef-4903-956c-5949b718f81e HTTP/1.1" 200 2582 0.010119 10.0.0.31 - - [2024-10-31 02:27:01] "GET /projects?obj_uuids=8423be2d-3dc7-48d9-b135-6a643197f927&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001673 10.0.0.31 - - [2024-10-31 02:27:01] "GET /project/8423be2d-3dc7-48d9-b135-6a643197f927 HTTP/1.1" 200 2625 0.084190 10.0.0.31 - - [2024-10-31 02:27:01] "GET /virtual-network/8bb4c63b-0374-41b7-9f32-4dfd7c893fea HTTP/1.1" 200 3506 0.010180 10.0.0.31 - - [2024-10-31 02:27:02] "GET /obj-perms HTTP/1.1" 200 5046 0.059854 10.0.0.31 - - [2024-10-31 02:27:02] "GET /domains HTTP/1.1" 200 280 0.003216 10.0.0.31 - - [2024-10-31 02:27:02] "GET /domains?obj_uuids=a22851d8-7bef-4903-956c-5949b718f81e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001800 10.0.0.31 - - [2024-10-31 02:27:02] "GET /domain/a22851d8-7bef-4903-956c-5949b718f81e HTTP/1.1" 200 2582 0.010297 10.0.0.31 - - [2024-10-31 02:27:02] "GET /projects?obj_uuids=8423be2d-3dc7-48d9-b135-6a643197f927&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001314 10.0.0.31 - - [2024-10-31 02:27:02] "GET /project/8423be2d-3dc7-48d9-b135-6a643197f927 HTTP/1.1" 200 2625 0.084396 10.0.0.31 - - [2024-10-31 02:27:02] "GET /virtual-network/8adf3bc2-a29c-4896-92cf-c643618fce8f HTTP/1.1" 200 3509 0.012387 10.0.0.31 - - [2024-10-31 02:27:02] "GET /virtual-network/8adf3bc2-a29c-4896-92cf-c643618fce8f HTTP/1.1" 200 3509 0.008844 10.0.0.31 - - [2024-10-31 02:27:02] "GET /routing-instance/3d182df8-125e-43fa-9546-ecdc4083364b HTTP/1.1" 200 1795 0.005743 10.0.0.31 - - [2024-10-31 02:27:02] "GET /routing-instance/3d182df8-125e-43fa-9546-ecdc4083364b HTTP/1.1" 200 1795 0.004745 10.0.0.31 - - [2024-10-31 02:27:02] "GET /route-target/be20c6c2-e3aa-49c1-bdf4-1bde4e593f2b HTTP/1.1" 200 1213 0.004391 10.0.0.31 - - [2024-10-31 02:27:02] "GET /virtual-network/8adf3bc2-a29c-4896-92cf-c643618fce8f HTTP/1.1" 200 3509 0.009271 10.0.0.31 - - [2024-10-31 02:27:02] "GET /routing-instance/3d182df8-125e-43fa-9546-ecdc4083364b HTTP/1.1" 200 1795 0.004992 10.0.0.31 - - [2024-10-31 02:27:02] "GET /virtual-network/8adf3bc2-a29c-4896-92cf-c643618fce8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.009969 10.0.0.31 - - [2024-10-31 02:27:02] "GET /virtual-network/8adf3bc2-a29c-4896-92cf-c643618fce8f HTTP/1.1" 200 3509 0.009351 10.0.0.31 - - [2024-10-31 02:27:02] "GET /routing-instance/3d182df8-125e-43fa-9546-ecdc4083364b HTTP/1.1" 200 1795 0.005299 10.0.0.31 - - [2024-10-31 02:27:02] "GET /routing-instance/3d182df8-125e-43fa-9546-ecdc4083364b HTTP/1.1" 200 1795 0.005319 10.0.0.31 - - [2024-10-31 02:27:02] "GET /route-target/be20c6c2-e3aa-49c1-bdf4-1bde4e593f2b HTTP/1.1" 200 1213 0.006080 10.0.0.31 - - [2024-10-31 02:27:02] "GET /domains HTTP/1.1" 200 280 0.003199 10.0.0.31 - - [2024-10-31 02:27:02] "GET /domains?obj_uuids=a22851d8-7bef-4903-956c-5949b718f81e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001295 10.0.0.31 - - [2024-10-31 02:27:02] "GET /domain/a22851d8-7bef-4903-956c-5949b718f81e HTTP/1.1" 200 2582 0.010181 10.0.0.31 - - [2024-10-31 02:27:02] "GET /projects?obj_uuids=8423be2d-3dc7-48d9-b135-6a643197f927&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001362 10.0.0.31 - - [2024-10-31 02:27:02] "GET /project/8423be2d-3dc7-48d9-b135-6a643197f927 HTTP/1.1" 200 2625 0.083993 10.0.0.31 - - [2024-10-31 02:27:02] "GET /virtual-network/8adf3bc2-a29c-4896-92cf-c643618fce8f HTTP/1.1" 200 3509 0.009319 10.0.0.31 - - [2024-10-31 02:27:02] "GET /obj-perms HTTP/1.1" 200 5046 0.003773 10.0.0.31 - - [2024-10-31 02:27:02] "GET /virtual-network/8adf3bc2-a29c-4896-92cf-c643618fce8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.009964 10.0.0.31 - - [2024-10-31 02:27:02] "POST /neutron/network HTTP/1.1" 200 1115 0.009831 10.0.0.31 - - [2024-10-31 02:27:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.008626 10.0.0.31 - - [2024-10-31 02:27:02] "GET /virtual-network/fb23340b-598a-4613-b66b-65629bc0e03e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.010022 10.0.0.31 - - [2024-10-31 02:27:02] "POST /neutron/network HTTP/1.1" 200 1007 0.068234 10.0.0.31 - - [2024-10-31 02:27:02] "DELETE /access-control-list/cf6c2d1d-f5b8-4a9c-bf15-c6697c518b75 HTTP/1.1" 200 115 0.050875 10.0.0.31 - - [2024-10-31 02:27:02] "POST /neutron/network HTTP/1.1" 200 1007 0.013238 10.0.0.31 - - [2024-10-31 02:27:02] "GET /virtual-network/8adf3bc2-a29c-4896-92cf-c643618fce8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.010010 10.0.0.31 - - [2024-10-31 02:27:02] "POST /ref-update HTTP/1.1" 200 156 0.025707 10.0.0.31 - - [2024-10-31 02:27:02] "GET /virtual-network/8bb4c63b-0374-41b7-9f32-4dfd7c893fea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.011091 10.0.0.31 - - [2024-10-31 02:27:03] "POST /neutron/network HTTP/1.1" 200 1114 0.011547 10.0.0.31 - - [2024-10-31 02:27:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006731 10.0.0.31 - - [2024-10-31 02:27:03] "GET /virtual-network/fb23340b-598a-4613-b66b-65629bc0e03e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.023894 10.0.0.31 - - [2024-10-31 02:27:03] "POST /neutron/network HTTP/1.1" 200 1006 0.096333 10.0.0.31 - - [2024-10-31 02:27:03] "DELETE /access-control-list/7a851d97-e0d7-469b-8c0e-d09ed1b5e3a6 HTTP/1.1" 200 115 0.053924 10.0.0.31 - - [2024-10-31 02:27:03] "POST /neutron/network HTTP/1.1" 200 1006 0.008776 10.0.0.31 - - [2024-10-31 02:27:03] "POST /ref-update HTTP/1.1" 200 156 0.017090 10.0.0.31 - - [2024-10-31 02:27:03] "GET /virtual-network/8bb4c63b-0374-41b7-9f32-4dfd7c893fea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.017220 10.0.0.31 - - [2024-10-31 02:27:03] "DELETE /network-policy/164b8c8f-43d2-460e-ab05-e9b6e41d905d HTTP/1.1" 200 115 0.023527 10.0.0.31 - - [2024-10-31 02:27:03] "POST /neutron/network HTTP/1.1" 200 1007 0.010273 10.0.0.31 - - [2024-10-31 02:27:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005046 10.0.0.31 - - [2024-10-31 02:27:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002003 10.0.0.31 - - [2024-10-31 02:27:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002652 10.0.0.31 - - [2024-10-31 02:27:03] "POST /useragent-kv HTTP/1.1" 200 115 0.001957 10.0.0.31 - - [2024-10-31 02:27:03] "POST /useragent-kv HTTP/1.1" 200 115 0.001961 10.0.0.31 - - [2024-10-31 02:27:03] "POST /neutron/network HTTP/1.1" 200 151 0.116491 10.0.0.31 - - [2024-10-31 02:27:03] "DELETE /route-target/be20c6c2-e3aa-49c1-bdf4-1bde4e593f2b HTTP/1.1" 200 115 0.043854 10.0.0.31 - - [2024-10-31 02:27:03] "GET /routing-instance/3d182df8-125e-43fa-9546-ecdc4083364b HTTP/1.1" 404 171 0.002670 10.0.0.31 - - [2024-10-31 02:27:03] "GET /domains HTTP/1.1" 200 280 0.002971 10.0.0.31 - - [2024-10-31 02:27:03] "GET /domains?obj_uuids=a22851d8-7bef-4903-956c-5949b718f81e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001163 10.0.0.31 - - [2024-10-31 02:27:03] "GET /domain/a22851d8-7bef-4903-956c-5949b718f81e HTTP/1.1" 200 2582 0.052072 10.0.0.31 - - [2024-10-31 02:27:03] "GET /projects?obj_uuids=8423be2d-3dc7-48d9-b135-6a643197f927&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001484 10.0.0.31 - - [2024-10-31 02:27:03] "GET /project/8423be2d-3dc7-48d9-b135-6a643197f927 HTTP/1.1" 200 2145 0.078752 10.0.0.31 - - [2024-10-31 02:27:03] "POST /neutron/network HTTP/1.1" 200 1006 0.008755 10.0.0.31 - - [2024-10-31 02:27:03] "POST /useragent-kv HTTP/1.1" 200 115 0.001527 10.0.0.31 - - [2024-10-31 02:27:03] "POST /useragent-kv HTTP/1.1" 200 115 0.001612 10.0.0.31 - - [2024-10-31 02:27:03] "POST /useragent-kv HTTP/1.1" 200 115 0.001511 10.0.0.31 - - [2024-10-31 02:27:03] "POST /useragent-kv HTTP/1.1" 200 115 0.001449 10.0.0.31 - - [2024-10-31 02:27:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.31 - - [2024-10-31 02:27:03] "POST /neutron/network HTTP/1.1" 200 151 0.094910 10.0.0.31 - - [2024-10-31 02:27:03] "GET /routing-instance/69539f2b-1f2b-42ad-9169-c27e04fbd7ff HTTP/1.1" 404 171 0.003750 10.0.0.31 - - [2024-10-31 02:27:03] "GET /domains HTTP/1.1" 200 280 0.004524 10.0.0.31 - - [2024-10-31 02:27:03] "DELETE /route-target/c32cb2f2-cdf2-400d-8b2b-46b412e35ef4 HTTP/1.1" 200 115 0.024425 10.0.0.31 - - [2024-10-31 02:27:03] "GET /domains?obj_uuids=a22851d8-7bef-4903-956c-5949b718f81e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002317 10.0.0.31 - - [2024-10-31 02:27:03] "GET /domain/a22851d8-7bef-4903-956c-5949b718f81e HTTP/1.1" 200 2582 0.054010 10.0.0.31 - - [2024-10-31 02:27:03] "GET /projects?obj_uuids=8423be2d-3dc7-48d9-b135-6a643197f927&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001750 10.0.0.31 - - [2024-10-31 02:27:03] "GET /project/8423be2d-3dc7-48d9-b135-6a643197f927 HTTP/1.1" 200 1900 0.081708 10.0.0.31 - - [2024-10-31 02:27:04] "GET /projects?obj_uuids=8423be2d-3dc7-48d9-b135-6a643197f927&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001958 10.0.0.31 - - [2024-10-31 02:27:04] "GET /project/8423be2d-3dc7-48d9-b135-6a643197f927?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.051879 10.0.0.31 - - [2024-10-31 02:27:04] "GET /projects?obj_uuids=8423be2d-3dc7-48d9-b135-6a643197f927&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002267 10.0.0.31 - - [2024-10-31 02:27:04] "GET /project/8423be2d-3dc7-48d9-b135-6a643197f927?fields=virtual_networks HTTP/1.1" 200 1048 0.057152 10.0.0.31 - - [2024-10-31 02:27:04] "GET /projects?obj_uuids=8423be2d-3dc7-48d9-b135-6a643197f927&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001899 10.0.0.31 - - [2024-10-31 02:27:04] "GET /project/8423be2d-3dc7-48d9-b135-6a643197f927?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.051163 10.0.0.31 - - [2024-10-31 02:27:04] "GET /projects?obj_uuids=8423be2d-3dc7-48d9-b135-6a643197f927&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001787 10.0.0.31 - - [2024-10-31 02:27:04] "GET /project/8423be2d-3dc7-48d9-b135-6a643197f927?fields=security_groups HTTP/1.1" 200 1282 0.056417 10.0.0.31 - - [2024-10-31 02:27:05] "POST /fqname-to-id HTTP/1.1" 404 190 0.030000 10.0.0.31 - - [2024-10-31 02:27:05] "GET /projects?obj_uuids=ea519837-aa42-4d53-9f0e-6024ac7e143a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003037 10.0.0.31 - - [2024-10-31 02:27:05] "GET /domains?obj_uuids=a22851d8-7bef-4903-956c-5949b718f81e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001417 10.0.0.31 - - [2024-10-31 02:27:05] "GET /domain/a22851d8-7bef-4903-956c-5949b718f81e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009990 10.0.0.31 - - [2024-10-31 02:27:05] "POST /id-to-fqname HTTP/1.1" 200 192 0.001757 10.0.0.31 - - [2024-10-31 02:27:05] "POST /fqname-to-id HTTP/1.1" 404 201 0.003774 10.0.0.31 - - [2024-10-31 02:27:05] "POST /security-groups HTTP/1.1" 200 593 0.067078 10.0.0.31 - - [2024-10-31 02:27:05] "POST /fqname-to-id HTTP/1.1" 404 236 0.003011 10.0.0.31 - - [2024-10-31 02:27:05] "POST /projects HTTP/1.1" 200 589 0.236534 10.0.0.31 - - [2024-10-31 02:27:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.310390 10.0.0.31 - - [2024-10-31 02:27:05] "POST /access-control-lists HTTP/1.1" 200 598 0.065002 10.0.0.31 - - [2024-10-31 02:27:05] "POST /fqname-to-id HTTP/1.1" 404 235 0.003061 10.0.0.31 - - [2024-10-31 02:27:05] "GET /project/ea519837-aa42-4d53-9f0e-6024ac7e143a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.462324 10.0.0.31 - - [2024-10-31 02:27:05] "POST /access-control-lists HTTP/1.1" 200 596 0.060297 10.0.0.31 - - [2024-10-31 02:27:06] "GET /obj-perms HTTP/1.1" 200 5056 0.073739 10.0.0.31 - - [2024-10-31 02:27:07] "GET /obj-perms HTTP/1.1" 200 5056 0.117014 10.0.0.31 - - [2024-10-31 02:27:07] "GET / HTTP/1.1" 200 35931 0.001775 10.0.0.31 - - [2024-10-31 02:27:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000503 10.0.0.31 - - [2024-10-31 02:27:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.067371 10.0.0.31 - - [2024-10-31 02:27:08] "GET /projects?obj_uuids=ea519837-aa42-4d53-9f0e-6024ac7e143a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001679 10.0.0.31 - - [2024-10-31 02:27:08] "GET /project/ea519837-aa42-4d53-9f0e-6024ac7e143a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.039187 10.0.0.31 - - [2024-10-31 02:27:08] "POST /neutron/network HTTP/1.1" 200 117 0.033412 10.0.0.31 - - [2024-10-31 02:27:08] "GET /projects?obj_uuids=ea519837-aa42-4d53-9f0e-6024ac7e143a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001337 10.0.0.31 - - [2024-10-31 02:27:08] "POST /neutron/network HTTP/1.1" 200 607 0.075271 10.0.0.31 - - [2024-10-31 02:27:08] "POST /route-targets HTTP/1.1" 200 327 0.013638 10.0.0.31 - - [2024-10-31 02:27:08] "POST /ref-update HTTP/1.1" 200 156 0.018227 10.0.0.31 - - [2024-10-31 02:27:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003377 10.0.0.31 - - [2024-10-31 02:27:09] "POST /neutron/subnet HTTP/1.1" 200 725 0.189638 10.0.0.31 - - [2024-10-31 02:27:09] "POST /neutron/network HTTP/1.1" 200 826 0.006617 10.0.0.31 - - [2024-10-31 02:27:09] "POST /id-to-fqname HTTP/1.1" 200 222 0.001512 10.0.0.31 - - [2024-10-31 02:27:09] "GET /virtual-network/7a7c84e9-97a0-475c-a596-deaa61dc2a88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.009706 10.0.0.31 - - [2024-10-31 02:27:09] "POST /neutron/network HTTP/1.1" 200 826 0.006541 10.0.0.31 - - [2024-10-31 02:27:09] "GET /virtual-network/7a7c84e9-97a0-475c-a596-deaa61dc2a88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.009216 10.0.0.31 - - [2024-10-31 02:27:09] "POST /neutron/network HTTP/1.1" 200 826 0.006036 10.0.0.31 - - [2024-10-31 02:27:09] "POST /neutron/subnet HTTP/1.1" 200 725 0.007462 10.0.0.31 - - [2024-10-31 02:27:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002886 10.0.0.31 - - [2024-10-31 02:27:09] "GET /projects?obj_uuids=ea519837-aa42-4d53-9f0e-6024ac7e143a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001193 10.0.0.31 - - [2024-10-31 02:27:09] "GET /project/ea519837-aa42-4d53-9f0e-6024ac7e143a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.031795 10.0.0.31 - - [2024-10-31 02:27:09] "POST /neutron/network HTTP/1.1" 200 117 0.009306 10.0.0.31 - - [2024-10-31 02:27:09] "GET /projects?obj_uuids=ea519837-aa42-4d53-9f0e-6024ac7e143a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001318 10.0.0.31 - - [2024-10-31 02:27:09] "POST /neutron/network HTTP/1.1" 200 607 0.068851 10.0.0.31 - - [2024-10-31 02:27:09] "POST /route-targets HTTP/1.1" 200 327 0.012829 10.0.0.31 - - [2024-10-31 02:27:09] "POST /ref-update HTTP/1.1" 200 156 0.011436 10.0.0.31 - - [2024-10-31 02:27:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003113 10.0.0.31 - - [2024-10-31 02:27:09] "POST /neutron/subnet HTTP/1.1" 200 719 0.178929 10.0.0.31 - - [2024-10-31 02:27:09] "POST /neutron/network HTTP/1.1" 200 825 0.005629 10.0.0.31 - - [2024-10-31 02:27:09] "POST /id-to-fqname HTTP/1.1" 200 222 0.001276 10.0.0.31 - - [2024-10-31 02:27:09] "GET /virtual-network/11986ae4-8a2e-48a3-a481-47d66476e645?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008699 10.0.0.31 - - [2024-10-31 02:27:09] "POST /neutron/network HTTP/1.1" 200 825 0.005973 10.0.0.31 - - [2024-10-31 02:27:09] "GET /virtual-network/11986ae4-8a2e-48a3-a481-47d66476e645?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.009454 10.0.0.31 - - [2024-10-31 02:27:09] "POST /neutron/network HTTP/1.1" 200 825 0.006260 10.0.0.31 - - [2024-10-31 02:27:09] "POST /neutron/subnet HTTP/1.1" 200 719 0.009578 10.0.0.31 - - [2024-10-31 02:27:09] "POST /fqname-to-id HTTP/1.1" 404 228 0.003174 10.0.0.31 - - [2024-10-31 02:27:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.31 - - [2024-10-31 02:27:09] "GET /projects?obj_uuids=ea519837-aa42-4d53-9f0e-6024ac7e143a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001292 10.0.0.31 - - [2024-10-31 02:27:09] "GET /project/ea519837-aa42-4d53-9f0e-6024ac7e143a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.037265 10.0.0.31 - - [2024-10-31 02:27:10] "POST /network-policys HTTP/1.1" 200 571 0.018414 10.0.0.31 - - [2024-10-31 02:27:10] "GET /network-policy/c036eef5-1f03-4b8c-995d-c717c5f6a7fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.005512 10.0.0.31 - - [2024-10-31 02:27:10] "POST /neutron/network HTTP/1.1" 200 826 0.006687 10.0.0.31 - - [2024-10-31 02:27:10] "POST /fqname-to-id HTTP/1.1" 404 236 0.006159 10.0.0.31 - - [2024-10-31 02:27:10] "POST /neutron/network HTTP/1.1" 200 928 0.047055 10.0.0.31 - - [2024-10-31 02:27:10] "POST /neutron/network HTTP/1.1" 200 928 0.045524 10.0.0.31 - - [2024-10-31 02:27:10] "POST /access-control-lists HTTP/1.1" 200 590 0.070737 10.0.0.31 - - [2024-10-31 02:27:10] "GET /virtual-network/7a7c84e9-97a0-475c-a596-deaa61dc2a88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.009052 10.0.0.31 - - [2024-10-31 02:27:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002795 10.0.0.31 - - [2024-10-31 02:27:10] "GET /network-policy/c036eef5-1f03-4b8c-995d-c717c5f6a7fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.004785 10.0.0.31 - - [2024-10-31 02:27:10] "POST /neutron/network HTTP/1.1" 200 825 0.006348 10.0.0.31 - - [2024-10-31 02:27:10] "POST /neutron/network HTTP/1.1" 200 927 0.089803 10.0.0.31 - - [2024-10-31 02:27:10] "PUT /access-control-list/f8aa9d47-4f39-4723-957e-9aa939da4d1a HTTP/1.1" 200 272 0.060766 10.0.0.31 - - [2024-10-31 02:27:10] "POST /fqname-to-id HTTP/1.1" 404 236 0.003056 10.0.0.31 - - [2024-10-31 02:27:10] "POST /neutron/network HTTP/1.1" 200 927 0.007016 10.0.0.31 - - [2024-10-31 02:27:10] "GET /virtual-network/11986ae4-8a2e-48a3-a481-47d66476e645?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.009537 10.0.0.31 - - [2024-10-31 02:27:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002890 10.0.0.31 - - [2024-10-31 02:27:10] "GET /network-policy/c036eef5-1f03-4b8c-995d-c717c5f6a7fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.025388 10.0.0.31 - - [2024-10-31 02:27:10] "POST /access-control-lists HTTP/1.1" 200 590 0.062847 10.0.0.31 - - [2024-10-31 02:27:10] "GET /domains HTTP/1.1" 401 292 0.000508 10.0.0.31 - - [2024-10-31 02:27:10] "POST /ref-update HTTP/1.1" 200 156 0.011087 10.0.0.31 - - [2024-10-31 02:27:10] "GET /domains HTTP/1.1" 200 280 0.027195 10.0.0.31 - - [2024-10-31 02:27:10] "GET /domains?obj_uuids=a22851d8-7bef-4903-956c-5949b718f81e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001572 10.0.0.31 - - [2024-10-31 02:27:10] "GET /domain/a22851d8-7bef-4903-956c-5949b718f81e HTTP/1.1" 200 2770 0.010286 10.0.0.31 - - [2024-10-31 02:27:11] "GET /projects?obj_uuids=ea519837-aa42-4d53-9f0e-6024ac7e143a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001842 10.0.0.31 - - [2024-10-31 02:27:11] "GET /project/ea519837-aa42-4d53-9f0e-6024ac7e143a HTTP/1.1" 200 2572 0.081726 10.0.0.31 - - [2024-10-31 02:27:11] "GET /virtual-network/7a7c84e9-97a0-475c-a596-deaa61dc2a88 HTTP/1.1" 200 2891 0.009814 10.0.0.31 - - [2024-10-31 02:27:11] "GET /virtual-network/7a7c84e9-97a0-475c-a596-deaa61dc2a88 HTTP/1.1" 200 2891 0.008780 10.0.0.31 - - [2024-10-31 02:27:11] "GET /routing-instance/879c693c-eac7-44fc-90c6-ad41e46a9ff8 HTTP/1.1" 200 1783 0.005161 10.0.0.31 - - [2024-10-31 02:27:11] "GET /routing-instance/879c693c-eac7-44fc-90c6-ad41e46a9ff8 HTTP/1.1" 200 1783 0.004946 10.0.0.31 - - [2024-10-31 02:27:11] "GET /route-target/1745adfe-2505-478a-a059-96d4792765fa HTTP/1.1" 200 1206 0.004545 10.0.0.31 - - [2024-10-31 02:27:11] "GET /virtual-network/7a7c84e9-97a0-475c-a596-deaa61dc2a88 HTTP/1.1" 200 2891 0.008390 10.0.0.31 - - [2024-10-31 02:27:11] "GET /routing-instance/879c693c-eac7-44fc-90c6-ad41e46a9ff8 HTTP/1.1" 200 1783 0.004763 10.0.0.31 - - [2024-10-31 02:27:11] "GET /virtual-network/7a7c84e9-97a0-475c-a596-deaa61dc2a88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.009284 10.0.0.31 - - [2024-10-31 02:27:11] "GET /virtual-network/7a7c84e9-97a0-475c-a596-deaa61dc2a88 HTTP/1.1" 200 2891 0.009372 10.0.0.31 - - [2024-10-31 02:27:11] "GET /routing-instance/879c693c-eac7-44fc-90c6-ad41e46a9ff8 HTTP/1.1" 200 1783 0.004769 10.0.0.31 - - [2024-10-31 02:27:11] "GET /routing-instance/879c693c-eac7-44fc-90c6-ad41e46a9ff8 HTTP/1.1" 200 1783 0.004451 10.0.0.31 - - [2024-10-31 02:27:11] "GET /route-target/1745adfe-2505-478a-a059-96d4792765fa HTTP/1.1" 200 1206 0.004004 10.0.0.31 - - [2024-10-31 02:27:11] "GET /domains HTTP/1.1" 200 280 0.002899 10.0.0.31 - - [2024-10-31 02:27:11] "GET /domains?obj_uuids=a22851d8-7bef-4903-956c-5949b718f81e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001288 10.0.0.31 - - [2024-10-31 02:27:11] "GET /domain/a22851d8-7bef-4903-956c-5949b718f81e HTTP/1.1" 200 2770 0.008801 10.0.0.31 - - [2024-10-31 02:27:11] "GET /projects?obj_uuids=ea519837-aa42-4d53-9f0e-6024ac7e143a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001693 10.0.0.31 - - [2024-10-31 02:27:11] "GET /project/ea519837-aa42-4d53-9f0e-6024ac7e143a HTTP/1.1" 200 2572 0.075763 10.0.0.31 - - [2024-10-31 02:27:11] "GET /virtual-network/7a7c84e9-97a0-475c-a596-deaa61dc2a88 HTTP/1.1" 200 2891 0.008636 10.0.0.31 - - [2024-10-31 02:27:11] "GET /obj-perms HTTP/1.1" 200 5034 0.053005 10.0.0.31 - - [2024-10-31 02:27:11] "GET /domains HTTP/1.1" 200 280 0.003044 10.0.0.31 - - [2024-10-31 02:27:11] "GET /domains?obj_uuids=a22851d8-7bef-4903-956c-5949b718f81e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001263 10.0.0.31 - - [2024-10-31 02:27:11] "GET /domain/a22851d8-7bef-4903-956c-5949b718f81e HTTP/1.1" 200 2770 0.008815 10.0.0.31 - - [2024-10-31 02:27:11] "GET /projects?obj_uuids=ea519837-aa42-4d53-9f0e-6024ac7e143a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001659 10.0.0.31 - - [2024-10-31 02:27:11] "GET /project/ea519837-aa42-4d53-9f0e-6024ac7e143a HTTP/1.1" 200 2572 0.078477 10.0.0.31 - - [2024-10-31 02:27:11] "GET /virtual-network/11986ae4-8a2e-48a3-a481-47d66476e645 HTTP/1.1" 200 2888 0.011580 10.0.0.31 - - [2024-10-31 02:27:11] "GET /virtual-network/11986ae4-8a2e-48a3-a481-47d66476e645 HTTP/1.1" 200 2888 0.008455 10.0.0.31 - - [2024-10-31 02:27:11] "GET /routing-instance/52002948-02c2-4889-ad46-ce68ed357dee HTTP/1.1" 200 1783 0.005028 10.0.0.31 - - [2024-10-31 02:27:11] "GET /routing-instance/52002948-02c2-4889-ad46-ce68ed357dee HTTP/1.1" 200 1783 0.004682 10.0.0.31 - - [2024-10-31 02:27:11] "GET /route-target/f8e8422d-489b-49ee-b96d-269436cc6e14 HTTP/1.1" 200 1207 0.003906 10.0.0.31 - - [2024-10-31 02:27:11] "GET /virtual-network/11986ae4-8a2e-48a3-a481-47d66476e645 HTTP/1.1" 200 2888 0.008653 10.0.0.31 - - [2024-10-31 02:27:11] "GET /routing-instance/52002948-02c2-4889-ad46-ce68ed357dee HTTP/1.1" 200 1783 0.004343 10.0.0.31 - - [2024-10-31 02:27:11] "GET /virtual-network/11986ae4-8a2e-48a3-a481-47d66476e645?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.009627 10.0.0.31 - - [2024-10-31 02:27:11] "GET /virtual-network/11986ae4-8a2e-48a3-a481-47d66476e645 HTTP/1.1" 200 2888 0.008735 10.0.0.31 - - [2024-10-31 02:27:11] "GET /routing-instance/52002948-02c2-4889-ad46-ce68ed357dee HTTP/1.1" 200 1783 0.004606 10.0.0.31 - - [2024-10-31 02:27:11] "GET /routing-instance/52002948-02c2-4889-ad46-ce68ed357dee HTTP/1.1" 200 1783 0.004685 10.0.0.31 - - [2024-10-31 02:27:11] "GET /route-target/f8e8422d-489b-49ee-b96d-269436cc6e14 HTTP/1.1" 200 1207 0.003912 10.0.0.31 - - [2024-10-31 02:27:12] "GET /domains HTTP/1.1" 200 280 0.002826 10.0.0.31 - - [2024-10-31 02:27:12] "GET /domains?obj_uuids=a22851d8-7bef-4903-956c-5949b718f81e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001173 10.0.0.31 - - [2024-10-31 02:27:12] "GET /domain/a22851d8-7bef-4903-956c-5949b718f81e HTTP/1.1" 200 2770 0.008315 10.0.0.31 - - [2024-10-31 02:27:12] "GET /projects?obj_uuids=ea519837-aa42-4d53-9f0e-6024ac7e143a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001083 10.0.0.31 - - [2024-10-31 02:27:12] "GET /project/ea519837-aa42-4d53-9f0e-6024ac7e143a HTTP/1.1" 200 2572 0.081115 10.0.0.31 - - [2024-10-31 02:27:12] "GET /virtual-network/11986ae4-8a2e-48a3-a481-47d66476e645 HTTP/1.1" 200 2888 0.008546 10.0.0.31 - - [2024-10-31 02:27:12] "GET /obj-perms HTTP/1.1" 200 5034 0.003565 10.0.0.31 - - [2024-10-31 02:27:12] "POST /id-to-fqname HTTP/1.1" 200 222 0.001546 10.0.0.31 - - [2024-10-31 02:27:12] "POST /neutron/network HTTP/1.1" 200 938 0.005930 10.0.0.31 - - [2024-10-31 02:27:12] "GET /aaa-mode HTTP/1.1" 401 292 0.000510 10.0.0.31 - - [2024-10-31 02:27:12] "GET / HTTP/1.1" 200 35931 0.002132 10.0.0.31 - - [2024-10-31 02:27:12] "GET /project/ea519837-aa42-4d53-9f0e-6024ac7e143a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000453 10.0.0.31 - - [2024-10-31 02:27:13] "GET /projects?obj_uuids=ea519837-aa42-4d53-9f0e-6024ac7e143a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001415 10.0.0.31 - - [2024-10-31 02:27:13] "GET /project/ea519837-aa42-4d53-9f0e-6024ac7e143a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.058052 10.0.0.31 - - [2024-10-31 02:27:13] "POST /neutron/network HTTP/1.1" 200 928 0.005826 10.0.0.31 - - [2024-10-31 02:27:13] "POST /neutron/port HTTP/1.1" 200 117 0.005153 10.0.0.31 - - [2024-10-31 02:27:13] "POST /neutron/port HTTP/1.1" 200 117 0.005079 10.0.0.31 - - [2024-10-31 02:27:13] "POST /id-to-fqname HTTP/1.1" 200 222 0.001419 10.0.0.31 - - [2024-10-31 02:27:13] "POST /neutron/port HTTP/1.1" 200 117 0.005817 10.0.0.31 - - [2024-10-31 02:27:13] "POST /neutron/network HTTP/1.1" 200 937 0.006916 10.0.0.31 - - [2024-10-31 02:27:13] "GET /aaa-mode HTTP/1.1" 401 292 0.000463 10.0.0.31 - - [2024-10-31 02:27:13] "POST /neutron/network HTTP/1.1" 200 938 0.006537 10.0.0.31 - - [2024-10-31 02:27:13] "GET /projects?obj_uuids=ea519837-aa42-4d53-9f0e-6024ac7e143a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001251 10.0.0.31 - - [2024-10-31 02:27:13] "GET / HTTP/1.1" 200 35931 0.002403 10.0.0.31 - - [2024-10-31 02:27:13] "GET /project/ea519837-aa42-4d53-9f0e-6024ac7e143a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000454 10.0.0.31 - - [2024-10-31 02:27:13] "POST /neutron/port HTTP/1.1" 200 1062 0.217708 10.0.0.31 - - [2024-10-31 02:27:13] "POST /neutron/port HTTP/1.1" 200 1062 0.011011 10.0.0.31 - - [2024-10-31 02:27:13] "POST /neutron/port HTTP/1.1" 200 1062 0.010051 10.0.0.31 - - [2024-10-31 02:27:13] "POST /neutron/port HTTP/1.1" 200 1116 0.072999 10.0.0.31 - - [2024-10-31 02:27:14] "POST /neutron/port HTTP/1.1" 200 1090 0.016980 10.0.0.31 - - [2024-10-31 02:27:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003770 10.0.0.31 - - [2024-10-31 02:27:14] "POST /neutron/subnet HTTP/1.1" 200 699 0.013570 10.0.0.31 - - [2024-10-31 02:27:14] "POST /neutron/port HTTP/1.1" 200 117 0.001343 10.0.0.31 - - [2024-10-31 02:27:14] "POST /neutron/network HTTP/1.1" 200 928 0.006523 10.0.0.31 - - [2024-10-31 02:27:14] "GET /projects?obj_uuids=ea519837-aa42-4d53-9f0e-6024ac7e143a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001656 10.0.0.31 - - [2024-10-31 02:27:14] "GET /project/ea519837-aa42-4d53-9f0e-6024ac7e143a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.062331 10.0.0.31 - - [2024-10-31 02:27:14] "POST /neutron/network HTTP/1.1" 200 927 0.005780 10.0.0.31 - - [2024-10-31 02:27:14] "POST /neutron/port HTTP/1.1" 200 1090 0.026952 10.0.0.31 - - [2024-10-31 02:27:14] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007044 10.0.0.31 - - [2024-10-31 02:27:14] "POST /neutron/port HTTP/1.1" 200 117 0.006664 10.0.0.31 - - [2024-10-31 02:27:14] "POST /neutron/port HTTP/1.1" 200 1090 0.022207 10.0.0.31 - - [2024-10-31 02:27:14] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007460 10.0.0.31 - - [2024-10-31 02:27:14] "POST /neutron/network HTTP/1.1" 200 937 0.006632 10.0.0.31 - - [2024-10-31 02:27:14] "GET /projects?obj_uuids=ea519837-aa42-4d53-9f0e-6024ac7e143a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001385 10.0.0.31 - - [2024-10-31 02:27:15] "PUT /access-control-list/9fd1cb92-6b14-4e4c-a7ae-1e57de1925c6 HTTP/1.1" 200 272 0.065875 10.0.0.31 - - [2024-10-31 02:27:15] "POST /neutron/port HTTP/1.1" 200 1061 0.381831 10.0.0.31 - - [2024-10-31 02:27:15] "POST /neutron/port HTTP/1.1" 200 1061 0.012595 10.0.0.31 - - [2024-10-31 02:27:15] "POST /neutron/port HTTP/1.1" 200 1061 0.010306 10.0.0.31 - - [2024-10-31 02:27:15] "POST /neutron/port HTTP/1.1" 200 1115 0.088476 10.0.0.31 - - [2024-10-31 02:27:15] "POST /neutron/port HTTP/1.1" 200 1089 0.016621 10.0.0.31 - - [2024-10-31 02:27:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003850 10.0.0.31 - - [2024-10-31 02:27:15] "POST /neutron/subnet HTTP/1.1" 200 693 0.012109 10.0.0.31 - - [2024-10-31 02:27:15] "POST /neutron/port HTTP/1.1" 200 117 0.001380 10.0.0.31 - - [2024-10-31 02:27:15] "POST /neutron/network HTTP/1.1" 200 927 0.008325 10.0.0.31 - - [2024-10-31 02:27:19] "POST /neutron/port HTTP/1.1" 200 1090 0.021936 10.0.0.31 - - [2024-10-31 02:27:19] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007153 10.0.0.31 - - [2024-10-31 02:27:19] "POST /neutron/port HTTP/1.1" 200 1090 0.019197 10.0.0.31 - - [2024-10-31 02:27:19] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006979 10.0.0.31 - - [2024-10-31 02:27:19] "POST /neutron/port HTTP/1.1" 200 1090 0.018255 10.0.0.31 - - [2024-10-31 02:27:19] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007459 10.0.0.31 - - [2024-10-31 02:27:19] "GET /virtual-machine/8bedd9a1-6439-4bdf-8db6-6e08723abdb3 HTTP/1.1" 200 1295 0.005878 10.0.0.31 - - [2024-10-31 02:27:19] "GET /virtual-machine-interface/dfc34810-320b-451b-b94f-d9f8d8b81631 HTTP/1.1" 200 2952 0.009193 10.0.0.31 - - [2024-10-31 02:27:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.31 - - [2024-10-31 02:27:19] "GET /global-vrouter-config/8e17715a-74ee-4834-8e99-7f7e9ccc0ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004401 10.0.0.31 - - [2024-10-31 02:27:20] "GET /virtual-networks?parent_id=ea519837-aa42-4d53-9f0e-6024ac7e143a&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003316 10.0.0.31 - - [2024-10-31 02:27:20] "GET /virtual-network/7a7c84e9-97a0-475c-a596-deaa61dc2a88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.009647 10.0.0.31 - - [2024-10-31 02:27:22] "POST /neutron/port HTTP/1.1" 200 1090 0.015965 10.0.0.31 - - [2024-10-31 02:27:22] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006138 10.0.0.31 - - [2024-10-31 02:27:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.31 - - [2024-10-31 02:27:23] "GET /virtual-network/7a7c84e9-97a0-475c-a596-deaa61dc2a88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.009582 10.0.0.31 - - [2024-10-31 02:27:24] "POST /neutron/port HTTP/1.1" 200 1089 0.016076 10.0.0.31 - - [2024-10-31 02:27:24] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005954 10.0.0.31 - - [2024-10-31 02:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005630 10.0.0.31 - - [2024-10-31 02:27:25] "GET /global-vrouter-config/8e17715a-74ee-4834-8e99-7f7e9ccc0ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003980 10.0.0.31 - - [2024-10-31 02:27:25] "GET /virtual-networks?parent_id=ea519837-aa42-4d53-9f0e-6024ac7e143a&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003967 10.0.0.31 - - [2024-10-31 02:27:25] "GET /virtual-network/7a7c84e9-97a0-475c-a596-deaa61dc2a88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.010273 10.0.0.31 - - [2024-10-31 02:27:25] "POST /neutron/port HTTP/1.1" 200 1089 0.018956 10.0.0.31 - - [2024-10-31 02:27:25] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007333 10.0.0.31 - - [2024-10-31 02:27:25] "POST /neutron/port HTTP/1.1" 200 1089 0.016874 10.0.0.31 - - [2024-10-31 02:27:25] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007026 10.0.0.31 - - [2024-10-31 02:27:25] "POST /neutron/port HTTP/1.1" 200 1089 0.018002 10.0.0.31 - - [2024-10-31 02:27:25] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007069 10.0.0.31 - - [2024-10-31 02:27:25] "GET /virtual-machine/1de417c3-50c5-4d72-ad90-87ac0497a380 HTTP/1.1" 200 1294 0.006206 10.0.0.31 - - [2024-10-31 02:27:25] "GET /virtual-machine-interface/a27b8005-634d-4a36-9f3f-1ace12b90a26 HTTP/1.1" 200 2952 0.008938 10.0.0.31 - - [2024-10-31 02:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.31 - - [2024-10-31 02:27:25] "GET /global-vrouter-config/8e17715a-74ee-4834-8e99-7f7e9ccc0ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004174 10.0.0.31 - - [2024-10-31 02:27:25] "GET /virtual-networks?parent_id=ea519837-aa42-4d53-9f0e-6024ac7e143a&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003281 10.0.0.31 - - [2024-10-31 02:27:26] "GET /virtual-network/11986ae4-8a2e-48a3-a481-47d66476e645?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.010166 10.0.0.31 - - [2024-10-31 02:27:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.31 - - [2024-10-31 02:27:27] "GET /global-vrouter-config/8e17715a-74ee-4834-8e99-7f7e9ccc0ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004192 10.0.0.31 - - [2024-10-31 02:27:27] "GET /virtual-networks?parent_id=ea519837-aa42-4d53-9f0e-6024ac7e143a&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003206 10.0.0.31 - - [2024-10-31 02:27:27] "GET /virtual-network/11986ae4-8a2e-48a3-a481-47d66476e645?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.009606 10.0.0.31 - - [2024-10-31 02:27:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.31 - - [2024-10-31 02:27:31] "GET /projects?obj_uuids=ea519837-aa42-4d53-9f0e-6024ac7e143a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001224 10.0.0.31 - - [2024-10-31 02:27:31] "GET /project/ea519837-aa42-4d53-9f0e-6024ac7e143a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.045137 10.0.0.31 - - [2024-10-31 02:27:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.31 - - [2024-10-31 02:27:31] "PUT /network-policy/c036eef5-1f03-4b8c-995d-c717c5f6a7fd HTTP/1.1" 200 262 0.011342 10.0.0.31 - - [2024-10-31 02:27:31] "PUT /access-control-list/f8aa9d47-4f39-4723-957e-9aa939da4d1a HTTP/1.1" 200 272 0.053628 10.0.0.31 - - [2024-10-31 02:27:31] "POST /ref-update HTTP/1.1" 200 156 0.013726 10.0.0.31 - - [2024-10-31 02:27:31] "PUT /access-control-list/9fd1cb92-6b14-4e4c-a7ae-1e57de1925c6 HTTP/1.1" 200 272 0.056609 10.0.0.31 - - [2024-10-31 02:27:32] "POST /ref-update HTTP/1.1" 200 156 0.023435 10.0.0.31 - - [2024-10-31 02:27:34] "GET /virtual-network/11986ae4-8a2e-48a3-a481-47d66476e645?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.009672 10.0.0.31 - - [2024-10-31 02:27:34] "POST /neutron/network HTTP/1.1" 200 927 0.006171 10.0.0.31 - - [2024-10-31 02:27:34] "POST /neutron/network HTTP/1.1" 200 825 0.058334 10.0.0.31 - - [2024-10-31 02:27:34] "DELETE /access-control-list/9fd1cb92-6b14-4e4c-a7ae-1e57de1925c6 HTTP/1.1" 200 115 0.037825 10.0.0.31 - - [2024-10-31 02:27:34] "POST /neutron/network HTTP/1.1" 200 825 0.008211 10.0.0.31 - - [2024-10-31 02:27:34] "GET /virtual-network/11986ae4-8a2e-48a3-a481-47d66476e645?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.010355 10.0.0.31 - - [2024-10-31 02:27:34] "GET /virtual-network/7a7c84e9-97a0-475c-a596-deaa61dc2a88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.009518 10.0.0.31 - - [2024-10-31 02:27:34] "POST /neutron/network HTTP/1.1" 200 928 0.006583 10.0.0.31 - - [2024-10-31 02:27:34] "POST /neutron/network HTTP/1.1" 200 826 0.069164 10.0.0.31 - - [2024-10-31 02:27:35] "DELETE /access-control-list/f8aa9d47-4f39-4723-957e-9aa939da4d1a HTTP/1.1" 200 115 0.055221 10.0.0.31 - - [2024-10-31 02:27:35] "POST /neutron/network HTTP/1.1" 200 826 0.012350 10.0.0.31 - - [2024-10-31 02:27:35] "GET /virtual-network/7a7c84e9-97a0-475c-a596-deaa61dc2a88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.009359 10.0.0.31 - - [2024-10-31 02:27:35] "DELETE /network-policy/c036eef5-1f03-4b8c-995d-c717c5f6a7fd HTTP/1.1" 200 115 0.022946 10.0.0.31 - - [2024-10-31 02:27:35] "POST /neutron/network HTTP/1.1" 200 825 0.006377 10.0.0.31 - - [2024-10-31 02:27:35] "POST /neutron/network HTTP/1.1" 400 204 0.015841 10.0.0.31 - - [2024-10-31 02:27:35] "POST /neutron/port HTTP/1.1" 200 1089 0.020582 10.0.0.31 - - [2024-10-31 02:27:35] "POST /neutron/port HTTP/1.1" 200 1115 0.016866 10.0.0.31 - - [2024-10-31 02:27:35] "POST /neutron/port HTTP/1.1" 200 1090 0.024320 10.0.0.31 - - [2024-10-31 02:27:35] "POST /neutron/port HTTP/1.1" 200 1116 0.009229 10.0.0.31 - - [2024-10-31 02:27:35] "POST /neutron/port HTTP/1.1" 200 151 0.123420 10.0.0.31 - - [2024-10-31 02:27:35] "POST /neutron/port HTTP/1.1" 200 151 0.126310 10.0.0.31 - - [2024-10-31 02:27:37] "POST /neutron/network HTTP/1.1" 200 825 0.006257 10.0.0.31 - - [2024-10-31 02:27:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002002 10.0.0.31 - - [2024-10-31 02:27:37] "POST /useragent-kv HTTP/1.1" 200 115 0.001101 10.0.0.31 - - [2024-10-31 02:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.006200 10.0.0.31 - - [2024-10-31 02:27:37] "POST /neutron/network HTTP/1.1" 200 151 0.081458 10.0.0.31 - - [2024-10-31 02:27:37] "GET /routing-instance/52002948-02c2-4889-ad46-ce68ed357dee HTTP/1.1" 404 171 0.002877 10.0.0.31 - - [2024-10-31 02:27:37] "GET /domains HTTP/1.1" 200 280 0.003641 10.0.0.31 - - [2024-10-31 02:27:37] "GET /domains?obj_uuids=a22851d8-7bef-4903-956c-5949b718f81e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001700 10.0.0.31 - - [2024-10-31 02:27:37] "DELETE /route-target/f8e8422d-489b-49ee-b96d-269436cc6e14 HTTP/1.1" 200 115 0.028980 10.0.0.31 - - [2024-10-31 02:27:37] "GET /domain/a22851d8-7bef-4903-956c-5949b718f81e HTTP/1.1" 200 2770 0.054122 10.0.0.31 - - [2024-10-31 02:27:37] "GET /projects?obj_uuids=ea519837-aa42-4d53-9f0e-6024ac7e143a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001902 10.0.0.31 - - [2024-10-31 02:27:37] "GET /project/ea519837-aa42-4d53-9f0e-6024ac7e143a HTTP/1.1" 200 2104 0.080475 10.0.0.31 - - [2024-10-31 02:27:37] "POST /neutron/network HTTP/1.1" 200 826 0.006351 10.0.0.31 - - [2024-10-31 02:27:37] "POST /useragent-kv HTTP/1.1" 200 115 0.004162 10.0.0.31 - - [2024-10-31 02:27:37] "POST /useragent-kv HTTP/1.1" 200 115 0.001755 10.0.0.31 - - [2024-10-31 02:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.007536 10.0.0.31 - - [2024-10-31 02:27:37] "POST /neutron/network HTTP/1.1" 200 151 0.092450 10.0.0.31 - - [2024-10-31 02:27:37] "GET /routing-instance/879c693c-eac7-44fc-90c6-ad41e46a9ff8 HTTP/1.1" 404 171 0.002295 10.0.0.31 - - [2024-10-31 02:27:37] "DELETE /route-target/1745adfe-2505-478a-a059-96d4792765fa HTTP/1.1" 200 115 0.018942 10.0.0.31 - - [2024-10-31 02:27:37] "GET /domains HTTP/1.1" 200 280 0.003351 10.0.0.31 - - [2024-10-31 02:27:37] "GET /domains?obj_uuids=a22851d8-7bef-4903-956c-5949b718f81e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001348 10.0.0.31 - - [2024-10-31 02:27:37] "GET /domain/a22851d8-7bef-4903-956c-5949b718f81e HTTP/1.1" 200 2770 0.052253 10.0.0.31 - - [2024-10-31 02:27:37] "GET /projects?obj_uuids=ea519837-aa42-4d53-9f0e-6024ac7e143a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002064 10.0.0.31 - - [2024-10-31 02:27:37] "GET /project/ea519837-aa42-4d53-9f0e-6024ac7e143a HTTP/1.1" 200 1865 0.075588 10.0.0.31 - - [2024-10-31 02:27:37] "GET /projects?obj_uuids=ea519837-aa42-4d53-9f0e-6024ac7e143a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001246 10.0.0.31 - - [2024-10-31 02:27:38] "GET /project/ea519837-aa42-4d53-9f0e-6024ac7e143a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.035123 10.0.0.31 - - [2024-10-31 02:27:38] "GET /projects?obj_uuids=ea519837-aa42-4d53-9f0e-6024ac7e143a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001183 10.0.0.31 - - [2024-10-31 02:27:38] "GET /project/ea519837-aa42-4d53-9f0e-6024ac7e143a?fields=virtual_networks HTTP/1.1" 200 1037 0.040522 10.0.0.31 - - [2024-10-31 02:27:38] "GET /projects?obj_uuids=ea519837-aa42-4d53-9f0e-6024ac7e143a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001621 10.0.0.31 - - [2024-10-31 02:27:38] "GET /project/ea519837-aa42-4d53-9f0e-6024ac7e143a?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.045115 10.0.0.31 - - [2024-10-31 02:27:38] "GET /projects?obj_uuids=ea519837-aa42-4d53-9f0e-6024ac7e143a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001310 10.0.0.31 - - [2024-10-31 02:27:38] "GET /project/ea519837-aa42-4d53-9f0e-6024ac7e143a?fields=security_groups HTTP/1.1" 200 1265 0.041625 10.0.0.31 - - [2024-10-31 02:27:39] "POST /fqname-to-id HTTP/1.1" 404 186 0.027760 10.0.0.31 - - [2024-10-31 02:27:39] "GET /projects?obj_uuids=103ea778-21be-4c98-8609-de65fdc5ffee&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002541 10.0.0.31 - - [2024-10-31 02:27:39] "GET /domains?obj_uuids=a22851d8-7bef-4903-956c-5949b718f81e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001216 10.0.0.31 - - [2024-10-31 02:27:39] "GET /domain/a22851d8-7bef-4903-956c-5949b718f81e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009082 10.0.0.31 - - [2024-10-31 02:27:39] "POST /id-to-fqname HTTP/1.1" 200 188 0.001888 10.0.0.31 - - [2024-10-31 02:27:39] "POST /fqname-to-id HTTP/1.1" 404 197 0.004401 10.0.0.31 - - [2024-10-31 02:27:39] "POST /security-groups HTTP/1.1" 200 589 0.063254 10.0.0.31 - - [2024-10-31 02:27:39] "POST /fqname-to-id HTTP/1.1" 404 232 0.002806 10.0.0.31 - - [2024-10-31 02:27:39] "POST /projects HTTP/1.1" 200 581 0.220813 10.0.0.31 - - [2024-10-31 02:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.292585 10.0.0.31 - - [2024-10-31 02:27:39] "POST /access-control-lists HTTP/1.1" 200 594 0.064460 10.0.0.31 - - [2024-10-31 02:27:39] "POST /fqname-to-id HTTP/1.1" 404 231 0.003450 10.0.0.31 - - [2024-10-31 02:27:39] "GET /project/103ea778-21be-4c98-8609-de65fdc5ffee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.443773 10.0.0.31 - - [2024-10-31 02:27:39] "POST /access-control-lists HTTP/1.1" 200 592 0.063914 10.0.0.31 - - [2024-10-31 02:27:40] "GET / HTTP/1.1" 200 35931 0.002213 10.0.0.31 - - [2024-10-31 02:27:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000537 10.0.0.31 - - [2024-10-31 02:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.068982 10.0.0.31 - - [2024-10-31 02:27:41] "GET /projects?obj_uuids=103ea778-21be-4c98-8609-de65fdc5ffee&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001430 10.0.0.31 - - [2024-10-31 02:27:41] "GET /project/103ea778-21be-4c98-8609-de65fdc5ffee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.037162 10.0.0.31 - - [2024-10-31 02:27:41] "POST /neutron/network HTTP/1.1" 200 117 0.034016 10.0.0.31 - - [2024-10-31 02:27:41] "GET /projects?obj_uuids=103ea778-21be-4c98-8609-de65fdc5ffee&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001711 10.0.0.31 - - [2024-10-31 02:27:41] "POST /neutron/network HTTP/1.1" 200 613 0.071421 10.0.0.31 - - [2024-10-31 02:27:41] "POST /route-targets HTTP/1.1" 200 327 0.013116 10.0.0.31 - - [2024-10-31 02:27:41] "POST /ref-update HTTP/1.1" 200 156 0.014348 10.0.0.31 - - [2024-10-31 02:27:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003410 10.0.0.31 - - [2024-10-31 02:27:42] "POST /neutron/subnet HTTP/1.1" 200 730 0.208223 10.0.0.31 - - [2024-10-31 02:27:42] "POST /neutron/network HTTP/1.1" 200 833 0.005973 10.0.0.31 - - [2024-10-31 02:27:42] "POST /id-to-fqname HTTP/1.1" 200 223 0.001897 10.0.0.31 - - [2024-10-31 02:27:42] "GET /virtual-network/c8c6ec49-3dc8-4c03-993e-85f6c1811e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.013429 10.0.0.31 - - [2024-10-31 02:27:42] "POST /neutron/network HTTP/1.1" 200 833 0.006676 10.0.0.31 - - [2024-10-31 02:27:42] "GET /virtual-network/c8c6ec49-3dc8-4c03-993e-85f6c1811e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.009201 10.0.0.31 - - [2024-10-31 02:27:42] "POST /neutron/network HTTP/1.1" 200 833 0.006444 10.0.0.31 - - [2024-10-31 02:27:42] "POST /neutron/subnet HTTP/1.1" 200 730 0.011283 10.0.0.31 - - [2024-10-31 02:27:42] "GET /domains HTTP/1.1" 401 292 0.000445 10.0.0.31 - - [2024-10-31 02:27:42] "GET /domains HTTP/1.1" 200 280 0.029648 10.0.0.31 - - [2024-10-31 02:27:42] "GET /domains?obj_uuids=a22851d8-7bef-4903-956c-5949b718f81e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001678 10.0.0.31 - - [2024-10-31 02:27:42] "GET /domain/a22851d8-7bef-4903-956c-5949b718f81e HTTP/1.1" 200 2954 0.012499 10.0.0.31 - - [2024-10-31 02:27:42] "GET /projects?obj_uuids=103ea778-21be-4c98-8609-de65fdc5ffee&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001371 10.0.0.31 - - [2024-10-31 02:27:42] "GET /project/103ea778-21be-4c98-8609-de65fdc5ffee HTTP/1.1" 200 2079 0.084069 10.0.0.31 - - [2024-10-31 02:27:42] "GET /virtual-network/c8c6ec49-3dc8-4c03-993e-85f6c1811e0d HTTP/1.1" 200 2322 0.011258 10.0.0.31 - - [2024-10-31 02:27:42] "GET /virtual-network/c8c6ec49-3dc8-4c03-993e-85f6c1811e0d HTTP/1.1" 200 2322 0.009240 10.0.0.31 - - [2024-10-31 02:27:42] "GET /routing-instance/e39b931b-1360-4c87-81c4-ea4e76c89eaf HTTP/1.1" 200 1493 0.005563 10.0.0.31 - - [2024-10-31 02:27:42] "GET /routing-instance/e39b931b-1360-4c87-81c4-ea4e76c89eaf HTTP/1.1" 200 1493 0.005293 10.0.0.31 - - [2024-10-31 02:27:42] "GET /route-target/33bc1d55-f7ae-4415-b8ee-11a6eb2c1c1d HTTP/1.1" 200 1212 0.004772 10.0.0.31 - - [2024-10-31 02:27:42] "GET /virtual-network/c8c6ec49-3dc8-4c03-993e-85f6c1811e0d HTTP/1.1" 200 2322 0.013762 10.0.0.31 - - [2024-10-31 02:27:42] "GET /routing-instance/e39b931b-1360-4c87-81c4-ea4e76c89eaf HTTP/1.1" 200 1493 0.007649 10.0.0.31 - - [2024-10-31 02:27:42] "GET /virtual-network/c8c6ec49-3dc8-4c03-993e-85f6c1811e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.011508 10.0.0.31 - - [2024-10-31 02:27:42] "GET /virtual-network/c8c6ec49-3dc8-4c03-993e-85f6c1811e0d HTTP/1.1" 200 2322 0.009725 10.0.0.31 - - [2024-10-31 02:27:42] "GET /routing-instance/e39b931b-1360-4c87-81c4-ea4e76c89eaf HTTP/1.1" 200 1493 0.005131 10.0.0.31 - - [2024-10-31 02:27:42] "GET /routing-instance/e39b931b-1360-4c87-81c4-ea4e76c89eaf HTTP/1.1" 200 1493 0.005263 10.0.0.31 - - [2024-10-31 02:27:42] "GET /route-target/33bc1d55-f7ae-4415-b8ee-11a6eb2c1c1d HTTP/1.1" 200 1212 0.004247 10.0.0.31 - - [2024-10-31 02:27:42] "GET /domains HTTP/1.1" 200 280 0.002818 10.0.0.31 - - [2024-10-31 02:27:42] "GET /domains?obj_uuids=a22851d8-7bef-4903-956c-5949b718f81e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001184 10.0.0.31 - - [2024-10-31 02:27:42] "GET /domain/a22851d8-7bef-4903-956c-5949b718f81e HTTP/1.1" 200 2954 0.011548 10.0.0.31 - - [2024-10-31 02:27:42] "GET /projects?obj_uuids=103ea778-21be-4c98-8609-de65fdc5ffee&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001779 10.0.0.31 - - [2024-10-31 02:27:43] "GET /project/103ea778-21be-4c98-8609-de65fdc5ffee HTTP/1.1" 200 2079 0.088544 10.0.0.31 - - [2024-10-31 02:27:43] "GET /virtual-network/c8c6ec49-3dc8-4c03-993e-85f6c1811e0d HTTP/1.1" 200 2322 0.014841 10.0.0.31 - - [2024-10-31 02:27:43] "GET /obj-perms HTTP/1.1" 200 5026 0.056378 10.0.0.31 - - [2024-10-31 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.31 - - [2024-10-31 02:27:43] "GET /projects?obj_uuids=103ea778-21be-4c98-8609-de65fdc5ffee&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001735 10.0.0.31 - - [2024-10-31 02:27:43] "GET /project/103ea778-21be-4c98-8609-de65fdc5ffee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.041021 10.0.0.31 - - [2024-10-31 02:27:43] "POST /neutron/network HTTP/1.1" 200 117 0.009217 10.0.0.31 - - [2024-10-31 02:27:43] "GET /projects?obj_uuids=103ea778-21be-4c98-8609-de65fdc5ffee&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001388 10.0.0.31 - - [2024-10-31 02:27:43] "POST /neutron/network HTTP/1.1" 200 613 0.070678 10.0.0.31 - - [2024-10-31 02:27:43] "POST /route-targets HTTP/1.1" 200 327 0.011626 10.0.0.31 - - [2024-10-31 02:27:43] "POST /ref-update HTTP/1.1" 200 156 0.011257 10.0.0.31 - - [2024-10-31 02:27:43] "POST /useragent-kv HTTP/1.1" 200 115 0.004700 10.0.0.31 - - [2024-10-31 02:27:43] "POST /neutron/subnet HTTP/1.1" 200 734 0.187662 10.0.0.31 - - [2024-10-31 02:27:43] "POST /neutron/network HTTP/1.1" 200 834 0.008223 10.0.0.31 - - [2024-10-31 02:27:43] "POST /id-to-fqname HTTP/1.1" 200 223 0.001832 10.0.0.31 - - [2024-10-31 02:27:43] "GET /virtual-network/1a1e5b1a-9419-4267-bf5b-1122d723418e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.010195 10.0.0.31 - - [2024-10-31 02:27:43] "POST /neutron/network HTTP/1.1" 200 834 0.008322 10.0.0.31 - - [2024-10-31 02:27:44] "GET /virtual-network/1a1e5b1a-9419-4267-bf5b-1122d723418e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.011420 10.0.0.31 - - [2024-10-31 02:27:44] "POST /neutron/network HTTP/1.1" 200 834 0.006568 10.0.0.31 - - [2024-10-31 02:27:44] "POST /neutron/subnet HTTP/1.1" 200 734 0.008372 10.0.0.31 - - [2024-10-31 02:27:44] "GET /domains HTTP/1.1" 200 280 0.002813 10.0.0.31 - - [2024-10-31 02:27:44] "GET /domains?obj_uuids=a22851d8-7bef-4903-956c-5949b718f81e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001286 10.0.0.31 - - [2024-10-31 02:27:44] "GET /domain/a22851d8-7bef-4903-956c-5949b718f81e HTTP/1.1" 200 2954 0.010120 10.0.0.31 - - [2024-10-31 02:27:44] "GET /projects?obj_uuids=103ea778-21be-4c98-8609-de65fdc5ffee&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001475 10.0.0.31 - - [2024-10-31 02:27:44] "GET /project/103ea778-21be-4c98-8609-de65fdc5ffee HTTP/1.1" 200 2297 0.084511 10.0.0.31 - - [2024-10-31 02:27:44] "GET /virtual-network/1a1e5b1a-9419-4267-bf5b-1122d723418e HTTP/1.1" 200 2324 0.013277 10.0.0.31 - - [2024-10-31 02:27:44] "GET /virtual-network/1a1e5b1a-9419-4267-bf5b-1122d723418e HTTP/1.1" 200 2324 0.009872 10.0.0.31 - - [2024-10-31 02:27:44] "GET /routing-instance/cb8165da-7f7d-4cbf-99de-2150e45a46b3 HTTP/1.1" 200 1494 0.005331 10.0.0.31 - - [2024-10-31 02:27:44] "GET /routing-instance/cb8165da-7f7d-4cbf-99de-2150e45a46b3 HTTP/1.1" 200 1494 0.004842 10.0.0.31 - - [2024-10-31 02:27:44] "GET /route-target/778d6e7c-2951-4e22-8de2-dedb40d6b7b4 HTTP/1.1" 200 1212 0.004097 10.0.0.31 - - [2024-10-31 02:27:44] "GET /virtual-network/1a1e5b1a-9419-4267-bf5b-1122d723418e HTTP/1.1" 200 2324 0.009038 10.0.0.31 - - [2024-10-31 02:27:44] "GET /routing-instance/cb8165da-7f7d-4cbf-99de-2150e45a46b3 HTTP/1.1" 200 1494 0.005307 10.0.0.31 - - [2024-10-31 02:27:44] "GET /virtual-network/1a1e5b1a-9419-4267-bf5b-1122d723418e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.009420 10.0.0.31 - - [2024-10-31 02:27:44] "GET /virtual-network/1a1e5b1a-9419-4267-bf5b-1122d723418e HTTP/1.1" 200 2324 0.009804 10.0.0.31 - - [2024-10-31 02:27:44] "GET /routing-instance/cb8165da-7f7d-4cbf-99de-2150e45a46b3 HTTP/1.1" 200 1494 0.005141 10.0.0.31 - - [2024-10-31 02:27:44] "GET /routing-instance/cb8165da-7f7d-4cbf-99de-2150e45a46b3 HTTP/1.1" 200 1494 0.004998 10.0.0.31 - - [2024-10-31 02:27:44] "GET /route-target/778d6e7c-2951-4e22-8de2-dedb40d6b7b4 HTTP/1.1" 200 1212 0.003893 10.0.0.31 - - [2024-10-31 02:27:44] "GET /domains HTTP/1.1" 200 280 0.002801 10.0.0.31 - - [2024-10-31 02:27:44] "GET /domains?obj_uuids=a22851d8-7bef-4903-956c-5949b718f81e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001302 10.0.0.31 - - [2024-10-31 02:27:44] "GET /domain/a22851d8-7bef-4903-956c-5949b718f81e HTTP/1.1" 200 2954 0.008856 10.0.0.31 - - [2024-10-31 02:27:44] "GET /projects?obj_uuids=103ea778-21be-4c98-8609-de65fdc5ffee&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001710 10.0.0.31 - - [2024-10-31 02:27:44] "GET /project/103ea778-21be-4c98-8609-de65fdc5ffee HTTP/1.1" 200 2297 0.081900 10.0.0.31 - - [2024-10-31 02:27:44] "GET /virtual-network/1a1e5b1a-9419-4267-bf5b-1122d723418e HTTP/1.1" 200 2324 0.013609 10.0.0.31 - - [2024-10-31 02:27:44] "GET /obj-perms HTTP/1.1" 200 5026 0.003661 10.0.0.31 - - [2024-10-31 02:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003977 10.0.0.31 - - [2024-10-31 02:27:44] "GET /projects?obj_uuids=103ea778-21be-4c98-8609-de65fdc5ffee&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001832 10.0.0.31 - - [2024-10-31 02:27:44] "GET /project/103ea778-21be-4c98-8609-de65fdc5ffee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.038631 10.0.0.31 - - [2024-10-31 02:27:44] "POST /neutron/network HTTP/1.1" 200 117 0.010971 10.0.0.31 - - [2024-10-31 02:27:44] "GET /projects?obj_uuids=103ea778-21be-4c98-8609-de65fdc5ffee&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001212 10.0.0.31 - - [2024-10-31 02:27:44] "POST /neutron/network HTTP/1.1" 200 615 0.083176 10.0.0.31 - - [2024-10-31 02:27:44] "POST /ref-update HTTP/1.1" 200 156 0.011271 10.0.0.31 - - [2024-10-31 02:27:44] "POST /useragent-kv HTTP/1.1" 200 115 0.005204 10.0.0.31 - - [2024-10-31 02:27:44] "POST /neutron/subnet HTTP/1.1" 200 729 0.171498 10.0.0.31 - - [2024-10-31 02:27:44] "POST /neutron/network HTTP/1.1" 200 835 0.008382 10.0.0.31 - - [2024-10-31 02:27:44] "POST /id-to-fqname HTTP/1.1" 200 224 0.001759 10.0.0.31 - - [2024-10-31 02:27:44] "GET /virtual-network/12fbe483-8566-4ca0-95f6-11315bdc996d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.011580 10.0.0.31 - - [2024-10-31 02:27:45] "POST /neutron/network HTTP/1.1" 200 835 0.007771 10.0.0.31 - - [2024-10-31 02:27:45] "GET /virtual-network/12fbe483-8566-4ca0-95f6-11315bdc996d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.012671 10.0.0.31 - - [2024-10-31 02:27:45] "POST /neutron/network HTTP/1.1" 200 835 0.007190 10.0.0.31 - - [2024-10-31 02:27:45] "POST /neutron/subnet HTTP/1.1" 200 729 0.006925 10.0.0.31 - - [2024-10-31 02:27:45] "GET /domains HTTP/1.1" 200 280 0.003160 10.0.0.31 - - [2024-10-31 02:27:45] "GET /domains?obj_uuids=a22851d8-7bef-4903-956c-5949b718f81e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001213 10.0.0.31 - - [2024-10-31 02:27:45] "GET /domain/a22851d8-7bef-4903-956c-5949b718f81e HTTP/1.1" 200 2954 0.009154 10.0.0.31 - - [2024-10-31 02:27:45] "GET /projects?obj_uuids=103ea778-21be-4c98-8609-de65fdc5ffee&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001205 10.0.0.31 - - [2024-10-31 02:27:45] "GET /project/103ea778-21be-4c98-8609-de65fdc5ffee HTTP/1.1" 200 2516 0.103903 10.0.0.31 - - [2024-10-31 02:27:45] "GET /virtual-network/12fbe483-8566-4ca0-95f6-11315bdc996d HTTP/1.1" 200 2327 0.010991 10.0.0.31 - - [2024-10-31 02:27:45] "GET /virtual-network/12fbe483-8566-4ca0-95f6-11315bdc996d HTTP/1.1" 200 2327 0.008873 10.0.0.31 - - [2024-10-31 02:27:45] "GET /routing-instance/059bc50d-e444-4ef1-828e-3604d6b3c692 HTTP/1.1" 200 1495 0.005286 10.0.0.31 - - [2024-10-31 02:27:45] "GET /routing-instance/059bc50d-e444-4ef1-828e-3604d6b3c692 HTTP/1.1" 200 1495 0.005029 10.0.0.31 - - [2024-10-31 02:27:45] "GET /route-target/9b5bd77f-a260-4acd-96b2-c84776067430 HTTP/1.1" 200 1215 0.004052 10.0.0.31 - - [2024-10-31 02:27:45] "GET /virtual-network/12fbe483-8566-4ca0-95f6-11315bdc996d HTTP/1.1" 200 2327 0.012225 10.0.0.31 - - [2024-10-31 02:27:45] "GET /routing-instance/059bc50d-e444-4ef1-828e-3604d6b3c692 HTTP/1.1" 200 1495 0.004807 10.0.0.31 - - [2024-10-31 02:27:45] "GET /virtual-network/12fbe483-8566-4ca0-95f6-11315bdc996d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.008416 10.0.0.31 - - [2024-10-31 02:27:45] "GET /virtual-network/12fbe483-8566-4ca0-95f6-11315bdc996d HTTP/1.1" 200 2327 0.008553 10.0.0.31 - - [2024-10-31 02:27:45] "GET /routing-instance/059bc50d-e444-4ef1-828e-3604d6b3c692 HTTP/1.1" 200 1495 0.004889 10.0.0.31 - - [2024-10-31 02:27:45] "GET /routing-instance/059bc50d-e444-4ef1-828e-3604d6b3c692 HTTP/1.1" 200 1495 0.005036 10.0.0.31 - - [2024-10-31 02:27:45] "GET /route-target/9b5bd77f-a260-4acd-96b2-c84776067430 HTTP/1.1" 200 1215 0.003652 10.0.0.31 - - [2024-10-31 02:27:45] "GET /domains HTTP/1.1" 200 280 0.002967 10.0.0.31 - - [2024-10-31 02:27:45] "GET /domains?obj_uuids=a22851d8-7bef-4903-956c-5949b718f81e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001359 10.0.0.31 - - [2024-10-31 02:27:45] "GET /domain/a22851d8-7bef-4903-956c-5949b718f81e HTTP/1.1" 200 2954 0.009201 10.0.0.31 - - [2024-10-31 02:27:45] "GET /projects?obj_uuids=103ea778-21be-4c98-8609-de65fdc5ffee&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001202 10.0.0.31 - - [2024-10-31 02:27:45] "GET /project/103ea778-21be-4c98-8609-de65fdc5ffee HTTP/1.1" 200 2516 0.076629 10.0.0.31 - - [2024-10-31 02:27:45] "GET /virtual-network/12fbe483-8566-4ca0-95f6-11315bdc996d HTTP/1.1" 200 2327 0.009143 10.0.0.31 - - [2024-10-31 02:27:45] "GET /obj-perms HTTP/1.1" 200 5026 0.003381 10.0.0.31 - - [2024-10-31 02:27:45] "POST /id-to-fqname HTTP/1.1" 200 223 0.001523 10.0.0.31 - - [2024-10-31 02:27:45] "POST /neutron/network HTTP/1.1" 200 844 0.006122 10.0.0.31 - - [2024-10-31 02:27:45] "GET /aaa-mode HTTP/1.1" 401 292 0.000484 10.0.0.31 - - [2024-10-31 02:27:46] "GET / HTTP/1.1" 200 35931 0.002232 10.0.0.31 - - [2024-10-31 02:27:46] "GET /project/103ea778-21be-4c98-8609-de65fdc5ffee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000475 10.0.0.31 - - [2024-10-31 02:27:46] "GET /projects?obj_uuids=103ea778-21be-4c98-8609-de65fdc5ffee&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001393 10.0.0.31 - - [2024-10-31 02:27:46] "GET /project/103ea778-21be-4c98-8609-de65fdc5ffee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.060367 10.0.0.31 - - [2024-10-31 02:27:46] "POST /neutron/network HTTP/1.1" 200 834 0.006664 10.0.0.31 - - [2024-10-31 02:27:46] "POST /neutron/port HTTP/1.1" 200 117 0.005208 10.0.0.31 - - [2024-10-31 02:27:46] "POST /neutron/port HTTP/1.1" 200 117 0.005300 10.0.0.31 - - [2024-10-31 02:27:46] "POST /id-to-fqname HTTP/1.1" 200 224 0.001869 10.0.0.31 - - [2024-10-31 02:27:46] "POST /neutron/port HTTP/1.1" 200 117 0.006027 10.0.0.31 - - [2024-10-31 02:27:46] "POST /neutron/network HTTP/1.1" 200 845 0.006478 10.0.0.31 - - [2024-10-31 02:27:46] "GET /aaa-mode HTTP/1.1" 401 292 0.000565 10.0.0.31 - - [2024-10-31 02:27:47] "POST /neutron/network HTTP/1.1" 200 844 0.007173 10.0.0.31 - - [2024-10-31 02:27:47] "GET /projects?obj_uuids=103ea778-21be-4c98-8609-de65fdc5ffee&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001338 10.0.0.31 - - [2024-10-31 02:27:47] "GET / HTTP/1.1" 200 35931 0.002146 10.0.0.31 - - [2024-10-31 02:27:47] "GET /project/103ea778-21be-4c98-8609-de65fdc5ffee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000814 10.0.0.31 - - [2024-10-31 02:27:47] "POST /neutron/port HTTP/1.1" 200 1060 0.256976 10.0.0.31 - - [2024-10-31 02:27:47] "POST /neutron/port HTTP/1.1" 200 1060 0.011444 10.0.0.31 - - [2024-10-31 02:27:47] "POST /neutron/port HTTP/1.1" 200 1060 0.010160 10.0.0.31 - - [2024-10-31 02:27:47] "POST /neutron/port HTTP/1.1" 200 1114 0.085357 10.0.0.31 - - [2024-10-31 02:27:47] "GET /projects?obj_uuids=103ea778-21be-4c98-8609-de65fdc5ffee&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001635 10.0.0.31 - - [2024-10-31 02:27:47] "POST /neutron/port HTTP/1.1" 200 1088 0.026765 10.0.0.31 - - [2024-10-31 02:27:47] "GET /project/103ea778-21be-4c98-8609-de65fdc5ffee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.082054 10.0.0.31 - - [2024-10-31 02:27:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.021012 10.0.0.31 - - [2024-10-31 02:27:47] "POST /neutron/network HTTP/1.1" 200 835 0.007861 10.0.0.31 - - [2024-10-31 02:27:47] "POST /neutron/subnet HTTP/1.1" 200 708 0.019718 10.0.0.31 - - [2024-10-31 02:27:47] "POST /neutron/port HTTP/1.1" 200 117 0.001290 10.0.0.31 - - [2024-10-31 02:27:47] "POST /neutron/network HTTP/1.1" 200 834 0.006593 10.0.0.31 - - [2024-10-31 02:27:47] "POST /neutron/port HTTP/1.1" 200 1088 0.019778 10.0.0.31 - - [2024-10-31 02:27:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006782 10.0.0.31 - - [2024-10-31 02:27:47] "POST /neutron/port HTTP/1.1" 200 117 0.005336 10.0.0.31 - - [2024-10-31 02:27:47] "POST /fqname-to-id HTTP/1.1" 404 193 0.002816 10.0.0.31 - - [2024-10-31 02:27:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.31 - - [2024-10-31 02:27:47] "GET /domains?obj_uuids=a22851d8-7bef-4903-956c-5949b718f81e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001256 10.0.0.31 - - [2024-10-31 02:27:47] "GET /domain/a22851d8-7bef-4903-956c-5949b718f81e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.009270 10.0.0.31 - - [2024-10-31 02:27:48] "POST /service-templates HTTP/1.1" 200 543 0.046305 10.0.0.31 - - [2024-10-31 02:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.31 - - [2024-10-31 02:27:48] "GET /service-template/f97be787-ca47-49d8-9dfb-75661238f43e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.005419 10.0.0.31 - - [2024-10-31 02:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002918 10.0.0.31 - - [2024-10-31 02:27:48] "GET /service-template/f97be787-ca47-49d8-9dfb-75661238f43e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.004916 10.0.0.31 - - [2024-10-31 02:27:48] "POST /neutron/network HTTP/1.1" 200 845 0.012683 10.0.0.31 - - [2024-10-31 02:27:48] "GET /projects?obj_uuids=103ea778-21be-4c98-8609-de65fdc5ffee&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001423 10.0.0.31 - - [2024-10-31 02:27:48] "POST /id-to-fqname HTTP/1.1" 200 223 0.005584 10.0.0.31 - - [2024-10-31 02:27:48] "POST /id-to-fqname HTTP/1.1" 200 223 0.001790 10.0.0.31 - - [2024-10-31 02:27:48] "POST /id-to-fqname HTTP/1.1" 200 224 0.002849 10.0.0.31 - - [2024-10-31 02:27:48] "POST /neutron/port HTTP/1.1" 200 2005 0.077842 10.0.0.31 - - [2024-10-31 02:27:48] "POST /neutron/port HTTP/1.1" 200 1059 0.346303 10.0.0.31 - - [2024-10-31 02:27:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.013750 10.0.0.31 - - [2024-10-31 02:27:48] "POST /neutron/port HTTP/1.1" 200 1059 0.013077 10.0.0.31 - - [2024-10-31 02:27:48] "POST /neutron/port HTTP/1.1" 200 1059 0.013094 10.0.0.31 - - [2024-10-31 02:27:48] "POST /neutron/port HTTP/1.1" 200 1113 0.097669 10.0.0.31 - - [2024-10-31 02:27:48] "POST /neutron/port HTTP/1.1" 200 1087 0.018747 10.0.0.31 - - [2024-10-31 02:27:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003930 10.0.0.31 - - [2024-10-31 02:27:48] "POST /neutron/subnet HTTP/1.1" 200 703 0.012185 10.0.0.31 - - [2024-10-31 02:27:48] "POST /neutron/port HTTP/1.1" 200 117 0.001817 10.0.0.31 - - [2024-10-31 02:27:48] "POST /neutron/network HTTP/1.1" 200 835 0.007378 10.0.0.31 - - [2024-10-31 02:27:49] "POST /neutron/network HTTP/1.1" 200 2227 0.014977 10.0.0.31 - - [2024-10-31 02:27:49] "GET /aaa-mode HTTP/1.1" 401 292 0.000500 10.0.0.31 - - [2024-10-31 02:27:49] "GET / HTTP/1.1" 200 35931 0.001657 10.0.0.31 - - [2024-10-31 02:27:49] "GET /project/103ea778-21be-4c98-8609-de65fdc5ffee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000606 10.0.0.31 - - [2024-10-31 02:27:50] "GET /projects?obj_uuids=103ea778-21be-4c98-8609-de65fdc5ffee&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001842 10.0.0.31 - - [2024-10-31 02:27:50] "GET /project/103ea778-21be-4c98-8609-de65fdc5ffee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.122386 10.0.0.31 - - [2024-10-31 02:27:50] "POST /neutron/network HTTP/1.1" 200 833 0.006799 10.0.0.31 - - [2024-10-31 02:27:50] "POST /neutron/network HTTP/1.1" 200 834 0.012546 10.0.0.31 - - [2024-10-31 02:27:50] "POST /neutron/network HTTP/1.1" 200 835 0.006707 10.0.0.31 - - [2024-10-31 02:27:50] "POST /neutron/port HTTP/1.1" 200 2059 0.027920 10.0.0.31 - - [2024-10-31 02:27:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007212 10.0.0.31 - - [2024-10-31 02:27:50] "POST /neutron/port HTTP/1.1" 200 117 0.005586 10.0.0.31 - - [2024-10-31 02:27:50] "POST /neutron/port HTTP/1.1" 200 117 0.005732 10.0.0.31 - - [2024-10-31 02:27:51] "POST /neutron/network HTTP/1.1" 200 2227 0.020720 10.0.0.31 - - [2024-10-31 02:27:51] "GET /projects?obj_uuids=103ea778-21be-4c98-8609-de65fdc5ffee&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001303 10.0.0.31 - - [2024-10-31 02:27:51] "POST /neutron/port HTTP/1.1" 200 1059 0.312565 10.0.0.31 - - [2024-10-31 02:27:51] "GET /projects?obj_uuids=103ea778-21be-4c98-8609-de65fdc5ffee&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002318 10.0.0.31 - - [2024-10-31 02:27:51] "POST /neutron/port HTTP/1.1" 200 1060 0.236301 10.0.0.31 - - [2024-10-31 02:27:51] "GET /projects?obj_uuids=103ea778-21be-4c98-8609-de65fdc5ffee&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001911 10.0.0.31 - - [2024-10-31 02:27:51] "POST /neutron/port HTTP/1.1" 200 1059 0.207303 10.0.0.31 - - [2024-10-31 02:27:52] "POST /neutron/port HTTP/1.1" 200 1059 0.010699 10.0.0.31 - - [2024-10-31 02:27:52] "POST /neutron/port HTTP/1.1" 200 1059 0.011297 10.0.0.31 - - [2024-10-31 02:27:52] "POST /neutron/port HTTP/1.1" 200 1113 0.134382 10.0.0.31 - - [2024-10-31 02:27:52] "POST /neutron/port HTTP/1.1" 200 1060 0.010655 10.0.0.31 - - [2024-10-31 02:27:52] "POST /neutron/port HTTP/1.1" 200 1060 0.013562 10.0.0.31 - - [2024-10-31 02:27:52] "POST /neutron/port HTTP/1.1" 200 1114 0.108236 10.0.0.31 - - [2024-10-31 02:27:52] "POST /neutron/port HTTP/1.1" 200 1059 0.012138 10.0.0.31 - - [2024-10-31 02:27:52] "POST /neutron/port HTTP/1.1" 200 1059 0.010166 10.0.0.31 - - [2024-10-31 02:27:52] "POST /neutron/port HTTP/1.1" 200 1113 0.079883 10.0.0.31 - - [2024-10-31 02:27:52] "POST /neutron/port HTTP/1.1" 200 3029 0.021892 10.0.0.31 - - [2024-10-31 02:27:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003392 10.0.0.31 - - [2024-10-31 02:27:52] "POST /neutron/subnet HTTP/1.1" 200 704 0.016170 10.0.0.31 - - [2024-10-31 02:27:52] "POST /neutron/port HTTP/1.1" 200 117 0.001544 10.0.0.31 - - [2024-10-31 02:27:52] "POST /neutron/network HTTP/1.1" 200 833 0.006550 10.0.0.31 - - [2024-10-31 02:27:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004836 10.0.0.31 - - [2024-10-31 02:27:52] "POST /neutron/subnet HTTP/1.1" 200 708 0.019487 10.0.0.31 - - [2024-10-31 02:27:52] "POST /neutron/port HTTP/1.1" 200 117 0.001420 10.0.0.31 - - [2024-10-31 02:27:52] "POST /neutron/network HTTP/1.1" 200 834 0.008703 10.0.0.31 - - [2024-10-31 02:27:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003651 10.0.0.31 - - [2024-10-31 02:27:52] "POST /neutron/subnet HTTP/1.1" 200 703 0.011796 10.0.0.31 - - [2024-10-31 02:27:52] "POST /neutron/port HTTP/1.1" 200 117 0.001745 10.0.0.31 - - [2024-10-31 02:27:52] "POST /neutron/network HTTP/1.1" 200 835 0.007118 10.0.0.31 - - [2024-10-31 02:27:53] "POST /neutron/port HTTP/1.1" 200 1088 0.027076 10.0.0.31 - - [2024-10-31 02:27:53] "POST /neutron/port HTTP/1.1" 200 1088 0.030790 10.0.0.31 - - [2024-10-31 02:27:53] "POST /neutron/network HTTP/1.1" 200 844 0.024515 10.0.0.31 - - [2024-10-31 02:27:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004014 10.0.0.31 - - [2024-10-31 02:27:53] "POST /neutron/subnet HTTP/1.1" 200 708 0.021666 10.0.0.31 - - [2024-10-31 02:27:53] "POST /neutron/port HTTP/1.1" 200 117 0.001356 10.0.0.31 - - [2024-10-31 02:27:53] "POST /neutron/network HTTP/1.1" 200 834 0.010211 10.0.0.31 - - [2024-10-31 02:27:55] "POST /neutron/port HTTP/1.1" 200 3029 0.030552 10.0.0.31 - - [2024-10-31 02:27:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006965 10.0.0.31 - - [2024-10-31 02:27:55] "POST /neutron/port HTTP/1.1" 200 3029 0.023634 10.0.0.31 - - [2024-10-31 02:27:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006937 10.0.0.31 - - [2024-10-31 02:27:56] "POST /neutron/port HTTP/1.1" 200 3029 0.026902 10.0.0.31 - - [2024-10-31 02:27:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008830 10.0.0.31 - - [2024-10-31 02:27:56] "POST /neutron/port HTTP/1.1" 200 3029 0.024714 10.0.0.31 - - [2024-10-31 02:27:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008705 10.0.0.31 - - [2024-10-31 02:27:56] "POST /neutron/port HTTP/1.1" 200 3029 0.032402 10.0.0.31 - - [2024-10-31 02:27:56] "POST /neutron/port HTTP/1.1" 200 1088 0.023412 10.0.0.31 - - [2024-10-31 02:27:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010098 10.0.0.31 - - [2024-10-31 02:27:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006569 10.0.0.31 - - [2024-10-31 02:27:56] "GET /virtual-machine/8227d233-77b8-4d61-9846-284701bbad68 HTTP/1.1" 200 1802 0.006105 10.0.0.31 - - [2024-10-31 02:27:56] "GET /virtual-machine-interface/64089873-f567-44ad-b8e9-2ad90a560a22 HTTP/1.1" 200 2946 0.009568 10.0.0.31 - - [2024-10-31 02:27:56] "GET /virtual-machine-interface/77f39f2b-6852-4763-a574-cbc965e422d2 HTTP/1.1" 200 2949 0.010017 10.0.0.31 - - [2024-10-31 02:27:56] "GET /virtual-machine-interface/95e0633f-811f-4e0e-8307-af83faa3372e HTTP/1.1" 200 2946 0.009433 10.0.0.31 - - [2024-10-31 02:27:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.31 - - [2024-10-31 02:27:56] "GET /global-vrouter-config/8e17715a-74ee-4834-8e99-7f7e9ccc0ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004195 10.0.0.31 - - [2024-10-31 02:27:56] "GET /virtual-networks?parent_id=103ea778-21be-4c98-8609-de65fdc5ffee&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003403 10.0.0.31 - - [2024-10-31 02:27:56] "GET /virtual-network/c8c6ec49-3dc8-4c03-993e-85f6c1811e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.014470 10.0.0.31 - - [2024-10-31 02:27:57] "POST /neutron/port HTTP/1.1" 200 1087 0.018982 10.0.0.31 - - [2024-10-31 02:27:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007399 10.0.0.31 - - [2024-10-31 02:27:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.31 - - [2024-10-31 02:27:59] "GET /virtual-network/c8c6ec49-3dc8-4c03-993e-85f6c1811e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.009357 10.0.0.31 - - [2024-10-31 02:28:00] "DELETE /project/ea519837aa424d539f0e6024ac7e143a HTTP/1.1" 404 173 0.015185 10.0.0.31 - - [2024-10-31 02:28:00] "DELETE /project/103ea77821be4c988609de65fdc5ffee HTTP/1.1" 404 173 0.008365 10.0.0.31 - - [2024-10-31 02:28:00] "GET /projects?obj_uuids=ea519837-aa42-4d53-9f0e-6024ac7e143a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001189 10.0.0.31 - - [2024-10-31 02:28:00] "GET /projects?obj_uuids=8423be2d-3dc7-48d9-b135-6a643197f927&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001038 10.0.0.31 - - [2024-10-31 02:28:00] "GET /project/8423be2d-3dc7-48d9-b135-6a643197f927?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.043614 10.0.0.31 - - [2024-10-31 02:28:00] "GET /project/ea519837-aa42-4d53-9f0e-6024ac7e143a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.054423 10.0.0.31 - - [2024-10-31 02:28:00] "GET /projects?obj_uuids=ea519837-aa42-4d53-9f0e-6024ac7e143a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001140 10.0.0.31 - - [2024-10-31 02:28:00] "GET /projects?obj_uuids=8423be2d-3dc7-48d9-b135-6a643197f927&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000967 10.0.0.31 - - [2024-10-31 02:28:00] "GET /project/8423be2d-3dc7-48d9-b135-6a643197f927?fields=security_groups HTTP/1.1" 200 1387 0.039101 10.0.0.31 - - [2024-10-31 02:28:00] "GET /project/ea519837-aa42-4d53-9f0e-6024ac7e143a?fields=security_groups HTTP/1.1" 200 1370 0.049406 10.0.0.31 - - [2024-10-31 02:28:00] "DELETE /security-group/7beda7ec-0e9e-4e51-b0b6-b95a49beff0c HTTP/1.1" 200 115 0.074123 10.0.0.31 - - [2024-10-31 02:28:00] "GET /projects?obj_uuids=8423be2d-3dc7-48d9-b135-6a643197f927&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001303 10.0.0.31 - - [2024-10-31 02:28:00] "DELETE /access-control-list/be556b47-a419-4cf3-b392-daeabb8fd292 HTTP/1.1" 200 115 0.055877 10.0.0.31 - - [2024-10-31 02:28:00] "GET /project/8423be2d-3dc7-48d9-b135-6a643197f927?fields=application_policy_sets HTTP/1.1" 200 1426 0.045372 10.0.0.31 - - [2024-10-31 02:28:00] "DELETE /security-group/8b0d6fcc-535e-4e92-bb7e-ad233c55777d HTTP/1.1" 200 115 0.118553 10.0.0.31 - - [2024-10-31 02:28:00] "GET /projects?obj_uuids=ea519837-aa42-4d53-9f0e-6024ac7e143a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001350 10.0.0.31 - - [2024-10-31 02:28:00] "DELETE /access-control-list/58be7567-e534-4180-ae49-447daee55d51 HTTP/1.1" 200 115 0.054536 10.0.0.31 - - [2024-10-31 02:28:00] "GET /project/ea519837-aa42-4d53-9f0e-6024ac7e143a?fields=application_policy_sets HTTP/1.1" 200 1409 0.048337 10.0.0.31 - - [2024-10-31 02:28:00] "DELETE /access-control-list/26cff75e-a566-4898-b45c-61226435daec HTTP/1.1" 200 115 0.055707 10.0.0.31 - - [2024-10-31 02:28:00] "DELETE /access-control-list/173d76f6-0df3-4b8b-bd92-759800ebf3f4 HTTP/1.1" 200 115 0.046747 10.0.0.31 - - [2024-10-31 02:28:00] "DELETE /project/8423be2d-3dc7-48d9-b135-6a643197f927 HTTP/1.1" 200 115 0.454003 10.0.0.31 - - [2024-10-31 02:28:00] "DELETE /project/ea519837-aa42-4d53-9f0e-6024ac7e143a HTTP/1.1" 200 115 0.482809 10.0.0.31 - - [2024-10-31 02:28:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.31 - - [2024-10-31 02:28:03] "GET /virtual-network/c8c6ec49-3dc8-4c03-993e-85f6c1811e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.010531 10.0.0.31 - - [2024-10-31 02:28:07] "GET /obj-perms HTTP/1.1" 200 5056 0.058055 10.0.0.31 - - [2024-10-31 02:28:07] "GET /obj-perms HTTP/1.1" 200 5056 0.052167 10.0.0.31 - - [2024-10-31 02:28:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.31 - - [2024-10-31 02:28:07] "GET /virtual-network/c8c6ec49-3dc8-4c03-993e-85f6c1811e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.009903 10.0.0.31 - - [2024-10-31 02:28:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.009016 10.0.0.31 - - [2024-10-31 02:28:12] "GET /global-vrouter-config/8e17715a-74ee-4834-8e99-7f7e9ccc0ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004438 10.0.0.31 - - [2024-10-31 02:28:12] "GET /virtual-networks?parent_id=103ea778-21be-4c98-8609-de65fdc5ffee&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003359 10.0.0.31 - - [2024-10-31 02:28:12] "GET /virtual-network/c8c6ec49-3dc8-4c03-993e-85f6c1811e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.009627 10.0.0.31 - - [2024-10-31 02:28:12] "POST /neutron/port HTTP/1.1" 200 3029 0.022638 10.0.0.31 - - [2024-10-31 02:28:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007551 10.0.0.31 - - [2024-10-31 02:28:17] "POST /neutron/port HTTP/1.1" 200 3029 0.022045 10.0.0.31 - - [2024-10-31 02:28:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006825 10.0.0.31 - - [2024-10-31 02:28:22] "POST /neutron/port HTTP/1.1" 200 3029 0.022519 10.0.0.31 - - [2024-10-31 02:28:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005565 10.0.0.31 - - [2024-10-31 02:28:22] "POST /neutron/port HTTP/1.1" 200 3029 0.021881 10.0.0.31 - - [2024-10-31 02:28:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006793 10.0.0.31 - - [2024-10-31 02:28:27] "POST /neutron/port HTTP/1.1" 200 3029 0.020320 10.0.0.31 - - [2024-10-31 02:28:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006785 10.0.0.31 - - [2024-10-31 02:28:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.31 - - [2024-10-31 02:28:32] "GET /global-vrouter-config/8e17715a-74ee-4834-8e99-7f7e9ccc0ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003846 10.0.0.31 - - [2024-10-31 02:28:33] "GET /virtual-networks?parent_id=103ea778-21be-4c98-8609-de65fdc5ffee&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003309 10.0.0.31 - - [2024-10-31 02:28:33] "GET /virtual-network/1a1e5b1a-9419-4267-bf5b-1122d723418e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.009269 10.0.0.31 - - [2024-10-31 02:28:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.31 - - [2024-10-31 02:28:33] "GET /global-vrouter-config/8e17715a-74ee-4834-8e99-7f7e9ccc0ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003869 10.0.0.31 - - [2024-10-31 02:28:33] "GET /virtual-networks?parent_id=103ea778-21be-4c98-8609-de65fdc5ffee&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003328 10.0.0.31 - - [2024-10-31 02:28:33] "GET /virtual-network/12fbe483-8566-4ca0-95f6-11315bdc996d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.009847 10.0.0.31 - - [2024-10-31 02:28:33] "POST /fqname-to-id HTTP/1.1" 404 207 0.002958 10.0.0.31 - - [2024-10-31 02:28:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.31 - - [2024-10-31 02:28:33] "GET /projects?obj_uuids=103ea778-21be-4c98-8609-de65fdc5ffee&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001422 10.0.0.31 - - [2024-10-31 02:28:33] "GET /project/103ea778-21be-4c98-8609-de65fdc5ffee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.032918 10.0.0.31 - - [2024-10-31 02:28:33] "POST /service-instances HTTP/1.1" 200 543 0.067730 10.0.0.31 - - [2024-10-31 02:28:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.31 - - [2024-10-31 02:28:33] "GET /service-instance/9f6ce510-38f0-4427-b723-75c5840166d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2136 0.010428 10.0.0.31 - - [2024-10-31 02:28:33] "POST /port-tuples HTTP/1.1" 200 586 0.026543 10.0.0.31 - - [2024-10-31 02:28:34] "GET /virtual-machine-interface/95e0633f-811f-4e0e-8307-af83faa3372e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.009581 10.0.0.31 - - [2024-10-31 02:28:34] "PUT /virtual-machine-interface/95e0633f-811f-4e0e-8307-af83faa3372e HTTP/1.1" 200 284 0.010953 10.0.0.31 - - [2024-10-31 02:28:34] "POST /ref-update HTTP/1.1" 200 156 0.015764 10.0.0.31 - - [2024-10-31 02:28:34] "POST /instance-ips HTTP/1.1" 200 385 0.027197 10.0.0.31 - - [2024-10-31 02:28:34] "GET /virtual-machine-interface/64089873-f567-44ad-b8e9-2ad90a560a22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.008940 10.0.0.31 - - [2024-10-31 02:28:34] "POST /ref-update HTTP/1.1" 200 156 0.018661 10.0.0.31 - - [2024-10-31 02:28:34] "PUT /virtual-machine-interface/64089873-f567-44ad-b8e9-2ad90a560a22 HTTP/1.1" 200 284 0.013245 10.0.0.31 - - [2024-10-31 02:28:34] "POST /ref-update HTTP/1.1" 200 156 0.011673 10.0.0.31 - - [2024-10-31 02:28:34] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003685 10.0.0.31 - - [2024-10-31 02:28:34] "POST /ref-update HTTP/1.1" 200 156 0.013860 10.0.0.31 - - [2024-10-31 02:28:34] "GET /virtual-machine-interface/77f39f2b-6852-4763-a574-cbc965e422d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2728 0.011473 10.0.0.31 - - [2024-10-31 02:28:34] "POST /instance-ips HTTP/1.1" 200 385 0.034085 10.0.0.31 - - [2024-10-31 02:28:34] "PUT /virtual-machine-interface/77f39f2b-6852-4763-a574-cbc965e422d2 HTTP/1.1" 200 284 0.010643 10.0.0.31 - - [2024-10-31 02:28:34] "POST /ref-update HTTP/1.1" 200 156 0.009256 10.0.0.31 - - [2024-10-31 02:28:34] "POST /ref-update HTTP/1.1" 200 156 0.010382 10.0.0.31 - - [2024-10-31 02:28:34] "POST /ref-update HTTP/1.1" 200 156 0.010302 10.0.0.31 - - [2024-10-31 02:28:34] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003731 10.0.0.31 - - [2024-10-31 02:28:34] "POST /neutron/port HTTP/1.1" 200 1088 0.017124 10.0.0.31 - - [2024-10-31 02:28:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006750 10.0.0.31 - - [2024-10-31 02:28:34] "POST /instance-ips HTTP/1.1" 200 373 0.019876 10.0.0.31 - - [2024-10-31 02:28:34] "POST /neutron/port HTTP/1.1" 200 1088 0.014985 10.0.0.31 - - [2024-10-31 02:28:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008005 10.0.0.31 - - [2024-10-31 02:28:34] "POST /ref-update HTTP/1.1" 200 156 0.009058 10.0.0.31 - - [2024-10-31 02:28:34] "POST /neutron/port HTTP/1.1" 200 1088 0.018374 10.0.0.31 - - [2024-10-31 02:28:34] "POST /ref-update HTTP/1.1" 200 156 0.010073 10.0.0.31 - - [2024-10-31 02:28:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007054 10.0.0.31 - - [2024-10-31 02:28:34] "GET /virtual-machine/51d94ed9-a715-433b-bde2-829dbc97183e HTTP/1.1" 200 1290 0.006292 10.0.0.31 - - [2024-10-31 02:28:34] "GET /virtual-machine-interface/7b2d6d6c-0d03-4b52-891b-f96f1f4d9b45 HTTP/1.1" 200 2945 0.008954 10.0.0.31 - - [2024-10-31 02:28:34] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002609 10.0.0.31 - - [2024-10-31 02:28:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.31 - - [2024-10-31 02:28:34] "GET /global-vrouter-config/8e17715a-74ee-4834-8e99-7f7e9ccc0ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004018 10.0.0.31 - - [2024-10-31 02:28:34] "POST /instance-ips HTTP/1.1" 200 373 0.016758 10.0.0.31 - - [2024-10-31 02:28:34] "GET /virtual-networks?parent_id=103ea778-21be-4c98-8609-de65fdc5ffee&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002744 10.0.0.31 - - [2024-10-31 02:28:34] "POST /ref-update HTTP/1.1" 200 156 0.009248 10.0.0.31 - - [2024-10-31 02:28:34] "GET /virtual-network/1a1e5b1a-9419-4267-bf5b-1122d723418e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.012913 10.0.0.31 - - [2024-10-31 02:28:34] "POST /ref-update HTTP/1.1" 200 156 0.008562 10.0.0.31 - - [2024-10-31 02:28:35] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003162 10.0.0.31 - - [2024-10-31 02:28:35] "POST /instance-ips HTTP/1.1" 200 375 0.015741 10.0.0.31 - - [2024-10-31 02:28:35] "POST /ref-update HTTP/1.1" 200 156 0.009300 10.0.0.31 - - [2024-10-31 02:28:35] "POST /ref-update HTTP/1.1" 200 156 0.008909 10.0.0.31 - - [2024-10-31 02:28:35] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003153 10.0.0.31 - - [2024-10-31 02:28:35] "POST /instance-ips HTTP/1.1" 200 375 0.017216 10.0.0.31 - - [2024-10-31 02:28:35] "POST /ref-update HTTP/1.1" 200 156 0.009924 10.0.0.31 - - [2024-10-31 02:28:35] "POST /ref-update HTTP/1.1" 200 156 0.009288 10.0.0.31 - - [2024-10-31 02:28:35] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003095 10.0.0.31 - - [2024-10-31 02:28:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.31 - - [2024-10-31 02:28:36] "GET /global-vrouter-config/8e17715a-74ee-4834-8e99-7f7e9ccc0ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004252 10.0.0.31 - - [2024-10-31 02:28:36] "GET /virtual-networks?parent_id=103ea778-21be-4c98-8609-de65fdc5ffee&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003275 10.0.0.31 - - [2024-10-31 02:28:36] "GET /virtual-network/1a1e5b1a-9419-4267-bf5b-1122d723418e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.010257 10.0.0.31 - - [2024-10-31 02:28:36] "POST /neutron/port HTTP/1.1" 200 1087 0.017578 10.0.0.31 - - [2024-10-31 02:28:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006762 10.0.0.31 - - [2024-10-31 02:28:36] "POST /neutron/port HTTP/1.1" 200 1087 0.015095 10.0.0.31 - - [2024-10-31 02:28:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006999 10.0.0.31 - - [2024-10-31 02:28:36] "POST /neutron/port HTTP/1.1" 200 1087 0.016506 10.0.0.31 - - [2024-10-31 02:28:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006438 10.0.0.31 - - [2024-10-31 02:28:36] "GET /virtual-machine/56409b7b-058e-4ae1-be0a-4c2f6bbd7e3a HTTP/1.1" 200 1290 0.005831 10.0.0.31 - - [2024-10-31 02:28:36] "GET /virtual-machine-interface/180dc4a2-25dd-4e14-8335-b762bc221d8b HTTP/1.1" 200 2948 0.008791 10.0.0.31 - - [2024-10-31 02:28:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003082 10.0.0.31 - - [2024-10-31 02:28:36] "GET /global-vrouter-config/8e17715a-74ee-4834-8e99-7f7e9ccc0ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003958 10.0.0.31 - - [2024-10-31 02:28:36] "GET /virtual-networks?parent_id=103ea778-21be-4c98-8609-de65fdc5ffee&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002990 10.0.0.31 - - [2024-10-31 02:28:36] "GET /virtual-network/12fbe483-8566-4ca0-95f6-11315bdc996d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.010199 10.0.0.31 - - [2024-10-31 02:28:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.31 - - [2024-10-31 02:28:37] "GET /global-vrouter-config/8e17715a-74ee-4834-8e99-7f7e9ccc0ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003761 10.0.0.31 - - [2024-10-31 02:28:37] "GET /virtual-networks?parent_id=103ea778-21be-4c98-8609-de65fdc5ffee&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003265 10.0.0.31 - - [2024-10-31 02:28:37] "GET /virtual-network/12fbe483-8566-4ca0-95f6-11315bdc996d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.009450 10.0.0.31 - - [2024-10-31 02:28:38] "POST /fqname-to-id HTTP/1.1" 404 211 0.003452 10.0.0.31 - - [2024-10-31 02:28:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002573 10.0.0.31 - - [2024-10-31 02:28:38] "GET /projects?obj_uuids=103ea778-21be-4c98-8609-de65fdc5ffee&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001281 10.0.0.31 - - [2024-10-31 02:28:38] "GET /project/103ea778-21be-4c98-8609-de65fdc5ffee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.036908 10.0.0.31 - - [2024-10-31 02:28:38] "POST /network-policys HTTP/1.1" 200 547 0.018549 10.0.0.31 - - [2024-10-31 02:28:38] "GET /network-policy/8479748f-3a5f-4604-b471-cf2291118ef8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.005650 10.0.0.31 - - [2024-10-31 02:28:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.31 - - [2024-10-31 02:28:38] "GET /virtual-network/1a1e5b1a-9419-4267-bf5b-1122d723418e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.009602 10.0.0.31 - - [2024-10-31 02:28:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.31 - - [2024-10-31 02:28:38] "GET /network-policy/8479748f-3a5f-4604-b471-cf2291118ef8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004526 10.0.0.31 - - [2024-10-31 02:28:38] "POST /ref-update HTTP/1.1" 200 156 0.028327 10.0.0.31 - - [2024-10-31 02:28:38] "POST /fqname-to-id HTTP/1.1" 404 242 0.003070 10.0.0.31 - - [2024-10-31 02:28:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003753 10.0.0.31 - - [2024-10-31 02:28:38] "POST /access-control-lists HTTP/1.1" 200 601 0.059272 10.0.0.31 - - [2024-10-31 02:28:38] "GET /network-policy/8479748f-3a5f-4604-b471-cf2291118ef8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004908 10.0.0.31 - - [2024-10-31 02:28:38] "POST /neutron/network HTTP/1.1" 200 922 0.008013 10.0.0.31 - - [2024-10-31 02:28:38] "GET /virtual-network/1a1e5b1a-9419-4267-bf5b-1122d723418e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.008407 10.0.0.31 - - [2024-10-31 02:28:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.31 - - [2024-10-31 02:28:38] "GET /network-policy/8479748f-3a5f-4604-b471-cf2291118ef8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004466 10.0.0.31 - - [2024-10-31 02:28:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.31 - - [2024-10-31 02:28:39] "GET /virtual-network/12fbe483-8566-4ca0-95f6-11315bdc996d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.009755 10.0.0.31 - - [2024-10-31 02:28:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.31 - - [2024-10-31 02:28:39] "GET /network-policy/8479748f-3a5f-4604-b471-cf2291118ef8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004910 10.0.0.31 - - [2024-10-31 02:28:39] "POST /fqname-to-id HTTP/1.1" 404 244 0.003851 10.0.0.31 - - [2024-10-31 02:28:39] "POST /ref-update HTTP/1.1" 200 156 0.040805 10.0.0.31 - - [2024-10-31 02:28:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.31 - - [2024-10-31 02:28:39] "POST /access-control-lists HTTP/1.1" 200 604 0.066886 10.0.0.31 - - [2024-10-31 02:28:39] "GET /network-policy/8479748f-3a5f-4604-b471-cf2291118ef8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004905 10.0.0.31 - - [2024-10-31 02:28:39] "POST /routing-instances HTTP/1.1" 200 759 0.017844 10.0.0.31 - - [2024-10-31 02:28:39] "POST /neutron/network HTTP/1.1" 200 923 0.007581 10.0.0.31 - - [2024-10-31 02:28:39] "GET /virtual-network/12fbe483-8566-4ca0-95f6-11315bdc996d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.009297 10.0.0.31 - - [2024-10-31 02:28:39] "POST /route-targets HTTP/1.1" 200 327 0.011204 10.0.0.31 - - [2024-10-31 02:28:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.31 - - [2024-10-31 02:28:39] "POST /ref-update HTTP/1.1" 200 156 0.013072 10.0.0.31 - - [2024-10-31 02:28:39] "GET /network-policy/8479748f-3a5f-4604-b471-cf2291118ef8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004590 10.0.0.31 - - [2024-10-31 02:28:39] "GET /routing-instance/c7b5140f-7187-4311-87db-b77eec104d2a?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1277 0.006980 10.0.0.31 - - [2024-10-31 02:28:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.31 - - [2024-10-31 02:28:39] "GET /routing-instance/c7b5140f-7187-4311-87db-b77eec104d2a?fields=routing_policy_back_refs HTTP/1.1" 200 1277 0.005913 10.0.0.31 - - [2024-10-31 02:28:39] "GET /service-template/f97be787-ca47-49d8-9dfb-75661238f43e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.004285 10.0.0.31 - - [2024-10-31 02:28:39] "POST /ref-update HTTP/1.1" 200 156 0.010433 10.0.0.31 - - [2024-10-31 02:28:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.31 - - [2024-10-31 02:28:39] "GET /projects?obj_uuids=103ea778-21be-4c98-8609-de65fdc5ffee&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001722 10.0.0.31 - - [2024-10-31 02:28:39] "POST /routing-instances HTTP/1.1" 200 760 0.025132 10.0.0.31 - - [2024-10-31 02:28:39] "GET /project/103ea778-21be-4c98-8609-de65fdc5ffee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.047845 10.0.0.31 - - [2024-10-31 02:28:39] "POST /route-targets HTTP/1.1" 200 327 0.011302 10.0.0.31 - - [2024-10-31 02:28:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.31 - - [2024-10-31 02:28:39] "POST /ref-update HTTP/1.1" 200 156 0.011069 10.0.0.31 - - [2024-10-31 02:28:39] "GET /service-instance/9f6ce510-38f0-4427-b723-75c5840166d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3530 0.007926 10.0.0.31 - - [2024-10-31 02:28:39] "GET /routing-instance/e2da5291-e3b1-492c-9f2f-1d0fedefc883?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1279 0.005993 10.0.0.31 - - [2024-10-31 02:28:39] "GET /domains HTTP/1.1" 200 280 0.003189 10.0.0.31 - - [2024-10-31 02:28:39] "GET /domains?obj_uuids=a22851d8-7bef-4903-956c-5949b718f81e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001245 10.0.0.31 - - [2024-10-31 02:28:39] "GET /domain/a22851d8-7bef-4903-956c-5949b718f81e HTTP/1.1" 200 2772 0.010469 10.0.0.31 - - [2024-10-31 02:28:39] "GET /projects?obj_uuids=103ea778-21be-4c98-8609-de65fdc5ffee&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001194 10.0.0.31 - - [2024-10-31 02:28:39] "GET /routing-instance/e2da5291-e3b1-492c-9f2f-1d0fedefc883?fields=routing_policy_back_refs HTTP/1.1" 200 1279 0.005327 10.0.0.31 - - [2024-10-31 02:28:39] "GET /project/103ea778-21be-4c98-8609-de65fdc5ffee HTTP/1.1" 200 4232 0.080631 10.0.0.31 - - [2024-10-31 02:28:39] "GET /service-instance/9f6ce510-38f0-4427-b723-75c5840166d4 HTTP/1.1" 200 3784 0.007470 10.0.0.31 - - [2024-10-31 02:28:39] "PUT /routing-instance/c7b5140f-7187-4311-87db-b77eec104d2a HTTP/1.1" 200 266 0.016042 10.0.0.31 - - [2024-10-31 02:28:40] "GET /domains HTTP/1.1" 200 280 0.005829 10.0.0.31 - - [2024-10-31 02:28:40] "GET /domains?obj_uuids=a22851d8-7bef-4903-956c-5949b718f81e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002441 10.0.0.31 - - [2024-10-31 02:28:40] "GET /domain/a22851d8-7bef-4903-956c-5949b718f81e HTTP/1.1" 200 2772 0.014445 10.0.0.31 - - [2024-10-31 02:28:40] "GET /projects?obj_uuids=103ea778-21be-4c98-8609-de65fdc5ffee&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001380 10.0.0.31 - - [2024-10-31 02:28:40] "PUT /routing-instance/e2da5291-e3b1-492c-9f2f-1d0fedefc883 HTTP/1.1" 200 266 0.013035 10.0.0.31 - - [2024-10-31 02:28:40] "GET /project/103ea778-21be-4c98-8609-de65fdc5ffee HTTP/1.1" 200 4232 0.100472 10.0.0.31 - - [2024-10-31 02:28:40] "GET /service-instance/9f6ce510-38f0-4427-b723-75c5840166d4 HTTP/1.1" 200 3784 0.005243 10.0.0.31 - - [2024-10-31 02:28:40] "POST /ref-update HTTP/1.1" 200 156 0.037990 10.0.0.31 - - [2024-10-31 02:28:40] "GET /port-tuple/0480b19c-c30c-4526-8dce-b1f28e5c923c HTTP/1.1" 200 1978 0.006525 10.0.0.31 - - [2024-10-31 02:28:40] "GET /virtual-machine-interface/64089873-f567-44ad-b8e9-2ad90a560a22 HTTP/1.1" 200 3798 0.013756 10.0.0.31 - - [2024-10-31 02:28:40] "GET /virtual-machine-interface/77f39f2b-6852-4763-a574-cbc965e422d2 HTTP/1.1" 200 3804 0.013561 10.0.0.31 - - [2024-10-31 02:28:40] "GET /virtual-machine-interface/95e0633f-811f-4e0e-8307-af83faa3372e HTTP/1.1" 200 3816 0.009366 10.0.0.31 - - [2024-10-31 02:28:40] "PUT /access-control-list/bb60cc14-4ebf-485f-9724-67192bd49b8f HTTP/1.1" 200 272 0.037142 10.0.0.31 - - [2024-10-31 02:28:40] "PUT /access-control-list/f5f9d115-a2fb-4384-9cb0-0521febc4fbb HTTP/1.1" 200 272 0.018909 10.0.0.31 - - [2024-10-31 02:28:40] "POST /neutron/port HTTP/1.1" 200 3836 0.059459 10.0.0.31 - - [2024-10-31 02:28:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007365 10.0.0.31 - - [2024-10-31 02:28:40] "POST /neutron/port HTTP/1.1" 200 3836 0.035195 10.0.0.31 - - [2024-10-31 02:28:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006687 10.0.0.31 - - [2024-10-31 02:28:40] "POST /neutron/port HTTP/1.1" 200 3836 0.033463 10.0.0.31 - - [2024-10-31 02:28:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006471 10.0.0.31 - - [2024-10-31 02:28:40] "POST /neutron/port HTTP/1.1" 200 3836 0.035847 10.0.0.31 - - [2024-10-31 02:28:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007461 10.0.0.31 - - [2024-10-31 02:28:40] "POST /neutron/network HTTP/1.1" 200 896 0.013391 10.0.0.31 - - [2024-10-31 02:28:40] "POST /neutron/network HTTP/1.1" 200 922 0.006112 10.0.0.31 - - [2024-10-31 02:28:40] "POST /neutron/network HTTP/1.1" 200 807 0.014926 10.0.0.31 - - [2024-10-31 02:28:40] "POST /neutron/network HTTP/1.1" 200 833 0.006400 10.0.0.31 - - [2024-10-31 02:28:40] "POST /neutron/network HTTP/1.1" 200 897 0.013869 10.0.0.31 - - [2024-10-31 02:28:40] "POST /neutron/network HTTP/1.1" 200 923 0.006365 10.0.0.31 - - [2024-10-31 02:28:40] "POST /id-to-fqname HTTP/1.1" 200 223 0.001491 10.0.0.31 - - [2024-10-31 02:28:40] "POST /id-to-fqname HTTP/1.1" 200 223 0.001386 10.0.0.31 - - [2024-10-31 02:28:40] "POST /id-to-fqname HTTP/1.1" 200 224 0.001537 10.0.0.31 - - [2024-10-31 02:28:40] "GET /virtual-machine/8227d233-77b8-4d61-9846-284701bbad68 HTTP/1.1" 200 1802 0.005043 10.0.0.31 - - [2024-10-31 02:28:40] "GET /virtual-machine-interface/64089873-f567-44ad-b8e9-2ad90a560a22 HTTP/1.1" 200 3798 0.009900 10.0.0.31 - - [2024-10-31 02:28:40] "GET /virtual-machine-interface/77f39f2b-6852-4763-a574-cbc965e422d2 HTTP/1.1" 200 3804 0.011864 10.0.0.31 - - [2024-10-31 02:28:40] "GET /virtual-machine-interface/95e0633f-811f-4e0e-8307-af83faa3372e HTTP/1.1" 200 3816 0.009012 10.0.0.31 - - [2024-10-31 02:28:40] "GET /instance-ip/24e40cc1-118a-4745-a9df-c496368b830a HTTP/1.1" 200 1623 0.006631 10.0.0.31 - - [2024-10-31 02:28:40] "GET /instance-ip/59af5857-ad77-4311-94b8-008eb182f657 HTTP/1.1" 200 1954 0.005013 10.0.0.31 - - [2024-10-31 02:28:41] "GET /instance-ip/7a120cc3-28db-46eb-8b42-01a1238b36a6 HTTP/1.1" 200 1956 0.005321 10.0.0.31 - - [2024-10-31 02:28:41] "GET /instance-ip/60fb9566-3633-4e49-b90f-a8250f2f0ec6 HTTP/1.1" 200 1958 0.004933 10.0.0.31 - - [2024-10-31 02:28:41] "GET /instance-ip/c61d82ad-a7ee-4b18-814d-10725e5212c8 HTTP/1.1" 200 1960 0.005003 10.0.0.31 - - [2024-10-31 02:28:41] "GET /instance-ip/e08eeb53-4008-423c-b624-20543fd0ce6e HTTP/1.1" 200 1624 0.007374 10.0.0.31 - - [2024-10-31 02:28:41] "GET /instance-ip/3799b4ef-8759-4dee-aa17-38c2660067f3 HTTP/1.1" 200 1622 0.007181 10.0.0.31 - - [2024-10-31 02:28:41] "GET /instance-ip/6c82f205-7c3f-4752-a856-c0929f3318bc HTTP/1.1" 200 1978 0.005335 10.0.0.31 - - [2024-10-31 02:28:41] "GET /instance-ip/c110847e-1129-4f7d-96c8-9561f3375d26 HTTP/1.1" 200 1981 0.005197 10.0.0.31 - - [2024-10-31 02:28:41] "POST /neutron/port HTTP/1.1" 200 3836 0.036185 10.0.0.31 - - [2024-10-31 02:28:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007579 10.0.0.31 - - [2024-10-31 02:28:41] "POST /neutron/port HTTP/1.1" 200 3836 0.034392 10.0.0.31 - - [2024-10-31 02:28:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007807 10.0.0.31 - - [2024-10-31 02:28:41] "POST /neutron/port HTTP/1.1" 200 3836 0.039107 10.0.0.31 - - [2024-10-31 02:28:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007433 10.0.0.31 - - [2024-10-31 02:28:41] "POST /neutron/port HTTP/1.1" 200 3836 0.037712 10.0.0.31 - - [2024-10-31 02:28:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007835 10.0.0.31 - - [2024-10-31 02:28:41] "GET /virtual-machine/8227d233-77b8-4d61-9846-284701bbad68 HTTP/1.1" 200 1802 0.004514 10.0.0.31 - - [2024-10-31 02:28:41] "GET /virtual-machine-interface/64089873-f567-44ad-b8e9-2ad90a560a22 HTTP/1.1" 200 3798 0.008838 10.0.0.31 - - [2024-10-31 02:28:41] "GET /virtual-machine-interface/77f39f2b-6852-4763-a574-cbc965e422d2 HTTP/1.1" 200 3804 0.009778 10.0.0.31 - - [2024-10-31 02:28:41] "GET /virtual-machine-interface/95e0633f-811f-4e0e-8307-af83faa3372e HTTP/1.1" 200 3816 0.009205 10.0.0.31 - - [2024-10-31 02:28:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004652 10.0.0.31 - - [2024-10-31 02:28:41] "GET /global-vrouter-config/8e17715a-74ee-4834-8e99-7f7e9ccc0ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004067 10.0.0.31 - - [2024-10-31 02:28:41] "GET /virtual-networks?parent_id=103ea778-21be-4c98-8609-de65fdc5ffee&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003216 10.0.0.31 - - [2024-10-31 02:28:41] "GET /virtual-network/1a1e5b1a-9419-4267-bf5b-1122d723418e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.010596 10.0.0.31 - - [2024-10-31 02:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.31 - - [2024-10-31 02:28:42] "GET /global-vrouter-config/8e17715a-74ee-4834-8e99-7f7e9ccc0ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004065 10.0.0.31 - - [2024-10-31 02:28:42] "GET /virtual-networks?parent_id=103ea778-21be-4c98-8609-de65fdc5ffee&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003437 10.0.0.31 - - [2024-10-31 02:28:42] "GET /virtual-network/1a1e5b1a-9419-4267-bf5b-1122d723418e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.009524 10.0.0.31 - - [2024-10-31 02:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.31 - - [2024-10-31 02:28:43] "GET /global-vrouter-config/8e17715a-74ee-4834-8e99-7f7e9ccc0ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005544 10.0.0.31 - - [2024-10-31 02:28:43] "GET /virtual-networks?parent_id=103ea778-21be-4c98-8609-de65fdc5ffee&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003118 10.0.0.31 - - [2024-10-31 02:28:43] "GET /virtual-network/1a1e5b1a-9419-4267-bf5b-1122d723418e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.009229 10.0.0.31 - - [2024-10-31 02:28:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.31 - - [2024-10-31 02:28:43] "GET /global-vrouter-config/8e17715a-74ee-4834-8e99-7f7e9ccc0ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004867 10.0.0.31 - - [2024-10-31 02:28:43] "GET /virtual-networks?parent_id=103ea778-21be-4c98-8609-de65fdc5ffee&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003384 10.0.0.31 - - [2024-10-31 02:28:43] "GET /virtual-network/1a1e5b1a-9419-4267-bf5b-1122d723418e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.009282 10.0.0.31 - - [2024-10-31 02:28:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.31 - - [2024-10-31 02:28:43] "GET /global-vrouter-config/8e17715a-74ee-4834-8e99-7f7e9ccc0ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004344 10.0.0.31 - - [2024-10-31 02:28:43] "GET /virtual-networks?parent_id=103ea778-21be-4c98-8609-de65fdc5ffee&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003386 10.0.0.31 - - [2024-10-31 02:28:43] "GET /virtual-network/1a1e5b1a-9419-4267-bf5b-1122d723418e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.009972 10.0.0.31 - - [2024-10-31 02:28:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.31 - - [2024-10-31 02:28:43] "GET /global-vrouter-config/8e17715a-74ee-4834-8e99-7f7e9ccc0ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004032 10.0.0.31 - - [2024-10-31 02:28:43] "GET /virtual-networks?parent_id=103ea778-21be-4c98-8609-de65fdc5ffee&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003722 10.0.0.31 - - [2024-10-31 02:28:43] "GET /virtual-network/c8c6ec49-3dc8-4c03-993e-85f6c1811e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.009463 10.0.0.31 - - [2024-10-31 02:28:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991 10.0.0.31 - - [2024-10-31 02:28:43] "GET /global-vrouter-config/8e17715a-74ee-4834-8e99-7f7e9ccc0ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004412 10.0.0.31 - - [2024-10-31 02:28:43] "GET /virtual-networks?parent_id=103ea778-21be-4c98-8609-de65fdc5ffee&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003301 10.0.0.31 - - [2024-10-31 02:28:43] "GET /virtual-network/c8c6ec49-3dc8-4c03-993e-85f6c1811e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.010127 10.0.0.31 - - [2024-10-31 02:28:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.31 - - [2024-10-31 02:28:44] "GET /global-vrouter-config/8e17715a-74ee-4834-8e99-7f7e9ccc0ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004409 10.0.0.31 - - [2024-10-31 02:28:44] "GET /virtual-networks?parent_id=103ea778-21be-4c98-8609-de65fdc5ffee&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003355 10.0.0.31 - - [2024-10-31 02:28:44] "GET /virtual-network/c8c6ec49-3dc8-4c03-993e-85f6c1811e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.009684 10.0.0.31 - - [2024-10-31 02:28:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.31 - - [2024-10-31 02:28:44] "GET /global-vrouter-config/8e17715a-74ee-4834-8e99-7f7e9ccc0ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004469 10.0.0.31 - - [2024-10-31 02:28:44] "GET /virtual-networks?parent_id=103ea778-21be-4c98-8609-de65fdc5ffee&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003076 10.0.0.31 - - [2024-10-31 02:28:44] "GET /virtual-network/c8c6ec49-3dc8-4c03-993e-85f6c1811e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.009811 10.0.0.31 - - [2024-10-31 02:28:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.31 - - [2024-10-31 02:28:44] "GET /global-vrouter-config/8e17715a-74ee-4834-8e99-7f7e9ccc0ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004658 10.0.0.31 - - [2024-10-31 02:28:44] "GET /virtual-networks?parent_id=103ea778-21be-4c98-8609-de65fdc5ffee&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003591 10.0.0.31 - - [2024-10-31 02:28:44] "GET /virtual-network/12fbe483-8566-4ca0-95f6-11315bdc996d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.009458 10.0.0.31 - - [2024-10-31 02:28:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.31 - - [2024-10-31 02:28:44] "GET /global-vrouter-config/8e17715a-74ee-4834-8e99-7f7e9ccc0ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004902 10.0.0.31 - - [2024-10-31 02:28:44] "GET /virtual-networks?parent_id=103ea778-21be-4c98-8609-de65fdc5ffee&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003840 10.0.0.31 - - [2024-10-31 02:28:44] "GET /virtual-network/12fbe483-8566-4ca0-95f6-11315bdc996d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.009891 10.0.0.31 - - [2024-10-31 02:28:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004104 10.0.0.31 - - [2024-10-31 02:28:44] "GET /global-vrouter-config/8e17715a-74ee-4834-8e99-7f7e9ccc0ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005000 10.0.0.31 - - [2024-10-31 02:28:45] "GET /virtual-networks?parent_id=103ea778-21be-4c98-8609-de65fdc5ffee&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003470 10.0.0.31 - - [2024-10-31 02:28:45] "GET /virtual-network/12fbe483-8566-4ca0-95f6-11315bdc996d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.009475 10.0.0.31 - - [2024-10-31 02:28:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.31 - - [2024-10-31 02:28:45] "GET /global-vrouter-config/8e17715a-74ee-4834-8e99-7f7e9ccc0ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005463 10.0.0.31 - - [2024-10-31 02:28:45] "GET /virtual-networks?parent_id=103ea778-21be-4c98-8609-de65fdc5ffee&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003502 10.0.0.31 - - [2024-10-31 02:28:45] "GET /virtual-network/12fbe483-8566-4ca0-95f6-11315bdc996d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.009356 10.0.0.31 - - [2024-10-31 02:28:45] "GET /virtual-machine/8227d233-77b8-4d61-9846-284701bbad68 HTTP/1.1" 200 1802 0.005239 10.0.0.31 - - [2024-10-31 02:28:45] "GET /domains HTTP/1.1" 200 280 0.002727 10.0.0.31 - - [2024-10-31 02:28:45] "GET /domains?obj_uuids=a22851d8-7bef-4903-956c-5949b718f81e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001290 10.0.0.31 - - [2024-10-31 02:28:45] "GET /domain/a22851d8-7bef-4903-956c-5949b718f81e HTTP/1.1" 200 2772 0.008899 10.0.0.31 - - [2024-10-31 02:28:45] "GET /projects?obj_uuids=103ea778-21be-4c98-8609-de65fdc5ffee&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001338 10.0.0.31 - - [2024-10-31 02:28:45] "GET /project/103ea778-21be-4c98-8609-de65fdc5ffee HTTP/1.1" 200 4232 0.079633 10.0.0.31 - - [2024-10-31 02:28:45] "GET /service-instance/9f6ce510-38f0-4427-b723-75c5840166d4 HTTP/1.1" 200 3784 0.005377 10.0.0.31 - - [2024-10-31 02:28:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002764 10.0.0.31 - - [2024-10-31 02:28:45] "GET /routing-instance/cb8165da-7f7d-4cbf-99de-2150e45a46b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1888 0.004474 10.0.0.31 - - [2024-10-31 02:28:45] "GET /routing-instance/cb8165da-7f7d-4cbf-99de-2150e45a46b3?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2021 0.007275 10.0.0.31 - - [2024-10-31 02:28:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.31 - - [2024-10-31 02:28:45] "GET /routing-instance/059bc50d-e444-4ef1-828e-3604d6b3c692?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1890 0.006213 10.0.0.31 - - [2024-10-31 02:28:45] "GET /routing-instance/059bc50d-e444-4ef1-828e-3604d6b3c692?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2021 0.007429 10.0.0.31 - - [2024-10-31 02:28:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.31 - - [2024-10-31 02:28:45] "GET /virtual-network/1a1e5b1a-9419-4267-bf5b-1122d723418e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.009678 10.0.0.31 - - [2024-10-31 02:28:45] "GET /virtual-network/1a1e5b1a-9419-4267-bf5b-1122d723418e?fields=routing_instances HTTP/1.1" 200 1683 0.011905 10.0.0.31 - - [2024-10-31 02:28:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.31 - - [2024-10-31 02:28:45] "GET /virtual-network/12fbe483-8566-4ca0-95f6-11315bdc996d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.009473 10.0.0.31 - - [2024-10-31 02:28:46] "GET /virtual-network/12fbe483-8566-4ca0-95f6-11315bdc996d?fields=routing_instances HTTP/1.1" 200 1688 0.011383 10.0.0.31 - - [2024-10-31 02:28:50] "POST /ref-update HTTP/1.1" 200 156 0.030519 10.0.0.31 - - [2024-10-31 02:28:50] "DELETE /access-control-list/f5f9d115-a2fb-4384-9cb0-0521febc4fbb HTTP/1.1" 200 115 0.040254 10.0.0.31 - - [2024-10-31 02:28:50] "POST /neutron/network HTTP/1.1" 200 835 0.009932 10.0.0.31 - - [2024-10-31 02:28:50] "GET /virtual-network/12fbe483-8566-4ca0-95f6-11315bdc996d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.011879 10.0.0.31 - - [2024-10-31 02:28:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.31 - - [2024-10-31 02:28:50] "GET /network-policy/8479748f-3a5f-4604-b471-cf2291118ef8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004003 10.0.0.31 - - [2024-10-31 02:28:50] "DELETE /routing-instance/c7b5140f-7187-4311-87db-b77eec104d2a HTTP/1.1" 200 115 0.032381 10.0.0.31 - - [2024-10-31 02:28:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004077 10.0.0.31 - - [2024-10-31 02:28:50] "POST /ref-update HTTP/1.1" 200 156 0.033978 10.0.0.31 - - [2024-10-31 02:28:50] "DELETE /route-target/a4d00f06-51cd-4d83-828e-8efccb55d730 HTTP/1.1" 200 115 0.023236 10.0.0.31 - - [2024-10-31 02:28:50] "POST /neutron/network HTTP/1.1" 200 834 0.008725 10.0.0.31 - - [2024-10-31 02:28:50] "DELETE /routing-instance/e2da5291-e3b1-492c-9f2f-1d0fedefc883 HTTP/1.1" 200 115 0.042136 10.0.0.31 - - [2024-10-31 02:28:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005955 10.0.0.31 - - [2024-10-31 02:28:50] "GET /virtual-network/1a1e5b1a-9419-4267-bf5b-1122d723418e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.018638 10.0.0.31 - - [2024-10-31 02:28:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.31 - - [2024-10-31 02:28:50] "DELETE /route-target/90b06355-9f75-415a-b291-10063eff342a HTTP/1.1" 200 115 0.021619 10.0.0.31 - - [2024-10-31 02:28:50] "GET /network-policy/8479748f-3a5f-4604-b471-cf2291118ef8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.010206 10.0.0.31 - - [2024-10-31 02:28:50] "DELETE /access-control-list/bb60cc14-4ebf-485f-9724-67192bd49b8f HTTP/1.1" 200 115 0.026214 10.0.0.31 - - [2024-10-31 02:28:50] "DELETE /network-policy/8479748f-3a5f-4604-b471-cf2291118ef8 HTTP/1.1" 200 115 0.025696 10.0.0.31 - - [2024-10-31 02:28:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002699 10.0.0.31 - - [2024-10-31 02:28:50] "DELETE /service-instance/9f6ce510-38f0-4427-b723-75c5840166d4 HTTP/1.1" 200 115 0.047466 10.0.0.31 - - [2024-10-31 02:28:50] "GET /domains HTTP/1.1" 200 280 0.003842 10.0.0.31 - - [2024-10-31 02:28:50] "POST /ref-update HTTP/1.1" 200 156 0.015441 10.0.0.31 - - [2024-10-31 02:28:50] "GET /domains?obj_uuids=a22851d8-7bef-4903-956c-5949b718f81e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001712 10.0.0.31 - - [2024-10-31 02:28:50] "GET /domain/a22851d8-7bef-4903-956c-5949b718f81e HTTP/1.1" 200 2772 0.017634 10.0.0.31 - - [2024-10-31 02:28:50] "GET /projects?obj_uuids=103ea778-21be-4c98-8609-de65fdc5ffee&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001721 10.0.0.31 - - [2024-10-31 02:28:50] "DELETE /instance-ip/59af5857-ad77-4311-94b8-008eb182f657 HTTP/1.1" 200 115 0.047004 10.0.0.31 - - [2024-10-31 02:28:50] "POST /ref-update HTTP/1.1" 200 156 0.010883 10.0.0.31 - - [2024-10-31 02:28:50] "GET /project/103ea778-21be-4c98-8609-de65fdc5ffee HTTP/1.1" 200 3758 0.076532 10.0.0.31 - - [2024-10-31 02:28:50] "GET /virtual-machine/8227d233-77b8-4d61-9846-284701bbad68 HTTP/1.1" 200 1802 0.004625 10.0.0.31 - - [2024-10-31 02:28:50] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002704 10.0.0.31 - - [2024-10-31 02:28:50] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003775 10.0.0.31 - - [2024-10-31 02:28:50] "DELETE /instance-ip/60fb9566-3633-4e49-b90f-a8250f2f0ec6 HTTP/1.1" 200 115 0.027847 10.0.0.31 - - [2024-10-31 02:28:50] "POST /ref-update HTTP/1.1" 200 156 0.011928 10.0.0.31 - - [2024-10-31 02:28:50] "DELETE /instance-ip/7a120cc3-28db-46eb-8b42-01a1238b36a6 HTTP/1.1" 200 115 0.028933 10.0.0.31 - - [2024-10-31 02:28:50] "POST /ref-update HTTP/1.1" 200 156 0.012890 10.0.0.31 - - [2024-10-31 02:28:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.008228 10.0.0.31 - - [2024-10-31 02:28:50] "DELETE /service-template/f97be787-ca47-49d8-9dfb-75661238f43e HTTP/1.1" 200 115 0.033026 10.0.0.31 - - [2024-10-31 02:28:50] "POST /fqname-to-id HTTP/1.1" 404 193 0.003706 10.0.0.31 - - [2024-10-31 02:28:51] "DELETE /instance-ip/c110847e-1129-4f7d-96c8-9561f3375d26 HTTP/1.1" 200 115 0.023844 10.0.0.31 - - [2024-10-31 02:28:51] "POST /ref-update HTTP/1.1" 200 156 0.010139 10.0.0.31 - - [2024-10-31 02:28:51] "DELETE /instance-ip/c61d82ad-a7ee-4b18-814d-10725e5212c8 HTTP/1.1" 200 115 0.021573 10.0.0.31 - - [2024-10-31 02:28:51] "POST /ref-update HTTP/1.1" 200 156 0.011890 10.0.0.31 - - [2024-10-31 02:28:51] "DELETE /instance-ip/6c82f205-7c3f-4752-a856-c0929f3318bc HTTP/1.1" 200 115 0.028198 10.0.0.31 - - [2024-10-31 02:28:51] "POST /neutron/network HTTP/1.1" 200 835 0.014523 10.0.0.31 - - [2024-10-31 02:28:51] "POST /neutron/network HTTP/1.1" 400 204 0.016171 10.0.0.31 - - [2024-10-31 02:28:51] "POST /neutron/port HTTP/1.1" 200 1087 0.017163 10.0.0.31 - - [2024-10-31 02:28:51] "POST /neutron/port HTTP/1.1" 200 1113 0.010777 10.0.0.31 - - [2024-10-31 02:28:51] "POST /neutron/port HTTP/1.1" 200 151 0.105709 10.0.0.31 - - [2024-10-31 02:28:51] "POST /neutron/port HTTP/1.1" 200 1088 0.023932 10.0.0.31 - - [2024-10-31 02:28:51] "POST /neutron/port HTTP/1.1" 200 1114 0.013458 10.0.0.31 - - [2024-10-31 02:28:51] "POST /neutron/port HTTP/1.1" 200 151 0.100860 10.0.0.31 - - [2024-10-31 02:28:51] "POST /neutron/port HTTP/1.1" 200 3029 0.025439 10.0.0.31 - - [2024-10-31 02:28:51] "POST /neutron/port HTTP/1.1" 200 1113 0.010422 10.0.0.31 - - [2024-10-31 02:28:52] "POST /neutron/port HTTP/1.1" 200 151 0.095921 10.0.0.31 - - [2024-10-31 02:28:52] "POST /neutron/port HTTP/1.1" 200 1114 0.011102 10.0.0.31 - - [2024-10-31 02:28:52] "POST /neutron/port HTTP/1.1" 200 151 0.107962 10.0.0.31 - - [2024-10-31 02:28:52] "POST /neutron/port HTTP/1.1" 200 1113 0.011121 10.0.0.31 - - [2024-10-31 02:28:52] "POST /neutron/port HTTP/1.1" 200 151 0.102918 10.0.0.31 - - [2024-10-31 02:28:53] "POST /neutron/network HTTP/1.1" 200 835 0.006225 10.0.0.31 - - [2024-10-31 02:28:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005839 10.0.0.31 - - [2024-10-31 02:28:53] "POST /useragent-kv HTTP/1.1" 200 115 0.001753 10.0.0.31 - - [2024-10-31 02:28:53] "POST /useragent-kv HTTP/1.1" 200 115 0.001818 10.0.0.31 - - [2024-10-31 02:28:53] "POST /neutron/network HTTP/1.1" 200 151 0.103489 10.0.0.31 - - [2024-10-31 02:28:53] "DELETE /route-target/9b5bd77f-a260-4acd-96b2-c84776067430 HTTP/1.1" 200 115 0.023300 10.0.0.31 - - [2024-10-31 02:28:53] "GET /routing-instance/059bc50d-e444-4ef1-828e-3604d6b3c692 HTTP/1.1" 404 171 0.002927 10.0.0.31 - - [2024-10-31 02:28:53] "GET /domains HTTP/1.1" 200 280 0.003136 10.0.0.31 - - [2024-10-31 02:28:53] "GET /domains?obj_uuids=a22851d8-7bef-4903-956c-5949b718f81e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002126 10.0.0.31 - - [2024-10-31 02:28:53] "GET /domain/a22851d8-7bef-4903-956c-5949b718f81e HTTP/1.1" 200 2572 0.055306 10.0.0.31 - - [2024-10-31 02:28:53] "GET /projects?obj_uuids=103ea778-21be-4c98-8609-de65fdc5ffee&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001168 10.0.0.31 - - [2024-10-31 02:28:53] "GET /project/103ea778-21be-4c98-8609-de65fdc5ffee HTTP/1.1" 200 2297 0.080537 10.0.0.31 - - [2024-10-31 02:28:53] "POST /neutron/network HTTP/1.1" 200 834 0.006977 10.0.0.31 - - [2024-10-31 02:28:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.31 - - [2024-10-31 02:28:53] "POST /useragent-kv HTTP/1.1" 200 115 0.001199 10.0.0.31 - - [2024-10-31 02:28:53] "POST /useragent-kv HTTP/1.1" 200 115 0.001209 10.0.0.31 - - [2024-10-31 02:28:53] "POST /neutron/network HTTP/1.1" 200 151 0.086711 10.0.0.31 - - [2024-10-31 02:28:53] "DELETE /route-target/778d6e7c-2951-4e22-8de2-dedb40d6b7b4 HTTP/1.1" 200 115 0.019838 10.0.0.31 - - [2024-10-31 02:28:53] "GET /routing-instance/cb8165da-7f7d-4cbf-99de-2150e45a46b3 HTTP/1.1" 404 171 0.002773 10.0.0.31 - - [2024-10-31 02:28:53] "GET /domains HTTP/1.1" 200 280 0.002784 10.0.0.31 - - [2024-10-31 02:28:53] "GET /domains?obj_uuids=a22851d8-7bef-4903-956c-5949b718f81e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001596 10.0.0.31 - - [2024-10-31 02:28:53] "GET /domain/a22851d8-7bef-4903-956c-5949b718f81e HTTP/1.1" 200 2572 0.050538 10.0.0.31 - - [2024-10-31 02:28:53] "GET /projects?obj_uuids=103ea778-21be-4c98-8609-de65fdc5ffee&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001251 10.0.0.31 - - [2024-10-31 02:28:53] "GET /project/103ea778-21be-4c98-8609-de65fdc5ffee HTTP/1.1" 200 2079 0.077281 10.0.0.31 - - [2024-10-31 02:28:53] "POST /neutron/network HTTP/1.1" 200 833 0.005790 10.0.0.31 - - [2024-10-31 02:28:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004853 10.0.0.31 - - [2024-10-31 02:28:53] "POST /useragent-kv HTTP/1.1" 200 115 0.001204 10.0.0.31 - - [2024-10-31 02:28:53] "POST /useragent-kv HTTP/1.1" 200 115 0.001166 10.0.0.31 - - [2024-10-31 02:28:53] "POST /neutron/network HTTP/1.1" 200 151 0.085349 10.0.0.31 - - [2024-10-31 02:28:53] "GET /routing-instance/e39b931b-1360-4c87-81c4-ea4e76c89eaf HTTP/1.1" 404 171 0.004633 10.0.0.31 - - [2024-10-31 02:28:53] "DELETE /route-target/33bc1d55-f7ae-4415-b8ee-11a6eb2c1c1d HTTP/1.1" 200 115 0.030326 10.0.0.31 - - [2024-10-31 02:28:54] "GET /domains HTTP/1.1" 200 280 0.003778 10.0.0.31 - - [2024-10-31 02:28:54] "GET /domains?obj_uuids=a22851d8-7bef-4903-956c-5949b718f81e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002780 10.0.0.31 - - [2024-10-31 02:28:54] "GET /domain/a22851d8-7bef-4903-956c-5949b718f81e HTTP/1.1" 200 2572 0.016259 10.0.0.31 - - [2024-10-31 02:28:54] "GET /projects?obj_uuids=103ea778-21be-4c98-8609-de65fdc5ffee&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001215 10.0.0.31 - - [2024-10-31 02:28:54] "GET /project/103ea778-21be-4c98-8609-de65fdc5ffee HTTP/1.1" 200 1839 0.070499 10.0.0.31 - - [2024-10-31 02:28:54] "GET /projects?obj_uuids=103ea778-21be-4c98-8609-de65fdc5ffee&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001218 10.0.0.31 - - [2024-10-31 02:28:54] "GET /project/103ea778-21be-4c98-8609-de65fdc5ffee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.035052 10.0.0.31 - - [2024-10-31 02:28:54] "GET /projects?obj_uuids=103ea778-21be-4c98-8609-de65fdc5ffee&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001205 10.0.0.31 - - [2024-10-31 02:28:54] "GET /project/103ea778-21be-4c98-8609-de65fdc5ffee?fields=virtual_networks HTTP/1.1" 200 1027 0.075042 10.0.0.31 - - [2024-10-31 02:28:54] "GET /projects?obj_uuids=103ea778-21be-4c98-8609-de65fdc5ffee&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001276 10.0.0.31 - - [2024-10-31 02:28:54] "GET /project/103ea778-21be-4c98-8609-de65fdc5ffee?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.034251 10.0.0.31 - - [2024-10-31 02:28:54] "GET /projects?obj_uuids=103ea778-21be-4c98-8609-de65fdc5ffee&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001244 10.0.0.31 - - [2024-10-31 02:28:54] "GET /project/103ea778-21be-4c98-8609-de65fdc5ffee?fields=security_groups HTTP/1.1" 200 1251 0.037443 10.0.0.31 - - [2024-10-31 02:28:55] "POST /fqname-to-id HTTP/1.1" 404 189 0.026082 10.0.0.31 - - [2024-10-31 02:28:55] "GET /projects?obj_uuids=6a2ece03-16b6-47ec-967b-87f5632a7c6f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002624 10.0.0.31 - - [2024-10-31 02:28:55] "GET /domains?obj_uuids=a22851d8-7bef-4903-956c-5949b718f81e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001158 10.0.0.31 - - [2024-10-31 02:28:55] "GET /domain/a22851d8-7bef-4903-956c-5949b718f81e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009110 10.0.0.31 - - [2024-10-31 02:28:55] "POST /id-to-fqname HTTP/1.1" 200 191 0.001373 10.0.0.31 - - [2024-10-31 02:28:55] "POST /fqname-to-id HTTP/1.1" 404 200 0.004928 10.0.0.31 - - [2024-10-31 02:28:55] "POST /security-groups HTTP/1.1" 200 592 0.063541 10.0.0.31 - - [2024-10-31 02:28:55] "POST /fqname-to-id HTTP/1.1" 404 235 0.002859 10.0.0.31 - - [2024-10-31 02:28:55] "POST /projects HTTP/1.1" 200 587 0.232942 10.0.0.31 - - [2024-10-31 02:28:55] "POST /access-control-lists HTTP/1.1" 200 597 0.059380 10.0.0.31 - - [2024-10-31 02:28:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.311697 10.0.0.31 - - [2024-10-31 02:28:55] "POST /fqname-to-id HTTP/1.1" 404 234 0.003230 10.0.0.31 - - [2024-10-31 02:28:56] "GET /project/6a2ece03-16b6-47ec-967b-87f5632a7c6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.447213 10.0.0.31 - - [2024-10-31 02:28:56] "POST /access-control-lists HTTP/1.1" 200 595 0.063782 10.0.0.31 - - [2024-10-31 02:28:57] "GET / HTTP/1.1" 200 35931 0.002384 10.0.0.31 - - [2024-10-31 02:28:58] "GET /project/6a2ece03-16b6-47ec-967b-87f5632a7c6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000561 10.0.0.31 - - [2024-10-31 02:28:58] "GET /projects?obj_uuids=6a2ece03-16b6-47ec-967b-87f5632a7c6f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001271 10.0.0.31 - - [2024-10-31 02:28:58] "GET /project/6a2ece03-16b6-47ec-967b-87f5632a7c6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.059552 10.0.0.31 - - [2024-10-31 02:28:58] "POST /fqname-to-id HTTP/1.1" 404 180 0.003240 10.0.0.31 - - [2024-10-31 02:28:58] "POST /virtual-DNSs HTTP/1.1" 200 507 0.022117 10.0.0.31 - - [2024-10-31 02:28:58] "GET /virtual-DNS/805c4704-4200-4896-b097-35bb33e866ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.005505 10.0.0.31 - - [2024-10-31 02:28:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.31 - - [2024-10-31 02:28:58] "GET /virtual-DNS/805c4704-4200-4896-b097-35bb33e866ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.004407 10.0.0.31 - - [2024-10-31 02:28:58] "GET /domains HTTP/1.1" 401 292 0.000479 10.0.0.31 - - [2024-10-31 02:28:59] "GET /domains HTTP/1.1" 200 280 0.028435 10.0.0.31 - - [2024-10-31 02:28:59] "GET /domains?obj_uuids=a22851d8-7bef-4903-956c-5949b718f81e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001324 10.0.0.31 - - [2024-10-31 02:28:59] "GET /domain/a22851d8-7bef-4903-956c-5949b718f81e HTTP/1.1" 200 2959 0.010268 10.0.0.31 - - [2024-10-31 02:28:59] "GET /virtual-DNS/805c4704-4200-4896-b097-35bb33e866ab HTTP/1.1" 200 1438 0.005433 10.0.0.31 - - [2024-10-31 02:28:59] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.002681 10.0.0.31 - - [2024-10-31 02:28:59] "POST /network-ipams HTTP/1.1" 200 514 0.018635 10.0.0.31 - - [2024-10-31 02:28:59] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 968 0.003088 10.0.0.31 - - [2024-10-31 02:28:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.31 - - [2024-10-31 02:28:59] "GET /network-ipam/a93d102b-d2fa-4ec8-a14e-2ba0bca22669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.006088 10.0.0.31 - - [2024-10-31 02:28:59] "PUT /network-ipam/a93d102b-d2fa-4ec8-a14e-2ba0bca22669 HTTP/1.1" 200 258 0.009766 10.0.0.31 - - [2024-10-31 02:28:59] "POST /ref-update HTTP/1.1" 200 156 0.009716 10.0.0.31 - - [2024-10-31 02:28:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.31 - - [2024-10-31 02:28:59] "GET /projects?obj_uuids=6a2ece03-16b6-47ec-967b-87f5632a7c6f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001887 10.0.0.31 - - [2024-10-31 02:28:59] "GET /project/6a2ece03-16b6-47ec-967b-87f5632a7c6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.044974 10.0.0.31 - - [2024-10-31 02:28:59] "POST /neutron/network HTTP/1.1" 200 117 0.035187 10.0.0.31 - - [2024-10-31 02:28:59] "GET /projects?obj_uuids=6a2ece03-16b6-47ec-967b-87f5632a7c6f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001184 10.0.0.31 - - [2024-10-31 02:28:59] "POST /neutron/network HTTP/1.1" 200 618 0.069690 10.0.0.31 - - [2024-10-31 02:28:59] "POST /route-targets HTTP/1.1" 200 327 0.012982 10.0.0.31 - - [2024-10-31 02:28:59] "POST /ref-update HTTP/1.1" 200 156 0.012262 10.0.0.31 - - [2024-10-31 02:28:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002450 10.0.0.31 - - [2024-10-31 02:28:59] "POST /neutron/subnet HTTP/1.1" 200 711 0.209068 10.0.0.31 - - [2024-10-31 02:29:00] "POST /neutron/network HTTP/1.1" 200 833 0.006619 10.0.0.31 - - [2024-10-31 02:29:00] "POST /id-to-fqname HTTP/1.1" 200 227 0.001491 10.0.0.31 - - [2024-10-31 02:29:00] "GET /virtual-network/12c8c311-4690-438f-ac3c-45427d90f23c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.009646 10.0.0.31 - - [2024-10-31 02:29:00] "POST /neutron/network HTTP/1.1" 200 833 0.005962 10.0.0.31 - - [2024-10-31 02:29:00] "GET /virtual-network/12c8c311-4690-438f-ac3c-45427d90f23c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.009506 10.0.0.31 - - [2024-10-31 02:29:00] "POST /neutron/network HTTP/1.1" 200 833 0.007403 10.0.0.31 - - [2024-10-31 02:29:00] "POST /neutron/subnet HTTP/1.1" 200 711 0.007790 10.0.0.31 - - [2024-10-31 02:29:00] "POST /neutron/network HTTP/1.1" 200 807 0.012250 10.0.0.31 - - [2024-10-31 02:29:00] "POST /neutron/network HTTP/1.1" 200 833 0.006176 10.0.0.31 - - [2024-10-31 02:29:00] "POST /id-to-fqname HTTP/1.1" 200 227 0.001483 10.0.0.31 - - [2024-10-31 02:29:00] "POST /neutron/network HTTP/1.1" 200 843 0.006190 10.0.0.31 - - [2024-10-31 02:29:00] "GET /aaa-mode HTTP/1.1" 401 292 0.000499 10.0.0.31 - - [2024-10-31 02:29:00] "GET / HTTP/1.1" 200 35931 0.002144 10.0.0.31 - - [2024-10-31 02:29:00] "GET /project/6a2ece03-16b6-47ec-967b-87f5632a7c6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000494 10.0.0.31 - - [2024-10-31 02:29:01] "DELETE /project/6a2ece0316b647ec967b87f5632a7c6f HTTP/1.1" 404 173 0.005604 10.0.0.31 - - [2024-10-31 02:29:01] "GET /projects?obj_uuids=103ea778-21be-4c98-8609-de65fdc5ffee&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001240 10.0.0.31 - - [2024-10-31 02:29:01] "GET /project/103ea778-21be-4c98-8609-de65fdc5ffee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.036121 10.0.0.31 - - [2024-10-31 02:29:01] "GET /projects?obj_uuids=103ea778-21be-4c98-8609-de65fdc5ffee&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001210 10.0.0.31 - - [2024-10-31 02:29:01] "GET /projects?obj_uuids=6a2ece03-16b6-47ec-967b-87f5632a7c6f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001395 10.0.0.31 - - [2024-10-31 02:29:01] "GET /project/103ea778-21be-4c98-8609-de65fdc5ffee?fields=security_groups HTTP/1.1" 200 1356 0.085227 10.0.0.31 - - [2024-10-31 02:29:01] "GET /project/6a2ece03-16b6-47ec-967b-87f5632a7c6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.101605 10.0.0.31 - - [2024-10-31 02:29:01] "POST /neutron/network HTTP/1.1" 200 833 0.007052 10.0.0.31 - - [2024-10-31 02:29:01] "DELETE /security-group/7deb3d42-b08c-4d3e-9fcb-041f21380dfc HTTP/1.1" 200 115 0.055210 10.0.0.31 - - [2024-10-31 02:29:01] "GET /projects?obj_uuids=103ea778-21be-4c98-8609-de65fdc5ffee&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001254 10.0.0.31 - - [2024-10-31 02:29:01] "DELETE /access-control-list/242f1a02-8fd6-432f-b608-e1ad65da02bd HTTP/1.1" 200 115 0.034035 10.0.0.31 - - [2024-10-31 02:29:01] "GET /project/103ea778-21be-4c98-8609-de65fdc5ffee?fields=application_policy_sets HTTP/1.1" 200 1395 0.049142 10.0.0.31 - - [2024-10-31 02:29:01] "DELETE /access-control-list/444b00d1-2b4b-4f93-8309-2c63dfc43cfa HTTP/1.1" 200 115 0.042431 10.0.0.31 - - [2024-10-31 02:29:01] "POST /neutron/port HTTP/1.1" 200 117 0.005613 10.0.0.31 - - [2024-10-31 02:29:01] "POST /neutron/port HTTP/1.1" 200 117 0.015272 10.0.0.31 - - [2024-10-31 02:29:01] "DELETE /project/103ea778-21be-4c98-8609-de65fdc5ffee HTTP/1.1" 200 115 0.422450 10.0.0.31 - - [2024-10-31 02:29:01] "POST /neutron/port HTTP/1.1" 200 117 0.004991 10.0.0.31 - - [2024-10-31 02:29:01] "POST /neutron/network HTTP/1.1" 200 843 0.009116 10.0.0.31 - - [2024-10-31 02:29:01] "GET /projects?obj_uuids=6a2ece03-16b6-47ec-967b-87f5632a7c6f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001290 10.0.0.31 - - [2024-10-31 02:29:02] "POST /neutron/port HTTP/1.1" 200 1058 0.217193 10.0.0.31 - - [2024-10-31 02:29:02] "POST /neutron/port HTTP/1.1" 200 1058 0.013356 10.0.0.31 - - [2024-10-31 02:29:02] "POST /neutron/port HTTP/1.1" 200 1058 0.012607 10.0.0.31 - - [2024-10-31 02:29:02] "POST /neutron/port HTTP/1.1" 200 1112 0.072689 10.0.0.31 - - [2024-10-31 02:29:02] "POST /neutron/port HTTP/1.1" 200 1086 0.016932 10.0.0.31 - - [2024-10-31 02:29:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003721 10.0.0.31 - - [2024-10-31 02:29:02] "POST /neutron/subnet HTTP/1.1" 200 685 0.013477 10.0.0.31 - - [2024-10-31 02:29:02] "POST /neutron/port HTTP/1.1" 200 117 0.001519 10.0.0.31 - - [2024-10-31 02:29:02] "POST /neutron/network HTTP/1.1" 200 833 0.006478 10.0.0.31 - - [2024-10-31 02:29:06] "POST /neutron/port HTTP/1.1" 200 1086 0.023920 10.0.0.31 - - [2024-10-31 02:29:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007798 10.0.0.31 - - [2024-10-31 02:29:06] "POST /neutron/port HTTP/1.1" 200 1086 0.017510 10.0.0.31 - - [2024-10-31 02:29:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008348 10.0.0.31 - - [2024-10-31 02:29:06] "POST /neutron/port HTTP/1.1" 200 1086 0.017495 10.0.0.31 - - [2024-10-31 02:29:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007565 10.0.0.31 - - [2024-10-31 02:29:06] "GET /virtual-machine/5aae3185-dd2d-4370-8bac-acff4ad169c8 HTTP/1.1" 200 1293 0.006039 10.0.0.31 - - [2024-10-31 02:29:06] "GET /virtual-machine-interface/c80c53d6-480c-41d1-9a33-8cc49d60b4b3 HTTP/1.1" 200 2965 0.009938 10.0.0.31 - - [2024-10-31 02:29:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.31 - - [2024-10-31 02:29:06] "GET /global-vrouter-config/8e17715a-74ee-4834-8e99-7f7e9ccc0ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003895 10.0.0.31 - - [2024-10-31 02:29:06] "GET /virtual-networks?parent_id=6a2ece03-16b6-47ec-967b-87f5632a7c6f&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003580 10.0.0.31 - - [2024-10-31 02:29:06] "GET /virtual-network/12c8c311-4690-438f-ac3c-45427d90f23c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.012295 10.0.0.31 - - [2024-10-31 02:29:08] "GET /obj-perms HTTP/1.1" 200 5056 0.060108 10.0.0.31 - - [2024-10-31 02:29:08] "GET /obj-perms HTTP/1.1" 200 5056 0.057600 10.0.0.31 - - [2024-10-31 02:29:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.31 - - [2024-10-31 02:29:10] "GET /virtual-network/12c8c311-4690-438f-ac3c-45427d90f23c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008707 10.0.0.31 - - [2024-10-31 02:29:10] "POST /neutron/port HTTP/1.1" 200 1086 0.018678 10.0.0.31 - - [2024-10-31 02:29:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006691 10.0.0.31 - - [2024-10-31 02:29:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.31 - - [2024-10-31 02:29:12] "GET /global-vrouter-config/8e17715a-74ee-4834-8e99-7f7e9ccc0ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003955 10.0.0.31 - - [2024-10-31 02:29:12] "GET /virtual-networks?parent_id=6a2ece03-16b6-47ec-967b-87f5632a7c6f&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003904 10.0.0.31 - - [2024-10-31 02:29:12] "GET /virtual-network/12c8c311-4690-438f-ac3c-45427d90f23c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.009634 10.0.0.31 - - [2024-10-31 02:29:16] "POST /neutron/network HTTP/1.1" 200 807 0.014385 10.0.0.31 - - [2024-10-31 02:29:16] "POST /neutron/network HTTP/1.1" 200 833 0.008112 10.0.0.31 - - [2024-10-31 02:29:16] "POST /id-to-fqname HTTP/1.1" 200 227 0.001417 10.0.0.31 - - [2024-10-31 02:29:16] "POST /neutron/port HTTP/1.1" 200 1086 0.017015 10.0.0.31 - - [2024-10-31 02:29:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007796 10.0.0.31 - - [2024-10-31 02:29:17] "POST /neutron/network HTTP/1.1" 200 843 0.006110 10.0.0.31 - - [2024-10-31 02:29:17] "GET /aaa-mode HTTP/1.1" 401 292 0.000561 10.0.0.31 - - [2024-10-31 02:29:17] "GET / HTTP/1.1" 200 35931 0.001806 10.0.0.31 - - [2024-10-31 02:29:17] "GET /project/6a2ece03-16b6-47ec-967b-87f5632a7c6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000476 10.0.0.31 - - [2024-10-31 02:29:17] "GET /projects?obj_uuids=6a2ece03-16b6-47ec-967b-87f5632a7c6f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001329 10.0.0.31 - - [2024-10-31 02:29:17] "GET /project/6a2ece03-16b6-47ec-967b-87f5632a7c6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.067015 10.0.0.31 - - [2024-10-31 02:29:17] "POST /neutron/network HTTP/1.1" 200 833 0.006399 10.0.0.31 - - [2024-10-31 02:29:17] "POST /neutron/port HTTP/1.1" 200 1086 0.020521 10.0.0.31 - - [2024-10-31 02:29:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006934 10.0.0.31 - - [2024-10-31 02:29:18] "POST /neutron/port HTTP/1.1" 200 117 0.005804 10.0.0.31 - - [2024-10-31 02:29:18] "POST /neutron/port HTTP/1.1" 200 117 0.005607 10.0.0.31 - - [2024-10-31 02:29:18] "POST /neutron/network HTTP/1.1" 200 843 0.007417 10.0.0.31 - - [2024-10-31 02:29:18] "GET /projects?obj_uuids=6a2ece03-16b6-47ec-967b-87f5632a7c6f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001651 10.0.0.31 - - [2024-10-31 02:29:18] "POST /neutron/port HTTP/1.1" 200 1058 0.217218 10.0.0.31 - - [2024-10-31 02:29:18] "POST /neutron/port HTTP/1.1" 200 1058 0.010970 10.0.0.31 - - [2024-10-31 02:29:18] "POST /neutron/port HTTP/1.1" 200 1058 0.009596 10.0.0.31 - - [2024-10-31 02:29:18] "POST /neutron/port HTTP/1.1" 200 1112 0.071237 10.0.0.31 - - [2024-10-31 02:29:18] "POST /neutron/port HTTP/1.1" 200 1086 0.016302 10.0.0.31 - - [2024-10-31 02:29:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003443 10.0.0.31 - - [2024-10-31 02:29:18] "POST /neutron/subnet HTTP/1.1" 200 685 0.011380 10.0.0.31 - - [2024-10-31 02:29:18] "POST /neutron/port HTTP/1.1" 200 117 0.001287 10.0.0.31 - - [2024-10-31 02:29:18] "POST /neutron/network HTTP/1.1" 200 833 0.005858 10.0.0.31 - - [2024-10-31 02:29:23] "POST /neutron/port HTTP/1.1" 200 1086 0.018705 10.0.0.31 - - [2024-10-31 02:29:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007553 10.0.0.31 - - [2024-10-31 02:29:23] "POST /neutron/port HTTP/1.1" 200 1086 0.018938 10.0.0.31 - - [2024-10-31 02:29:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007421 10.0.0.31 - - [2024-10-31 02:29:23] "POST /neutron/port HTTP/1.1" 200 1086 0.017183 10.0.0.31 - - [2024-10-31 02:29:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007276 10.0.0.31 - - [2024-10-31 02:29:23] "GET /virtual-machine/05b6efeb-d0d4-4112-b9f5-4cb320d71191 HTTP/1.1" 200 1292 0.007779 10.0.0.31 - - [2024-10-31 02:29:23] "GET /virtual-machine-interface/bfa8c1ad-bf28-409c-8b27-6e87f104b36b HTTP/1.1" 200 2965 0.009343 10.0.0.31 - - [2024-10-31 02:29:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.31 - - [2024-10-31 02:29:23] "GET /global-vrouter-config/8e17715a-74ee-4834-8e99-7f7e9ccc0ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004371 10.0.0.31 - - [2024-10-31 02:29:23] "GET /virtual-networks?parent_id=6a2ece03-16b6-47ec-967b-87f5632a7c6f&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003498 10.0.0.31 - - [2024-10-31 02:29:23] "GET /virtual-network/12c8c311-4690-438f-ac3c-45427d90f23c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.009910 10.0.0.31 - - [2024-10-31 02:29:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.31 - - [2024-10-31 02:29:26] "GET /virtual-network/12c8c311-4690-438f-ac3c-45427d90f23c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.009668 10.0.0.31 - - [2024-10-31 02:29:27] "POST /neutron/port HTTP/1.1" 200 1086 0.018837 10.0.0.31 - - [2024-10-31 02:29:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006159 10.0.0.31 - - [2024-10-31 02:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.31 - - [2024-10-31 02:29:28] "GET /global-vrouter-config/8e17715a-74ee-4834-8e99-7f7e9ccc0ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005007 10.0.0.31 - - [2024-10-31 02:29:28] "GET /virtual-networks?parent_id=6a2ece03-16b6-47ec-967b-87f5632a7c6f&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003577 10.0.0.31 - - [2024-10-31 02:29:28] "GET /virtual-network/12c8c311-4690-438f-ac3c-45427d90f23c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.009941 10.0.0.31 - - [2024-10-31 02:29:34] "GET /global-system-configs HTTP/1.1" 200 322 0.034680 10.0.0.31 - - [2024-10-31 02:29:34] "GET /obj-perms HTTP/1.1" 200 5056 0.075971 10.0.0.31 - - [2024-10-31 02:29:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004376 10.0.0.31 - - [2024-10-31 02:29:34] "DELETE /virtual-DNS/805c4704-4200-4896-b097-35bb33e866ab HTTP/1.1" 409 235 0.006028 10.0.0.31 - - [2024-10-31 02:29:34] "POST /fqname-to-id HTTP/1.1" 404 192 0.003199 10.0.0.31 - - [2024-10-31 02:29:34] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.017640 10.0.0.31 - - [2024-10-31 02:29:34] "GET /virtual-DNS-record/492cde45-d0b7-4964-9974-b55fe08fecce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.005694 10.0.0.31 - - [2024-10-31 02:29:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.31 - - [2024-10-31 02:29:34] "GET /virtual-DNS-record/492cde45-d0b7-4964-9974-b55fe08fecce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.004215 10.0.0.31 - - [2024-10-31 02:29:35] "GET /domains HTTP/1.1" 200 280 0.002935 10.0.0.31 - - [2024-10-31 02:29:35] "GET /domains?obj_uuids=a22851d8-7bef-4903-956c-5949b718f81e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001563 10.0.0.31 - - [2024-10-31 02:29:35] "GET /domain/a22851d8-7bef-4903-956c-5949b718f81e HTTP/1.1" 200 2775 0.011003 10.0.0.31 - - [2024-10-31 02:29:35] "GET /virtual-DNS/805c4704-4200-4896-b097-35bb33e866ab HTTP/1.1" 200 1907 0.004379 10.0.0.31 - - [2024-10-31 02:29:35] "GET /virtual-DNS-record/492cde45-d0b7-4964-9974-b55fe08fecce HTTP/1.1" 200 1336 0.003298 10.0.0.31 - - [2024-10-31 02:29:35] "GET /global-system-configs HTTP/1.1" 200 322 0.034517 10.0.0.31 - - [2024-10-31 02:29:35] "GET /obj-perms HTTP/1.1" 200 5056 0.075228 10.0.0.31 - - [2024-10-31 02:29:40] "DELETE /virtual-DNS-record/492cde45-d0b7-4964-9974-b55fe08fecce HTTP/1.1" 200 115 0.024207 10.0.0.31 - - [2024-10-31 02:29:40] "POST /fqname-to-id HTTP/1.1" 404 184 0.002635 10.0.0.31 - - [2024-10-31 02:29:40] "POST /neutron/network HTTP/1.1" 200 833 0.006570 10.0.0.31 - - [2024-10-31 02:29:40] "POST /neutron/network HTTP/1.1" 400 204 0.010573 10.0.0.31 - - [2024-10-31 02:29:41] "POST /neutron/port HTTP/1.1" 200 1086 0.019192 10.0.0.31 - - [2024-10-31 02:29:41] "POST /neutron/port HTTP/1.1" 200 1112 0.010401 10.0.0.31 - - [2024-10-31 02:29:41] "POST /neutron/port HTTP/1.1" 200 1086 0.030881 10.0.0.31 - - [2024-10-31 02:29:41] "POST /neutron/port HTTP/1.1" 200 1112 0.011250 10.0.0.31 - - [2024-10-31 02:29:41] "POST /neutron/port HTTP/1.1" 200 151 0.156122 10.0.0.31 - - [2024-10-31 02:29:41] "POST /neutron/port HTTP/1.1" 200 151 0.130481 10.0.0.31 - - [2024-10-31 02:29:42] "POST /neutron/network HTTP/1.1" 200 833 0.006800 10.0.0.31 - - [2024-10-31 02:29:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002020 10.0.0.31 - - [2024-10-31 02:29:42] "POST /useragent-kv HTTP/1.1" 200 115 0.001461 10.0.0.31 - - [2024-10-31 02:29:42] "POST /neutron/network HTTP/1.1" 200 151 0.199145 10.0.0.31 - - [2024-10-31 02:29:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.31 - - [2024-10-31 02:29:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.030422 10.0.0.31 - - [2024-10-31 02:29:42] "DELETE /route-target/5de862c2-3ab4-4c4a-8d36-9882e8e2398c HTTP/1.1" 200 115 0.018986 10.0.0.31 - - [2024-10-31 02:29:42] "DELETE /network-ipam/a93d102b-d2fa-4ec8-a14e-2ba0bca22669 HTTP/1.1" 200 115 0.041877 10.0.0.31 - - [2024-10-31 02:29:42] "DELETE /virtual-DNS/805c4704-4200-4896-b097-35bb33e866ab HTTP/1.1" 200 115 0.030180 10.0.0.31 - - [2024-10-31 02:29:42] "POST /fqname-to-id HTTP/1.1" 404 180 0.002973 10.0.0.31 - - [2024-10-31 02:29:43] "GET /domains HTTP/1.1" 200 280 0.003322 10.0.0.31 - - [2024-10-31 02:29:43] "GET /domains?obj_uuids=a22851d8-7bef-4903-956c-5949b718f81e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001351 10.0.0.31 - - [2024-10-31 02:29:43] "GET /domain/a22851d8-7bef-4903-956c-5949b718f81e HTTP/1.1" 200 2575 0.010597 10.0.0.31 - - [2024-10-31 02:29:43] "GET /projects?obj_uuids=6a2ece03-16b6-47ec-967b-87f5632a7c6f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001289 10.0.0.31 - - [2024-10-31 02:29:43] "GET /project/6a2ece03-16b6-47ec-967b-87f5632a7c6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.033103 10.0.0.31 - - [2024-10-31 02:29:43] "GET /projects?obj_uuids=6a2ece03-16b6-47ec-967b-87f5632a7c6f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001284 10.0.0.31 - - [2024-10-31 02:29:43] "GET /project/6a2ece03-16b6-47ec-967b-87f5632a7c6f?fields=virtual_networks HTTP/1.1" 200 1034 0.076511 10.0.0.31 - - [2024-10-31 02:29:43] "GET /projects?obj_uuids=6a2ece03-16b6-47ec-967b-87f5632a7c6f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001733 10.0.0.31 - - [2024-10-31 02:29:43] "GET /project/6a2ece03-16b6-47ec-967b-87f5632a7c6f?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.035083 10.0.0.31 - - [2024-10-31 02:29:43] "GET /projects?obj_uuids=6a2ece03-16b6-47ec-967b-87f5632a7c6f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001340 10.0.0.31 - - [2024-10-31 02:29:43] "GET /project/6a2ece03-16b6-47ec-967b-87f5632a7c6f?fields=security_groups HTTP/1.1" 200 1261 0.034199 10.0.0.31 - - [2024-10-31 02:29:44] "POST /fqname-to-id HTTP/1.1" 404 189 0.028231 10.0.0.31 - - [2024-10-31 02:29:44] "GET /projects?obj_uuids=fc0c0add-07d8-4497-8b1b-559e8e5382a8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002750 10.0.0.31 - - [2024-10-31 02:29:44] "GET /domains?obj_uuids=a22851d8-7bef-4903-956c-5949b718f81e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001503 10.0.0.31 - - [2024-10-31 02:29:44] "GET /domain/a22851d8-7bef-4903-956c-5949b718f81e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010098 10.0.0.31 - - [2024-10-31 02:29:44] "POST /id-to-fqname HTTP/1.1" 200 191 0.001858 10.0.0.31 - - [2024-10-31 02:29:44] "POST /fqname-to-id HTTP/1.1" 404 200 0.002768 10.0.0.31 - - [2024-10-31 02:29:44] "POST /security-groups HTTP/1.1" 200 592 0.063196 10.0.0.31 - - [2024-10-31 02:29:44] "POST /fqname-to-id HTTP/1.1" 404 235 0.005324 10.0.0.31 - - [2024-10-31 02:29:44] "POST /projects HTTP/1.1" 200 587 0.231336 10.0.0.31 - - [2024-10-31 02:29:44] "POST /access-control-lists HTTP/1.1" 200 597 0.060756 10.0.0.31 - - [2024-10-31 02:29:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.308319 10.0.0.31 - - [2024-10-31 02:29:44] "POST /fqname-to-id HTTP/1.1" 404 234 0.003804 10.0.0.31 - - [2024-10-31 02:29:44] "GET /project/fc0c0add-07d8-4497-8b1b-559e8e5382a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.446971 10.0.0.31 - - [2024-10-31 02:29:44] "POST /access-control-lists HTTP/1.1" 200 595 0.059478 10.0.0.31 - - [2024-10-31 02:29:45] "GET / HTTP/1.1" 200 35931 0.002360 10.0.0.31 - - [2024-10-31 02:29:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000520 10.0.0.31 - - [2024-10-31 02:29:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.062240 10.0.0.31 - - [2024-10-31 02:29:47] "GET /projects?obj_uuids=fc0c0add-07d8-4497-8b1b-559e8e5382a8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001231 10.0.0.31 - - [2024-10-31 02:29:47] "GET /project/fc0c0add-07d8-4497-8b1b-559e8e5382a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.034362 10.0.0.31 - - [2024-10-31 02:29:47] "POST /neutron/network HTTP/1.1" 200 117 0.034179 10.0.0.31 - - [2024-10-31 02:29:47] "GET /projects?obj_uuids=fc0c0add-07d8-4497-8b1b-559e8e5382a8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001712 10.0.0.31 - - [2024-10-31 02:29:47] "POST /neutron/network HTTP/1.1" 200 606 0.077233 10.0.0.31 - - [2024-10-31 02:29:47] "POST /route-targets HTTP/1.1" 200 327 0.014375 10.0.0.31 - - [2024-10-31 02:29:47] "POST /ref-update HTTP/1.1" 200 156 0.015155 10.0.0.31 - - [2024-10-31 02:29:47] "POST /useragent-kv HTTP/1.1" 200 115 0.003209 10.0.0.31 - - [2024-10-31 02:29:47] "POST /neutron/subnet HTTP/1.1" 200 720 0.185906 10.0.0.31 - - [2024-10-31 02:29:47] "POST /neutron/network HTTP/1.1" 200 824 0.005667 10.0.0.31 - - [2024-10-31 02:29:47] "POST /id-to-fqname HTTP/1.1" 200 221 0.001452 10.0.0.31 - - [2024-10-31 02:29:47] "GET /virtual-network/ff6719e6-afd9-4aa9-a713-2225a1a615d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.009255 10.0.0.31 - - [2024-10-31 02:29:47] "POST /neutron/network HTTP/1.1" 200 824 0.006612 10.0.0.31 - - [2024-10-31 02:29:47] "GET /virtual-network/ff6719e6-afd9-4aa9-a713-2225a1a615d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.009720 10.0.0.31 - - [2024-10-31 02:29:47] "POST /neutron/network HTTP/1.1" 200 824 0.006167 10.0.0.31 - - [2024-10-31 02:29:47] "POST /neutron/subnet HTTP/1.1" 200 720 0.008941 10.0.0.31 - - [2024-10-31 02:29:47] "POST /id-to-fqname HTTP/1.1" 200 221 0.001470 10.0.0.31 - - [2024-10-31 02:29:47] "POST /neutron/network HTTP/1.1" 200 834 0.006076 10.0.0.31 - - [2024-10-31 02:29:47] "GET /aaa-mode HTTP/1.1" 401 292 0.000502 10.0.0.31 - - [2024-10-31 02:29:48] "GET / HTTP/1.1" 200 35931 0.001999 10.0.0.31 - - [2024-10-31 02:29:48] "GET /project/fc0c0add-07d8-4497-8b1b-559e8e5382a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000456 10.0.0.31 - - [2024-10-31 02:29:48] "GET /projects?obj_uuids=fc0c0add-07d8-4497-8b1b-559e8e5382a8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001310 10.0.0.31 - - [2024-10-31 02:29:48] "GET /project/fc0c0add-07d8-4497-8b1b-559e8e5382a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.059252 10.0.0.31 - - [2024-10-31 02:29:48] "POST /neutron/network HTTP/1.1" 200 824 0.006339 10.0.0.31 - - [2024-10-31 02:29:48] "POST /neutron/port HTTP/1.1" 200 117 0.005522 10.0.0.31 - - [2024-10-31 02:29:48] "POST /neutron/port HTTP/1.1" 200 117 0.006034 10.0.0.31 - - [2024-10-31 02:29:48] "POST /id-to-fqname HTTP/1.1" 200 221 0.002148 10.0.0.31 - - [2024-10-31 02:29:48] "POST /neutron/port HTTP/1.1" 200 117 0.006992 10.0.0.31 - - [2024-10-31 02:29:48] "POST /neutron/network HTTP/1.1" 200 834 0.007385 10.0.0.31 - - [2024-10-31 02:29:48] "GET /aaa-mode HTTP/1.1" 401 292 0.000525 10.0.0.31 - - [2024-10-31 02:29:49] "POST /neutron/network HTTP/1.1" 200 834 0.006395 10.0.0.31 - - [2024-10-31 02:29:49] "GET /projects?obj_uuids=fc0c0add-07d8-4497-8b1b-559e8e5382a8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001346 10.0.0.31 - - [2024-10-31 02:29:49] "GET / HTTP/1.1" 200 35931 0.002127 10.0.0.31 - - [2024-10-31 02:29:49] "GET /project/fc0c0add-07d8-4497-8b1b-559e8e5382a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000532 10.0.0.31 - - [2024-10-31 02:29:49] "POST /neutron/port HTTP/1.1" 200 1060 0.239706 10.0.0.31 - - [2024-10-31 02:29:49] "POST /neutron/port HTTP/1.1" 200 1060 0.013958 10.0.0.31 - - [2024-10-31 02:29:49] "POST /neutron/port HTTP/1.1" 200 1060 0.011196 10.0.0.31 - - [2024-10-31 02:29:49] "POST /neutron/port HTTP/1.1" 200 1114 0.076615 10.0.0.31 - - [2024-10-31 02:29:49] "POST /neutron/port HTTP/1.1" 200 1088 0.015710 10.0.0.31 - - [2024-10-31 02:29:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003541 10.0.0.31 - - [2024-10-31 02:29:49] "GET /projects?obj_uuids=fc0c0add-07d8-4497-8b1b-559e8e5382a8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001079 10.0.0.31 - - [2024-10-31 02:29:49] "POST /neutron/subnet HTTP/1.1" 200 694 0.016342 10.0.0.31 - - [2024-10-31 02:29:49] "GET /project/fc0c0add-07d8-4497-8b1b-559e8e5382a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.065588 10.0.0.31 - - [2024-10-31 02:29:49] "POST /neutron/port HTTP/1.1" 200 117 0.001231 10.0.0.31 - - [2024-10-31 02:29:49] "POST /neutron/network HTTP/1.1" 200 824 0.006012 10.0.0.31 - - [2024-10-31 02:29:49] "POST /neutron/network HTTP/1.1" 200 824 0.005327 10.0.0.31 - - [2024-10-31 02:29:49] "POST /neutron/port HTTP/1.1" 200 1088 0.018348 10.0.0.31 - - [2024-10-31 02:29:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007375 10.0.0.31 - - [2024-10-31 02:29:49] "POST /neutron/port HTTP/1.1" 200 117 0.006737 10.0.0.31 - - [2024-10-31 02:29:49] "POST /neutron/port HTTP/1.1" 200 1088 0.020482 10.0.0.31 - - [2024-10-31 02:29:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.014514 10.0.0.31 - - [2024-10-31 02:29:50] "POST /neutron/network HTTP/1.1" 200 834 0.006224 10.0.0.31 - - [2024-10-31 02:29:50] "GET /projects?obj_uuids=fc0c0add-07d8-4497-8b1b-559e8e5382a8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001445 10.0.0.31 - - [2024-10-31 02:29:50] "POST /neutron/port HTTP/1.1" 200 1060 0.233156 10.0.0.31 - - [2024-10-31 02:29:50] "POST /neutron/port HTTP/1.1" 200 1060 0.011718 10.0.0.31 - - [2024-10-31 02:29:50] "POST /neutron/port HTTP/1.1" 200 1060 0.010225 10.0.0.31 - - [2024-10-31 02:29:50] "POST /neutron/port HTTP/1.1" 200 1114 0.100598 10.0.0.31 - - [2024-10-31 02:29:50] "POST /neutron/port HTTP/1.1" 200 1088 0.019475 10.0.0.31 - - [2024-10-31 02:29:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003892 10.0.0.31 - - [2024-10-31 02:29:50] "POST /neutron/subnet HTTP/1.1" 200 694 0.012458 10.0.0.31 - - [2024-10-31 02:29:50] "POST /neutron/port HTTP/1.1" 200 117 0.001359 10.0.0.31 - - [2024-10-31 02:29:50] "POST /neutron/network HTTP/1.1" 200 824 0.007877 10.0.0.31 - - [2024-10-31 02:29:55] "POST /neutron/port HTTP/1.1" 200 1088 0.018932 10.0.0.31 - - [2024-10-31 02:29:55] "POST /neutron/port HTTP/1.1" 200 1088 0.017643 10.0.0.31 - - [2024-10-31 02:29:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010170 10.0.0.31 - - [2024-10-31 02:29:55] "POST /neutron/port HTTP/1.1" 200 1088 0.027725 10.0.0.31 - - [2024-10-31 02:29:55] "POST /neutron/network HTTP/1.1" 200 834 0.006535 10.0.0.31 - - [2024-10-31 02:29:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004107 10.0.0.31 - - [2024-10-31 02:29:55] "POST /neutron/port HTTP/1.1" 200 1088 0.021412 10.0.0.31 - - [2024-10-31 02:29:55] "POST /neutron/subnet HTTP/1.1" 200 694 0.018217 10.0.0.31 - - [2024-10-31 02:29:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009652 10.0.0.31 - - [2024-10-31 02:29:55] "POST /neutron/port HTTP/1.1" 200 117 0.001304 10.0.0.31 - - [2024-10-31 02:29:55] "POST /neutron/network HTTP/1.1" 200 824 0.007124 10.0.0.31 - - [2024-10-31 02:29:55] "POST /neutron/port HTTP/1.1" 200 1088 0.016340 10.0.0.31 - - [2024-10-31 02:29:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007192 10.0.0.31 - - [2024-10-31 02:29:55] "GET /virtual-machine/fc52d589-f9f6-4310-bb1a-e4643cc4d259 HTTP/1.1" 401 292 0.000599 10.0.0.31 - - [2024-10-31 02:29:55] "GET /virtual-machine/fc52d589-f9f6-4310-bb1a-e4643cc4d259 HTTP/1.1" 200 1294 0.032380 10.0.0.31 - - [2024-10-31 02:29:55] "GET /virtual-machine-interface/f2220b07-3401-4e60-b128-ed534bed8d53 HTTP/1.1" 200 2947 0.009595 10.0.0.31 - - [2024-10-31 02:29:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004244 10.0.0.31 - - [2024-10-31 02:29:55] "GET /global-vrouter-config/8e17715a-74ee-4834-8e99-7f7e9ccc0ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005142 10.0.0.31 - - [2024-10-31 02:29:55] "GET /virtual-networks?parent_id=fc0c0add-07d8-4497-8b1b-559e8e5382a8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003977 10.0.0.31 - - [2024-10-31 02:29:55] "GET /virtual-network/ff6719e6-afd9-4aa9-a713-2225a1a615d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.009588 10.0.0.31 - - [2024-10-31 02:29:58] "POST /neutron/port HTTP/1.1" 200 1088 0.020944 10.0.0.31 - - [2024-10-31 02:29:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007056 10.0.0.31 - - [2024-10-31 02:29:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.31 - - [2024-10-31 02:29:58] "GET /virtual-network/ff6719e6-afd9-4aa9-a713-2225a1a615d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.009497 10.0.0.31 - - [2024-10-31 02:29:59] "POST /neutron/port HTTP/1.1" 200 1088 0.017093 10.0.0.31 - - [2024-10-31 02:29:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006249 10.0.0.31 - - [2024-10-31 02:30:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.31 - - [2024-10-31 02:30:01] "GET /global-vrouter-config/8e17715a-74ee-4834-8e99-7f7e9ccc0ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004809 10.0.0.31 - - [2024-10-31 02:30:01] "GET /virtual-networks?parent_id=fc0c0add-07d8-4497-8b1b-559e8e5382a8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003572 10.0.0.31 - - [2024-10-31 02:30:01] "GET /virtual-network/ff6719e6-afd9-4aa9-a713-2225a1a615d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008993 10.0.0.31 - - [2024-10-31 02:30:01] "POST /neutron/port HTTP/1.1" 200 1088 0.021393 10.0.0.31 - - [2024-10-31 02:30:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.015695 10.0.0.31 - - [2024-10-31 02:30:01] "DELETE /project/fc0c0add07d844978b1b559e8e5382a8 HTTP/1.1" 404 173 0.004000 10.0.0.31 - - [2024-10-31 02:30:01] "GET /projects?obj_uuids=6a2ece03-16b6-47ec-967b-87f5632a7c6f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001277 10.0.0.31 - - [2024-10-31 02:30:01] "GET /project/6a2ece03-16b6-47ec-967b-87f5632a7c6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.036654 10.0.0.31 - - [2024-10-31 02:30:01] "GET /projects?obj_uuids=6a2ece03-16b6-47ec-967b-87f5632a7c6f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001227 10.0.0.31 - - [2024-10-31 02:30:01] "POST /neutron/port HTTP/1.1" 200 1088 0.017601 10.0.0.31 - - [2024-10-31 02:30:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006891 10.0.0.31 - - [2024-10-31 02:30:01] "GET /project/6a2ece03-16b6-47ec-967b-87f5632a7c6f?fields=security_groups HTTP/1.1" 200 1366 0.090557 10.0.0.31 - - [2024-10-31 02:30:01] "POST /neutron/port HTTP/1.1" 200 1088 0.017990 10.0.0.31 - - [2024-10-31 02:30:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006692 10.0.0.31 - - [2024-10-31 02:30:01] "GET /virtual-machine/2393cab6-d1bb-4a4c-abb3-86977b2a4f32 HTTP/1.1" 200 1293 0.006444 10.0.0.31 - - [2024-10-31 02:30:01] "GET /virtual-machine-interface/2f02f46d-ee66-4668-bd16-edc2f819b274 HTTP/1.1" 200 2946 0.009222 10.0.0.31 - - [2024-10-31 02:30:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.31 - - [2024-10-31 02:30:01] "DELETE /security-group/02e0821d-8191-4d7f-8b59-151af3ed4e07 HTTP/1.1" 200 115 0.069070 10.0.0.31 - - [2024-10-31 02:30:01] "GET /global-vrouter-config/8e17715a-74ee-4834-8e99-7f7e9ccc0ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.009890 10.0.0.31 - - [2024-10-31 02:30:01] "GET /projects?obj_uuids=6a2ece03-16b6-47ec-967b-87f5632a7c6f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001615 10.0.0.31 - - [2024-10-31 02:30:01] "DELETE /access-control-list/af3e482e-2313-4345-a6b6-999fc1a35dff HTTP/1.1" 200 115 0.058550 10.0.0.31 - - [2024-10-31 02:30:01] "GET /project/6a2ece03-16b6-47ec-967b-87f5632a7c6f?fields=application_policy_sets HTTP/1.1" 200 1405 0.050790 10.0.0.31 - - [2024-10-31 02:30:01] "GET /virtual-networks?parent_id=fc0c0add-07d8-4497-8b1b-559e8e5382a8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004100 10.0.0.31 - - [2024-10-31 02:30:01] "DELETE /access-control-list/c9614550-9892-46a1-aa70-810b4e391670 HTTP/1.1" 200 115 0.039116 10.0.0.31 - - [2024-10-31 02:30:01] "GET /virtual-network/ff6719e6-afd9-4aa9-a713-2225a1a615d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.012362 10.0.0.31 - - [2024-10-31 02:30:01] "DELETE /project/6a2ece03-16b6-47ec-967b-87f5632a7c6f HTTP/1.1" 200 115 0.417291 10.0.0.31 - - [2024-10-31 02:30:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.31 - - [2024-10-31 02:30:02] "GET /global-vrouter-config/8e17715a-74ee-4834-8e99-7f7e9ccc0ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004463 10.0.0.31 - - [2024-10-31 02:30:03] "GET /virtual-networks?parent_id=fc0c0add-07d8-4497-8b1b-559e8e5382a8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003315 10.0.0.31 - - [2024-10-31 02:30:03] "GET /virtual-network/ff6719e6-afd9-4aa9-a713-2225a1a615d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.009444 10.0.0.31 - - [2024-10-31 02:30:07] "POST /neutron/network HTTP/1.1" 200 824 0.018057 10.0.0.31 - - [2024-10-31 02:30:07] "POST /neutron/network HTTP/1.1" 400 204 0.011551 10.0.0.31 - - [2024-10-31 02:30:08] "POST /neutron/port HTTP/1.1" 200 1088 0.020805 10.0.0.31 - - [2024-10-31 02:30:08] "POST /neutron/port HTTP/1.1" 200 1114 0.009917 10.0.0.31 - - [2024-10-31 02:30:08] "POST /neutron/port HTTP/1.1" 200 1088 0.025120 10.0.0.31 - - [2024-10-31 02:30:08] "POST /neutron/port HTTP/1.1" 200 1114 0.010744 10.0.0.31 - - [2024-10-31 02:30:08] "POST /neutron/port HTTP/1.1" 200 151 0.118950 10.0.0.31 - - [2024-10-31 02:30:08] "POST /neutron/port HTTP/1.1" 200 151 0.115026 10.0.0.31 - - [2024-10-31 02:30:08] "GET /obj-perms HTTP/1.1" 200 5056 0.060454 10.0.0.31 - - [2024-10-31 02:30:09] "GET /obj-perms HTTP/1.1" 200 5056 0.048437 10.0.0.31 - - [2024-10-31 02:30:09] "POST /neutron/network HTTP/1.1" 200 824 0.005776 10.0.0.31 - - [2024-10-31 02:30:10] "POST /useragent-kv HTTP/1.1" 200 115 0.001303 10.0.0.31 - - [2024-10-31 02:30:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.006557 10.0.0.31 - - [2024-10-31 02:30:10] "POST /useragent-kv HTTP/1.1" 200 115 0.001503 10.0.0.31 - - [2024-10-31 02:30:10] "POST /neutron/network HTTP/1.1" 200 151 0.099102 10.0.0.31 - - [2024-10-31 02:30:10] "DELETE /route-target/dc5993da-66bc-44d7-a628-4a7ffe2b44db HTTP/1.1" 200 115 0.019298 10.0.0.31 - - [2024-10-31 02:30:10] "GET /projects?obj_uuids=fc0c0add-07d8-4497-8b1b-559e8e5382a8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001753 10.0.0.31 - - [2024-10-31 02:30:10] "GET /project/fc0c0add-07d8-4497-8b1b-559e8e5382a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.036650 10.0.0.31 - - [2024-10-31 02:30:10] "GET /projects?obj_uuids=fc0c0add-07d8-4497-8b1b-559e8e5382a8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001114 10.0.0.31 - - [2024-10-31 02:30:10] "GET /project/fc0c0add-07d8-4497-8b1b-559e8e5382a8?fields=virtual_networks HTTP/1.1" 200 1035 0.082412 10.0.0.31 - - [2024-10-31 02:30:10] "GET /projects?obj_uuids=fc0c0add-07d8-4497-8b1b-559e8e5382a8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001428 10.0.0.31 - - [2024-10-31 02:30:10] "GET /project/fc0c0add-07d8-4497-8b1b-559e8e5382a8?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.044905 10.0.0.31 - - [2024-10-31 02:30:10] "GET /projects?obj_uuids=fc0c0add-07d8-4497-8b1b-559e8e5382a8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001675 10.0.0.31 - - [2024-10-31 02:30:10] "GET /project/fc0c0add-07d8-4497-8b1b-559e8e5382a8?fields=security_groups HTTP/1.1" 200 1262 0.040480 10.0.0.31 - - [2024-10-31 02:30:11] "POST /fqname-to-id HTTP/1.1" 404 188 0.026563 10.0.0.31 - - [2024-10-31 02:30:11] "GET /projects?obj_uuids=dbed4898-40c8-499b-812c-fbb280888b25&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003217 10.0.0.31 - - [2024-10-31 02:30:11] "GET /domains?obj_uuids=a22851d8-7bef-4903-956c-5949b718f81e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001237 10.0.0.31 - - [2024-10-31 02:30:11] "GET /domain/a22851d8-7bef-4903-956c-5949b718f81e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009435 10.0.0.31 - - [2024-10-31 02:30:11] "POST /id-to-fqname HTTP/1.1" 200 190 0.001493 10.0.0.31 - - [2024-10-31 02:30:11] "POST /fqname-to-id HTTP/1.1" 404 199 0.004155 10.0.0.31 - - [2024-10-31 02:30:11] "POST /security-groups HTTP/1.1" 200 591 0.063165 10.0.0.31 - - [2024-10-31 02:30:11] "POST /fqname-to-id HTTP/1.1" 404 234 0.003995 10.0.0.31 - - [2024-10-31 02:30:11] "POST /projects HTTP/1.1" 200 585 0.228037 10.0.0.31 - - [2024-10-31 02:30:11] "POST /access-control-lists HTTP/1.1" 200 596 0.059247 10.0.0.31 - - [2024-10-31 02:30:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.302644 10.0.0.31 - - [2024-10-31 02:30:11] "POST /fqname-to-id HTTP/1.1" 404 233 0.003125 10.0.0.31 - - [2024-10-31 02:30:11] "GET /project/dbed4898-40c8-499b-812c-fbb280888b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.443724 10.0.0.31 - - [2024-10-31 02:30:12] "POST /access-control-lists HTTP/1.1" 200 594 0.059074 10.0.0.31 - - [2024-10-31 02:30:13] "GET / HTTP/1.1" 200 35931 0.002178 10.0.0.31 - - [2024-10-31 02:30:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000527 10.0.0.31 - - [2024-10-31 02:30:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.059828 10.0.0.31 - - [2024-10-31 02:30:14] "GET /projects?obj_uuids=dbed4898-40c8-499b-812c-fbb280888b25&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001240 10.0.0.31 - - [2024-10-31 02:30:14] "GET /project/dbed4898-40c8-499b-812c-fbb280888b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.037434 10.0.0.31 - - [2024-10-31 02:30:14] "POST /neutron/network HTTP/1.1" 200 117 0.031563 10.0.0.31 - - [2024-10-31 02:30:14] "GET /projects?obj_uuids=dbed4898-40c8-499b-812c-fbb280888b25&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002163 10.0.0.31 - - [2024-10-31 02:30:14] "POST /neutron/network HTTP/1.1" 200 625 0.076258 10.0.0.31 - - [2024-10-31 02:30:14] "POST /route-targets HTTP/1.1" 200 327 0.012589 10.0.0.31 - - [2024-10-31 02:30:14] "POST /ref-update HTTP/1.1" 200 156 0.011264 10.0.0.31 - - [2024-10-31 02:30:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002318 10.0.0.31 - - [2024-10-31 02:30:14] "POST /neutron/subnet HTTP/1.1" 200 701 0.180091 10.0.0.31 - - [2024-10-31 02:30:14] "POST /neutron/network HTTP/1.1" 200 839 0.005909 10.0.0.31 - - [2024-10-31 02:30:14] "POST /id-to-fqname HTTP/1.1" 200 230 0.001574 10.0.0.31 - - [2024-10-31 02:30:14] "GET /virtual-network/edf8679a-56c5-4b70-9956-1905e5f2e138?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.010443 10.0.0.31 - - [2024-10-31 02:30:14] "POST /neutron/network HTTP/1.1" 200 839 0.005954 10.0.0.31 - - [2024-10-31 02:30:14] "GET /virtual-network/edf8679a-56c5-4b70-9956-1905e5f2e138?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.009102 10.0.0.31 - - [2024-10-31 02:30:14] "POST /neutron/network HTTP/1.1" 200 839 0.006402 10.0.0.31 - - [2024-10-31 02:30:14] "POST /neutron/subnet HTTP/1.1" 200 701 0.007310 10.0.0.31 - - [2024-10-31 02:30:14] "POST /neutron/network HTTP/1.1" 200 839 0.005895 10.0.0.31 - - [2024-10-31 02:30:14] "POST /id-to-fqname HTTP/1.1" 200 230 0.001278 10.0.0.31 - - [2024-10-31 02:30:15] "POST /neutron/network HTTP/1.1" 200 849 0.067638 10.0.0.31 - - [2024-10-31 02:30:15] "GET /aaa-mode HTTP/1.1" 401 292 0.000555 10.0.0.31 - - [2024-10-31 02:30:15] "GET / HTTP/1.1" 200 35931 0.001914 10.0.0.31 - - [2024-10-31 02:30:15] "GET /project/dbed4898-40c8-499b-812c-fbb280888b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000473 10.0.0.31 - - [2024-10-31 02:30:15] "GET /projects?obj_uuids=dbed4898-40c8-499b-812c-fbb280888b25&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001261 10.0.0.31 - - [2024-10-31 02:30:15] "GET /project/dbed4898-40c8-499b-812c-fbb280888b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.056983 10.0.0.31 - - [2024-10-31 02:30:15] "POST /neutron/network HTTP/1.1" 200 839 0.006861 10.0.0.31 - - [2024-10-31 02:30:15] "POST /neutron/port HTTP/1.1" 200 117 0.005294 10.0.0.31 - - [2024-10-31 02:30:16] "POST /neutron/port HTTP/1.1" 200 117 0.005543 10.0.0.31 - - [2024-10-31 02:30:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.31 - - [2024-10-31 02:30:16] "GET /global-vrouter-config/8e17715a-74ee-4834-8e99-7f7e9ccc0ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004504 10.0.0.31 - - [2024-10-31 02:30:16] "PUT /global-vrouter-config/8e17715a-74ee-4834-8e99-7f7e9ccc0ec4 HTTP/1.1" 200 276 0.010776 10.0.0.31 - - [2024-10-31 02:30:16] "POST /neutron/port HTTP/1.1" 200 117 0.005558 10.0.0.31 - - [2024-10-31 02:30:16] "POST /neutron/network HTTP/1.1" 200 849 0.006227 10.0.0.31 - - [2024-10-31 02:30:16] "GET /projects?obj_uuids=dbed4898-40c8-499b-812c-fbb280888b25&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001266 10.0.0.31 - - [2024-10-31 02:30:16] "POST /neutron/port HTTP/1.1" 200 1055 0.188461 10.0.0.31 - - [2024-10-31 02:30:16] "POST /neutron/port HTTP/1.1" 200 1055 0.009983 10.0.0.31 - - [2024-10-31 02:30:16] "POST /neutron/port HTTP/1.1" 200 1055 0.009057 10.0.0.31 - - [2024-10-31 02:30:16] "POST /neutron/port HTTP/1.1" 200 1109 0.054072 10.0.0.31 - - [2024-10-31 02:30:16] "POST /neutron/port HTTP/1.1" 200 1083 0.016668 10.0.0.31 - - [2024-10-31 02:30:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003648 10.0.0.31 - - [2024-10-31 02:30:16] "POST /neutron/subnet HTTP/1.1" 200 675 0.011960 10.0.0.31 - - [2024-10-31 02:30:16] "POST /neutron/port HTTP/1.1" 200 117 0.001369 10.0.0.31 - - [2024-10-31 02:30:16] "POST /neutron/network HTTP/1.1" 200 839 0.006631 10.0.0.31 - - [2024-10-31 02:30:21] "POST /neutron/port HTTP/1.1" 200 1083 0.017268 10.0.0.31 - - [2024-10-31 02:30:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007513 10.0.0.31 - - [2024-10-31 02:30:21] "POST /neutron/port HTTP/1.1" 200 1083 0.017462 10.0.0.31 - - [2024-10-31 02:30:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006614 10.0.0.31 - - [2024-10-31 02:30:21] "POST /neutron/port HTTP/1.1" 200 1083 0.020000 10.0.0.31 - - [2024-10-31 02:30:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007293 10.0.0.31 - - [2024-10-31 02:30:21] "GET /virtual-machine/3dc28083-b8ac-4f00-b76e-655cb42ca2bc HTTP/1.1" 401 292 0.000531 10.0.0.31 - - [2024-10-31 02:30:21] "GET /virtual-machine/3dc28083-b8ac-4f00-b76e-655cb42ca2bc HTTP/1.1" 200 1292 0.030307 10.0.0.31 - - [2024-10-31 02:30:21] "GET /virtual-machine-interface/480db288-fa61-44b1-9756-28628dd36c8a HTTP/1.1" 200 2971 0.008640 10.0.0.31 - - [2024-10-31 02:30:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.31 - - [2024-10-31 02:30:21] "GET /global-vrouter-config/8e17715a-74ee-4834-8e99-7f7e9ccc0ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.004295 10.0.0.31 - - [2024-10-31 02:30:22] "GET /virtual-networks?parent_id=dbed4898-40c8-499b-812c-fbb280888b25&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003166 10.0.0.31 - - [2024-10-31 02:30:22] "GET /virtual-network/edf8679a-56c5-4b70-9956-1905e5f2e138?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.009957 10.0.0.31 - - [2024-10-31 02:30:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.31 - - [2024-10-31 02:30:25] "GET /virtual-network/edf8679a-56c5-4b70-9956-1905e5f2e138?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.009161 10.0.0.31 - - [2024-10-31 02:30:25] "POST /neutron/port HTTP/1.1" 200 1083 0.016898 10.0.0.31 - - [2024-10-31 02:30:25] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006443 10.0.0.31 - - [2024-10-31 02:30:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.31 - - [2024-10-31 02:30:27] "GET /global-vrouter-config/8e17715a-74ee-4834-8e99-7f7e9ccc0ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.004162 10.0.0.31 - - [2024-10-31 02:30:27] "GET /virtual-networks?parent_id=dbed4898-40c8-499b-812c-fbb280888b25&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003258 10.0.0.31 - - [2024-10-31 02:30:27] "GET /virtual-network/edf8679a-56c5-4b70-9956-1905e5f2e138?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.009889 10.0.0.31 - - [2024-10-31 02:30:27] "POST /neutron/port HTTP/1.1" 200 1083 0.015846 10.0.0.31 - - [2024-10-31 02:30:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006807 10.0.0.31 - - [2024-10-31 02:30:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.31 - - [2024-10-31 02:30:34] "GET /global-vrouter-config/8e17715a-74ee-4834-8e99-7f7e9ccc0ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.004205 10.0.0.31 - - [2024-10-31 02:30:34] "PUT /global-vrouter-config/8e17715a-74ee-4834-8e99-7f7e9ccc0ec4 HTTP/1.1" 200 276 0.009217 10.0.0.31 - - [2024-10-31 02:30:34] "POST /neutron/network HTTP/1.1" 200 839 0.010947 10.0.0.31 - - [2024-10-31 02:30:34] "POST /neutron/network HTTP/1.1" 400 204 0.010543 10.0.0.31 - - [2024-10-31 02:30:35] "POST /neutron/port HTTP/1.1" 200 1083 0.015930 10.0.0.31 - - [2024-10-31 02:30:35] "POST /neutron/port HTTP/1.1" 200 1109 0.009951 10.0.0.31 - - [2024-10-31 02:30:35] "POST /neutron/port HTTP/1.1" 200 151 0.088928 10.0.0.31 - - [2024-10-31 02:30:36] "POST /neutron/network HTTP/1.1" 200 839 0.007436 10.0.0.31 - - [2024-10-31 02:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.31 - - [2024-10-31 02:30:36] "DELETE /route-target/e7c4ee60-2305-4f00-b267-ffd68c6474c9 HTTP/1.1" 200 115 0.017133 10.0.0.31 - - [2024-10-31 02:30:36] "POST /useragent-kv HTTP/1.1" 200 115 0.031699 10.0.0.31 - - [2024-10-31 02:30:36] "POST /useragent-kv HTTP/1.1" 200 115 0.001347 10.0.0.31 - - [2024-10-31 02:30:36] "POST /neutron/network HTTP/1.1" 200 151 0.116898 10.0.0.31 - - [2024-10-31 02:30:37] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.002939 10.0.0.31 - - [2024-10-31 02:30:37] "POST /network-ipams HTTP/1.1" 200 541 0.017263 10.0.0.31 - - [2024-10-31 02:30:37] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 981 0.002955 10.0.0.31 - - [2024-10-31 02:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.31 - - [2024-10-31 02:30:37] "GET /network-ipam/e44d61b9-aa19-402f-878f-b619e5884ed1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.005871 10.0.0.31 - - [2024-10-31 02:30:37] "PUT /network-ipam/e44d61b9-aa19-402f-878f-b619e5884ed1 HTTP/1.1" 200 258 0.010251 10.0.0.31 - - [2024-10-31 02:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.31 - - [2024-10-31 02:30:37] "GET /projects?obj_uuids=dbed4898-40c8-499b-812c-fbb280888b25&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001297 10.0.0.31 - - [2024-10-31 02:30:37] "GET /project/dbed4898-40c8-499b-812c-fbb280888b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.030221 10.0.0.31 - - [2024-10-31 02:30:37] "POST /neutron/network HTTP/1.1" 200 117 0.007355 10.0.0.31 - - [2024-10-31 02:30:37] "GET /projects?obj_uuids=dbed4898-40c8-499b-812c-fbb280888b25&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001721 10.0.0.31 - - [2024-10-31 02:30:37] "POST /neutron/network HTTP/1.1" 200 605 0.080987 10.0.0.31 - - [2024-10-31 02:30:37] "POST /route-targets HTTP/1.1" 200 327 0.012209 10.0.0.31 - - [2024-10-31 02:30:37] "POST /ref-update HTTP/1.1" 200 156 0.013841 10.0.0.31 - - [2024-10-31 02:30:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002677 10.0.0.31 - - [2024-10-31 02:30:38] "POST /neutron/subnet HTTP/1.1" 200 699 0.159243 10.0.0.31 - - [2024-10-31 02:30:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003815 10.0.0.31 - - [2024-10-31 02:30:38] "POST /neutron/subnet HTTP/1.1" 200 699 0.186426 10.0.0.31 - - [2024-10-31 02:30:38] "POST /neutron/network HTTP/1.1" 200 994 0.008259 10.0.0.31 - - [2024-10-31 02:30:38] "POST /id-to-fqname HTTP/1.1" 200 220 0.001517 10.0.0.31 - - [2024-10-31 02:30:38] "GET /virtual-network/22147d37-6afa-4776-8228-482777b920c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.009569 10.0.0.31 - - [2024-10-31 02:30:38] "POST /neutron/network HTTP/1.1" 200 994 0.007560 10.0.0.31 - - [2024-10-31 02:30:38] "GET /virtual-network/22147d37-6afa-4776-8228-482777b920c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.009337 10.0.0.31 - - [2024-10-31 02:30:38] "POST /neutron/network HTTP/1.1" 200 994 0.007778 10.0.0.31 - - [2024-10-31 02:30:38] "POST /neutron/subnet HTTP/1.1" 200 699 0.007523 10.0.0.31 - - [2024-10-31 02:30:38] "POST /neutron/subnet HTTP/1.1" 200 699 0.007940 10.0.0.31 - - [2024-10-31 02:30:38] "POST /neutron/network HTTP/1.1" 200 994 0.008497 10.0.0.31 - - [2024-10-31 02:30:38] "POST /neutron/subnet HTTP/1.1" 200 699 0.007781 10.0.0.31 - - [2024-10-31 02:30:38] "POST /neutron/subnet HTTP/1.1" 200 699 0.007409 10.0.0.31 - - [2024-10-31 02:30:38] "GET /projects?obj_uuids=dbed4898-40c8-499b-812c-fbb280888b25&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001374 10.0.0.31 - - [2024-10-31 02:30:38] "POST /neutron/port HTTP/1.1" 200 1017 0.172921 10.0.0.31 - - [2024-10-31 02:30:38] "GET /projects?obj_uuids=dbed4898-40c8-499b-812c-fbb280888b25&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001221 10.0.0.31 - - [2024-10-31 02:30:38] "POST /neutron/port HTTP/1.1" 200 1017 0.176194 10.0.0.31 - - [2024-10-31 02:30:38] "POST /id-to-fqname HTTP/1.1" 200 220 0.001415 10.0.0.31 - - [2024-10-31 02:30:39] "POST /neutron/port HTTP/1.1" 200 1017 0.008234 10.0.0.31 - - [2024-10-31 02:30:39] "POST /neutron/port HTTP/1.1" 200 1017 0.032021 10.0.0.31 - - [2024-10-31 02:30:39] "POST /neutron/network HTTP/1.1" 200 994 0.007261 10.0.0.31 - - [2024-10-31 02:30:39] "POST /neutron/port HTTP/1.1" 200 1017 0.008293 10.0.0.31 - - [2024-10-31 02:30:39] "POST /neutron/port HTTP/1.1" 200 117 0.005098 10.0.0.31 - - [2024-10-31 02:30:39] "POST /neutron/port HTTP/1.1" 200 117 0.006761 10.0.0.31 - - [2024-10-31 02:30:39] "POST /id-to-fqname HTTP/1.1" 200 220 0.001568 10.0.0.31 - - [2024-10-31 02:30:39] "POST /neutron/port HTTP/1.1" 200 117 0.006505 10.0.0.31 - - [2024-10-31 02:30:39] "POST /neutron/port HTTP/1.1" 200 1017 0.008870 10.0.0.31 - - [2024-10-31 02:30:39] "POST /neutron/port HTTP/1.1" 200 1017 0.008456 10.0.0.31 - - [2024-10-31 02:30:39] "POST /neutron/network HTTP/1.1" 200 994 0.007877 10.0.0.31 - - [2024-10-31 02:30:39] "POST /neutron/port HTTP/1.1" 200 1017 0.008112 10.0.0.31 - - [2024-10-31 02:30:39] "POST /neutron/port HTTP/1.1" 200 1017 0.010351 10.0.0.31 - - [2024-10-31 02:30:39] "POST /neutron/port HTTP/1.1" 200 1017 0.010385 10.0.0.31 - - [2024-10-31 02:30:39] "POST /neutron/port HTTP/1.1" 200 117 0.014953 10.0.0.31 - - [2024-10-31 02:30:39] "POST /neutron/port HTTP/1.1" 200 117 0.009393 10.0.0.31 - - [2024-10-31 02:30:39] "POST /id-to-fqname HTTP/1.1" 200 220 0.001552 10.0.0.31 - - [2024-10-31 02:30:39] "POST /neutron/port HTTP/1.1" 200 117 0.008379 10.0.0.31 - - [2024-10-31 02:30:40] "POST /neutron/network HTTP/1.1" 200 1004 0.008798 10.0.0.31 - - [2024-10-31 02:30:40] "GET /aaa-mode HTTP/1.1" 401 292 0.000781 10.0.0.31 - - [2024-10-31 02:30:40] "GET / HTTP/1.1" 200 35931 0.001853 10.0.0.31 - - [2024-10-31 02:30:40] "GET /project/dbed4898-40c8-499b-812c-fbb280888b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000422 10.0.0.31 - - [2024-10-31 02:30:40] "POST /neutron/port HTTP/1.1" 200 1017 0.030256 10.0.0.31 - - [2024-10-31 02:30:40] "POST /neutron/network HTTP/1.1" 200 1004 0.007845 10.0.0.31 - - [2024-10-31 02:30:40] "POST /neutron/port HTTP/1.1" 200 1017 0.007663 10.0.0.31 - - [2024-10-31 02:30:40] "POST /neutron/port HTTP/1.1" 200 1017 0.008085 10.0.0.31 - - [2024-10-31 02:30:40] "POST /neutron/port HTTP/1.1" 200 1017 0.014287 10.0.0.31 - - [2024-10-31 02:30:40] "POST /neutron/network HTTP/1.1" 200 1004 0.009401 10.0.0.31 - - [2024-10-31 02:30:40] "POST /neutron/port HTTP/1.1" 200 1109 0.107557 10.0.0.31 - - [2024-10-31 02:30:40] "POST /neutron/port HTTP/1.1" 200 1017 0.008282 10.0.0.31 - - [2024-10-31 02:30:40] "POST /neutron/port HTTP/1.1" 200 1017 0.009821 10.0.0.31 - - [2024-10-31 02:30:40] "POST /neutron/port HTTP/1.1" 200 1083 0.043609 10.0.0.31 - - [2024-10-31 02:30:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004022 10.0.0.31 - - [2024-10-31 02:30:40] "POST /neutron/port HTTP/1.1" 200 1109 0.132573 10.0.0.31 - - [2024-10-31 02:30:40] "GET /projects?obj_uuids=dbed4898-40c8-499b-812c-fbb280888b25&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001218 10.0.0.31 - - [2024-10-31 02:30:40] "GET /project/dbed4898-40c8-499b-812c-fbb280888b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.094742 10.0.0.31 - - [2024-10-31 02:30:40] "POST /neutron/subnet HTTP/1.1" 200 673 0.038312 10.0.0.31 - - [2024-10-31 02:30:40] "POST /neutron/port HTTP/1.1" 200 1083 0.020160 10.0.0.31 - - [2024-10-31 02:30:40] "POST /neutron/port HTTP/1.1" 200 117 0.001104 10.0.0.31 - - [2024-10-31 02:30:40] "POST /neutron/network HTTP/1.1" 200 994 0.010428 10.0.0.31 - - [2024-10-31 02:30:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004565 10.0.0.31 - - [2024-10-31 02:30:40] "POST /neutron/network HTTP/1.1" 200 994 0.009816 10.0.0.31 - - [2024-10-31 02:30:40] "POST /neutron/subnet HTTP/1.1" 200 673 0.020313 10.0.0.31 - - [2024-10-31 02:30:40] "POST /neutron/port HTTP/1.1" 200 117 0.001620 10.0.0.31 - - [2024-10-31 02:30:40] "POST /neutron/network HTTP/1.1" 200 994 0.007478 10.0.0.31 - - [2024-10-31 02:30:41] "POST /neutron/port HTTP/1.1" 200 2050 0.030102 10.0.0.31 - - [2024-10-31 02:30:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008888 10.0.0.31 - - [2024-10-31 02:30:41] "POST /neutron/port HTTP/1.1" 200 117 0.005461 10.0.0.31 - - [2024-10-31 02:30:41] "GET /domains HTTP/1.1" 200 280 0.003323 10.0.0.31 - - [2024-10-31 02:30:41] "GET /domains?obj_uuids=a22851d8-7bef-4903-956c-5949b718f81e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001568 10.0.0.31 - - [2024-10-31 02:30:41] "GET /domain/a22851d8-7bef-4903-956c-5949b718f81e HTTP/1.1" 200 2761 0.015728 10.0.0.31 - - [2024-10-31 02:30:41] "GET /projects?obj_uuids=dbed4898-40c8-499b-812c-fbb280888b25&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002206 10.0.0.31 - - [2024-10-31 02:30:41] "GET /project/dbed4898-40c8-499b-812c-fbb280888b25 HTTP/1.1" 200 2842 0.095356 10.0.0.31 - - [2024-10-31 02:30:41] "GET /network-ipam/e44d61b9-aa19-402f-878f-b619e5884ed1 HTTP/1.1" 200 2601 0.007498 10.0.0.31 - - [2024-10-31 02:30:41] "GET /domains HTTP/1.1" 200 280 0.003087 10.0.0.31 - - [2024-10-31 02:30:41] "GET /domains?obj_uuids=a22851d8-7bef-4903-956c-5949b718f81e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002422 10.0.0.31 - - [2024-10-31 02:30:41] "GET /domain/a22851d8-7bef-4903-956c-5949b718f81e HTTP/1.1" 200 2761 0.012776 10.0.0.31 - - [2024-10-31 02:30:41] "GET /projects?obj_uuids=dbed4898-40c8-499b-812c-fbb280888b25&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001371 10.0.0.31 - - [2024-10-31 02:30:41] "GET /project/dbed4898-40c8-499b-812c-fbb280888b25 HTTP/1.1" 200 2842 0.095863 10.0.0.31 - - [2024-10-31 02:30:41] "GET /virtual-network/22147d37-6afa-4776-8228-482777b920c6 HTTP/1.1" 200 3778 0.018945 10.0.0.31 - - [2024-10-31 02:30:41] "GET /virtual-network/22147d37-6afa-4776-8228-482777b920c6 HTTP/1.1" 200 3778 0.013018 10.0.0.31 - - [2024-10-31 02:30:41] "GET /routing-instance/782eb8ba-9a41-4e42-bbc0-b4b49e56a6fb HTTP/1.1" 200 2380 0.005783 10.0.0.31 - - [2024-10-31 02:30:41] "GET /routing-instance/782eb8ba-9a41-4e42-bbc0-b4b49e56a6fb HTTP/1.1" 200 2380 0.005807 10.0.0.31 - - [2024-10-31 02:30:41] "GET /route-target/c4525715-d02d-4399-b9e6-3365e594ae7a HTTP/1.1" 200 1205 0.004406 10.0.0.31 - - [2024-10-31 02:30:41] "GET /virtual-network/22147d37-6afa-4776-8228-482777b920c6 HTTP/1.1" 200 3778 0.015313 10.0.0.31 - - [2024-10-31 02:30:41] "GET /routing-instance/782eb8ba-9a41-4e42-bbc0-b4b49e56a6fb HTTP/1.1" 200 2380 0.007560 10.0.0.31 - - [2024-10-31 02:30:41] "GET /virtual-network/22147d37-6afa-4776-8228-482777b920c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.023887 10.0.0.31 - - [2024-10-31 02:30:41] "POST /neutron/network HTTP/1.1" 200 1004 0.032231 10.0.0.31 - - [2024-10-31 02:30:41] "GET /virtual-network/22147d37-6afa-4776-8228-482777b920c6 HTTP/1.1" 200 3778 0.018315 10.0.0.31 - - [2024-10-31 02:30:41] "GET /projects?obj_uuids=dbed4898-40c8-499b-812c-fbb280888b25&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001162 10.0.0.31 - - [2024-10-31 02:30:41] "GET /routing-instance/782eb8ba-9a41-4e42-bbc0-b4b49e56a6fb HTTP/1.1" 200 2380 0.006320 10.0.0.31 - - [2024-10-31 02:30:41] "GET /routing-instance/782eb8ba-9a41-4e42-bbc0-b4b49e56a6fb HTTP/1.1" 200 2380 0.006044 10.0.0.31 - - [2024-10-31 02:30:41] "GET /route-target/c4525715-d02d-4399-b9e6-3365e594ae7a HTTP/1.1" 200 1205 0.009382 10.0.0.31 - - [2024-10-31 02:30:41] "GET /domains HTTP/1.1" 200 280 0.006728 10.0.0.31 - - [2024-10-31 02:30:41] "GET /domains?obj_uuids=a22851d8-7bef-4903-956c-5949b718f81e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001546 10.0.0.31 - - [2024-10-31 02:30:41] "GET /domain/a22851d8-7bef-4903-956c-5949b718f81e HTTP/1.1" 200 2761 0.048330 10.0.0.31 - - [2024-10-31 02:30:41] "GET /projects?obj_uuids=dbed4898-40c8-499b-812c-fbb280888b25&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001545 10.0.0.31 - - [2024-10-31 02:30:41] "GET /project/dbed4898-40c8-499b-812c-fbb280888b25 HTTP/1.1" 200 3086 0.075976 10.0.0.31 - - [2024-10-31 02:30:41] "GET /virtual-network/22147d37-6afa-4776-8228-482777b920c6 HTTP/1.1" 200 4036 0.021772 10.0.0.31 - - [2024-10-31 02:30:41] "POST /neutron/port HTTP/1.1" 200 1055 0.350278 10.0.0.31 - - [2024-10-31 02:30:41] "POST /neutron/port HTTP/1.1" 200 1055 0.018466 10.0.0.31 - - [2024-10-31 02:30:41] "POST /neutron/port HTTP/1.1" 200 1055 0.023994 10.0.0.31 - - [2024-10-31 02:30:42] "POST /neutron/port HTTP/1.1" 200 1109 0.207588 10.0.0.31 - - [2024-10-31 02:30:42] "GET /obj-perms HTTP/1.1" 200 5030 0.082957 10.0.0.31 - - [2024-10-31 02:30:42] "POST /neutron/port HTTP/1.1" 200 1083 0.032702 10.0.0.31 - - [2024-10-31 02:30:42] "POST /neutron/port HTTP/1.1" 200 1083 0.039763 10.0.0.31 - - [2024-10-31 02:30:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004382 10.0.0.31 - - [2024-10-31 02:30:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.012305 10.0.0.31 - - [2024-10-31 02:30:42] "POST /neutron/subnet HTTP/1.1" 200 673 0.018158 10.0.0.31 - - [2024-10-31 02:30:42] "POST /neutron/port HTTP/1.1" 200 117 0.001383 10.0.0.31 - - [2024-10-31 02:30:42] "POST /neutron/network HTTP/1.1" 200 994 0.009915 10.0.0.31 - - [2024-10-31 02:30:42] "POST /neutron/port HTTP/1.1" 200 1083 0.025404 10.0.0.31 - - [2024-10-31 02:30:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008691 10.0.0.31 - - [2024-10-31 02:30:42] "POST /neutron/port HTTP/1.1" 200 1083 0.018210 10.0.0.31 - - [2024-10-31 02:30:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008373 10.0.0.31 - - [2024-10-31 02:30:42] "GET /virtual-machine/14e22c62-8601-40b2-b314-9033ace87e3c HTTP/1.1" 200 1288 0.006753 10.0.0.31 - - [2024-10-31 02:30:42] "GET /virtual-machine-interface/712cd873-e472-43b3-9c0f-1ad42e5c1e46 HTTP/1.1" 200 2941 0.010231 10.0.0.31 - - [2024-10-31 02:30:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.006722 10.0.0.31 - - [2024-10-31 02:30:42] "GET /global-vrouter-config/8e17715a-74ee-4834-8e99-7f7e9ccc0ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005475 10.0.0.31 - - [2024-10-31 02:30:42] "GET /virtual-networks?parent_id=dbed4898-40c8-499b-812c-fbb280888b25&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.009557 10.0.0.31 - - [2024-10-31 02:30:42] "GET /virtual-network/22147d37-6afa-4776-8228-482777b920c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.017604 10.0.0.31 - - [2024-10-31 02:30:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.31 - - [2024-10-31 02:30:46] "GET /virtual-network/22147d37-6afa-4776-8228-482777b920c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.012303 10.0.0.31 - - [2024-10-31 02:30:49] "POST /neutron/port HTTP/1.1" 200 1083 0.017230 10.0.0.31 - - [2024-10-31 02:30:49] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006278 10.0.0.31 - - [2024-10-31 02:30:49] "POST /neutron/port HTTP/1.1" 200 1083 0.018099 10.0.0.31 - - [2024-10-31 02:30:49] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006916 10.0.0.31 - - [2024-10-31 02:30:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.31 - - [2024-10-31 02:30:50] "GET /virtual-network/22147d37-6afa-4776-8228-482777b920c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.015782 10.0.0.31 - - [2024-10-31 02:30:50] "POST /neutron/port HTTP/1.1" 200 1083 0.047160 10.0.0.31 - - [2024-10-31 02:30:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006335 10.0.0.31 - - [2024-10-31 02:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.31 - - [2024-10-31 02:30:52] "GET /global-vrouter-config/8e17715a-74ee-4834-8e99-7f7e9ccc0ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003926 10.0.0.31 - - [2024-10-31 02:30:52] "GET /virtual-networks?parent_id=dbed4898-40c8-499b-812c-fbb280888b25&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003516 10.0.0.31 - - [2024-10-31 02:30:52] "GET /virtual-network/22147d37-6afa-4776-8228-482777b920c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.010257 10.0.0.31 - - [2024-10-31 02:30:52] "POST /neutron/port HTTP/1.1" 200 1083 0.016759 10.0.0.31 - - [2024-10-31 02:30:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006709 10.0.0.31 - - [2024-10-31 02:30:52] "POST /neutron/port HTTP/1.1" 200 1083 0.016836 10.0.0.31 - - [2024-10-31 02:30:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007561 10.0.0.31 - - [2024-10-31 02:30:52] "POST /neutron/port HTTP/1.1" 200 1083 0.016279 10.0.0.31 - - [2024-10-31 02:30:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006654 10.0.0.31 - - [2024-10-31 02:30:52] "GET /virtual-machine/17520045-8fd6-488e-8edb-bbe36dddbf40 HTTP/1.1" 200 1288 0.005775 10.0.0.31 - - [2024-10-31 02:30:52] "GET /virtual-machine-interface/7ce4a13a-5cb8-4003-8535-52a3fa167e16 HTTP/1.1" 200 2940 0.009146 10.0.0.31 - - [2024-10-31 02:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.31 - - [2024-10-31 02:30:52] "GET /global-vrouter-config/8e17715a-74ee-4834-8e99-7f7e9ccc0ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003829 10.0.0.31 - - [2024-10-31 02:30:52] "GET /virtual-networks?parent_id=dbed4898-40c8-499b-812c-fbb280888b25&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003450 10.0.0.31 - - [2024-10-31 02:30:52] "GET /virtual-network/22147d37-6afa-4776-8228-482777b920c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.010369 10.0.0.31 - - [2024-10-31 02:30:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.31 - - [2024-10-31 02:30:54] "GET /global-vrouter-config/8e17715a-74ee-4834-8e99-7f7e9ccc0ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004324 10.0.0.31 - - [2024-10-31 02:30:54] "GET /virtual-networks?parent_id=dbed4898-40c8-499b-812c-fbb280888b25&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003373 10.0.0.31 - - [2024-10-31 02:30:54] "GET /virtual-network/22147d37-6afa-4776-8228-482777b920c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.010519 10.0.0.31 - - [2024-10-31 02:30:54] "POST /neutron/port HTTP/1.1" 200 1083 0.017244 10.0.0.31 - - [2024-10-31 02:30:54] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006804 10.0.0.31 - - [2024-10-31 02:30:54] "POST /neutron/port HTTP/1.1" 200 1083 0.017541 10.0.0.31 - - [2024-10-31 02:30:54] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006576 10.0.0.31 - - [2024-10-31 02:30:54] "POST /neutron/port HTTP/1.1" 200 1083 0.017207 10.0.0.31 - - [2024-10-31 02:30:54] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006926 10.0.0.31 - - [2024-10-31 02:30:54] "GET /virtual-machine/998c9303-2cde-4575-80c1-7cf5a54c7fc7 HTTP/1.1" 200 1292 0.005555 10.0.0.31 - - [2024-10-31 02:30:54] "GET /virtual-machine-interface/5a1c140a-70f6-49dd-8f36-eeca8b588e1f HTTP/1.1" 200 2941 0.009100 10.0.0.31 - - [2024-10-31 02:30:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.31 - - [2024-10-31 02:30:54] "GET /global-vrouter-config/8e17715a-74ee-4834-8e99-7f7e9ccc0ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004092 10.0.0.31 - - [2024-10-31 02:30:54] "GET /virtual-networks?parent_id=dbed4898-40c8-499b-812c-fbb280888b25&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003864 10.0.0.31 - - [2024-10-31 02:30:54] "GET /virtual-network/22147d37-6afa-4776-8228-482777b920c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.009048 10.0.0.31 - - [2024-10-31 02:30:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.31 - - [2024-10-31 02:30:55] "GET /global-vrouter-config/8e17715a-74ee-4834-8e99-7f7e9ccc0ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004099 10.0.0.31 - - [2024-10-31 02:30:55] "GET /virtual-networks?parent_id=dbed4898-40c8-499b-812c-fbb280888b25&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003220 10.0.0.31 - - [2024-10-31 02:30:56] "GET /virtual-network/22147d37-6afa-4776-8228-482777b920c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.010586 10.0.0.31 - - [2024-10-31 02:31:02] "GET /projects?obj_uuids=fc0c0add-07d8-4497-8b1b-559e8e5382a8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001572 10.0.0.31 - - [2024-10-31 02:31:02] "DELETE /project/dbed489840c8499b812cfbb280888b25 HTTP/1.1" 404 173 0.052276 10.0.0.31 - - [2024-10-31 02:31:02] "GET /project/fc0c0add-07d8-4497-8b1b-559e8e5382a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.042838 10.0.0.31 - - [2024-10-31 02:31:02] "GET /projects?obj_uuids=fc0c0add-07d8-4497-8b1b-559e8e5382a8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001371 10.0.0.31 - - [2024-10-31 02:31:02] "GET /project/fc0c0add-07d8-4497-8b1b-559e8e5382a8?fields=security_groups HTTP/1.1" 200 1367 0.039261 10.0.0.31 - - [2024-10-31 02:31:02] "DELETE /security-group/fcb6fe17-854c-4aaa-b3e2-1548d74cab1e HTTP/1.1" 200 115 0.038222 10.0.0.31 - - [2024-10-31 02:31:02] "GET /projects?obj_uuids=fc0c0add-07d8-4497-8b1b-559e8e5382a8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001478 10.0.0.31 - - [2024-10-31 02:31:02] "GET /project/fc0c0add-07d8-4497-8b1b-559e8e5382a8?fields=application_policy_sets HTTP/1.1" 200 1406 0.051336 10.0.0.31 - - [2024-10-31 02:31:02] "DELETE /access-control-list/8a0b694f-c1a4-46b4-a461-01fe7f08b532 HTTP/1.1" 200 115 0.063576 10.0.0.31 - - [2024-10-31 02:31:02] "DELETE /access-control-list/7df84ecb-8fb1-45e8-8e95-d1aa14c2de46 HTTP/1.1" 200 115 0.022507 10.0.0.31 - - [2024-10-31 02:31:02] "DELETE /project/fc0c0add-07d8-4497-8b1b-559e8e5382a8 HTTP/1.1" 200 115 0.384756 10.0.0.31 - - [2024-10-31 02:31:09] "GET /obj-perms HTTP/1.1" 200 5056 0.051933 10.0.0.31 - - [2024-10-31 02:31:09] "GET /obj-perms HTTP/1.1" 200 5056 0.051410 10.0.0.31 - - [2024-10-31 02:31:11] "POST /neutron/port HTTP/1.1" 200 1109 0.014899 10.0.0.31 - - [2024-10-31 02:31:11] "POST /neutron/port HTTP/1.1" 200 1109 0.011073 10.0.0.31 - - [2024-10-31 02:31:11] "POST /neutron/port HTTP/1.1" 200 151 0.121545 10.0.0.31 - - [2024-10-31 02:31:11] "POST /neutron/port HTTP/1.1" 200 1109 0.010532 10.0.0.31 - - [2024-10-31 02:31:11] "POST /neutron/port HTTP/1.1" 200 1109 0.019167 10.0.0.31 - - [2024-10-31 02:31:12] "POST /neutron/port HTTP/1.1" 200 1083 0.041893 10.0.0.31 - - [2024-10-31 02:31:12] "POST /neutron/port HTTP/1.1" 200 1109 0.027348 10.0.0.31 - - [2024-10-31 02:31:12] "POST /neutron/port HTTP/1.1" 200 151 0.228234 10.0.0.31 - - [2024-10-31 02:31:12] "POST /neutron/network HTTP/1.1" 200 994 0.008860 10.0.0.31 - - [2024-10-31 02:31:12] "POST /neutron/port HTTP/1.1" 200 117 0.008455 10.0.0.31 - - [2024-10-31 02:31:12] "POST /neutron/network HTTP/1.1" 400 204 0.017840 10.0.0.31 - - [2024-10-31 02:31:12] "POST /neutron/port HTTP/1.1" 400 205 0.006021 10.0.0.31 - - [2024-10-31 02:31:12] "POST /neutron/port HTTP/1.1" 200 151 0.220416 10.0.0.31 - - [2024-10-31 02:31:14] "POST /neutron/network HTTP/1.1" 200 994 0.009431 10.0.0.31 - - [2024-10-31 02:31:14] "POST /useragent-kv HTTP/1.1" 200 115 0.001645 10.0.0.31 - - [2024-10-31 02:31:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.007656 10.0.0.31 - - [2024-10-31 02:31:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003616 10.0.0.31 - - [2024-10-31 02:31:14] "POST /useragent-kv HTTP/1.1" 200 115 0.001471 10.0.0.31 - - [2024-10-31 02:31:14] "POST /useragent-kv HTTP/1.1" 200 115 0.001253 10.0.0.31 - - [2024-10-31 02:31:14] "POST /neutron/network HTTP/1.1" 200 151 0.138124 10.0.0.31 - - [2024-10-31 02:31:14] "DELETE /route-target/c4525715-d02d-4399-b9e6-3365e594ae7a HTTP/1.1" 200 115 0.033586 10.0.0.31 - - [2024-10-31 02:31:14] "GET /routing-instance/782eb8ba-9a41-4e42-bbc0-b4b49e56a6fb HTTP/1.1" 404 171 0.002883 10.0.0.31 - - [2024-10-31 02:31:14] "GET /domains HTTP/1.1" 200 280 0.003044 10.0.0.31 - - [2024-10-31 02:31:14] "GET /domains?obj_uuids=a22851d8-7bef-4903-956c-5949b718f81e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001293 10.0.0.31 - - [2024-10-31 02:31:14] "GET /domain/a22851d8-7bef-4903-956c-5949b718f81e HTTP/1.1" 200 2574 0.051205 10.0.0.31 - - [2024-10-31 02:31:14] "GET /projects?obj_uuids=dbed4898-40c8-499b-812c-fbb280888b25&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001426 10.0.0.31 - - [2024-10-31 02:31:14] "GET /project/dbed4898-40c8-499b-812c-fbb280888b25 HTTP/1.1" 200 2085 0.087943 10.0.0.31 - - [2024-10-31 02:31:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004186 10.0.0.31 - - [2024-10-31 02:31:14] "DELETE /network-ipam/e44d61b9-aa19-402f-878f-b619e5884ed1 HTTP/1.1" 200 115 0.028657 10.0.0.31 - - [2024-10-31 02:31:14] "POST /fqname-to-id HTTP/1.1" 404 211 0.003446 10.0.0.31 - - [2024-10-31 02:31:15] "GET /projects?obj_uuids=dbed4898-40c8-499b-812c-fbb280888b25&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001329 10.0.0.31 - - [2024-10-31 02:31:15] "GET /project/dbed4898-40c8-499b-812c-fbb280888b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.069061 10.0.0.31 - - [2024-10-31 02:31:15] "GET /projects?obj_uuids=dbed4898-40c8-499b-812c-fbb280888b25&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001263 10.0.0.31 - - [2024-10-31 02:31:15] "GET /project/dbed4898-40c8-499b-812c-fbb280888b25?fields=virtual_networks HTTP/1.1" 200 1032 0.041663 10.0.0.31 - - [2024-10-31 02:31:15] "GET /projects?obj_uuids=dbed4898-40c8-499b-812c-fbb280888b25&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001258 10.0.0.31 - - [2024-10-31 02:31:15] "GET /project/dbed4898-40c8-499b-812c-fbb280888b25?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.034624 10.0.0.31 - - [2024-10-31 02:31:15] "GET /projects?obj_uuids=dbed4898-40c8-499b-812c-fbb280888b25&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001417 10.0.0.31 - - [2024-10-31 02:31:15] "GET /project/dbed4898-40c8-499b-812c-fbb280888b25?fields=security_groups HTTP/1.1" 200 1258 0.039324 10.0.0.31 - - [2024-10-31 02:31:17] "POST /neutron/port HTTP/1.1" 200 117 0.005640 10.0.0.31 - - [2024-10-31 02:31:17] "POST /neutron/port HTTP/1.1" 400 205 0.003620 10.0.0.31 - - [2024-10-31 02:31:23] "GET / HTTP/1.1" 200 35931 0.002104 10.0.0.31 - - [2024-10-31 02:31:24] "GET /project/f222088d-7d8c-4514-a97f-303dbb663124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000547 10.0.0.31 - - [2024-10-31 02:31:24] "GET /projects?obj_uuids=f222088d-7d8c-4514-a97f-303dbb663124&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001366 10.0.0.31 - - [2024-10-31 02:31:24] "GET /project/f222088d-7d8c-4514-a97f-303dbb663124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.065784 [Introspect:8084]10.0.0.31 - - [2024-10-31 02:31:25] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001665 10.0.0.31 - - [2024-10-31 02:31:25] "POST /fqname-to-id HTTP/1.1" 404 184 0.031271 10.0.0.31 - - [2024-10-31 02:31:25] "GET /projects?obj_uuids=77ce36cb-1659-4a23-94c9-8b8fe12f4294&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003638 10.0.0.31 - - [2024-10-31 02:31:25] "GET /domains?obj_uuids=a22851d8-7bef-4903-956c-5949b718f81e&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001807 10.0.0.31 - - [2024-10-31 02:31:25] "GET /domain/a22851d8-7bef-4903-956c-5949b718f81e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.011331 10.0.0.31 - - [2024-10-31 02:31:25] "POST /id-to-fqname HTTP/1.1" 200 186 0.004556 10.0.0.31 - - [2024-10-31 02:31:25] "POST /fqname-to-id HTTP/1.1" 404 195 0.002735 10.0.0.31 - - [2024-10-31 02:31:25] "POST /security-groups HTTP/1.1" 200 587 0.067110 10.0.0.31 - - [2024-10-31 02:31:25] "POST /fqname-to-id HTTP/1.1" 404 230 0.004087 10.0.0.31 - - [2024-10-31 02:31:26] "POST /projects HTTP/1.1" 200 577 0.243067 10.0.0.31 - - [2024-10-31 02:31:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.278581 10.0.0.31 - - [2024-10-31 02:31:26] "POST /access-control-lists HTTP/1.1" 200 592 0.058214 10.0.0.31 - - [2024-10-31 02:31:26] "GET /project/77ce36cb-1659-4a23-94c9-8b8fe12f4294?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.447303 10.0.0.31 - - [2024-10-31 02:31:26] "POST /fqname-to-id HTTP/1.1" 404 229 0.003301 10.0.0.31 - - [2024-10-31 02:31:26] "POST /access-control-lists HTTP/1.1" 200 590 0.059969 10.0.0.31 - - [2024-10-31 02:31:27] "GET / HTTP/1.1" 200 35931 0.002514 10.0.0.31 - - [2024-10-31 02:31:27] "GET /projects?obj_uuids=77ce36cb-1659-4a23-94c9-8b8fe12f4294&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001323 10.0.0.31 - - [2024-10-31 02:31:27] "GET /project/77ce36cb-1659-4a23-94c9-8b8fe12f4294?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.038214