++ 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: =================== Mon Oct 28 02:10:20 UTC 2024 ===================' INFO: =================== Mon Oct 28 02:10:20 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 +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.17 ++ 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.17 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.17 ++ ANALYTICSDB_NODES=10.0.0.17 ++ ANALYTICS_SNMP_NODES=10.0.0.17 ++ 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.17 +++ local server_address=10.0.0.17 +++ extended_server_list+='10.0.0.17:8081 ' +++ '[' -n '10.0.0.17:8081 ' ']' +++ echo 10.0.0.17:8081 ++ ANALYTICS_SERVERS=10.0.0.17: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.17 +++ local server_address=10.0.0.17 +++ extended_server_list+='10.0.0.17:9042 ' +++ '[' -n '10.0.0.17:9042 ' ']' +++ echo 10.0.0.17:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.17:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.17 ++ 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.17 +++ local server_address=10.0.0.17 +++ extended_server_list+='10.0.0.17:8086 ' +++ '[' -n '10.0.0.17:8086 ' ']' +++ echo 10.0.0.17:8086 ++ COLLECTOR_SERVERS=10.0.0.17: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.17 ++ CONFIGDB_NODES=10.0.0.17 ++ 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.17 +++ local server_address=10.0.0.17 +++ extended_server_list+='10.0.0.17:8082 ' +++ '[' -n '10.0.0.17:8082 ' ']' +++ echo 10.0.0.17:8082 ++ CONFIG_SERVERS=10.0.0.17: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.17 +++ local server_address=10.0.0.17 +++ extended_server_list+='10.0.0.17:9161 ' +++ '[' -n '10.0.0.17:9161 ' ']' +++ echo 10.0.0.17:9161 ++ CONFIGDB_SERVERS=10.0.0.17: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.17 +++ local server_address=10.0.0.17 +++ extended_server_list+='10.0.0.17:9041 ' +++ '[' -n '10.0.0.17:9041 ' ']' +++ echo 10.0.0.17:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.17:9041 ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.23 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.23 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.17 ++ 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.17 +++ local server_address=10.0.0.17 +++ extended_server_list+=10.0.0.17:2181, +++ '[' -n 10.0.0.17:2181, ']' +++ echo 10.0.0.17:2181 ++ ZOOKEEPER_SERVERS=10.0.0.17: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.17 +++ local server_address=10.0.0.17 +++ extended_server_list+='10.0.0.17:2181 ' +++ '[' -n '10.0.0.17:2181 ' ']' +++ echo 10.0.0.17:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.17:2181 ++ RABBITMQ_NODES=10.0.0.17 ++ 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.17 +++ local server_address=10.0.0.17 +++ extended_server_list+=10.0.0.17:5673, +++ '[' -n 10.0.0.17:5673, ']' +++ echo 10.0.0.17:5673 ++ RABBITMQ_SERVERS=10.0.0.17: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.17 +++ local server_address=10.0.0.17 +++ extended_server_list+='10.0.0.17:6379 ' +++ '[' -n '10.0.0.17:6379 ' ']' +++ echo 10.0.0.17:6379 ++ REDIS_SERVERS=10.0.0.17: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.17 ++ 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.17 +++ local server_address=10.0.0.17 +++ extended_server_list+='10.0.0.17:9092 ' +++ '[' -n '10.0.0.17:9092 ' ']' +++ echo 10.0.0.17:9092 ++ KAFKA_SERVERS=10.0.0.17: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.17 ++ 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.17 ++ 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.17 ++ 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.17 ++ cut -d , -f 1 + local cassandra=10.0.0.17 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.17 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.17 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.17 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.17,10.20.0.23,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.17'\''))' +++ local server_ip=10.0.0.17 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.17 ]] +++ [[ ,10.0.0.17,10.20.0.23,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.17, ]] +++ echo 10.0.0.17 1 +++ return ++ local ip=10.0.0.17 ++ [[ -z 10.0.0.17 ]] ++ echo 10.0.0.17 + host_ip=10.0.0.17 + [[ cql == \c\q\l ]] ++ echo 10.0.0.17:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.17:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.17:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ sort ++ sed 's/^API__//g' ++ cut -d = -f 1 + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.6/site-packages/keystonemiddleware/auth_token/_memcache_crypt.py:42: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography. The next release of cryptography will remove support for Python 3.6. from cryptography.hazmat import backends as crypto_backends 10/28/2024 02:10:28.526 7f8d27706e08 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 10/28/2024 02:10:28.555 7f8d27706e08 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 10/28/2024 02:10:28.570 7f8d27706e08 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 10/28/2024 02:10:28.570 7f8d27706e08 [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.17:8082/ Hit Ctrl-C to quit. 10.0.0.17 - - [2024-10-28 02:10:32] "GET / HTTP/1.1" 200 45871 0.002367 10.0.0.17 - - [2024-10-28 02:10:32] "GET / HTTP/1.1" 200 45871 0.001363 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.17 - - [2024-10-28 02:10:32] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000686 10.0.0.17 - - [2024-10-28 02:10:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000343 10.0.0.17 - - [2024-10-28 02:10:33] "GET / HTTP/1.1" 200 35931 0.002808 10.0.0.17 - - [2024-10-28 02:10:33] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.631709 10.0.0.17 - - [2024-10-28 02:10:33] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003570 10.0.0.17 - - [2024-10-28 02:10:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.360418 10.0.0.17 - - [2024-10-28 02:10:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 /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.17 - - [2024-10-28 02:10:34] "GET / HTTP/1.1" 200 35931 0.001896 10.0.0.17 - - [2024-10-28 02:10:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000670 10.0.0.17 - - [2024-10-28 02:10:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.030037 10.0.0.17 - - [2024-10-28 02:10:34] "GET /global-system-config/7a629ae7-9e43-41fd-82a2-2b3d1637229f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.012962 10.0.0.17 - - [2024-10-28 02:10:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000490 10.0.0.17 - - [2024-10-28 02:10:34] "GET / HTTP/1.1" 200 35931 0.002064 10.0.0.17 - - [2024-10-28 02:10:34] "POST /fqname-to-id HTTP/1.1" 404 220 0.003689 10.0.0.17 - - [2024-10-28 02:10:34] "POST /config-nodes HTTP/1.1" 200 599 0.033942 10.0.0.17 - - [2024-10-28 02:10:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000731 10.0.0.17 - - [2024-10-28 02:10:35] "GET / HTTP/1.1" 200 35931 0.003248 10.0.0.17 - - [2024-10-28 02:10:35] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000928 10.0.0.17 - - [2024-10-28 02:10:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.316195 10.0.0.17 - - [2024-10-28 02:10:35] "GET /network-ipam/cc7c99fa-27ce-459b-ab8a-07a3aefa76da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.006485 10.0.0.17 - - [2024-10-28 02:10:35] "GET / HTTP/1.1" 200 35931 0.002012 10.0.0.17 - - [2024-10-28 02:10:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000513 10.0.0.17 - - [2024-10-28 02:10:35] "POST /fqname-to-id HTTP/1.1" 404 186 0.336868 10.0.0.17 - - [2024-10-28 02:10:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.17 - - [2024-10-28 02:10:35] "GET /global-system-config/7a629ae7-9e43-41fd-82a2-2b3d1637229f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.011791 10.0.0.17 - - [2024-10-28 02:10:35] "POST /service-appliance-sets HTTP/1.1" 200 553 0.022732 10.0.0.17 - - [2024-10-28 02:10:35] "POST /fqname-to-id HTTP/1.1" 404 180 0.004992 10.0.0.17 - - [2024-10-28 02:10:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.17 - - [2024-10-28 02:10:35] "GET /global-system-config/7a629ae7-9e43-41fd-82a2-2b3d1637229f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.012243 10.0.0.17 - - [2024-10-28 02:10:35] "POST /fqname-to-id HTTP/1.1" 404 225 0.004244 10.0.0.17 - - [2024-10-28 02:10:35] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.330283 10.0.0.17 - - [2024-10-28 02:10:35] "POST /fqname-to-id HTTP/1.1" 404 196 0.034130 10.0.0.17 - - [2024-10-28 02:10:35] "POST /access-control-lists HTTP/1.1" 200 587 0.020630 10.0.0.17 - - [2024-10-28 02:10:36] "POST /fqname-to-id HTTP/1.1" 404 224 0.003754 10.0.0.17 - - [2024-10-28 02:10:36] "POST /job-templates HTTP/1.1" 200 555 0.065235 10.0.0.17 - - [2024-10-28 02:10:36] "POST /service-appliance-sets HTTP/1.1" 200 541 0.062926 10.0.0.17 - - [2024-10-28 02:10:36] "POST /fqname-to-id HTTP/1.1" 404 200 0.002861 10.0.0.17 - - [2024-10-28 02:10:36] "POST /access-control-lists HTTP/1.1" 200 585 0.019564 10.0.0.17 - - [2024-10-28 02:10:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.17 - - [2024-10-28 02:10:36] "GET /network-ipam/cc7c99fa-27ce-459b-ab8a-07a3aefa76da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.013438 10.0.0.17 - - [2024-10-28 02:10:36] "POST /route-targets HTTP/1.1" 200 327 0.038545 10.0.0.17 - - [2024-10-28 02:10:36] "POST /job-templates HTTP/1.1" 200 563 0.098153 10.0.0.17 - - [2024-10-28 02:10:36] "POST /ref-update HTTP/1.1" 200 156 0.018176 10.0.0.17 - - [2024-10-28 02:10:36] "POST /fqname-to-id HTTP/1.1" 404 191 0.010865 10.0.0.17 - - [2024-10-28 02:10:36] "POST /route-targets HTTP/1.1" 200 327 0.011932 10.0.0.17 - - [2024-10-28 02:10:36] "POST /service-templates HTTP/1.1" 200 511 0.024620 10.0.0.17 - - [2024-10-28 02:10:36] "POST /service-templates HTTP/1.1" 200 501 0.020849 10.0.0.17 - - [2024-10-28 02:10:36] "POST /job-templates HTTP/1.1" 200 545 0.066647 10.0.0.17 - - [2024-10-28 02:10:36] "POST /ref-update HTTP/1.1" 200 156 0.047379 10.0.0.17 - - [2024-10-28 02:10:36] "POST /service-templates HTTP/1.1" 200 515 0.026194 10.0.0.17 - - [2024-10-28 02:10:36] "POST /fqname-to-id HTTP/1.1" 404 207 0.003225 10.0.0.17 - - [2024-10-28 02:10:36] "POST /route-targets HTTP/1.1" 200 327 0.015673 10.0.0.17 - - [2024-10-28 02:10:36] "POST /service-templates HTTP/1.1" 200 535 0.030706 10.0.0.17 - - [2024-10-28 02:10:36] "POST /job-templates HTTP/1.1" 200 577 0.081118 10.0.0.17 - - [2024-10-28 02:10:36] "POST /ref-update HTTP/1.1" 200 156 0.052126 10.0.0.17 - - [2024-10-28 02:10:36] "POST /service-templates HTTP/1.1" 200 507 0.043188 10.0.0.17 - - [2024-10-28 02:10:36] "POST /fqname-to-id HTTP/1.1" 404 208 0.003983 10.0.0.17 - - [2024-10-28 02:10:36] "POST /route-targets HTTP/1.1" 200 327 0.015809 10.0.0.17 - - [2024-10-28 02:10:36] "POST /job-templates HTTP/1.1" 200 579 0.066723 10.0.0.17 - - [2024-10-28 02:10:36] "POST /ref-update HTTP/1.1" 200 156 0.038743 10.0.0.17 - - [2024-10-28 02:10:36] "POST /fqname-to-id HTTP/1.1" 404 210 0.003143 10.0.0.17 - - [2024-10-28 02:10:36] "POST /fqname-to-id HTTP/1.1" 404 201 0.002836 10.0.0.17 - - [2024-10-28 02:10:36] "POST /job-templates HTTP/1.1" 200 583 0.075495 10.0.0.17 - - [2024-10-28 02:10:36] "POST /fqname-to-id HTTP/1.1" 404 198 0.004074 10.0.0.17 - - [2024-10-28 02:10:36] "POST /access-control-lists HTTP/1.1" 200 551 0.096969 10.0.0.17 - - [2024-10-28 02:10:37] "PUT /access-control-list/9d2508f4-ebdc-42bd-90a4-2472447fd9de HTTP/1.1" 200 272 0.011810 10.0.0.17 - - [2024-10-28 02:10:37] "POST /job-templates HTTP/1.1" 200 559 0.066235 10.0.0.17 - - [2024-10-28 02:10:37] "PUT /access-control-list/2ad1a4fd-57d5-494c-af0c-c139fa4ac2b9 HTTP/1.1" 200 272 0.013619 10.0.0.17 - - [2024-10-28 02:10:37] "POST /fqname-to-id HTTP/1.1" 404 203 0.003343 10.0.0.17 - - [2024-10-28 02:10:37] "POST /job-templates HTTP/1.1" 200 569 0.073087 10.0.0.17 - - [2024-10-28 02:10:37] "POST /fqname-to-id HTTP/1.1" 404 196 0.003314 10.0.0.17 - - [2024-10-28 02:10:37] "POST /job-templates HTTP/1.1" 200 555 0.092808 10.0.0.17 - - [2024-10-28 02:10:37] "POST /fqname-to-id HTTP/1.1" 404 196 0.003711 10.0.0.17 - - [2024-10-28 02:10:37] "POST /job-templates HTTP/1.1" 200 555 0.066653 10.0.0.17 - - [2024-10-28 02:10:37] "POST /fqname-to-id HTTP/1.1" 404 196 0.003230 10.0.0.17 - - [2024-10-28 02:10:37] "GET / HTTP/1.1" 200 35931 0.002341 10.0.0.17 - - [2024-10-28 02:10:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000480 10.0.0.17 - - [2024-10-28 02:10:37] "POST /job-templates HTTP/1.1" 200 555 0.069855 10.0.0.17 - - [2024-10-28 02:10:37] "POST /fqname-to-id HTTP/1.1" 404 186 0.004488 10.0.0.17 - - [2024-10-28 02:10:37] "POST /job-templates HTTP/1.1" 200 535 0.071827 10.0.0.17 - - [2024-10-28 02:10:37] "POST /fqname-to-id HTTP/1.1" 404 198 0.003515 10.0.0.17 - - [2024-10-28 02:10:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.028587 10.0.0.17 - - [2024-10-28 02:10:38] "GET /global-system-config/7a629ae7-9e43-41fd-82a2-2b3d1637229f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.011275 10.0.0.17 - - [2024-10-28 02:10:38] "POST /fqname-to-id HTTP/1.1" 404 220 0.003298 10.0.0.17 - - [2024-10-28 02:10:38] "POST /job-templates HTTP/1.1" 200 559 0.097451 10.0.0.17 - - [2024-10-28 02:10:38] "POST /fqname-to-id HTTP/1.1" 404 198 0.003230 10.0.0.17 - - [2024-10-28 02:10:38] "POST /config-database-nodes HTTP/1.1" 200 617 0.054134 10.0.0.17 - - [2024-10-28 02:10:38] "POST /job-templates HTTP/1.1" 200 559 0.085822 10.0.0.17 - - [2024-10-28 02:10:38] "POST /fqname-to-id HTTP/1.1" 404 198 0.003492 10.0.0.17 - - [2024-10-28 02:10:38] "POST /job-templates HTTP/1.1" 200 559 0.068799 10.0.0.17 - - [2024-10-28 02:10:38] "POST /fqname-to-id HTTP/1.1" 404 201 0.003301 10.0.0.17 - - [2024-10-28 02:10:38] "POST /job-templates HTTP/1.1" 200 565 0.065691 10.0.0.17 - - [2024-10-28 02:10:38] "POST /fqname-to-id HTTP/1.1" 404 197 0.003049 10.0.0.17 - - [2024-10-28 02:10:38] "POST /job-templates HTTP/1.1" 200 557 0.062078 10.0.0.17 - - [2024-10-28 02:10:38] "POST /fqname-to-id HTTP/1.1" 404 196 0.003327 10.0.0.17 - - [2024-10-28 02:10:38] "POST /job-templates HTTP/1.1" 200 555 0.064850 10.0.0.17 - - [2024-10-28 02:10:38] "POST /fqname-to-id HTTP/1.1" 404 205 0.003942 10.0.0.17 - - [2024-10-28 02:10:39] "POST /job-templates HTTP/1.1" 200 573 0.065158 10.0.0.17 - - [2024-10-28 02:10:39] "POST /fqname-to-id HTTP/1.1" 404 194 0.003000 10.0.0.17 - - [2024-10-28 02:10:39] "POST /job-templates HTTP/1.1" 200 551 0.065380 10.0.0.17 - - [2024-10-28 02:10:39] "POST /fqname-to-id HTTP/1.1" 404 208 0.003313 10.0.0.17 - - [2024-10-28 02:10:39] "POST /job-templates HTTP/1.1" 200 579 0.061060 10.0.0.17 - - [2024-10-28 02:10:39] "POST /fqname-to-id HTTP/1.1" 404 196 0.003624 10.0.0.17 - - [2024-10-28 02:10:39] "POST /job-templates HTTP/1.1" 200 555 0.064929 10.0.0.17 - - [2024-10-28 02:10:39] "POST /fqname-to-id HTTP/1.1" 404 198 0.003256 10.0.0.17 - - [2024-10-28 02:10:39] "POST /job-templates HTTP/1.1" 200 559 0.062136 10.0.0.17 - - [2024-10-28 02:10:39] "POST /fqname-to-id HTTP/1.1" 404 206 0.003324 10.0.0.17 - - [2024-10-28 02:10:39] "POST /job-templates HTTP/1.1" 200 575 0.065956 10.0.0.17 - - [2024-10-28 02:10:39] "POST /fqname-to-id HTTP/1.1" 404 197 0.003137 10.0.0.17 - - [2024-10-28 02:10:40] "POST /job-templates HTTP/1.1" 200 557 0.061298 10.0.0.17 - - [2024-10-28 02:10:40] "POST /fqname-to-id HTTP/1.1" 404 198 0.003277 10.0.0.17 - - [2024-10-28 02:10:40] "POST /job-templates HTTP/1.1" 200 559 0.065275 10.0.0.17 - - [2024-10-28 02:10:40] "POST /fqname-to-id HTTP/1.1" 404 196 0.003158 10.0.0.17 - - [2024-10-28 02:10:40] "POST /job-templates HTTP/1.1" 200 555 0.062142 10.0.0.17 - - [2024-10-28 02:10:40] "POST /fqname-to-id HTTP/1.1" 404 195 0.003648 10.0.0.17 - - [2024-10-28 02:10:40] "POST /job-templates HTTP/1.1" 200 553 0.060878 10.0.0.17 - - [2024-10-28 02:10:40] "POST /fqname-to-id HTTP/1.1" 404 195 0.003255 10.0.0.17 - - [2024-10-28 02:10:40] "POST /job-templates HTTP/1.1" 200 553 0.064851 10.0.0.17 - - [2024-10-28 02:10:40] "POST /fqname-to-id HTTP/1.1" 404 195 0.003585 10.0.0.17 - - [2024-10-28 02:10:40] "POST /job-templates HTTP/1.1" 200 553 0.064987 10.0.0.17 - - [2024-10-28 02:10:40] "POST /fqname-to-id HTTP/1.1" 404 200 0.003864 10.0.0.17 - - [2024-10-28 02:10:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.17 - - [2024-10-28 02:10:40] "GET /global-vrouter-config/a1ff2597-4e21-4594-806c-350319d89fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1161 0.016232 10.0.0.17 - - [2024-10-28 02:10:40] "POST /job-templates HTTP/1.1" 200 563 0.066188 10.0.0.17 - - [2024-10-28 02:10:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005337 10.0.0.17 - - [2024-10-28 02:10:41] "POST /fqname-to-id HTTP/1.1" 404 201 0.004540 10.0.0.17 - - [2024-10-28 02:10:41] "PUT /global-vrouter-config/a1ff2597-4e21-4594-806c-350319d89fb5 HTTP/1.1" 200 276 0.015738 10.0.0.17 - - [2024-10-28 02:10:41] "POST /job-templates HTTP/1.1" 200 565 0.077326 10.0.0.17 - - [2024-10-28 02:10:41] "POST /fqname-to-id HTTP/1.1" 404 189 0.004912 10.0.0.17 - - [2024-10-28 02:10:41] "POST /config-propertiess HTTP/1.1" 200 551 0.024752 10.0.0.17 - - [2024-10-28 02:10:41] "POST /fqname-to-id HTTP/1.1" 404 168 0.003918 10.0.0.17 - - [2024-10-28 02:10:41] "POST /tags HTTP/1.1" 200 321 0.035879 10.0.0.17 - - [2024-10-28 02:10:41] "POST /fqname-to-id HTTP/1.1" 404 166 0.003176 10.0.0.17 - - [2024-10-28 02:10:41] "GET / HTTP/1.1" 200 35931 0.002011 10.0.0.17 - - [2024-10-28 02:10:41] "POST /alarms HTTP/1.1" 401 292 0.000468 10.0.0.17 - - [2024-10-28 02:10:41] "POST /tags HTTP/1.1" 200 317 0.028017 10.0.0.17 - - [2024-10-28 02:10:41] "POST /fqname-to-id HTTP/1.1" 404 174 0.003345 10.0.0.17 - - [2024-10-28 02:10:41] "POST /tags HTTP/1.1" 200 333 0.025028 10.0.0.17 - - [2024-10-28 02:10:41] "POST /fqname-to-id HTTP/1.1" 404 162 0.003109 10.0.0.17 - - [2024-10-28 02:10:41] "POST /tags HTTP/1.1" 200 309 0.031380 10.0.0.17 - - [2024-10-28 02:10:41] "POST /fqname-to-id HTTP/1.1" 404 174 0.003544 10.0.0.17 - - [2024-10-28 02:10:41] "POST /alarms HTTP/1.1" 200 581 0.049821 10.0.0.17 - - [2024-10-28 02:10:41] "POST /tags HTTP/1.1" 200 333 0.030681 10.0.0.17 - - [2024-10-28 02:10:41] "POST /alarms HTTP/1.1" 200 575 0.025272 10.0.0.17 - - [2024-10-28 02:10:41] "POST /fqname-to-id HTTP/1.1" 404 164 0.003401 10.0.0.17 - - [2024-10-28 02:10:41] "POST /alarms HTTP/1.1" 200 575 0.018008 10.0.0.17 - - [2024-10-28 02:10:42] "POST /tags HTTP/1.1" 200 313 0.026576 10.0.0.17 - - [2024-10-28 02:10:42] "POST /alarms HTTP/1.1" 200 559 0.024139 10.0.0.17 - - [2024-10-28 02:10:42] "POST /fqname-to-id HTTP/1.1" 404 169 0.004130 10.0.0.17 - - [2024-10-28 02:10:42] "POST /alarms HTTP/1.1" 200 555 0.018751 10.0.0.17 - - [2024-10-28 02:10:42] "POST /tags HTTP/1.1" 200 323 0.026214 10.0.0.17 - - [2024-10-28 02:10:42] "POST /alarms HTTP/1.1" 200 557 0.025487 10.0.0.17 - - [2024-10-28 02:10:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.008009 10.0.0.17 - - [2024-10-28 02:10:42] "POST /alarms HTTP/1.1" 200 565 0.018664 10.0.0.17 - - [2024-10-28 02:10:42] "PUT /global-system-config/7a629ae7-9e43-41fd-82a2-2b3d1637229f HTTP/1.1" 200 274 0.010775 10.0.0.17 - - [2024-10-28 02:10:42] "POST /fqname-to-id HTTP/1.1" 404 166 0.003397 10.0.0.17 - - [2024-10-28 02:10:42] "POST /alarms HTTP/1.1" 200 549 0.033606 10.0.0.17 - - [2024-10-28 02:10:42] "POST /hardwares HTTP/1.1" 200 327 0.010868 10.0.0.17 - - [2024-10-28 02:10:42] "POST /alarms HTTP/1.1" 200 557 0.016917 10.0.0.17 - - [2024-10-28 02:10:42] "POST /fqname-to-id HTTP/1.1" 404 166 0.003145 10.0.0.17 - - [2024-10-28 02:10:42] "POST /alarms HTTP/1.1" 200 567 0.021165 10.0.0.17 - - [2024-10-28 02:10:42] "POST /hardwares HTTP/1.1" 200 327 0.010865 10.0.0.17 - - [2024-10-28 02:10:42] "POST /fqname-to-id HTTP/1.1" 404 166 0.002703 10.0.0.17 - - [2024-10-28 02:10:42] "POST /alarms HTTP/1.1" 200 555 0.023102 10.0.0.17 - - [2024-10-28 02:10:42] "POST /hardwares HTTP/1.1" 200 327 0.014880 10.0.0.17 - - [2024-10-28 02:10:42] "POST /alarms HTTP/1.1" 200 567 0.034369 10.0.0.17 - - [2024-10-28 02:10:42] "POST /fqname-to-id HTTP/1.1" 404 166 0.003131 10.0.0.17 - - [2024-10-28 02:10:42] "POST /alarms HTTP/1.1" 200 575 0.065263 10.0.0.17 - - [2024-10-28 02:10:42] "POST /hardwares HTTP/1.1" 200 327 0.038432 10.0.0.17 - - [2024-10-28 02:10:42] "POST /fqname-to-id HTTP/1.1" 404 164 0.003657 10.0.0.17 - - [2024-10-28 02:10:42] "POST /alarms HTTP/1.1" 200 569 0.024995 10.0.0.17 - - [2024-10-28 02:10:42] "POST /hardwares HTTP/1.1" 200 323 0.016897 10.0.0.17 - - [2024-10-28 02:10:42] "POST /alarms HTTP/1.1" 200 561 0.022592 10.0.0.17 - - [2024-10-28 02:10:42] "POST /fqname-to-id HTTP/1.1" 404 164 0.003067 10.0.0.17 - - [2024-10-28 02:10:42] "POST /alarms HTTP/1.1" 200 561 0.019706 10.0.0.17 - - [2024-10-28 02:10:42] "POST /hardwares HTTP/1.1" 200 323 0.011949 10.0.0.17 - - [2024-10-28 02:10:42] "POST /alarms HTTP/1.1" 200 561 0.018105 10.0.0.17 - - [2024-10-28 02:10:42] "POST /fqname-to-id HTTP/1.1" 404 161 0.002376 10.0.0.17 - - [2024-10-28 02:10:43] "POST /hardwares HTTP/1.1" 200 317 0.012546 10.0.0.17 - - [2024-10-28 02:10:43] "POST /alarms HTTP/1.1" 200 547 0.022747 10.0.0.17 - - [2024-10-28 02:10:43] "POST /fqname-to-id HTTP/1.1" 404 164 0.006433 10.0.0.17 - - [2024-10-28 02:10:43] "POST /alarms HTTP/1.1" 200 595 0.040752 10.0.0.17 - - [2024-10-28 02:10:43] "POST /hardwares HTTP/1.1" 200 323 0.013272 10.0.0.17 - - [2024-10-28 02:10:43] "POST /alarms HTTP/1.1" 200 575 0.016882 10.0.0.17 - - [2024-10-28 02:10:43] "POST /fqname-to-id HTTP/1.1" 404 164 0.002831 10.0.0.17 - - [2024-10-28 02:10:43] "POST /hardwares HTTP/1.1" 200 323 0.030427 10.0.0.17 - - [2024-10-28 02:10:43] "POST /alarms HTTP/1.1" 200 571 0.040008 10.0.0.17 - - [2024-10-28 02:10:43] "POST /fqname-to-id HTTP/1.1" 404 164 0.003123 10.0.0.17 - - [2024-10-28 02:10:43] "POST /alarms HTTP/1.1" 200 583 0.020574 10.0.0.17 - - [2024-10-28 02:10:43] "POST /hardwares HTTP/1.1" 200 323 0.011492 10.0.0.17 - - [2024-10-28 02:10:43] "POST /alarms HTTP/1.1" 200 609 0.018169 10.0.0.17 - - [2024-10-28 02:10:43] "POST /fqname-to-id HTTP/1.1" 404 165 0.003198 10.0.0.17 - - [2024-10-28 02:10:43] "POST /hardwares HTTP/1.1" 200 325 0.011139 10.0.0.17 - - [2024-10-28 02:10:43] "POST /fqname-to-id HTTP/1.1" 404 165 0.003029 10.0.0.17 - - [2024-10-28 02:10:43] "POST /hardwares HTTP/1.1" 200 325 0.011484 10.0.0.17 - - [2024-10-28 02:10:43] "POST /fqname-to-id HTTP/1.1" 404 165 0.003339 10.0.0.17 - - [2024-10-28 02:10:43] "POST /hardwares HTTP/1.1" 200 325 0.012069 10.0.0.17 - - [2024-10-28 02:10:43] "POST /fqname-to-id HTTP/1.1" 404 165 0.002994 10.0.0.17 - - [2024-10-28 02:10:43] "GET / HTTP/1.1" 200 35931 0.001826 10.0.0.17 - - [2024-10-28 02:10:43] "POST /hardwares HTTP/1.1" 200 325 0.014936 10.0.0.17 - - [2024-10-28 02:10:43] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000440 10.0.0.17 - - [2024-10-28 02:10:43] "POST /fqname-to-id HTTP/1.1" 404 164 0.003604 10.0.0.17 - - [2024-10-28 02:10:43] "POST /hardwares HTTP/1.1" 200 323 0.012067 10.0.0.17 - - [2024-10-28 02:10:43] "POST /fqname-to-id HTTP/1.1" 404 161 0.002958 10.0.0.17 - - [2024-10-28 02:10:44] "POST /hardwares HTTP/1.1" 200 317 0.012872 10.0.0.17 - - [2024-10-28 02:10:44] "POST /fqname-to-id HTTP/1.1" 404 164 0.003788 10.0.0.17 - - [2024-10-28 02:10:44] "POST /hardwares HTTP/1.1" 200 323 0.046948 10.0.0.17 - - [2024-10-28 02:10:44] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.030523 10.0.0.17 - - [2024-10-28 02:10:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.17 - - [2024-10-28 02:10:44] "POST /fqname-to-id HTTP/1.1" 404 161 0.003063 10.0.0.17 - - [2024-10-28 02:10:44] "PUT /global-vrouter-config/a1ff2597-4e21-4594-806c-350319d89fb5 HTTP/1.1" 200 276 0.009471 10.0.0.17 - - [2024-10-28 02:10:44] "POST /hardwares HTTP/1.1" 200 317 0.015993 10.0.0.17 - - [2024-10-28 02:10:44] "POST /fqname-to-id HTTP/1.1" 404 164 0.003257 10.0.0.17 - - [2024-10-28 02:10:44] "POST /hardwares HTTP/1.1" 200 323 0.011721 10.0.0.17 - - [2024-10-28 02:10:44] "POST /fqname-to-id HTTP/1.1" 404 162 0.004442 10.0.0.17 - - [2024-10-28 02:10:44] "POST /hardwares HTTP/1.1" 200 319 0.011373 10.0.0.17 - - [2024-10-28 02:10:44] "POST /fqname-to-id HTTP/1.1" 404 162 0.003563 10.0.0.17 - - [2024-10-28 02:10:44] "POST /hardwares HTTP/1.1" 200 319 0.014097 10.0.0.17 - - [2024-10-28 02:10:44] "GET / HTTP/1.1" 200 35931 0.001894 10.0.0.17 - - [2024-10-28 02:10:44] "POST /fqname-to-id HTTP/1.1" 401 292 0.000476 10.0.0.17 - - [2024-10-28 02:10:44] "POST /fqname-to-id HTTP/1.1" 404 165 0.003580 10.0.0.17 - - [2024-10-28 02:10:44] "POST /hardwares HTTP/1.1" 200 325 0.027558 10.0.0.17 - - [2024-10-28 02:10:44] "POST /fqname-to-id HTTP/1.1" 404 161 0.003541 10.0.0.17 - - [2024-10-28 02:10:44] "POST /hardwares HTTP/1.1" 200 317 0.014010 10.0.0.17 - - [2024-10-28 02:10:44] "POST /fqname-to-id HTTP/1.1" 404 161 0.003461 10.0.0.17 - - [2024-10-28 02:10:44] "POST /hardwares HTTP/1.1" 200 317 0.012427 10.0.0.17 - - [2024-10-28 02:10:44] "POST /fqname-to-id HTTP/1.1" 404 162 0.002993 10.0.0.17 - - [2024-10-28 02:10:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.031287 10.0.0.17 - - [2024-10-28 02:10:45] "GET /global-vrouter-config/a1ff2597-4e21-4594-806c-350319d89fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004509 10.0.0.17 - - [2024-10-28 02:10:45] "POST /hardwares HTTP/1.1" 200 319 0.020660 10.0.0.17 - - [2024-10-28 02:10:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002953 10.0.0.17 - - [2024-10-28 02:10:45] "POST /fqname-to-id HTTP/1.1" 404 162 0.002958 10.0.0.17 - - [2024-10-28 02:10:45] "PUT /global-vrouter-config/a1ff2597-4e21-4594-806c-350319d89fb5 HTTP/1.1" 200 276 0.010692 10.0.0.17 - - [2024-10-28 02:10:45] "POST /hardwares HTTP/1.1" 200 319 0.013021 10.0.0.17 - - [2024-10-28 02:10:45] "POST /fqname-to-id HTTP/1.1" 404 162 0.003680 10.0.0.17 - - [2024-10-28 02:10:45] "POST /hardwares HTTP/1.1" 200 319 0.012686 10.0.0.17 - - [2024-10-28 02:10:45] "POST /fqname-to-id HTTP/1.1" 404 158 0.003068 10.0.0.17 - - [2024-10-28 02:10:45] "POST /hardwares HTTP/1.1" 200 311 0.010967 10.0.0.17 - - [2024-10-28 02:10:45] "POST /fqname-to-id HTTP/1.1" 404 158 0.003029 10.0.0.17 - - [2024-10-28 02:10:45] "POST /hardwares HTTP/1.1" 200 311 0.013039 10.0.0.17 - - [2024-10-28 02:10:45] "POST /fqname-to-id HTTP/1.1" 404 160 0.003597 10.0.0.17 - - [2024-10-28 02:10:45] "GET / HTTP/1.1" 200 35931 0.001724 10.0.0.17 - - [2024-10-28 02:10:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000488 10.0.0.17 - - [2024-10-28 02:10:45] "POST /hardwares HTTP/1.1" 200 315 0.011081 10.0.0.17 - - [2024-10-28 02:10:45] "POST /fqname-to-id HTTP/1.1" 404 154 0.003413 10.0.0.17 - - [2024-10-28 02:10:45] "POST /hardwares HTTP/1.1" 200 303 0.011562 10.0.0.17 - - [2024-10-28 02:10:45] "POST /fqname-to-id HTTP/1.1" 404 158 0.003976 10.0.0.17 - - [2024-10-28 02:10:45] "POST /hardwares HTTP/1.1" 200 311 0.011691 10.0.0.17 - - [2024-10-28 02:10:45] "POST /fqname-to-id HTTP/1.1" 404 155 0.003362 10.0.0.17 - - [2024-10-28 02:10:45] "POST /hardwares HTTP/1.1" 200 305 0.015053 10.0.0.17 - - [2024-10-28 02:10:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.029188 10.0.0.17 - - [2024-10-28 02:10:45] "GET /global-system-config/7a629ae7-9e43-41fd-82a2-2b3d1637229f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2340 0.012843 10.0.0.17 - - [2024-10-28 02:10:45] "POST /fqname-to-id HTTP/1.1" 404 155 0.003590 10.0.0.17 - - [2024-10-28 02:10:45] "PUT /global-system-config/7a629ae7-9e43-41fd-82a2-2b3d1637229f HTTP/1.1" 200 274 0.017214 10.0.0.17 - - [2024-10-28 02:10:45] "POST /hardwares HTTP/1.1" 200 305 0.017180 10.0.0.17 - - [2024-10-28 02:10:46] "POST /fqname-to-id HTTP/1.1" 404 155 0.003128 10.0.0.17 - - [2024-10-28 02:10:46] "POST /hardwares HTTP/1.1" 200 305 0.014633 10.0.0.17 - - [2024-10-28 02:10:46] "POST /fqname-to-id HTTP/1.1" 404 155 0.003197 10.0.0.17 - - [2024-10-28 02:10:46] "POST /hardwares HTTP/1.1" 200 305 0.014709 10.0.0.17 - - [2024-10-28 02:10:46] "POST /fqname-to-id HTTP/1.1" 404 156 0.002874 10.0.0.17 - - [2024-10-28 02:10:46] "POST /hardwares HTTP/1.1" 200 307 0.012671 10.0.0.17 - - [2024-10-28 02:10:46] "POST /fqname-to-id HTTP/1.1" 404 156 0.003495 10.0.0.17 - - [2024-10-28 02:10:46] "POST /hardwares HTTP/1.1" 200 307 0.012537 10.0.0.17 - - [2024-10-28 02:10:46] "POST /fqname-to-id HTTP/1.1" 404 156 0.003190 10.0.0.17 - - [2024-10-28 02:10:46] "POST /hardwares HTTP/1.1" 200 307 0.014527 10.0.0.17 - - [2024-10-28 02:10:46] "POST /fqname-to-id HTTP/1.1" 404 157 0.003988 10.0.0.17 - - [2024-10-28 02:10:46] "POST /hardwares HTTP/1.1" 200 309 0.012463 10.0.0.17 - - [2024-10-28 02:10:46] "POST /fqname-to-id HTTP/1.1" 404 158 0.003073 10.0.0.17 - - [2024-10-28 02:10:46] "POST /hardwares HTTP/1.1" 200 311 0.015307 10.0.0.17 - - [2024-10-28 02:10:46] "POST /fqname-to-id HTTP/1.1" 404 158 0.003051 10.0.0.17 - - [2024-10-28 02:10:46] "POST /hardwares HTTP/1.1" 200 311 0.014006 10.0.0.17 - - [2024-10-28 02:10:46] "POST /fqname-to-id HTTP/1.1" 404 153 0.003134 10.0.0.17 - - [2024-10-28 02:10:46] "POST /hardwares HTTP/1.1" 200 301 0.011063 10.0.0.17 - - [2024-10-28 02:10:47] "POST /fqname-to-id HTTP/1.1" 404 157 0.003026 10.0.0.17 - - [2024-10-28 02:10:47] "POST /hardwares HTTP/1.1" 200 309 0.010897 10.0.0.17 - - [2024-10-28 02:10:47] "POST /fqname-to-id HTTP/1.1" 404 157 0.003452 10.0.0.17 - - [2024-10-28 02:10:47] "POST /hardwares HTTP/1.1" 200 309 0.010891 10.0.0.17 - - [2024-10-28 02:10:47] "POST /fqname-to-id HTTP/1.1" 404 157 0.003022 10.0.0.17 - - [2024-10-28 02:10:47] "POST /hardwares HTTP/1.1" 200 309 0.011046 10.0.0.17 - - [2024-10-28 02:10:47] "POST /fqname-to-id HTTP/1.1" 404 157 0.002943 10.0.0.17 - - [2024-10-28 02:10:47] "POST /hardwares HTTP/1.1" 200 309 0.011403 10.0.0.17 - - [2024-10-28 02:10:47] "POST /fqname-to-id HTTP/1.1" 404 157 0.003611 10.0.0.17 - - [2024-10-28 02:10:47] "POST /hardwares HTTP/1.1" 200 309 0.016785 10.0.0.17 - - [2024-10-28 02:10:47] "POST /fqname-to-id HTTP/1.1" 404 161 0.003044 10.0.0.17 - - [2024-10-28 02:10:47] "POST /hardwares HTTP/1.1" 200 317 0.012092 10.0.0.17 - - [2024-10-28 02:10:47] "POST /fqname-to-id HTTP/1.1" 404 157 0.003328 10.0.0.17 - - [2024-10-28 02:10:47] "POST /hardwares HTTP/1.1" 200 309 0.011781 10.0.0.17 - - [2024-10-28 02:10:47] "POST /fqname-to-id HTTP/1.1" 404 157 0.002969 10.0.0.17 - - [2024-10-28 02:10:47] "POST /hardwares HTTP/1.1" 200 309 0.011399 10.0.0.17 - - [2024-10-28 02:10:47] "POST /fqname-to-id HTTP/1.1" 404 154 0.002878 10.0.0.17 - - [2024-10-28 02:10:47] "POST /hardwares HTTP/1.1" 200 303 0.013090 10.0.0.17 - - [2024-10-28 02:10:47] "POST /fqname-to-id HTTP/1.1" 404 190 0.003186 10.0.0.17 - - [2024-10-28 02:10:48] "POST /features HTTP/1.1" 200 533 0.018259 10.0.0.17 - - [2024-10-28 02:10:48] "POST /fqname-to-id HTTP/1.1" 404 185 0.003231 10.0.0.17 - - [2024-10-28 02:10:48] "POST /features HTTP/1.1" 200 523 0.021198 10.0.0.17 - - [2024-10-28 02:10:48] "POST /fqname-to-id HTTP/1.1" 404 184 0.003457 10.0.0.17 - - [2024-10-28 02:10:48] "POST /features HTTP/1.1" 200 521 0.018776 10.0.0.17 - - [2024-10-28 02:10:48] "POST /fqname-to-id HTTP/1.1" 404 184 0.003189 10.0.0.17 - - [2024-10-28 02:10:48] "POST /features HTTP/1.1" 200 521 0.017988 10.0.0.17 - - [2024-10-28 02:10:48] "POST /fqname-to-id HTTP/1.1" 404 189 0.003782 10.0.0.17 - - [2024-10-28 02:10:48] "POST /features HTTP/1.1" 200 531 0.016113 10.0.0.17 - - [2024-10-28 02:10:48] "POST /fqname-to-id HTTP/1.1" 404 184 0.003662 10.0.0.17 - - [2024-10-28 02:10:48] "POST /features HTTP/1.1" 200 521 0.018274 10.0.0.17 - - [2024-10-28 02:10:48] "POST /fqname-to-id HTTP/1.1" 404 193 0.004275 10.0.0.17 - - [2024-10-28 02:10:48] "POST /features HTTP/1.1" 200 539 0.017553 10.0.0.17 - - [2024-10-28 02:10:48] "POST /fqname-to-id HTTP/1.1" 404 186 0.003204 10.0.0.17 - - [2024-10-28 02:10:48] "POST /features HTTP/1.1" 200 525 0.018499 10.0.0.17 - - [2024-10-28 02:10:48] "POST /fqname-to-id HTTP/1.1" 404 183 0.002843 10.0.0.17 - - [2024-10-28 02:10:48] "POST /features HTTP/1.1" 200 519 0.021773 10.0.0.17 - - [2024-10-28 02:10:48] "POST /fqname-to-id HTTP/1.1" 404 182 0.003295 10.0.0.17 - - [2024-10-28 02:10:49] "POST /features HTTP/1.1" 200 517 0.020576 10.0.0.17 - - [2024-10-28 02:10:49] "POST /fqname-to-id HTTP/1.1" 404 190 0.003421 10.0.0.17 - - [2024-10-28 02:10:49] "POST /features HTTP/1.1" 200 533 0.029900 10.0.0.17 - - [2024-10-28 02:10:49] "POST /fqname-to-id HTTP/1.1" 404 194 0.003683 10.0.0.17 - - [2024-10-28 02:10:49] "POST /features HTTP/1.1" 200 541 0.023869 10.0.0.17 - - [2024-10-28 02:10:49] "POST /fqname-to-id HTTP/1.1" 404 178 0.003643 10.0.0.17 - - [2024-10-28 02:10:49] "POST /physical-roles HTTP/1.1" 200 521 0.023136 10.0.0.17 - - [2024-10-28 02:10:49] "POST /fqname-to-id HTTP/1.1" 404 179 0.005072 10.0.0.17 - - [2024-10-28 02:10:49] "POST /physical-roles HTTP/1.1" 200 523 0.020032 10.0.0.17 - - [2024-10-28 02:10:49] "POST /fqname-to-id HTTP/1.1" 404 184 0.002998 10.0.0.17 - - [2024-10-28 02:10:49] "POST /physical-roles HTTP/1.1" 200 533 0.033055 10.0.0.17 - - [2024-10-28 02:10:49] "POST /fqname-to-id HTTP/1.1" 404 177 0.003890 10.0.0.17 - - [2024-10-28 02:10:49] "POST /physical-roles HTTP/1.1" 200 519 0.018422 10.0.0.17 - - [2024-10-28 02:10:49] "POST /fqname-to-id HTTP/1.1" 404 191 0.003225 10.0.0.17 - - [2024-10-28 02:10:49] "POST /overlay-roles HTTP/1.1" 200 545 0.026168 10.0.0.17 - - [2024-10-28 02:10:49] "POST /fqname-to-id HTTP/1.1" 404 184 0.003058 10.0.0.17 - - [2024-10-28 02:10:49] "POST /overlay-roles HTTP/1.1" 200 531 0.018451 10.0.0.17 - - [2024-10-28 02:10:50] "POST /fqname-to-id HTTP/1.1" 404 191 0.003565 10.0.0.17 - - [2024-10-28 02:10:50] "POST /overlay-roles HTTP/1.1" 200 545 0.030378 10.0.0.17 - - [2024-10-28 02:10:50] "POST /fqname-to-id HTTP/1.1" 404 185 0.002900 10.0.0.17 - - [2024-10-28 02:10:50] "POST /overlay-roles HTTP/1.1" 200 533 0.030497 10.0.0.17 - - [2024-10-28 02:10:50] "POST /fqname-to-id HTTP/1.1" 404 189 0.003520 10.0.0.17 - - [2024-10-28 02:10:50] "POST /overlay-roles HTTP/1.1" 200 541 0.020646 10.0.0.17 - - [2024-10-28 02:10:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.17 - - [2024-10-28 02:10:50] "PUT /overlay-role/76548293-a959-408d-a04b-0abe579aedd0 HTTP/1.1" 200 258 0.011265 10.0.0.17 - - [2024-10-28 02:10:50] "POST /fqname-to-id HTTP/1.1" 404 184 0.003173 10.0.0.17 - - [2024-10-28 02:10:50] "POST /overlay-roles HTTP/1.1" 200 531 0.017095 10.0.0.17 - - [2024-10-28 02:10:50] "POST /fqname-to-id HTTP/1.1" 404 185 0.003312 10.0.0.17 - - [2024-10-28 02:10:50] "POST /overlay-roles HTTP/1.1" 200 533 0.016735 10.0.0.17 - - [2024-10-28 02:10:50] "POST /fqname-to-id HTTP/1.1" 404 183 0.003427 10.0.0.17 - - [2024-10-28 02:10:50] "POST /overlay-roles HTTP/1.1" 200 529 0.018854 10.0.0.17 - - [2024-10-28 02:10:50] "POST /fqname-to-id HTTP/1.1" 404 187 0.003417 10.0.0.17 - - [2024-10-28 02:10:50] "POST /overlay-roles HTTP/1.1" 200 537 0.017905 10.0.0.17 - - [2024-10-28 02:10:50] "POST /fqname-to-id HTTP/1.1" 404 189 0.003997 10.0.0.17 - - [2024-10-28 02:10:51] "POST /overlay-roles HTTP/1.1" 200 541 0.022200 10.0.0.17 - - [2024-10-28 02:10:51] "POST /fqname-to-id HTTP/1.1" 404 178 0.002896 10.0.0.17 - - [2024-10-28 02:10:51] "POST /overlay-roles HTTP/1.1" 200 519 0.020231 10.0.0.17 - - [2024-10-28 02:10:51] "POST /fqname-to-id HTTP/1.1" 404 190 0.003247 10.0.0.17 - - [2024-10-28 02:10:51] "POST /overlay-roles HTTP/1.1" 200 543 0.018056 10.0.0.17 - - [2024-10-28 02:10:51] "POST /fqname-to-id HTTP/1.1" 404 182 0.003943 10.0.0.17 - - [2024-10-28 02:10:51] "POST /role-definitions HTTP/1.1" 200 533 0.017915 10.0.0.17 - - [2024-10-28 02:10:51] "POST /fqname-to-id HTTP/1.1" 404 189 0.003245 10.0.0.17 - - [2024-10-28 02:10:51] "POST /role-definitions HTTP/1.1" 200 547 0.016591 10.0.0.17 - - [2024-10-28 02:10:51] "POST /fqname-to-id HTTP/1.1" 404 190 0.003863 10.0.0.17 - - [2024-10-28 02:10:51] "POST /role-definitions HTTP/1.1" 200 549 0.016737 10.0.0.17 - - [2024-10-28 02:10:51] "POST /fqname-to-id HTTP/1.1" 404 191 0.004655 10.0.0.17 - - [2024-10-28 02:10:51] "POST /role-definitions HTTP/1.1" 200 551 0.019042 10.0.0.17 - - [2024-10-28 02:10:51] "POST /fqname-to-id HTTP/1.1" 404 197 0.003241 10.0.0.17 - - [2024-10-28 02:10:51] "POST /role-definitions HTTP/1.1" 200 563 0.029249 10.0.0.17 - - [2024-10-28 02:10:51] "POST /fqname-to-id HTTP/1.1" 404 189 0.002768 10.0.0.17 - - [2024-10-28 02:10:51] "POST /role-definitions HTTP/1.1" 200 547 0.018733 10.0.0.17 - - [2024-10-28 02:10:51] "POST /fqname-to-id HTTP/1.1" 404 190 0.003359 10.0.0.17 - - [2024-10-28 02:10:52] "POST /role-definitions HTTP/1.1" 200 549 0.018095 10.0.0.17 - - [2024-10-28 02:10:52] "POST /fqname-to-id HTTP/1.1" 404 191 0.003246 10.0.0.17 - - [2024-10-28 02:10:52] "POST /role-definitions HTTP/1.1" 200 551 0.021375 10.0.0.17 - - [2024-10-28 02:10:52] "POST /fqname-to-id HTTP/1.1" 404 190 0.003600 10.0.0.17 - - [2024-10-28 02:10:52] "POST /role-definitions HTTP/1.1" 200 549 0.020640 10.0.0.17 - - [2024-10-28 02:10:52] "POST /fqname-to-id HTTP/1.1" 404 196 0.003825 10.0.0.17 - - [2024-10-28 02:10:52] "POST /role-definitions HTTP/1.1" 200 561 0.019587 10.0.0.17 - - [2024-10-28 02:10:52] "POST /fqname-to-id HTTP/1.1" 404 189 0.003700 10.0.0.17 - - [2024-10-28 02:10:52] "POST /role-definitions HTTP/1.1" 200 547 0.020339 10.0.0.17 - - [2024-10-28 02:10:52] "POST /fqname-to-id HTTP/1.1" 404 190 0.003567 10.0.0.17 - - [2024-10-28 02:10:52] "POST /role-definitions HTTP/1.1" 200 549 0.020923 10.0.0.17 - - [2024-10-28 02:10:52] "POST /fqname-to-id HTTP/1.1" 404 188 0.003428 10.0.0.17 - - [2024-10-28 02:10:52] "POST /role-definitions HTTP/1.1" 200 545 0.019507 10.0.0.17 - - [2024-10-28 02:10:52] "POST /fqname-to-id HTTP/1.1" 404 189 0.004009 10.0.0.17 - - [2024-10-28 02:10:52] "POST /role-definitions HTTP/1.1" 200 547 0.017552 10.0.0.17 - - [2024-10-28 02:10:52] "POST /fqname-to-id HTTP/1.1" 404 192 0.003763 10.0.0.17 - - [2024-10-28 02:10:52] "POST /role-definitions HTTP/1.1" 200 553 0.021554 10.0.0.17 - - [2024-10-28 02:10:53] "POST /fqname-to-id HTTP/1.1" 404 193 0.003334 10.0.0.17 - - [2024-10-28 02:10:53] "POST /role-definitions HTTP/1.1" 200 555 0.018503 10.0.0.17 - - [2024-10-28 02:10:53] "POST /fqname-to-id HTTP/1.1" 404 182 0.003488 10.0.0.17 - - [2024-10-28 02:10:53] "POST /role-definitions HTTP/1.1" 200 533 0.018107 10.0.0.17 - - [2024-10-28 02:10:53] "POST /fqname-to-id HTTP/1.1" 404 187 0.003382 10.0.0.17 - - [2024-10-28 02:10:53] "POST /role-definitions HTTP/1.1" 200 543 0.042204 10.0.0.17 - - [2024-10-28 02:10:53] "POST /fqname-to-id HTTP/1.1" 404 181 0.003147 10.0.0.17 - - [2024-10-28 02:10:53] "POST /role-definitions HTTP/1.1" 200 531 0.021245 10.0.0.17 - - [2024-10-28 02:10:53] "POST /fqname-to-id HTTP/1.1" 404 184 0.003814 10.0.0.17 - - [2024-10-28 02:10:53] "POST /role-definitions HTTP/1.1" 200 537 0.017568 10.0.0.17 - - [2024-10-28 02:10:53] "POST /fqname-to-id HTTP/1.1" 404 189 0.003031 10.0.0.17 - - [2024-10-28 02:10:53] "POST /role-definitions HTTP/1.1" 200 547 0.018727 10.0.0.17 - - [2024-10-28 02:10:53] "POST /fqname-to-id HTTP/1.1" 404 194 0.003872 10.0.0.17 - - [2024-10-28 02:10:53] "POST /role-definitions HTTP/1.1" 200 557 0.017795 10.0.0.17 - - [2024-10-28 02:10:53] "POST /fqname-to-id HTTP/1.1" 404 196 0.002946 10.0.0.17 - - [2024-10-28 02:10:53] "POST /role-definitions HTTP/1.1" 200 561 0.019821 10.0.0.17 - - [2024-10-28 02:10:53] "POST /fqname-to-id HTTP/1.1" 404 195 0.003094 10.0.0.17 - - [2024-10-28 02:10:54] "POST /role-definitions HTTP/1.1" 200 559 0.019484 10.0.0.17 - - [2024-10-28 02:10:54] "POST /fqname-to-id HTTP/1.1" 404 196 0.003405 10.0.0.17 - - [2024-10-28 02:10:54] "POST /feature-configs HTTP/1.1" 200 537 0.022294 10.0.0.17 - - [2024-10-28 02:10:54] "POST /fqname-to-id HTTP/1.1" 404 212 0.002990 10.0.0.17 - - [2024-10-28 02:10:54] "POST /feature-configs HTTP/1.1" 200 562 0.022361 10.0.0.17 - - [2024-10-28 02:10:54] "POST /fqname-to-id HTTP/1.1" 404 211 0.003759 10.0.0.17 - - [2024-10-28 02:10:54] "POST /feature-configs HTTP/1.1" 200 561 0.029028 10.0.0.17 - - [2024-10-28 02:10:54] "POST /fqname-to-id HTTP/1.1" 404 192 0.003163 10.0.0.17 - - [2024-10-28 02:10:54] "POST /node-profiles HTTP/1.1" 200 547 0.021277 10.0.0.17 - - [2024-10-28 02:10:54] "POST /fqname-to-id HTTP/1.1" 404 187 0.004286 10.0.0.17 - - [2024-10-28 02:10:54] "POST /node-profiles HTTP/1.1" 200 537 0.022920 10.0.0.17 - - [2024-10-28 02:10:54] "POST /fqname-to-id HTTP/1.1" 404 193 0.004056 10.0.0.17 - - [2024-10-28 02:10:54] "POST /node-profiles HTTP/1.1" 200 549 0.029390 10.0.0.17 - - [2024-10-28 02:10:54] "POST /fqname-to-id HTTP/1.1" 404 189 0.002987 10.0.0.17 - - [2024-10-28 02:10:54] "POST /node-profiles HTTP/1.1" 200 541 0.020685 10.0.0.17 - - [2024-10-28 02:10:54] "POST /fqname-to-id HTTP/1.1" 404 189 0.003043 10.0.0.17 - - [2024-10-28 02:10:54] "POST /node-profiles HTTP/1.1" 200 541 0.024343 10.0.0.17 - - [2024-10-28 02:10:55] "POST /fqname-to-id HTTP/1.1" 404 188 0.003344 10.0.0.17 - - [2024-10-28 02:10:55] "POST /node-profiles HTTP/1.1" 200 539 0.089498 10.0.0.17 - - [2024-10-28 02:10:55] "POST /fqname-to-id HTTP/1.1" 404 184 0.003326 10.0.0.17 - - [2024-10-28 02:10:55] "POST /node-profiles HTTP/1.1" 200 531 0.023451 10.0.0.17 - - [2024-10-28 02:10:55] "POST /fqname-to-id HTTP/1.1" 404 185 0.003091 10.0.0.17 - - [2024-10-28 02:10:55] "POST /node-profiles HTTP/1.1" 200 533 0.018672 10.0.0.17 - - [2024-10-28 02:10:55] "POST /fqname-to-id HTTP/1.1" 404 197 0.003246 10.0.0.17 - - [2024-10-28 02:10:55] "POST /node-profiles HTTP/1.1" 200 557 0.018517 10.0.0.17 - - [2024-10-28 02:10:55] "POST /fqname-to-id HTTP/1.1" 404 206 0.003480 10.0.0.17 - - [2024-10-28 02:10:55] "POST /telemetry-profiles HTTP/1.1" 200 554 0.025178 10.0.0.17 - - [2024-10-28 02:10:55] "POST /fqname-to-id HTTP/1.1" 404 206 0.003267 10.0.0.17 - - [2024-10-28 02:10:55] "POST /telemetry-profiles HTTP/1.1" 200 554 0.018475 10.0.0.17 - - [2024-10-28 02:10:55] "POST /fqname-to-id HTTP/1.1" 404 206 0.002902 10.0.0.17 - - [2024-10-28 02:10:55] "POST /telemetry-profiles HTTP/1.1" 200 554 0.018339 10.0.0.17 - - [2024-10-28 02:10:55] "POST /fqname-to-id HTTP/1.1" 404 206 0.002997 10.0.0.17 - - [2024-10-28 02:10:55] "POST /telemetry-profiles HTTP/1.1" 200 554 0.017124 10.0.0.17 - - [2024-10-28 02:10:55] "POST /fqname-to-id HTTP/1.1" 404 206 0.004095 10.0.0.17 - - [2024-10-28 02:10:56] "POST /telemetry-profiles HTTP/1.1" 200 554 0.017655 10.0.0.17 - - [2024-10-28 02:10:56] "POST /fqname-to-id HTTP/1.1" 404 206 0.002984 10.0.0.17 - - [2024-10-28 02:10:56] "POST /telemetry-profiles HTTP/1.1" 200 554 0.017180 10.0.0.17 - - [2024-10-28 02:10:56] "POST /fqname-to-id HTTP/1.1" 404 199 0.003540 10.0.0.17 - - [2024-10-28 02:10:56] "POST /sflow-profiles HTTP/1.1" 200 532 0.019660 10.0.0.17 - - [2024-10-28 02:10:56] "POST /fqname-to-id HTTP/1.1" 404 202 0.003918 10.0.0.17 - - [2024-10-28 02:10:56] "POST /sflow-profiles HTTP/1.1" 200 538 0.022931 10.0.0.17 - - [2024-10-28 02:10:56] "POST /fqname-to-id HTTP/1.1" 404 202 0.002896 10.0.0.17 - - [2024-10-28 02:10:56] "POST /sflow-profiles HTTP/1.1" 200 538 0.019598 10.0.0.17 - - [2024-10-28 02:10:56] "POST /fqname-to-id HTTP/1.1" 404 199 0.003019 10.0.0.17 - - [2024-10-28 02:10:56] "POST /grpc-profiles HTTP/1.1" 200 530 0.019218 10.0.0.17 - - [2024-10-28 02:10:56] "POST /fqname-to-id HTTP/1.1" 404 199 0.003116 10.0.0.17 - - [2024-10-28 02:10:56] "POST /snmp-profiles HTTP/1.1" 200 530 0.041880 10.0.0.17 - - [2024-10-28 02:10:56] "POST /fqname-to-id HTTP/1.1" 404 202 0.003318 10.0.0.17 - - [2024-10-28 02:10:56] "POST /netconf-profiles HTTP/1.1" 200 542 0.019866 10.0.0.17 - - [2024-10-28 02:10:56] "POST /fqname-to-id HTTP/1.1" 404 193 0.003128 10.0.0.17 - - [2024-10-28 02:10:57] "POST /device-functional-groups HTTP/1.1" 200 540 0.021385 10.0.0.17 - - [2024-10-28 02:10:57] "POST /fqname-to-id HTTP/1.1" 404 193 0.003963 10.0.0.17 - - [2024-10-28 02:10:57] "POST /device-functional-groups HTTP/1.1" 200 540 0.032883 10.0.0.17 - - [2024-10-28 02:10:57] "POST /fqname-to-id HTTP/1.1" 404 195 0.005016 10.0.0.17 - - [2024-10-28 02:10:57] "POST /device-functional-groups HTTP/1.1" 200 544 0.020449 10.0.0.17 - - [2024-10-28 02:10:57] "POST /fqname-to-id HTTP/1.1" 404 194 0.003994 10.0.0.17 - - [2024-10-28 02:10:57] "POST /device-functional-groups HTTP/1.1" 200 542 0.018865 10.0.0.17 - - [2024-10-28 02:10:57] "POST /fqname-to-id HTTP/1.1" 404 218 0.004298 10.0.0.17 - - [2024-10-28 02:10:57] "POST /device-functional-groups HTTP/1.1" 200 590 0.018451 10.0.0.17 - - [2024-10-28 02:10:57] "POST /fqname-to-id HTTP/1.1" 404 208 0.003204 10.0.0.17 - - [2024-10-28 02:10:57] "POST /device-functional-groups HTTP/1.1" 200 570 0.018758 10.0.0.17 - - [2024-10-28 02:10:57] "POST /fqname-to-id HTTP/1.1" 404 236 0.003380 10.0.0.17 - - [2024-10-28 02:10:57] "POST /device-functional-groups HTTP/1.1" 200 620 0.036620 10.0.0.17 - - [2024-10-28 02:10:57] "POST /fqname-to-id HTTP/1.1" 404 206 0.003256 10.0.0.17 - - [2024-10-28 02:10:57] "POST /device-functional-groups HTTP/1.1" 200 566 0.017493 10.0.0.17 - - [2024-10-28 02:10:57] "POST /fqname-to-id HTTP/1.1" 404 205 0.003152 10.0.0.17 - - [2024-10-28 02:10:57] "POST /device-functional-groups HTTP/1.1" 200 564 0.017773 10.0.0.17 - - [2024-10-28 02:10:57] "POST /fqname-to-id HTTP/1.1" 404 210 0.004202 10.0.0.17 - - [2024-10-28 02:10:58] "POST /device-functional-groups HTTP/1.1" 200 574 0.017347 10.0.0.17 - - [2024-10-28 02:10:58] "POST /fqname-to-id HTTP/1.1" 404 201 0.002951 10.0.0.17 - - [2024-10-28 02:10:58] "POST /role-configs HTTP/1.1" 200 525 0.018478 10.0.0.17 - - [2024-10-28 02:10:58] "POST /fqname-to-id HTTP/1.1" 404 196 0.003714 10.0.0.17 - - [2024-10-28 02:10:58] "POST /role-configs HTTP/1.1" 200 520 0.016278 10.0.0.17 - - [2024-10-28 02:10:58] "POST /fqname-to-id HTTP/1.1" 404 198 0.003210 10.0.0.17 - - [2024-10-28 02:10:58] "POST /role-configs HTTP/1.1" 200 522 0.016928 10.0.0.17 - - [2024-10-28 02:10:58] "POST /fqname-to-id HTTP/1.1" 404 198 0.003368 10.0.0.17 - - [2024-10-28 02:10:58] "POST /role-configs HTTP/1.1" 200 522 0.017771 10.0.0.17 - - [2024-10-28 02:10:58] "POST /fqname-to-id HTTP/1.1" 404 202 0.002863 10.0.0.17 - - [2024-10-28 02:10:58] "POST /role-configs HTTP/1.1" 200 526 0.017053 10.0.0.17 - - [2024-10-28 02:10:58] "POST /fqname-to-id HTTP/1.1" 404 197 0.004124 10.0.0.17 - - [2024-10-28 02:10:58] "POST /role-configs HTTP/1.1" 200 521 0.017859 10.0.0.17 - - [2024-10-28 02:10:58] "POST /fqname-to-id HTTP/1.1" 404 193 0.003188 10.0.0.17 - - [2024-10-28 02:10:58] "POST /role-configs HTTP/1.1" 200 517 0.017088 10.0.0.17 - - [2024-10-28 02:10:58] "POST /fqname-to-id HTTP/1.1" 404 194 0.002999 10.0.0.17 - - [2024-10-28 02:10:58] "POST /role-configs HTTP/1.1" 200 518 0.021900 10.0.0.17 - - [2024-10-28 02:10:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.17 - - [2024-10-28 02:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003265 10.0.0.17 - - [2024-10-28 02:10:59] "POST /ref-update HTTP/1.1" 200 156 0.009916 10.0.0.17 - - [2024-10-28 02:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004179 10.0.0.17 - - [2024-10-28 02:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003265 10.0.0.17 - - [2024-10-28 02:10:59] "POST /ref-update HTTP/1.1" 200 156 0.008766 10.0.0.17 - - [2024-10-28 02:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879 10.0.0.17 - - [2024-10-28 02:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.17 - - [2024-10-28 02:10:59] "POST /ref-update HTTP/1.1" 200 156 0.010020 10.0.0.17 - - [2024-10-28 02:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.17 - - [2024-10-28 02:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.17 - - [2024-10-28 02:10:59] "POST /ref-update HTTP/1.1" 200 156 0.009329 10.0.0.17 - - [2024-10-28 02:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.17 - - [2024-10-28 02:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.17 - - [2024-10-28 02:10:59] "POST /ref-update HTTP/1.1" 200 156 0.010091 10.0.0.17 - - [2024-10-28 02:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.17 - - [2024-10-28 02:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.17 - - [2024-10-28 02:10:59] "POST /ref-update HTTP/1.1" 200 156 0.008748 10.0.0.17 - - [2024-10-28 02:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.17 - - [2024-10-28 02:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.17 - - [2024-10-28 02:11:00] "POST /ref-update HTTP/1.1" 200 156 0.009487 10.0.0.17 - - [2024-10-28 02:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.17 - - [2024-10-28 02:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141 10.0.0.17 - - [2024-10-28 02:11:00] "POST /ref-update HTTP/1.1" 200 156 0.011917 10.0.0.17 - - [2024-10-28 02:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.17 - - [2024-10-28 02:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002906 10.0.0.17 - - [2024-10-28 02:11:00] "POST /ref-update HTTP/1.1" 200 156 0.009093 10.0.0.17 - - [2024-10-28 02:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.17 - - [2024-10-28 02:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.17 - - [2024-10-28 02:11:00] "POST /ref-update HTTP/1.1" 200 156 0.008813 10.0.0.17 - - [2024-10-28 02:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.17 - - [2024-10-28 02:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.17 - - [2024-10-28 02:11:00] "POST /ref-update HTTP/1.1" 200 156 0.008929 10.0.0.17 - - [2024-10-28 02:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.17 - - [2024-10-28 02:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.17 - - [2024-10-28 02:11:00] "POST /ref-update HTTP/1.1" 200 156 0.007512 10.0.0.17 - - [2024-10-28 02:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.17 - - [2024-10-28 02:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.17 - - [2024-10-28 02:11:00] "POST /ref-update HTTP/1.1" 200 156 0.008567 10.0.0.17 - - [2024-10-28 02:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.17 - - [2024-10-28 02:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.17 - - [2024-10-28 02:11:01] "POST /ref-update HTTP/1.1" 200 156 0.026975 10.0.0.17 - - [2024-10-28 02:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.17 - - [2024-10-28 02:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003936 10.0.0.17 - - [2024-10-28 02:11:01] "POST /ref-update HTTP/1.1" 200 156 0.012719 10.0.0.17 - - [2024-10-28 02:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.17 - - [2024-10-28 02:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437 10.0.0.17 - - [2024-10-28 02:11:01] "POST /ref-update HTTP/1.1" 200 156 0.009033 10.0.0.17 - - [2024-10-28 02:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.17 - - [2024-10-28 02:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.17 - - [2024-10-28 02:11:01] "POST /ref-update HTTP/1.1" 200 156 0.008418 10.0.0.17 - - [2024-10-28 02:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.17 - - [2024-10-28 02:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.17 - - [2024-10-28 02:11:01] "POST /ref-update HTTP/1.1" 200 156 0.009687 10.0.0.17 - - [2024-10-28 02:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437 10.0.0.17 - - [2024-10-28 02:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003672 10.0.0.17 - - [2024-10-28 02:11:01] "POST /ref-update HTTP/1.1" 200 156 0.009937 10.0.0.17 - - [2024-10-28 02:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.17 - - [2024-10-28 02:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.17 - - [2024-10-28 02:11:01] "POST /ref-update HTTP/1.1" 200 156 0.009670 10.0.0.17 - - [2024-10-28 02:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.17 - - [2024-10-28 02:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.17 - - [2024-10-28 02:11:02] "POST /ref-update HTTP/1.1" 200 156 0.009937 10.0.0.17 - - [2024-10-28 02:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.17 - - [2024-10-28 02:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.17 - - [2024-10-28 02:11:02] "POST /ref-update HTTP/1.1" 200 156 0.007910 10.0.0.17 - - [2024-10-28 02:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.17 - - [2024-10-28 02:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.17 - - [2024-10-28 02:11:02] "POST /ref-update HTTP/1.1" 200 156 0.008295 10.0.0.17 - - [2024-10-28 02:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.17 - - [2024-10-28 02:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.17 - - [2024-10-28 02:11:02] "POST /ref-update HTTP/1.1" 200 156 0.012700 10.0.0.17 - - [2024-10-28 02:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.17 - - [2024-10-28 02:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.17 - - [2024-10-28 02:11:02] "POST /ref-update HTTP/1.1" 200 156 0.010300 10.0.0.17 - - [2024-10-28 02:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.17 - - [2024-10-28 02:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.17 - - [2024-10-28 02:11:02] "POST /ref-update HTTP/1.1" 200 156 0.008255 10.0.0.17 - - [2024-10-28 02:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.17 - - [2024-10-28 02:11:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.17 - - [2024-10-28 02:11:03] "POST /ref-update HTTP/1.1" 200 156 0.008897 10.0.0.17 - - [2024-10-28 02:11:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.17 - - [2024-10-28 02:11:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.17 - - [2024-10-28 02:11:03] "POST /ref-update HTTP/1.1" 200 156 0.008260 10.0.0.17 - - [2024-10-28 02:11:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.17 - - [2024-10-28 02:11:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.17 - - [2024-10-28 02:11:03] "POST /ref-update HTTP/1.1" 200 156 0.007714 10.0.0.17 - - [2024-10-28 02:11:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.17 - - [2024-10-28 02:11:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003888 10.0.0.17 - - [2024-10-28 02:11:03] "POST /ref-update HTTP/1.1" 200 156 0.010456 10.0.0.17 - - [2024-10-28 02:11:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.17 - - [2024-10-28 02:11:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004028 10.0.0.17 - - [2024-10-28 02:11:03] "POST /ref-update HTTP/1.1" 200 156 0.009036 10.0.0.17 - - [2024-10-28 02:11:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004280 10.0.0.17 - - [2024-10-28 02:11:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.17 - - [2024-10-28 02:11:03] "POST /ref-update HTTP/1.1" 200 156 0.009070 10.0.0.17 - - [2024-10-28 02:11:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.17 - - [2024-10-28 02:11:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004728 10.0.0.17 - - [2024-10-28 02:11:03] "POST /ref-update HTTP/1.1" 200 156 0.009005 10.0.0.17 - - [2024-10-28 02:11:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004013 10.0.0.17 - - [2024-10-28 02:11:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003909 10.0.0.17 - - [2024-10-28 02:11:04] "POST /ref-update HTTP/1.1" 200 156 0.008637 10.0.0.17 - - [2024-10-28 02:11:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.17 - - [2024-10-28 02:11:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.17 - - [2024-10-28 02:11:04] "POST /ref-update HTTP/1.1" 200 156 0.010167 10.0.0.17 - - [2024-10-28 02:11:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004262 10.0.0.17 - - [2024-10-28 02:11:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004252 10.0.0.17 - - [2024-10-28 02:11:04] "POST /ref-update HTTP/1.1" 200 156 0.013307 10.0.0.17 - - [2024-10-28 02:11:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.17 - - [2024-10-28 02:11:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.17 - - [2024-10-28 02:11:04] "POST /ref-update HTTP/1.1" 200 156 0.012321 10.0.0.17 - - [2024-10-28 02:11:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.17 - - [2024-10-28 02:11:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004054 10.0.0.17 - - [2024-10-28 02:11:04] "POST /ref-update HTTP/1.1" 200 156 0.009397 10.0.0.17 - - [2024-10-28 02:11:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.17 - - [2024-10-28 02:11:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003861 10.0.0.17 - - [2024-10-28 02:11:04] "POST /ref-update HTTP/1.1" 200 156 0.011300 10.0.0.17 - - [2024-10-28 02:11:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004948 10.0.0.17 - - [2024-10-28 02:11:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.17 - - [2024-10-28 02:11:05] "POST /ref-update HTTP/1.1" 200 156 0.011195 10.0.0.17 - - [2024-10-28 02:11:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004998 10.0.0.17 - - [2024-10-28 02:11:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.17 - - [2024-10-28 02:11:05] "POST /ref-update HTTP/1.1" 200 156 0.010753 10.0.0.17 - - [2024-10-28 02:11:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004393 10.0.0.17 - - [2024-10-28 02:11:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.17 - - [2024-10-28 02:11:05] "POST /ref-update HTTP/1.1" 200 156 0.008069 10.0.0.17 - - [2024-10-28 02:11:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003965 10.0.0.17 - - [2024-10-28 02:11:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.17 - - [2024-10-28 02:11:05] "POST /ref-update HTTP/1.1" 200 156 0.010530 10.0.0.17 - - [2024-10-28 02:11:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.17 - - [2024-10-28 02:11:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.17 - - [2024-10-28 02:11:05] "POST /ref-update HTTP/1.1" 200 156 0.007961 10.0.0.17 - - [2024-10-28 02:11:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004212 10.0.0.17 - - [2024-10-28 02:11:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.17 - - [2024-10-28 02:11:05] "POST /ref-update HTTP/1.1" 200 156 0.008819 10.0.0.17 - - [2024-10-28 02:11:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.17 - - [2024-10-28 02:11:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.17 - - [2024-10-28 02:11:06] "POST /ref-update HTTP/1.1" 200 156 0.008924 10.0.0.17 - - [2024-10-28 02:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.17 - - [2024-10-28 02:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.17 - - [2024-10-28 02:11:06] "POST /ref-update HTTP/1.1" 200 156 0.009591 10.0.0.17 - - [2024-10-28 02:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.17 - - [2024-10-28 02:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.17 - - [2024-10-28 02:11:06] "POST /ref-update HTTP/1.1" 200 156 0.007841 10.0.0.17 - - [2024-10-28 02:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914 10.0.0.17 - - [2024-10-28 02:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004354 10.0.0.17 - - [2024-10-28 02:11:06] "POST /ref-update HTTP/1.1" 200 156 0.008481 10.0.0.17 - - [2024-10-28 02:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004130 10.0.0.17 - - [2024-10-28 02:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.17 - - [2024-10-28 02:11:06] "POST /ref-update HTTP/1.1" 200 156 0.008863 10.0.0.17 - - [2024-10-28 02:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.17 - - [2024-10-28 02:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000 10.0.0.17 - - [2024-10-28 02:11:06] "POST /ref-update HTTP/1.1" 200 156 0.007459 10.0.0.17 - - [2024-10-28 02:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.17 - - [2024-10-28 02:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.17 - - [2024-10-28 02:11:06] "POST /ref-update HTTP/1.1" 200 156 0.008285 10.0.0.17 - - [2024-10-28 02:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.17 - - [2024-10-28 02:11:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940 10.0.0.17 - - [2024-10-28 02:11:07] "POST /ref-update HTTP/1.1" 200 156 0.007922 10.0.0.17 - - [2024-10-28 02:11:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.17 - - [2024-10-28 02:11:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.17 - - [2024-10-28 02:11:07] "POST /ref-update HTTP/1.1" 200 156 0.009666 10.0.0.17 - - [2024-10-28 02:11:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.17 - - [2024-10-28 02:11:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004198 10.0.0.17 - - [2024-10-28 02:11:07] "POST /ref-update HTTP/1.1" 200 156 0.014076 10.0.0.17 - - [2024-10-28 02:11:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.17 - - [2024-10-28 02:11:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.17 - - [2024-10-28 02:11:07] "POST /ref-update HTTP/1.1" 200 156 0.010080 10.0.0.17 - - [2024-10-28 02:11:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.17 - - [2024-10-28 02:11:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005153 10.0.0.17 - - [2024-10-28 02:11:07] "POST /ref-update HTTP/1.1" 200 156 0.020209 10.0.0.17 - - [2024-10-28 02:11:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.17 - - [2024-10-28 02:11:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.17 - - [2024-10-28 02:11:07] "POST /ref-update HTTP/1.1" 200 156 0.008549 10.0.0.17 - - [2024-10-28 02:11:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.17 - - [2024-10-28 02:11:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004108 10.0.0.17 - - [2024-10-28 02:11:08] "POST /ref-update HTTP/1.1" 200 156 0.009472 10.0.0.17 - - [2024-10-28 02:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.17 - - [2024-10-28 02:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.17 - - [2024-10-28 02:11:08] "POST /ref-update HTTP/1.1" 200 156 0.009784 10.0.0.17 - - [2024-10-28 02:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003933 10.0.0.17 - - [2024-10-28 02:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.17 - - [2024-10-28 02:11:08] "POST /ref-update HTTP/1.1" 200 156 0.011909 10.0.0.17 - - [2024-10-28 02:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.17 - - [2024-10-28 02:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.17 - - [2024-10-28 02:11:08] "POST /ref-update HTTP/1.1" 200 156 0.015636 10.0.0.17 - - [2024-10-28 02:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004124 10.0.0.17 - - [2024-10-28 02:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.17 - - [2024-10-28 02:11:08] "POST /ref-update HTTP/1.1" 200 156 0.009097 10.0.0.17 - - [2024-10-28 02:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.17 - - [2024-10-28 02:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.17 - - [2024-10-28 02:11:08] "POST /ref-update HTTP/1.1" 200 156 0.008960 10.0.0.17 - - [2024-10-28 02:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.17 - - [2024-10-28 02:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.17 - - [2024-10-28 02:11:08] "POST /ref-update HTTP/1.1" 200 156 0.012409 10.0.0.17 - - [2024-10-28 02:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.17 - - [2024-10-28 02:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.17 - - [2024-10-28 02:11:09] "POST /ref-update HTTP/1.1" 200 156 0.010819 10.0.0.17 - - [2024-10-28 02:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.17 - - [2024-10-28 02:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.17 - - [2024-10-28 02:11:09] "POST /ref-update HTTP/1.1" 200 156 0.015992 10.0.0.17 - - [2024-10-28 02:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.17 - - [2024-10-28 02:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004467 10.0.0.17 - - [2024-10-28 02:11:09] "POST /ref-update HTTP/1.1" 200 156 0.009576 10.0.0.17 - - [2024-10-28 02:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.006711 10.0.0.17 - - [2024-10-28 02:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.17 - - [2024-10-28 02:11:09] "POST /ref-update HTTP/1.1" 200 156 0.009763 10.0.0.17 - - [2024-10-28 02:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003956 10.0.0.17 - - [2024-10-28 02:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.17 - - [2024-10-28 02:11:09] "POST /ref-update HTTP/1.1" 200 156 0.009213 10.0.0.17 - - [2024-10-28 02:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004603 10.0.0.17 - - [2024-10-28 02:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004297 10.0.0.17 - - [2024-10-28 02:11:09] "POST /ref-update HTTP/1.1" 200 156 0.008178 10.0.0.17 - - [2024-10-28 02:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004443 10.0.0.17 - - [2024-10-28 02:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.17 - - [2024-10-28 02:11:10] "POST /ref-update HTTP/1.1" 200 156 0.009106 10.0.0.17 - - [2024-10-28 02:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003921 10.0.0.17 - - [2024-10-28 02:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004761 10.0.0.17 - - [2024-10-28 02:11:10] "POST /ref-update HTTP/1.1" 200 156 0.016309 10.0.0.17 - - [2024-10-28 02:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004244 10.0.0.17 - - [2024-10-28 02:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005156 10.0.0.17 - - [2024-10-28 02:11:10] "POST /ref-update HTTP/1.1" 200 156 0.015192 10.0.0.17 - - [2024-10-28 02:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.17 - - [2024-10-28 02:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.17 - - [2024-10-28 02:11:10] "POST /ref-update HTTP/1.1" 200 156 0.008377 10.0.0.17 - - [2024-10-28 02:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.17 - - [2024-10-28 02:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004588 10.0.0.17 - - [2024-10-28 02:11:10] "POST /ref-update HTTP/1.1" 200 156 0.010202 10.0.0.17 - - [2024-10-28 02:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.17 - - [2024-10-28 02:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.17 - - [2024-10-28 02:11:10] "POST /ref-update HTTP/1.1" 200 156 0.009562 10.0.0.17 - - [2024-10-28 02:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.17 - - [2024-10-28 02:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.17 - - [2024-10-28 02:11:10] "POST /ref-update HTTP/1.1" 200 156 0.010221 10.0.0.17 - - [2024-10-28 02:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.17 - - [2024-10-28 02:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.17 - - [2024-10-28 02:11:11] "POST /ref-update HTTP/1.1" 200 156 0.008499 10.0.0.17 - - [2024-10-28 02:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004252 10.0.0.17 - - [2024-10-28 02:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.17 - - [2024-10-28 02:11:11] "POST /ref-update HTTP/1.1" 200 156 0.011087 10.0.0.17 - - [2024-10-28 02:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004126 10.0.0.17 - - [2024-10-28 02:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003952 10.0.0.17 - - [2024-10-28 02:11:11] "POST /ref-update HTTP/1.1" 200 156 0.012142 10.0.0.17 - - [2024-10-28 02:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.17 - - [2024-10-28 02:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004300 10.0.0.17 - - [2024-10-28 02:11:11] "POST /ref-update HTTP/1.1" 200 156 0.007909 10.0.0.17 - - [2024-10-28 02:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003965 10.0.0.17 - - [2024-10-28 02:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.17 - - [2024-10-28 02:11:11] "POST /ref-update HTTP/1.1" 200 156 0.010512 10.0.0.17 - - [2024-10-28 02:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.17 - - [2024-10-28 02:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004918 10.0.0.17 - - [2024-10-28 02:11:11] "POST /ref-update HTTP/1.1" 200 156 0.007944 10.0.0.17 - - [2024-10-28 02:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.17 - - [2024-10-28 02:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004521 10.0.0.17 - - [2024-10-28 02:11:12] "POST /ref-update HTTP/1.1" 200 156 0.009569 10.0.0.17 - - [2024-10-28 02:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004991 10.0.0.17 - - [2024-10-28 02:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004445 10.0.0.17 - - [2024-10-28 02:11:12] "POST /ref-update HTTP/1.1" 200 156 0.011940 10.0.0.17 - - [2024-10-28 02:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003991 10.0.0.17 - - [2024-10-28 02:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.17 - - [2024-10-28 02:11:12] "POST /ref-update HTTP/1.1" 200 156 0.008650 10.0.0.17 - - [2024-10-28 02:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.17 - - [2024-10-28 02:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.17 - - [2024-10-28 02:11:12] "POST /ref-update HTTP/1.1" 200 156 0.007628 10.0.0.17 - - [2024-10-28 02:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004032 10.0.0.17 - - [2024-10-28 02:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.17 - - [2024-10-28 02:11:12] "POST /ref-update HTTP/1.1" 200 156 0.007973 10.0.0.17 - - [2024-10-28 02:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.17 - - [2024-10-28 02:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.17 - - [2024-10-28 02:11:12] "GET /global-system-configs HTTP/1.1" 200 322 0.614695 10.0.0.17 - - [2024-10-28 02:11:12] "POST /ref-update HTTP/1.1" 200 156 0.009387 10.0.0.17 - - [2024-10-28 02:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005606 10.0.0.17 - - [2024-10-28 02:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.17 - - [2024-10-28 02:11:12] "POST /ref-update HTTP/1.1" 200 156 0.008093 10.0.0.17 - - [2024-10-28 02:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003071 10.0.0.17 - - [2024-10-28 02:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.17 - - [2024-10-28 02:11:13] "POST /ref-update HTTP/1.1" 200 156 0.010158 10.0.0.17 - - [2024-10-28 02:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.17 - - [2024-10-28 02:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.17 - - [2024-10-28 02:11:13] "POST /ref-update HTTP/1.1" 200 156 0.007584 10.0.0.17 - - [2024-10-28 02:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.17 - - [2024-10-28 02:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004173 10.0.0.17 - - [2024-10-28 02:11:13] "GET /global-system-configs HTTP/1.1" 200 322 0.032683 10.0.0.17 - - [2024-10-28 02:11:13] "POST /ref-update HTTP/1.1" 200 156 0.008113 10.0.0.17 - - [2024-10-28 02:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.17 - - [2024-10-28 02:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.17 - - [2024-10-28 02:11:13] "POST /ref-update HTTP/1.1" 200 156 0.007895 10.0.0.17 - - [2024-10-28 02:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.17 - - [2024-10-28 02:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002935 10.0.0.17 - - [2024-10-28 02:11:13] "POST /ref-update HTTP/1.1" 200 156 0.008724 10.0.0.17 - - [2024-10-28 02:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.17 - - [2024-10-28 02:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.17 - - [2024-10-28 02:11:13] "POST /ref-update HTTP/1.1" 200 156 0.008014 10.0.0.17 - - [2024-10-28 02:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.17 - - [2024-10-28 02:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.17 - - [2024-10-28 02:11:14] "POST /ref-update HTTP/1.1" 200 156 0.008024 10.0.0.17 - - [2024-10-28 02:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.17 - - [2024-10-28 02:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.17 - - [2024-10-28 02:11:14] "POST /ref-update HTTP/1.1" 200 156 0.008891 10.0.0.17 - - [2024-10-28 02:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.17 - - [2024-10-28 02:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.17 - - [2024-10-28 02:11:14] "POST /ref-update HTTP/1.1" 200 156 0.008751 10.0.0.17 - - [2024-10-28 02:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.17 - - [2024-10-28 02:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.17 - - [2024-10-28 02:11:14] "POST /ref-update HTTP/1.1" 200 156 0.007535 10.0.0.17 - - [2024-10-28 02:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.17 - - [2024-10-28 02:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.17 - - [2024-10-28 02:11:14] "POST /ref-update HTTP/1.1" 200 156 0.008584 10.0.0.17 - - [2024-10-28 02:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.17 - - [2024-10-28 02:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.17 - - [2024-10-28 02:11:14] "POST /ref-update HTTP/1.1" 200 156 0.008278 10.0.0.17 - - [2024-10-28 02:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003907 10.0.0.17 - - [2024-10-28 02:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.17 - - [2024-10-28 02:11:14] "POST /ref-update HTTP/1.1" 200 156 0.007742 10.0.0.17 - - [2024-10-28 02:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.17 - - [2024-10-28 02:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.17 - - [2024-10-28 02:11:15] "POST /ref-update HTTP/1.1" 200 156 0.008838 10.0.0.17 - - [2024-10-28 02:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.17 - - [2024-10-28 02:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.17 - - [2024-10-28 02:11:15] "POST /ref-update HTTP/1.1" 200 156 0.008639 10.0.0.17 - - [2024-10-28 02:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.17 - - [2024-10-28 02:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.17 - - [2024-10-28 02:11:15] "POST /ref-update HTTP/1.1" 200 156 0.009118 10.0.0.17 - - [2024-10-28 02:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.17 - - [2024-10-28 02:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.17 - - [2024-10-28 02:11:15] "POST /ref-update HTTP/1.1" 200 156 0.009284 10.0.0.17 - - [2024-10-28 02:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.17 - - [2024-10-28 02:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004041 10.0.0.17 - - [2024-10-28 02:11:15] "POST /ref-update HTTP/1.1" 200 156 0.007072 10.0.0.17 - - [2024-10-28 02:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.17 - - [2024-10-28 02:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.17 - - [2024-10-28 02:11:15] "POST /ref-update HTTP/1.1" 200 156 0.010906 10.0.0.17 - - [2024-10-28 02:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.17 - - [2024-10-28 02:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.17 - - [2024-10-28 02:11:15] "POST /ref-update HTTP/1.1" 200 156 0.007171 10.0.0.17 - - [2024-10-28 02:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.17 - - [2024-10-28 02:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.17 - - [2024-10-28 02:11:16] "POST /ref-update HTTP/1.1" 200 156 0.007447 10.0.0.17 - - [2024-10-28 02:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.17 - - [2024-10-28 02:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.17 - - [2024-10-28 02:11:16] "POST /ref-update HTTP/1.1" 200 156 0.008825 10.0.0.17 - - [2024-10-28 02:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.17 - - [2024-10-28 02:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002947 10.0.0.17 - - [2024-10-28 02:11:16] "POST /ref-update HTTP/1.1" 200 156 0.007627 10.0.0.17 - - [2024-10-28 02:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.17 - - [2024-10-28 02:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.17 - - [2024-10-28 02:11:16] "POST /ref-update HTTP/1.1" 200 156 0.007891 10.0.0.17 - - [2024-10-28 02:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.17 - - [2024-10-28 02:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.17 - - [2024-10-28 02:11:16] "POST /ref-update HTTP/1.1" 200 156 0.008124 10.0.0.17 - - [2024-10-28 02:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.17 - - [2024-10-28 02:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002921 10.0.0.17 - - [2024-10-28 02:11:16] "POST /ref-update HTTP/1.1" 200 156 0.008973 10.0.0.17 - - [2024-10-28 02:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.17 - - [2024-10-28 02:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.17 - - [2024-10-28 02:11:17] "POST /ref-update HTTP/1.1" 200 156 0.008437 10.0.0.17 - - [2024-10-28 02:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.17 - - [2024-10-28 02:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003998 10.0.0.17 - - [2024-10-28 02:11:17] "POST /ref-update HTTP/1.1" 200 156 0.010410 10.0.0.17 - - [2024-10-28 02:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.17 - - [2024-10-28 02:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.17 - - [2024-10-28 02:11:17] "POST /ref-update HTTP/1.1" 200 156 0.009353 10.0.0.17 - - [2024-10-28 02:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.17 - - [2024-10-28 02:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.17 - - [2024-10-28 02:11:17] "POST /ref-update HTTP/1.1" 200 156 0.010582 10.0.0.17 - - [2024-10-28 02:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.17 - - [2024-10-28 02:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.17 - - [2024-10-28 02:11:17] "POST /ref-update HTTP/1.1" 200 156 0.007441 10.0.0.17 - - [2024-10-28 02:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.17 - - [2024-10-28 02:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002926 10.0.0.17 - - [2024-10-28 02:11:17] "POST /ref-update HTTP/1.1" 200 156 0.009676 10.0.0.17 - - [2024-10-28 02:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.17 - - [2024-10-28 02:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.17 - - [2024-10-28 02:11:17] "POST /ref-update HTTP/1.1" 200 156 0.007129 10.0.0.17 - - [2024-10-28 02:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.17 - - [2024-10-28 02:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.17 - - [2024-10-28 02:11:18] "POST /ref-update HTTP/1.1" 200 156 0.007802 10.0.0.17 - - [2024-10-28 02:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004076 10.0.0.17 - - [2024-10-28 02:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005732 10.0.0.17 - - [2024-10-28 02:11:18] "POST /ref-update HTTP/1.1" 200 156 0.006984 10.0.0.17 - - [2024-10-28 02:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004482 10.0.0.17 - - [2024-10-28 02:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.17 - - [2024-10-28 02:11:18] "POST /ref-update HTTP/1.1" 200 156 0.008610 10.0.0.17 - - [2024-10-28 02:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.17 - - [2024-10-28 02:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004789 10.0.0.17 - - [2024-10-28 02:11:18] "POST /ref-update HTTP/1.1" 200 156 0.007431 10.0.0.17 - - [2024-10-28 02:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.17 - - [2024-10-28 02:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.17 - - [2024-10-28 02:11:18] "POST /ref-update HTTP/1.1" 200 156 0.008627 10.0.0.17 - - [2024-10-28 02:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.17 - - [2024-10-28 02:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.17 - - [2024-10-28 02:11:18] "POST /ref-update HTTP/1.1" 200 156 0.007120 10.0.0.17 - - [2024-10-28 02:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.17 - - [2024-10-28 02:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002885 10.0.0.17 - - [2024-10-28 02:11:19] "POST /ref-update HTTP/1.1" 200 156 0.008406 10.0.0.17 - - [2024-10-28 02:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002973 10.0.0.17 - - [2024-10-28 02:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.17 - - [2024-10-28 02:11:19] "POST /ref-update HTTP/1.1" 200 156 0.007262 10.0.0.17 - - [2024-10-28 02:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.17 - - [2024-10-28 02:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.17 - - [2024-10-28 02:11:19] "POST /ref-update HTTP/1.1" 200 156 0.008078 10.0.0.17 - - [2024-10-28 02:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.17 - - [2024-10-28 02:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.17 - - [2024-10-28 02:11:19] "POST /ref-update HTTP/1.1" 200 156 0.007116 10.0.0.17 - - [2024-10-28 02:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.17 - - [2024-10-28 02:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.17 - - [2024-10-28 02:11:19] "POST /ref-update HTTP/1.1" 200 156 0.008511 10.0.0.17 - - [2024-10-28 02:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.17 - - [2024-10-28 02:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.17 - - [2024-10-28 02:11:19] "POST /ref-update HTTP/1.1" 200 156 0.008764 10.0.0.17 - - [2024-10-28 02:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.17 - - [2024-10-28 02:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.17 - - [2024-10-28 02:11:19] "POST /ref-update HTTP/1.1" 200 156 0.008238 10.0.0.17 - - [2024-10-28 02:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.17 - - [2024-10-28 02:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.17 - - [2024-10-28 02:11:20] "POST /ref-update HTTP/1.1" 200 156 0.007360 10.0.0.17 - - [2024-10-28 02:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.17 - - [2024-10-28 02:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796 10.0.0.17 - - [2024-10-28 02:11:20] "POST /ref-update HTTP/1.1" 200 156 0.008557 10.0.0.17 - - [2024-10-28 02:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.17 - - [2024-10-28 02:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.17 - - [2024-10-28 02:11:20] "POST /ref-update HTTP/1.1" 200 156 0.008089 10.0.0.17 - - [2024-10-28 02:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003838 10.0.0.17 - - [2024-10-28 02:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.17 - - [2024-10-28 02:11:20] "POST /ref-update HTTP/1.1" 200 156 0.008944 10.0.0.17 - - [2024-10-28 02:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.17 - - [2024-10-28 02:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.17 - - [2024-10-28 02:11:20] "POST /ref-update HTTP/1.1" 200 156 0.021346 10.0.0.17 - - [2024-10-28 02:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.17 - - [2024-10-28 02:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004210 10.0.0.17 - - [2024-10-28 02:11:20] "POST /ref-update HTTP/1.1" 200 156 0.009725 10.0.0.17 - - [2024-10-28 02:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003902 10.0.0.17 - - [2024-10-28 02:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.17 - - [2024-10-28 02:11:20] "POST /ref-update HTTP/1.1" 200 156 0.008314 10.0.0.17 - - [2024-10-28 02:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.17 - - [2024-10-28 02:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.17 - - [2024-10-28 02:11:21] "POST /ref-update HTTP/1.1" 200 156 0.010295 10.0.0.17 - - [2024-10-28 02:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.17 - - [2024-10-28 02:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.17 - - [2024-10-28 02:11:21] "POST /ref-update HTTP/1.1" 200 156 0.008230 10.0.0.17 - - [2024-10-28 02:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003816 10.0.0.17 - - [2024-10-28 02:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.17 - - [2024-10-28 02:11:21] "POST /ref-update HTTP/1.1" 200 156 0.009446 10.0.0.17 - - [2024-10-28 02:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.17 - - [2024-10-28 02:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.17 - - [2024-10-28 02:11:21] "POST /ref-update HTTP/1.1" 200 156 0.008500 10.0.0.17 - - [2024-10-28 02:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004258 10.0.0.17 - - [2024-10-28 02:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.17 - - [2024-10-28 02:11:21] "POST /ref-update HTTP/1.1" 200 156 0.008134 10.0.0.17 - - [2024-10-28 02:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.17 - - [2024-10-28 02:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003780 10.0.0.17 - - [2024-10-28 02:11:21] "POST /ref-update HTTP/1.1" 200 156 0.010805 10.0.0.17 - - [2024-10-28 02:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.17 - - [2024-10-28 02:11:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.17 - - [2024-10-28 02:11:22] "POST /ref-update HTTP/1.1" 200 156 0.007995 10.0.0.17 - - [2024-10-28 02:11:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.17 - - [2024-10-28 02:11:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.17 - - [2024-10-28 02:11:22] "POST /ref-update HTTP/1.1" 200 156 0.009876 10.0.0.17 - - [2024-10-28 02:11:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.17 - - [2024-10-28 02:11:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.17 - - [2024-10-28 02:11:22] "POST /ref-update HTTP/1.1" 200 156 0.006910 10.0.0.17 - - [2024-10-28 02:11:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.17 - - [2024-10-28 02:11:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003425 10.0.0.17 - - [2024-10-28 02:11:22] "POST /ref-update HTTP/1.1" 200 156 0.008306 10.0.0.17 - - [2024-10-28 02:11:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.17 - - [2024-10-28 02:11:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.17 - - [2024-10-28 02:11:22] "POST /ref-update HTTP/1.1" 200 156 0.008202 10.0.0.17 - - [2024-10-28 02:11:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.17 - - [2024-10-28 02:11:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.17 - - [2024-10-28 02:11:22] "POST /ref-update HTTP/1.1" 200 156 0.008228 10.0.0.17 - - [2024-10-28 02:11:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.17 - - [2024-10-28 02:11:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.17 - - [2024-10-28 02:11:22] "POST /ref-update HTTP/1.1" 200 156 0.007549 10.0.0.17 - - [2024-10-28 02:11:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.17 - - [2024-10-28 02:11:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.17 - - [2024-10-28 02:11:23] "POST /ref-update HTTP/1.1" 200 156 0.008083 10.0.0.17 - - [2024-10-28 02:11:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.17 - - [2024-10-28 02:11:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.17 - - [2024-10-28 02:11:23] "POST /ref-update HTTP/1.1" 200 156 0.008456 10.0.0.17 - - [2024-10-28 02:11:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.17 - - [2024-10-28 02:11:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.17 - - [2024-10-28 02:11:23] "POST /ref-update HTTP/1.1" 200 156 0.007920 10.0.0.17 - - [2024-10-28 02:11:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.17 - - [2024-10-28 02:11:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.17 - - [2024-10-28 02:11:23] "POST /ref-update HTTP/1.1" 200 156 0.010648 10.0.0.17 - - [2024-10-28 02:11:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.17 - - [2024-10-28 02:11:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.17 - - [2024-10-28 02:11:23] "POST /ref-update HTTP/1.1" 200 156 0.009557 10.0.0.17 - - [2024-10-28 02:11:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003677 10.0.0.17 - - [2024-10-28 02:11:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.17 - - [2024-10-28 02:11:23] "POST /ref-update HTTP/1.1" 200 156 0.009954 10.0.0.17 - - [2024-10-28 02:11:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.17 - - [2024-10-28 02:11:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.17 - - [2024-10-28 02:11:24] "POST /ref-update HTTP/1.1" 200 156 0.008155 10.0.0.17 - - [2024-10-28 02:11:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.17 - - [2024-10-28 02:11:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.17 - - [2024-10-28 02:11:24] "POST /ref-update HTTP/1.1" 200 156 0.007399 10.0.0.17 - - [2024-10-28 02:11:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.17 - - [2024-10-28 02:11:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.17 - - [2024-10-28 02:11:24] "POST /ref-update HTTP/1.1" 200 156 0.007536 10.0.0.17 - - [2024-10-28 02:11:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.17 - - [2024-10-28 02:11:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.17 - - [2024-10-28 02:11:24] "POST /ref-update HTTP/1.1" 200 156 0.007735 10.0.0.17 - - [2024-10-28 02:11:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.17 - - [2024-10-28 02:11:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004611 10.0.0.17 - - [2024-10-28 02:11:24] "POST /ref-update HTTP/1.1" 200 156 0.011007 10.0.0.17 - - [2024-10-28 02:11:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004753 10.0.0.17 - - [2024-10-28 02:11:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004970 10.0.0.17 - - [2024-10-28 02:11:24] "POST /ref-update HTTP/1.1" 200 156 0.012204 10.0.0.17 - - [2024-10-28 02:11:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.17 - - [2024-10-28 02:11:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003677 10.0.0.17 - - [2024-10-28 02:11:24] "POST /ref-update HTTP/1.1" 200 156 0.009133 10.0.0.17 - - [2024-10-28 02:11:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003082 10.0.0.17 - - [2024-10-28 02:11:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.17 - - [2024-10-28 02:11:25] "POST /ref-update HTTP/1.1" 200 156 0.011063 10.0.0.17 - - [2024-10-28 02:11:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.17 - - [2024-10-28 02:11:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004255 10.0.0.17 - - [2024-10-28 02:11:25] "POST /ref-update HTTP/1.1" 200 156 0.010283 10.0.0.17 - - [2024-10-28 02:11:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.17 - - [2024-10-28 02:11:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.17 - - [2024-10-28 02:11:25] "POST /ref-update HTTP/1.1" 200 156 0.007293 10.0.0.17 - - [2024-10-28 02:11:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.17 - - [2024-10-28 02:11:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.17 - - [2024-10-28 02:11:25] "POST /ref-update HTTP/1.1" 200 156 0.010300 10.0.0.17 - - [2024-10-28 02:11:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.17 - - [2024-10-28 02:11:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.17 - - [2024-10-28 02:11:25] "POST /ref-update HTTP/1.1" 200 156 0.009804 10.0.0.17 - - [2024-10-28 02:11:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.17 - - [2024-10-28 02:11:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005032 10.0.0.17 - - [2024-10-28 02:11:25] "POST /ref-update HTTP/1.1" 200 156 0.010701 10.0.0.17 - - [2024-10-28 02:11:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.17 - - [2024-10-28 02:11:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.17 - - [2024-10-28 02:11:26] "POST /ref-update HTTP/1.1" 200 156 0.009063 10.0.0.17 - - [2024-10-28 02:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003802 10.0.0.17 - - [2024-10-28 02:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.17 - - [2024-10-28 02:11:26] "POST /ref-update HTTP/1.1" 200 156 0.008869 10.0.0.17 - - [2024-10-28 02:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004385 10.0.0.17 - - [2024-10-28 02:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.17 - - [2024-10-28 02:11:26] "POST /ref-update HTTP/1.1" 200 156 0.008413 10.0.0.17 - - [2024-10-28 02:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.17 - - [2024-10-28 02:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.17 - - [2024-10-28 02:11:26] "POST /ref-update HTTP/1.1" 200 156 0.017375 10.0.0.17 - - [2024-10-28 02:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003949 10.0.0.17 - - [2024-10-28 02:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.17 - - [2024-10-28 02:11:26] "POST /ref-update HTTP/1.1" 200 156 0.011022 10.0.0.17 - - [2024-10-28 02:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002865 10.0.0.17 - - [2024-10-28 02:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.17 - - [2024-10-28 02:11:26] "POST /ref-update HTTP/1.1" 200 156 0.007499 10.0.0.17 - - [2024-10-28 02:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997 10.0.0.17 - - [2024-10-28 02:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002905 10.0.0.17 - - [2024-10-28 02:11:26] "POST /ref-update HTTP/1.1" 200 156 0.025088 10.0.0.17 - - [2024-10-28 02:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004684 10.0.0.17 - - [2024-10-28 02:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.17 - - [2024-10-28 02:11:27] "POST /ref-update HTTP/1.1" 200 156 0.013726 10.0.0.17 - - [2024-10-28 02:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.17 - - [2024-10-28 02:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003265 10.0.0.17 - - [2024-10-28 02:11:27] "POST /ref-update HTTP/1.1" 200 156 0.008873 10.0.0.17 - - [2024-10-28 02:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.17 - - [2024-10-28 02:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.17 - - [2024-10-28 02:11:27] "POST /ref-update HTTP/1.1" 200 156 0.013253 10.0.0.17 - - [2024-10-28 02:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.17 - - [2024-10-28 02:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.17 - - [2024-10-28 02:11:27] "POST /ref-update HTTP/1.1" 200 156 0.009120 10.0.0.17 - - [2024-10-28 02:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.17 - - [2024-10-28 02:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.17 - - [2024-10-28 02:11:27] "POST /ref-update HTTP/1.1" 200 156 0.009200 10.0.0.17 - - [2024-10-28 02:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.17 - - [2024-10-28 02:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.17 - - [2024-10-28 02:11:27] "POST /ref-update HTTP/1.1" 200 156 0.018136 10.0.0.17 - - [2024-10-28 02:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.17 - - [2024-10-28 02:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003945 10.0.0.17 - - [2024-10-28 02:11:28] "POST /ref-update HTTP/1.1" 200 156 0.008898 10.0.0.17 - - [2024-10-28 02:11:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.17 - - [2024-10-28 02:11:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.17 - - [2024-10-28 02:11:28] "POST /ref-update HTTP/1.1" 200 156 0.011477 10.0.0.17 - - [2024-10-28 02:11:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.17 - - [2024-10-28 02:11:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002967 10.0.0.17 - - [2024-10-28 02:11:28] "POST /ref-update HTTP/1.1" 200 156 0.010117 10.0.0.17 - - [2024-10-28 02:11:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.17 - - [2024-10-28 02:11:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.17 - - [2024-10-28 02:11:28] "POST /ref-update HTTP/1.1" 200 156 0.008499 10.0.0.17 - - [2024-10-28 02:11:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.17 - - [2024-10-28 02:11:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003769 10.0.0.17 - - [2024-10-28 02:11:28] "POST /ref-update HTTP/1.1" 200 156 0.008630 10.0.0.17 - - [2024-10-28 02:11:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.17 - - [2024-10-28 02:11:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.17 - - [2024-10-28 02:11:28] "POST /ref-update HTTP/1.1" 200 156 0.008322 10.0.0.17 - - [2024-10-28 02:11:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.17 - - [2024-10-28 02:11:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002918 10.0.0.17 - - [2024-10-28 02:11:28] "POST /ref-update HTTP/1.1" 200 156 0.009152 10.0.0.17 - - [2024-10-28 02:11:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.17 - - [2024-10-28 02:11:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.17 - - [2024-10-28 02:11:29] "POST /ref-update HTTP/1.1" 200 156 0.009273 10.0.0.17 - - [2024-10-28 02:11:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.17 - - [2024-10-28 02:11:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002842 10.0.0.17 - - [2024-10-28 02:11:29] "POST /ref-update HTTP/1.1" 200 156 0.009397 10.0.0.17 - - [2024-10-28 02:11:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002896 10.0.0.17 - - [2024-10-28 02:11:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.17 - - [2024-10-28 02:11:29] "POST /ref-update HTTP/1.1" 200 156 0.015397 10.0.0.17 - - [2024-10-28 02:11:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.17 - - [2024-10-28 02:11:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002948 10.0.0.17 - - [2024-10-28 02:11:29] "POST /ref-update HTTP/1.1" 200 156 0.019729 10.0.0.17 - - [2024-10-28 02:11:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.17 - - [2024-10-28 02:11:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.17 - - [2024-10-28 02:11:29] "POST /ref-update HTTP/1.1" 200 156 0.008498 10.0.0.17 - - [2024-10-28 02:11:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.17 - - [2024-10-28 02:11:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.17 - - [2024-10-28 02:11:29] "POST /ref-update HTTP/1.1" 200 156 0.016560 10.0.0.17 - - [2024-10-28 02:11:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.17 - - [2024-10-28 02:11:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002935 10.0.0.17 - - [2024-10-28 02:11:30] "POST /ref-update HTTP/1.1" 200 156 0.010348 10.0.0.17 - - [2024-10-28 02:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.17 - - [2024-10-28 02:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.17 - - [2024-10-28 02:11:30] "POST /ref-update HTTP/1.1" 200 156 0.009274 10.0.0.17 - - [2024-10-28 02:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.17 - - [2024-10-28 02:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.17 - - [2024-10-28 02:11:30] "POST /ref-update HTTP/1.1" 200 156 0.010937 10.0.0.17 - - [2024-10-28 02:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.17 - - [2024-10-28 02:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.17 - - [2024-10-28 02:11:30] "POST /ref-update HTTP/1.1" 200 156 0.012683 10.0.0.17 - - [2024-10-28 02:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.17 - - [2024-10-28 02:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.17 - - [2024-10-28 02:11:30] "POST /ref-update HTTP/1.1" 200 156 0.009573 10.0.0.17 - - [2024-10-28 02:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.17 - - [2024-10-28 02:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003949 10.0.0.17 - - [2024-10-28 02:11:30] "POST /ref-update HTTP/1.1" 200 156 0.008634 10.0.0.17 - - [2024-10-28 02:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.17 - - [2024-10-28 02:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.17 - - [2024-10-28 02:11:30] "POST /ref-update HTTP/1.1" 200 156 0.008350 10.0.0.17 - - [2024-10-28 02:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.17 - - [2024-10-28 02:11:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.17 - - [2024-10-28 02:11:31] "POST /ref-update HTTP/1.1" 200 156 0.009225 10.0.0.17 - - [2024-10-28 02:11:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003002 10.0.0.17 - - [2024-10-28 02:11:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.17 - - [2024-10-28 02:11:31] "POST /ref-update HTTP/1.1" 200 156 0.009085 10.0.0.17 - - [2024-10-28 02:11:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.17 - - [2024-10-28 02:11:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.17 - - [2024-10-28 02:11:31] "POST /ref-update HTTP/1.1" 200 156 0.009137 10.0.0.17 - - [2024-10-28 02:11:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.17 - - [2024-10-28 02:11:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.17 - - [2024-10-28 02:11:31] "POST /ref-update HTTP/1.1" 200 156 0.010058 10.0.0.17 - - [2024-10-28 02:11:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.17 - - [2024-10-28 02:11:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.17 - - [2024-10-28 02:11:31] "POST /ref-update HTTP/1.1" 200 156 0.008168 10.0.0.17 - - [2024-10-28 02:11:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.17 - - [2024-10-28 02:11:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.17 - - [2024-10-28 02:11:31] "POST /ref-update HTTP/1.1" 200 156 0.008771 10.0.0.17 - - [2024-10-28 02:11:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002945 10.0.0.17 - - [2024-10-28 02:11:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.17 - - [2024-10-28 02:11:31] "POST /ref-update HTTP/1.1" 200 156 0.008329 10.0.0.17 - - [2024-10-28 02:11:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.17 - - [2024-10-28 02:11:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.17 - - [2024-10-28 02:11:32] "POST /ref-update HTTP/1.1" 200 156 0.028346 10.0.0.17 - - [2024-10-28 02:11:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003815 10.0.0.17 - - [2024-10-28 02:11:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.17 - - [2024-10-28 02:11:32] "POST /ref-update HTTP/1.1" 200 156 0.009286 10.0.0.17 - - [2024-10-28 02:11:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.17 - - [2024-10-28 02:11:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.17 - - [2024-10-28 02:11:32] "POST /ref-update HTTP/1.1" 200 156 0.011131 10.0.0.17 - - [2024-10-28 02:11:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.17 - - [2024-10-28 02:11:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004408 10.0.0.17 - - [2024-10-28 02:11:32] "POST /ref-update HTTP/1.1" 200 156 0.009472 10.0.0.17 - - [2024-10-28 02:11:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.17 - - [2024-10-28 02:11:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.17 - - [2024-10-28 02:11:32] "POST /ref-update HTTP/1.1" 200 156 0.008987 10.0.0.17 - - [2024-10-28 02:11:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.17 - - [2024-10-28 02:11:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.17 - - [2024-10-28 02:11:32] "POST /ref-update HTTP/1.1" 200 156 0.010046 10.0.0.17 - - [2024-10-28 02:11:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004003 10.0.0.17 - - [2024-10-28 02:11:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.17 - - [2024-10-28 02:11:33] "POST /ref-update HTTP/1.1" 200 156 0.009189 10.0.0.17 - - [2024-10-28 02:11:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004123 10.0.0.17 - - [2024-10-28 02:11:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.17 - - [2024-10-28 02:11:33] "POST /ref-update HTTP/1.1" 200 156 0.011269 10.0.0.17 - - [2024-10-28 02:11:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.17 - - [2024-10-28 02:11:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.17 - - [2024-10-28 02:11:33] "POST /ref-update HTTP/1.1" 200 156 0.011444 10.0.0.17 - - [2024-10-28 02:11:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.17 - - [2024-10-28 02:11:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.17 - - [2024-10-28 02:11:33] "POST /ref-update HTTP/1.1" 200 156 0.028052 10.0.0.17 - - [2024-10-28 02:11:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.17 - - [2024-10-28 02:11:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.17 - - [2024-10-28 02:11:33] "POST /ref-update HTTP/1.1" 200 156 0.008575 10.0.0.17 - - [2024-10-28 02:11:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.17 - - [2024-10-28 02:11:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.17 - - [2024-10-28 02:11:33] "POST /ref-update HTTP/1.1" 200 156 0.009805 10.0.0.17 - - [2024-10-28 02:11:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.17 - - [2024-10-28 02:11:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.17 - - [2024-10-28 02:11:33] "POST /ref-update HTTP/1.1" 200 156 0.008564 10.0.0.17 - - [2024-10-28 02:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.17 - - [2024-10-28 02:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.17 - - [2024-10-28 02:11:34] "POST /ref-update HTTP/1.1" 200 156 0.008739 10.0.0.17 - - [2024-10-28 02:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.17 - - [2024-10-28 02:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.17 - - [2024-10-28 02:11:34] "POST /ref-update HTTP/1.1" 200 156 0.019465 10.0.0.17 - - [2024-10-28 02:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.17 - - [2024-10-28 02:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.17 - - [2024-10-28 02:11:34] "POST /ref-update HTTP/1.1" 200 156 0.009458 10.0.0.17 - - [2024-10-28 02:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.17 - - [2024-10-28 02:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.17 - - [2024-10-28 02:11:34] "POST /ref-update HTTP/1.1" 200 156 0.010623 10.0.0.17 - - [2024-10-28 02:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.17 - - [2024-10-28 02:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.17 - - [2024-10-28 02:11:34] "POST /ref-update HTTP/1.1" 200 156 0.009512 10.0.0.17 - - [2024-10-28 02:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.17 - - [2024-10-28 02:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.17 - - [2024-10-28 02:11:34] "POST /ref-update HTTP/1.1" 200 156 0.008636 10.0.0.17 - - [2024-10-28 02:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.17 - - [2024-10-28 02:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.17 - - [2024-10-28 02:11:35] "POST /ref-update HTTP/1.1" 200 156 0.009674 10.0.0.17 - - [2024-10-28 02:11:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004794 10.0.0.17 - - [2024-10-28 02:11:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003696 10.0.0.17 - - [2024-10-28 02:11:35] "POST /ref-update HTTP/1.1" 200 156 0.007723 10.0.0.17 - - [2024-10-28 02:11:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002932 10.0.0.17 - - [2024-10-28 02:11:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.17 - - [2024-10-28 02:11:35] "POST /ref-update HTTP/1.1" 200 156 0.011157 10.0.0.17 - - [2024-10-28 02:11:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.17 - - [2024-10-28 02:11:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.17 - - [2024-10-28 02:11:35] "POST /ref-update HTTP/1.1" 200 156 0.008529 10.0.0.17 - - [2024-10-28 02:11:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.17 - - [2024-10-28 02:11:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.17 - - [2024-10-28 02:11:35] "POST /ref-update HTTP/1.1" 200 156 0.007680 10.0.0.17 - - [2024-10-28 02:11:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.17 - - [2024-10-28 02:11:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.17 - - [2024-10-28 02:11:35] "POST /ref-update HTTP/1.1" 200 156 0.007644 10.0.0.17 - - [2024-10-28 02:11:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.17 - - [2024-10-28 02:11:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.17 - - [2024-10-28 02:11:35] "POST /ref-update HTTP/1.1" 200 156 0.008811 10.0.0.17 - - [2024-10-28 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004020 10.0.0.17 - - [2024-10-28 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.17 - - [2024-10-28 02:11:36] "POST /ref-update HTTP/1.1" 200 156 0.007779 10.0.0.17 - - [2024-10-28 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.17 - - [2024-10-28 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.17 - - [2024-10-28 02:11:36] "POST /ref-update HTTP/1.1" 200 156 0.007671 10.0.0.17 - - [2024-10-28 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.17 - - [2024-10-28 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.17 - - [2024-10-28 02:11:36] "POST /ref-update HTTP/1.1" 200 156 0.008785 10.0.0.17 - - [2024-10-28 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.17 - - [2024-10-28 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.17 - - [2024-10-28 02:11:36] "POST /ref-update HTTP/1.1" 200 156 0.015773 10.0.0.17 - - [2024-10-28 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004515 10.0.0.17 - - [2024-10-28 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.17 - - [2024-10-28 02:11:36] "POST /ref-update HTTP/1.1" 200 156 0.013828 10.0.0.17 - - [2024-10-28 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.17 - - [2024-10-28 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.17 - - [2024-10-28 02:11:36] "POST /ref-update HTTP/1.1" 200 156 0.010866 10.0.0.17 - - [2024-10-28 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.17 - - [2024-10-28 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002906 10.0.0.17 - - [2024-10-28 02:11:37] "POST /ref-update HTTP/1.1" 200 156 0.012514 10.0.0.17 - - [2024-10-28 02:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.17 - - [2024-10-28 02:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.17 - - [2024-10-28 02:11:37] "POST /ref-update HTTP/1.1" 200 156 0.011085 10.0.0.17 - - [2024-10-28 02:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.17 - - [2024-10-28 02:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.17 - - [2024-10-28 02:11:37] "POST /ref-update HTTP/1.1" 200 156 0.013098 10.0.0.17 - - [2024-10-28 02:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.17 - - [2024-10-28 02:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.17 - - [2024-10-28 02:11:37] "POST /ref-update HTTP/1.1" 200 156 0.008214 10.0.0.17 - - [2024-10-28 02:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.17 - - [2024-10-28 02:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.17 - - [2024-10-28 02:11:37] "POST /ref-update HTTP/1.1" 200 156 0.009811 10.0.0.17 - - [2024-10-28 02:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.17 - - [2024-10-28 02:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.17 - - [2024-10-28 02:11:37] "POST /ref-update HTTP/1.1" 200 156 0.008741 10.0.0.17 - - [2024-10-28 02:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.17 - - [2024-10-28 02:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.17 - - [2024-10-28 02:11:37] "POST /ref-update HTTP/1.1" 200 156 0.011283 10.0.0.17 - - [2024-10-28 02:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005578 10.0.0.17 - - [2024-10-28 02:11:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004843 10.0.0.17 - - [2024-10-28 02:11:38] "POST /ref-update HTTP/1.1" 200 156 0.010966 10.0.0.17 - - [2024-10-28 02:11:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.17 - - [2024-10-28 02:11:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004299 10.0.0.17 - - [2024-10-28 02:11:38] "POST /ref-update HTTP/1.1" 200 156 0.011135 10.0.0.17 - - [2024-10-28 02:11:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004149 10.0.0.17 - - [2024-10-28 02:11:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004108 10.0.0.17 - - [2024-10-28 02:11:38] "POST /ref-update HTTP/1.1" 200 156 0.011022 10.0.0.17 - - [2024-10-28 02:11:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.17 - - [2024-10-28 02:11:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.012692 10.0.0.17 - - [2024-10-28 02:11:38] "POST /ref-update HTTP/1.1" 200 156 0.015695 10.0.0.17 - - [2024-10-28 02:11:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.17 - - [2024-10-28 02:11:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.17 - - [2024-10-28 02:11:38] "POST /ref-update HTTP/1.1" 200 156 0.010204 10.0.0.17 - - [2024-10-28 02:11:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.17 - - [2024-10-28 02:11:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.17 - - [2024-10-28 02:11:38] "POST /ref-update HTTP/1.1" 200 156 0.013633 10.0.0.17 - - [2024-10-28 02:11:38] "POST /network-ipams HTTP/1.1" 200 550 0.019554 10.0.0.17 - - [2024-10-28 02:11:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003846 10.0.0.17 - - [2024-10-28 02:11:39] "POST /virtual-networks HTTP/1.1" 200 552 0.104895 10.0.0.17 - - [2024-10-28 02:11:39] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.002736 10.0.0.17 - - [2024-10-28 02:11:39] "POST /fqname-to-id HTTP/1.1" 404 188 0.003843 10.0.0.17 - - [2024-10-28 02:11:39] "POST /fqname-to-id HTTP/1.1" 404 178 0.002861 10.0.0.17 - - [2024-10-28 02:11:39] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 312 0.003132 10.0.0.17 - - [2024-10-28 02:11:39] "GET /fabric/e837975e-41f8-4559-bca7-95c29286580e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1117 0.006204 10.0.0.17 - - [2024-10-28 02:11:39] "POST /fqname-to-id HTTP/1.1" 404 198 0.003083 10.0.0.17 - - [2024-10-28 02:11:39] "POST /fqname-to-id HTTP/1.1" 404 205 0.002822 10.0.0.17 - - [2024-10-28 02:11:39] "POST /fqname-to-id HTTP/1.1" 404 207 0.002809 10.0.0.17 - - [2024-10-28 02:11:39] "POST /route-targets HTTP/1.1" 200 327 0.015065 10.0.0.17 - - [2024-10-28 02:11:39] "POST /ref-update HTTP/1.1" 200 156 0.012897 10.0.0.17 - - [2024-10-28 02:12:01] "GET / HTTP/1.1" 200 35931 0.002173 10.0.0.17 - - [2024-10-28 02:12:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000509 10.0.0.17 - - [2024-10-28 02:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.029786 10.0.0.17 - - [2024-10-28 02:12:01] "GET /routing-instance/2405db36-c4ec-4347-80f2-7d8a80cbe87b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1174 0.005667 10.0.0.17 - - [2024-10-28 02:12:01] "POST /bgp-routers HTTP/1.1" 200 620 0.019699 10.0.0.17 - - [2024-10-28 02:12:01] "GET /bgp-router/9837a4f0-0383-4b9f-915e-c10b4e10a5e4?fields=global_system_config_back_refs HTTP/1.1" 200 1127 0.007677 10.0.0.17 - - [2024-10-28 02:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003589 10.0.0.17 - - [2024-10-28 02:12:02] "GET /global-system-config/7a629ae7-9e43-41fd-82a2-2b3d1637229f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2340 0.011882 10.0.0.17 - - [2024-10-28 02:12:02] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003237 10.0.0.17 - - [2024-10-28 02:12:02] "POST /ref-update HTTP/1.1" 200 156 0.008146 10.0.0.17 - - [2024-10-28 02:12:55] "GET / HTTP/1.1" 200 35931 0.002920 10.0.0.17 - - [2024-10-28 02:12:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000745 10.0.0.17 - - [2024-10-28 02:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.028733 10.0.0.17 - - [2024-10-28 02:12:55] "GET /global-system-config/7a629ae7-9e43-41fd-82a2-2b3d1637229f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.018792 10.0.0.17 - - [2024-10-28 02:12:55] "POST /fqname-to-id HTTP/1.1" 404 220 0.003306 10.0.0.17 - - [2024-10-28 02:12:55] "POST /database-nodes HTTP/1.1" 200 603 0.020173 10.0.0.17 - - [2024-10-28 02:13:39] "GET / HTTP/1.1" 200 35931 0.001846 10.0.0.17 - - [2024-10-28 02:13:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000552 10.0.0.17 - - [2024-10-28 02:13:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.031930 10.0.0.17 - - [2024-10-28 02:13:40] "GET /global-system-config/7a629ae7-9e43-41fd-82a2-2b3d1637229f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.012828 10.0.0.17 - - [2024-10-28 02:13:40] "POST /fqname-to-id HTTP/1.1" 404 220 0.019763 10.0.0.17 - - [2024-10-28 02:13:40] "POST /analytics-nodes HTTP/1.1" 200 605 0.022740 10.0.0.17 - - [2024-10-28 02:13:45] "GET / HTTP/1.1" 200 35931 0.002005 10.0.0.17 - - [2024-10-28 02:13:56] "GET / HTTP/1.1" 200 35931 0.002033 10.0.0.17 - - [2024-10-28 02:13:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.001703 10.0.0.17 - - [2024-10-28 02:13:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.029052 10.0.0.17 - - [2024-10-28 02:13:56] "GET /global-system-config/7a629ae7-9e43-41fd-82a2-2b3d1637229f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.012361 10.0.0.17 - - [2024-10-28 02:13:56] "POST /fqname-to-id HTTP/1.1" 404 220 0.002889 10.0.0.17 - - [2024-10-28 02:13:56] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.025426 10.0.0.17 - - [2024-10-28 02:14:11] "GET / HTTP/1.1" 200 35931 0.001791 10.0.0.17 - - [2024-10-28 02:14:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000568 10.0.0.17 - - [2024-10-28 02:14:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.028546 10.0.0.17 - - [2024-10-28 02:14:11] "GET /global-system-config/7a629ae7-9e43-41fd-82a2-2b3d1637229f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.013108 10.0.0.17 - - [2024-10-28 02:14:11] "POST /fqname-to-id HTTP/1.1" 404 220 0.005008 10.0.0.17 - - [2024-10-28 02:14:11] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.023782 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.17 - - [2024-10-28 02:14:38] "GET /obj-perms HTTP/1.1" 200 5056 0.371476 10.0.0.17 - - [2024-10-28 02:14:38] "GET /obj-perms HTTP/1.1" 200 5056 0.053958 10.0.0.17 - - [2024-10-28 02:15:39] "GET /obj-perms HTTP/1.1" 200 5056 0.065253 10.0.0.17 - - [2024-10-28 02:15:39] "GET /obj-perms HTTP/1.1" 200 5056 0.054947 10.0.0.17 - - [2024-10-28 02:15:53] "GET / HTTP/1.1" 200 35931 0.002338 10.0.0.17 - - [2024-10-28 02:15:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000461 10.0.0.17 - - [2024-10-28 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.026405 10.0.0.17 - - [2024-10-28 02:15:53] "GET /global-system-config/7a629ae7-9e43-41fd-82a2-2b3d1637229f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.011348 10.0.0.17 - - [2024-10-28 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.17 - - [2024-10-28 02:15:54] "GET /routing-instance/2405db36-c4ec-4347-80f2-7d8a80cbe87b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1174 0.005374 10.0.0.17 - - [2024-10-28 02:15:54] "PUT /global-system-config/7a629ae7-9e43-41fd-82a2-2b3d1637229f HTTP/1.1" 200 274 0.013325 10.0.0.17 - - [2024-10-28 02:15:54] "POST /fqname-to-id HTTP/1.1" 404 218 0.003561 10.0.0.17 - - [2024-10-28 02:15:54] "POST /virtual-routers HTTP/1.1" 200 603 0.021278 10.0.0.17 - - [2024-10-28 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.17 - - [2024-10-28 02:15:54] "GET /virtual-router/43ba4177-0ef2-4e82-9cf8-275dd4a22829?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1255 0.006948 10.0.0.17 - - [2024-10-28 02:15:54] "POST /fqname-to-id HTTP/1.1" 404 231 0.006650 10.0.0.17 - - [2024-10-28 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.17 - - [2024-10-28 02:15:54] "GET /virtual-network/841a4946-4316-4b6d-a3c1-b68cd40db824?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.011024 10.0.0.17 - - [2024-10-28 02:15:54] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.065386 10.0.0.17 - - [2024-10-28 02:15:55] "PUT /access-control-list/c947afb2-487e-4fe2-8086-c315148e4e86 HTTP/1.1" 200 272 0.037472 [Introspect:8084]10.0.0.17 - - [2024-10-28 02:16:07] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001418 [Introspect:8084]10.0.0.17 - - [2024-10-28 02:16:07] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001075 10.0.0.17 - - [2024-10-28 02:16:09] "GET /global-system-configs HTTP/1.1" 200 322 0.003248 10.0.0.17 - - [2024-10-28 02:16:09] "GET /obj-perms HTTP/1.1" 200 5056 0.033761 [Introspect:8084]10.0.0.17 - - [2024-10-28 02:16:10] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000940 [Introspect:8084]10.0.0.17 - - [2024-10-28 02:16:10] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001624 10.0.0.17 - - [2024-10-28 02:16:10] "GET /global-system-configs HTTP/1.1" 200 322 0.003007 10.0.0.17 - - [2024-10-28 02:16:10] "GET /obj-perms HTTP/1.1" 200 5056 0.028745 10.0.0.17 - - [2024-10-28 02:16:39] "GET /obj-perms HTTP/1.1" 200 5056 0.055655 10.0.0.17 - - [2024-10-28 02:16:40] "GET /obj-perms HTTP/1.1" 200 5056 0.055190 10.0.0.17 - - [2024-10-28 02:17:08] "GET / HTTP/1.1" 200 35931 0.003000 10.0.0.17 - - [2024-10-28 02:17:09] "GET /project/a21a527c-1c46-4fb7-a2b2-422c9443a76f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000506 10.0.0.17 - - [2024-10-28 02:17:09] "GET /projects?obj_uuids=a21a527c-1c46-4fb7-a2b2-422c9443a76f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.026673 10.0.0.17 - - [2024-10-28 02:17:09] "GET /domains?obj_uuids=e92f8937-f54d-44e7-9020-3c14a03f7680&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001257 10.0.0.17 - - [2024-10-28 02:17:09] "GET /domain/e92f8937-f54d-44e7-9020-3c14a03f7680?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.033018 10.0.0.17 - - [2024-10-28 02:17:09] "POST /id-to-fqname HTTP/1.1" 200 167 0.001799 10.0.0.17 - - [2024-10-28 02:17:09] "POST /fqname-to-id HTTP/1.1" 404 176 0.002836 10.0.0.17 - - [2024-10-28 02:17:10] "POST /security-groups HTTP/1.1" 200 568 0.064258 10.0.0.17 - - [2024-10-28 02:17:10] "POST /fqname-to-id HTTP/1.1" 404 207 0.002539 10.0.0.17 - - [2024-10-28 02:17:10] "POST /projects HTTP/1.1" 200 539 0.234422 10.0.0.17 - - [2024-10-28 02:17:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.306262 10.0.0.17 - - [2024-10-28 02:17:10] "POST /access-control-lists HTTP/1.1" 200 573 0.062961 10.0.0.17 - - [2024-10-28 02:17:10] "GET /project/a21a527c-1c46-4fb7-a2b2-422c9443a76f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1282 0.490445 10.0.0.17 - - [2024-10-28 02:17:10] "POST /fqname-to-id HTTP/1.1" 404 206 0.015679 10.0.0.17 - - [2024-10-28 02:17:10] "POST /access-control-lists HTTP/1.1" 200 571 0.069324 [Introspect:8084]10.0.0.17 - - [2024-10-28 02:17:10] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001359 10.0.0.17 - - [2024-10-28 02:17:11] "POST /fqname-to-id HTTP/1.1" 404 199 0.022727 10.0.0.17 - - [2024-10-28 02:17:11] "GET /projects?obj_uuids=ccea0514-2bae-40a2-84fe-22d2014d3dde&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002679 10.0.0.17 - - [2024-10-28 02:17:11] "GET /domains?obj_uuids=e92f8937-f54d-44e7-9020-3c14a03f7680&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002029 10.0.0.17 - - [2024-10-28 02:17:11] "GET /domain/e92f8937-f54d-44e7-9020-3c14a03f7680?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.012677 10.0.0.17 - - [2024-10-28 02:17:11] "POST /id-to-fqname HTTP/1.1" 200 201 0.001320 10.0.0.17 - - [2024-10-28 02:17:11] "POST /fqname-to-id HTTP/1.1" 404 210 0.007193 10.0.0.17 - - [2024-10-28 02:17:11] "POST /security-groups HTTP/1.1" 200 602 0.076818 10.0.0.17 - - [2024-10-28 02:17:11] "POST /fqname-to-id HTTP/1.1" 404 245 0.004702 10.0.0.17 - - [2024-10-28 02:17:11] "POST /projects HTTP/1.1" 200 607 0.256084 10.0.0.17 - - [2024-10-28 02:17:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.327091 10.0.0.17 - - [2024-10-28 02:17:11] "POST /access-control-lists HTTP/1.1" 200 607 0.071394 10.0.0.17 - - [2024-10-28 02:17:11] "POST /fqname-to-id HTTP/1.1" 404 244 0.002560 10.0.0.17 - - [2024-10-28 02:17:11] "GET /project/ccea0514-2bae-40a2-84fe-22d2014d3dde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.470463 10.0.0.17 - - [2024-10-28 02:17:11] "POST /access-control-lists HTTP/1.1" 200 605 0.060763 10.0.0.17 - - [2024-10-28 02:17:12] "GET / HTTP/1.1" 200 35931 0.002368 10.0.0.17 - - [2024-10-28 02:17:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000631 10.0.0.17 - - [2024-10-28 02:17:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.059358 10.0.0.17 - - [2024-10-28 02:17:13] "GET /projects?obj_uuids=ccea0514-2bae-40a2-84fe-22d2014d3dde&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001207 10.0.0.17 - - [2024-10-28 02:17:13] "GET /project/ccea0514-2bae-40a2-84fe-22d2014d3dde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.037518 10.0.0.17 - - [2024-10-28 02:17:13] "POST /neutron/network HTTP/1.1" 200 117 0.046520 10.0.0.17 - - [2024-10-28 02:17:14] "GET /projects?obj_uuids=ccea0514-2bae-40a2-84fe-22d2014d3dde&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001650 10.0.0.17 - - [2024-10-28 02:17:14] "POST /neutron/network HTTP/1.1" 200 620 0.100180 10.0.0.17 - - [2024-10-28 02:17:14] "POST /route-targets HTTP/1.1" 200 327 0.014616 10.0.0.17 - - [2024-10-28 02:17:14] "POST /ref-update HTTP/1.1" 200 156 0.018733 10.0.0.17 - - [2024-10-28 02:17:14] "POST /useragent-kv HTTP/1.1" 200 115 0.004738 10.0.0.17 - - [2024-10-28 02:17:14] "POST /neutron/subnet HTTP/1.1" 200 734 0.196379 10.0.0.17 - - [2024-10-28 02:17:14] "POST /neutron/network HTTP/1.1" 200 841 0.006177 10.0.0.17 - - [2024-10-28 02:17:14] "POST /id-to-fqname HTTP/1.1" 200 233 0.002664 10.0.0.17 - - [2024-10-28 02:17:14] "GET /virtual-network/c72b32c9-f6a4-412e-911f-5034379c62a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.009764 10.0.0.17 - - [2024-10-28 02:17:14] "POST /neutron/network HTTP/1.1" 200 841 0.006531 10.0.0.17 - - [2024-10-28 02:17:14] "GET /virtual-network/c72b32c9-f6a4-412e-911f-5034379c62a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.009448 10.0.0.17 - - [2024-10-28 02:17:14] "POST /neutron/network HTTP/1.1" 200 841 0.013783 10.0.0.17 - - [2024-10-28 02:17:14] "POST /neutron/subnet HTTP/1.1" 200 734 0.009715 10.0.0.17 - - [2024-10-28 02:17:14] "GET /domains HTTP/1.1" 401 292 0.000464 10.0.0.17 - - [2024-10-28 02:17:14] "GET /domains HTTP/1.1" 200 280 0.033877 10.0.0.17 - - [2024-10-28 02:17:14] "GET /domains?obj_uuids=e92f8937-f54d-44e7-9020-3c14a03f7680&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001194 10.0.0.17 - - [2024-10-28 02:17:14] "GET /domain/e92f8937-f54d-44e7-9020-3c14a03f7680 HTTP/1.1" 200 2585 0.014929 10.0.0.17 - - [2024-10-28 02:17:14] "GET /projects?obj_uuids=ccea0514-2bae-40a2-84fe-22d2014d3dde&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001146 10.0.0.17 - - [2024-10-28 02:17:15] "GET /project/ccea0514-2bae-40a2-84fe-22d2014d3dde HTTP/1.1" 200 2178 0.097971 10.0.0.17 - - [2024-10-28 02:17:15] "GET /virtual-network/c72b32c9-f6a4-412e-911f-5034379c62a9 HTTP/1.1" 200 2349 0.014128 10.0.0.17 - - [2024-10-28 02:17:15] "GET /virtual-network/c72b32c9-f6a4-412e-911f-5034379c62a9 HTTP/1.1" 200 2349 0.013001 10.0.0.17 - - [2024-10-28 02:17:15] "GET /routing-instance/971cbdc4-4018-44c2-b291-bf18ff19115b HTTP/1.1" 200 1495 0.004361 10.0.0.17 - - [2024-10-28 02:17:15] "GET /routing-instance/971cbdc4-4018-44c2-b291-bf18ff19115b HTTP/1.1" 200 1495 0.004919 10.0.0.17 - - [2024-10-28 02:17:15] "GET /route-target/b21bcfa4-e255-4e05-b3a8-8dce2d97b620 HTTP/1.1" 200 1220 0.006525 10.0.0.17 - - [2024-10-28 02:17:15] "GET /virtual-network/c72b32c9-f6a4-412e-911f-5034379c62a9 HTTP/1.1" 200 2349 0.013726 10.0.0.17 - - [2024-10-28 02:17:15] "GET /routing-instance/971cbdc4-4018-44c2-b291-bf18ff19115b HTTP/1.1" 200 1495 0.004762 10.0.0.17 - - [2024-10-28 02:17:15] "GET /virtual-network/c72b32c9-f6a4-412e-911f-5034379c62a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.009278 10.0.0.17 - - [2024-10-28 02:17:15] "GET /virtual-network/c72b32c9-f6a4-412e-911f-5034379c62a9 HTTP/1.1" 200 2349 0.010490 10.0.0.17 - - [2024-10-28 02:17:15] "GET /routing-instance/971cbdc4-4018-44c2-b291-bf18ff19115b HTTP/1.1" 200 1495 0.004337 10.0.0.17 - - [2024-10-28 02:17:15] "GET /routing-instance/971cbdc4-4018-44c2-b291-bf18ff19115b HTTP/1.1" 200 1495 0.003881 10.0.0.17 - - [2024-10-28 02:17:15] "GET /route-target/b21bcfa4-e255-4e05-b3a8-8dce2d97b620 HTTP/1.1" 200 1220 0.003301 10.0.0.17 - - [2024-10-28 02:17:15] "GET /domains HTTP/1.1" 200 280 0.002735 10.0.0.17 - - [2024-10-28 02:17:15] "GET /domains?obj_uuids=e92f8937-f54d-44e7-9020-3c14a03f7680&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001130 10.0.0.17 - - [2024-10-28 02:17:15] "GET /domain/e92f8937-f54d-44e7-9020-3c14a03f7680 HTTP/1.1" 200 2585 0.009131 10.0.0.17 - - [2024-10-28 02:17:15] "GET /projects?obj_uuids=ccea0514-2bae-40a2-84fe-22d2014d3dde&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001456 10.0.0.17 - - [2024-10-28 02:17:15] "GET /project/ccea0514-2bae-40a2-84fe-22d2014d3dde HTTP/1.1" 200 2178 0.076619 10.0.0.17 - - [2024-10-28 02:17:15] "GET /virtual-network/c72b32c9-f6a4-412e-911f-5034379c62a9 HTTP/1.1" 200 2349 0.009191 10.0.0.17 - - [2024-10-28 02:17:15] "GET /obj-perms HTTP/1.1" 200 5052 0.055819 10.0.0.17 - - [2024-10-28 02:17:15] "POST /id-to-fqname HTTP/1.1" 200 233 0.001484 10.0.0.17 - - [2024-10-28 02:17:17] "POST /neutron/network HTTP/1.1" 200 851 0.006341 10.0.0.17 - - [2024-10-28 02:17:17] "GET /aaa-mode HTTP/1.1" 401 292 0.000534 10.0.0.17 - - [2024-10-28 02:17:17] "GET / HTTP/1.1" 200 35931 0.002070 10.0.0.17 - - [2024-10-28 02:17:17] "GET /project/ccea0514-2bae-40a2-84fe-22d2014d3dde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000465 10.0.0.17 - - [2024-10-28 02:17:18] "GET /projects?obj_uuids=ccea0514-2bae-40a2-84fe-22d2014d3dde&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001251 10.0.0.17 - - [2024-10-28 02:17:18] "GET /project/ccea0514-2bae-40a2-84fe-22d2014d3dde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.085083 10.0.0.17 - - [2024-10-28 02:17:18] "POST /neutron/network HTTP/1.1" 200 841 0.034899 10.0.0.17 - - [2024-10-28 02:17:18] "POST /neutron/port HTTP/1.1" 200 117 0.005453 10.0.0.17 - - [2024-10-28 02:17:19] "POST /neutron/port HTTP/1.1" 200 117 0.005524 10.0.0.17 - - [2024-10-28 02:17:19] "POST /neutron/port HTTP/1.1" 200 117 0.006392 10.0.0.17 - - [2024-10-28 02:17:20] "POST /neutron/network HTTP/1.1" 200 851 0.006470 10.0.0.17 - - [2024-10-28 02:17:20] "GET /projects?obj_uuids=ccea0514-2bae-40a2-84fe-22d2014d3dde&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001215 10.0.0.17 - - [2024-10-28 02:17:20] "POST /neutron/port HTTP/1.1" 200 1073 0.228136 10.0.0.17 - - [2024-10-28 02:17:20] "POST /neutron/port HTTP/1.1" 200 1073 0.038426 10.0.0.17 - - [2024-10-28 02:17:20] "POST /neutron/port HTTP/1.1" 200 1073 0.013532 10.0.0.17 - - [2024-10-28 02:17:21] "POST /neutron/port HTTP/1.1" 200 1127 0.079110 10.0.0.17 - - [2024-10-28 02:17:21] "POST /neutron/port HTTP/1.1" 200 1101 0.013872 10.0.0.17 - - [2024-10-28 02:17:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002833 10.0.0.17 - - [2024-10-28 02:17:21] "POST /neutron/subnet HTTP/1.1" 200 708 0.010619 10.0.0.17 - - [2024-10-28 02:17:21] "POST /neutron/port HTTP/1.1" 200 117 0.001265 10.0.0.17 - - [2024-10-28 02:17:21] "POST /neutron/network HTTP/1.1" 200 841 0.007131 10.0.0.17 - - [2024-10-28 02:17:24] "POST /neutron/port HTTP/1.1" 200 1101 0.019266 10.0.0.17 - - [2024-10-28 02:17:24] "POST /neutron/security_group HTTP/1.1" 200 2069 0.007128 10.0.0.17 - - [2024-10-28 02:17:24] "GET /obj-perms HTTP/1.1" 200 5052 0.003711 10.0.0.17 - - [2024-10-28 02:17:25] "GET /obj-perms HTTP/1.1" 200 5052 0.003414 10.0.0.17 - - [2024-10-28 02:17:26] "GET /obj-perms HTTP/1.1" 200 5052 0.003200 10.0.0.17 - - [2024-10-28 02:17:27] "GET /obj-perms HTTP/1.1" 200 5052 0.003863 10.0.0.17 - - [2024-10-28 02:17:28] "GET /obj-perms HTTP/1.1" 200 5052 0.003559 10.0.0.17 - - [2024-10-28 02:17:29] "POST /neutron/network HTTP/1.1" 200 841 0.008523 10.0.0.17 - - [2024-10-28 02:17:29] "POST /neutron/network HTTP/1.1" 400 204 0.014408 10.0.0.17 - - [2024-10-28 02:17:30] "POST /neutron/port HTTP/1.1" 200 1101 0.016433 10.0.0.17 - - [2024-10-28 02:17:30] "POST /neutron/port HTTP/1.1" 200 1127 0.024376 10.0.0.17 - - [2024-10-28 02:17:30] "POST /neutron/port HTTP/1.1" 200 151 0.159216 10.0.0.17 - - [2024-10-28 02:17:31] "POST /neutron/network HTTP/1.1" 200 841 0.006800 10.0.0.17 - - [2024-10-28 02:17:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437 10.0.0.17 - - [2024-10-28 02:17:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002543 10.0.0.17 - - [2024-10-28 02:17:31] "POST /useragent-kv HTTP/1.1" 200 115 0.001177 10.0.0.17 - - [2024-10-28 02:17:31] "POST /neutron/network HTTP/1.1" 200 151 0.098848 10.0.0.17 - - [2024-10-28 02:17:31] "GET /routing-instance/971cbdc4-4018-44c2-b291-bf18ff19115b HTTP/1.1" 404 171 0.002583 10.0.0.17 - - [2024-10-28 02:17:31] "DELETE /route-target/b21bcfa4-e255-4e05-b3a8-8dce2d97b620 HTTP/1.1" 200 115 0.032035 10.0.0.17 - - [2024-10-28 02:17:31] "GET /domains HTTP/1.1" 200 280 0.002346 10.0.0.17 - - [2024-10-28 02:17:31] "GET /domains?obj_uuids=e92f8937-f54d-44e7-9020-3c14a03f7680&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001290 10.0.0.17 - - [2024-10-28 02:17:31] "GET /domain/e92f8937-f54d-44e7-9020-3c14a03f7680 HTTP/1.1" 200 2585 0.049886 10.0.0.17 - - [2024-10-28 02:17:31] "GET /projects?obj_uuids=ccea0514-2bae-40a2-84fe-22d2014d3dde&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001306 10.0.0.17 - - [2024-10-28 02:17:31] "GET /project/ccea0514-2bae-40a2-84fe-22d2014d3dde HTTP/1.1" 200 1928 0.080884 10.0.0.17 - - [2024-10-28 02:17:32] "GET /projects?obj_uuids=ccea0514-2bae-40a2-84fe-22d2014d3dde&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001256 10.0.0.17 - - [2024-10-28 02:17:32] "GET /project/ccea0514-2bae-40a2-84fe-22d2014d3dde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.039105 10.0.0.17 - - [2024-10-28 02:17:32] "GET /projects?obj_uuids=ccea0514-2bae-40a2-84fe-22d2014d3dde&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001159 10.0.0.17 - - [2024-10-28 02:17:32] "GET /project/ccea0514-2bae-40a2-84fe-22d2014d3dde?fields=virtual_networks HTTP/1.1" 200 1064 0.039116 10.0.0.17 - - [2024-10-28 02:17:32] "GET /projects?obj_uuids=ccea0514-2bae-40a2-84fe-22d2014d3dde&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001203 10.0.0.17 - - [2024-10-28 02:17:32] "GET /project/ccea0514-2bae-40a2-84fe-22d2014d3dde?fields=virtual_machine_interfaces HTTP/1.1" 200 1064 0.035498 10.0.0.17 - - [2024-10-28 02:17:32] "GET /projects?obj_uuids=ccea0514-2bae-40a2-84fe-22d2014d3dde&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001164 10.0.0.17 - - [2024-10-28 02:17:32] "GET /project/ccea0514-2bae-40a2-84fe-22d2014d3dde?fields=security_groups HTTP/1.1" 200 1301 0.037411 10.0.0.17 - - [2024-10-28 02:17:33] "POST /fqname-to-id HTTP/1.1" 404 200 0.025974 10.0.0.17 - - [2024-10-28 02:17:33] "GET /projects?obj_uuids=a4bf75a9-f521-45ad-b212-58afb7670731&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002593 10.0.0.17 - - [2024-10-28 02:17:33] "GET /domains?obj_uuids=e92f8937-f54d-44e7-9020-3c14a03f7680&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001250 10.0.0.17 - - [2024-10-28 02:17:33] "GET /domain/e92f8937-f54d-44e7-9020-3c14a03f7680?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010117 10.0.0.17 - - [2024-10-28 02:17:33] "POST /id-to-fqname HTTP/1.1" 200 202 0.003325 10.0.0.17 - - [2024-10-28 02:17:33] "POST /fqname-to-id HTTP/1.1" 404 211 0.002920 10.0.0.17 - - [2024-10-28 02:17:33] "POST /security-groups HTTP/1.1" 200 603 0.064674 10.0.0.17 - - [2024-10-28 02:17:33] "POST /fqname-to-id HTTP/1.1" 404 246 0.002937 10.0.0.17 - - [2024-10-28 02:17:33] "POST /projects HTTP/1.1" 200 609 0.232136 10.0.0.17 - - [2024-10-28 02:17:33] "POST /access-control-lists HTTP/1.1" 200 608 0.060951 10.0.0.17 - - [2024-10-28 02:17:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.312463 10.0.0.17 - - [2024-10-28 02:17:33] "POST /fqname-to-id HTTP/1.1" 404 245 0.002803 10.0.0.17 - - [2024-10-28 02:17:33] "GET /project/a4bf75a9-f521-45ad-b212-58afb7670731?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.451628 10.0.0.17 - - [2024-10-28 02:17:33] "POST /access-control-lists HTTP/1.1" 200 606 0.064172 10.0.0.17 - - [2024-10-28 02:17:34] "GET / HTTP/1.1" 200 35931 0.002190 10.0.0.17 - - [2024-10-28 02:17:34] "DELETE /project/a21a527c1c464fb7a2b2422c9443a76f HTTP/1.1" 404 173 0.009057 10.0.0.17 - - [2024-10-28 02:17:34] "DELETE /project/a4bf75a9f52145adb21258afb7670731 HTTP/1.1" 404 173 0.006957 10.0.0.17 - - [2024-10-28 02:17:34] "DELETE /project/ccea05142bae40a284fe22d2014d3dde HTTP/1.1" 404 173 0.005993 10.0.0.17 - - [2024-10-28 02:17:34] "GET /projects?obj_uuids=ccea0514-2bae-40a2-84fe-22d2014d3dde&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001019 10.0.0.17 - - [2024-10-28 02:17:34] "GET /project/ccea0514-2bae-40a2-84fe-22d2014d3dde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1522 0.034903 10.0.0.17 - - [2024-10-28 02:17:34] "GET /projects?obj_uuids=ccea0514-2bae-40a2-84fe-22d2014d3dde&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001673 10.0.0.17 - - [2024-10-28 02:17:34] "GET /project/ccea0514-2bae-40a2-84fe-22d2014d3dde?fields=security_groups HTTP/1.1" 200 1406 0.059574 10.0.0.17 - - [2024-10-28 02:17:34] "DELETE /security-group/8447fd4d-2471-4be6-b155-8bfa218fc4d9 HTTP/1.1" 200 115 0.044761 10.0.0.17 - - [2024-10-28 02:17:34] "GET /projects?obj_uuids=ccea0514-2bae-40a2-84fe-22d2014d3dde&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001810 10.0.0.17 - - [2024-10-28 02:17:34] "DELETE /access-control-list/fa3d6903-7235-40db-abf1-29ba7aaad83e HTTP/1.1" 200 115 0.046542 10.0.0.17 - - [2024-10-28 02:17:35] "GET /project/ccea0514-2bae-40a2-84fe-22d2014d3dde?fields=application_policy_sets HTTP/1.1" 200 1445 0.050806 10.0.0.17 - - [2024-10-28 02:17:35] "DELETE /access-control-list/450dee2d-e5d1-425f-8b12-2da4b7600839 HTTP/1.1" 200 115 0.059178 10.0.0.17 - - [2024-10-28 02:17:35] "DELETE /project/ccea0514-2bae-40a2-84fe-22d2014d3dde HTTP/1.1" 200 115 0.360602 10.0.0.17 - - [2024-10-28 02:17:35] "GET /projects?obj_uuids=a21a527c-1c46-4fb7-a2b2-422c9443a76f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001188 10.0.0.17 - - [2024-10-28 02:17:35] "GET /project/a21a527c-1c46-4fb7-a2b2-422c9443a76f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1282 0.032442 10.0.0.17 - - [2024-10-28 02:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004215 10.0.0.17 - - [2024-10-28 02:17:35] "GET /security-group/f397e1e9-15e9-4ad6-b57c-ef0f173c4c05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3696 0.006159 10.0.0.17 - - [2024-10-28 02:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.17 - - [2024-10-28 02:17:36] "GET /projects?obj_uuids=a21a527c-1c46-4fb7-a2b2-422c9443a76f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001447 10.0.0.17 - - [2024-10-28 02:17:36] "GET /project/a21a527c-1c46-4fb7-a2b2-422c9443a76f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1282 0.032341 10.0.0.17 - - [2024-10-28 02:17:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.17 - - [2024-10-28 02:17:36] "GET /security-group/f397e1e9-15e9-4ad6-b57c-ef0f173c4c05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3696 0.005112 10.0.0.17 - - [2024-10-28 02:17:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.17 - - [2024-10-28 02:17:36] "PUT /security-group/f397e1e9-15e9-4ad6-b57c-ef0f173c4c05 HTTP/1.1" 200 262 0.014751 10.0.0.17 - - [2024-10-28 02:17:36] "PUT /access-control-list/307ece60-758e-4c68-a1e9-0d4390ab8f35 HTTP/1.1" 200 272 0.010133 10.0.0.17 - - [2024-10-28 02:17:36] "PUT /access-control-list/eaf92a69-2962-4fe3-a7b5-dab8fd9fbbcb HTTP/1.1" 200 272 0.013908 10.0.0.17 - - [2024-10-28 02:17:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000520 10.0.0.17 - - [2024-10-28 02:17:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.059954 10.0.0.17 - - [2024-10-28 02:17:36] "GET /projects?obj_uuids=a4bf75a9-f521-45ad-b212-58afb7670731&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001108 10.0.0.17 - - [2024-10-28 02:17:36] "GET /project/a4bf75a9-f521-45ad-b212-58afb7670731?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.037629 10.0.0.17 - - [2024-10-28 02:17:36] "POST /neutron/network HTTP/1.1" 200 117 0.032375 10.0.0.17 - - [2024-10-28 02:17:37] "GET /projects?obj_uuids=a4bf75a9-f521-45ad-b212-58afb7670731&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001348 10.0.0.17 - - [2024-10-28 02:17:37] "POST /neutron/network HTTP/1.1" 200 619 0.087940 10.0.0.17 - - [2024-10-28 02:17:37] "POST /route-targets HTTP/1.1" 200 327 0.012940 10.0.0.17 - - [2024-10-28 02:17:37] "POST /ref-update HTTP/1.1" 200 156 0.014354 10.0.0.17 - - [2024-10-28 02:17:37] "POST /useragent-kv HTTP/1.1" 200 115 0.004426 10.0.0.17 - - [2024-10-28 02:17:37] "POST /neutron/subnet HTTP/1.1" 200 719 0.177779 10.0.0.17 - - [2024-10-28 02:17:37] "POST /neutron/network HTTP/1.1" 200 837 0.006091 10.0.0.17 - - [2024-10-28 02:17:37] "POST /id-to-fqname HTTP/1.1" 200 233 0.001371 10.0.0.17 - - [2024-10-28 02:17:37] "GET /virtual-network/8a0c1373-31ed-4775-8582-c99588421ec6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.008914 10.0.0.17 - - [2024-10-28 02:17:37] "POST /neutron/network HTTP/1.1" 200 837 0.006513 10.0.0.17 - - [2024-10-28 02:17:37] "GET /virtual-network/8a0c1373-31ed-4775-8582-c99588421ec6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.009175 10.0.0.17 - - [2024-10-28 02:17:37] "POST /neutron/network HTTP/1.1" 200 837 0.005746 10.0.0.17 - - [2024-10-28 02:17:37] "POST /neutron/subnet HTTP/1.1" 200 719 0.009056 10.0.0.17 - - [2024-10-28 02:17:37] "GET /domains HTTP/1.1" 401 292 0.000629 10.0.0.17 - - [2024-10-28 02:17:37] "GET /domains HTTP/1.1" 200 280 0.030235 10.0.0.17 - - [2024-10-28 02:17:37] "GET /domains?obj_uuids=e92f8937-f54d-44e7-9020-3c14a03f7680&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001192 10.0.0.17 - - [2024-10-28 02:17:37] "GET /domain/e92f8937-f54d-44e7-9020-3c14a03f7680 HTTP/1.1" 200 2586 0.009559 10.0.0.17 - - [2024-10-28 02:17:37] "GET /projects?obj_uuids=a4bf75a9-f521-45ad-b212-58afb7670731&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001155 10.0.0.17 - - [2024-10-28 02:17:37] "GET /project/a4bf75a9-f521-45ad-b212-58afb7670731 HTTP/1.1" 200 2185 0.086993 10.0.0.17 - - [2024-10-28 02:17:37] "GET /virtual-network/8a0c1373-31ed-4775-8582-c99588421ec6 HTTP/1.1" 200 2336 0.012311 10.0.0.17 - - [2024-10-28 02:17:37] "GET /virtual-network/8a0c1373-31ed-4775-8582-c99588421ec6 HTTP/1.1" 200 2336 0.009619 10.0.0.17 - - [2024-10-28 02:17:37] "GET /routing-instance/d7ef7c0a-c04e-46a9-8132-01f2dc2c84fe HTTP/1.1" 200 1491 0.004399 10.0.0.17 - - [2024-10-28 02:17:37] "GET /routing-instance/d7ef7c0a-c04e-46a9-8132-01f2dc2c84fe HTTP/1.1" 200 1491 0.004238 10.0.0.17 - - [2024-10-28 02:17:37] "GET /route-target/32df5a4f-7aef-4503-90fc-1fc01570685d HTTP/1.1" 200 1218 0.003821 10.0.0.17 - - [2024-10-28 02:17:38] "GET /virtual-network/8a0c1373-31ed-4775-8582-c99588421ec6 HTTP/1.1" 200 2336 0.008788 10.0.0.17 - - [2024-10-28 02:17:38] "GET /routing-instance/d7ef7c0a-c04e-46a9-8132-01f2dc2c84fe HTTP/1.1" 200 1491 0.005002 10.0.0.17 - - [2024-10-28 02:17:38] "GET /virtual-network/8a0c1373-31ed-4775-8582-c99588421ec6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.009314 10.0.0.17 - - [2024-10-28 02:17:38] "GET /virtual-network/8a0c1373-31ed-4775-8582-c99588421ec6 HTTP/1.1" 200 2336 0.012411 10.0.0.17 - - [2024-10-28 02:17:38] "GET /routing-instance/d7ef7c0a-c04e-46a9-8132-01f2dc2c84fe HTTP/1.1" 200 1491 0.005249 10.0.0.17 - - [2024-10-28 02:17:38] "GET /routing-instance/d7ef7c0a-c04e-46a9-8132-01f2dc2c84fe HTTP/1.1" 200 1491 0.004396 10.0.0.17 - - [2024-10-28 02:17:38] "GET /route-target/32df5a4f-7aef-4503-90fc-1fc01570685d HTTP/1.1" 200 1218 0.003490 10.0.0.17 - - [2024-10-28 02:17:38] "GET /domains HTTP/1.1" 200 280 0.003163 10.0.0.17 - - [2024-10-28 02:17:38] "GET /domains?obj_uuids=e92f8937-f54d-44e7-9020-3c14a03f7680&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001321 10.0.0.17 - - [2024-10-28 02:17:38] "GET /domain/e92f8937-f54d-44e7-9020-3c14a03f7680 HTTP/1.1" 200 2586 0.009394 10.0.0.17 - - [2024-10-28 02:17:38] "GET /projects?obj_uuids=a4bf75a9-f521-45ad-b212-58afb7670731&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001228 10.0.0.17 - - [2024-10-28 02:17:38] "GET /project/a4bf75a9-f521-45ad-b212-58afb7670731 HTTP/1.1" 200 2185 0.082145 10.0.0.17 - - [2024-10-28 02:17:38] "GET /virtual-network/8a0c1373-31ed-4775-8582-c99588421ec6 HTTP/1.1" 200 2336 0.009187 10.0.0.17 - - [2024-10-28 02:17:38] "GET /obj-perms HTTP/1.1" 200 5054 0.053612 10.0.0.17 - - [2024-10-28 02:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962 10.0.0.17 - - [2024-10-28 02:17:38] "GET /projects?obj_uuids=a4bf75a9-f521-45ad-b212-58afb7670731&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001775 10.0.0.17 - - [2024-10-28 02:17:38] "GET /project/a4bf75a9-f521-45ad-b212-58afb7670731?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.061897 10.0.0.17 - - [2024-10-28 02:17:38] "POST /neutron/network HTTP/1.1" 200 117 0.014156 10.0.0.17 - - [2024-10-28 02:17:38] "GET /projects?obj_uuids=a4bf75a9-f521-45ad-b212-58afb7670731&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001139 10.0.0.17 - - [2024-10-28 02:17:38] "POST /neutron/network HTTP/1.1" 200 619 0.086889 10.0.0.17 - - [2024-10-28 02:17:38] "POST /route-targets HTTP/1.1" 200 327 0.010133 10.0.0.17 - - [2024-10-28 02:17:38] "POST /ref-update HTTP/1.1" 200 156 0.021087 10.0.0.17 - - [2024-10-28 02:17:39] "POST /useragent-kv HTTP/1.1" 200 115 0.004436 10.0.0.17 - - [2024-10-28 02:17:39] "POST /neutron/subnet HTTP/1.1" 200 725 0.164995 10.0.0.17 - - [2024-10-28 02:17:39] "POST /neutron/network HTTP/1.1" 200 838 0.006075 10.0.0.17 - - [2024-10-28 02:17:39] "POST /id-to-fqname HTTP/1.1" 200 233 0.001425 10.0.0.17 - - [2024-10-28 02:17:39] "GET /virtual-network/0e927906-d246-48e5-8e5d-a117a3bfec0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.009500 10.0.0.17 - - [2024-10-28 02:17:39] "POST /neutron/network HTTP/1.1" 200 838 0.008255 10.0.0.17 - - [2024-10-28 02:17:39] "GET /virtual-network/0e927906-d246-48e5-8e5d-a117a3bfec0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.026495 10.0.0.17 - - [2024-10-28 02:17:39] "POST /neutron/network HTTP/1.1" 200 838 0.006292 10.0.0.17 - - [2024-10-28 02:17:39] "POST /neutron/subnet HTTP/1.1" 200 725 0.008895 10.0.0.17 - - [2024-10-28 02:17:39] "GET /domains HTTP/1.1" 200 280 0.002720 10.0.0.17 - - [2024-10-28 02:17:39] "GET /domains?obj_uuids=e92f8937-f54d-44e7-9020-3c14a03f7680&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001071 10.0.0.17 - - [2024-10-28 02:17:39] "GET /domain/e92f8937-f54d-44e7-9020-3c14a03f7680 HTTP/1.1" 200 2586 0.008025 10.0.0.17 - - [2024-10-28 02:17:39] "GET /projects?obj_uuids=a4bf75a9-f521-45ad-b212-58afb7670731&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000988 10.0.0.17 - - [2024-10-28 02:17:39] "GET /project/a4bf75a9-f521-45ad-b212-58afb7670731 HTTP/1.1" 200 2413 0.080246 10.0.0.17 - - [2024-10-28 02:17:39] "GET /virtual-network/0e927906-d246-48e5-8e5d-a117a3bfec0c HTTP/1.1" 200 2340 0.010155 10.0.0.17 - - [2024-10-28 02:17:39] "GET /virtual-network/0e927906-d246-48e5-8e5d-a117a3bfec0c HTTP/1.1" 200 2340 0.008112 10.0.0.17 - - [2024-10-28 02:17:39] "GET /routing-instance/35eeb93a-eeff-48dd-ab80-68f23855cfe8 HTTP/1.1" 200 1491 0.005906 10.0.0.17 - - [2024-10-28 02:17:39] "GET /routing-instance/35eeb93a-eeff-48dd-ab80-68f23855cfe8 HTTP/1.1" 200 1491 0.004843 10.0.0.17 - - [2024-10-28 02:17:39] "GET /route-target/9184fb8a-fcdd-40c0-ab34-fbcb39f36273 HTTP/1.1" 200 1219 0.003940 10.0.0.17 - - [2024-10-28 02:17:39] "GET /virtual-network/0e927906-d246-48e5-8e5d-a117a3bfec0c HTTP/1.1" 200 2340 0.008782 10.0.0.17 - - [2024-10-28 02:17:39] "GET /routing-instance/35eeb93a-eeff-48dd-ab80-68f23855cfe8 HTTP/1.1" 200 1491 0.004575 10.0.0.17 - - [2024-10-28 02:17:39] "GET /virtual-network/0e927906-d246-48e5-8e5d-a117a3bfec0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.008995 10.0.0.17 - - [2024-10-28 02:17:39] "GET /virtual-network/0e927906-d246-48e5-8e5d-a117a3bfec0c HTTP/1.1" 200 2340 0.009077 10.0.0.17 - - [2024-10-28 02:17:39] "GET /routing-instance/35eeb93a-eeff-48dd-ab80-68f23855cfe8 HTTP/1.1" 200 1491 0.004962 10.0.0.17 - - [2024-10-28 02:17:39] "GET /routing-instance/35eeb93a-eeff-48dd-ab80-68f23855cfe8 HTTP/1.1" 200 1491 0.004665 10.0.0.17 - - [2024-10-28 02:17:39] "GET /route-target/9184fb8a-fcdd-40c0-ab34-fbcb39f36273 HTTP/1.1" 200 1219 0.002989 10.0.0.17 - - [2024-10-28 02:17:39] "GET /domains HTTP/1.1" 200 280 0.003863 10.0.0.17 - - [2024-10-28 02:17:39] "GET /domains?obj_uuids=e92f8937-f54d-44e7-9020-3c14a03f7680&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001671 10.0.0.17 - - [2024-10-28 02:17:39] "GET /domain/e92f8937-f54d-44e7-9020-3c14a03f7680 HTTP/1.1" 200 2586 0.011953 10.0.0.17 - - [2024-10-28 02:17:39] "GET /projects?obj_uuids=a4bf75a9-f521-45ad-b212-58afb7670731&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001695 10.0.0.17 - - [2024-10-28 02:17:39] "GET /project/a4bf75a9-f521-45ad-b212-58afb7670731 HTTP/1.1" 200 2413 0.087198 10.0.0.17 - - [2024-10-28 02:17:39] "GET /virtual-network/0e927906-d246-48e5-8e5d-a117a3bfec0c HTTP/1.1" 200 2340 0.014188 10.0.0.17 - - [2024-10-28 02:17:39] "GET /obj-perms HTTP/1.1" 200 5054 0.004107 10.0.0.17 - - [2024-10-28 02:17:39] "POST /id-to-fqname HTTP/1.1" 200 233 0.001535 10.0.0.17 - - [2024-10-28 02:17:39] "POST /neutron/network HTTP/1.1" 200 848 0.009203 10.0.0.17 - - [2024-10-28 02:17:39] "GET /aaa-mode HTTP/1.1" 401 292 0.000468 10.0.0.17 - - [2024-10-28 02:17:40] "GET / HTTP/1.1" 200 35931 0.002012 10.0.0.17 - - [2024-10-28 02:17:40] "GET /project/a4bf75a9-f521-45ad-b212-58afb7670731?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000465 10.0.0.17 - - [2024-10-28 02:17:40] "GET /projects?obj_uuids=a4bf75a9-f521-45ad-b212-58afb7670731&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001235 10.0.0.17 - - [2024-10-28 02:17:40] "GET /project/a4bf75a9-f521-45ad-b212-58afb7670731?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.157986 10.0.0.17 - - [2024-10-28 02:17:40] "GET /obj-perms HTTP/1.1" 200 5056 0.074060 10.0.0.17 - - [2024-10-28 02:17:40] "POST /neutron/network HTTP/1.1" 200 838 0.008811 10.0.0.17 - - [2024-10-28 02:17:40] "POST /neutron/port HTTP/1.1" 200 117 0.005523 10.0.0.17 - - [2024-10-28 02:17:40] "POST /neutron/port HTTP/1.1" 200 117 0.005138 10.0.0.17 - - [2024-10-28 02:17:40] "POST /id-to-fqname HTTP/1.1" 200 233 0.001860 10.0.0.17 - - [2024-10-28 02:17:40] "POST /neutron/port HTTP/1.1" 200 117 0.005051 10.0.0.17 - - [2024-10-28 02:17:41] "POST /neutron/network HTTP/1.1" 200 847 0.005561 10.0.0.17 - - [2024-10-28 02:17:41] "GET /obj-perms HTTP/1.1" 200 5056 0.051872 10.0.0.17 - - [2024-10-28 02:17:41] "GET /aaa-mode HTTP/1.1" 401 292 0.000406 10.0.0.17 - - [2024-10-28 02:17:41] "POST /neutron/network HTTP/1.1" 200 848 0.010002 10.0.0.17 - - [2024-10-28 02:17:41] "GET /projects?obj_uuids=a4bf75a9-f521-45ad-b212-58afb7670731&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002185 10.0.0.17 - - [2024-10-28 02:17:41] "GET / HTTP/1.1" 200 35931 0.002005 10.0.0.17 - - [2024-10-28 02:17:41] "GET /project/a4bf75a9-f521-45ad-b212-58afb7670731?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000600 10.0.0.17 - - [2024-10-28 02:17:41] "POST /neutron/port HTTP/1.1" 200 1072 0.263682 10.0.0.17 - - [2024-10-28 02:17:41] "POST /neutron/port HTTP/1.1" 200 1072 0.011395 10.0.0.17 - - [2024-10-28 02:17:41] "POST /neutron/port HTTP/1.1" 200 1072 0.014580 10.0.0.17 - - [2024-10-28 02:17:41] "POST /neutron/port HTTP/1.1" 200 1126 0.076493 10.0.0.17 - - [2024-10-28 02:17:41] "GET /projects?obj_uuids=a4bf75a9-f521-45ad-b212-58afb7670731&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001156 10.0.0.17 - - [2024-10-28 02:17:41] "POST /neutron/port HTTP/1.1" 200 1100 0.021897 10.0.0.17 - - [2024-10-28 02:17:41] "GET /project/a4bf75a9-f521-45ad-b212-58afb7670731?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.070234 10.0.0.17 - - [2024-10-28 02:17:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004755 10.0.0.17 - - [2024-10-28 02:17:41] "POST /neutron/network HTTP/1.1" 200 837 0.006353 10.0.0.17 - - [2024-10-28 02:17:41] "POST /neutron/subnet HTTP/1.1" 200 699 0.011864 10.0.0.17 - - [2024-10-28 02:17:41] "POST /neutron/port HTTP/1.1" 200 117 0.001253 10.0.0.17 - - [2024-10-28 02:17:41] "POST /neutron/network HTTP/1.1" 200 838 0.005920 10.0.0.17 - - [2024-10-28 02:17:42] "POST /neutron/port HTTP/1.1" 200 1100 0.023077 10.0.0.17 - - [2024-10-28 02:17:42] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006687 10.0.0.17 - - [2024-10-28 02:17:42] "POST /neutron/port HTTP/1.1" 200 117 0.006643 10.0.0.17 - - [2024-10-28 02:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003143 10.0.0.17 - - [2024-10-28 02:17:42] "GET /projects?obj_uuids=a4bf75a9-f521-45ad-b212-58afb7670731&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001377 10.0.0.17 - - [2024-10-28 02:17:42] "GET /project/a4bf75a9-f521-45ad-b212-58afb7670731?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.066693 10.0.0.17 - - [2024-10-28 02:17:42] "GET /virtual-network/8a0c1373-31ed-4775-8582-c99588421ec6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.010888 10.0.0.17 - - [2024-10-28 02:17:42] "GET /floating-ip-pools?parent_id=8a0c1373-31ed-4775-8582-c99588421ec6&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003934 10.0.0.17 - - [2024-10-28 02:17:42] "GET /virtual-network/8a0c1373-31ed-4775-8582-c99588421ec6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.009740 10.0.0.17 - - [2024-10-28 02:17:42] "POST /floating-ip-pools HTTP/1.1" 200 609 0.022329 10.0.0.17 - - [2024-10-28 02:17:42] "POST /neutron/network HTTP/1.1" 200 847 0.006577 10.0.0.17 - - [2024-10-28 02:17:42] "POST /ref-update HTTP/1.1" 200 156 0.015183 10.0.0.17 - - [2024-10-28 02:17:42] "GET /projects?obj_uuids=a4bf75a9-f521-45ad-b212-58afb7670731&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001169 10.0.0.17 - - [2024-10-28 02:17:42] "GET /virtual-network/8a0c1373-31ed-4775-8582-c99588421ec6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.008977 10.0.0.17 - - [2024-10-28 02:17:42] "GET /domains HTTP/1.1" 200 280 0.002683 10.0.0.17 - - [2024-10-28 02:17:42] "GET /domains?obj_uuids=e92f8937-f54d-44e7-9020-3c14a03f7680&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002471 10.0.0.17 - - [2024-10-28 02:17:42] "GET /domain/e92f8937-f54d-44e7-9020-3c14a03f7680 HTTP/1.1" 200 2586 0.022049 10.0.0.17 - - [2024-10-28 02:17:42] "GET /projects?obj_uuids=a4bf75a9-f521-45ad-b212-58afb7670731&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002079 10.0.0.17 - - [2024-10-28 02:17:42] "GET /project/a4bf75a9-f521-45ad-b212-58afb7670731 HTTP/1.1" 200 3255 0.085203 10.0.0.17 - - [2024-10-28 02:17:42] "GET /virtual-network/8a0c1373-31ed-4775-8582-c99588421ec6 HTTP/1.1" 200 2927 0.072737 10.0.0.17 - - [2024-10-28 02:17:42] "GET /floating-ip-pool/ae359cfe-e212-44a8-81cf-2502d8a40129 HTTP/1.1" 200 1441 0.005377 10.0.0.17 - - [2024-10-28 02:17:42] "GET /domains HTTP/1.1" 200 280 0.002387 10.0.0.17 - - [2024-10-28 02:17:42] "GET /domains?obj_uuids=e92f8937-f54d-44e7-9020-3c14a03f7680&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001634 10.0.0.17 - - [2024-10-28 02:17:42] "GET /domain/e92f8937-f54d-44e7-9020-3c14a03f7680 HTTP/1.1" 200 2586 0.014207 10.0.0.17 - - [2024-10-28 02:17:42] "GET /projects?obj_uuids=a4bf75a9-f521-45ad-b212-58afb7670731&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001280 10.0.0.17 - - [2024-10-28 02:17:42] "POST /neutron/port HTTP/1.1" 200 1071 0.374988 10.0.0.17 - - [2024-10-28 02:17:42] "POST /neutron/port HTTP/1.1" 200 1071 0.010702 10.0.0.17 - - [2024-10-28 02:17:42] "GET /project/a4bf75a9-f521-45ad-b212-58afb7670731 HTTP/1.1" 200 3255 0.092334 10.0.0.17 - - [2024-10-28 02:17:42] "POST /neutron/port HTTP/1.1" 200 1071 0.037688 10.0.0.17 - - [2024-10-28 02:17:42] "GET /virtual-network/8a0c1373-31ed-4775-8582-c99588421ec6 HTTP/1.1" 200 3148 0.014321 10.0.0.17 - - [2024-10-28 02:17:42] "GET /virtual-network/8a0c1373-31ed-4775-8582-c99588421ec6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.010014 10.0.0.17 - - [2024-10-28 02:17:43] "POST /neutron/port HTTP/1.1" 200 1125 0.113469 10.0.0.17 - - [2024-10-28 02:17:43] "POST /neutron/port HTTP/1.1" 200 1100 0.037388 10.0.0.17 - - [2024-10-28 02:17:43] "POST /neutron/security_group HTTP/1.1" 200 2070 0.013984 10.0.0.17 - - [2024-10-28 02:17:43] "POST /neutron/port HTTP/1.1" 200 1099 0.019358 10.0.0.17 - - [2024-10-28 02:17:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003800 10.0.0.17 - - [2024-10-28 02:17:43] "POST /neutron/port HTTP/1.1" 200 1100 0.014485 10.0.0.17 - - [2024-10-28 02:17:43] "POST /neutron/subnet HTTP/1.1" 200 693 0.010631 10.0.0.17 - - [2024-10-28 02:17:43] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010605 10.0.0.17 - - [2024-10-28 02:17:43] "POST /neutron/port HTTP/1.1" 200 117 0.001382 10.0.0.17 - - [2024-10-28 02:17:43] "POST /neutron/network HTTP/1.1" 200 837 0.008035 10.0.0.17 - - [2024-10-28 02:17:43] "POST /neutron/port HTTP/1.1" 200 1100 0.020738 10.0.0.17 - - [2024-10-28 02:17:43] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009716 10.0.0.17 - - [2024-10-28 02:17:43] "GET /virtual-machine/becccbfa-de0f-4e84-80ad-824641f14c22 HTTP/1.1" 200 1304 0.007129 10.0.0.17 - - [2024-10-28 02:17:43] "GET /virtual-machine-interface/10336a88-5430-43a8-8f51-e221b3851314 HTTP/1.1" 200 3004 0.009929 10.0.0.17 - - [2024-10-28 02:17:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.17 - - [2024-10-28 02:17:43] "GET /global-vrouter-config/a1ff2597-4e21-4594-806c-350319d89fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005297 10.0.0.17 - - [2024-10-28 02:17:43] "GET /virtual-networks?parent_id=a4bf75a9-f521-45ad-b212-58afb7670731&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004136 10.0.0.17 - - [2024-10-28 02:17:43] "GET /virtual-network/0e927906-d246-48e5-8e5d-a117a3bfec0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.011165 10.0.0.17 - - [2024-10-28 02:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.17 - - [2024-10-28 02:17:46] "GET /virtual-network/0e927906-d246-48e5-8e5d-a117a3bfec0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.009245 10.0.0.17 - - [2024-10-28 02:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003063 10.0.0.17 - - [2024-10-28 02:17:50] "GET /virtual-network/0e927906-d246-48e5-8e5d-a117a3bfec0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.008984 10.0.0.17 - - [2024-10-28 02:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.17 - - [2024-10-28 02:17:52] "GET /global-vrouter-config/a1ff2597-4e21-4594-806c-350319d89fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004886 10.0.0.17 - - [2024-10-28 02:17:52] "GET /virtual-networks?parent_id=a4bf75a9-f521-45ad-b212-58afb7670731&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003150 10.0.0.17 - - [2024-10-28 02:17:52] "GET /virtual-network/0e927906-d246-48e5-8e5d-a117a3bfec0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.009341 10.0.0.17 - - [2024-10-28 02:17:52] "POST /neutron/port HTTP/1.1" 200 1100 0.014516 10.0.0.17 - - [2024-10-28 02:17:52] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007547 10.0.0.17 - - [2024-10-28 02:17:53] "POST /neutron/port HTTP/1.1" 200 1100 0.042747 10.0.0.17 - - [2024-10-28 02:17:53] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006568 10.0.0.17 - - [2024-10-28 02:17:53] "POST /neutron/port HTTP/1.1" 200 1099 0.016993 10.0.0.17 - - [2024-10-28 02:17:53] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006255 10.0.0.17 - - [2024-10-28 02:17:58] "GET /projects?obj_uuids=a4bf75a9-f521-45ad-b212-58afb7670731&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002406 10.0.0.17 - - [2024-10-28 02:17:58] "POST /neutron/floatingip HTTP/1.1" 200 529 0.084372 10.0.0.17 - - [2024-10-28 02:17:58] "POST /neutron/port HTTP/1.1" 200 1100 0.020249 10.0.0.17 - - [2024-10-28 02:17:58] "POST /neutron/floatingip HTTP/1.1" 200 529 0.007426 10.0.0.17 - - [2024-10-28 02:17:58] "POST /neutron/floatingip HTTP/1.1" 200 576 0.044229 10.0.0.17 - - [2024-10-28 02:17:58] "POST /neutron/port HTTP/1.1" 200 1099 0.014962 10.0.0.17 - - [2024-10-28 02:17:58] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006932 10.0.0.17 - - [2024-10-28 02:17:58] "POST /neutron/port HTTP/1.1" 200 1099 0.016401 10.0.0.17 - - [2024-10-28 02:17:58] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007431 10.0.0.17 - - [2024-10-28 02:17:58] "POST /neutron/port HTTP/1.1" 200 1099 0.018373 10.0.0.17 - - [2024-10-28 02:17:58] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008882 10.0.0.17 - - [2024-10-28 02:17:58] "GET /virtual-machine/d5dbb3c8-91eb-473d-84d1-1b39dfd7ca33 HTTP/1.1" 200 1304 0.006613 10.0.0.17 - - [2024-10-28 02:17:58] "GET /virtual-machine-interface/4c0efe0e-4c13-4671-b169-4715f6296610 HTTP/1.1" 200 3004 0.014659 10.0.0.17 - - [2024-10-28 02:17:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003919 10.0.0.17 - - [2024-10-28 02:17:58] "GET /global-vrouter-config/a1ff2597-4e21-4594-806c-350319d89fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005662 10.0.0.17 - - [2024-10-28 02:17:58] "GET /virtual-networks?parent_id=a4bf75a9-f521-45ad-b212-58afb7670731&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.006738 10.0.0.17 - - [2024-10-28 02:17:58] "GET /virtual-network/8a0c1373-31ed-4775-8582-c99588421ec6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.010128 10.0.0.17 - - [2024-10-28 02:17:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.17 - - [2024-10-28 02:17:59] "GET /global-vrouter-config/a1ff2597-4e21-4594-806c-350319d89fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003907 10.0.0.17 - - [2024-10-28 02:17:59] "GET /virtual-networks?parent_id=a4bf75a9-f521-45ad-b212-58afb7670731&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003203 10.0.0.17 - - [2024-10-28 02:17:59] "GET /virtual-network/8a0c1373-31ed-4775-8582-c99588421ec6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.009294 10.0.0.17 - - [2024-10-28 02:18:00] "POST /neutron/floatingip HTTP/1.1" 200 576 0.011122 10.0.0.17 - - [2024-10-28 02:18:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.17 - - [2024-10-28 02:18:00] "GET /routing-instance/d7ef7c0a-c04e-46a9-8132-01f2dc2c84fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.005398 10.0.0.17 - - [2024-10-28 02:18:00] "GET /route-target/32df5a4f-7aef-4503-90fc-1fc01570685d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006385 10.0.0.17 - - [2024-10-28 02:18:00] "GET /floating-ip/ad39a34d-6e25-4e43-804e-d827b6e5be9b HTTP/1.1" 200 1888 0.006041 10.0.0.17 - - [2024-10-28 02:18:02] "POST /neutron/floatingip HTTP/1.1" 200 576 0.011482 10.0.0.17 - - [2024-10-28 02:18:02] "POST /neutron/floatingip HTTP/1.1" 200 529 0.017727 10.0.0.17 - - [2024-10-28 02:18:02] "POST /neutron/floatingip HTTP/1.1" 200 529 0.005390 10.0.0.17 - - [2024-10-28 02:18:02] "POST /neutron/floatingip HTTP/1.1" 200 115 0.033406 10.0.0.17 - - [2024-10-28 02:18:02] "GET /floating-ip-pool/ae359cfe-e212-44a8-81cf-2502d8a40129?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.004129 10.0.0.17 - - [2024-10-28 02:18:02] "POST /ref-update HTTP/1.1" 200 156 0.008624 10.0.0.17 - - [2024-10-28 02:18:03] "DELETE /floating-ip-pool/ae359cfe-e212-44a8-81cf-2502d8a40129 HTTP/1.1" 200 115 0.022789 10.0.0.17 - - [2024-10-28 02:18:03] "POST /neutron/network HTTP/1.1" 200 838 0.006426 10.0.0.17 - - [2024-10-28 02:18:03] "POST /neutron/network HTTP/1.1" 400 204 0.010827 10.0.0.17 - - [2024-10-28 02:18:03] "POST /neutron/port HTTP/1.1" 200 1099 0.014285 10.0.0.17 - - [2024-10-28 02:18:03] "POST /neutron/port HTTP/1.1" 200 1125 0.009660 10.0.0.17 - - [2024-10-28 02:18:03] "POST /neutron/port HTTP/1.1" 200 1100 0.017681 10.0.0.17 - - [2024-10-28 02:18:03] "POST /neutron/port HTTP/1.1" 200 1126 0.014534 10.0.0.17 - - [2024-10-28 02:18:03] "POST /neutron/port HTTP/1.1" 200 151 0.160147 10.0.0.17 - - [2024-10-28 02:18:03] "POST /neutron/port HTTP/1.1" 200 151 0.131222 10.0.0.17 - - [2024-10-28 02:18:05] "POST /neutron/network HTTP/1.1" 200 838 0.006243 10.0.0.17 - - [2024-10-28 02:18:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.006973 10.0.0.17 - - [2024-10-28 02:18:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001786 10.0.0.17 - - [2024-10-28 02:18:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001698 10.0.0.17 - - [2024-10-28 02:18:05] "POST /neutron/network HTTP/1.1" 200 151 0.104177 10.0.0.17 - - [2024-10-28 02:18:05] "GET /routing-instance/35eeb93a-eeff-48dd-ab80-68f23855cfe8 HTTP/1.1" 404 171 0.002371 10.0.0.17 - - [2024-10-28 02:18:05] "GET /domains HTTP/1.1" 200 280 0.005442 10.0.0.17 - - [2024-10-28 02:18:05] "DELETE /route-target/9184fb8a-fcdd-40c0-ab34-fbcb39f36273 HTTP/1.1" 200 115 0.030900 10.0.0.17 - - [2024-10-28 02:18:05] "GET /domains?obj_uuids=e92f8937-f54d-44e7-9020-3c14a03f7680&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001707 10.0.0.17 - - [2024-10-28 02:18:05] "GET /domain/e92f8937-f54d-44e7-9020-3c14a03f7680 HTTP/1.1" 200 2586 0.053144 10.0.0.17 - - [2024-10-28 02:18:05] "GET /projects?obj_uuids=a4bf75a9-f521-45ad-b212-58afb7670731&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001248 10.0.0.17 - - [2024-10-28 02:18:05] "GET /project/a4bf75a9-f521-45ad-b212-58afb7670731 HTTP/1.1" 200 2185 0.073742 10.0.0.17 - - [2024-10-28 02:18:05] "POST /neutron/network HTTP/1.1" 200 837 0.006388 10.0.0.17 - - [2024-10-28 02:18:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001765 10.0.0.17 - - [2024-10-28 02:18:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001133 10.0.0.17 - - [2024-10-28 02:18:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004757 10.0.0.17 - - [2024-10-28 02:18:05] "POST /neutron/network HTTP/1.1" 200 151 0.079451 10.0.0.17 - - [2024-10-28 02:18:05] "GET /routing-instance/d7ef7c0a-c04e-46a9-8132-01f2dc2c84fe HTTP/1.1" 404 171 0.002123 10.0.0.17 - - [2024-10-28 02:18:05] "GET /domains HTTP/1.1" 200 280 0.002425 10.0.0.17 - - [2024-10-28 02:18:05] "GET /domains?obj_uuids=e92f8937-f54d-44e7-9020-3c14a03f7680&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001304 10.0.0.17 - - [2024-10-28 02:18:05] "DELETE /route-target/32df5a4f-7aef-4503-90fc-1fc01570685d HTTP/1.1" 200 115 0.025440 10.0.0.17 - - [2024-10-28 02:18:05] "GET /domain/e92f8937-f54d-44e7-9020-3c14a03f7680 HTTP/1.1" 200 2586 0.053515 10.0.0.17 - - [2024-10-28 02:18:05] "GET /projects?obj_uuids=a4bf75a9-f521-45ad-b212-58afb7670731&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001042 10.0.0.17 - - [2024-10-28 02:18:05] "GET /project/a4bf75a9-f521-45ad-b212-58afb7670731 HTTP/1.1" 200 1935 0.082263 10.0.0.17 - - [2024-10-28 02:18:06] "GET /projects?obj_uuids=a4bf75a9-f521-45ad-b212-58afb7670731&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001194 10.0.0.17 - - [2024-10-28 02:18:06] "GET /project/a4bf75a9-f521-45ad-b212-58afb7670731?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.033271 10.0.0.17 - - [2024-10-28 02:18:06] "GET /projects?obj_uuids=a4bf75a9-f521-45ad-b212-58afb7670731&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001713 10.0.0.17 - - [2024-10-28 02:18:06] "GET /project/a4bf75a9-f521-45ad-b212-58afb7670731?fields=virtual_networks HTTP/1.1" 200 1067 0.076836 10.0.0.17 - - [2024-10-28 02:18:06] "GET /projects?obj_uuids=a4bf75a9-f521-45ad-b212-58afb7670731&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001239 10.0.0.17 - - [2024-10-28 02:18:06] "GET /project/a4bf75a9-f521-45ad-b212-58afb7670731?fields=virtual_machine_interfaces HTTP/1.1" 200 1067 0.034024 10.0.0.17 - - [2024-10-28 02:18:06] "GET /projects?obj_uuids=a4bf75a9-f521-45ad-b212-58afb7670731&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001305 10.0.0.17 - - [2024-10-28 02:18:06] "GET /project/a4bf75a9-f521-45ad-b212-58afb7670731?fields=security_groups HTTP/1.1" 200 1305 0.033920 10.0.0.17 - - [2024-10-28 02:18:07] "POST /fqname-to-id HTTP/1.1" 404 183 0.027341 10.0.0.17 - - [2024-10-28 02:18:07] "GET /projects?obj_uuids=bf6ceb0d-4ff3-4a96-b619-bcfa1046c73f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002866 10.0.0.17 - - [2024-10-28 02:18:07] "GET /domains?obj_uuids=e92f8937-f54d-44e7-9020-3c14a03f7680&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001175 10.0.0.17 - - [2024-10-28 02:18:07] "GET /domain/e92f8937-f54d-44e7-9020-3c14a03f7680?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010064 10.0.0.17 - - [2024-10-28 02:18:07] "POST /id-to-fqname HTTP/1.1" 200 185 0.001406 10.0.0.17 - - [2024-10-28 02:18:07] "POST /fqname-to-id HTTP/1.1" 404 194 0.003722 10.0.0.17 - - [2024-10-28 02:18:07] "POST /security-groups HTTP/1.1" 200 586 0.064277 10.0.0.17 - - [2024-10-28 02:18:07] "POST /fqname-to-id HTTP/1.1" 404 229 0.002812 10.0.0.17 - - [2024-10-28 02:18:07] "POST /projects HTTP/1.1" 200 575 0.217661 10.0.0.17 - - [2024-10-28 02:18:07] "POST /access-control-lists HTTP/1.1" 200 591 0.059884 10.0.0.17 - - [2024-10-28 02:18:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.293147 10.0.0.17 - - [2024-10-28 02:18:07] "POST /fqname-to-id HTTP/1.1" 404 228 0.002691 10.0.0.17 - - [2024-10-28 02:18:07] "GET /project/bf6ceb0d-4ff3-4a96-b619-bcfa1046c73f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.437019 10.0.0.17 - - [2024-10-28 02:18:07] "POST /access-control-lists HTTP/1.1" 200 589 0.063845 10.0.0.17 - - [2024-10-28 02:18:08] "GET / HTTP/1.1" 200 35931 0.003064 10.0.0.17 - - [2024-10-28 02:18:10] "GET /projects?obj_uuids=bf6ceb0d-4ff3-4a96-b619-bcfa1046c73f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001805 10.0.0.17 - - [2024-10-28 02:18:10] "GET /project/bf6ceb0d-4ff3-4a96-b619-bcfa1046c73f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.036532 10.0.0.17 - - [2024-10-28 02:18:10] "GET /projects?obj_uuids=bf6ceb0d-4ff3-4a96-b619-bcfa1046c73f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001076 10.0.0.17 - - [2024-10-28 02:18:10] "GET /project/bf6ceb0d-4ff3-4a96-b619-bcfa1046c73f?fields=virtual_networks HTTP/1.1" 200 1033 0.083775 10.0.0.17 - - [2024-10-28 02:18:10] "GET /projects?obj_uuids=bf6ceb0d-4ff3-4a96-b619-bcfa1046c73f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001778 10.0.0.17 - - [2024-10-28 02:18:10] "GET /project/bf6ceb0d-4ff3-4a96-b619-bcfa1046c73f?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.042842 10.0.0.17 - - [2024-10-28 02:18:10] "GET /projects?obj_uuids=bf6ceb0d-4ff3-4a96-b619-bcfa1046c73f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001244 10.0.0.17 - - [2024-10-28 02:18:10] "GET /project/bf6ceb0d-4ff3-4a96-b619-bcfa1046c73f?fields=security_groups HTTP/1.1" 200 1254 0.036720 10.0.0.17 - - [2024-10-28 02:18:11] "POST /fqname-to-id HTTP/1.1" 404 191 0.024340 10.0.0.17 - - [2024-10-28 02:18:11] "GET /projects?obj_uuids=9bf9f023-c56f-4bf0-b83f-3e7c94b14d82&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002561 10.0.0.17 - - [2024-10-28 02:18:11] "GET /domains?obj_uuids=e92f8937-f54d-44e7-9020-3c14a03f7680&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001239 10.0.0.17 - - [2024-10-28 02:18:11] "GET /domain/e92f8937-f54d-44e7-9020-3c14a03f7680?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009639 10.0.0.17 - - [2024-10-28 02:18:11] "POST /id-to-fqname HTTP/1.1" 200 193 0.001619 10.0.0.17 - - [2024-10-28 02:18:11] "POST /fqname-to-id HTTP/1.1" 404 202 0.002620 10.0.0.17 - - [2024-10-28 02:18:11] "POST /security-groups HTTP/1.1" 200 594 0.068007 10.0.0.17 - - [2024-10-28 02:18:11] "POST /fqname-to-id HTTP/1.1" 404 237 0.002648 10.0.0.17 - - [2024-10-28 02:18:11] "POST /projects HTTP/1.1" 200 591 0.227954 10.0.0.17 - - [2024-10-28 02:18:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.260484 10.0.0.17 - - [2024-10-28 02:18:11] "POST /access-control-lists HTTP/1.1" 200 599 0.057755 10.0.0.17 - - [2024-10-28 02:18:11] "GET /project/9bf9f023-c56f-4bf0-b83f-3e7c94b14d82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.412074 10.0.0.17 - - [2024-10-28 02:18:11] "POST /fqname-to-id HTTP/1.1" 404 236 0.003002 10.0.0.17 - - [2024-10-28 02:18:11] "POST /access-control-lists HTTP/1.1" 200 597 0.063548 10.0.0.17 - - [2024-10-28 02:18:12] "GET / HTTP/1.1" 200 35931 0.002364 10.0.0.17 - - [2024-10-28 02:18:13] "GET /project/9bf9f023-c56f-4bf0-b83f-3e7c94b14d82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000529 10.0.0.17 - - [2024-10-28 02:18:14] "GET /projects?obj_uuids=9bf9f023-c56f-4bf0-b83f-3e7c94b14d82&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002015 10.0.0.17 - - [2024-10-28 02:18:14] "GET /project/9bf9f023-c56f-4bf0-b83f-3e7c94b14d82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.065144 10.0.0.17 - - [2024-10-28 02:18:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.17 - - [2024-10-28 02:18:14] "GET /security-group/0a5011f6-89b8-49a0-a77d-c9edeefc208a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3772 0.007138 10.0.0.17 - - [2024-10-28 02:18:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.17 - - [2024-10-28 02:18:14] "GET /projects?obj_uuids=9bf9f023-c56f-4bf0-b83f-3e7c94b14d82&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001933 10.0.0.17 - - [2024-10-28 02:18:14] "GET /project/9bf9f023-c56f-4bf0-b83f-3e7c94b14d82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.054190 10.0.0.17 - - [2024-10-28 02:18:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003771 10.0.0.17 - - [2024-10-28 02:18:14] "GET /security-group/0a5011f6-89b8-49a0-a77d-c9edeefc208a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3772 0.007004 10.0.0.17 - - [2024-10-28 02:18:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003858 10.0.0.17 - - [2024-10-28 02:18:14] "PUT /security-group/0a5011f6-89b8-49a0-a77d-c9edeefc208a HTTP/1.1" 200 262 0.016379 10.0.0.17 - - [2024-10-28 02:18:14] "PUT /access-control-list/629cde96-ce2d-471e-a6fd-3f7e9fbdcb60 HTTP/1.1" 200 272 0.008503 10.0.0.17 - - [2024-10-28 02:18:14] "PUT /access-control-list/c74434ce-8618-4178-bbcb-6411cf6c73b1 HTTP/1.1" 200 272 0.008373 10.0.0.17 - - [2024-10-28 02:18:14] "POST /fqname-to-id HTTP/1.1" 404 202 0.003710 10.0.0.17 - - [2024-10-28 02:18:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.17 - - [2024-10-28 02:18:14] "GET /projects?obj_uuids=9bf9f023-c56f-4bf0-b83f-3e7c94b14d82&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001630 10.0.0.17 - - [2024-10-28 02:18:14] "GET /project/9bf9f023-c56f-4bf0-b83f-3e7c94b14d82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.039683 10.0.0.17 - - [2024-10-28 02:18:14] "POST /neutron/network HTTP/1.1" 200 117 0.035840 10.0.0.17 - - [2024-10-28 02:18:14] "GET /projects?obj_uuids=9bf9f023-c56f-4bf0-b83f-3e7c94b14d82&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001215 10.0.0.17 - - [2024-10-28 02:18:14] "POST /neutron/network HTTP/1.1" 200 608 0.072472 10.0.0.17 - - [2024-10-28 02:18:14] "POST /route-targets HTTP/1.1" 200 327 0.014465 10.0.0.17 - - [2024-10-28 02:18:14] "POST /ref-update HTTP/1.1" 200 156 0.010334 10.0.0.17 - - [2024-10-28 02:18:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003184 10.0.0.17 - - [2024-10-28 02:18:15] "POST /neutron/subnet HTTP/1.1" 200 724 0.150211 10.0.0.17 - - [2024-10-28 02:18:15] "POST /neutron/network HTTP/1.1" 200 827 0.007873 10.0.0.17 - - [2024-10-28 02:18:15] "POST /id-to-fqname HTTP/1.1" 200 223 0.001387 10.0.0.17 - - [2024-10-28 02:18:15] "GET /virtual-network/58998fa3-5aed-4000-bacf-16cb473d7bc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.009434 10.0.0.17 - - [2024-10-28 02:18:15] "POST /neutron/network HTTP/1.1" 200 827 0.006967 10.0.0.17 - - [2024-10-28 02:18:15] "GET /virtual-network/58998fa3-5aed-4000-bacf-16cb473d7bc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.009861 10.0.0.17 - - [2024-10-28 02:18:15] "POST /neutron/network HTTP/1.1" 200 827 0.006931 10.0.0.17 - - [2024-10-28 02:18:15] "POST /neutron/subnet HTTP/1.1" 200 724 0.009045 10.0.0.17 - - [2024-10-28 02:18:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.17 - - [2024-10-28 02:18:15] "GET /projects?obj_uuids=9bf9f023-c56f-4bf0-b83f-3e7c94b14d82&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001231 10.0.0.17 - - [2024-10-28 02:18:15] "GET /project/9bf9f023-c56f-4bf0-b83f-3e7c94b14d82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.038946 10.0.0.17 - - [2024-10-28 02:18:15] "POST /neutron/network HTTP/1.1" 200 117 0.010904 10.0.0.17 - - [2024-10-28 02:18:15] "GET /projects?obj_uuids=9bf9f023-c56f-4bf0-b83f-3e7c94b14d82&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001188 10.0.0.17 - - [2024-10-28 02:18:15] "POST /route-targets HTTP/1.1" 200 327 0.011954 10.0.0.17 - - [2024-10-28 02:18:15] "POST /neutron/network HTTP/1.1" 200 615 0.102983 10.0.0.17 - - [2024-10-28 02:18:15] "POST /ref-update HTTP/1.1" 200 156 0.018094 10.0.0.17 - - [2024-10-28 02:18:15] "POST /useragent-kv HTTP/1.1" 200 115 0.004363 10.0.0.17 - - [2024-10-28 02:18:15] "POST /neutron/subnet HTTP/1.1" 200 720 0.156607 10.0.0.17 - - [2024-10-28 02:18:15] "POST /neutron/network HTTP/1.1" 200 833 0.006732 10.0.0.17 - - [2024-10-28 02:18:15] "POST /id-to-fqname HTTP/1.1" 200 227 0.001452 10.0.0.17 - - [2024-10-28 02:18:15] "GET /virtual-network/13f4ef17-58b5-4865-8590-d8c90949c699?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.009009 10.0.0.17 - - [2024-10-28 02:18:15] "POST /neutron/network HTTP/1.1" 200 833 0.006842 10.0.0.17 - - [2024-10-28 02:18:15] "GET /virtual-network/13f4ef17-58b5-4865-8590-d8c90949c699?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.009458 10.0.0.17 - - [2024-10-28 02:18:16] "POST /neutron/network HTTP/1.1" 200 833 0.006184 10.0.0.17 - - [2024-10-28 02:18:16] "POST /neutron/subnet HTTP/1.1" 200 720 0.008411 10.0.0.17 - - [2024-10-28 02:18:16] "POST /id-to-fqname HTTP/1.1" 200 223 0.001432 10.0.0.17 - - [2024-10-28 02:18:16] "POST /neutron/network HTTP/1.1" 200 837 0.006259 10.0.0.17 - - [2024-10-28 02:18:16] "GET /aaa-mode HTTP/1.1" 401 292 0.000679 10.0.0.17 - - [2024-10-28 02:18:16] "GET / HTTP/1.1" 200 35931 0.001841 10.0.0.17 - - [2024-10-28 02:18:16] "GET /project/9bf9f023-c56f-4bf0-b83f-3e7c94b14d82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000399 10.0.0.17 - - [2024-10-28 02:18:16] "GET /projects?obj_uuids=9bf9f023-c56f-4bf0-b83f-3e7c94b14d82&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001315 10.0.0.17 - - [2024-10-28 02:18:16] "GET /project/9bf9f023-c56f-4bf0-b83f-3e7c94b14d82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.058935 10.0.0.17 - - [2024-10-28 02:18:16] "POST /neutron/network HTTP/1.1" 200 827 0.005984 10.0.0.17 - - [2024-10-28 02:18:17] "POST /neutron/port HTTP/1.1" 200 117 0.007824 10.0.0.17 - - [2024-10-28 02:18:17] "POST /neutron/port HTTP/1.1" 200 117 0.005206 10.0.0.17 - - [2024-10-28 02:18:17] "POST /id-to-fqname HTTP/1.1" 200 227 0.001501 10.0.0.17 - - [2024-10-28 02:18:17] "POST /neutron/port HTTP/1.1" 200 117 0.006070 10.0.0.17 - - [2024-10-28 02:18:17] "POST /neutron/network HTTP/1.1" 200 843 0.006040 10.0.0.17 - - [2024-10-28 02:18:17] "GET /aaa-mode HTTP/1.1" 401 292 0.000472 10.0.0.17 - - [2024-10-28 02:18:17] "POST /neutron/network HTTP/1.1" 200 837 0.005852 10.0.0.17 - - [2024-10-28 02:18:17] "GET /projects?obj_uuids=9bf9f023-c56f-4bf0-b83f-3e7c94b14d82&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001265 10.0.0.17 - - [2024-10-28 02:18:17] "GET / HTTP/1.1" 200 35931 0.002564 10.0.0.17 - - [2024-10-28 02:18:17] "GET /project/9bf9f023-c56f-4bf0-b83f-3e7c94b14d82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000481 10.0.0.17 - - [2024-10-28 02:18:17] "POST /neutron/port HTTP/1.1" 200 1063 0.227925 10.0.0.17 - - [2024-10-28 02:18:17] "POST /neutron/port HTTP/1.1" 200 1063 0.010244 10.0.0.17 - - [2024-10-28 02:18:17] "POST /neutron/port HTTP/1.1" 200 1063 0.008760 10.0.0.17 - - [2024-10-28 02:18:17] "POST /neutron/port HTTP/1.1" 200 1117 0.069762 10.0.0.17 - - [2024-10-28 02:18:17] "POST /neutron/port HTTP/1.1" 200 1091 0.018714 10.0.0.17 - - [2024-10-28 02:18:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004033 10.0.0.17 - - [2024-10-28 02:18:18] "GET /projects?obj_uuids=9bf9f023-c56f-4bf0-b83f-3e7c94b14d82&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002626 10.0.0.17 - - [2024-10-28 02:18:18] "POST /neutron/subnet HTTP/1.1" 200 698 0.021434 10.0.0.17 - - [2024-10-28 02:18:18] "GET /project/9bf9f023-c56f-4bf0-b83f-3e7c94b14d82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.074323 10.0.0.17 - - [2024-10-28 02:18:18] "POST /neutron/port HTTP/1.1" 200 117 0.001124 10.0.0.17 - - [2024-10-28 02:18:18] "POST /neutron/network HTTP/1.1" 200 827 0.007702 10.0.0.17 - - [2024-10-28 02:18:18] "POST /neutron/network HTTP/1.1" 200 833 0.007491 10.0.0.17 - - [2024-10-28 02:18:18] "POST /neutron/port HTTP/1.1" 200 1091 0.024244 10.0.0.17 - - [2024-10-28 02:18:18] "POST /neutron/security_group HTTP/1.1" 200 2002 0.014842 10.0.0.17 - - [2024-10-28 02:18:18] "POST /neutron/port HTTP/1.1" 200 117 0.005546 10.0.0.17 - - [2024-10-28 02:18:18] "GET /projects?obj_uuids=9bf9f023-c56f-4bf0-b83f-3e7c94b14d82&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001124 10.0.0.17 - - [2024-10-28 02:18:18] "POST /neutron/router HTTP/1.1" 200 585 0.075117 10.0.0.17 - - [2024-10-28 02:18:18] "POST /neutron/router HTTP/1.1" 200 585 0.006953 10.0.0.17 - - [2024-10-28 02:18:18] "POST /route-targets HTTP/1.1" 200 327 0.026306 10.0.0.17 - - [2024-10-28 02:18:18] "POST /neutron/router HTTP/1.1" 200 656 0.048669 10.0.0.17 - - [2024-10-28 02:18:18] "GET /logical-router/a97c55a8-0d33-49f0-9e73-3b167d4d04a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.006395 10.0.0.17 - - [2024-10-28 02:18:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002831 10.0.0.17 - - [2024-10-28 02:18:18] "POST /neutron/router HTTP/1.1" 200 656 0.011448 10.0.0.17 - - [2024-10-28 02:18:18] "PUT /logical-router/a97c55a8-0d33-49f0-9e73-3b167d4d04a0 HTTP/1.1" 200 262 0.051718 10.0.0.17 - - [2024-10-28 02:18:18] "GET /projects?obj_uuids=9bf9f023-c56f-4bf0-b83f-3e7c94b14d82&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001506 10.0.0.17 - - [2024-10-28 02:18:18] "GET /service-template/97f021ae-4927-47c4-adc3-554668d6c831?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1692 0.009125 10.0.0.17 - - [2024-10-28 02:18:18] "POST /fqname-to-id HTTP/1.1" 404 215 0.004333 10.0.0.17 - - [2024-10-28 02:18:18] "POST /useragent-kv HTTP/1.1" 200 115 0.009683 10.0.0.17 - - [2024-10-28 02:18:18] "POST /neutron/network HTTP/1.1" 200 843 0.013782 10.0.0.17 - - [2024-10-28 02:18:18] "POST /virtual-networks HTTP/1.1" 200 694 0.237011 10.0.0.17 - - [2024-10-28 02:18:18] "POST /neutron/router HTTP/1.1" 200 344 0.425277 10.0.0.17 - - [2024-10-28 02:18:18] "GET /projects?obj_uuids=9bf9f023-c56f-4bf0-b83f-3e7c94b14d82&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001402 10.0.0.17 - - [2024-10-28 02:18:18] "POST /route-targets HTTP/1.1" 200 327 0.035633 10.0.0.17 - - [2024-10-28 02:18:19] "POST /ref-update HTTP/1.1" 200 156 0.054463 10.0.0.17 - - [2024-10-28 02:18:19] "POST /service-instances HTTP/1.1" 200 670 0.125015 10.0.0.17 - - [2024-10-28 02:18:19] "POST /neutron/port HTTP/1.1" 200 1091 0.104464 10.0.0.17 - - [2024-10-28 02:18:19] "POST /ref-update HTTP/1.1" 200 156 0.053593 10.0.0.17 - - [2024-10-28 02:18:19] "POST /neutron/security_group HTTP/1.1" 200 2002 0.013601 10.0.0.17 - - [2024-10-28 02:18:19] "POST /route-tables HTTP/1.1" 200 582 0.124814 10.0.0.17 - - [2024-10-28 02:18:19] "PUT /logical-router/a97c55a8-0d33-49f0-9e73-3b167d4d04a0 HTTP/1.1" 200 262 0.032897 10.0.0.17 - - [2024-10-28 02:18:19] "POST /ref-update HTTP/1.1" 200 156 0.019385 10.0.0.17 - - [2024-10-28 02:18:19] "POST /neutron/port HTTP/1.1" 200 1062 0.544089 10.0.0.17 - - [2024-10-28 02:18:19] "POST /neutron/port HTTP/1.1" 200 1062 0.018577 10.0.0.17 - - [2024-10-28 02:18:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005123 10.0.0.17 - - [2024-10-28 02:18:19] "POST /neutron/port HTTP/1.1" 200 1062 0.011615 10.0.0.17 - - [2024-10-28 02:18:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.17 - - [2024-10-28 02:18:19] "POST /virtual-machines HTTP/1.1" 200 553 0.018718 10.0.0.17 - - [2024-10-28 02:18:19] "POST /neutron/port HTTP/1.1" 200 1116 0.078453 10.0.0.17 - - [2024-10-28 02:18:19] "POST /neutron/port HTTP/1.1" 200 1090 0.019123 10.0.0.17 - - [2024-10-28 02:18:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.036317 10.0.0.17 - - [2024-10-28 02:18:19] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.095425 10.0.0.17 - - [2024-10-28 02:18:19] "POST /neutron/subnet HTTP/1.1" 200 694 0.010142 10.0.0.17 - - [2024-10-28 02:18:19] "POST /neutron/port HTTP/1.1" 200 117 0.001951 10.0.0.17 - - [2024-10-28 02:18:19] "POST /chown HTTP/1.1" 200 109 0.007862 10.0.0.17 - - [2024-10-28 02:18:19] "POST /neutron/network HTTP/1.1" 200 833 0.011369 10.0.0.17 - - [2024-10-28 02:18:19] "POST /instance-ips HTTP/1.1" 200 551 0.031889 10.0.0.17 - - [2024-10-28 02:18:19] "POST /instance-ips HTTP/1.1" 400 246 0.018795 10.0.0.17 - - [2024-10-28 02:18:20] "POST /chown HTTP/1.1" 200 109 0.012261 10.0.0.17 - - [2024-10-28 02:18:20] "PUT /virtual-machine-interface/73252ca1-d0b9-48c5-8faf-699fa0b720ef HTTP/1.1" 200 284 0.012939 10.0.0.17 - - [2024-10-28 02:18:20] "PUT /instance-ip/95659e2b-e365-4823-b461-02a38f01d6d6 HTTP/1.1" 200 256 0.013595 10.0.0.17 - - [2024-10-28 02:18:20] "POST /ref-update HTTP/1.1" 200 156 0.015858 10.0.0.17 - - [2024-10-28 02:18:20] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.089111 10.0.0.17 - - [2024-10-28 02:18:20] "POST /chown HTTP/1.1" 200 109 0.007904 10.0.0.17 - - [2024-10-28 02:18:20] "POST /instance-ips HTTP/1.1" 200 549 0.032968 10.0.0.17 - - [2024-10-28 02:18:20] "POST /instance-ips HTTP/1.1" 400 316 0.019295 10.0.0.17 - - [2024-10-28 02:18:20] "POST /chown HTTP/1.1" 200 109 0.008360 10.0.0.17 - - [2024-10-28 02:18:20] "PUT /virtual-machine-interface/ba2c7e1b-56ba-4d5c-81a7-56e4d03bb839 HTTP/1.1" 200 284 0.011201 10.0.0.17 - - [2024-10-28 02:18:20] "PUT /instance-ip/0535a8d7-9569-4297-8cf2-7b853b23d6a1 HTTP/1.1" 200 256 0.014706 10.0.0.17 - - [2024-10-28 02:18:20] "POST /ref-update HTTP/1.1" 200 156 0.017957 10.0.0.17 - - [2024-10-28 02:18:20] "POST /ref-update HTTP/1.1" 200 156 0.016252 10.0.0.17 - - [2024-10-28 02:18:20] "PUT /routing-instance/ff0fee62-c9dd-47cb-bdaf-03f463f65c7d HTTP/1.1" 200 266 0.030186 10.0.0.17 - - [2024-10-28 02:18:20] "POST /ref-update HTTP/1.1" 200 156 0.019406 10.0.0.17 - - [2024-10-28 02:18:20] "POST /virtual-machines HTTP/1.1" 200 553 0.011886 10.0.0.17 - - [2024-10-28 02:18:21] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.118604 10.0.0.17 - - [2024-10-28 02:18:21] "POST /chown HTTP/1.1" 200 109 0.011262 10.0.0.17 - - [2024-10-28 02:18:21] "POST /instance-ips HTTP/1.1" 400 246 0.017664 10.0.0.17 - - [2024-10-28 02:18:21] "POST /chown HTTP/1.1" 200 109 0.009859 10.0.0.17 - - [2024-10-28 02:18:21] "PUT /virtual-machine-interface/23a2b7e7-bc43-4f41-8ddc-b620cf734d1b HTTP/1.1" 200 284 0.017903 10.0.0.17 - - [2024-10-28 02:18:21] "PUT /instance-ip/95659e2b-e365-4823-b461-02a38f01d6d6 HTTP/1.1" 200 256 0.013361 10.0.0.17 - - [2024-10-28 02:18:21] "POST /ref-update HTTP/1.1" 200 156 0.013494 10.0.0.17 - - [2024-10-28 02:18:21] "POST /ref-update HTTP/1.1" 200 156 0.011584 10.0.0.17 - - [2024-10-28 02:18:21] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.108933 10.0.0.17 - - [2024-10-28 02:18:21] "POST /ref-update HTTP/1.1" 200 156 0.026893 10.0.0.17 - - [2024-10-28 02:18:21] "PUT /routing-instance/ff0fee62-c9dd-47cb-bdaf-03f463f65c7d HTTP/1.1" 200 266 0.020140 10.0.0.17 - - [2024-10-28 02:18:21] "POST /chown HTTP/1.1" 200 109 0.025964 10.0.0.17 - - [2024-10-28 02:18:21] "POST /instance-ips HTTP/1.1" 400 316 0.013448 10.0.0.17 - - [2024-10-28 02:18:21] "POST /chown HTTP/1.1" 200 109 0.008127 10.0.0.17 - - [2024-10-28 02:18:21] "PUT /virtual-machine-interface/fd57db90-a6ee-48e0-9afa-f883374fc948 HTTP/1.1" 200 284 0.012355 10.0.0.17 - - [2024-10-28 02:18:21] "PUT /instance-ip/0535a8d7-9569-4297-8cf2-7b853b23d6a1 HTTP/1.1" 200 256 0.013056 10.0.0.17 - - [2024-10-28 02:18:22] "POST /ref-update HTTP/1.1" 200 156 0.014153 10.0.0.17 - - [2024-10-28 02:18:22] "POST /ref-update HTTP/1.1" 200 156 0.016556 10.0.0.17 - - [2024-10-28 02:18:22] "PUT /routing-instance/ff0fee62-c9dd-47cb-bdaf-03f463f65c7d HTTP/1.1" 200 266 0.025922 10.0.0.17 - - [2024-10-28 02:18:22] "POST /ref-update HTTP/1.1" 200 156 0.019797 10.0.0.17 - - [2024-10-28 02:18:24] "POST /neutron/port HTTP/1.1" 200 1091 0.020830 10.0.0.17 - - [2024-10-28 02:18:24] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007118 10.0.0.17 - - [2024-10-28 02:18:24] "POST /neutron/port HTTP/1.1" 200 1091 0.026595 10.0.0.17 - - [2024-10-28 02:18:24] "POST /neutron/security_group HTTP/1.1" 200 2002 0.011335 10.0.0.17 - - [2024-10-28 02:18:24] "POST /neutron/port HTTP/1.1" 200 1091 0.022612 10.0.0.17 - - [2024-10-28 02:18:24] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007129 10.0.0.17 - - [2024-10-28 02:18:24] "GET /virtual-machine/b119dbf6-4ecb-4f64-a8b7-b4412350b38d HTTP/1.1" 401 292 0.000459 10.0.0.17 - - [2024-10-28 02:18:24] "GET /virtual-machine/b119dbf6-4ecb-4f64-a8b7-b4412350b38d HTTP/1.1" 200 1296 0.032288 10.0.0.17 - - [2024-10-28 02:18:24] "GET /virtual-machine-interface/b5eabb0d-62f9-4deb-9fd8-d01093957660 HTTP/1.1" 200 2957 0.009903 10.0.0.17 - - [2024-10-28 02:18:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.17 - - [2024-10-28 02:18:24] "GET /global-vrouter-config/a1ff2597-4e21-4594-806c-350319d89fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003963 10.0.0.17 - - [2024-10-28 02:18:24] "GET /virtual-networks?parent_id=9bf9f023-c56f-4bf0-b83f-3e7c94b14d82&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003527 10.0.0.17 - - [2024-10-28 02:18:24] "GET /virtual-network/58998fa3-5aed-4000-bacf-16cb473d7bc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.016982 10.0.0.17 - - [2024-10-28 02:18:26] "POST /neutron/port HTTP/1.1" 200 1091 0.017406 10.0.0.17 - - [2024-10-28 02:18:26] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006275 10.0.0.17 - - [2024-10-28 02:18:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.17 - - [2024-10-28 02:18:28] "GET /virtual-network/58998fa3-5aed-4000-bacf-16cb473d7bc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.009642 10.0.0.17 - - [2024-10-28 02:18:28] "POST /neutron/port HTTP/1.1" 200 1090 0.014991 10.0.0.17 - - [2024-10-28 02:18:28] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005914 10.0.0.17 - - [2024-10-28 02:18:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.17 - - [2024-10-28 02:18:30] "GET /global-vrouter-config/a1ff2597-4e21-4594-806c-350319d89fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003804 10.0.0.17 - - [2024-10-28 02:18:30] "GET /virtual-networks?parent_id=9bf9f023-c56f-4bf0-b83f-3e7c94b14d82&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004360 10.0.0.17 - - [2024-10-28 02:18:30] "GET /virtual-network/58998fa3-5aed-4000-bacf-16cb473d7bc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.009280 10.0.0.17 - - [2024-10-28 02:18:30] "POST /neutron/port HTTP/1.1" 200 1090 0.015345 10.0.0.17 - - [2024-10-28 02:18:30] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006016 10.0.0.17 - - [2024-10-28 02:18:30] "POST /neutron/port HTTP/1.1" 200 1090 0.016530 10.0.0.17 - - [2024-10-28 02:18:30] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008425 10.0.0.17 - - [2024-10-28 02:18:30] "POST /neutron/port HTTP/1.1" 200 1090 0.017695 10.0.0.17 - - [2024-10-28 02:18:30] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008366 10.0.0.17 - - [2024-10-28 02:18:30] "GET /virtual-machine/f065a6f3-1a3e-4e9b-9744-15dfd43a63d0 HTTP/1.1" 200 1296 0.006760 10.0.0.17 - - [2024-10-28 02:18:30] "GET /virtual-machine-interface/fb86f3de-ee1f-4389-b850-917c9cf4a178 HTTP/1.1" 200 2969 0.009343 10.0.0.17 - - [2024-10-28 02:18:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.17 - - [2024-10-28 02:18:30] "GET /global-vrouter-config/a1ff2597-4e21-4594-806c-350319d89fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005161 10.0.0.17 - - [2024-10-28 02:18:30] "GET /virtual-networks?parent_id=9bf9f023-c56f-4bf0-b83f-3e7c94b14d82&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003674 10.0.0.17 - - [2024-10-28 02:18:30] "GET /virtual-network/13f4ef17-58b5-4865-8590-d8c90949c699?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.011749 10.0.0.17 - - [2024-10-28 02:18:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.17 - - [2024-10-28 02:18:32] "GET /global-vrouter-config/a1ff2597-4e21-4594-806c-350319d89fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004377 10.0.0.17 - - [2024-10-28 02:18:32] "GET /virtual-networks?parent_id=9bf9f023-c56f-4bf0-b83f-3e7c94b14d82&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003111 10.0.0.17 - - [2024-10-28 02:18:32] "GET /virtual-network/13f4ef17-58b5-4865-8590-d8c90949c699?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.009680 10.0.0.17 - - [2024-10-28 02:18:35] "DELETE /project/9bf9f023c56f4bf0b83f3e7c94b14d82 HTTP/1.1" 404 173 0.016310 10.0.0.17 - - [2024-10-28 02:18:35] "DELETE /project/bf6ceb0d4ff34a96b619bcfa1046c73f HTTP/1.1" 404 173 0.012906 10.0.0.17 - - [2024-10-28 02:18:35] "GET /projects?obj_uuids=bf6ceb0d-4ff3-4a96-b619-bcfa1046c73f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001564 10.0.0.17 - - [2024-10-28 02:18:35] "GET /projects?obj_uuids=a4bf75a9-f521-45ad-b212-58afb7670731&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001070 10.0.0.17 - - [2024-10-28 02:18:35] "GET /project/a4bf75a9-f521-45ad-b212-58afb7670731?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1527 0.049795 10.0.0.17 - - [2024-10-28 02:18:35] "GET /project/bf6ceb0d-4ff3-4a96-b619-bcfa1046c73f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.065113 10.0.0.17 - - [2024-10-28 02:18:35] "GET /projects?obj_uuids=bf6ceb0d-4ff3-4a96-b619-bcfa1046c73f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001079 10.0.0.17 - - [2024-10-28 02:18:35] "GET /projects?obj_uuids=a4bf75a9-f521-45ad-b212-58afb7670731&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000939 10.0.0.17 - - [2024-10-28 02:18:35] "GET /project/a4bf75a9-f521-45ad-b212-58afb7670731?fields=security_groups HTTP/1.1" 200 1410 0.046083 10.0.0.17 - - [2024-10-28 02:18:35] "GET /project/bf6ceb0d-4ff3-4a96-b619-bcfa1046c73f?fields=security_groups HTTP/1.1" 200 1359 0.056596 10.0.0.17 - - [2024-10-28 02:18:35] "DELETE /security-group/8456b166-6266-4139-ad3b-4c606a5712f6 HTTP/1.1" 200 115 0.062822 10.0.0.17 - - [2024-10-28 02:18:35] "GET /projects?obj_uuids=a4bf75a9-f521-45ad-b212-58afb7670731&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001671 10.0.0.17 - - [2024-10-28 02:18:35] "DELETE /access-control-list/4f2b8a26-a7af-433e-ad7b-e278a6ab0a8b HTTP/1.1" 200 115 0.054024 10.0.0.17 - - [2024-10-28 02:18:35] "DELETE /security-group/89da0751-3e4c-4b7a-86ac-362867464b45 HTTP/1.1" 200 115 0.084110 10.0.0.17 - - [2024-10-28 02:18:35] "GET /projects?obj_uuids=bf6ceb0d-4ff3-4a96-b619-bcfa1046c73f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001328 10.0.0.17 - - [2024-10-28 02:18:35] "GET /project/a4bf75a9-f521-45ad-b212-58afb7670731?fields=application_policy_sets HTTP/1.1" 200 1449 0.057725 10.0.0.17 - - [2024-10-28 02:18:35] "DELETE /access-control-list/edcb351e-ed5b-4480-9c60-cd21c679667e HTTP/1.1" 200 115 0.046733 10.0.0.17 - - [2024-10-28 02:18:35] "GET /project/bf6ceb0d-4ff3-4a96-b619-bcfa1046c73f?fields=application_policy_sets HTTP/1.1" 200 1398 0.078469 10.0.0.17 - - [2024-10-28 02:18:35] "DELETE /access-control-list/ec4438f8-dfc4-4fc8-ae03-fb7da8992d33 HTTP/1.1" 200 115 0.048974 10.0.0.17 - - [2024-10-28 02:18:35] "DELETE /access-control-list/fe6ccf4c-752d-444f-9462-f852ee81287d HTTP/1.1" 200 115 0.037799 10.0.0.17 - - [2024-10-28 02:18:35] "DELETE /project/a4bf75a9-f521-45ad-b212-58afb7670731 HTTP/1.1" 200 115 0.458290 10.0.0.17 - - [2024-10-28 02:18:35] "DELETE /project/bf6ceb0d-4ff3-4a96-b619-bcfa1046c73f HTTP/1.1" 200 115 0.468414 10.0.0.17 - - [2024-10-28 02:18:36] "POST /neutron/router HTTP/1.1" 200 656 0.004272 10.0.0.17 - - [2024-10-28 02:18:36] "POST /ref-update HTTP/1.1" 200 156 0.013457 10.0.0.17 - - [2024-10-28 02:18:36] "POST /neutron/router HTTP/1.1" 200 344 0.107078 10.0.0.17 - - [2024-10-28 02:18:36] "POST /neutron/router HTTP/1.1" 200 656 0.006067 10.0.0.17 - - [2024-10-28 02:18:36] "GET /logical-router/a97c55a8-0d33-49f0-9e73-3b167d4d04a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1973 0.007067 10.0.0.17 - - [2024-10-28 02:18:36] "GET /service-instance/f7a25701-d8f1-4c5c-aa28-2b82fcb79998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2326 0.005929 10.0.0.17 - - [2024-10-28 02:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.17 - - [2024-10-28 02:18:36] "POST /neutron/router HTTP/1.1" 200 151 0.066305 10.0.0.17 - - [2024-10-28 02:18:36] "DELETE /route-target/dbc6f34f-36c0-4d6e-8216-7cdac263cb05 HTTP/1.1" 409 239 0.007445 10.0.0.17 - - [2024-10-28 02:18:36] "PUT /logical-router/a97c55a8-0d33-49f0-9e73-3b167d4d04a0 HTTP/1.1" 404 171 0.002831 10.0.0.17 - - [2024-10-28 02:18:36] "POST /ref-update HTTP/1.1" 200 156 0.020358 10.0.0.17 - - [2024-10-28 02:18:36] "DELETE /route-table/1bc57676-bcbf-4b4c-93c4-cbb89c29970b HTTP/1.1" 200 115 0.038333 10.0.0.17 - - [2024-10-28 02:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002876 10.0.0.17 - - [2024-10-28 02:18:36] "PUT /routing-instance/ff0fee62-c9dd-47cb-bdaf-03f463f65c7d HTTP/1.1" 200 266 0.011656 10.0.0.17 - - [2024-10-28 02:18:36] "GET /virtual-network/4a12669a-4e7a-4896-9053-5237b0065bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2132 0.017786 10.0.0.17 - - [2024-10-28 02:18:36] "POST /neutron/network HTTP/1.1" 200 833 0.023191 10.0.0.17 - - [2024-10-28 02:18:36] "POST /ref-update HTTP/1.1" 200 156 0.017121 10.0.0.17 - - [2024-10-28 02:18:36] "POST /neutron/network HTTP/1.1" 400 204 0.054214 10.0.0.17 - - [2024-10-28 02:18:36] "POST /ref-update HTTP/1.1" 200 156 0.013804 10.0.0.17 - - [2024-10-28 02:18:36] "DELETE /instance-ip/0535a8d7-9569-4297-8cf2-7b853b23d6a1 HTTP/1.1" 200 115 0.039649 10.0.0.17 - - [2024-10-28 02:18:37] "POST /useragent-kv HTTP/1.1" 200 115 0.001498 10.0.0.17 - - [2024-10-28 02:18:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002346 10.0.0.17 - - [2024-10-28 02:18:37] "DELETE /virtual-network/4a12669a-4e7a-4896-9053-5237b0065bad HTTP/1.1" 200 115 0.130800 10.0.0.17 - - [2024-10-28 02:18:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.007689 10.0.0.17 - - [2024-10-28 02:18:37] "DELETE /route-target/f7cb9855-52c9-4bbd-9ddc-b73842ea9d9a HTTP/1.1" 200 115 0.016119 10.0.0.17 - - [2024-10-28 02:18:37] "DELETE /service-instance/f7a25701-d8f1-4c5c-aa28-2b82fcb79998 HTTP/1.1" 200 115 0.047669 10.0.0.17 - - [2024-10-28 02:18:37] "GET /logical-router/a97c55a8-0d33-49f0-9e73-3b167d4d04a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002736 10.0.0.17 - - [2024-10-28 02:18:37] "GET /service-instance/f7a25701-d8f1-4c5c-aa28-2b82fcb79998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003547 10.0.0.17 - - [2024-10-28 02:18:37] "GET /virtual-machine-interface/73252ca1-d0b9-48c5-8faf-699fa0b720ef?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1663 0.011063 10.0.0.17 - - [2024-10-28 02:18:37] "POST /neutron/port HTTP/1.1" 200 1090 0.018162 10.0.0.17 - - [2024-10-28 02:18:37] "POST /neutron/port HTTP/1.1" 200 1116 0.012183 10.0.0.17 - - [2024-10-28 02:18:37] "POST /ref-update HTTP/1.1" 200 156 0.027306 10.0.0.17 - - [2024-10-28 02:18:37] "POST /neutron/port HTTP/1.1" 200 1091 0.023604 10.0.0.17 - - [2024-10-28 02:18:37] "GET /instance-ip/95659e2b-e365-4823-b461-02a38f01d6d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006419 10.0.0.17 - - [2024-10-28 02:18:37] "POST /neutron/port HTTP/1.1" 200 1117 0.015571 10.0.0.17 - - [2024-10-28 02:18:37] "DELETE /virtual-machine-interface/73252ca1-d0b9-48c5-8faf-699fa0b720ef HTTP/1.1" 200 115 0.066910 10.0.0.17 - - [2024-10-28 02:18:37] "GET /virtual-machine-interface/ba2c7e1b-56ba-4d5c-81a7-56e4d03bb839?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1343 0.016126 10.0.0.17 - - [2024-10-28 02:18:37] "POST /neutron/port HTTP/1.1" 200 151 0.182444 10.0.0.17 - - [2024-10-28 02:18:37] "POST /neutron/port HTTP/1.1" 200 151 0.180805 10.0.0.17 - - [2024-10-28 02:18:37] "DELETE /virtual-machine-interface/ba2c7e1b-56ba-4d5c-81a7-56e4d03bb839 HTTP/1.1" 200 115 0.042622 10.0.0.17 - - [2024-10-28 02:18:37] "POST /ref-update HTTP/1.1" 200 156 0.016994 10.0.0.17 - - [2024-10-28 02:18:37] "DELETE /virtual-machine/77d0cd40-d5e6-4ac9-9669-bbd7772dd0e5 HTTP/1.1" 200 115 0.025086 10.0.0.17 - - [2024-10-28 02:18:37] "GET /virtual-machine-interface/fd57db90-a6ee-48e0-9afa-f883374fc948?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1344 0.010555 10.0.0.17 - - [2024-10-28 02:18:37] "DELETE /virtual-machine-interface/fd57db90-a6ee-48e0-9afa-f883374fc948 HTTP/1.1" 200 115 0.028185 10.0.0.17 - - [2024-10-28 02:18:37] "GET /virtual-machine-interface/23a2b7e7-bc43-4f41-8ddc-b620cf734d1b?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1663 0.012235 10.0.0.17 - - [2024-10-28 02:18:37] "POST /ref-update HTTP/1.1" 200 156 0.014254 10.0.0.17 - - [2024-10-28 02:18:37] "GET /instance-ip/95659e2b-e365-4823-b461-02a38f01d6d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1695 0.007963 10.0.0.17 - - [2024-10-28 02:18:37] "DELETE /instance-ip/95659e2b-e365-4823-b461-02a38f01d6d6 HTTP/1.1" 200 115 0.024304 10.0.0.17 - - [2024-10-28 02:18:38] "DELETE /virtual-machine-interface/23a2b7e7-bc43-4f41-8ddc-b620cf734d1b HTTP/1.1" 200 115 0.044685 10.0.0.17 - - [2024-10-28 02:18:38] "DELETE /virtual-machine/27c11c6e-410b-4207-96ed-4d28bf359956 HTTP/1.1" 200 115 0.021035 10.0.0.17 - - [2024-10-28 02:18:38] "POST /neutron/network HTTP/1.1" 200 833 0.008495 10.0.0.17 - - [2024-10-28 02:18:38] "POST /useragent-kv HTTP/1.1" 200 115 0.001216 10.0.0.17 - - [2024-10-28 02:18:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.006972 10.0.0.17 - - [2024-10-28 02:18:38] "POST /useragent-kv HTTP/1.1" 200 115 0.001160 10.0.0.17 - - [2024-10-28 02:18:38] "POST /neutron/network HTTP/1.1" 200 151 0.091002 10.0.0.17 - - [2024-10-28 02:18:38] "POST /neutron/network HTTP/1.1" 200 827 0.009158 10.0.0.17 - - [2024-10-28 02:18:38] "DELETE /route-target/2bfa33cf-749d-46b0-9c53-6553ba64b601 HTTP/1.1" 200 115 0.027083 10.0.0.17 - - [2024-10-28 02:18:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005058 10.0.0.17 - - [2024-10-28 02:18:39] "POST /useragent-kv HTTP/1.1" 200 115 0.001365 10.0.0.17 - - [2024-10-28 02:18:39] "POST /useragent-kv HTTP/1.1" 200 115 0.001194 10.0.0.17 - - [2024-10-28 02:18:39] "POST /neutron/network HTTP/1.1" 200 151 0.089257 10.0.0.17 - - [2024-10-28 02:18:39] "DELETE /route-target/2e5373b9-ecf5-4c4b-8e78-54893ce3aef2 HTTP/1.1" 200 115 0.020153 10.0.0.17 - - [2024-10-28 02:18:39] "GET /projects?obj_uuids=9bf9f023-c56f-4bf0-b83f-3e7c94b14d82&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001297 10.0.0.17 - - [2024-10-28 02:18:39] "GET /project/9bf9f023-c56f-4bf0-b83f-3e7c94b14d82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.034884 10.0.0.17 - - [2024-10-28 02:18:39] "GET /projects?obj_uuids=9bf9f023-c56f-4bf0-b83f-3e7c94b14d82&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002023 10.0.0.17 - - [2024-10-28 02:18:39] "GET /project/9bf9f023-c56f-4bf0-b83f-3e7c94b14d82?fields=virtual_networks HTTP/1.1" 200 1049 0.085067 10.0.0.17 - - [2024-10-28 02:18:39] "GET /projects?obj_uuids=9bf9f023-c56f-4bf0-b83f-3e7c94b14d82&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001447 10.0.0.17 - - [2024-10-28 02:18:39] "GET /project/9bf9f023-c56f-4bf0-b83f-3e7c94b14d82?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.040089 10.0.0.17 - - [2024-10-28 02:18:39] "GET /projects?obj_uuids=9bf9f023-c56f-4bf0-b83f-3e7c94b14d82&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001937 10.0.0.17 - - [2024-10-28 02:18:39] "GET /project/9bf9f023-c56f-4bf0-b83f-3e7c94b14d82?fields=security_groups HTTP/1.1" 200 1278 0.033537 10.0.0.17 - - [2024-10-28 02:18:40] "POST /fqname-to-id HTTP/1.1" 404 196 0.026584 10.0.0.17 - - [2024-10-28 02:18:40] "GET /projects?obj_uuids=ff6572cf-1dc0-475c-a8d7-a2e9484116af&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003028 10.0.0.17 - - [2024-10-28 02:18:40] "GET /domains?obj_uuids=e92f8937-f54d-44e7-9020-3c14a03f7680&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001374 10.0.0.17 - - [2024-10-28 02:18:40] "GET /domain/e92f8937-f54d-44e7-9020-3c14a03f7680?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009342 10.0.0.17 - - [2024-10-28 02:18:40] "POST /id-to-fqname HTTP/1.1" 200 198 0.002060 10.0.0.17 - - [2024-10-28 02:18:40] "POST /fqname-to-id HTTP/1.1" 404 207 0.002848 10.0.0.17 - - [2024-10-28 02:18:40] "POST /security-groups HTTP/1.1" 200 599 0.063796 10.0.0.17 - - [2024-10-28 02:18:40] "POST /fqname-to-id HTTP/1.1" 404 242 0.002479 10.0.0.17 - - [2024-10-28 02:18:40] "POST /projects HTTP/1.1" 200 601 0.221256 10.0.0.17 - - [2024-10-28 02:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.294070 10.0.0.17 - - [2024-10-28 02:18:40] "POST /access-control-lists HTTP/1.1" 200 604 0.064685 10.0.0.17 - - [2024-10-28 02:18:40] "POST /fqname-to-id HTTP/1.1" 404 241 0.003160 10.0.0.17 - - [2024-10-28 02:18:40] "GET /project/ff6572cf-1dc0-475c-a8d7-a2e9484116af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.430757 10.0.0.17 - - [2024-10-28 02:18:40] "POST /access-control-lists HTTP/1.1" 200 602 0.066925 10.0.0.17 - - [2024-10-28 02:18:41] "GET /obj-perms HTTP/1.1" 200 5056 0.090065 10.0.0.17 - - [2024-10-28 02:18:42] "GET /obj-perms HTTP/1.1" 200 5056 0.200367 10.0.0.17 - - [2024-10-28 02:18:42] "GET / HTTP/1.1" 200 35931 0.001736 10.0.0.17 - - [2024-10-28 02:18:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000495 10.0.0.17 - - [2024-10-28 02:18:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.058928 10.0.0.17 - - [2024-10-28 02:18:43] "GET /projects?obj_uuids=ff6572cf-1dc0-475c-a8d7-a2e9484116af&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001323 10.0.0.17 - - [2024-10-28 02:18:43] "GET /project/ff6572cf-1dc0-475c-a8d7-a2e9484116af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.031182 10.0.0.17 - - [2024-10-28 02:18:43] "POST /neutron/network HTTP/1.1" 200 117 0.033840 10.0.0.17 - - [2024-10-28 02:18:43] "GET /projects?obj_uuids=ff6572cf-1dc0-475c-a8d7-a2e9484116af&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001290 10.0.0.17 - - [2024-10-28 02:18:44] "POST /neutron/network HTTP/1.1" 200 613 0.104969 10.0.0.17 - - [2024-10-28 02:18:44] "POST /route-targets HTTP/1.1" 200 327 0.015457 10.0.0.17 - - [2024-10-28 02:18:44] "POST /ref-update HTTP/1.1" 200 156 0.016615 10.0.0.17 - - [2024-10-28 02:18:44] "POST /useragent-kv HTTP/1.1" 200 115 0.005199 10.0.0.17 - - [2024-10-28 02:18:44] "POST /neutron/subnet HTTP/1.1" 200 734 0.167346 10.0.0.17 - - [2024-10-28 02:18:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003832 10.0.0.17 - - [2024-10-28 02:18:44] "POST /neutron/subnet HTTP/1.1" 200 828 0.142568 10.0.0.17 - - [2024-10-28 02:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.042557 10.0.0.17 - - [2024-10-28 02:18:44] "POST /neutron/network HTTP/1.1" 200 1008 0.010261 10.0.0.17 - - [2024-10-28 02:18:44] "GET /virtual-network/ebdd3a44-2e84-492e-9e39-acb78e938717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1961 0.018835 10.0.0.17 - - [2024-10-28 02:18:44] "POST /id-to-fqname HTTP/1.1" 200 228 0.001778 10.0.0.17 - - [2024-10-28 02:18:44] "GET /virtual-network/7e45e297-d6e5-4101-b19b-96664eb06ec0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.009797 10.0.0.17 - - [2024-10-28 02:18:44] "POST /neutron/network HTTP/1.1" 200 1008 0.008563 10.0.0.17 - - [2024-10-28 02:18:44] "GET /virtual-network/7e45e297-d6e5-4101-b19b-96664eb06ec0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.009368 10.0.0.17 - - [2024-10-28 02:18:44] "POST /neutron/network HTTP/1.1" 200 1008 0.008015 10.0.0.17 - - [2024-10-28 02:18:44] "POST /neutron/subnet HTTP/1.1" 200 734 0.008155 10.0.0.17 - - [2024-10-28 02:18:44] "POST /neutron/subnet HTTP/1.1" 200 828 0.007704 10.0.0.17 - - [2024-10-28 02:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.17 - - [2024-10-28 02:18:44] "GET /projects?obj_uuids=ff6572cf-1dc0-475c-a8d7-a2e9484116af&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001239 10.0.0.17 - - [2024-10-28 02:18:44] "GET /project/ff6572cf-1dc0-475c-a8d7-a2e9484116af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.035148 10.0.0.17 - - [2024-10-28 02:18:44] "POST /neutron/network HTTP/1.1" 200 117 0.011423 10.0.0.17 - - [2024-10-28 02:18:44] "GET /projects?obj_uuids=ff6572cf-1dc0-475c-a8d7-a2e9484116af&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001198 10.0.0.17 - - [2024-10-28 02:18:44] "POST /neutron/network HTTP/1.1" 200 613 0.077445 10.0.0.17 - - [2024-10-28 02:18:44] "POST /route-targets HTTP/1.1" 200 327 0.009953 10.0.0.17 - - [2024-10-28 02:18:44] "POST /ref-update HTTP/1.1" 200 156 0.011688 10.0.0.17 - - [2024-10-28 02:18:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003067 10.0.0.17 - - [2024-10-28 02:18:44] "POST /neutron/subnet HTTP/1.1" 200 725 0.128465 10.0.0.17 - - [2024-10-28 02:18:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004374 10.0.0.17 - - [2024-10-28 02:18:45] "GET /virtual-network/ebdd3a44-2e84-492e-9e39-acb78e938717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1961 0.009408 10.0.0.17 - - [2024-10-28 02:18:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002475 10.0.0.17 - - [2024-10-28 02:18:45] "POST /neutron/subnet HTTP/1.1" 200 823 0.165995 10.0.0.17 - - [2024-10-28 02:18:45] "POST /neutron/network HTTP/1.1" 200 1005 0.006857 10.0.0.17 - - [2024-10-28 02:18:45] "POST /id-to-fqname HTTP/1.1" 200 228 0.001876 10.0.0.17 - - [2024-10-28 02:18:45] "GET /virtual-network/f893b10e-8a9a-4da2-a8d4-0e6a181e7f64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.010141 10.0.0.17 - - [2024-10-28 02:18:45] "POST /neutron/network HTTP/1.1" 200 1005 0.007509 10.0.0.17 - - [2024-10-28 02:18:45] "GET /virtual-network/f893b10e-8a9a-4da2-a8d4-0e6a181e7f64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.008552 10.0.0.17 - - [2024-10-28 02:18:45] "POST /neutron/network HTTP/1.1" 200 1005 0.011339 10.0.0.17 - - [2024-10-28 02:18:45] "POST /neutron/subnet HTTP/1.1" 200 725 0.007805 10.0.0.17 - - [2024-10-28 02:18:45] "POST /neutron/subnet HTTP/1.1" 200 823 0.008151 10.0.0.17 - - [2024-10-28 02:18:45] "POST /fqname-to-id HTTP/1.1" 404 234 0.002533 10.0.0.17 - - [2024-10-28 02:18:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002529 10.0.0.17 - - [2024-10-28 02:18:45] "GET /projects?obj_uuids=ff6572cf-1dc0-475c-a8d7-a2e9484116af&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001209 10.0.0.17 - - [2024-10-28 02:18:45] "GET /project/ff6572cf-1dc0-475c-a8d7-a2e9484116af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.036193 10.0.0.17 - - [2024-10-28 02:18:45] "POST /network-policys HTTP/1.1" 200 577 0.060866 10.0.0.17 - - [2024-10-28 02:18:45] "GET /network-policy/43c67037-5fca-42b8-8b8d-de9718b692cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.006791 10.0.0.17 - - [2024-10-28 02:18:45] "POST /neutron/network HTTP/1.1" 200 1008 0.010085 10.0.0.17 - - [2024-10-28 02:18:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.007102 10.0.0.17 - - [2024-10-28 02:18:45] "POST /fqname-to-id HTTP/1.1" 404 242 0.006418 10.0.0.17 - - [2024-10-28 02:18:45] "GET /virtual-network/ebdd3a44-2e84-492e-9e39-acb78e938717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1961 0.010259 10.0.0.17 - - [2024-10-28 02:18:45] "POST /neutron/network HTTP/1.1" 200 1116 0.073083 10.0.0.17 - - [2024-10-28 02:18:45] "POST /access-control-lists HTTP/1.1" 200 596 0.085059 10.0.0.17 - - [2024-10-28 02:18:45] "POST /neutron/network HTTP/1.1" 200 1116 0.047068 10.0.0.17 - - [2024-10-28 02:18:45] "GET /virtual-network/7e45e297-d6e5-4101-b19b-96664eb06ec0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.009503 10.0.0.17 - - [2024-10-28 02:18:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002257 10.0.0.17 - - [2024-10-28 02:18:45] "GET /network-policy/43c67037-5fca-42b8-8b8d-de9718b692cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.004898 10.0.0.17 - - [2024-10-28 02:18:45] "POST /neutron/network HTTP/1.1" 200 1005 0.008476 10.0.0.17 - - [2024-10-28 02:18:46] "POST /fqname-to-id HTTP/1.1" 404 242 0.006980 10.0.0.17 - - [2024-10-28 02:18:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.006012 10.0.0.17 - - [2024-10-28 02:18:46] "GET /virtual-network/ebdd3a44-2e84-492e-9e39-acb78e938717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1961 0.009796 10.0.0.17 - - [2024-10-28 02:18:46] "POST /neutron/network HTTP/1.1" 200 1113 0.068485 10.0.0.17 - - [2024-10-28 02:18:46] "POST /access-control-lists HTTP/1.1" 200 596 0.078827 10.0.0.17 - - [2024-10-28 02:18:46] "POST /neutron/network HTTP/1.1" 200 1113 0.040438 10.0.0.17 - - [2024-10-28 02:18:46] "GET /virtual-network/f893b10e-8a9a-4da2-a8d4-0e6a181e7f64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.009611 10.0.0.17 - - [2024-10-28 02:18:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.17 - - [2024-10-28 02:18:46] "POST /ref-update HTTP/1.1" 200 156 0.009111 10.0.0.17 - - [2024-10-28 02:18:46] "GET /network-policy/43c67037-5fca-42b8-8b8d-de9718b692cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.004265 10.0.0.17 - - [2024-10-28 02:18:46] "GET /domains HTTP/1.1" 401 292 0.000483 10.0.0.17 - - [2024-10-28 02:18:46] "PUT /access-control-list/2b76b1ed-4e5b-408c-a52f-9febcaf82a8f HTTP/1.1" 200 272 0.053594 10.0.0.17 - - [2024-10-28 02:18:46] "GET /domains HTTP/1.1" 200 280 0.025455 10.0.0.17 - - [2024-10-28 02:18:46] "GET /domains?obj_uuids=e92f8937-f54d-44e7-9020-3c14a03f7680&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002460 10.0.0.17 - - [2024-10-28 02:18:46] "GET /domain/e92f8937-f54d-44e7-9020-3c14a03f7680 HTTP/1.1" 200 2771 0.014007 10.0.0.17 - - [2024-10-28 02:18:46] "GET /projects?obj_uuids=ff6572cf-1dc0-475c-a8d7-a2e9484116af&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001349 10.0.0.17 - - [2024-10-28 02:18:46] "GET /project/ff6572cf-1dc0-475c-a8d7-a2e9484116af HTTP/1.1" 200 2636 0.082886 10.0.0.17 - - [2024-10-28 02:18:46] "GET /virtual-network/7e45e297-d6e5-4101-b19b-96664eb06ec0 HTTP/1.1" 200 3511 0.010139 10.0.0.17 - - [2024-10-28 02:18:46] "GET /virtual-network/7e45e297-d6e5-4101-b19b-96664eb06ec0 HTTP/1.1" 200 3511 0.008599 10.0.0.17 - - [2024-10-28 02:18:46] "GET /routing-instance/415d045e-e35a-4711-b194-4a134a56edbc HTTP/1.1" 200 1795 0.004852 10.0.0.17 - - [2024-10-28 02:18:46] "GET /routing-instance/415d045e-e35a-4711-b194-4a134a56edbc HTTP/1.1" 200 1795 0.004320 10.0.0.17 - - [2024-10-28 02:18:46] "GET /route-target/dc7bfd5f-a00d-412e-90e1-c84134124a58 HTTP/1.1" 200 1213 0.004259 10.0.0.17 - - [2024-10-28 02:18:46] "GET /virtual-network/7e45e297-d6e5-4101-b19b-96664eb06ec0 HTTP/1.1" 200 3511 0.010224 10.0.0.17 - - [2024-10-28 02:18:46] "GET /routing-instance/415d045e-e35a-4711-b194-4a134a56edbc HTTP/1.1" 200 1795 0.004868 10.0.0.17 - - [2024-10-28 02:18:46] "GET /virtual-network/7e45e297-d6e5-4101-b19b-96664eb06ec0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.009567 10.0.0.17 - - [2024-10-28 02:18:46] "GET /virtual-network/7e45e297-d6e5-4101-b19b-96664eb06ec0 HTTP/1.1" 200 3511 0.008224 10.0.0.17 - - [2024-10-28 02:18:46] "GET /routing-instance/415d045e-e35a-4711-b194-4a134a56edbc HTTP/1.1" 200 1795 0.004871 10.0.0.17 - - [2024-10-28 02:18:46] "GET /routing-instance/415d045e-e35a-4711-b194-4a134a56edbc HTTP/1.1" 200 1795 0.004678 10.0.0.17 - - [2024-10-28 02:18:46] "GET /route-target/dc7bfd5f-a00d-412e-90e1-c84134124a58 HTTP/1.1" 200 1213 0.003611 10.0.0.17 - - [2024-10-28 02:18:46] "GET /domains HTTP/1.1" 200 280 0.003309 10.0.0.17 - - [2024-10-28 02:18:46] "GET /domains?obj_uuids=e92f8937-f54d-44e7-9020-3c14a03f7680&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001612 10.0.0.17 - - [2024-10-28 02:18:46] "GET /domain/e92f8937-f54d-44e7-9020-3c14a03f7680 HTTP/1.1" 200 2771 0.010315 10.0.0.17 - - [2024-10-28 02:18:46] "GET /projects?obj_uuids=ff6572cf-1dc0-475c-a8d7-a2e9484116af&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001031 10.0.0.17 - - [2024-10-28 02:18:46] "GET /project/ff6572cf-1dc0-475c-a8d7-a2e9484116af HTTP/1.1" 200 2636 0.079801 10.0.0.17 - - [2024-10-28 02:18:46] "GET /virtual-network/7e45e297-d6e5-4101-b19b-96664eb06ec0 HTTP/1.1" 200 3511 0.009980 10.0.0.17 - - [2024-10-28 02:18:47] "GET /obj-perms HTTP/1.1" 200 5046 0.055775 10.0.0.17 - - [2024-10-28 02:18:47] "GET /domains HTTP/1.1" 200 280 0.005218 10.0.0.17 - - [2024-10-28 02:18:47] "GET /domains?obj_uuids=e92f8937-f54d-44e7-9020-3c14a03f7680&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001730 10.0.0.17 - - [2024-10-28 02:18:47] "GET /domain/e92f8937-f54d-44e7-9020-3c14a03f7680 HTTP/1.1" 200 2771 0.012187 10.0.0.17 - - [2024-10-28 02:18:47] "GET /projects?obj_uuids=ff6572cf-1dc0-475c-a8d7-a2e9484116af&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001264 10.0.0.17 - - [2024-10-28 02:18:47] "GET /project/ff6572cf-1dc0-475c-a8d7-a2e9484116af HTTP/1.1" 200 2636 0.076240 10.0.0.17 - - [2024-10-28 02:18:47] "GET /virtual-network/f893b10e-8a9a-4da2-a8d4-0e6a181e7f64 HTTP/1.1" 200 3503 0.011468 10.0.0.17 - - [2024-10-28 02:18:47] "GET /virtual-network/f893b10e-8a9a-4da2-a8d4-0e6a181e7f64 HTTP/1.1" 200 3503 0.008657 10.0.0.17 - - [2024-10-28 02:18:47] "GET /routing-instance/261e660c-21fa-4a73-81e8-7d2208e234af HTTP/1.1" 200 1794 0.004453 10.0.0.17 - - [2024-10-28 02:18:47] "GET /routing-instance/261e660c-21fa-4a73-81e8-7d2208e234af HTTP/1.1" 200 1794 0.004410 10.0.0.17 - - [2024-10-28 02:18:47] "GET /route-target/21f832c0-3f35-44fc-963a-fd5d3d9b7acb HTTP/1.1" 200 1212 0.006016 10.0.0.17 - - [2024-10-28 02:18:47] "GET /virtual-network/f893b10e-8a9a-4da2-a8d4-0e6a181e7f64 HTTP/1.1" 200 3503 0.008843 10.0.0.17 - - [2024-10-28 02:18:47] "GET /routing-instance/261e660c-21fa-4a73-81e8-7d2208e234af HTTP/1.1" 200 1794 0.004630 10.0.0.17 - - [2024-10-28 02:18:47] "GET /virtual-network/f893b10e-8a9a-4da2-a8d4-0e6a181e7f64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.009796 10.0.0.17 - - [2024-10-28 02:18:47] "GET /virtual-network/f893b10e-8a9a-4da2-a8d4-0e6a181e7f64 HTTP/1.1" 200 3503 0.008912 10.0.0.17 - - [2024-10-28 02:18:47] "GET /routing-instance/261e660c-21fa-4a73-81e8-7d2208e234af HTTP/1.1" 200 1794 0.004384 10.0.0.17 - - [2024-10-28 02:18:47] "GET /routing-instance/261e660c-21fa-4a73-81e8-7d2208e234af HTTP/1.1" 200 1794 0.004047 10.0.0.17 - - [2024-10-28 02:18:47] "GET /route-target/21f832c0-3f35-44fc-963a-fd5d3d9b7acb HTTP/1.1" 200 1212 0.003307 10.0.0.17 - - [2024-10-28 02:18:47] "GET /domains HTTP/1.1" 200 280 0.003386 10.0.0.17 - - [2024-10-28 02:18:47] "GET /domains?obj_uuids=e92f8937-f54d-44e7-9020-3c14a03f7680&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001263 10.0.0.17 - - [2024-10-28 02:18:47] "GET /domain/e92f8937-f54d-44e7-9020-3c14a03f7680 HTTP/1.1" 200 2771 0.008960 10.0.0.17 - - [2024-10-28 02:18:47] "GET /projects?obj_uuids=ff6572cf-1dc0-475c-a8d7-a2e9484116af&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001384 10.0.0.17 - - [2024-10-28 02:18:47] "GET /project/ff6572cf-1dc0-475c-a8d7-a2e9484116af HTTP/1.1" 200 2636 0.076296 10.0.0.17 - - [2024-10-28 02:18:47] "GET /virtual-network/f893b10e-8a9a-4da2-a8d4-0e6a181e7f64 HTTP/1.1" 200 3503 0.009033 10.0.0.17 - - [2024-10-28 02:18:47] "GET /obj-perms HTTP/1.1" 200 5046 0.004276 10.0.0.17 - - [2024-10-28 02:18:47] "GET /virtual-network/f893b10e-8a9a-4da2-a8d4-0e6a181e7f64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.009292 10.0.0.17 - - [2024-10-28 02:18:47] "POST /neutron/network HTTP/1.1" 200 1113 0.008108 10.0.0.17 - - [2024-10-28 02:18:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005636 10.0.0.17 - - [2024-10-28 02:18:47] "GET /virtual-network/ebdd3a44-2e84-492e-9e39-acb78e938717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1961 0.015459 10.0.0.17 - - [2024-10-28 02:18:47] "POST /neutron/network HTTP/1.1" 200 1005 0.077900 10.0.0.17 - - [2024-10-28 02:18:47] "DELETE /access-control-list/df00d7bb-e100-4fac-acd6-f2d449eec7c8 HTTP/1.1" 200 115 0.058244 10.0.0.17 - - [2024-10-28 02:18:47] "POST /neutron/network HTTP/1.1" 200 1005 0.010349 10.0.0.17 - - [2024-10-28 02:18:47] "POST /ref-update HTTP/1.1" 200 156 0.013902 10.0.0.17 - - [2024-10-28 02:18:47] "GET /virtual-network/f893b10e-8a9a-4da2-a8d4-0e6a181e7f64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.019005 10.0.0.17 - - [2024-10-28 02:18:47] "GET /virtual-network/7e45e297-d6e5-4101-b19b-96664eb06ec0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.008992 10.0.0.17 - - [2024-10-28 02:18:47] "POST /neutron/network HTTP/1.1" 200 1116 0.007755 10.0.0.17 - - [2024-10-28 02:18:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.008124 10.0.0.17 - - [2024-10-28 02:18:48] "GET /virtual-network/ebdd3a44-2e84-492e-9e39-acb78e938717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1961 0.010087 10.0.0.17 - - [2024-10-28 02:18:48] "POST /neutron/network HTTP/1.1" 200 1008 0.067012 10.0.0.17 - - [2024-10-28 02:18:48] "POST /neutron/network HTTP/1.1" 200 1008 0.017696 10.0.0.17 - - [2024-10-28 02:18:48] "DELETE /access-control-list/2b76b1ed-4e5b-408c-a52f-9febcaf82a8f HTTP/1.1" 200 115 0.065276 10.0.0.17 - - [2024-10-28 02:18:48] "GET /virtual-network/7e45e297-d6e5-4101-b19b-96664eb06ec0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.009472 10.0.0.17 - - [2024-10-28 02:18:48] "POST /ref-update HTTP/1.1" 200 156 0.020438 10.0.0.17 - - [2024-10-28 02:18:48] "DELETE /network-policy/43c67037-5fca-42b8-8b8d-de9718b692cd HTTP/1.1" 200 115 0.034034 10.0.0.17 - - [2024-10-28 02:18:48] "POST /neutron/network HTTP/1.1" 200 1005 0.007204 10.0.0.17 - - [2024-10-28 02:18:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005001 10.0.0.17 - - [2024-10-28 02:18:48] "POST /useragent-kv HTTP/1.1" 200 115 0.001281 10.0.0.17 - - [2024-10-28 02:18:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002917 10.0.0.17 - - [2024-10-28 02:18:48] "POST /useragent-kv HTTP/1.1" 200 115 0.001102 10.0.0.17 - - [2024-10-28 02:18:48] "POST /useragent-kv HTTP/1.1" 200 115 0.001075 10.0.0.17 - - [2024-10-28 02:18:48] "POST /neutron/network HTTP/1.1" 200 151 0.098181 10.0.0.17 - - [2024-10-28 02:18:48] "DELETE /route-target/21f832c0-3f35-44fc-963a-fd5d3d9b7acb HTTP/1.1" 200 115 0.028371 10.0.0.17 - - [2024-10-28 02:18:48] "GET /routing-instance/261e660c-21fa-4a73-81e8-7d2208e234af HTTP/1.1" 404 171 0.005382 10.0.0.17 - - [2024-10-28 02:18:48] "GET /domains HTTP/1.1" 200 280 0.002079 10.0.0.17 - - [2024-10-28 02:18:48] "GET /domains?obj_uuids=e92f8937-f54d-44e7-9020-3c14a03f7680&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001166 10.0.0.17 - - [2024-10-28 02:18:48] "GET /domain/e92f8937-f54d-44e7-9020-3c14a03f7680 HTTP/1.1" 200 2771 0.052594 10.0.0.17 - - [2024-10-28 02:18:48] "GET /projects?obj_uuids=ff6572cf-1dc0-475c-a8d7-a2e9484116af&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001202 10.0.0.17 - - [2024-10-28 02:18:48] "GET /project/ff6572cf-1dc0-475c-a8d7-a2e9484116af HTTP/1.1" 200 2156 0.074948 10.0.0.17 - - [2024-10-28 02:18:48] "POST /neutron/network HTTP/1.1" 200 1008 0.008233 10.0.0.17 - - [2024-10-28 02:18:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005065 10.0.0.17 - - [2024-10-28 02:18:48] "POST /useragent-kv HTTP/1.1" 200 115 0.001183 10.0.0.17 - - [2024-10-28 02:18:48] "POST /useragent-kv HTTP/1.1" 200 115 0.001014 10.0.0.17 - - [2024-10-28 02:18:48] "POST /useragent-kv HTTP/1.1" 200 115 0.001043 10.0.0.17 - - [2024-10-28 02:18:48] "POST /useragent-kv HTTP/1.1" 200 115 0.001351 10.0.0.17 - - [2024-10-28 02:18:48] "POST /neutron/network HTTP/1.1" 200 151 0.096098 10.0.0.17 - - [2024-10-28 02:18:48] "DELETE /route-target/dc7bfd5f-a00d-412e-90e1-c84134124a58 HTTP/1.1" 200 115 0.027493 10.0.0.17 - - [2024-10-28 02:18:48] "GET /routing-instance/415d045e-e35a-4711-b194-4a134a56edbc HTTP/1.1" 404 171 0.003436 10.0.0.17 - - [2024-10-28 02:18:48] "GET /domains HTTP/1.1" 200 280 0.002633 10.0.0.17 - - [2024-10-28 02:18:48] "GET /domains?obj_uuids=e92f8937-f54d-44e7-9020-3c14a03f7680&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001639 10.0.0.17 - - [2024-10-28 02:18:48] "GET /domain/e92f8937-f54d-44e7-9020-3c14a03f7680 HTTP/1.1" 200 2771 0.052909 10.0.0.17 - - [2024-10-28 02:18:48] "GET /projects?obj_uuids=ff6572cf-1dc0-475c-a8d7-a2e9484116af&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001131 10.0.0.17 - - [2024-10-28 02:18:48] "GET /project/ff6572cf-1dc0-475c-a8d7-a2e9484116af HTTP/1.1" 200 1911 0.088335 10.0.0.17 - - [2024-10-28 02:18:49] "GET /projects?obj_uuids=ff6572cf-1dc0-475c-a8d7-a2e9484116af&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001253 10.0.0.17 - - [2024-10-28 02:18:49] "GET /project/ff6572cf-1dc0-475c-a8d7-a2e9484116af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.033645 10.0.0.17 - - [2024-10-28 02:18:49] "GET /projects?obj_uuids=ff6572cf-1dc0-475c-a8d7-a2e9484116af&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001369 10.0.0.17 - - [2024-10-28 02:18:49] "GET /project/ff6572cf-1dc0-475c-a8d7-a2e9484116af?fields=virtual_networks HTTP/1.1" 200 1059 0.081079 10.0.0.17 - - [2024-10-28 02:18:49] "GET /projects?obj_uuids=ff6572cf-1dc0-475c-a8d7-a2e9484116af&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001286 10.0.0.17 - - [2024-10-28 02:18:49] "GET /project/ff6572cf-1dc0-475c-a8d7-a2e9484116af?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.042256 10.0.0.17 - - [2024-10-28 02:18:49] "GET /projects?obj_uuids=ff6572cf-1dc0-475c-a8d7-a2e9484116af&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001314 10.0.0.17 - - [2024-10-28 02:18:49] "GET /project/ff6572cf-1dc0-475c-a8d7-a2e9484116af?fields=security_groups HTTP/1.1" 200 1293 0.031651 10.0.0.17 - - [2024-10-28 02:18:50] "POST /fqname-to-id HTTP/1.1" 404 190 0.031232 10.0.0.17 - - [2024-10-28 02:18:50] "GET /projects?obj_uuids=67e142c3-f3de-472d-8aae-b86049a466f2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002534 10.0.0.17 - - [2024-10-28 02:18:50] "GET /domains?obj_uuids=e92f8937-f54d-44e7-9020-3c14a03f7680&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001647 10.0.0.17 - - [2024-10-28 02:18:50] "GET /domain/e92f8937-f54d-44e7-9020-3c14a03f7680?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.011882 10.0.0.17 - - [2024-10-28 02:18:50] "POST /id-to-fqname HTTP/1.1" 200 192 0.002075 10.0.0.17 - - [2024-10-28 02:18:50] "POST /fqname-to-id HTTP/1.1" 404 201 0.004699 10.0.0.17 - - [2024-10-28 02:18:50] "POST /security-groups HTTP/1.1" 200 593 0.063823 10.0.0.17 - - [2024-10-28 02:18:50] "POST /fqname-to-id HTTP/1.1" 404 236 0.003605 10.0.0.17 - - [2024-10-28 02:18:50] "POST /projects HTTP/1.1" 200 589 0.223803 10.0.0.17 - - [2024-10-28 02:18:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.255472 10.0.0.17 - - [2024-10-28 02:18:50] "POST /access-control-lists HTTP/1.1" 200 598 0.061134 10.0.0.17 - - [2024-10-28 02:18:50] "GET /project/67e142c3-f3de-472d-8aae-b86049a466f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.407122 10.0.0.17 - - [2024-10-28 02:18:50] "POST /fqname-to-id HTTP/1.1" 404 235 0.002894 10.0.0.17 - - [2024-10-28 02:18:50] "POST /access-control-lists HTTP/1.1" 200 596 0.063753 10.0.0.17 - - [2024-10-28 02:18:51] "GET / HTTP/1.1" 200 35931 0.002234 10.0.0.17 - - [2024-10-28 02:18:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000603 10.0.0.17 - - [2024-10-28 02:18:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.062335 10.0.0.17 - - [2024-10-28 02:18:52] "GET /projects?obj_uuids=67e142c3-f3de-472d-8aae-b86049a466f2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001038 10.0.0.17 - - [2024-10-28 02:18:52] "GET /project/67e142c3-f3de-472d-8aae-b86049a466f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.030401 10.0.0.17 - - [2024-10-28 02:18:52] "POST /neutron/network HTTP/1.1" 200 117 0.032425 10.0.0.17 - - [2024-10-28 02:18:52] "GET /projects?obj_uuids=67e142c3-f3de-472d-8aae-b86049a466f2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001896 10.0.0.17 - - [2024-10-28 02:18:52] "POST /neutron/network HTTP/1.1" 200 607 0.068292 10.0.0.17 - - [2024-10-28 02:18:53] "POST /route-targets HTTP/1.1" 200 327 0.016448 10.0.0.17 - - [2024-10-28 02:18:53] "POST /ref-update HTTP/1.1" 200 156 0.016620 10.0.0.17 - - [2024-10-28 02:18:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003161 10.0.0.17 - - [2024-10-28 02:18:53] "POST /neutron/subnet HTTP/1.1" 200 734 0.195081 10.0.0.17 - - [2024-10-28 02:18:53] "POST /neutron/network HTTP/1.1" 200 828 0.006283 10.0.0.17 - - [2024-10-28 02:18:53] "POST /id-to-fqname HTTP/1.1" 200 222 0.001414 10.0.0.17 - - [2024-10-28 02:18:53] "GET /virtual-network/1144c42a-62ca-4338-be52-891c514809eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.010825 10.0.0.17 - - [2024-10-28 02:18:53] "POST /neutron/network HTTP/1.1" 200 828 0.006759 10.0.0.17 - - [2024-10-28 02:18:53] "GET /virtual-network/1144c42a-62ca-4338-be52-891c514809eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.009617 10.0.0.17 - - [2024-10-28 02:18:53] "POST /neutron/network HTTP/1.1" 200 828 0.005601 10.0.0.17 - - [2024-10-28 02:18:53] "POST /neutron/subnet HTTP/1.1" 200 734 0.006795 10.0.0.17 - - [2024-10-28 02:18:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004038 10.0.0.17 - - [2024-10-28 02:18:53] "GET /projects?obj_uuids=67e142c3-f3de-472d-8aae-b86049a466f2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001190 10.0.0.17 - - [2024-10-28 02:18:53] "GET /project/67e142c3-f3de-472d-8aae-b86049a466f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.036904 10.0.0.17 - - [2024-10-28 02:18:53] "POST /neutron/network HTTP/1.1" 200 117 0.010185 10.0.0.17 - - [2024-10-28 02:18:53] "GET /projects?obj_uuids=67e142c3-f3de-472d-8aae-b86049a466f2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001210 10.0.0.17 - - [2024-10-28 02:18:53] "POST /neutron/network HTTP/1.1" 200 607 0.072659 10.0.0.17 - - [2024-10-28 02:18:53] "POST /route-targets HTTP/1.1" 200 327 0.012351 10.0.0.17 - - [2024-10-28 02:18:53] "POST /ref-update HTTP/1.1" 200 156 0.012017 10.0.0.17 - - [2024-10-28 02:18:53] "POST /useragent-kv HTTP/1.1" 200 115 0.005364 10.0.0.17 - - [2024-10-28 02:18:53] "POST /neutron/subnet HTTP/1.1" 200 720 0.163824 10.0.0.17 - - [2024-10-28 02:18:53] "POST /neutron/network HTTP/1.1" 200 825 0.007400 10.0.0.17 - - [2024-10-28 02:18:53] "POST /id-to-fqname HTTP/1.1" 200 222 0.003635 10.0.0.17 - - [2024-10-28 02:18:53] "GET /virtual-network/160ccb58-7d51-4ef3-94da-a5bab0b395bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.010347 10.0.0.17 - - [2024-10-28 02:18:53] "POST /neutron/network HTTP/1.1" 200 825 0.005217 10.0.0.17 - - [2024-10-28 02:18:53] "GET /virtual-network/160ccb58-7d51-4ef3-94da-a5bab0b395bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008974 10.0.0.17 - - [2024-10-28 02:18:53] "POST /neutron/network HTTP/1.1" 200 825 0.007163 10.0.0.17 - - [2024-10-28 02:18:53] "POST /neutron/subnet HTTP/1.1" 200 720 0.007214 10.0.0.17 - - [2024-10-28 02:18:53] "POST /fqname-to-id HTTP/1.1" 404 228 0.002290 10.0.0.17 - - [2024-10-28 02:18:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002144 10.0.0.17 - - [2024-10-28 02:18:54] "GET /projects?obj_uuids=67e142c3-f3de-472d-8aae-b86049a466f2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001255 10.0.0.17 - - [2024-10-28 02:18:54] "GET /project/67e142c3-f3de-472d-8aae-b86049a466f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.040545 10.0.0.17 - - [2024-10-28 02:18:54] "POST /network-policys HTTP/1.1" 200 571 0.019599 10.0.0.17 - - [2024-10-28 02:18:54] "GET /network-policy/a5d22536-90c8-4f1e-9c45-7b123c82537a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.006111 10.0.0.17 - - [2024-10-28 02:18:54] "POST /neutron/network HTTP/1.1" 200 828 0.007472 10.0.0.17 - - [2024-10-28 02:18:54] "POST /fqname-to-id HTTP/1.1" 404 236 0.002959 10.0.0.17 - - [2024-10-28 02:18:54] "POST /neutron/network HTTP/1.1" 200 930 0.049851 10.0.0.17 - - [2024-10-28 02:18:54] "POST /neutron/network HTTP/1.1" 200 930 0.006728 10.0.0.17 - - [2024-10-28 02:18:54] "GET /virtual-network/1144c42a-62ca-4338-be52-891c514809eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.043533 10.0.0.17 - - [2024-10-28 02:18:54] "POST /access-control-lists HTTP/1.1" 200 590 0.096254 10.0.0.17 - - [2024-10-28 02:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005174 10.0.0.17 - - [2024-10-28 02:18:54] "GET /network-policy/a5d22536-90c8-4f1e-9c45-7b123c82537a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.004096 10.0.0.17 - - [2024-10-28 02:18:54] "POST /neutron/network HTTP/1.1" 200 825 0.005651 10.0.0.17 - - [2024-10-28 02:18:54] "POST /fqname-to-id HTTP/1.1" 404 236 0.005737 10.0.0.17 - - [2024-10-28 02:18:54] "POST /neutron/network HTTP/1.1" 200 927 0.054930 10.0.0.17 - - [2024-10-28 02:18:54] "POST /neutron/network HTTP/1.1" 200 927 0.008835 10.0.0.17 - - [2024-10-28 02:18:54] "GET /virtual-network/160ccb58-7d51-4ef3-94da-a5bab0b395bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.050688 10.0.0.17 - - [2024-10-28 02:18:54] "POST /access-control-lists HTTP/1.1" 200 590 0.087922 10.0.0.17 - - [2024-10-28 02:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.010540 10.0.0.17 - - [2024-10-28 02:18:54] "GET /network-policy/a5d22536-90c8-4f1e-9c45-7b123c82537a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.004395 10.0.0.17 - - [2024-10-28 02:18:54] "POST /ref-update HTTP/1.1" 200 156 0.018287 10.0.0.17 - - [2024-10-28 02:18:54] "GET /domains HTTP/1.1" 401 292 0.000530 10.0.0.17 - - [2024-10-28 02:18:54] "PUT /access-control-list/023d5f9b-a2e5-4921-ab36-4aeab26b2f0c HTTP/1.1" 200 272 0.057840 10.0.0.17 - - [2024-10-28 02:18:55] "GET /domains HTTP/1.1" 200 280 0.027891 10.0.0.17 - - [2024-10-28 02:18:55] "GET /domains?obj_uuids=e92f8937-f54d-44e7-9020-3c14a03f7680&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001103 10.0.0.17 - - [2024-10-28 02:18:55] "GET /domain/e92f8937-f54d-44e7-9020-3c14a03f7680 HTTP/1.1" 200 2959 0.009243 10.0.0.17 - - [2024-10-28 02:18:55] "GET /projects?obj_uuids=67e142c3-f3de-472d-8aae-b86049a466f2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001619 10.0.0.17 - - [2024-10-28 02:18:55] "GET /project/67e142c3-f3de-472d-8aae-b86049a466f2 HTTP/1.1" 200 2580 0.083729 10.0.0.17 - - [2024-10-28 02:18:55] "GET /virtual-network/1144c42a-62ca-4338-be52-891c514809eb HTTP/1.1" 200 2897 0.009522 10.0.0.17 - - [2024-10-28 02:18:55] "GET /virtual-network/1144c42a-62ca-4338-be52-891c514809eb HTTP/1.1" 200 2897 0.009561 10.0.0.17 - - [2024-10-28 02:18:55] "GET /routing-instance/afdc625d-4d6c-4748-b4d8-d89bdd361973 HTTP/1.1" 200 1784 0.005113 10.0.0.17 - - [2024-10-28 02:18:55] "GET /routing-instance/afdc625d-4d6c-4748-b4d8-d89bdd361973 HTTP/1.1" 200 1784 0.004833 10.0.0.17 - - [2024-10-28 02:18:55] "GET /route-target/19c9cb67-a47d-47c8-b113-8a3b5b6ea3d8 HTTP/1.1" 200 1206 0.004643 10.0.0.17 - - [2024-10-28 02:18:55] "GET /virtual-network/1144c42a-62ca-4338-be52-891c514809eb HTTP/1.1" 200 2897 0.012685 10.0.0.17 - - [2024-10-28 02:18:55] "GET /routing-instance/afdc625d-4d6c-4748-b4d8-d89bdd361973 HTTP/1.1" 200 1784 0.004851 10.0.0.17 - - [2024-10-28 02:18:55] "GET /virtual-network/1144c42a-62ca-4338-be52-891c514809eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.008516 10.0.0.17 - - [2024-10-28 02:18:55] "GET /virtual-network/1144c42a-62ca-4338-be52-891c514809eb HTTP/1.1" 200 2897 0.008543 10.0.0.17 - - [2024-10-28 02:18:55] "GET /routing-instance/afdc625d-4d6c-4748-b4d8-d89bdd361973 HTTP/1.1" 200 1784 0.004949 10.0.0.17 - - [2024-10-28 02:18:55] "GET /routing-instance/afdc625d-4d6c-4748-b4d8-d89bdd361973 HTTP/1.1" 200 1784 0.006862 10.0.0.17 - - [2024-10-28 02:18:55] "GET /route-target/19c9cb67-a47d-47c8-b113-8a3b5b6ea3d8 HTTP/1.1" 200 1206 0.005388 10.0.0.17 - - [2024-10-28 02:18:55] "GET /domains HTTP/1.1" 200 280 0.003728 10.0.0.17 - - [2024-10-28 02:18:55] "GET /domains?obj_uuids=e92f8937-f54d-44e7-9020-3c14a03f7680&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002028 10.0.0.17 - - [2024-10-28 02:18:55] "GET /domain/e92f8937-f54d-44e7-9020-3c14a03f7680 HTTP/1.1" 200 2959 0.011178 10.0.0.17 - - [2024-10-28 02:18:55] "GET /projects?obj_uuids=67e142c3-f3de-472d-8aae-b86049a466f2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001387 10.0.0.17 - - [2024-10-28 02:18:55] "GET /project/67e142c3-f3de-472d-8aae-b86049a466f2 HTTP/1.1" 200 2580 0.085990 10.0.0.17 - - [2024-10-28 02:18:55] "GET /virtual-network/1144c42a-62ca-4338-be52-891c514809eb HTTP/1.1" 200 2897 0.009097 10.0.0.17 - - [2024-10-28 02:18:55] "GET /obj-perms HTTP/1.1" 200 5034 0.058919 10.0.0.17 - - [2024-10-28 02:18:55] "GET /domains HTTP/1.1" 200 280 0.003074 10.0.0.17 - - [2024-10-28 02:18:55] "GET /domains?obj_uuids=e92f8937-f54d-44e7-9020-3c14a03f7680&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001269 10.0.0.17 - - [2024-10-28 02:18:55] "GET /domain/e92f8937-f54d-44e7-9020-3c14a03f7680 HTTP/1.1" 200 2959 0.008285 10.0.0.17 - - [2024-10-28 02:18:55] "GET /projects?obj_uuids=67e142c3-f3de-472d-8aae-b86049a466f2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002872 10.0.0.17 - - [2024-10-28 02:18:55] "GET /project/67e142c3-f3de-472d-8aae-b86049a466f2 HTTP/1.1" 200 2580 0.077858 10.0.0.17 - - [2024-10-28 02:18:55] "GET /virtual-network/160ccb58-7d51-4ef3-94da-a5bab0b395bc HTTP/1.1" 200 2888 0.010493 10.0.0.17 - - [2024-10-28 02:18:55] "GET /virtual-network/160ccb58-7d51-4ef3-94da-a5bab0b395bc HTTP/1.1" 200 2888 0.008665 10.0.0.17 - - [2024-10-28 02:18:56] "GET /routing-instance/abdbb27c-913d-472d-98c3-d71086b899e9 HTTP/1.1" 200 1784 0.005119 10.0.0.17 - - [2024-10-28 02:18:56] "GET /routing-instance/abdbb27c-913d-472d-98c3-d71086b899e9 HTTP/1.1" 200 1784 0.004869 10.0.0.17 - - [2024-10-28 02:18:56] "GET /route-target/e667860c-726f-4968-a493-7476a1120f14 HTTP/1.1" 200 1207 0.004111 10.0.0.17 - - [2024-10-28 02:18:56] "GET /virtual-network/160ccb58-7d51-4ef3-94da-a5bab0b395bc HTTP/1.1" 200 2888 0.008927 10.0.0.17 - - [2024-10-28 02:18:56] "GET /routing-instance/abdbb27c-913d-472d-98c3-d71086b899e9 HTTP/1.1" 200 1784 0.005556 10.0.0.17 - - [2024-10-28 02:18:56] "GET /virtual-network/160ccb58-7d51-4ef3-94da-a5bab0b395bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.010380 10.0.0.17 - - [2024-10-28 02:18:56] "GET /virtual-network/160ccb58-7d51-4ef3-94da-a5bab0b395bc HTTP/1.1" 200 2888 0.010299 10.0.0.17 - - [2024-10-28 02:18:56] "GET /routing-instance/abdbb27c-913d-472d-98c3-d71086b899e9 HTTP/1.1" 200 1784 0.003947 10.0.0.17 - - [2024-10-28 02:18:56] "GET /routing-instance/abdbb27c-913d-472d-98c3-d71086b899e9 HTTP/1.1" 200 1784 0.004743 10.0.0.17 - - [2024-10-28 02:18:56] "GET /route-target/e667860c-726f-4968-a493-7476a1120f14 HTTP/1.1" 200 1207 0.003989 10.0.0.17 - - [2024-10-28 02:18:56] "GET /domains HTTP/1.1" 200 280 0.002858 10.0.0.17 - - [2024-10-28 02:18:56] "GET /domains?obj_uuids=e92f8937-f54d-44e7-9020-3c14a03f7680&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001193 10.0.0.17 - - [2024-10-28 02:18:56] "GET /domain/e92f8937-f54d-44e7-9020-3c14a03f7680 HTTP/1.1" 200 2959 0.009354 10.0.0.17 - - [2024-10-28 02:18:56] "GET /projects?obj_uuids=67e142c3-f3de-472d-8aae-b86049a466f2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001580 10.0.0.17 - - [2024-10-28 02:18:56] "GET /project/67e142c3-f3de-472d-8aae-b86049a466f2 HTTP/1.1" 200 2580 0.089780 10.0.0.17 - - [2024-10-28 02:18:56] "GET /virtual-network/160ccb58-7d51-4ef3-94da-a5bab0b395bc HTTP/1.1" 200 2888 0.013782 10.0.0.17 - - [2024-10-28 02:18:56] "GET /obj-perms HTTP/1.1" 200 5034 0.006001 10.0.0.17 - - [2024-10-28 02:18:56] "POST /id-to-fqname HTTP/1.1" 200 222 0.001440 10.0.0.17 - - [2024-10-28 02:18:56] "POST /neutron/network HTTP/1.1" 200 940 0.006446 10.0.0.17 - - [2024-10-28 02:18:56] "GET /aaa-mode HTTP/1.1" 401 292 0.000441 10.0.0.17 - - [2024-10-28 02:18:56] "GET / HTTP/1.1" 200 35931 0.002110 10.0.0.17 - - [2024-10-28 02:18:56] "GET /project/67e142c3-f3de-472d-8aae-b86049a466f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000488 10.0.0.17 - - [2024-10-28 02:18:57] "GET /projects?obj_uuids=67e142c3-f3de-472d-8aae-b86049a466f2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001122 10.0.0.17 - - [2024-10-28 02:18:57] "GET /project/67e142c3-f3de-472d-8aae-b86049a466f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.068141 10.0.0.17 - - [2024-10-28 02:18:57] "POST /neutron/network HTTP/1.1" 200 930 0.006350 10.0.0.17 - - [2024-10-28 02:18:57] "POST /neutron/port HTTP/1.1" 200 117 0.005609 10.0.0.17 - - [2024-10-28 02:18:57] "POST /neutron/port HTTP/1.1" 200 117 0.005704 10.0.0.17 - - [2024-10-28 02:18:57] "POST /id-to-fqname HTTP/1.1" 200 222 0.002092 10.0.0.17 - - [2024-10-28 02:18:57] "POST /neutron/port HTTP/1.1" 200 117 0.006810 10.0.0.17 - - [2024-10-28 02:18:57] "POST /neutron/network HTTP/1.1" 200 937 0.005764 10.0.0.17 - - [2024-10-28 02:18:57] "GET /aaa-mode HTTP/1.1" 401 292 0.000447 10.0.0.17 - - [2024-10-28 02:18:57] "POST /neutron/network HTTP/1.1" 200 940 0.006461 10.0.0.17 - - [2024-10-28 02:18:57] "GET /projects?obj_uuids=67e142c3-f3de-472d-8aae-b86049a466f2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001249 10.0.0.17 - - [2024-10-28 02:18:57] "GET / HTTP/1.1" 200 35931 0.002787 10.0.0.17 - - [2024-10-28 02:18:58] "GET /project/67e142c3-f3de-472d-8aae-b86049a466f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000677 10.0.0.17 - - [2024-10-28 02:18:58] "POST /neutron/port HTTP/1.1" 200 1064 0.232602 10.0.0.17 - - [2024-10-28 02:18:58] "POST /neutron/port HTTP/1.1" 200 1064 0.010633 10.0.0.17 - - [2024-10-28 02:18:58] "POST /neutron/port HTTP/1.1" 200 1064 0.008610 10.0.0.17 - - [2024-10-28 02:18:58] "POST /neutron/port HTTP/1.1" 200 1118 0.080570 10.0.0.17 - - [2024-10-28 02:18:58] "POST /neutron/port HTTP/1.1" 200 1092 0.038659 10.0.0.17 - - [2024-10-28 02:18:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006324 10.0.0.17 - - [2024-10-28 02:18:58] "GET /projects?obj_uuids=67e142c3-f3de-472d-8aae-b86049a466f2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001205 10.0.0.17 - - [2024-10-28 02:18:58] "GET /project/67e142c3-f3de-472d-8aae-b86049a466f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.081203 10.0.0.17 - - [2024-10-28 02:18:58] "POST /neutron/subnet HTTP/1.1" 200 708 0.037003 10.0.0.17 - - [2024-10-28 02:18:58] "POST /neutron/port HTTP/1.1" 200 117 0.001091 10.0.0.17 - - [2024-10-28 02:18:58] "POST /neutron/network HTTP/1.1" 200 927 0.007137 10.0.0.17 - - [2024-10-28 02:18:58] "POST /neutron/network HTTP/1.1" 200 930 0.005097 10.0.0.17 - - [2024-10-28 02:18:58] "POST /neutron/port HTTP/1.1" 200 1092 0.032936 10.0.0.17 - - [2024-10-28 02:18:58] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009955 10.0.0.17 - - [2024-10-28 02:18:58] "POST /neutron/port HTTP/1.1" 200 117 0.006783 10.0.0.17 - - [2024-10-28 02:18:58] "POST /neutron/port HTTP/1.1" 200 1092 0.022437 10.0.0.17 - - [2024-10-28 02:18:58] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007361 10.0.0.17 - - [2024-10-28 02:18:59] "POST /neutron/network HTTP/1.1" 200 937 0.006674 10.0.0.17 - - [2024-10-28 02:18:59] "GET /projects?obj_uuids=67e142c3-f3de-472d-8aae-b86049a466f2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001357 10.0.0.17 - - [2024-10-28 02:18:59] "PUT /access-control-list/34ea29e0-5ed6-49c5-9ee9-131e3398322c HTTP/1.1" 200 272 0.059753 10.0.0.17 - - [2024-10-28 02:18:59] "POST /neutron/port HTTP/1.1" 200 1061 0.397265 10.0.0.17 - - [2024-10-28 02:18:59] "POST /neutron/port HTTP/1.1" 200 1061 0.013075 10.0.0.17 - - [2024-10-28 02:18:59] "POST /neutron/port HTTP/1.1" 200 1061 0.011277 10.0.0.17 - - [2024-10-28 02:18:59] "POST /neutron/port HTTP/1.1" 200 1115 0.075365 10.0.0.17 - - [2024-10-28 02:18:59] "POST /neutron/port HTTP/1.1" 200 1089 0.016564 10.0.0.17 - - [2024-10-28 02:18:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003917 10.0.0.17 - - [2024-10-28 02:18:59] "POST /neutron/subnet HTTP/1.1" 200 694 0.013676 10.0.0.17 - - [2024-10-28 02:18:59] "POST /neutron/port HTTP/1.1" 200 117 0.001597 10.0.0.17 - - [2024-10-28 02:18:59] "POST /neutron/network HTTP/1.1" 200 927 0.006404 10.0.0.17 - - [2024-10-28 02:19:03] "POST /neutron/port HTTP/1.1" 200 1092 0.016854 10.0.0.17 - - [2024-10-28 02:19:03] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007004 10.0.0.17 - - [2024-10-28 02:19:03] "POST /neutron/port HTTP/1.1" 200 1092 0.015823 10.0.0.17 - - [2024-10-28 02:19:04] "POST /neutron/security_group HTTP/1.1" 200 2060 0.014212 10.0.0.17 - - [2024-10-28 02:19:04] "POST /neutron/port HTTP/1.1" 200 1092 0.034602 10.0.0.17 - - [2024-10-28 02:19:04] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010094 10.0.0.17 - - [2024-10-28 02:19:04] "GET /virtual-machine/e1af443a-1ac4-46ae-8fec-c1972a112220 HTTP/1.1" 200 1295 0.006591 10.0.0.17 - - [2024-10-28 02:19:04] "GET /virtual-machine-interface/ad41644e-75fd-48bc-9c40-ac3ebdb96ec5 HTTP/1.1" 200 2952 0.009289 10.0.0.17 - - [2024-10-28 02:19:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.17 - - [2024-10-28 02:19:04] "GET /global-vrouter-config/a1ff2597-4e21-4594-806c-350319d89fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005358 10.0.0.17 - - [2024-10-28 02:19:04] "GET /virtual-networks?parent_id=67e142c3-f3de-472d-8aae-b86049a466f2&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.005746 10.0.0.17 - - [2024-10-28 02:19:04] "GET /virtual-network/1144c42a-62ca-4338-be52-891c514809eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.010847 10.0.0.17 - - [2024-10-28 02:19:07] "POST /neutron/port HTTP/1.1" 200 1092 0.035192 10.0.0.17 - - [2024-10-28 02:19:07] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010918 10.0.0.17 - - [2024-10-28 02:19:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.17 - - [2024-10-28 02:19:07] "GET /virtual-network/1144c42a-62ca-4338-be52-891c514809eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.015315 10.0.0.17 - - [2024-10-28 02:19:08] "POST /neutron/port HTTP/1.1" 200 1089 0.022361 10.0.0.17 - - [2024-10-28 02:19:08] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006494 10.0.0.17 - - [2024-10-28 02:19:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.17 - - [2024-10-28 02:19:09] "GET /global-vrouter-config/a1ff2597-4e21-4594-806c-350319d89fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004158 10.0.0.17 - - [2024-10-28 02:19:09] "GET /virtual-networks?parent_id=67e142c3-f3de-472d-8aae-b86049a466f2&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003784 10.0.0.17 - - [2024-10-28 02:19:09] "GET /virtual-network/1144c42a-62ca-4338-be52-891c514809eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.010012 10.0.0.17 - - [2024-10-28 02:19:09] "POST /neutron/port HTTP/1.1" 200 1089 0.023997 10.0.0.17 - - [2024-10-28 02:19:09] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007055 10.0.0.17 - - [2024-10-28 02:19:10] "POST /neutron/port HTTP/1.1" 200 1089 0.020232 10.0.0.17 - - [2024-10-28 02:19:10] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007286 10.0.0.17 - - [2024-10-28 02:19:10] "POST /neutron/port HTTP/1.1" 200 1089 0.023136 10.0.0.17 - - [2024-10-28 02:19:10] "POST /neutron/security_group HTTP/1.1" 200 2060 0.011360 10.0.0.17 - - [2024-10-28 02:19:10] "GET /virtual-machine/1f2e88c8-f500-4120-be7d-305c8047451c HTTP/1.1" 200 1294 0.006423 10.0.0.17 - - [2024-10-28 02:19:10] "GET /virtual-machine-interface/4d137863-6059-4d41-bcc8-4b99f6cc290e HTTP/1.1" 200 2951 0.008655 10.0.0.17 - - [2024-10-28 02:19:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920 10.0.0.17 - - [2024-10-28 02:19:10] "GET /global-vrouter-config/a1ff2597-4e21-4594-806c-350319d89fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005224 10.0.0.17 - - [2024-10-28 02:19:10] "GET /virtual-networks?parent_id=67e142c3-f3de-472d-8aae-b86049a466f2&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003029 10.0.0.17 - - [2024-10-28 02:19:10] "GET /virtual-network/160ccb58-7d51-4ef3-94da-a5bab0b395bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.014199 10.0.0.17 - - [2024-10-28 02:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.17 - - [2024-10-28 02:19:11] "GET /global-vrouter-config/a1ff2597-4e21-4594-806c-350319d89fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004975 10.0.0.17 - - [2024-10-28 02:19:11] "GET /virtual-networks?parent_id=67e142c3-f3de-472d-8aae-b86049a466f2&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002997 10.0.0.17 - - [2024-10-28 02:19:11] "GET /virtual-network/160ccb58-7d51-4ef3-94da-a5bab0b395bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.009383 10.0.0.17 - - [2024-10-28 02:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003177 10.0.0.17 - - [2024-10-28 02:19:15] "GET /projects?obj_uuids=67e142c3-f3de-472d-8aae-b86049a466f2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001499 10.0.0.17 - - [2024-10-28 02:19:15] "GET /project/67e142c3-f3de-472d-8aae-b86049a466f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.035610 10.0.0.17 - - [2024-10-28 02:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.17 - - [2024-10-28 02:19:15] "PUT /network-policy/a5d22536-90c8-4f1e-9c45-7b123c82537a HTTP/1.1" 200 262 0.011250 10.0.0.17 - - [2024-10-28 02:19:16] "PUT /access-control-list/34ea29e0-5ed6-49c5-9ee9-131e3398322c HTTP/1.1" 200 272 0.055429 10.0.0.17 - - [2024-10-28 02:19:16] "POST /ref-update HTTP/1.1" 200 156 0.012521 10.0.0.17 - - [2024-10-28 02:19:16] "PUT /access-control-list/023d5f9b-a2e5-4921-ab36-4aeab26b2f0c HTTP/1.1" 200 272 0.052699 10.0.0.17 - - [2024-10-28 02:19:16] "POST /ref-update HTTP/1.1" 200 156 0.012773 10.0.0.17 - - [2024-10-28 02:19:18] "GET /virtual-network/160ccb58-7d51-4ef3-94da-a5bab0b395bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.009782 10.0.0.17 - - [2024-10-28 02:19:18] "POST /neutron/network HTTP/1.1" 200 927 0.008115 10.0.0.17 - - [2024-10-28 02:19:19] "POST /neutron/network HTTP/1.1" 200 825 0.051150 10.0.0.17 - - [2024-10-28 02:19:19] "DELETE /access-control-list/34ea29e0-5ed6-49c5-9ee9-131e3398322c HTTP/1.1" 200 115 0.034394 10.0.0.17 - - [2024-10-28 02:19:19] "POST /neutron/network HTTP/1.1" 200 825 0.006364 10.0.0.17 - - [2024-10-28 02:19:19] "GET /virtual-network/160ccb58-7d51-4ef3-94da-a5bab0b395bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.016393 10.0.0.17 - - [2024-10-28 02:19:19] "GET /virtual-network/1144c42a-62ca-4338-be52-891c514809eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.010181 10.0.0.17 - - [2024-10-28 02:19:19] "POST /neutron/network HTTP/1.1" 200 930 0.006629 10.0.0.17 - - [2024-10-28 02:19:19] "POST /neutron/network HTTP/1.1" 200 828 0.058097 10.0.0.17 - - [2024-10-28 02:19:19] "DELETE /access-control-list/023d5f9b-a2e5-4921-ab36-4aeab26b2f0c HTTP/1.1" 200 115 0.053547 10.0.0.17 - - [2024-10-28 02:19:19] "POST /neutron/network HTTP/1.1" 200 828 0.007437 10.0.0.17 - - [2024-10-28 02:19:19] "GET /virtual-network/1144c42a-62ca-4338-be52-891c514809eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.017357 10.0.0.17 - - [2024-10-28 02:19:19] "DELETE /network-policy/a5d22536-90c8-4f1e-9c45-7b123c82537a HTTP/1.1" 200 115 0.025161 10.0.0.17 - - [2024-10-28 02:19:19] "POST /neutron/network HTTP/1.1" 200 825 0.009825 10.0.0.17 - - [2024-10-28 02:19:19] "POST /neutron/network HTTP/1.1" 400 204 0.011410 10.0.0.17 - - [2024-10-28 02:19:19] "POST /neutron/port HTTP/1.1" 200 1089 0.013798 10.0.0.17 - - [2024-10-28 02:19:19] "POST /neutron/port HTTP/1.1" 200 1115 0.010182 10.0.0.17 - - [2024-10-28 02:19:19] "POST /neutron/port HTTP/1.1" 200 1092 0.020253 10.0.0.17 - - [2024-10-28 02:19:19] "POST /neutron/port HTTP/1.1" 200 151 0.122540 10.0.0.17 - - [2024-10-28 02:19:19] "POST /neutron/port HTTP/1.1" 200 1118 0.011780 10.0.0.17 - - [2024-10-28 02:19:19] "POST /neutron/port HTTP/1.1" 200 151 0.121713 10.0.0.17 - - [2024-10-28 02:19:21] "POST /neutron/network HTTP/1.1" 200 825 0.005652 10.0.0.17 - - [2024-10-28 02:19:21] "POST /useragent-kv HTTP/1.1" 200 115 0.001611 10.0.0.17 - - [2024-10-28 02:19:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.007352 10.0.0.17 - - [2024-10-28 02:19:21] "POST /useragent-kv HTTP/1.1" 200 115 0.001393 10.0.0.17 - - [2024-10-28 02:19:21] "POST /neutron/network HTTP/1.1" 200 151 0.092307 10.0.0.17 - - [2024-10-28 02:19:21] "GET /routing-instance/abdbb27c-913d-472d-98c3-d71086b899e9 HTTP/1.1" 404 171 0.004792 10.0.0.17 - - [2024-10-28 02:19:21] "DELETE /route-target/e667860c-726f-4968-a493-7476a1120f14 HTTP/1.1" 200 115 0.018911 10.0.0.17 - - [2024-10-28 02:19:21] "GET /domains HTTP/1.1" 200 280 0.004307 10.0.0.17 - - [2024-10-28 02:19:21] "GET /domains?obj_uuids=e92f8937-f54d-44e7-9020-3c14a03f7680&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001844 10.0.0.17 - - [2024-10-28 02:19:21] "GET /domain/e92f8937-f54d-44e7-9020-3c14a03f7680 HTTP/1.1" 200 2959 0.054348 10.0.0.17 - - [2024-10-28 02:19:21] "GET /projects?obj_uuids=67e142c3-f3de-472d-8aae-b86049a466f2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001145 10.0.0.17 - - [2024-10-28 02:19:21] "GET /project/67e142c3-f3de-472d-8aae-b86049a466f2 HTTP/1.1" 200 2112 0.076441 10.0.0.17 - - [2024-10-28 02:19:21] "POST /neutron/network HTTP/1.1" 200 828 0.005735 10.0.0.17 - - [2024-10-28 02:19:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.17 - - [2024-10-28 02:19:21] "POST /useragent-kv HTTP/1.1" 200 115 0.001106 10.0.0.17 - - [2024-10-28 02:19:21] "POST /useragent-kv HTTP/1.1" 200 115 0.001369 10.0.0.17 - - [2024-10-28 02:19:21] "POST /neutron/network HTTP/1.1" 200 151 0.094767 10.0.0.17 - - [2024-10-28 02:19:21] "GET /routing-instance/afdc625d-4d6c-4748-b4d8-d89bdd361973 HTTP/1.1" 404 171 0.006335 10.0.0.17 - - [2024-10-28 02:19:21] "DELETE /route-target/19c9cb67-a47d-47c8-b113-8a3b5b6ea3d8 HTTP/1.1" 200 115 0.035133 10.0.0.17 - - [2024-10-28 02:19:21] "GET /domains HTTP/1.1" 200 280 0.002733 10.0.0.17 - - [2024-10-28 02:19:21] "GET /domains?obj_uuids=e92f8937-f54d-44e7-9020-3c14a03f7680&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001201 10.0.0.17 - - [2024-10-28 02:19:21] "GET /domain/e92f8937-f54d-44e7-9020-3c14a03f7680 HTTP/1.1" 200 2959 0.050333 10.0.0.17 - - [2024-10-28 02:19:21] "GET /projects?obj_uuids=67e142c3-f3de-472d-8aae-b86049a466f2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001149 10.0.0.17 - - [2024-10-28 02:19:21] "GET /project/67e142c3-f3de-472d-8aae-b86049a466f2 HTTP/1.1" 200 1873 0.077725 10.0.0.17 - - [2024-10-28 02:19:22] "GET /projects?obj_uuids=67e142c3-f3de-472d-8aae-b86049a466f2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001368 10.0.0.17 - - [2024-10-28 02:19:22] "GET /project/67e142c3-f3de-472d-8aae-b86049a466f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.034472 10.0.0.17 - - [2024-10-28 02:19:22] "GET /projects?obj_uuids=67e142c3-f3de-472d-8aae-b86049a466f2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001754 10.0.0.17 - - [2024-10-28 02:19:22] "GET /project/67e142c3-f3de-472d-8aae-b86049a466f2?fields=virtual_networks HTTP/1.1" 200 1045 0.086469 10.0.0.17 - - [2024-10-28 02:19:22] "GET /projects?obj_uuids=67e142c3-f3de-472d-8aae-b86049a466f2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001287 10.0.0.17 - - [2024-10-28 02:19:22] "GET /project/67e142c3-f3de-472d-8aae-b86049a466f2?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.037260 10.0.0.17 - - [2024-10-28 02:19:22] "GET /projects?obj_uuids=67e142c3-f3de-472d-8aae-b86049a466f2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001311 10.0.0.17 - - [2024-10-28 02:19:22] "GET /project/67e142c3-f3de-472d-8aae-b86049a466f2?fields=security_groups HTTP/1.1" 200 1273 0.042250 10.0.0.17 - - [2024-10-28 02:19:23] "POST /fqname-to-id HTTP/1.1" 404 186 0.025222 10.0.0.17 - - [2024-10-28 02:19:23] "GET /projects?obj_uuids=16aa58ca-ef53-4e48-8073-2b6211e7ec0e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002781 10.0.0.17 - - [2024-10-28 02:19:23] "GET /domains?obj_uuids=e92f8937-f54d-44e7-9020-3c14a03f7680&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002193 10.0.0.17 - - [2024-10-28 02:19:23] "GET /domain/e92f8937-f54d-44e7-9020-3c14a03f7680?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.011522 10.0.0.17 - - [2024-10-28 02:19:23] "POST /id-to-fqname HTTP/1.1" 200 188 0.002512 10.0.0.17 - - [2024-10-28 02:19:23] "POST /fqname-to-id HTTP/1.1" 404 197 0.005212 10.0.0.17 - - [2024-10-28 02:19:23] "POST /security-groups HTTP/1.1" 200 589 0.068005 10.0.0.17 - - [2024-10-28 02:19:23] "POST /fqname-to-id HTTP/1.1" 404 232 0.003955 10.0.0.17 - - [2024-10-28 02:19:23] "POST /projects HTTP/1.1" 200 581 0.234884 10.0.0.17 - - [2024-10-28 02:19:23] "POST /access-control-lists HTTP/1.1" 200 594 0.060183 10.0.0.17 - - [2024-10-28 02:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.318241 10.0.0.17 - - [2024-10-28 02:19:23] "POST /fqname-to-id HTTP/1.1" 404 231 0.002977 10.0.0.17 - - [2024-10-28 02:19:23] "GET /project/16aa58ca-ef53-4e48-8073-2b6211e7ec0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.460097 10.0.0.17 - - [2024-10-28 02:19:23] "POST /access-control-lists HTTP/1.1" 200 592 0.059704 10.0.0.17 - - [2024-10-28 02:19:24] "GET / HTTP/1.1" 200 35931 0.003238 10.0.0.17 - - [2024-10-28 02:19:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000569 10.0.0.17 - - [2024-10-28 02:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.061379 10.0.0.17 - - [2024-10-28 02:19:26] "GET /projects?obj_uuids=16aa58ca-ef53-4e48-8073-2b6211e7ec0e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001144 10.0.0.17 - - [2024-10-28 02:19:26] "GET /project/16aa58ca-ef53-4e48-8073-2b6211e7ec0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.033370 10.0.0.17 - - [2024-10-28 02:19:26] "POST /neutron/network HTTP/1.1" 200 117 0.030135 10.0.0.17 - - [2024-10-28 02:19:26] "GET /projects?obj_uuids=16aa58ca-ef53-4e48-8073-2b6211e7ec0e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001803 10.0.0.17 - - [2024-10-28 02:19:26] "POST /neutron/network HTTP/1.1" 200 613 0.076764 10.0.0.17 - - [2024-10-28 02:19:26] "POST /route-targets HTTP/1.1" 200 327 0.016265 10.0.0.17 - - [2024-10-28 02:19:26] "POST /ref-update HTTP/1.1" 200 156 0.013652 10.0.0.17 - - [2024-10-28 02:19:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002360 10.0.0.17 - - [2024-10-28 02:19:26] "POST /neutron/subnet HTTP/1.1" 200 729 0.137344 10.0.0.17 - - [2024-10-28 02:19:26] "POST /neutron/network HTTP/1.1" 200 833 0.006351 10.0.0.17 - - [2024-10-28 02:19:26] "POST /id-to-fqname HTTP/1.1" 200 223 0.001322 10.0.0.17 - - [2024-10-28 02:19:26] "GET /virtual-network/c07b23ca-437e-4b34-b1c0-78a542a57cde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.009098 10.0.0.17 - - [2024-10-28 02:19:26] "POST /neutron/network HTTP/1.1" 200 833 0.006138 10.0.0.17 - - [2024-10-28 02:19:26] "GET /virtual-network/c07b23ca-437e-4b34-b1c0-78a542a57cde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.009391 10.0.0.17 - - [2024-10-28 02:19:26] "POST /neutron/network HTTP/1.1" 200 833 0.005948 10.0.0.17 - - [2024-10-28 02:19:26] "POST /neutron/subnet HTTP/1.1" 200 729 0.007846 10.0.0.17 - - [2024-10-28 02:19:26] "GET /domains HTTP/1.1" 401 292 0.000512 10.0.0.17 - - [2024-10-28 02:19:26] "GET /domains HTTP/1.1" 200 280 0.029880 10.0.0.17 - - [2024-10-28 02:19:26] "GET /domains?obj_uuids=e92f8937-f54d-44e7-9020-3c14a03f7680&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001132 10.0.0.17 - - [2024-10-28 02:19:26] "GET /domain/e92f8937-f54d-44e7-9020-3c14a03f7680 HTTP/1.1" 200 3143 0.009733 10.0.0.17 - - [2024-10-28 02:19:26] "GET /projects?obj_uuids=16aa58ca-ef53-4e48-8073-2b6211e7ec0e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001464 10.0.0.17 - - [2024-10-28 02:19:27] "GET /project/16aa58ca-ef53-4e48-8073-2b6211e7ec0e HTTP/1.1" 200 2089 0.081141 10.0.0.17 - - [2024-10-28 02:19:27] "GET /virtual-network/c07b23ca-437e-4b34-b1c0-78a542a57cde HTTP/1.1" 200 2322 0.010020 10.0.0.17 - - [2024-10-28 02:19:27] "GET /virtual-network/c07b23ca-437e-4b34-b1c0-78a542a57cde HTTP/1.1" 200 2322 0.010573 10.0.0.17 - - [2024-10-28 02:19:27] "GET /routing-instance/2b103e12-f55b-48b7-9704-f8548991a143 HTTP/1.1" 200 1493 0.004837 10.0.0.17 - - [2024-10-28 02:19:27] "GET /routing-instance/2b103e12-f55b-48b7-9704-f8548991a143 HTTP/1.1" 200 1493 0.004721 10.0.0.17 - - [2024-10-28 02:19:27] "GET /route-target/0bc245da-834f-46d0-9b1b-53e4b7bc169a HTTP/1.1" 200 1211 0.004064 10.0.0.17 - - [2024-10-28 02:19:27] "GET /virtual-network/c07b23ca-437e-4b34-b1c0-78a542a57cde HTTP/1.1" 200 2322 0.010098 10.0.0.17 - - [2024-10-28 02:19:27] "GET /routing-instance/2b103e12-f55b-48b7-9704-f8548991a143 HTTP/1.1" 200 1493 0.004827 10.0.0.17 - - [2024-10-28 02:19:27] "GET /virtual-network/c07b23ca-437e-4b34-b1c0-78a542a57cde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008605 10.0.0.17 - - [2024-10-28 02:19:27] "GET /virtual-network/c07b23ca-437e-4b34-b1c0-78a542a57cde HTTP/1.1" 200 2322 0.008892 10.0.0.17 - - [2024-10-28 02:19:27] "GET /routing-instance/2b103e12-f55b-48b7-9704-f8548991a143 HTTP/1.1" 200 1493 0.005813 10.0.0.17 - - [2024-10-28 02:19:27] "GET /routing-instance/2b103e12-f55b-48b7-9704-f8548991a143 HTTP/1.1" 200 1493 0.005182 10.0.0.17 - - [2024-10-28 02:19:27] "GET /route-target/0bc245da-834f-46d0-9b1b-53e4b7bc169a HTTP/1.1" 200 1211 0.003905 10.0.0.17 - - [2024-10-28 02:19:27] "GET /domains HTTP/1.1" 200 280 0.002723 10.0.0.17 - - [2024-10-28 02:19:27] "GET /domains?obj_uuids=e92f8937-f54d-44e7-9020-3c14a03f7680&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001782 10.0.0.17 - - [2024-10-28 02:19:27] "GET /domain/e92f8937-f54d-44e7-9020-3c14a03f7680 HTTP/1.1" 200 3143 0.011190 10.0.0.17 - - [2024-10-28 02:19:27] "GET /projects?obj_uuids=16aa58ca-ef53-4e48-8073-2b6211e7ec0e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001228 10.0.0.17 - - [2024-10-28 02:19:27] "GET /project/16aa58ca-ef53-4e48-8073-2b6211e7ec0e HTTP/1.1" 200 2089 0.081567 10.0.0.17 - - [2024-10-28 02:19:27] "GET /virtual-network/c07b23ca-437e-4b34-b1c0-78a542a57cde HTTP/1.1" 200 2322 0.009215 10.0.0.17 - - [2024-10-28 02:19:27] "GET /obj-perms HTTP/1.1" 200 5026 0.057572 10.0.0.17 - - [2024-10-28 02:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.17 - - [2024-10-28 02:19:27] "GET /projects?obj_uuids=16aa58ca-ef53-4e48-8073-2b6211e7ec0e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001505 10.0.0.17 - - [2024-10-28 02:19:27] "GET /project/16aa58ca-ef53-4e48-8073-2b6211e7ec0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.036968 10.0.0.17 - - [2024-10-28 02:19:27] "POST /neutron/network HTTP/1.1" 200 117 0.009999 10.0.0.17 - - [2024-10-28 02:19:27] "GET /projects?obj_uuids=16aa58ca-ef53-4e48-8073-2b6211e7ec0e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001420 10.0.0.17 - - [2024-10-28 02:19:27] "POST /neutron/network HTTP/1.1" 200 613 0.079886 10.0.0.17 - - [2024-10-28 02:19:27] "POST /route-targets HTTP/1.1" 200 327 0.012142 10.0.0.17 - - [2024-10-28 02:19:27] "POST /ref-update HTTP/1.1" 200 156 0.012139 10.0.0.17 - - [2024-10-28 02:19:28] "POST /useragent-kv HTTP/1.1" 200 115 0.007986 10.0.0.17 - - [2024-10-28 02:19:28] "POST /neutron/subnet HTTP/1.1" 200 734 0.230634 10.0.0.17 - - [2024-10-28 02:19:28] "POST /neutron/network HTTP/1.1" 200 834 0.006154 10.0.0.17 - - [2024-10-28 02:19:28] "POST /id-to-fqname HTTP/1.1" 200 223 0.001541 10.0.0.17 - - [2024-10-28 02:19:28] "GET /virtual-network/0bd56504-ef6e-4336-9714-2a20d1c82dbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.009789 10.0.0.17 - - [2024-10-28 02:19:28] "POST /neutron/network HTTP/1.1" 200 834 0.006406 10.0.0.17 - - [2024-10-28 02:19:28] "GET /virtual-network/0bd56504-ef6e-4336-9714-2a20d1c82dbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.009839 10.0.0.17 - - [2024-10-28 02:19:28] "POST /neutron/network HTTP/1.1" 200 834 0.006537 10.0.0.17 - - [2024-10-28 02:19:28] "POST /neutron/subnet HTTP/1.1" 200 734 0.008589 10.0.0.17 - - [2024-10-28 02:19:28] "GET /domains HTTP/1.1" 200 280 0.002703 10.0.0.17 - - [2024-10-28 02:19:28] "GET /domains?obj_uuids=e92f8937-f54d-44e7-9020-3c14a03f7680&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001243 10.0.0.17 - - [2024-10-28 02:19:28] "GET /domain/e92f8937-f54d-44e7-9020-3c14a03f7680 HTTP/1.1" 200 3143 0.008846 10.0.0.17 - - [2024-10-28 02:19:28] "GET /projects?obj_uuids=16aa58ca-ef53-4e48-8073-2b6211e7ec0e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001232 10.0.0.17 - - [2024-10-28 02:19:28] "GET /project/16aa58ca-ef53-4e48-8073-2b6211e7ec0e HTTP/1.1" 200 2307 0.077328 10.0.0.17 - - [2024-10-28 02:19:28] "GET /virtual-network/0bd56504-ef6e-4336-9714-2a20d1c82dbb HTTP/1.1" 200 2323 0.012916 10.0.0.17 - - [2024-10-28 02:19:28] "GET /virtual-network/0bd56504-ef6e-4336-9714-2a20d1c82dbb HTTP/1.1" 200 2323 0.009930 10.0.0.17 - - [2024-10-28 02:19:28] "GET /routing-instance/afdd6aaa-b298-4782-aaa1-c10bad3ccc36 HTTP/1.1" 200 1494 0.005158 10.0.0.17 - - [2024-10-28 02:19:28] "GET /routing-instance/afdd6aaa-b298-4782-aaa1-c10bad3ccc36 HTTP/1.1" 200 1494 0.004630 10.0.0.17 - - [2024-10-28 02:19:28] "GET /route-target/be470a74-d09a-4e08-bbb4-f5ac208e8bd8 HTTP/1.1" 200 1213 0.003368 10.0.0.17 - - [2024-10-28 02:19:28] "GET /virtual-network/0bd56504-ef6e-4336-9714-2a20d1c82dbb HTTP/1.1" 200 2323 0.008250 10.0.0.17 - - [2024-10-28 02:19:28] "GET /routing-instance/afdd6aaa-b298-4782-aaa1-c10bad3ccc36 HTTP/1.1" 200 1494 0.004661 10.0.0.17 - - [2024-10-28 02:19:28] "GET /virtual-network/0bd56504-ef6e-4336-9714-2a20d1c82dbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.009068 10.0.0.17 - - [2024-10-28 02:19:28] "GET /virtual-network/0bd56504-ef6e-4336-9714-2a20d1c82dbb HTTP/1.1" 200 2323 0.010374 10.0.0.17 - - [2024-10-28 02:19:28] "GET /routing-instance/afdd6aaa-b298-4782-aaa1-c10bad3ccc36 HTTP/1.1" 200 1494 0.004701 10.0.0.17 - - [2024-10-28 02:19:28] "GET /routing-instance/afdd6aaa-b298-4782-aaa1-c10bad3ccc36 HTTP/1.1" 200 1494 0.004976 10.0.0.17 - - [2024-10-28 02:19:28] "GET /route-target/be470a74-d09a-4e08-bbb4-f5ac208e8bd8 HTTP/1.1" 200 1213 0.003701 10.0.0.17 - - [2024-10-28 02:19:28] "GET /domains HTTP/1.1" 200 280 0.002614 10.0.0.17 - - [2024-10-28 02:19:28] "GET /domains?obj_uuids=e92f8937-f54d-44e7-9020-3c14a03f7680&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001180 10.0.0.17 - - [2024-10-28 02:19:28] "GET /domain/e92f8937-f54d-44e7-9020-3c14a03f7680 HTTP/1.1" 200 3143 0.008207 10.0.0.17 - - [2024-10-28 02:19:28] "GET /projects?obj_uuids=16aa58ca-ef53-4e48-8073-2b6211e7ec0e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001485 10.0.0.17 - - [2024-10-28 02:19:28] "GET /project/16aa58ca-ef53-4e48-8073-2b6211e7ec0e HTTP/1.1" 200 2307 0.091183 10.0.0.17 - - [2024-10-28 02:19:28] "GET /virtual-network/0bd56504-ef6e-4336-9714-2a20d1c82dbb HTTP/1.1" 200 2323 0.008969 10.0.0.17 - - [2024-10-28 02:19:28] "GET /obj-perms HTTP/1.1" 200 5026 0.003324 10.0.0.17 - - [2024-10-28 02:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.17 - - [2024-10-28 02:19:28] "GET /projects?obj_uuids=16aa58ca-ef53-4e48-8073-2b6211e7ec0e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001250 10.0.0.17 - - [2024-10-28 02:19:28] "GET /project/16aa58ca-ef53-4e48-8073-2b6211e7ec0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.044880 10.0.0.17 - - [2024-10-28 02:19:28] "POST /neutron/network HTTP/1.1" 200 117 0.012620 10.0.0.17 - - [2024-10-28 02:19:28] "GET /projects?obj_uuids=16aa58ca-ef53-4e48-8073-2b6211e7ec0e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001146 10.0.0.17 - - [2024-10-28 02:19:29] "POST /neutron/network HTTP/1.1" 200 615 0.084501 10.0.0.17 - - [2024-10-28 02:19:29] "POST /ref-update HTTP/1.1" 200 156 0.018209 10.0.0.17 - - [2024-10-28 02:19:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003054 10.0.0.17 - - [2024-10-28 02:19:29] "POST /neutron/subnet HTTP/1.1" 200 725 0.209172 10.0.0.17 - - [2024-10-28 02:19:29] "POST /neutron/network HTTP/1.1" 200 834 0.005617 10.0.0.17 - - [2024-10-28 02:19:29] "POST /id-to-fqname HTTP/1.1" 200 224 0.001447 10.0.0.17 - - [2024-10-28 02:19:29] "GET /virtual-network/b34e48bd-70c3-4b1b-bdda-e3031c254fc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.010015 10.0.0.17 - - [2024-10-28 02:19:29] "POST /neutron/network HTTP/1.1" 200 834 0.005823 10.0.0.17 - - [2024-10-28 02:19:29] "GET /virtual-network/b34e48bd-70c3-4b1b-bdda-e3031c254fc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.009200 10.0.0.17 - - [2024-10-28 02:19:29] "POST /neutron/network HTTP/1.1" 200 834 0.006622 10.0.0.17 - - [2024-10-28 02:19:29] "POST /neutron/subnet HTTP/1.1" 200 725 0.007611 10.0.0.17 - - [2024-10-28 02:19:29] "GET /domains HTTP/1.1" 200 280 0.002499 10.0.0.17 - - [2024-10-28 02:19:29] "GET /domains?obj_uuids=e92f8937-f54d-44e7-9020-3c14a03f7680&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001652 10.0.0.17 - - [2024-10-28 02:19:29] "GET /domain/e92f8937-f54d-44e7-9020-3c14a03f7680 HTTP/1.1" 200 3143 0.009318 10.0.0.17 - - [2024-10-28 02:19:29] "GET /projects?obj_uuids=16aa58ca-ef53-4e48-8073-2b6211e7ec0e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001283 10.0.0.17 - - [2024-10-28 02:19:29] "GET /project/16aa58ca-ef53-4e48-8073-2b6211e7ec0e HTTP/1.1" 200 2526 0.077736 10.0.0.17 - - [2024-10-28 02:19:29] "GET /virtual-network/b34e48bd-70c3-4b1b-bdda-e3031c254fc1 HTTP/1.1" 200 2325 0.010599 10.0.0.17 - - [2024-10-28 02:19:29] "GET /virtual-network/b34e48bd-70c3-4b1b-bdda-e3031c254fc1 HTTP/1.1" 200 2325 0.010055 10.0.0.17 - - [2024-10-28 02:19:29] "GET /routing-instance/2e44b47e-5441-436d-8b92-91ac7d7ea995 HTTP/1.1" 200 1497 0.005082 10.0.0.17 - - [2024-10-28 02:19:29] "GET /routing-instance/2e44b47e-5441-436d-8b92-91ac7d7ea995 HTTP/1.1" 200 1497 0.005063 10.0.0.17 - - [2024-10-28 02:19:29] "GET /route-target/dbc6f34f-36c0-4d6e-8216-7cdac263cb05 HTTP/1.1" 200 1214 0.005275 10.0.0.17 - - [2024-10-28 02:19:29] "GET /virtual-network/b34e48bd-70c3-4b1b-bdda-e3031c254fc1 HTTP/1.1" 200 2325 0.009373 10.0.0.17 - - [2024-10-28 02:19:29] "GET /routing-instance/2e44b47e-5441-436d-8b92-91ac7d7ea995 HTTP/1.1" 200 1497 0.005273 10.0.0.17 - - [2024-10-28 02:19:29] "GET /virtual-network/b34e48bd-70c3-4b1b-bdda-e3031c254fc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.009275 10.0.0.17 - - [2024-10-28 02:19:29] "GET /virtual-network/b34e48bd-70c3-4b1b-bdda-e3031c254fc1 HTTP/1.1" 200 2325 0.011354 10.0.0.17 - - [2024-10-28 02:19:29] "GET /routing-instance/2e44b47e-5441-436d-8b92-91ac7d7ea995 HTTP/1.1" 200 1497 0.005442 10.0.0.17 - - [2024-10-28 02:19:29] "GET /routing-instance/2e44b47e-5441-436d-8b92-91ac7d7ea995 HTTP/1.1" 200 1497 0.005900 10.0.0.17 - - [2024-10-28 02:19:29] "GET /route-target/dbc6f34f-36c0-4d6e-8216-7cdac263cb05 HTTP/1.1" 200 1214 0.003824 10.0.0.17 - - [2024-10-28 02:19:29] "GET /domains HTTP/1.1" 200 280 0.002903 10.0.0.17 - - [2024-10-28 02:19:29] "GET /domains?obj_uuids=e92f8937-f54d-44e7-9020-3c14a03f7680&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001255 10.0.0.17 - - [2024-10-28 02:19:29] "GET /domain/e92f8937-f54d-44e7-9020-3c14a03f7680 HTTP/1.1" 200 3143 0.009923 10.0.0.17 - - [2024-10-28 02:19:29] "GET /projects?obj_uuids=16aa58ca-ef53-4e48-8073-2b6211e7ec0e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001246 10.0.0.17 - - [2024-10-28 02:19:29] "GET /project/16aa58ca-ef53-4e48-8073-2b6211e7ec0e HTTP/1.1" 200 2526 0.081558 10.0.0.17 - - [2024-10-28 02:19:29] "GET /virtual-network/b34e48bd-70c3-4b1b-bdda-e3031c254fc1 HTTP/1.1" 200 2325 0.009031 10.0.0.17 - - [2024-10-28 02:19:29] "GET /obj-perms HTTP/1.1" 200 5026 0.003315 10.0.0.17 - - [2024-10-28 02:19:29] "POST /id-to-fqname HTTP/1.1" 200 223 0.001467 10.0.0.17 - - [2024-10-28 02:19:30] "POST /neutron/network HTTP/1.1" 200 844 0.005705 10.0.0.17 - - [2024-10-28 02:19:30] "GET /aaa-mode HTTP/1.1" 401 292 0.000549 10.0.0.17 - - [2024-10-28 02:19:30] "GET / HTTP/1.1" 200 35931 0.003253 10.0.0.17 - - [2024-10-28 02:19:30] "GET /project/16aa58ca-ef53-4e48-8073-2b6211e7ec0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000646 10.0.0.17 - - [2024-10-28 02:19:30] "GET /projects?obj_uuids=16aa58ca-ef53-4e48-8073-2b6211e7ec0e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001280 10.0.0.17 - - [2024-10-28 02:19:30] "GET /project/16aa58ca-ef53-4e48-8073-2b6211e7ec0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.067411 10.0.0.17 - - [2024-10-28 02:19:30] "POST /neutron/network HTTP/1.1" 200 834 0.005878 10.0.0.17 - - [2024-10-28 02:19:30] "POST /neutron/port HTTP/1.1" 200 117 0.005280 10.0.0.17 - - [2024-10-28 02:19:30] "POST /neutron/port HTTP/1.1" 200 117 0.005205 10.0.0.17 - - [2024-10-28 02:19:31] "POST /id-to-fqname HTTP/1.1" 200 224 0.001418 10.0.0.17 - - [2024-10-28 02:19:31] "POST /neutron/port HTTP/1.1" 200 117 0.005423 10.0.0.17 - - [2024-10-28 02:19:31] "POST /neutron/network HTTP/1.1" 200 844 0.006033 10.0.0.17 - - [2024-10-28 02:19:31] "GET /aaa-mode HTTP/1.1" 401 292 0.000506 10.0.0.17 - - [2024-10-28 02:19:31] "POST /neutron/network HTTP/1.1" 200 844 0.010034 10.0.0.17 - - [2024-10-28 02:19:31] "GET /projects?obj_uuids=16aa58ca-ef53-4e48-8073-2b6211e7ec0e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001189 10.0.0.17 - - [2024-10-28 02:19:31] "GET / HTTP/1.1" 200 35931 0.003655 10.0.0.17 - - [2024-10-28 02:19:31] "GET /project/16aa58ca-ef53-4e48-8073-2b6211e7ec0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000526 10.0.0.17 - - [2024-10-28 02:19:31] "POST /neutron/port HTTP/1.1" 200 1060 0.284785 10.0.0.17 - - [2024-10-28 02:19:31] "POST /neutron/port HTTP/1.1" 200 1060 0.009971 10.0.0.17 - - [2024-10-28 02:19:31] "POST /neutron/port HTTP/1.1" 200 1060 0.011455 10.0.0.17 - - [2024-10-28 02:19:31] "POST /neutron/port HTTP/1.1" 200 1114 0.084628 10.0.0.17 - - [2024-10-28 02:19:31] "GET /projects?obj_uuids=16aa58ca-ef53-4e48-8073-2b6211e7ec0e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001288 10.0.0.17 - - [2024-10-28 02:19:31] "POST /neutron/port HTTP/1.1" 200 1088 0.029357 10.0.0.17 - - [2024-10-28 02:19:31] "GET /project/16aa58ca-ef53-4e48-8073-2b6211e7ec0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.073857 10.0.0.17 - - [2024-10-28 02:19:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003558 10.0.0.17 - - [2024-10-28 02:19:31] "POST /neutron/network HTTP/1.1" 200 834 0.005863 10.0.0.17 - - [2024-10-28 02:19:32] "POST /neutron/subnet HTTP/1.1" 200 708 0.013435 10.0.0.17 - - [2024-10-28 02:19:32] "POST /neutron/port HTTP/1.1" 200 117 0.001365 10.0.0.17 - - [2024-10-28 02:19:32] "POST /neutron/network HTTP/1.1" 200 834 0.006223 10.0.0.17 - - [2024-10-28 02:19:32] "POST /neutron/port HTTP/1.1" 200 1088 0.025586 10.0.0.17 - - [2024-10-28 02:19:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012493 10.0.0.17 - - [2024-10-28 02:19:32] "POST /neutron/port HTTP/1.1" 200 117 0.007347 10.0.0.17 - - [2024-10-28 02:19:32] "POST /fqname-to-id HTTP/1.1" 404 193 0.002980 10.0.0.17 - - [2024-10-28 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.17 - - [2024-10-28 02:19:32] "GET /domains?obj_uuids=e92f8937-f54d-44e7-9020-3c14a03f7680&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001279 10.0.0.17 - - [2024-10-28 02:19:32] "GET /domain/e92f8937-f54d-44e7-9020-3c14a03f7680?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.012497 10.0.0.17 - - [2024-10-28 02:19:32] "POST /service-templates HTTP/1.1" 200 543 0.035359 10.0.0.17 - - [2024-10-28 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.17 - - [2024-10-28 02:19:32] "GET /service-template/86a262c0-957e-4969-b3ad-9fb85fa4d4ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.005693 10.0.0.17 - - [2024-10-28 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002906 10.0.0.17 - - [2024-10-28 02:19:32] "GET /service-template/86a262c0-957e-4969-b3ad-9fb85fa4d4ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.005103 10.0.0.17 - - [2024-10-28 02:19:32] "POST /neutron/network HTTP/1.1" 200 844 0.006320 10.0.0.17 - - [2024-10-28 02:19:32] "POST /id-to-fqname HTTP/1.1" 200 223 0.001355 10.0.0.17 - - [2024-10-28 02:19:32] "GET /projects?obj_uuids=16aa58ca-ef53-4e48-8073-2b6211e7ec0e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001169 10.0.0.17 - - [2024-10-28 02:19:32] "POST /id-to-fqname HTTP/1.1" 200 223 0.001632 10.0.0.17 - - [2024-10-28 02:19:32] "POST /id-to-fqname HTTP/1.1" 200 224 0.001442 10.0.0.17 - - [2024-10-28 02:19:32] "POST /neutron/port HTTP/1.1" 200 1920 0.030668 10.0.0.17 - - [2024-10-28 02:19:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.019524 10.0.0.17 - - [2024-10-28 02:19:33] "POST /neutron/port HTTP/1.1" 200 1058 0.354122 10.0.0.17 - - [2024-10-28 02:19:33] "POST /neutron/port HTTP/1.1" 200 1058 0.010179 10.0.0.17 - - [2024-10-28 02:19:33] "POST /neutron/port HTTP/1.1" 200 1058 0.011201 10.0.0.17 - - [2024-10-28 02:19:33] "POST /neutron/port HTTP/1.1" 200 1112 0.078902 10.0.0.17 - - [2024-10-28 02:19:33] "POST /neutron/port HTTP/1.1" 200 1086 0.018391 10.0.0.17 - - [2024-10-28 02:19:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004270 10.0.0.17 - - [2024-10-28 02:19:33] "POST /neutron/subnet HTTP/1.1" 200 699 0.012260 10.0.0.17 - - [2024-10-28 02:19:33] "POST /neutron/port HTTP/1.1" 200 117 0.001402 10.0.0.17 - - [2024-10-28 02:19:33] "POST /neutron/network HTTP/1.1" 200 834 0.009009 10.0.0.17 - - [2024-10-28 02:19:33] "POST /neutron/network HTTP/1.1" 200 2226 0.014884 10.0.0.17 - - [2024-10-28 02:19:33] "GET /aaa-mode HTTP/1.1" 401 292 0.000427 10.0.0.17 - - [2024-10-28 02:19:34] "GET / HTTP/1.1" 200 35931 0.001778 10.0.0.17 - - [2024-10-28 02:19:34] "GET /project/16aa58ca-ef53-4e48-8073-2b6211e7ec0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000460 10.0.0.17 - - [2024-10-28 02:19:34] "GET /projects?obj_uuids=16aa58ca-ef53-4e48-8073-2b6211e7ec0e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001771 10.0.0.17 - - [2024-10-28 02:19:34] "GET /project/16aa58ca-ef53-4e48-8073-2b6211e7ec0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.065398 10.0.0.17 - - [2024-10-28 02:19:34] "POST /neutron/network HTTP/1.1" 200 833 0.007758 10.0.0.17 - - [2024-10-28 02:19:34] "POST /neutron/network HTTP/1.1" 200 834 0.006295 10.0.0.17 - - [2024-10-28 02:19:34] "POST /neutron/network HTTP/1.1" 200 834 0.006741 10.0.0.17 - - [2024-10-28 02:19:34] "POST /neutron/port HTTP/1.1" 200 2058 0.028382 10.0.0.17 - - [2024-10-28 02:19:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008888 10.0.0.17 - - [2024-10-28 02:19:34] "POST /neutron/port HTTP/1.1" 200 117 0.009198 10.0.0.17 - - [2024-10-28 02:19:34] "POST /neutron/port HTTP/1.1" 200 117 0.006101 10.0.0.17 - - [2024-10-28 02:19:35] "POST /neutron/network HTTP/1.1" 200 2226 0.014072 10.0.0.17 - - [2024-10-28 02:19:35] "GET /projects?obj_uuids=16aa58ca-ef53-4e48-8073-2b6211e7ec0e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001292 10.0.0.17 - - [2024-10-28 02:19:35] "POST /neutron/port HTTP/1.1" 200 1059 0.300889 10.0.0.17 - - [2024-10-28 02:19:35] "GET /projects?obj_uuids=16aa58ca-ef53-4e48-8073-2b6211e7ec0e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001731 10.0.0.17 - - [2024-10-28 02:19:35] "POST /neutron/port HTTP/1.1" 200 1060 0.212550 10.0.0.17 - - [2024-10-28 02:19:35] "GET /projects?obj_uuids=16aa58ca-ef53-4e48-8073-2b6211e7ec0e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001165 10.0.0.17 - - [2024-10-28 02:19:35] "DELETE /project/16aa58caef534e4880732b6211e7ec0e HTTP/1.1" 404 173 0.026368 10.0.0.17 - - [2024-10-28 02:19:35] "DELETE /project/67e142c3f3de472d8aaeb86049a466f2 HTTP/1.1" 404 173 0.021271 10.0.0.17 - - [2024-10-28 02:19:35] "DELETE /project/ff6572cf1dc0475ca8d7a2e9484116af HTTP/1.1" 404 173 0.013628 10.0.0.17 - - [2024-10-28 02:19:35] "GET /projects?obj_uuids=ff6572cf-1dc0-475c-a8d7-a2e9484116af&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001084 10.0.0.17 - - [2024-10-28 02:19:35] "GET /projects?obj_uuids=67e142c3-f3de-472d-8aae-b86049a466f2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001011 10.0.0.17 - - [2024-10-28 02:19:35] "GET /projects?obj_uuids=9bf9f023-c56f-4bf0-b83f-3e7c94b14d82&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000964 10.0.0.17 - - [2024-10-28 02:19:35] "GET /project/67e142c3-f3de-472d-8aae-b86049a466f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.071910 10.0.0.17 - - [2024-10-28 02:19:35] "GET /project/ff6572cf-1dc0-475c-a8d7-a2e9484116af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1511 0.088476 10.0.0.17 - - [2024-10-28 02:19:35] "GET /projects?obj_uuids=ff6572cf-1dc0-475c-a8d7-a2e9484116af&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001481 10.0.0.17 - - [2024-10-28 02:19:35] "GET /projects?obj_uuids=67e142c3-f3de-472d-8aae-b86049a466f2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001077 10.0.0.17 - - [2024-10-28 02:19:35] "GET /project/9bf9f023-c56f-4bf0-b83f-3e7c94b14d82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.157367 10.0.0.17 - - [2024-10-28 02:19:35] "GET /projects?obj_uuids=9bf9f023-c56f-4bf0-b83f-3e7c94b14d82&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003884 10.0.0.17 - - [2024-10-28 02:19:35] "GET /project/67e142c3-f3de-472d-8aae-b86049a466f2?fields=security_groups HTTP/1.1" 200 1378 0.101962 10.0.0.17 - - [2024-10-28 02:19:35] "GET /project/ff6572cf-1dc0-475c-a8d7-a2e9484116af?fields=security_groups HTTP/1.1" 200 1398 0.111608 10.0.0.17 - - [2024-10-28 02:19:36] "GET /project/9bf9f023-c56f-4bf0-b83f-3e7c94b14d82?fields=security_groups HTTP/1.1" 200 1383 0.092850 10.0.0.17 - - [2024-10-28 02:19:36] "DELETE /access-control-list/06ac2ac8-5263-4d64-b80f-4e1413b314b2 HTTP/1.1" 200 115 0.093708 10.0.0.17 - - [2024-10-28 02:19:36] "DELETE /security-group/cf9d3a65-516d-4d27-976a-69fc67f40efa HTTP/1.1" 200 115 0.217147 10.0.0.17 - - [2024-10-28 02:19:36] "POST /neutron/port HTTP/1.1" 200 1058 0.517090 10.0.0.17 - - [2024-10-28 02:19:36] "GET /projects?obj_uuids=67e142c3-f3de-472d-8aae-b86049a466f2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001671 10.0.0.17 - - [2024-10-28 02:19:36] "DELETE /security-group/ccbb464b-7228-4915-9773-94705703027f HTTP/1.1" 200 115 0.205720 10.0.0.17 - - [2024-10-28 02:19:36] "POST /neutron/port HTTP/1.1" 200 1059 0.022863 10.0.0.17 - - [2024-10-28 02:19:36] "DELETE /security-group/0a5011f6-89b8-49a0-a77d-c9edeefc208a HTTP/1.1" 200 115 0.214011 10.0.0.17 - - [2024-10-28 02:19:36] "GET /projects?obj_uuids=ff6572cf-1dc0-475c-a8d7-a2e9484116af&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001867 10.0.0.17 - - [2024-10-28 02:19:36] "GET /projects?obj_uuids=9bf9f023-c56f-4bf0-b83f-3e7c94b14d82&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001373 10.0.0.17 - - [2024-10-28 02:19:36] "DELETE /access-control-list/8e29795f-0ea3-4ca3-8ff7-2f2c0cac02b4 HTTP/1.1" 200 115 0.108648 10.0.0.17 - - [2024-10-28 02:19:36] "POST /neutron/port HTTP/1.1" 200 1059 0.082577 10.0.0.17 - - [2024-10-28 02:19:36] "GET /project/67e142c3-f3de-472d-8aae-b86049a466f2?fields=application_policy_sets HTTP/1.1" 200 1417 0.156571 10.0.0.17 - - [2024-10-28 02:19:36] "GET /project/ff6572cf-1dc0-475c-a8d7-a2e9484116af?fields=application_policy_sets HTTP/1.1" 200 1437 0.163119 10.0.0.17 - - [2024-10-28 02:19:36] "GET /project/9bf9f023-c56f-4bf0-b83f-3e7c94b14d82?fields=application_policy_sets HTTP/1.1" 200 1422 0.173614 10.0.0.17 - - [2024-10-28 02:19:36] "DELETE /access-control-list/4649940d-b8b5-451b-98ae-01a68d5683c3 HTTP/1.1" 200 115 0.170975 10.0.0.17 - - [2024-10-28 02:19:36] "DELETE /access-control-list/b98df3aa-fe66-4ef0-8b23-a5983ca6f861 HTTP/1.1" 200 115 0.089439 10.0.0.17 - - [2024-10-28 02:19:36] "POST /neutron/port HTTP/1.1" 200 1113 0.197846 10.0.0.17 - - [2024-10-28 02:19:36] "POST /neutron/port HTTP/1.1" 200 1060 0.022669 10.0.0.17 - - [2024-10-28 02:19:36] "DELETE /access-control-list/629cde96-ce2d-471e-a6fd-3f7e9fbdcb60 HTTP/1.1" 200 115 0.069905 10.0.0.17 - - [2024-10-28 02:19:36] "POST /neutron/port HTTP/1.1" 200 1060 0.034971 10.0.0.17 - - [2024-10-28 02:19:36] "DELETE /project/67e142c3-f3de-472d-8aae-b86049a466f2 HTTP/1.1" 200 115 1.039380 10.0.0.17 - - [2024-10-28 02:19:36] "DELETE /project/ff6572cf-1dc0-475c-a8d7-a2e9484116af HTTP/1.1" 200 115 1.035260 10.0.0.17 - - [2024-10-28 02:19:36] "DELETE /access-control-list/c74434ce-8618-4178-bbcb-6411cf6c73b1 HTTP/1.1" 200 115 0.106984 10.0.0.17 - - [2024-10-28 02:19:36] "DELETE /project/9bf9f023-c56f-4bf0-b83f-3e7c94b14d82 HTTP/1.1" 200 115 1.077842 10.0.0.17 - - [2024-10-28 02:19:36] "POST /neutron/port HTTP/1.1" 200 1114 0.142870 10.0.0.17 - - [2024-10-28 02:19:36] "POST /neutron/port HTTP/1.1" 200 1058 0.010006 10.0.0.17 - - [2024-10-28 02:19:36] "POST /neutron/port HTTP/1.1" 200 1058 0.010425 10.0.0.17 - - [2024-10-28 02:19:36] "POST /neutron/port HTTP/1.1" 200 1112 0.073113 10.0.0.17 - - [2024-10-28 02:19:37] "POST /neutron/port HTTP/1.1" 200 3028 0.020882 10.0.0.17 - - [2024-10-28 02:19:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004038 10.0.0.17 - - [2024-10-28 02:19:37] "POST /neutron/subnet HTTP/1.1" 200 703 0.011911 10.0.0.17 - - [2024-10-28 02:19:37] "POST /neutron/port HTTP/1.1" 200 117 0.002034 10.0.0.17 - - [2024-10-28 02:19:37] "POST /neutron/network HTTP/1.1" 200 833 0.006186 10.0.0.17 - - [2024-10-28 02:19:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003794 10.0.0.17 - - [2024-10-28 02:19:37] "POST /neutron/subnet HTTP/1.1" 200 708 0.011805 10.0.0.17 - - [2024-10-28 02:19:37] "POST /neutron/port HTTP/1.1" 200 117 0.001318 10.0.0.17 - - [2024-10-28 02:19:37] "POST /neutron/network HTTP/1.1" 200 834 0.006265 10.0.0.17 - - [2024-10-28 02:19:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003680 10.0.0.17 - - [2024-10-28 02:19:37] "POST /neutron/subnet HTTP/1.1" 200 699 0.013130 10.0.0.17 - - [2024-10-28 02:19:37] "POST /neutron/port HTTP/1.1" 200 117 0.001273 10.0.0.17 - - [2024-10-28 02:19:37] "POST /neutron/network HTTP/1.1" 200 834 0.005580 10.0.0.17 - - [2024-10-28 02:19:39] "POST /neutron/port HTTP/1.1" 200 3028 0.026710 10.0.0.17 - - [2024-10-28 02:19:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010894 10.0.0.17 - - [2024-10-28 02:19:39] "POST /neutron/port HTTP/1.1" 200 3028 0.023858 10.0.0.17 - - [2024-10-28 02:19:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012203 10.0.0.17 - - [2024-10-28 02:19:40] "POST /neutron/port HTTP/1.1" 200 3028 0.034605 10.0.0.17 - - [2024-10-28 02:19:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007471 10.0.0.17 - - [2024-10-28 02:19:40] "POST /neutron/port HTTP/1.1" 200 3028 0.026418 10.0.0.17 - - [2024-10-28 02:19:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007708 10.0.0.17 - - [2024-10-28 02:19:40] "POST /neutron/port HTTP/1.1" 200 3028 0.065412 10.0.0.17 - - [2024-10-28 02:19:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.013896 10.0.0.17 - - [2024-10-28 02:19:40] "GET /virtual-machine/d9bf62d3-c57f-45de-a703-9c46dc4ec667 HTTP/1.1" 200 1803 0.014015 10.0.0.17 - - [2024-10-28 02:19:40] "GET /virtual-machine-interface/884282eb-e856-46b1-b366-89d44cbf8b6f HTTP/1.1" 200 2949 0.012464 10.0.0.17 - - [2024-10-28 02:19:40] "GET /virtual-machine-interface/8a3532f7-d342-4160-abd0-35e8dc151eb4 HTTP/1.1" 200 2946 0.009193 10.0.0.17 - - [2024-10-28 02:19:40] "GET /virtual-machine-interface/ebd6032f-220a-4cb2-afec-c5747a878de6 HTTP/1.1" 200 2947 0.010615 10.0.0.17 - - [2024-10-28 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003230 10.0.0.17 - - [2024-10-28 02:19:40] "GET /global-vrouter-config/a1ff2597-4e21-4594-806c-350319d89fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004081 10.0.0.17 - - [2024-10-28 02:19:40] "GET /virtual-networks?parent_id=16aa58ca-ef53-4e48-8073-2b6211e7ec0e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.005107 10.0.0.17 - - [2024-10-28 02:19:40] "POST /neutron/port HTTP/1.1" 200 1088 0.016428 10.0.0.17 - - [2024-10-28 02:19:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006575 10.0.0.17 - - [2024-10-28 02:19:40] "GET /virtual-network/c07b23ca-437e-4b34-b1c0-78a542a57cde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.009789 10.0.0.17 - - [2024-10-28 02:19:41] "POST /neutron/port HTTP/1.1" 200 1088 0.018849 10.0.0.17 - - [2024-10-28 02:19:41] "POST /neutron/port HTTP/1.1" 200 1088 0.017801 10.0.0.17 - - [2024-10-28 02:19:41] "POST /neutron/network HTTP/1.1" 200 844 0.006080 10.0.0.17 - - [2024-10-28 02:19:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008459 10.0.0.17 - - [2024-10-28 02:19:41] "POST /neutron/subnet HTTP/1.1" 200 708 0.016376 10.0.0.17 - - [2024-10-28 02:19:41] "POST /neutron/port HTTP/1.1" 200 117 0.001992 10.0.0.17 - - [2024-10-28 02:19:41] "POST /neutron/network HTTP/1.1" 200 834 0.005777 10.0.0.17 - - [2024-10-28 02:19:41] "POST /neutron/port HTTP/1.1" 200 1086 0.016429 10.0.0.17 - - [2024-10-28 02:19:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005499 10.0.0.17 - - [2024-10-28 02:19:42] "GET /obj-perms HTTP/1.1" 200 5056 0.049246 10.0.0.17 - - [2024-10-28 02:19:42] "GET /obj-perms HTTP/1.1" 200 5056 0.053619 10.0.0.17 - - [2024-10-28 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.17 - - [2024-10-28 02:19:43] "GET /virtual-network/c07b23ca-437e-4b34-b1c0-78a542a57cde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008565 10.0.0.17 - - [2024-10-28 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.17 - - [2024-10-28 02:19:47] "GET /virtual-network/c07b23ca-437e-4b34-b1c0-78a542a57cde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.009436 10.0.0.17 - - [2024-10-28 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.17 - - [2024-10-28 02:19:52] "GET /virtual-network/c07b23ca-437e-4b34-b1c0-78a542a57cde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.009415 10.0.0.17 - - [2024-10-28 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003765 10.0.0.17 - - [2024-10-28 02:19:56] "GET /virtual-network/c07b23ca-437e-4b34-b1c0-78a542a57cde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.010045 10.0.0.17 - - [2024-10-28 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.17 - - [2024-10-28 02:19:58] "GET /global-vrouter-config/a1ff2597-4e21-4594-806c-350319d89fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003965 10.0.0.17 - - [2024-10-28 02:19:58] "GET /virtual-networks?parent_id=16aa58ca-ef53-4e48-8073-2b6211e7ec0e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003478 10.0.0.17 - - [2024-10-28 02:19:58] "GET /virtual-network/c07b23ca-437e-4b34-b1c0-78a542a57cde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008996 10.0.0.17 - - [2024-10-28 02:19:58] "POST /neutron/port HTTP/1.1" 200 3028 0.023541 10.0.0.17 - - [2024-10-28 02:19:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008281 10.0.0.17 - - [2024-10-28 02:20:03] "POST /neutron/port HTTP/1.1" 200 3028 0.027444 10.0.0.17 - - [2024-10-28 02:20:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007090 10.0.0.17 - - [2024-10-28 02:20:06] "POST /neutron/port HTTP/1.1" 200 3028 0.022743 10.0.0.17 - - [2024-10-28 02:20:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005780 10.0.0.17 - - [2024-10-28 02:20:08] "POST /neutron/port HTTP/1.1" 200 3028 0.032470 10.0.0.17 - - [2024-10-28 02:20:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007446 10.0.0.17 - - [2024-10-28 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.17 - - [2024-10-28 02:20:14] "GET /global-vrouter-config/a1ff2597-4e21-4594-806c-350319d89fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004265 10.0.0.17 - - [2024-10-28 02:20:14] "GET /virtual-networks?parent_id=16aa58ca-ef53-4e48-8073-2b6211e7ec0e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003184 10.0.0.17 - - [2024-10-28 02:20:14] "GET /virtual-network/0bd56504-ef6e-4336-9714-2a20d1c82dbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.009537 10.0.0.17 - - [2024-10-28 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.17 - - [2024-10-28 02:20:14] "GET /global-vrouter-config/a1ff2597-4e21-4594-806c-350319d89fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004777 10.0.0.17 - - [2024-10-28 02:20:14] "GET /virtual-networks?parent_id=16aa58ca-ef53-4e48-8073-2b6211e7ec0e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003089 10.0.0.17 - - [2024-10-28 02:20:14] "GET /virtual-network/b34e48bd-70c3-4b1b-bdda-e3031c254fc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.015951 10.0.0.17 - - [2024-10-28 02:20:14] "POST /fqname-to-id HTTP/1.1" 404 207 0.003161 10.0.0.17 - - [2024-10-28 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.17 - - [2024-10-28 02:20:14] "GET /projects?obj_uuids=16aa58ca-ef53-4e48-8073-2b6211e7ec0e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001143 10.0.0.17 - - [2024-10-28 02:20:14] "GET /project/16aa58ca-ef53-4e48-8073-2b6211e7ec0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.037217 10.0.0.17 - - [2024-10-28 02:20:14] "POST /service-instances HTTP/1.1" 200 543 0.063617 10.0.0.17 - - [2024-10-28 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.17 - - [2024-10-28 02:20:15] "GET /service-instance/dbf1895b-ed12-4bde-8ebe-c7dc348e09d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2136 0.009317 10.0.0.17 - - [2024-10-28 02:20:15] "POST /port-tuples HTTP/1.1" 200 586 0.023443 10.0.0.17 - - [2024-10-28 02:20:15] "GET /virtual-machine-interface/ebd6032f-220a-4cb2-afec-c5747a878de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2726 0.009657 10.0.0.17 - - [2024-10-28 02:20:15] "PUT /virtual-machine-interface/ebd6032f-220a-4cb2-afec-c5747a878de6 HTTP/1.1" 200 284 0.010908 10.0.0.17 - - [2024-10-28 02:20:15] "POST /ref-update HTTP/1.1" 200 156 0.011295 10.0.0.17 - - [2024-10-28 02:20:15] "POST /instance-ips HTTP/1.1" 200 385 0.034122 10.0.0.17 - - [2024-10-28 02:20:15] "GET /virtual-machine-interface/8a3532f7-d342-4160-abd0-35e8dc151eb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.014212 10.0.0.17 - - [2024-10-28 02:20:15] "POST /ref-update HTTP/1.1" 200 156 0.019384 10.0.0.17 - - [2024-10-28 02:20:15] "PUT /virtual-machine-interface/8a3532f7-d342-4160-abd0-35e8dc151eb4 HTTP/1.1" 200 284 0.010551 10.0.0.17 - - [2024-10-28 02:20:15] "POST /ref-update HTTP/1.1" 200 156 0.016219 10.0.0.17 - - [2024-10-28 02:20:15] "POST /ref-update HTTP/1.1" 200 156 0.010097 10.0.0.17 - - [2024-10-28 02:20:15] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.006476 10.0.0.17 - - [2024-10-28 02:20:15] "GET /virtual-machine-interface/884282eb-e856-46b1-b366-89d44cbf8b6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2728 0.009413 10.0.0.17 - - [2024-10-28 02:20:15] "POST /instance-ips HTTP/1.1" 200 385 0.024182 10.0.0.17 - - [2024-10-28 02:20:15] "PUT /virtual-machine-interface/884282eb-e856-46b1-b366-89d44cbf8b6f HTTP/1.1" 200 284 0.010239 10.0.0.17 - - [2024-10-28 02:20:15] "POST /ref-update HTTP/1.1" 200 156 0.009726 10.0.0.17 - - [2024-10-28 02:20:15] "POST /ref-update HTTP/1.1" 200 156 0.010257 10.0.0.17 - - [2024-10-28 02:20:15] "POST /ref-update HTTP/1.1" 200 156 0.010511 10.0.0.17 - - [2024-10-28 02:20:15] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.005950 10.0.0.17 - - [2024-10-28 02:20:15] "POST /neutron/port HTTP/1.1" 200 1088 0.016072 10.0.0.17 - - [2024-10-28 02:20:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007166 10.0.0.17 - - [2024-10-28 02:20:15] "POST /instance-ips HTTP/1.1" 200 373 0.017239 10.0.0.17 - - [2024-10-28 02:20:15] "POST /neutron/port HTTP/1.1" 200 1088 0.018548 10.0.0.17 - - [2024-10-28 02:20:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007133 10.0.0.17 - - [2024-10-28 02:20:15] "POST /ref-update HTTP/1.1" 200 156 0.009645 10.0.0.17 - - [2024-10-28 02:20:15] "POST /neutron/port HTTP/1.1" 200 1088 0.021914 10.0.0.17 - - [2024-10-28 02:20:15] "POST /ref-update HTTP/1.1" 200 156 0.009728 10.0.0.17 - - [2024-10-28 02:20:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007276 10.0.0.17 - - [2024-10-28 02:20:15] "GET /virtual-machine/bd8c8db1-a1b2-4d76-b58c-602377b6d2b0 HTTP/1.1" 200 1291 0.005905 10.0.0.17 - - [2024-10-28 02:20:15] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003055 10.0.0.17 - - [2024-10-28 02:20:15] "GET /virtual-machine-interface/45e68a04-d073-462d-91de-0de0ac330f45 HTTP/1.1" 200 2946 0.009717 10.0.0.17 - - [2024-10-28 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003071 10.0.0.17 - - [2024-10-28 02:20:15] "GET /global-vrouter-config/a1ff2597-4e21-4594-806c-350319d89fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003721 10.0.0.17 - - [2024-10-28 02:20:15] "POST /instance-ips HTTP/1.1" 200 373 0.014768 10.0.0.17 - - [2024-10-28 02:20:16] "GET /virtual-networks?parent_id=16aa58ca-ef53-4e48-8073-2b6211e7ec0e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003058 10.0.0.17 - - [2024-10-28 02:20:16] "POST /ref-update HTTP/1.1" 200 156 0.009430 10.0.0.17 - - [2024-10-28 02:20:16] "GET /virtual-network/0bd56504-ef6e-4336-9714-2a20d1c82dbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.008788 10.0.0.17 - - [2024-10-28 02:20:16] "POST /ref-update HTTP/1.1" 200 156 0.008564 10.0.0.17 - - [2024-10-28 02:20:16] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003169 10.0.0.17 - - [2024-10-28 02:20:16] "POST /instance-ips HTTP/1.1" 200 375 0.018637 10.0.0.17 - - [2024-10-28 02:20:16] "POST /ref-update HTTP/1.1" 200 156 0.008790 10.0.0.17 - - [2024-10-28 02:20:16] "POST /ref-update HTTP/1.1" 200 156 0.009952 10.0.0.17 - - [2024-10-28 02:20:16] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003216 10.0.0.17 - - [2024-10-28 02:20:16] "POST /instance-ips HTTP/1.1" 200 375 0.016309 10.0.0.17 - - [2024-10-28 02:20:16] "POST /ref-update HTTP/1.1" 200 156 0.009711 10.0.0.17 - - [2024-10-28 02:20:16] "POST /ref-update HTTP/1.1" 200 156 0.008817 10.0.0.17 - - [2024-10-28 02:20:16] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003327 10.0.0.17 - - [2024-10-28 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002837 10.0.0.17 - - [2024-10-28 02:20:17] "GET /global-vrouter-config/a1ff2597-4e21-4594-806c-350319d89fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003352 10.0.0.17 - - [2024-10-28 02:20:17] "GET /virtual-networks?parent_id=16aa58ca-ef53-4e48-8073-2b6211e7ec0e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003197 10.0.0.17 - - [2024-10-28 02:20:17] "GET /virtual-network/0bd56504-ef6e-4336-9714-2a20d1c82dbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.009271 10.0.0.17 - - [2024-10-28 02:20:17] "POST /neutron/port HTTP/1.1" 200 1086 0.020122 10.0.0.17 - - [2024-10-28 02:20:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007351 10.0.0.17 - - [2024-10-28 02:20:17] "POST /neutron/port HTTP/1.1" 200 1086 0.020556 10.0.0.17 - - [2024-10-28 02:20:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007043 10.0.0.17 - - [2024-10-28 02:20:17] "POST /neutron/port HTTP/1.1" 200 1086 0.017209 10.0.0.17 - - [2024-10-28 02:20:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007551 10.0.0.17 - - [2024-10-28 02:20:17] "GET /virtual-machine/c1d79a9f-8910-4214-bc4b-bc5941b5aa0a HTTP/1.1" 200 1291 0.006157 10.0.0.17 - - [2024-10-28 02:20:17] "GET /virtual-machine-interface/44073fbd-26f4-4fb7-9aa8-dd06fa0c01dc HTTP/1.1" 200 2949 0.009405 10.0.0.17 - - [2024-10-28 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.17 - - [2024-10-28 02:20:17] "GET /global-vrouter-config/a1ff2597-4e21-4594-806c-350319d89fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003417 10.0.0.17 - - [2024-10-28 02:20:17] "GET /virtual-networks?parent_id=16aa58ca-ef53-4e48-8073-2b6211e7ec0e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003322 10.0.0.17 - - [2024-10-28 02:20:17] "GET /virtual-network/b34e48bd-70c3-4b1b-bdda-e3031c254fc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.009785 10.0.0.17 - - [2024-10-28 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.17 - - [2024-10-28 02:20:19] "GET /global-vrouter-config/a1ff2597-4e21-4594-806c-350319d89fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005441 10.0.0.17 - - [2024-10-28 02:20:19] "GET /virtual-networks?parent_id=16aa58ca-ef53-4e48-8073-2b6211e7ec0e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003586 10.0.0.17 - - [2024-10-28 02:20:19] "GET /virtual-network/b34e48bd-70c3-4b1b-bdda-e3031c254fc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.012255 10.0.0.17 - - [2024-10-28 02:20:19] "POST /fqname-to-id HTTP/1.1" 404 211 0.003697 10.0.0.17 - - [2024-10-28 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.17 - - [2024-10-28 02:20:19] "GET /projects?obj_uuids=16aa58ca-ef53-4e48-8073-2b6211e7ec0e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001154 10.0.0.17 - - [2024-10-28 02:20:19] "GET /project/16aa58ca-ef53-4e48-8073-2b6211e7ec0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.033685 10.0.0.17 - - [2024-10-28 02:20:19] "POST /network-policys HTTP/1.1" 200 547 0.030500 10.0.0.17 - - [2024-10-28 02:20:19] "GET /network-policy/1fcf046e-8a99-49ce-bdea-812d7462a4af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.006435 10.0.0.17 - - [2024-10-28 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004587 10.0.0.17 - - [2024-10-28 02:20:19] "GET /virtual-network/0bd56504-ef6e-4336-9714-2a20d1c82dbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.009533 10.0.0.17 - - [2024-10-28 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002810 10.0.0.17 - - [2024-10-28 02:20:19] "GET /network-policy/1fcf046e-8a99-49ce-bdea-812d7462a4af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004442 10.0.0.17 - - [2024-10-28 02:20:19] "POST /fqname-to-id HTTP/1.1" 404 242 0.005192 10.0.0.17 - - [2024-10-28 02:20:19] "POST /ref-update HTTP/1.1" 200 156 0.037733 10.0.0.17 - - [2024-10-28 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.17 - - [2024-10-28 02:20:19] "POST /access-control-lists HTTP/1.1" 200 601 0.068796 10.0.0.17 - - [2024-10-28 02:20:19] "GET /network-policy/1fcf046e-8a99-49ce-bdea-812d7462a4af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.005363 10.0.0.17 - - [2024-10-28 02:20:19] "POST /neutron/network HTTP/1.1" 200 922 0.006732 10.0.0.17 - - [2024-10-28 02:20:19] "GET /virtual-network/0bd56504-ef6e-4336-9714-2a20d1c82dbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.008944 10.0.0.17 - - [2024-10-28 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.17 - - [2024-10-28 02:20:20] "GET /network-policy/1fcf046e-8a99-49ce-bdea-812d7462a4af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004516 10.0.0.17 - - [2024-10-28 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.17 - - [2024-10-28 02:20:20] "GET /virtual-network/b34e48bd-70c3-4b1b-bdda-e3031c254fc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.009759 10.0.0.17 - - [2024-10-28 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003995 10.0.0.17 - - [2024-10-28 02:20:20] "GET /network-policy/1fcf046e-8a99-49ce-bdea-812d7462a4af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004712 10.0.0.17 - - [2024-10-28 02:20:20] "POST /fqname-to-id HTTP/1.1" 404 244 0.002769 10.0.0.17 - - [2024-10-28 02:20:20] "POST /ref-update HTTP/1.1" 200 156 0.038157 10.0.0.17 - - [2024-10-28 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.17 - - [2024-10-28 02:20:20] "POST /access-control-lists HTTP/1.1" 200 604 0.063560 10.0.0.17 - - [2024-10-28 02:20:20] "GET /network-policy/1fcf046e-8a99-49ce-bdea-812d7462a4af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004936 10.0.0.17 - - [2024-10-28 02:20:20] "POST /routing-instances HTTP/1.1" 200 759 0.016184 10.0.0.17 - - [2024-10-28 02:20:20] "POST /neutron/network HTTP/1.1" 200 922 0.007303 10.0.0.17 - - [2024-10-28 02:20:20] "GET /virtual-network/b34e48bd-70c3-4b1b-bdda-e3031c254fc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.009105 10.0.0.17 - - [2024-10-28 02:20:20] "POST /route-targets HTTP/1.1" 200 327 0.011337 10.0.0.17 - - [2024-10-28 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004039 10.0.0.17 - - [2024-10-28 02:20:20] "POST /ref-update HTTP/1.1" 200 156 0.011033 10.0.0.17 - - [2024-10-28 02:20:20] "GET /network-policy/1fcf046e-8a99-49ce-bdea-812d7462a4af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004401 10.0.0.17 - - [2024-10-28 02:20:20] "GET /routing-instance/e171b798-3b30-4b71-b672-6d89fa22b12a?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1288 0.005031 10.0.0.17 - - [2024-10-28 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003151 10.0.0.17 - - [2024-10-28 02:20:20] "GET /routing-instance/e171b798-3b30-4b71-b672-6d89fa22b12a?fields=routing_policy_back_refs HTTP/1.1" 200 1288 0.006546 10.0.0.17 - - [2024-10-28 02:20:20] "GET /service-template/86a262c0-957e-4969-b3ad-9fb85fa4d4ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004315 10.0.0.17 - - [2024-10-28 02:20:20] "POST /ref-update HTTP/1.1" 200 156 0.010485 10.0.0.17 - - [2024-10-28 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003821 10.0.0.17 - - [2024-10-28 02:20:20] "GET /projects?obj_uuids=16aa58ca-ef53-4e48-8073-2b6211e7ec0e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001369 10.0.0.17 - - [2024-10-28 02:20:20] "POST /routing-instances HTTP/1.1" 200 760 0.028289 10.0.0.17 - - [2024-10-28 02:20:20] "GET /project/16aa58ca-ef53-4e48-8073-2b6211e7ec0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.046139 10.0.0.17 - - [2024-10-28 02:20:20] "POST /route-targets HTTP/1.1" 200 327 0.011448 10.0.0.17 - - [2024-10-28 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.17 - - [2024-10-28 02:20:20] "POST /ref-update HTTP/1.1" 200 156 0.010455 10.0.0.17 - - [2024-10-28 02:20:20] "GET /service-instance/dbf1895b-ed12-4bde-8ebe-c7dc348e09d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3530 0.006796 10.0.0.17 - - [2024-10-28 02:20:21] "GET /routing-instance/3dee8492-a75e-404e-a33e-b6a288664c6a?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1288 0.005478 10.0.0.17 - - [2024-10-28 02:20:21] "GET /domains HTTP/1.1" 200 280 0.003846 10.0.0.17 - - [2024-10-28 02:20:21] "GET /domains?obj_uuids=e92f8937-f54d-44e7-9020-3c14a03f7680&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001249 10.0.0.17 - - [2024-10-28 02:20:21] "GET /domain/e92f8937-f54d-44e7-9020-3c14a03f7680 HTTP/1.1" 200 2772 0.011297 10.0.0.17 - - [2024-10-28 02:20:21] "GET /projects?obj_uuids=16aa58ca-ef53-4e48-8073-2b6211e7ec0e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001192 10.0.0.17 - - [2024-10-28 02:20:21] "GET /routing-instance/3dee8492-a75e-404e-a33e-b6a288664c6a?fields=routing_policy_back_refs HTTP/1.1" 200 1288 0.007862 10.0.0.17 - - [2024-10-28 02:20:21] "GET /project/16aa58ca-ef53-4e48-8073-2b6211e7ec0e HTTP/1.1" 200 4242 0.077210 10.0.0.17 - - [2024-10-28 02:20:21] "GET /service-instance/dbf1895b-ed12-4bde-8ebe-c7dc348e09d8 HTTP/1.1" 200 3784 0.007020 10.0.0.17 - - [2024-10-28 02:20:21] "PUT /routing-instance/e171b798-3b30-4b71-b672-6d89fa22b12a HTTP/1.1" 200 266 0.025885 10.0.0.17 - - [2024-10-28 02:20:21] "GET /domains HTTP/1.1" 200 280 0.004580 10.0.0.17 - - [2024-10-28 02:20:21] "GET /domains?obj_uuids=e92f8937-f54d-44e7-9020-3c14a03f7680&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001135 10.0.0.17 - - [2024-10-28 02:20:21] "GET /domain/e92f8937-f54d-44e7-9020-3c14a03f7680 HTTP/1.1" 200 2772 0.008733 10.0.0.17 - - [2024-10-28 02:20:21] "GET /projects?obj_uuids=16aa58ca-ef53-4e48-8073-2b6211e7ec0e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001487 10.0.0.17 - - [2024-10-28 02:20:21] "PUT /routing-instance/3dee8492-a75e-404e-a33e-b6a288664c6a HTTP/1.1" 200 266 0.011254 10.0.0.17 - - [2024-10-28 02:20:21] "GET /project/16aa58ca-ef53-4e48-8073-2b6211e7ec0e HTTP/1.1" 200 4242 0.074422 10.0.0.17 - - [2024-10-28 02:20:21] "GET /service-instance/dbf1895b-ed12-4bde-8ebe-c7dc348e09d8 HTTP/1.1" 200 3784 0.006801 10.0.0.17 - - [2024-10-28 02:20:21] "GET /port-tuple/b75bf3e6-cb38-4909-a589-ef511fe6ac45 HTTP/1.1" 200 1980 0.003553 10.0.0.17 - - [2024-10-28 02:20:21] "POST /ref-update HTTP/1.1" 200 156 0.014747 10.0.0.17 - - [2024-10-28 02:20:21] "GET /virtual-machine-interface/884282eb-e856-46b1-b366-89d44cbf8b6f HTTP/1.1" 200 3804 0.010075 10.0.0.17 - - [2024-10-28 02:20:21] "GET /virtual-machine-interface/8a3532f7-d342-4160-abd0-35e8dc151eb4 HTTP/1.1" 200 3798 0.009816 10.0.0.17 - - [2024-10-28 02:20:21] "GET /virtual-machine-interface/ebd6032f-220a-4cb2-afec-c5747a878de6 HTTP/1.1" 200 3817 0.012005 10.0.0.17 - - [2024-10-28 02:20:21] "PUT /access-control-list/d1641e61-3839-4019-b63d-221626316526 HTTP/1.1" 200 272 0.011548 10.0.0.17 - - [2024-10-28 02:20:21] "PUT /access-control-list/ce9ec25e-7260-4aca-a6eb-741b180aae41 HTTP/1.1" 200 272 0.014111 10.0.0.17 - - [2024-10-28 02:20:21] "POST /neutron/port HTTP/1.1" 200 3835 0.074528 10.0.0.17 - - [2024-10-28 02:20:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006417 10.0.0.17 - - [2024-10-28 02:20:21] "POST /neutron/port HTTP/1.1" 200 3835 0.040692 10.0.0.17 - - [2024-10-28 02:20:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007019 10.0.0.17 - - [2024-10-28 02:20:21] "POST /neutron/port HTTP/1.1" 200 3835 0.041873 10.0.0.17 - - [2024-10-28 02:20:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006330 10.0.0.17 - - [2024-10-28 02:20:21] "POST /neutron/port HTTP/1.1" 200 3835 0.036722 10.0.0.17 - - [2024-10-28 02:20:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006495 10.0.0.17 - - [2024-10-28 02:20:21] "POST /neutron/network HTTP/1.1" 200 896 0.013987 10.0.0.17 - - [2024-10-28 02:20:21] "POST /neutron/network HTTP/1.1" 200 922 0.006487 10.0.0.17 - - [2024-10-28 02:20:21] "POST /neutron/network HTTP/1.1" 200 807 0.015436 10.0.0.17 - - [2024-10-28 02:20:21] "POST /neutron/network HTTP/1.1" 200 833 0.005115 10.0.0.17 - - [2024-10-28 02:20:21] "POST /neutron/network HTTP/1.1" 200 896 0.014505 10.0.0.17 - - [2024-10-28 02:20:21] "POST /neutron/network HTTP/1.1" 200 922 0.006237 10.0.0.17 - - [2024-10-28 02:20:21] "POST /id-to-fqname HTTP/1.1" 200 223 0.001405 10.0.0.17 - - [2024-10-28 02:20:21] "POST /id-to-fqname HTTP/1.1" 200 223 0.001330 10.0.0.17 - - [2024-10-28 02:20:21] "POST /id-to-fqname HTTP/1.1" 200 224 0.001956 10.0.0.17 - - [2024-10-28 02:20:22] "GET /virtual-machine/d9bf62d3-c57f-45de-a703-9c46dc4ec667 HTTP/1.1" 200 1803 0.004968 10.0.0.17 - - [2024-10-28 02:20:22] "GET /virtual-machine-interface/884282eb-e856-46b1-b366-89d44cbf8b6f HTTP/1.1" 200 3804 0.011579 10.0.0.17 - - [2024-10-28 02:20:22] "GET /virtual-machine-interface/8a3532f7-d342-4160-abd0-35e8dc151eb4 HTTP/1.1" 200 3798 0.009192 10.0.0.17 - - [2024-10-28 02:20:22] "GET /virtual-machine-interface/ebd6032f-220a-4cb2-afec-c5747a878de6 HTTP/1.1" 200 3817 0.008792 10.0.0.17 - - [2024-10-28 02:20:22] "GET /instance-ip/2c646dbc-0dc0-4984-838a-497e2d851dc2 HTTP/1.1" 200 1621 0.006080 10.0.0.17 - - [2024-10-28 02:20:22] "GET /instance-ip/3aae810c-af52-4f8d-8d1c-78e7b928bce2 HTTP/1.1" 200 1960 0.005280 10.0.0.17 - - [2024-10-28 02:20:22] "GET /instance-ip/d703d36c-0dde-4d8a-aff0-adbace4f8e23 HTTP/1.1" 200 1959 0.004976 10.0.0.17 - - [2024-10-28 02:20:22] "GET /instance-ip/30df1d29-1c2e-4345-8fcc-4c963c702a5d HTTP/1.1" 200 1954 0.007435 10.0.0.17 - - [2024-10-28 02:20:22] "GET /instance-ip/ab70951a-4cba-4a64-bd65-3dc13e0142a4 HTTP/1.1" 200 1957 0.006055 10.0.0.17 - - [2024-10-28 02:20:22] "GET /instance-ip/e3ff1d50-6425-43ca-8681-1d35ff709034 HTTP/1.1" 200 1623 0.006944 10.0.0.17 - - [2024-10-28 02:20:22] "GET /instance-ip/4b176ce4-bec9-4565-ad06-a474020a560d HTTP/1.1" 200 1980 0.005392 10.0.0.17 - - [2024-10-28 02:20:22] "GET /instance-ip/51e26275-b1d0-4ec6-9fd9-78052178ffab HTTP/1.1" 200 1978 0.004932 10.0.0.17 - - [2024-10-28 02:20:22] "GET /instance-ip/62298323-5548-479b-9622-23f9551abfb6 HTTP/1.1" 200 1622 0.006178 10.0.0.17 - - [2024-10-28 02:20:22] "POST /neutron/port HTTP/1.1" 200 3835 0.037130 10.0.0.17 - - [2024-10-28 02:20:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006730 10.0.0.17 - - [2024-10-28 02:20:22] "POST /neutron/port HTTP/1.1" 200 3835 0.039460 10.0.0.17 - - [2024-10-28 02:20:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006661 10.0.0.17 - - [2024-10-28 02:20:22] "POST /neutron/port HTTP/1.1" 200 3835 0.047381 10.0.0.17 - - [2024-10-28 02:20:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007106 10.0.0.17 - - [2024-10-28 02:20:22] "POST /neutron/port HTTP/1.1" 200 3835 0.035111 10.0.0.17 - - [2024-10-28 02:20:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008304 10.0.0.17 - - [2024-10-28 02:20:22] "GET /virtual-machine/d9bf62d3-c57f-45de-a703-9c46dc4ec667 HTTP/1.1" 200 1803 0.005224 10.0.0.17 - - [2024-10-28 02:20:22] "GET /virtual-machine-interface/884282eb-e856-46b1-b366-89d44cbf8b6f HTTP/1.1" 200 3804 0.009032 10.0.0.17 - - [2024-10-28 02:20:22] "GET /virtual-machine-interface/8a3532f7-d342-4160-abd0-35e8dc151eb4 HTTP/1.1" 200 3798 0.009329 10.0.0.17 - - [2024-10-28 02:20:22] "GET /virtual-machine-interface/ebd6032f-220a-4cb2-afec-c5747a878de6 HTTP/1.1" 200 3817 0.010330 10.0.0.17 - - [2024-10-28 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.17 - - [2024-10-28 02:20:22] "GET /global-vrouter-config/a1ff2597-4e21-4594-806c-350319d89fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003911 10.0.0.17 - - [2024-10-28 02:20:22] "GET /virtual-networks?parent_id=16aa58ca-ef53-4e48-8073-2b6211e7ec0e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003377 10.0.0.17 - - [2024-10-28 02:20:22] "GET /virtual-network/0bd56504-ef6e-4336-9714-2a20d1c82dbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.010242 10.0.0.17 - - [2024-10-28 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141 10.0.0.17 - - [2024-10-28 02:20:23] "GET /global-vrouter-config/a1ff2597-4e21-4594-806c-350319d89fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003886 10.0.0.17 - - [2024-10-28 02:20:24] "GET /virtual-networks?parent_id=16aa58ca-ef53-4e48-8073-2b6211e7ec0e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003632 10.0.0.17 - - [2024-10-28 02:20:24] "GET /virtual-network/0bd56504-ef6e-4336-9714-2a20d1c82dbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.010553 10.0.0.17 - - [2024-10-28 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.17 - - [2024-10-28 02:20:24] "GET /global-vrouter-config/a1ff2597-4e21-4594-806c-350319d89fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004205 10.0.0.17 - - [2024-10-28 02:20:24] "GET /virtual-networks?parent_id=16aa58ca-ef53-4e48-8073-2b6211e7ec0e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003912 10.0.0.17 - - [2024-10-28 02:20:24] "GET /virtual-network/0bd56504-ef6e-4336-9714-2a20d1c82dbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.009033 10.0.0.17 - - [2024-10-28 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004106 10.0.0.17 - - [2024-10-28 02:20:24] "GET /global-vrouter-config/a1ff2597-4e21-4594-806c-350319d89fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004802 10.0.0.17 - - [2024-10-28 02:20:24] "GET /virtual-networks?parent_id=16aa58ca-ef53-4e48-8073-2b6211e7ec0e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003312 10.0.0.17 - - [2024-10-28 02:20:24] "GET /virtual-network/0bd56504-ef6e-4336-9714-2a20d1c82dbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.009636 10.0.0.17 - - [2024-10-28 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.17 - - [2024-10-28 02:20:24] "GET /global-vrouter-config/a1ff2597-4e21-4594-806c-350319d89fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004217 10.0.0.17 - - [2024-10-28 02:20:24] "GET /virtual-networks?parent_id=16aa58ca-ef53-4e48-8073-2b6211e7ec0e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003032 10.0.0.17 - - [2024-10-28 02:20:24] "GET /virtual-network/0bd56504-ef6e-4336-9714-2a20d1c82dbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.014315 10.0.0.17 - - [2024-10-28 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.17 - - [2024-10-28 02:20:24] "GET /global-vrouter-config/a1ff2597-4e21-4594-806c-350319d89fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004203 10.0.0.17 - - [2024-10-28 02:20:24] "GET /virtual-networks?parent_id=16aa58ca-ef53-4e48-8073-2b6211e7ec0e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003454 10.0.0.17 - - [2024-10-28 02:20:24] "GET /virtual-network/c07b23ca-437e-4b34-b1c0-78a542a57cde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.009780 10.0.0.17 - - [2024-10-28 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.17 - - [2024-10-28 02:20:25] "GET /global-vrouter-config/a1ff2597-4e21-4594-806c-350319d89fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004666 10.0.0.17 - - [2024-10-28 02:20:25] "GET /virtual-networks?parent_id=16aa58ca-ef53-4e48-8073-2b6211e7ec0e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003098 10.0.0.17 - - [2024-10-28 02:20:25] "GET /virtual-network/c07b23ca-437e-4b34-b1c0-78a542a57cde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.009346 10.0.0.17 - - [2024-10-28 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.17 - - [2024-10-28 02:20:25] "GET /global-vrouter-config/a1ff2597-4e21-4594-806c-350319d89fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004640 10.0.0.17 - - [2024-10-28 02:20:25] "GET /virtual-networks?parent_id=16aa58ca-ef53-4e48-8073-2b6211e7ec0e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003436 10.0.0.17 - - [2024-10-28 02:20:25] "GET /virtual-network/c07b23ca-437e-4b34-b1c0-78a542a57cde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.010135 10.0.0.17 - - [2024-10-28 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004361 10.0.0.17 - - [2024-10-28 02:20:25] "GET /global-vrouter-config/a1ff2597-4e21-4594-806c-350319d89fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004567 10.0.0.17 - - [2024-10-28 02:20:25] "GET /virtual-networks?parent_id=16aa58ca-ef53-4e48-8073-2b6211e7ec0e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003673 10.0.0.17 - - [2024-10-28 02:20:25] "GET /virtual-network/c07b23ca-437e-4b34-b1c0-78a542a57cde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.009475 10.0.0.17 - - [2024-10-28 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.17 - - [2024-10-28 02:20:25] "GET /global-vrouter-config/a1ff2597-4e21-4594-806c-350319d89fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004356 10.0.0.17 - - [2024-10-28 02:20:25] "GET /virtual-networks?parent_id=16aa58ca-ef53-4e48-8073-2b6211e7ec0e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003197 10.0.0.17 - - [2024-10-28 02:20:25] "GET /virtual-network/b34e48bd-70c3-4b1b-bdda-e3031c254fc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.010447 10.0.0.17 - - [2024-10-28 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.17 - - [2024-10-28 02:20:25] "GET /global-vrouter-config/a1ff2597-4e21-4594-806c-350319d89fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005388 10.0.0.17 - - [2024-10-28 02:20:25] "GET /virtual-networks?parent_id=16aa58ca-ef53-4e48-8073-2b6211e7ec0e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003386 10.0.0.17 - - [2024-10-28 02:20:26] "GET /virtual-network/b34e48bd-70c3-4b1b-bdda-e3031c254fc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.010438 10.0.0.17 - - [2024-10-28 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.17 - - [2024-10-28 02:20:26] "GET /global-vrouter-config/a1ff2597-4e21-4594-806c-350319d89fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004392 10.0.0.17 - - [2024-10-28 02:20:26] "GET /virtual-networks?parent_id=16aa58ca-ef53-4e48-8073-2b6211e7ec0e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003726 10.0.0.17 - - [2024-10-28 02:20:26] "GET /virtual-network/b34e48bd-70c3-4b1b-bdda-e3031c254fc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.010069 10.0.0.17 - - [2024-10-28 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.17 - - [2024-10-28 02:20:26] "GET /global-vrouter-config/a1ff2597-4e21-4594-806c-350319d89fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004277 10.0.0.17 - - [2024-10-28 02:20:26] "GET /virtual-networks?parent_id=16aa58ca-ef53-4e48-8073-2b6211e7ec0e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003649 10.0.0.17 - - [2024-10-28 02:20:26] "GET /virtual-network/b34e48bd-70c3-4b1b-bdda-e3031c254fc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.009569 10.0.0.17 - - [2024-10-28 02:20:26] "GET /virtual-machine/d9bf62d3-c57f-45de-a703-9c46dc4ec667 HTTP/1.1" 200 1803 0.005399 10.0.0.17 - - [2024-10-28 02:20:26] "GET /domains HTTP/1.1" 200 280 0.002875 10.0.0.17 - - [2024-10-28 02:20:26] "GET /domains?obj_uuids=e92f8937-f54d-44e7-9020-3c14a03f7680&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001300 10.0.0.17 - - [2024-10-28 02:20:26] "GET /domain/e92f8937-f54d-44e7-9020-3c14a03f7680 HTTP/1.1" 200 2772 0.008680 10.0.0.17 - - [2024-10-28 02:20:26] "GET /projects?obj_uuids=16aa58ca-ef53-4e48-8073-2b6211e7ec0e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001182 10.0.0.17 - - [2024-10-28 02:20:26] "GET /project/16aa58ca-ef53-4e48-8073-2b6211e7ec0e HTTP/1.1" 200 4242 0.074271 10.0.0.17 - - [2024-10-28 02:20:26] "GET /service-instance/dbf1895b-ed12-4bde-8ebe-c7dc348e09d8 HTTP/1.1" 200 3784 0.005703 10.0.0.17 - - [2024-10-28 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.17 - - [2024-10-28 02:20:26] "GET /routing-instance/afdd6aaa-b298-4782-aaa1-c10bad3ccc36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1888 0.005008 10.0.0.17 - - [2024-10-28 02:20:26] "GET /routing-instance/afdd6aaa-b298-4782-aaa1-c10bad3ccc36?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2021 0.008127 10.0.0.17 - - [2024-10-28 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.17 - - [2024-10-28 02:20:26] "GET /routing-instance/2e44b47e-5441-436d-8b92-91ac7d7ea995?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.005107 10.0.0.17 - - [2024-10-28 02:20:26] "GET /routing-instance/2e44b47e-5441-436d-8b92-91ac7d7ea995?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2023 0.006863 10.0.0.17 - - [2024-10-28 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.006104 10.0.0.17 - - [2024-10-28 02:20:26] "GET /virtual-network/0bd56504-ef6e-4336-9714-2a20d1c82dbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.009216 10.0.0.17 - - [2024-10-28 02:20:27] "GET /virtual-network/0bd56504-ef6e-4336-9714-2a20d1c82dbb?fields=routing_instances HTTP/1.1" 200 1682 0.010657 10.0.0.17 - - [2024-10-28 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002862 10.0.0.17 - - [2024-10-28 02:20:27] "GET /virtual-network/b34e48bd-70c3-4b1b-bdda-e3031c254fc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.009341 10.0.0.17 - - [2024-10-28 02:20:27] "GET /virtual-network/b34e48bd-70c3-4b1b-bdda-e3031c254fc1?fields=routing_instances HTTP/1.1" 200 1689 0.011090 10.0.0.17 - - [2024-10-28 02:20:31] "POST /ref-update HTTP/1.1" 200 156 0.031384 10.0.0.17 - - [2024-10-28 02:20:31] "DELETE /access-control-list/ce9ec25e-7260-4aca-a6eb-741b180aae41 HTTP/1.1" 200 115 0.030453 10.0.0.17 - - [2024-10-28 02:20:31] "POST /neutron/network HTTP/1.1" 200 834 0.012995 10.0.0.17 - - [2024-10-28 02:20:31] "GET /virtual-network/b34e48bd-70c3-4b1b-bdda-e3031c254fc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.008997 10.0.0.17 - - [2024-10-28 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.17 - - [2024-10-28 02:20:31] "DELETE /routing-instance/e171b798-3b30-4b71-b672-6d89fa22b12a HTTP/1.1" 200 115 0.029194 10.0.0.17 - - [2024-10-28 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.17 - - [2024-10-28 02:20:31] "GET /network-policy/1fcf046e-8a99-49ce-bdea-812d7462a4af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003703 10.0.0.17 - - [2024-10-28 02:20:31] "DELETE /route-target/119e5150-a233-46cf-aded-04f6ff535c17 HTTP/1.1" 200 115 0.014575 10.0.0.17 - - [2024-10-28 02:20:31] "POST /ref-update HTTP/1.1" 200 156 0.033650 10.0.0.17 - - [2024-10-28 02:20:31] "DELETE /routing-instance/3dee8492-a75e-404e-a33e-b6a288664c6a HTTP/1.1" 200 115 0.039302 10.0.0.17 - - [2024-10-28 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004727 10.0.0.17 - - [2024-10-28 02:20:31] "POST /neutron/network HTTP/1.1" 200 834 0.006819 10.0.0.17 - - [2024-10-28 02:20:31] "GET /virtual-network/0bd56504-ef6e-4336-9714-2a20d1c82dbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.010383 10.0.0.17 - - [2024-10-28 02:20:31] "DELETE /route-target/ad95d407-59ac-44c3-aff3-102b5b4596b9 HTTP/1.1" 200 115 0.024727 10.0.0.17 - - [2024-10-28 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.014679 10.0.0.17 - - [2024-10-28 02:20:31] "DELETE /access-control-list/d1641e61-3839-4019-b63d-221626316526 HTTP/1.1" 200 115 0.031732 10.0.0.17 - - [2024-10-28 02:20:31] "GET /network-policy/1fcf046e-8a99-49ce-bdea-812d7462a4af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004431 10.0.0.17 - - [2024-10-28 02:20:31] "DELETE /network-policy/1fcf046e-8a99-49ce-bdea-812d7462a4af HTTP/1.1" 200 115 0.027397 10.0.0.17 - - [2024-10-28 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.17 - - [2024-10-28 02:20:31] "DELETE /service-instance/dbf1895b-ed12-4bde-8ebe-c7dc348e09d8 HTTP/1.1" 200 115 0.040116 10.0.0.17 - - [2024-10-28 02:20:31] "GET /domains HTTP/1.1" 200 280 0.003359 10.0.0.17 - - [2024-10-28 02:20:31] "GET /domains?obj_uuids=e92f8937-f54d-44e7-9020-3c14a03f7680&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001187 10.0.0.17 - - [2024-10-28 02:20:31] "GET /domain/e92f8937-f54d-44e7-9020-3c14a03f7680 HTTP/1.1" 200 2772 0.011017 10.0.0.17 - - [2024-10-28 02:20:31] "POST /ref-update HTTP/1.1" 200 156 0.016977 10.0.0.17 - - [2024-10-28 02:20:31] "GET /projects?obj_uuids=16aa58ca-ef53-4e48-8073-2b6211e7ec0e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001792 10.0.0.17 - - [2024-10-28 02:20:31] "DELETE /instance-ip/4b176ce4-bec9-4565-ad06-a474020a560d HTTP/1.1" 200 115 0.024628 10.0.0.17 - - [2024-10-28 02:20:31] "POST /ref-update HTTP/1.1" 200 156 0.009129 10.0.0.17 - - [2024-10-28 02:20:31] "GET /project/16aa58ca-ef53-4e48-8073-2b6211e7ec0e HTTP/1.1" 200 3768 0.082682 10.0.0.17 - - [2024-10-28 02:20:31] "GET /virtual-machine/d9bf62d3-c57f-45de-a703-9c46dc4ec667 HTTP/1.1" 200 1803 0.005283 10.0.0.17 - - [2024-10-28 02:20:31] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002385 10.0.0.17 - - [2024-10-28 02:20:31] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002097 10.0.0.17 - - [2024-10-28 02:20:31] "DELETE /instance-ip/d703d36c-0dde-4d8a-aff0-adbace4f8e23 HTTP/1.1" 200 115 0.032933 10.0.0.17 - - [2024-10-28 02:20:31] "POST /ref-update HTTP/1.1" 200 156 0.011595 10.0.0.17 - - [2024-10-28 02:20:32] "DELETE /instance-ip/ab70951a-4cba-4a64-bd65-3dc13e0142a4 HTTP/1.1" 200 115 0.028530 10.0.0.17 - - [2024-10-28 02:20:32] "POST /ref-update HTTP/1.1" 200 156 0.012247 10.0.0.17 - - [2024-10-28 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.006765 10.0.0.17 - - [2024-10-28 02:20:32] "DELETE /service-template/86a262c0-957e-4969-b3ad-9fb85fa4d4ae HTTP/1.1" 200 115 0.046585 10.0.0.17 - - [2024-10-28 02:20:32] "POST /fqname-to-id HTTP/1.1" 404 193 0.003364 10.0.0.17 - - [2024-10-28 02:20:32] "DELETE /instance-ip/30df1d29-1c2e-4345-8fcc-4c963c702a5d HTTP/1.1" 200 115 0.061545 10.0.0.17 - - [2024-10-28 02:20:32] "POST /ref-update HTTP/1.1" 200 156 0.009326 10.0.0.17 - - [2024-10-28 02:20:32] "DELETE /instance-ip/51e26275-b1d0-4ec6-9fd9-78052178ffab HTTP/1.1" 200 115 0.026596 10.0.0.17 - - [2024-10-28 02:20:32] "POST /ref-update HTTP/1.1" 200 156 0.010194 10.0.0.17 - - [2024-10-28 02:20:32] "DELETE /instance-ip/3aae810c-af52-4f8d-8d1c-78e7b928bce2 HTTP/1.1" 200 115 0.024992 10.0.0.17 - - [2024-10-28 02:20:32] "POST /neutron/network HTTP/1.1" 200 834 0.015700 10.0.0.17 - - [2024-10-28 02:20:32] "POST /neutron/network HTTP/1.1" 400 204 0.012837 10.0.0.17 - - [2024-10-28 02:20:32] "POST /neutron/port HTTP/1.1" 200 1086 0.026988 10.0.0.17 - - [2024-10-28 02:20:32] "POST /neutron/port HTTP/1.1" 200 1088 0.022098 10.0.0.17 - - [2024-10-28 02:20:32] "POST /neutron/port HTTP/1.1" 200 1112 0.010606 10.0.0.17 - - [2024-10-28 02:20:32] "POST /neutron/port HTTP/1.1" 200 1114 0.011254 10.0.0.17 - - [2024-10-28 02:20:33] "POST /neutron/port HTTP/1.1" 200 3028 0.039702 10.0.0.17 - - [2024-10-28 02:20:33] "POST /neutron/port HTTP/1.1" 200 151 0.168768 10.0.0.17 - - [2024-10-28 02:20:33] "POST /neutron/port HTTP/1.1" 200 1114 0.013572 10.0.0.17 - - [2024-10-28 02:20:33] "POST /neutron/port HTTP/1.1" 200 151 0.180493 10.0.0.17 - - [2024-10-28 02:20:33] "POST /neutron/port HTTP/1.1" 200 151 0.109508 10.0.0.17 - - [2024-10-28 02:20:33] "POST /neutron/port HTTP/1.1" 200 1113 0.012398 10.0.0.17 - - [2024-10-28 02:20:33] "POST /neutron/port HTTP/1.1" 200 151 0.140688 10.0.0.17 - - [2024-10-28 02:20:33] "POST /neutron/port HTTP/1.1" 200 1112 0.008669 10.0.0.17 - - [2024-10-28 02:20:33] "POST /neutron/port HTTP/1.1" 200 151 0.142007 10.0.0.17 - - [2024-10-28 02:20:34] "POST /neutron/network HTTP/1.1" 200 834 0.007703 10.0.0.17 - - [2024-10-28 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.008036 10.0.0.17 - - [2024-10-28 02:20:34] "POST /useragent-kv HTTP/1.1" 200 115 0.001288 10.0.0.17 - - [2024-10-28 02:20:34] "POST /useragent-kv HTTP/1.1" 200 115 0.001262 10.0.0.17 - - [2024-10-28 02:20:34] "POST /neutron/network HTTP/1.1" 200 151 0.107142 10.0.0.17 - - [2024-10-28 02:20:34] "GET /routing-instance/2e44b47e-5441-436d-8b92-91ac7d7ea995 HTTP/1.1" 404 171 0.002971 10.0.0.17 - - [2024-10-28 02:20:34] "GET /domains HTTP/1.1" 200 280 0.009726 10.0.0.17 - - [2024-10-28 02:20:34] "GET /domains?obj_uuids=e92f8937-f54d-44e7-9020-3c14a03f7680&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001889 10.0.0.17 - - [2024-10-28 02:20:34] "DELETE /route-target/dbc6f34f-36c0-4d6e-8216-7cdac263cb05 HTTP/1.1" 200 115 0.048090 10.0.0.17 - - [2024-10-28 02:20:34] "GET /domain/e92f8937-f54d-44e7-9020-3c14a03f7680 HTTP/1.1" 200 2572 0.055429 10.0.0.17 - - [2024-10-28 02:20:34] "GET /projects?obj_uuids=16aa58ca-ef53-4e48-8073-2b6211e7ec0e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001201 10.0.0.17 - - [2024-10-28 02:20:34] "GET /project/16aa58ca-ef53-4e48-8073-2b6211e7ec0e HTTP/1.1" 200 2307 0.074721 10.0.0.17 - - [2024-10-28 02:20:34] "POST /neutron/network HTTP/1.1" 200 834 0.005954 10.0.0.17 - - [2024-10-28 02:20:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002723 10.0.0.17 - - [2024-10-28 02:20:34] "POST /useragent-kv HTTP/1.1" 200 115 0.001223 10.0.0.17 - - [2024-10-28 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.006674 10.0.0.17 - - [2024-10-28 02:20:34] "POST /neutron/network HTTP/1.1" 200 151 0.077985 10.0.0.17 - - [2024-10-28 02:20:34] "GET /routing-instance/afdd6aaa-b298-4782-aaa1-c10bad3ccc36 HTTP/1.1" 404 171 0.002440 10.0.0.17 - - [2024-10-28 02:20:34] "GET /domains HTTP/1.1" 200 280 0.002356 10.0.0.17 - - [2024-10-28 02:20:34] "GET /domains?obj_uuids=e92f8937-f54d-44e7-9020-3c14a03f7680&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001318 10.0.0.17 - - [2024-10-28 02:20:34] "DELETE /route-target/be470a74-d09a-4e08-bbb4-f5ac208e8bd8 HTTP/1.1" 200 115 0.028818 10.0.0.17 - - [2024-10-28 02:20:34] "GET /domain/e92f8937-f54d-44e7-9020-3c14a03f7680 HTTP/1.1" 200 2572 0.050226 10.0.0.17 - - [2024-10-28 02:20:34] "GET /projects?obj_uuids=16aa58ca-ef53-4e48-8073-2b6211e7ec0e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001831 10.0.0.17 - - [2024-10-28 02:20:34] "GET /project/16aa58ca-ef53-4e48-8073-2b6211e7ec0e HTTP/1.1" 200 2089 0.077143 10.0.0.17 - - [2024-10-28 02:20:35] "POST /neutron/network HTTP/1.1" 200 833 0.012007 10.0.0.17 - - [2024-10-28 02:20:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002589 10.0.0.17 - - [2024-10-28 02:20:35] "POST /useragent-kv HTTP/1.1" 200 115 0.001206 10.0.0.17 - - [2024-10-28 02:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.006512 10.0.0.17 - - [2024-10-28 02:20:35] "POST /neutron/network HTTP/1.1" 200 151 0.079713 10.0.0.17 - - [2024-10-28 02:20:35] "GET /routing-instance/2b103e12-f55b-48b7-9704-f8548991a143 HTTP/1.1" 404 171 0.002239 10.0.0.17 - - [2024-10-28 02:20:35] "GET /domains HTTP/1.1" 200 280 0.004551 10.0.0.17 - - [2024-10-28 02:20:35] "GET /domains?obj_uuids=e92f8937-f54d-44e7-9020-3c14a03f7680&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001212 10.0.0.17 - - [2024-10-28 02:20:35] "DELETE /route-target/0bc245da-834f-46d0-9b1b-53e4b7bc169a HTTP/1.1" 200 115 0.027487 10.0.0.17 - - [2024-10-28 02:20:35] "GET /domain/e92f8937-f54d-44e7-9020-3c14a03f7680 HTTP/1.1" 200 2572 0.048983 10.0.0.17 - - [2024-10-28 02:20:35] "GET /projects?obj_uuids=16aa58ca-ef53-4e48-8073-2b6211e7ec0e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001949 10.0.0.17 - - [2024-10-28 02:20:35] "GET /project/16aa58ca-ef53-4e48-8073-2b6211e7ec0e HTTP/1.1" 200 1849 0.083402 10.0.0.17 - - [2024-10-28 02:20:35] "GET /projects?obj_uuids=16aa58ca-ef53-4e48-8073-2b6211e7ec0e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001202 10.0.0.17 - - [2024-10-28 02:20:35] "GET /project/16aa58ca-ef53-4e48-8073-2b6211e7ec0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.040292 10.0.0.17 - - [2024-10-28 02:20:35] "GET /projects?obj_uuids=16aa58ca-ef53-4e48-8073-2b6211e7ec0e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001341 10.0.0.17 - - [2024-10-28 02:20:35] "GET /project/16aa58ca-ef53-4e48-8073-2b6211e7ec0e?fields=virtual_networks HTTP/1.1" 200 1037 0.037481 10.0.0.17 - - [2024-10-28 02:20:35] "GET /projects?obj_uuids=16aa58ca-ef53-4e48-8073-2b6211e7ec0e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001256 10.0.0.17 - - [2024-10-28 02:20:35] "GET /project/16aa58ca-ef53-4e48-8073-2b6211e7ec0e?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.034526 10.0.0.17 - - [2024-10-28 02:20:35] "GET /projects?obj_uuids=16aa58ca-ef53-4e48-8073-2b6211e7ec0e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001178 10.0.0.17 - - [2024-10-28 02:20:35] "GET /project/16aa58ca-ef53-4e48-8073-2b6211e7ec0e?fields=security_groups HTTP/1.1" 200 1261 0.037063 10.0.0.17 - - [2024-10-28 02:20:36] "POST /fqname-to-id HTTP/1.1" 404 189 0.025178 10.0.0.17 - - [2024-10-28 02:20:36] "GET /projects?obj_uuids=2f38dcc5-1cc1-4311-a7f9-a60fe08f0a75&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002667 10.0.0.17 - - [2024-10-28 02:20:36] "GET /domains?obj_uuids=e92f8937-f54d-44e7-9020-3c14a03f7680&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002215 10.0.0.17 - - [2024-10-28 02:20:36] "GET /domain/e92f8937-f54d-44e7-9020-3c14a03f7680?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010054 10.0.0.17 - - [2024-10-28 02:20:36] "GET /projects?obj_uuids=16aa58ca-ef53-4e48-8073-2b6211e7ec0e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001247 10.0.0.17 - - [2024-10-28 02:20:36] "POST /id-to-fqname HTTP/1.1" 200 191 0.002617 10.0.0.17 - - [2024-10-28 02:20:36] "GET /project/16aa58ca-ef53-4e48-8073-2b6211e7ec0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.054053 10.0.0.17 - - [2024-10-28 02:20:36] "GET /projects?obj_uuids=16aa58ca-ef53-4e48-8073-2b6211e7ec0e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001085 10.0.0.17 - - [2024-10-28 02:20:36] "POST /fqname-to-id HTTP/1.1" 404 200 0.004878 10.0.0.17 - - [2024-10-28 02:20:37] "GET /project/16aa58ca-ef53-4e48-8073-2b6211e7ec0e?fields=security_groups HTTP/1.1" 200 1366 0.038780 10.0.0.17 - - [2024-10-28 02:20:37] "POST /security-groups HTTP/1.1" 200 592 0.072443 10.0.0.17 - - [2024-10-28 02:20:37] "POST /fqname-to-id HTTP/1.1" 404 235 0.007285 10.0.0.17 - - [2024-10-28 02:20:37] "POST /projects HTTP/1.1" 200 587 0.305666 10.0.0.17 - - [2024-10-28 02:20:37] "DELETE /security-group/dd788f21-089f-44fc-ac4b-f21362f7a660 HTTP/1.1" 200 115 0.119343 10.0.0.17 - - [2024-10-28 02:20:37] "GET /projects?obj_uuids=16aa58ca-ef53-4e48-8073-2b6211e7ec0e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001607 10.0.0.17 - - [2024-10-28 02:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.381786 10.0.0.17 - - [2024-10-28 02:20:37] "POST /access-control-lists HTTP/1.1" 200 597 0.071938 10.0.0.17 - - [2024-10-28 02:20:37] "GET /project/16aa58ca-ef53-4e48-8073-2b6211e7ec0e?fields=application_policy_sets HTTP/1.1" 200 1405 0.094153 10.0.0.17 - - [2024-10-28 02:20:37] "POST /fqname-to-id HTTP/1.1" 404 234 0.002561 10.0.0.17 - - [2024-10-28 02:20:37] "GET /project/2f38dcc5-1cc1-4311-a7f9-a60fe08f0a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.544949 10.0.0.17 - - [2024-10-28 02:20:37] "POST /access-control-lists HTTP/1.1" 200 595 0.077213 10.0.0.17 - - [2024-10-28 02:20:37] "DELETE /project/16aa58ca-ef53-4e48-8073-2b6211e7ec0e HTTP/1.1" 200 115 0.553780 10.0.0.17 - - [2024-10-28 02:20:37] "DELETE /access-control-list/c457b6a8-260b-4e78-b0bf-b6ce8ce2aedc HTTP/1.1" 200 115 0.018904 10.0.0.17 - - [2024-10-28 02:20:37] "DELETE /access-control-list/f37e66df-eab5-47ab-be8b-68de3e7e52e6 HTTP/1.1" 200 115 0.029337 10.0.0.17 - - [2024-10-28 02:20:38] "GET / HTTP/1.1" 200 35931 0.002344 10.0.0.17 - - [2024-10-28 02:20:39] "GET /project/2f38dcc5-1cc1-4311-a7f9-a60fe08f0a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000545 10.0.0.17 - - [2024-10-28 02:20:39] "GET /projects?obj_uuids=2f38dcc5-1cc1-4311-a7f9-a60fe08f0a75&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002374 10.0.0.17 - - [2024-10-28 02:20:39] "GET /project/2f38dcc5-1cc1-4311-a7f9-a60fe08f0a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.063758 10.0.0.17 - - [2024-10-28 02:20:39] "POST /fqname-to-id HTTP/1.1" 404 180 0.002841 10.0.0.17 - - [2024-10-28 02:20:39] "POST /virtual-DNSs HTTP/1.1" 200 507 0.078833 10.0.0.17 - - [2024-10-28 02:20:40] "GET /virtual-DNS/6f342e99-57f6-4179-8cde-b013006d7a0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.115730 10.0.0.17 - - [2024-10-28 02:20:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005343 10.0.0.17 - - [2024-10-28 02:20:40] "GET /virtual-DNS/6f342e99-57f6-4179-8cde-b013006d7a0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.004335 10.0.0.17 - - [2024-10-28 02:20:40] "GET /domains HTTP/1.1" 401 292 0.000487 10.0.0.17 - - [2024-10-28 02:20:40] "GET /domains HTTP/1.1" 200 280 0.077388 10.0.0.17 - - [2024-10-28 02:20:40] "GET /domains?obj_uuids=e92f8937-f54d-44e7-9020-3c14a03f7680&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001205 10.0.0.17 - - [2024-10-28 02:20:40] "GET /domain/e92f8937-f54d-44e7-9020-3c14a03f7680 HTTP/1.1" 200 2775 0.009816 10.0.0.17 - - [2024-10-28 02:20:40] "GET /virtual-DNS/6f342e99-57f6-4179-8cde-b013006d7a0e HTTP/1.1" 200 1438 0.004623 10.0.0.17 - - [2024-10-28 02:20:40] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.002165 10.0.0.17 - - [2024-10-28 02:20:40] "POST /network-ipams HTTP/1.1" 200 514 0.016738 10.0.0.17 - - [2024-10-28 02:20:40] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 968 0.003747 10.0.0.17 - - [2024-10-28 02:20:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.17 - - [2024-10-28 02:20:40] "GET /network-ipam/8e239daa-3314-46c6-a5eb-2b20111962aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.006391 10.0.0.17 - - [2024-10-28 02:20:40] "PUT /network-ipam/8e239daa-3314-46c6-a5eb-2b20111962aa HTTP/1.1" 200 258 0.010159 10.0.0.17 - - [2024-10-28 02:20:40] "POST /ref-update HTTP/1.1" 200 156 0.009264 10.0.0.17 - - [2024-10-28 02:20:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004146 10.0.0.17 - - [2024-10-28 02:20:41] "GET /projects?obj_uuids=2f38dcc5-1cc1-4311-a7f9-a60fe08f0a75&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001734 10.0.0.17 - - [2024-10-28 02:20:41] "GET /project/2f38dcc5-1cc1-4311-a7f9-a60fe08f0a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.033474 10.0.0.17 - - [2024-10-28 02:20:41] "POST /neutron/network HTTP/1.1" 200 117 0.032414 10.0.0.17 - - [2024-10-28 02:20:41] "GET /projects?obj_uuids=2f38dcc5-1cc1-4311-a7f9-a60fe08f0a75&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001124 10.0.0.17 - - [2024-10-28 02:20:41] "POST /neutron/network HTTP/1.1" 200 618 0.071026 10.0.0.17 - - [2024-10-28 02:20:41] "POST /route-targets HTTP/1.1" 200 327 0.011459 10.0.0.17 - - [2024-10-28 02:20:41] "POST /ref-update HTTP/1.1" 200 156 0.010406 10.0.0.17 - - [2024-10-28 02:20:41] "POST /useragent-kv HTTP/1.1" 200 115 0.005767 10.0.0.17 - - [2024-10-28 02:20:41] "POST /neutron/subnet HTTP/1.1" 200 711 0.221143 10.0.0.17 - - [2024-10-28 02:20:41] "POST /neutron/network HTTP/1.1" 200 833 0.006345 10.0.0.17 - - [2024-10-28 02:20:41] "POST /id-to-fqname HTTP/1.1" 200 227 0.001417 10.0.0.17 - - [2024-10-28 02:20:41] "GET /virtual-network/1ba2d0a8-77bd-482f-85ef-2039fc04178e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.009941 10.0.0.17 - - [2024-10-28 02:20:41] "POST /neutron/network HTTP/1.1" 200 833 0.005722 10.0.0.17 - - [2024-10-28 02:20:41] "GET /virtual-network/1ba2d0a8-77bd-482f-85ef-2039fc04178e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.011234 10.0.0.17 - - [2024-10-28 02:20:41] "POST /neutron/network HTTP/1.1" 200 833 0.012730 10.0.0.17 - - [2024-10-28 02:20:41] "POST /neutron/subnet HTTP/1.1" 200 711 0.009689 10.0.0.17 - - [2024-10-28 02:20:41] "POST /neutron/network HTTP/1.1" 200 807 0.013895 10.0.0.17 - - [2024-10-28 02:20:41] "POST /neutron/network HTTP/1.1" 200 833 0.005886 10.0.0.17 - - [2024-10-28 02:20:41] "POST /id-to-fqname HTTP/1.1" 200 227 0.005050 10.0.0.17 - - [2024-10-28 02:20:41] "POST /neutron/network HTTP/1.1" 200 843 0.007311 10.0.0.17 - - [2024-10-28 02:20:41] "GET /aaa-mode HTTP/1.1" 401 292 0.000488 10.0.0.17 - - [2024-10-28 02:20:42] "GET / HTTP/1.1" 200 35931 0.002125 10.0.0.17 - - [2024-10-28 02:20:42] "GET /project/2f38dcc5-1cc1-4311-a7f9-a60fe08f0a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000433 10.0.0.17 - - [2024-10-28 02:20:42] "GET /projects?obj_uuids=2f38dcc5-1cc1-4311-a7f9-a60fe08f0a75&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001352 10.0.0.17 - - [2024-10-28 02:20:42] "GET /project/2f38dcc5-1cc1-4311-a7f9-a60fe08f0a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.057202 10.0.0.17 - - [2024-10-28 02:20:42] "POST /neutron/network HTTP/1.1" 200 833 0.006972 10.0.0.17 - - [2024-10-28 02:20:42] "POST /neutron/port HTTP/1.1" 200 117 0.005316 10.0.0.17 - - [2024-10-28 02:20:42] "POST /neutron/port HTTP/1.1" 200 117 0.005711 10.0.0.17 - - [2024-10-28 02:20:42] "POST /neutron/port HTTP/1.1" 200 117 0.006317 10.0.0.17 - - [2024-10-28 02:20:43] "GET /obj-perms HTTP/1.1" 200 5056 0.056190 10.0.0.17 - - [2024-10-28 02:20:43] "POST /neutron/network HTTP/1.1" 200 843 0.006299 10.0.0.17 - - [2024-10-28 02:20:43] "GET /projects?obj_uuids=2f38dcc5-1cc1-4311-a7f9-a60fe08f0a75&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001215 10.0.0.17 - - [2024-10-28 02:20:43] "POST /neutron/port HTTP/1.1" 200 1058 0.224145 10.0.0.17 - - [2024-10-28 02:20:43] "POST /neutron/port HTTP/1.1" 200 1058 0.009368 10.0.0.17 - - [2024-10-28 02:20:43] "POST /neutron/port HTTP/1.1" 200 1058 0.011679 10.0.0.17 - - [2024-10-28 02:20:43] "GET /obj-perms HTTP/1.1" 200 5056 0.059843 10.0.0.17 - - [2024-10-28 02:20:43] "POST /neutron/port HTTP/1.1" 200 1112 0.065767 10.0.0.17 - - [2024-10-28 02:20:43] "POST /neutron/port HTTP/1.1" 200 1086 0.017351 10.0.0.17 - - [2024-10-28 02:20:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004166 10.0.0.17 - - [2024-10-28 02:20:43] "POST /neutron/subnet HTTP/1.1" 200 685 0.011224 10.0.0.17 - - [2024-10-28 02:20:43] "POST /neutron/port HTTP/1.1" 200 117 0.001230 10.0.0.17 - - [2024-10-28 02:20:43] "POST /neutron/network HTTP/1.1" 200 833 0.005325 10.0.0.17 - - [2024-10-28 02:20:47] "POST /neutron/port HTTP/1.1" 200 1086 0.016558 10.0.0.17 - - [2024-10-28 02:20:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006763 10.0.0.17 - - [2024-10-28 02:20:48] "POST /neutron/port HTTP/1.1" 200 1086 0.016182 10.0.0.17 - - [2024-10-28 02:20:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006835 10.0.0.17 - - [2024-10-28 02:20:48] "POST /neutron/port HTTP/1.1" 200 1086 0.018601 10.0.0.17 - - [2024-10-28 02:20:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006754 10.0.0.17 - - [2024-10-28 02:20:48] "GET /virtual-machine/eaa07b49-df5f-4229-96bb-5a8806cc3b6b HTTP/1.1" 200 1294 0.005851 10.0.0.17 - - [2024-10-28 02:20:48] "GET /virtual-machine-interface/16268a4a-7b47-49d0-833b-45eca6a37b9e HTTP/1.1" 200 2963 0.009188 10.0.0.17 - - [2024-10-28 02:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.17 - - [2024-10-28 02:20:48] "GET /global-vrouter-config/a1ff2597-4e21-4594-806c-350319d89fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004413 10.0.0.17 - - [2024-10-28 02:20:48] "GET /virtual-networks?parent_id=2f38dcc5-1cc1-4311-a7f9-a60fe08f0a75&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003990 10.0.0.17 - - [2024-10-28 02:20:48] "GET /virtual-network/1ba2d0a8-77bd-482f-85ef-2039fc04178e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.009214 10.0.0.17 - - [2024-10-28 02:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.17 - - [2024-10-28 02:20:51] "GET /virtual-network/1ba2d0a8-77bd-482f-85ef-2039fc04178e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.009974 10.0.0.17 - - [2024-10-28 02:20:52] "POST /neutron/port HTTP/1.1" 200 1086 0.017053 10.0.0.17 - - [2024-10-28 02:20:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005795 10.0.0.17 - - [2024-10-28 02:20:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.17 - - [2024-10-28 02:20:53] "GET /global-vrouter-config/a1ff2597-4e21-4594-806c-350319d89fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004917 10.0.0.17 - - [2024-10-28 02:20:53] "GET /virtual-networks?parent_id=2f38dcc5-1cc1-4311-a7f9-a60fe08f0a75&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003351 10.0.0.17 - - [2024-10-28 02:20:53] "GET /virtual-network/1ba2d0a8-77bd-482f-85ef-2039fc04178e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.010697 10.0.0.17 - - [2024-10-28 02:20:58] "POST /neutron/network HTTP/1.1" 200 807 0.012089 10.0.0.17 - - [2024-10-28 02:20:58] "POST /neutron/network HTTP/1.1" 200 833 0.006320 10.0.0.17 - - [2024-10-28 02:20:58] "POST /id-to-fqname HTTP/1.1" 200 227 0.001349 10.0.0.17 - - [2024-10-28 02:20:58] "POST /neutron/port HTTP/1.1" 200 1086 0.017052 10.0.0.17 - - [2024-10-28 02:20:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006219 10.0.0.17 - - [2024-10-28 02:20:58] "POST /neutron/network HTTP/1.1" 200 843 0.006391 10.0.0.17 - - [2024-10-28 02:20:58] "GET /aaa-mode HTTP/1.1" 401 292 0.000484 10.0.0.17 - - [2024-10-28 02:20:58] "GET / HTTP/1.1" 200 35931 0.002028 10.0.0.17 - - [2024-10-28 02:20:58] "GET /project/2f38dcc5-1cc1-4311-a7f9-a60fe08f0a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000439 10.0.0.17 - - [2024-10-28 02:20:58] "GET /projects?obj_uuids=2f38dcc5-1cc1-4311-a7f9-a60fe08f0a75&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001278 10.0.0.17 - - [2024-10-28 02:20:59] "GET /project/2f38dcc5-1cc1-4311-a7f9-a60fe08f0a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.067129 10.0.0.17 - - [2024-10-28 02:20:59] "POST /neutron/network HTTP/1.1" 200 833 0.005907 10.0.0.17 - - [2024-10-28 02:20:59] "POST /neutron/port HTTP/1.1" 200 1086 0.018481 10.0.0.17 - - [2024-10-28 02:20:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012433 10.0.0.17 - - [2024-10-28 02:20:59] "POST /neutron/port HTTP/1.1" 200 117 0.005977 10.0.0.17 - - [2024-10-28 02:20:59] "POST /neutron/port HTTP/1.1" 200 117 0.005616 10.0.0.17 - - [2024-10-28 02:20:59] "POST /neutron/network HTTP/1.1" 200 843 0.006770 10.0.0.17 - - [2024-10-28 02:20:59] "GET /projects?obj_uuids=2f38dcc5-1cc1-4311-a7f9-a60fe08f0a75&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002434 10.0.0.17 - - [2024-10-28 02:20:59] "POST /neutron/port HTTP/1.1" 200 1058 0.220619 10.0.0.17 - - [2024-10-28 02:20:59] "POST /neutron/port HTTP/1.1" 200 1058 0.008961 10.0.0.17 - - [2024-10-28 02:20:59] "POST /neutron/port HTTP/1.1" 200 1058 0.011074 10.0.0.17 - - [2024-10-28 02:20:59] "POST /neutron/port HTTP/1.1" 200 1112 0.053945 10.0.0.17 - - [2024-10-28 02:21:00] "POST /neutron/port HTTP/1.1" 200 1086 0.021749 10.0.0.17 - - [2024-10-28 02:21:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003628 10.0.0.17 - - [2024-10-28 02:21:00] "POST /neutron/subnet HTTP/1.1" 200 685 0.013150 10.0.0.17 - - [2024-10-28 02:21:00] "POST /neutron/port HTTP/1.1" 200 117 0.001460 10.0.0.17 - - [2024-10-28 02:21:00] "POST /neutron/network HTTP/1.1" 200 833 0.006687 10.0.0.17 - - [2024-10-28 02:21:04] "POST /neutron/port HTTP/1.1" 200 1086 0.017668 10.0.0.17 - - [2024-10-28 02:21:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007069 10.0.0.17 - - [2024-10-28 02:21:04] "POST /neutron/port HTTP/1.1" 200 1086 0.016957 10.0.0.17 - - [2024-10-28 02:21:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006650 10.0.0.17 - - [2024-10-28 02:21:04] "POST /neutron/port HTTP/1.1" 200 1086 0.040825 10.0.0.17 - - [2024-10-28 02:21:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007016 10.0.0.17 - - [2024-10-28 02:21:04] "GET /virtual-machine/befac3ba-b572-4cfd-92b5-9d48c31040f4 HTTP/1.1" 200 1294 0.005320 10.0.0.17 - - [2024-10-28 02:21:04] "GET /virtual-machine-interface/82faeb31-3c04-4d8f-9c48-1a2551ffce41 HTTP/1.1" 200 2964 0.009379 10.0.0.17 - - [2024-10-28 02:21:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.17 - - [2024-10-28 02:21:04] "GET /global-vrouter-config/a1ff2597-4e21-4594-806c-350319d89fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003803 10.0.0.17 - - [2024-10-28 02:21:04] "GET /virtual-networks?parent_id=2f38dcc5-1cc1-4311-a7f9-a60fe08f0a75&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003576 10.0.0.17 - - [2024-10-28 02:21:04] "GET /virtual-network/1ba2d0a8-77bd-482f-85ef-2039fc04178e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.009985 10.0.0.17 - - [2024-10-28 02:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.17 - - [2024-10-28 02:21:07] "GET /virtual-network/1ba2d0a8-77bd-482f-85ef-2039fc04178e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.009013 10.0.0.17 - - [2024-10-28 02:21:08] "POST /neutron/port HTTP/1.1" 200 1086 0.020598 10.0.0.17 - - [2024-10-28 02:21:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005692 10.0.0.17 - - [2024-10-28 02:21:09] "GET /global-system-configs HTTP/1.1" 200 322 0.047623 10.0.0.17 - - [2024-10-28 02:21:09] "GET /obj-perms HTTP/1.1" 200 5056 0.067284 10.0.0.17 - - [2024-10-28 02:21:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.17 - - [2024-10-28 02:21:09] "GET /global-vrouter-config/a1ff2597-4e21-4594-806c-350319d89fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004146 10.0.0.17 - - [2024-10-28 02:21:10] "GET /virtual-networks?parent_id=2f38dcc5-1cc1-4311-a7f9-a60fe08f0a75&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003308 10.0.0.17 - - [2024-10-28 02:21:10] "GET /virtual-network/1ba2d0a8-77bd-482f-85ef-2039fc04178e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.010843 10.0.0.17 - - [2024-10-28 02:21:10] "GET /global-system-configs HTTP/1.1" 200 322 0.053098 10.0.0.17 - - [2024-10-28 02:21:10] "GET /obj-perms HTTP/1.1" 200 5056 0.083086 10.0.0.17 - - [2024-10-28 02:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004207 10.0.0.17 - - [2024-10-28 02:21:16] "DELETE /virtual-DNS/6f342e99-57f6-4179-8cde-b013006d7a0e HTTP/1.1" 409 235 0.008089 10.0.0.17 - - [2024-10-28 02:21:16] "POST /fqname-to-id HTTP/1.1" 404 192 0.004745 10.0.0.17 - - [2024-10-28 02:21:16] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.019140 10.0.0.17 - - [2024-10-28 02:21:16] "GET /virtual-DNS-record/bfe1b6fb-37e5-427b-94e7-2782f9818eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.004971 10.0.0.17 - - [2024-10-28 02:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004740 10.0.0.17 - - [2024-10-28 02:21:16] "GET /virtual-DNS-record/bfe1b6fb-37e5-427b-94e7-2782f9818eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.003526 10.0.0.17 - - [2024-10-28 02:21:16] "GET /domains HTTP/1.1" 200 280 0.003071 10.0.0.17 - - [2024-10-28 02:21:16] "GET /domains?obj_uuids=e92f8937-f54d-44e7-9020-3c14a03f7680&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001464 10.0.0.17 - - [2024-10-28 02:21:16] "GET /domain/e92f8937-f54d-44e7-9020-3c14a03f7680 HTTP/1.1" 200 2775 0.009732 10.0.0.17 - - [2024-10-28 02:21:16] "GET /virtual-DNS/6f342e99-57f6-4179-8cde-b013006d7a0e HTTP/1.1" 200 1907 0.006788 10.0.0.17 - - [2024-10-28 02:21:16] "GET /virtual-DNS-record/bfe1b6fb-37e5-427b-94e7-2782f9818eb7 HTTP/1.1" 200 1337 0.003754 10.0.0.17 - - [2024-10-28 02:21:21] "DELETE /virtual-DNS-record/bfe1b6fb-37e5-427b-94e7-2782f9818eb7 HTTP/1.1" 200 115 0.021033 10.0.0.17 - - [2024-10-28 02:21:21] "POST /fqname-to-id HTTP/1.1" 404 184 0.003328 10.0.0.17 - - [2024-10-28 02:21:21] "POST /neutron/network HTTP/1.1" 200 833 0.006292 10.0.0.17 - - [2024-10-28 02:21:21] "POST /neutron/network HTTP/1.1" 400 204 0.012714 10.0.0.17 - - [2024-10-28 02:21:22] "POST /neutron/port HTTP/1.1" 200 1086 0.016341 10.0.0.17 - - [2024-10-28 02:21:22] "POST /neutron/port HTTP/1.1" 200 1112 0.017323 10.0.0.17 - - [2024-10-28 02:21:22] "POST /neutron/port HTTP/1.1" 200 1086 0.023822 10.0.0.17 - - [2024-10-28 02:21:22] "POST /neutron/port HTTP/1.1" 200 1112 0.015720 10.0.0.17 - - [2024-10-28 02:21:22] "POST /neutron/port HTTP/1.1" 200 151 0.180770 10.0.0.17 - - [2024-10-28 02:21:22] "POST /neutron/port HTTP/1.1" 200 151 0.176194 10.0.0.17 - - [2024-10-28 02:21:23] "POST /neutron/network HTTP/1.1" 200 833 0.008449 10.0.0.17 - - [2024-10-28 02:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.034736 10.0.0.17 - - [2024-10-28 02:21:24] "POST /useragent-kv HTTP/1.1" 200 115 0.001401 10.0.0.17 - - [2024-10-28 02:21:24] "DELETE /route-target/28ba8e77-b0a9-4a11-bf42-927da3aa58ff HTTP/1.1" 200 115 0.025023 10.0.0.17 - - [2024-10-28 02:21:24] "POST /useragent-kv HTTP/1.1" 200 115 0.001289 10.0.0.17 - - [2024-10-28 02:21:24] "POST /neutron/network HTTP/1.1" 200 151 0.323301 10.0.0.17 - - [2024-10-28 02:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.17 - - [2024-10-28 02:21:24] "DELETE /network-ipam/8e239daa-3314-46c6-a5eb-2b20111962aa HTTP/1.1" 200 115 0.029445 10.0.0.17 - - [2024-10-28 02:21:24] "DELETE /virtual-DNS/6f342e99-57f6-4179-8cde-b013006d7a0e HTTP/1.1" 200 115 0.035683 10.0.0.17 - - [2024-10-28 02:21:24] "POST /fqname-to-id HTTP/1.1" 404 180 0.003086 10.0.0.17 - - [2024-10-28 02:21:24] "GET /domains HTTP/1.1" 200 280 0.002738 10.0.0.17 - - [2024-10-28 02:21:24] "GET /domains?obj_uuids=e92f8937-f54d-44e7-9020-3c14a03f7680&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001081 10.0.0.17 - - [2024-10-28 02:21:24] "GET /domain/e92f8937-f54d-44e7-9020-3c14a03f7680 HTTP/1.1" 200 2575 0.008830 10.0.0.17 - - [2024-10-28 02:21:24] "GET /projects?obj_uuids=2f38dcc5-1cc1-4311-a7f9-a60fe08f0a75&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001225 10.0.0.17 - - [2024-10-28 02:21:24] "GET /project/2f38dcc5-1cc1-4311-a7f9-a60fe08f0a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.033375 10.0.0.17 - - [2024-10-28 02:21:24] "GET /projects?obj_uuids=2f38dcc5-1cc1-4311-a7f9-a60fe08f0a75&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001265 10.0.0.17 - - [2024-10-28 02:21:24] "GET /project/2f38dcc5-1cc1-4311-a7f9-a60fe08f0a75?fields=virtual_networks HTTP/1.1" 200 1044 0.075453 10.0.0.17 - - [2024-10-28 02:21:24] "GET /projects?obj_uuids=2f38dcc5-1cc1-4311-a7f9-a60fe08f0a75&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001251 10.0.0.17 - - [2024-10-28 02:21:24] "GET /project/2f38dcc5-1cc1-4311-a7f9-a60fe08f0a75?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.036895 10.0.0.17 - - [2024-10-28 02:21:24] "GET /projects?obj_uuids=2f38dcc5-1cc1-4311-a7f9-a60fe08f0a75&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001257 10.0.0.17 - - [2024-10-28 02:21:25] "GET /project/2f38dcc5-1cc1-4311-a7f9-a60fe08f0a75?fields=security_groups HTTP/1.1" 200 1271 0.033675 10.0.0.17 - - [2024-10-28 02:21:25] "POST /fqname-to-id HTTP/1.1" 404 189 0.035151 10.0.0.17 - - [2024-10-28 02:21:25] "GET /projects?obj_uuids=c9649ab1-6763-4959-8c16-224527850e83&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002784 10.0.0.17 - - [2024-10-28 02:21:26] "GET /domains?obj_uuids=e92f8937-f54d-44e7-9020-3c14a03f7680&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001229 10.0.0.17 - - [2024-10-28 02:21:26] "GET /domain/e92f8937-f54d-44e7-9020-3c14a03f7680?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009459 10.0.0.17 - - [2024-10-28 02:21:26] "POST /id-to-fqname HTTP/1.1" 200 191 0.001371 10.0.0.17 - - [2024-10-28 02:21:26] "POST /fqname-to-id HTTP/1.1" 404 200 0.004471 10.0.0.17 - - [2024-10-28 02:21:26] "POST /security-groups HTTP/1.1" 200 592 0.063205 10.0.0.17 - - [2024-10-28 02:21:26] "POST /fqname-to-id HTTP/1.1" 404 235 0.004343 10.0.0.17 - - [2024-10-28 02:21:26] "POST /projects HTTP/1.1" 200 587 0.236615 10.0.0.17 - - [2024-10-28 02:21:26] "POST /access-control-lists HTTP/1.1" 200 597 0.061777 10.0.0.17 - - [2024-10-28 02:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.311436 10.0.0.17 - - [2024-10-28 02:21:26] "POST /fqname-to-id HTTP/1.1" 404 234 0.002991 10.0.0.17 - - [2024-10-28 02:21:26] "GET /project/c9649ab1-6763-4959-8c16-224527850e83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.464894 10.0.0.17 - - [2024-10-28 02:21:26] "POST /access-control-lists HTTP/1.1" 200 595 0.068007 10.0.0.17 - - [2024-10-28 02:21:27] "GET / HTTP/1.1" 200 35931 0.002224 10.0.0.17 - - [2024-10-28 02:21:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000685 10.0.0.17 - - [2024-10-28 02:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.060148 10.0.0.17 - - [2024-10-28 02:21:28] "GET /projects?obj_uuids=c9649ab1-6763-4959-8c16-224527850e83&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001356 10.0.0.17 - - [2024-10-28 02:21:28] "GET /project/c9649ab1-6763-4959-8c16-224527850e83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.053030 10.0.0.17 - - [2024-10-28 02:21:28] "POST /neutron/network HTTP/1.1" 200 117 0.039737 10.0.0.17 - - [2024-10-28 02:21:28] "GET /projects?obj_uuids=c9649ab1-6763-4959-8c16-224527850e83&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001666 10.0.0.17 - - [2024-10-28 02:21:28] "POST /neutron/network HTTP/1.1" 200 606 0.071116 10.0.0.17 - - [2024-10-28 02:21:28] "POST /route-targets HTTP/1.1" 200 327 0.012879 10.0.0.17 - - [2024-10-28 02:21:28] "POST /ref-update HTTP/1.1" 200 156 0.014381 10.0.0.17 - - [2024-10-28 02:21:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003335 10.0.0.17 - - [2024-10-28 02:21:29] "POST /neutron/subnet HTTP/1.1" 200 720 0.203824 10.0.0.17 - - [2024-10-28 02:21:29] "POST /neutron/network HTTP/1.1" 200 824 0.005310 10.0.0.17 - - [2024-10-28 02:21:29] "POST /id-to-fqname HTTP/1.1" 200 221 0.001201 10.0.0.17 - - [2024-10-28 02:21:29] "GET /virtual-network/4e1056e1-0811-470f-bda3-d786e503ef2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.008878 10.0.0.17 - - [2024-10-28 02:21:29] "POST /neutron/network HTTP/1.1" 200 824 0.007477 10.0.0.17 - - [2024-10-28 02:21:29] "GET /virtual-network/4e1056e1-0811-470f-bda3-d786e503ef2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.009739 10.0.0.17 - - [2024-10-28 02:21:29] "POST /neutron/network HTTP/1.1" 200 824 0.005914 10.0.0.17 - - [2024-10-28 02:21:29] "POST /neutron/subnet HTTP/1.1" 200 720 0.008090 10.0.0.17 - - [2024-10-28 02:21:29] "POST /id-to-fqname HTTP/1.1" 200 221 0.002022 10.0.0.17 - - [2024-10-28 02:21:29] "POST /neutron/network HTTP/1.1" 200 834 0.006548 10.0.0.17 - - [2024-10-28 02:21:29] "GET /aaa-mode HTTP/1.1" 401 292 0.000521 10.0.0.17 - - [2024-10-28 02:21:29] "GET / HTTP/1.1" 200 35931 0.001979 10.0.0.17 - - [2024-10-28 02:21:29] "GET /project/c9649ab1-6763-4959-8c16-224527850e83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000436 10.0.0.17 - - [2024-10-28 02:21:30] "GET /projects?obj_uuids=c9649ab1-6763-4959-8c16-224527850e83&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001316 10.0.0.17 - - [2024-10-28 02:21:30] "GET /project/c9649ab1-6763-4959-8c16-224527850e83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.072014 10.0.0.17 - - [2024-10-28 02:21:30] "POST /neutron/network HTTP/1.1" 200 824 0.008153 10.0.0.17 - - [2024-10-28 02:21:30] "POST /neutron/port HTTP/1.1" 200 117 0.007185 10.0.0.17 - - [2024-10-28 02:21:30] "POST /neutron/port HTTP/1.1" 200 117 0.004738 10.0.0.17 - - [2024-10-28 02:21:30] "POST /id-to-fqname HTTP/1.1" 200 221 0.001514 10.0.0.17 - - [2024-10-28 02:21:30] "POST /neutron/port HTTP/1.1" 200 117 0.007250 10.0.0.17 - - [2024-10-28 02:21:30] "POST /neutron/network HTTP/1.1" 200 834 0.007721 10.0.0.17 - - [2024-10-28 02:21:30] "GET /aaa-mode HTTP/1.1" 401 292 0.000526 10.0.0.17 - - [2024-10-28 02:21:30] "POST /neutron/network HTTP/1.1" 200 834 0.007106 10.0.0.17 - - [2024-10-28 02:21:30] "GET /projects?obj_uuids=c9649ab1-6763-4959-8c16-224527850e83&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002161 10.0.0.17 - - [2024-10-28 02:21:30] "GET / HTTP/1.1" 200 35931 0.001802 10.0.0.17 - - [2024-10-28 02:21:30] "GET /project/c9649ab1-6763-4959-8c16-224527850e83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000674 10.0.0.17 - - [2024-10-28 02:21:31] "POST /neutron/port HTTP/1.1" 200 1060 0.261160 10.0.0.17 - - [2024-10-28 02:21:31] "POST /neutron/port HTTP/1.1" 200 1060 0.012381 10.0.0.17 - - [2024-10-28 02:21:31] "POST /neutron/port HTTP/1.1" 200 1060 0.008506 10.0.0.17 - - [2024-10-28 02:21:31] "POST /neutron/port HTTP/1.1" 200 1114 0.072842 10.0.0.17 - - [2024-10-28 02:21:31] "POST /neutron/port HTTP/1.1" 200 1088 0.021532 10.0.0.17 - - [2024-10-28 02:21:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003656 10.0.0.17 - - [2024-10-28 02:21:31] "GET /projects?obj_uuids=c9649ab1-6763-4959-8c16-224527850e83&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001478 10.0.0.17 - - [2024-10-28 02:21:31] "POST /neutron/subnet HTTP/1.1" 200 694 0.025933 10.0.0.17 - - [2024-10-28 02:21:31] "POST /neutron/port HTTP/1.1" 200 117 0.003273 10.0.0.17 - - [2024-10-28 02:21:31] "GET /project/c9649ab1-6763-4959-8c16-224527850e83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.073270 10.0.0.17 - - [2024-10-28 02:21:31] "POST /neutron/network HTTP/1.1" 200 824 0.006204 10.0.0.17 - - [2024-10-28 02:21:31] "POST /neutron/network HTTP/1.1" 200 824 0.010906 10.0.0.17 - - [2024-10-28 02:21:31] "POST /neutron/port HTTP/1.1" 200 1088 0.020066 10.0.0.17 - - [2024-10-28 02:21:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007307 10.0.0.17 - - [2024-10-28 02:21:31] "POST /neutron/port HTTP/1.1" 200 117 0.005137 10.0.0.17 - - [2024-10-28 02:21:31] "POST /neutron/port HTTP/1.1" 200 1088 0.018356 10.0.0.17 - - [2024-10-28 02:21:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012883 10.0.0.17 - - [2024-10-28 02:21:31] "POST /neutron/network HTTP/1.1" 200 834 0.009853 10.0.0.17 - - [2024-10-28 02:21:31] "GET /projects?obj_uuids=c9649ab1-6763-4959-8c16-224527850e83&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001150 10.0.0.17 - - [2024-10-28 02:21:32] "POST /neutron/port HTTP/1.1" 200 1060 0.290384 10.0.0.17 - - [2024-10-28 02:21:32] "POST /neutron/port HTTP/1.1" 200 1060 0.011724 10.0.0.17 - - [2024-10-28 02:21:32] "POST /neutron/port HTTP/1.1" 200 1060 0.012982 10.0.0.17 - - [2024-10-28 02:21:32] "POST /neutron/port HTTP/1.1" 200 1114 0.088661 10.0.0.17 - - [2024-10-28 02:21:32] "POST /neutron/port HTTP/1.1" 200 1088 0.017751 10.0.0.17 - - [2024-10-28 02:21:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003867 10.0.0.17 - - [2024-10-28 02:21:32] "POST /neutron/subnet HTTP/1.1" 200 694 0.012527 10.0.0.17 - - [2024-10-28 02:21:32] "POST /neutron/port HTTP/1.1" 200 117 0.001285 10.0.0.17 - - [2024-10-28 02:21:32] "POST /neutron/network HTTP/1.1" 200 824 0.006051 10.0.0.17 - - [2024-10-28 02:21:36] "POST /neutron/port HTTP/1.1" 200 1088 0.016839 10.0.0.17 - - [2024-10-28 02:21:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008482 10.0.0.17 - - [2024-10-28 02:21:36] "POST /neutron/port HTTP/1.1" 200 1088 0.017289 10.0.0.17 - - [2024-10-28 02:21:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007894 10.0.0.17 - - [2024-10-28 02:21:36] "POST /neutron/port HTTP/1.1" 200 1088 0.016406 10.0.0.17 - - [2024-10-28 02:21:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006731 10.0.0.17 - - [2024-10-28 02:21:36] "GET /virtual-machine/3617d979-b1d4-44b2-a422-5cd56b3132a4 HTTP/1.1" 401 292 0.000494 10.0.0.17 - - [2024-10-28 02:21:37] "GET /virtual-machine/3617d979-b1d4-44b2-a422-5cd56b3132a4 HTTP/1.1" 200 1293 0.035505 10.0.0.17 - - [2024-10-28 02:21:37] "GET /virtual-machine-interface/64eed323-b65b-431e-a07d-3582cd77efdb HTTP/1.1" 200 2946 0.014397 10.0.0.17 - - [2024-10-28 02:21:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.17 - - [2024-10-28 02:21:37] "GET /global-vrouter-config/a1ff2597-4e21-4594-806c-350319d89fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005330 10.0.0.17 - - [2024-10-28 02:21:37] "GET /virtual-networks?parent_id=c9649ab1-6763-4959-8c16-224527850e83&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003063 10.0.0.17 - - [2024-10-28 02:21:37] "GET /virtual-network/4e1056e1-0811-470f-bda3-d786e503ef2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.010226 10.0.0.17 - - [2024-10-28 02:21:37] "DELETE /project/c9649ab1676349598c16224527850e83 HTTP/1.1" 404 173 0.008583 10.0.0.17 - - [2024-10-28 02:21:37] "GET /projects?obj_uuids=2f38dcc5-1cc1-4311-a7f9-a60fe08f0a75&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001498 10.0.0.17 - - [2024-10-28 02:21:37] "GET /project/2f38dcc5-1cc1-4311-a7f9-a60fe08f0a75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.041636 10.0.0.17 - - [2024-10-28 02:21:37] "GET /projects?obj_uuids=2f38dcc5-1cc1-4311-a7f9-a60fe08f0a75&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001149 10.0.0.17 - - [2024-10-28 02:21:37] "GET /project/2f38dcc5-1cc1-4311-a7f9-a60fe08f0a75?fields=security_groups HTTP/1.1" 200 1376 0.043641 10.0.0.17 - - [2024-10-28 02:21:37] "DELETE /security-group/c461a629-3fe6-4f25-b200-9a26295c2868 HTTP/1.1" 200 115 0.052487 10.0.0.17 - - [2024-10-28 02:21:37] "GET /projects?obj_uuids=2f38dcc5-1cc1-4311-a7f9-a60fe08f0a75&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001258 10.0.0.17 - - [2024-10-28 02:21:37] "DELETE /access-control-list/0e3a1278-25b1-434a-90f0-b35d0fadf18e HTTP/1.1" 200 115 0.033950 10.0.0.17 - - [2024-10-28 02:21:37] "GET /project/2f38dcc5-1cc1-4311-a7f9-a60fe08f0a75?fields=application_policy_sets HTTP/1.1" 200 1415 0.039375 10.0.0.17 - - [2024-10-28 02:21:37] "DELETE /access-control-list/cc423247-be63-439b-85f6-a0a701d719f1 HTTP/1.1" 200 115 0.037645 10.0.0.17 - - [2024-10-28 02:21:37] "DELETE /project/2f38dcc5-1cc1-4311-a7f9-a60fe08f0a75 HTTP/1.1" 200 115 0.343715 10.0.0.17 - - [2024-10-28 02:21:39] "POST /neutron/port HTTP/1.1" 200 1088 0.017685 10.0.0.17 - - [2024-10-28 02:21:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006176 10.0.0.17 - - [2024-10-28 02:21:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.17 - - [2024-10-28 02:21:40] "GET /virtual-network/4e1056e1-0811-470f-bda3-d786e503ef2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.008975 10.0.0.17 - - [2024-10-28 02:21:41] "POST /neutron/port HTTP/1.1" 200 1088 0.017974 10.0.0.17 - - [2024-10-28 02:21:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012402 10.0.0.17 - - [2024-10-28 02:21:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.17 - - [2024-10-28 02:21:42] "GET /global-vrouter-config/a1ff2597-4e21-4594-806c-350319d89fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004259 10.0.0.17 - - [2024-10-28 02:21:42] "GET /virtual-networks?parent_id=c9649ab1-6763-4959-8c16-224527850e83&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003104 10.0.0.17 - - [2024-10-28 02:21:42] "GET /virtual-network/4e1056e1-0811-470f-bda3-d786e503ef2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.010093 10.0.0.17 - - [2024-10-28 02:21:43] "POST /neutron/port HTTP/1.1" 200 1088 0.016900 10.0.0.17 - - [2024-10-28 02:21:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006277 10.0.0.17 - - [2024-10-28 02:21:43] "POST /neutron/port HTTP/1.1" 200 1088 0.017029 10.0.0.17 - - [2024-10-28 02:21:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007075 10.0.0.17 - - [2024-10-28 02:21:43] "POST /neutron/port HTTP/1.1" 200 1088 0.018558 10.0.0.17 - - [2024-10-28 02:21:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007082 10.0.0.17 - - [2024-10-28 02:21:43] "GET /virtual-machine/03bb6846-d8eb-4abc-91a6-e20961a2e671 HTTP/1.1" 200 1292 0.006679 10.0.0.17 - - [2024-10-28 02:21:43] "GET /virtual-machine-interface/c1185b89-c317-4693-a12d-16fc443b524a HTTP/1.1" 200 2947 0.009062 10.0.0.17 - - [2024-10-28 02:21:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002968 10.0.0.17 - - [2024-10-28 02:21:43] "GET /global-vrouter-config/a1ff2597-4e21-4594-806c-350319d89fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004375 10.0.0.17 - - [2024-10-28 02:21:43] "GET /virtual-networks?parent_id=c9649ab1-6763-4959-8c16-224527850e83&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003259 10.0.0.17 - - [2024-10-28 02:21:43] "GET /virtual-network/4e1056e1-0811-470f-bda3-d786e503ef2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.010238 10.0.0.17 - - [2024-10-28 02:21:43] "GET /obj-perms HTTP/1.1" 200 5056 0.051359 10.0.0.17 - - [2024-10-28 02:21:44] "POST /neutron/port HTTP/1.1" 200 1088 0.016366 10.0.0.17 - - [2024-10-28 02:21:44] "POST /neutron/port HTTP/1.1" 200 1088 0.020328 10.0.0.17 - - [2024-10-28 02:21:44] "GET /obj-perms HTTP/1.1" 200 5056 0.051743 10.0.0.17 - - [2024-10-28 02:21:44] "POST /neutron/network HTTP/1.1" 200 834 0.005836 10.0.0.17 - - [2024-10-28 02:21:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004040 10.0.0.17 - - [2024-10-28 02:21:44] "POST /neutron/subnet HTTP/1.1" 200 694 0.014980 10.0.0.17 - - [2024-10-28 02:21:44] "POST /neutron/port HTTP/1.1" 200 117 0.001408 10.0.0.17 - - [2024-10-28 02:21:44] "POST /neutron/network HTTP/1.1" 200 824 0.005965 10.0.0.17 - - [2024-10-28 02:21:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.17 - - [2024-10-28 02:21:44] "GET /global-vrouter-config/a1ff2597-4e21-4594-806c-350319d89fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003848 10.0.0.17 - - [2024-10-28 02:21:44] "GET /virtual-networks?parent_id=c9649ab1-6763-4959-8c16-224527850e83&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002935 10.0.0.17 - - [2024-10-28 02:21:44] "GET /virtual-network/4e1056e1-0811-470f-bda3-d786e503ef2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.009273 10.0.0.17 - - [2024-10-28 02:21:49] "POST /neutron/network HTTP/1.1" 200 824 0.006050 10.0.0.17 - - [2024-10-28 02:21:49] "POST /neutron/network HTTP/1.1" 400 204 0.016957 10.0.0.17 - - [2024-10-28 02:21:50] "POST /neutron/port HTTP/1.1" 200 1088 0.018041 10.0.0.17 - - [2024-10-28 02:21:50] "POST /neutron/port HTTP/1.1" 200 1114 0.011735 10.0.0.17 - - [2024-10-28 02:21:50] "POST /neutron/port HTTP/1.1" 200 1088 0.018261 10.0.0.17 - - [2024-10-28 02:21:50] "POST /neutron/port HTTP/1.1" 200 1114 0.014856 10.0.0.17 - - [2024-10-28 02:21:50] "POST /neutron/port HTTP/1.1" 200 151 0.139092 10.0.0.17 - - [2024-10-28 02:21:50] "POST /neutron/port HTTP/1.1" 200 151 0.131071 10.0.0.17 - - [2024-10-28 02:21:51] "POST /neutron/network HTTP/1.1" 200 824 0.007635 10.0.0.17 - - [2024-10-28 02:21:51] "POST /useragent-kv HTTP/1.1" 200 115 0.001508 10.0.0.17 - - [2024-10-28 02:21:51] "POST /useragent-kv HTTP/1.1" 200 115 0.001282 10.0.0.17 - - [2024-10-28 02:21:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.007233 10.0.0.17 - - [2024-10-28 02:21:51] "POST /neutron/network HTTP/1.1" 200 151 0.086703 10.0.0.17 - - [2024-10-28 02:21:51] "DELETE /route-target/cd15565a-d5db-42d8-95e1-c27f4df07f06 HTTP/1.1" 200 115 0.016405 10.0.0.17 - - [2024-10-28 02:21:52] "GET /projects?obj_uuids=c9649ab1-6763-4959-8c16-224527850e83&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001386 10.0.0.17 - - [2024-10-28 02:21:52] "GET /project/c9649ab1-6763-4959-8c16-224527850e83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.034805 10.0.0.17 - - [2024-10-28 02:21:52] "GET /projects?obj_uuids=c9649ab1-6763-4959-8c16-224527850e83&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001295 10.0.0.17 - - [2024-10-28 02:21:52] "GET /project/c9649ab1-6763-4959-8c16-224527850e83?fields=virtual_networks HTTP/1.1" 200 1045 0.089199 10.0.0.17 - - [2024-10-28 02:21:52] "GET /projects?obj_uuids=c9649ab1-6763-4959-8c16-224527850e83&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002305 10.0.0.17 - - [2024-10-28 02:21:52] "GET /project/c9649ab1-6763-4959-8c16-224527850e83?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.062148 10.0.0.17 - - [2024-10-28 02:21:52] "GET /projects?obj_uuids=c9649ab1-6763-4959-8c16-224527850e83&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001294 10.0.0.17 - - [2024-10-28 02:21:52] "GET /project/c9649ab1-6763-4959-8c16-224527850e83?fields=security_groups HTTP/1.1" 200 1272 0.039102 10.0.0.17 - - [2024-10-28 02:21:53] "POST /fqname-to-id HTTP/1.1" 404 188 0.028334 10.0.0.17 - - [2024-10-28 02:21:53] "GET /projects?obj_uuids=cfdc91ef-bf1a-4837-989e-24f184c8a1ac&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002912 10.0.0.17 - - [2024-10-28 02:21:53] "GET /domains?obj_uuids=e92f8937-f54d-44e7-9020-3c14a03f7680&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001896 10.0.0.17 - - [2024-10-28 02:21:53] "GET /domain/e92f8937-f54d-44e7-9020-3c14a03f7680?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.011745 10.0.0.17 - - [2024-10-28 02:21:53] "POST /id-to-fqname HTTP/1.1" 200 190 0.001459 10.0.0.17 - - [2024-10-28 02:21:53] "POST /fqname-to-id HTTP/1.1" 404 199 0.003705 10.0.0.17 - - [2024-10-28 02:21:53] "POST /security-groups HTTP/1.1" 200 591 0.067752 10.0.0.17 - - [2024-10-28 02:21:53] "POST /fqname-to-id HTTP/1.1" 404 234 0.002565 10.0.0.17 - - [2024-10-28 02:21:53] "POST /projects HTTP/1.1" 200 585 0.226508 10.0.0.17 - - [2024-10-28 02:21:53] "POST /access-control-lists HTTP/1.1" 200 596 0.061639 10.0.0.17 - - [2024-10-28 02:21:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.298043 10.0.0.17 - - [2024-10-28 02:21:53] "POST /fqname-to-id HTTP/1.1" 404 233 0.002937 10.0.0.17 - - [2024-10-28 02:21:53] "GET /project/cfdc91ef-bf1a-4837-989e-24f184c8a1ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.438119 10.0.0.17 - - [2024-10-28 02:21:53] "POST /access-control-lists HTTP/1.1" 200 594 0.071693 10.0.0.17 - - [2024-10-28 02:21:54] "GET / HTTP/1.1" 200 35931 0.002310 10.0.0.17 - - [2024-10-28 02:21:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000566 10.0.0.17 - - [2024-10-28 02:21:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.066370 10.0.0.17 - - [2024-10-28 02:21:56] "GET /projects?obj_uuids=cfdc91ef-bf1a-4837-989e-24f184c8a1ac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001204 10.0.0.17 - - [2024-10-28 02:21:56] "GET /project/cfdc91ef-bf1a-4837-989e-24f184c8a1ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.036875 10.0.0.17 - - [2024-10-28 02:21:56] "POST /neutron/network HTTP/1.1" 200 117 0.049935 10.0.0.17 - - [2024-10-28 02:21:56] "GET /projects?obj_uuids=cfdc91ef-bf1a-4837-989e-24f184c8a1ac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001712 10.0.0.17 - - [2024-10-28 02:21:56] "POST /neutron/network HTTP/1.1" 200 625 0.070508 10.0.0.17 - - [2024-10-28 02:21:56] "POST /route-targets HTTP/1.1" 200 327 0.014450 10.0.0.17 - - [2024-10-28 02:21:56] "POST /ref-update HTTP/1.1" 200 156 0.013746 10.0.0.17 - - [2024-10-28 02:21:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003204 10.0.0.17 - - [2024-10-28 02:21:56] "POST /neutron/subnet HTTP/1.1" 200 701 0.192270 10.0.0.17 - - [2024-10-28 02:21:56] "POST /neutron/network HTTP/1.1" 200 839 0.007258 10.0.0.17 - - [2024-10-28 02:21:56] "POST /id-to-fqname HTTP/1.1" 200 230 0.001991 10.0.0.17 - - [2024-10-28 02:21:56] "GET /virtual-network/c559f9fc-c1a1-44c7-bfed-79ba21c466e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.013897 10.0.0.17 - - [2024-10-28 02:21:56] "POST /neutron/network HTTP/1.1" 200 839 0.006708 10.0.0.17 - - [2024-10-28 02:21:56] "GET /virtual-network/c559f9fc-c1a1-44c7-bfed-79ba21c466e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.009920 10.0.0.17 - - [2024-10-28 02:21:56] "POST /neutron/network HTTP/1.1" 200 839 0.006170 10.0.0.17 - - [2024-10-28 02:21:56] "POST /neutron/subnet HTTP/1.1" 200 701 0.007529 10.0.0.17 - - [2024-10-28 02:21:56] "POST /neutron/network HTTP/1.1" 200 839 0.006954 10.0.0.17 - - [2024-10-28 02:21:56] "POST /id-to-fqname HTTP/1.1" 200 230 0.001430 10.0.0.17 - - [2024-10-28 02:21:56] "POST /neutron/network HTTP/1.1" 200 849 0.008772 10.0.0.17 - - [2024-10-28 02:21:56] "GET /aaa-mode HTTP/1.1" 401 292 0.000553 10.0.0.17 - - [2024-10-28 02:21:57] "GET / HTTP/1.1" 200 35931 0.001856 10.0.0.17 - - [2024-10-28 02:21:57] "GET /project/cfdc91ef-bf1a-4837-989e-24f184c8a1ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000515 10.0.0.17 - - [2024-10-28 02:21:57] "GET /projects?obj_uuids=cfdc91ef-bf1a-4837-989e-24f184c8a1ac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001366 10.0.0.17 - - [2024-10-28 02:21:57] "GET /project/cfdc91ef-bf1a-4837-989e-24f184c8a1ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.066594 10.0.0.17 - - [2024-10-28 02:21:57] "POST /neutron/network HTTP/1.1" 200 839 0.005446 10.0.0.17 - - [2024-10-28 02:21:57] "POST /neutron/port HTTP/1.1" 200 117 0.006689 10.0.0.17 - - [2024-10-28 02:21:57] "POST /neutron/port HTTP/1.1" 200 117 0.005703 10.0.0.17 - - [2024-10-28 02:21:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.17 - - [2024-10-28 02:21:57] "GET /global-vrouter-config/a1ff2597-4e21-4594-806c-350319d89fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004140 10.0.0.17 - - [2024-10-28 02:21:57] "PUT /global-vrouter-config/a1ff2597-4e21-4594-806c-350319d89fb5 HTTP/1.1" 200 276 0.010635 10.0.0.17 - - [2024-10-28 02:21:57] "POST /neutron/port HTTP/1.1" 200 117 0.005524 10.0.0.17 - - [2024-10-28 02:21:58] "POST /neutron/network HTTP/1.1" 200 849 0.006109 10.0.0.17 - - [2024-10-28 02:21:58] "GET /projects?obj_uuids=cfdc91ef-bf1a-4837-989e-24f184c8a1ac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001659 10.0.0.17 - - [2024-10-28 02:21:58] "POST /neutron/port HTTP/1.1" 200 1055 0.232631 10.0.0.17 - - [2024-10-28 02:21:58] "POST /neutron/port HTTP/1.1" 200 1055 0.008866 10.0.0.17 - - [2024-10-28 02:21:58] "POST /neutron/port HTTP/1.1" 200 1055 0.009273 10.0.0.17 - - [2024-10-28 02:21:58] "POST /neutron/port HTTP/1.1" 200 1109 0.058624 10.0.0.17 - - [2024-10-28 02:21:58] "POST /neutron/port HTTP/1.1" 200 1083 0.016137 10.0.0.17 - - [2024-10-28 02:21:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003678 10.0.0.17 - - [2024-10-28 02:21:58] "POST /neutron/subnet HTTP/1.1" 200 675 0.014096 10.0.0.17 - - [2024-10-28 02:21:58] "POST /neutron/port HTTP/1.1" 200 117 0.001352 10.0.0.17 - - [2024-10-28 02:21:58] "POST /neutron/network HTTP/1.1" 200 839 0.006779 10.0.0.17 - - [2024-10-28 02:22:03] "POST /neutron/port HTTP/1.1" 200 1083 0.018139 10.0.0.17 - - [2024-10-28 02:22:03] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007877 10.0.0.17 - - [2024-10-28 02:22:03] "POST /neutron/port HTTP/1.1" 200 1083 0.016008 10.0.0.17 - - [2024-10-28 02:22:03] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006064 10.0.0.17 - - [2024-10-28 02:22:03] "POST /neutron/port HTTP/1.1" 200 1083 0.017217 10.0.0.17 - - [2024-10-28 02:22:03] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006342 10.0.0.17 - - [2024-10-28 02:22:03] "GET /virtual-machine/839cf2ae-49be-41af-a61c-f4c537bf867b HTTP/1.1" 401 292 0.000401 10.0.0.17 - - [2024-10-28 02:22:03] "GET /virtual-machine/839cf2ae-49be-41af-a61c-f4c537bf867b HTTP/1.1" 200 1292 0.034122 10.0.0.17 - - [2024-10-28 02:22:03] "GET /virtual-machine-interface/c7abfc97-e49b-411d-a59b-4a9a3f2d1319 HTTP/1.1" 200 2972 0.009408 10.0.0.17 - - [2024-10-28 02:22:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.17 - - [2024-10-28 02:22:03] "GET /global-vrouter-config/a1ff2597-4e21-4594-806c-350319d89fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.003873 10.0.0.17 - - [2024-10-28 02:22:03] "GET /virtual-networks?parent_id=cfdc91ef-bf1a-4837-989e-24f184c8a1ac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003119 10.0.0.17 - - [2024-10-28 02:22:03] "GET /virtual-network/c559f9fc-c1a1-44c7-bfed-79ba21c466e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.009768 10.0.0.17 - - [2024-10-28 02:22:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.17 - - [2024-10-28 02:22:07] "GET /virtual-network/c559f9fc-c1a1-44c7-bfed-79ba21c466e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.008942 10.0.0.17 - - [2024-10-28 02:22:07] "POST /neutron/port HTTP/1.1" 200 1083 0.017817 10.0.0.17 - - [2024-10-28 02:22:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005749 10.0.0.17 - - [2024-10-28 02:22:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.17 - - [2024-10-28 02:22:09] "GET /global-vrouter-config/a1ff2597-4e21-4594-806c-350319d89fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.004612 10.0.0.17 - - [2024-10-28 02:22:09] "GET /virtual-networks?parent_id=cfdc91ef-bf1a-4837-989e-24f184c8a1ac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002905 10.0.0.17 - - [2024-10-28 02:22:09] "GET /virtual-network/c559f9fc-c1a1-44c7-bfed-79ba21c466e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.011456 10.0.0.17 - - [2024-10-28 02:22:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.17 - - [2024-10-28 02:22:11] "GET /global-vrouter-config/a1ff2597-4e21-4594-806c-350319d89fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.004334 10.0.0.17 - - [2024-10-28 02:22:11] "PUT /global-vrouter-config/a1ff2597-4e21-4594-806c-350319d89fb5 HTTP/1.1" 200 276 0.009900 10.0.0.17 - - [2024-10-28 02:22:11] "POST /neutron/network HTTP/1.1" 200 839 0.006092 10.0.0.17 - - [2024-10-28 02:22:11] "POST /neutron/network HTTP/1.1" 400 204 0.014541 10.0.0.17 - - [2024-10-28 02:22:11] "POST /neutron/port HTTP/1.1" 200 1083 0.017399 10.0.0.17 - - [2024-10-28 02:22:11] "POST /neutron/port HTTP/1.1" 200 1109 0.008410 10.0.0.17 - - [2024-10-28 02:22:11] "POST /neutron/port HTTP/1.1" 200 151 0.103066 10.0.0.17 - - [2024-10-28 02:22:13] "POST /neutron/network HTTP/1.1" 200 839 0.006124 10.0.0.17 - - [2024-10-28 02:22:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.17 - - [2024-10-28 02:22:13] "DELETE /route-target/350c2e4d-37d1-45d4-9797-746855d39c2d HTTP/1.1" 200 115 0.025256 10.0.0.17 - - [2024-10-28 02:22:13] "POST /useragent-kv HTTP/1.1" 200 115 0.031560 10.0.0.17 - - [2024-10-28 02:22:13] "POST /useragent-kv HTTP/1.1" 200 115 0.001239 10.0.0.17 - - [2024-10-28 02:22:13] "POST /neutron/network HTTP/1.1" 200 151 0.184380 10.0.0.17 - - [2024-10-28 02:22:14] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.002826 10.0.0.17 - - [2024-10-28 02:22:14] "POST /network-ipams HTTP/1.1" 200 541 0.017184 10.0.0.17 - - [2024-10-28 02:22:14] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 981 0.004038 10.0.0.17 - - [2024-10-28 02:22:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002916 10.0.0.17 - - [2024-10-28 02:22:14] "GET /network-ipam/cf83bf2e-a39f-4aa9-9feb-1c1cfc00860b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.006595 10.0.0.17 - - [2024-10-28 02:22:14] "PUT /network-ipam/cf83bf2e-a39f-4aa9-9feb-1c1cfc00860b HTTP/1.1" 200 258 0.014211 10.0.0.17 - - [2024-10-28 02:22:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.17 - - [2024-10-28 02:22:14] "GET /projects?obj_uuids=cfdc91ef-bf1a-4837-989e-24f184c8a1ac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001316 10.0.0.17 - - [2024-10-28 02:22:14] "GET /project/cfdc91ef-bf1a-4837-989e-24f184c8a1ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.039408 10.0.0.17 - - [2024-10-28 02:22:14] "POST /neutron/network HTTP/1.1" 200 117 0.008449 10.0.0.17 - - [2024-10-28 02:22:14] "GET /projects?obj_uuids=cfdc91ef-bf1a-4837-989e-24f184c8a1ac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001533 10.0.0.17 - - [2024-10-28 02:22:14] "POST /neutron/network HTTP/1.1" 200 605 0.070746 10.0.0.17 - - [2024-10-28 02:22:14] "POST /route-targets HTTP/1.1" 200 327 0.014168 10.0.0.17 - - [2024-10-28 02:22:14] "POST /ref-update HTTP/1.1" 200 156 0.014732 10.0.0.17 - - [2024-10-28 02:22:14] "POST /useragent-kv HTTP/1.1" 200 115 0.004555 10.0.0.17 - - [2024-10-28 02:22:14] "POST /neutron/subnet HTTP/1.1" 200 699 0.162716 10.0.0.17 - - [2024-10-28 02:22:14] "POST /useragent-kv HTTP/1.1" 200 115 0.005371 10.0.0.17 - - [2024-10-28 02:22:15] "POST /neutron/subnet HTTP/1.1" 200 699 0.122747 10.0.0.17 - - [2024-10-28 02:22:15] "POST /neutron/network HTTP/1.1" 200 994 0.008975 10.0.0.17 - - [2024-10-28 02:22:15] "POST /id-to-fqname HTTP/1.1" 200 220 0.001430 10.0.0.17 - - [2024-10-28 02:22:15] "GET /virtual-network/dbedd45d-6ecf-45b7-a333-2c9e3ae8ae81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.010142 10.0.0.17 - - [2024-10-28 02:22:15] "POST /neutron/network HTTP/1.1" 200 994 0.008286 10.0.0.17 - - [2024-10-28 02:22:15] "GET /virtual-network/dbedd45d-6ecf-45b7-a333-2c9e3ae8ae81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.009358 10.0.0.17 - - [2024-10-28 02:22:15] "POST /neutron/network HTTP/1.1" 200 994 0.007795 10.0.0.17 - - [2024-10-28 02:22:15] "POST /neutron/subnet HTTP/1.1" 200 699 0.008038 10.0.0.17 - - [2024-10-28 02:22:15] "POST /neutron/subnet HTTP/1.1" 200 699 0.008433 10.0.0.17 - - [2024-10-28 02:22:15] "POST /neutron/network HTTP/1.1" 200 994 0.007492 10.0.0.17 - - [2024-10-28 02:22:15] "POST /neutron/subnet HTTP/1.1" 200 699 0.008098 10.0.0.17 - - [2024-10-28 02:22:15] "POST /neutron/subnet HTTP/1.1" 200 699 0.007837 10.0.0.17 - - [2024-10-28 02:22:15] "GET /projects?obj_uuids=cfdc91ef-bf1a-4837-989e-24f184c8a1ac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001600 10.0.0.17 - - [2024-10-28 02:22:15] "POST /neutron/port HTTP/1.1" 200 1017 0.188447 10.0.0.17 - - [2024-10-28 02:22:15] "GET /projects?obj_uuids=cfdc91ef-bf1a-4837-989e-24f184c8a1ac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001258 10.0.0.17 - - [2024-10-28 02:22:15] "POST /neutron/port HTTP/1.1" 200 1017 0.199841 10.0.0.17 - - [2024-10-28 02:22:15] "POST /id-to-fqname HTTP/1.1" 200 220 0.001907 10.0.0.17 - - [2024-10-28 02:22:15] "POST /neutron/port HTTP/1.1" 200 1017 0.012922 10.0.0.17 - - [2024-10-28 02:22:15] "POST /neutron/port HTTP/1.1" 200 1017 0.010066 10.0.0.17 - - [2024-10-28 02:22:15] "POST /neutron/network HTTP/1.1" 200 994 0.008283 10.0.0.17 - - [2024-10-28 02:22:15] "POST /neutron/port HTTP/1.1" 200 1017 0.010003 10.0.0.17 - - [2024-10-28 02:22:16] "POST /neutron/port HTTP/1.1" 200 117 0.006675 10.0.0.17 - - [2024-10-28 02:22:16] "POST /neutron/port HTTP/1.1" 200 117 0.005176 10.0.0.17 - - [2024-10-28 02:22:16] "POST /id-to-fqname HTTP/1.1" 200 220 0.001642 10.0.0.17 - - [2024-10-28 02:22:16] "POST /neutron/port HTTP/1.1" 200 117 0.006100 10.0.0.17 - - [2024-10-28 02:22:16] "POST /neutron/port HTTP/1.1" 200 1017 0.008831 10.0.0.17 - - [2024-10-28 02:22:16] "POST /neutron/port HTTP/1.1" 200 1017 0.010581 10.0.0.17 - - [2024-10-28 02:22:16] "POST /neutron/network HTTP/1.1" 200 994 0.007823 10.0.0.17 - - [2024-10-28 02:22:16] "POST /neutron/port HTTP/1.1" 200 1017 0.007354 10.0.0.17 - - [2024-10-28 02:22:16] "POST /neutron/port HTTP/1.1" 200 1017 0.008015 10.0.0.17 - - [2024-10-28 02:22:16] "POST /neutron/port HTTP/1.1" 200 1017 0.013266 10.0.0.17 - - [2024-10-28 02:22:16] "POST /neutron/port HTTP/1.1" 200 117 0.006447 10.0.0.17 - - [2024-10-28 02:22:16] "POST /neutron/port HTTP/1.1" 200 117 0.005858 10.0.0.17 - - [2024-10-28 02:22:16] "POST /id-to-fqname HTTP/1.1" 200 220 0.001345 10.0.0.17 - - [2024-10-28 02:22:16] "POST /neutron/port HTTP/1.1" 200 117 0.013526 10.0.0.17 - - [2024-10-28 02:22:16] "POST /neutron/network HTTP/1.1" 200 1004 0.013649 10.0.0.17 - - [2024-10-28 02:22:16] "GET /aaa-mode HTTP/1.1" 401 292 0.000489 10.0.0.17 - - [2024-10-28 02:22:17] "POST /neutron/port HTTP/1.1" 200 1017 0.012370 10.0.0.17 - - [2024-10-28 02:22:17] "POST /neutron/network HTTP/1.1" 200 1004 0.007720 10.0.0.17 - - [2024-10-28 02:22:17] "POST /neutron/port HTTP/1.1" 200 1017 0.007364 10.0.0.17 - - [2024-10-28 02:22:17] "POST /neutron/port HTTP/1.1" 200 1017 0.006526 10.0.0.17 - - [2024-10-28 02:22:17] "GET / HTTP/1.1" 200 35931 0.001959 10.0.0.17 - - [2024-10-28 02:22:17] "GET /project/cfdc91ef-bf1a-4837-989e-24f184c8a1ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.001370 10.0.0.17 - - [2024-10-28 02:22:17] "POST /neutron/port HTTP/1.1" 200 1109 0.104915 10.0.0.17 - - [2024-10-28 02:22:17] "POST /neutron/port HTTP/1.1" 200 1017 0.015138 10.0.0.17 - - [2024-10-28 02:22:17] "POST /neutron/port HTTP/1.1" 200 1083 0.014980 10.0.0.17 - - [2024-10-28 02:22:17] "POST /neutron/network HTTP/1.1" 200 1004 0.008989 10.0.0.17 - - [2024-10-28 02:22:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004872 10.0.0.17 - - [2024-10-28 02:22:17] "POST /neutron/port HTTP/1.1" 200 1017 0.016415 10.0.0.17 - - [2024-10-28 02:22:17] "POST /neutron/subnet HTTP/1.1" 200 673 0.017976 10.0.0.17 - - [2024-10-28 02:22:17] "POST /neutron/port HTTP/1.1" 200 1017 0.007486 10.0.0.17 - - [2024-10-28 02:22:17] "POST /neutron/port HTTP/1.1" 200 117 0.001209 10.0.0.17 - - [2024-10-28 02:22:17] "POST /neutron/network HTTP/1.1" 200 994 0.013056 10.0.0.17 - - [2024-10-28 02:22:17] "POST /neutron/port HTTP/1.1" 200 1109 0.096116 10.0.0.17 - - [2024-10-28 02:22:17] "GET /projects?obj_uuids=cfdc91ef-bf1a-4837-989e-24f184c8a1ac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001300 10.0.0.17 - - [2024-10-28 02:22:17] "GET /project/cfdc91ef-bf1a-4837-989e-24f184c8a1ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.068959 10.0.0.17 - - [2024-10-28 02:22:17] "POST /neutron/port HTTP/1.1" 200 1083 0.021646 10.0.0.17 - - [2024-10-28 02:22:17] "POST /neutron/network HTTP/1.1" 200 994 0.007981 10.0.0.17 - - [2024-10-28 02:22:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003539 10.0.0.17 - - [2024-10-28 02:22:17] "POST /neutron/subnet HTTP/1.1" 200 673 0.017240 10.0.0.17 - - [2024-10-28 02:22:17] "POST /neutron/port HTTP/1.1" 200 117 0.001318 10.0.0.17 - - [2024-10-28 02:22:17] "POST /neutron/network HTTP/1.1" 200 994 0.008232 10.0.0.17 - - [2024-10-28 02:22:17] "POST /neutron/port HTTP/1.1" 200 2050 0.028848 10.0.0.17 - - [2024-10-28 02:22:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006235 10.0.0.17 - - [2024-10-28 02:22:17] "POST /neutron/port HTTP/1.1" 200 117 0.007501 10.0.0.17 - - [2024-10-28 02:22:17] "GET /domains HTTP/1.1" 200 280 0.002941 10.0.0.17 - - [2024-10-28 02:22:17] "GET /domains?obj_uuids=e92f8937-f54d-44e7-9020-3c14a03f7680&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001571 10.0.0.17 - - [2024-10-28 02:22:17] "GET /domain/e92f8937-f54d-44e7-9020-3c14a03f7680 HTTP/1.1" 200 2761 0.011328 10.0.0.17 - - [2024-10-28 02:22:17] "GET /projects?obj_uuids=cfdc91ef-bf1a-4837-989e-24f184c8a1ac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001513 10.0.0.17 - - [2024-10-28 02:22:17] "GET /project/cfdc91ef-bf1a-4837-989e-24f184c8a1ac HTTP/1.1" 200 2853 0.083972 10.0.0.17 - - [2024-10-28 02:22:17] "GET /network-ipam/cf83bf2e-a39f-4aa9-9feb-1c1cfc00860b HTTP/1.1" 200 2602 0.007637 10.0.0.17 - - [2024-10-28 02:22:17] "GET /domains HTTP/1.1" 200 280 0.006361 10.0.0.17 - - [2024-10-28 02:22:17] "GET /domains?obj_uuids=e92f8937-f54d-44e7-9020-3c14a03f7680&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001455 10.0.0.17 - - [2024-10-28 02:22:18] "GET /domain/e92f8937-f54d-44e7-9020-3c14a03f7680 HTTP/1.1" 200 2761 0.015016 10.0.0.17 - - [2024-10-28 02:22:18] "GET /projects?obj_uuids=cfdc91ef-bf1a-4837-989e-24f184c8a1ac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001370 10.0.0.17 - - [2024-10-28 02:22:18] "GET /project/cfdc91ef-bf1a-4837-989e-24f184c8a1ac HTTP/1.1" 200 2853 0.097291 10.0.0.17 - - [2024-10-28 02:22:18] "GET /virtual-network/dbedd45d-6ecf-45b7-a333-2c9e3ae8ae81 HTTP/1.1" 200 3780 0.024092 10.0.0.17 - - [2024-10-28 02:22:18] "GET /virtual-network/dbedd45d-6ecf-45b7-a333-2c9e3ae8ae81 HTTP/1.1" 200 3780 0.011546 10.0.0.17 - - [2024-10-28 02:22:18] "GET /routing-instance/fc6354d4-847c-4cef-9af2-53c3576e0f49 HTTP/1.1" 200 2381 0.005581 10.0.0.17 - - [2024-10-28 02:22:18] "GET /routing-instance/fc6354d4-847c-4cef-9af2-53c3576e0f49 HTTP/1.1" 200 2381 0.004889 10.0.0.17 - - [2024-10-28 02:22:18] "GET /route-target/048d8f0c-2823-411b-9f8f-2e65cc43ffd9 HTTP/1.1" 200 1203 0.004005 10.0.0.17 - - [2024-10-28 02:22:18] "GET /virtual-network/dbedd45d-6ecf-45b7-a333-2c9e3ae8ae81 HTTP/1.1" 200 3780 0.009573 10.0.0.17 - - [2024-10-28 02:22:18] "GET /routing-instance/fc6354d4-847c-4cef-9af2-53c3576e0f49 HTTP/1.1" 200 2381 0.008693 10.0.0.17 - - [2024-10-28 02:22:18] "GET /virtual-network/dbedd45d-6ecf-45b7-a333-2c9e3ae8ae81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.013898 10.0.0.17 - - [2024-10-28 02:22:18] "GET /virtual-network/dbedd45d-6ecf-45b7-a333-2c9e3ae8ae81 HTTP/1.1" 200 3780 0.015047 10.0.0.17 - - [2024-10-28 02:22:18] "GET /routing-instance/fc6354d4-847c-4cef-9af2-53c3576e0f49 HTTP/1.1" 200 2381 0.004685 10.0.0.17 - - [2024-10-28 02:22:18] "GET /routing-instance/fc6354d4-847c-4cef-9af2-53c3576e0f49 HTTP/1.1" 200 2381 0.009754 10.0.0.17 - - [2024-10-28 02:22:18] "POST /neutron/network HTTP/1.1" 200 1004 0.010852 10.0.0.17 - - [2024-10-28 02:22:18] "GET /route-target/048d8f0c-2823-411b-9f8f-2e65cc43ffd9 HTTP/1.1" 200 1203 0.004306 10.0.0.17 - - [2024-10-28 02:22:18] "GET /domains HTTP/1.1" 200 280 0.004379 10.0.0.17 - - [2024-10-28 02:22:18] "GET /projects?obj_uuids=cfdc91ef-bf1a-4837-989e-24f184c8a1ac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001159 10.0.0.17 - - [2024-10-28 02:22:18] "GET /domains?obj_uuids=e92f8937-f54d-44e7-9020-3c14a03f7680&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001310 10.0.0.17 - - [2024-10-28 02:22:18] "GET /domain/e92f8937-f54d-44e7-9020-3c14a03f7680 HTTP/1.1" 200 2761 0.012020 10.0.0.17 - - [2024-10-28 02:22:18] "GET /projects?obj_uuids=cfdc91ef-bf1a-4837-989e-24f184c8a1ac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001121 10.0.0.17 - - [2024-10-28 02:22:18] "GET /project/cfdc91ef-bf1a-4837-989e-24f184c8a1ac HTTP/1.1" 200 2853 0.110369 10.0.0.17 - - [2024-10-28 02:22:18] "GET /virtual-network/dbedd45d-6ecf-45b7-a333-2c9e3ae8ae81 HTTP/1.1" 200 3780 0.011729 10.0.0.17 - - [2024-10-28 02:22:18] "POST /neutron/port HTTP/1.1" 200 1055 0.350414 10.0.0.17 - - [2024-10-28 02:22:18] "POST /neutron/port HTTP/1.1" 200 1055 0.026589 10.0.0.17 - - [2024-10-28 02:22:18] "POST /neutron/port HTTP/1.1" 200 1055 0.019242 10.0.0.17 - - [2024-10-28 02:22:18] "POST /neutron/port HTTP/1.1" 200 1109 0.110404 10.0.0.17 - - [2024-10-28 02:22:18] "GET /obj-perms HTTP/1.1" 200 5030 0.076468 10.0.0.17 - - [2024-10-28 02:22:18] "POST /neutron/port HTTP/1.1" 200 1083 0.024298 10.0.0.17 - - [2024-10-28 02:22:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003668 10.0.0.17 - - [2024-10-28 02:22:19] "POST /neutron/port HTTP/1.1" 200 1083 0.019551 10.0.0.17 - - [2024-10-28 02:22:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008074 10.0.0.17 - - [2024-10-28 02:22:19] "POST /neutron/subnet HTTP/1.1" 200 673 0.026986 10.0.0.17 - - [2024-10-28 02:22:19] "POST /neutron/port HTTP/1.1" 200 117 0.001302 10.0.0.17 - - [2024-10-28 02:22:19] "POST /neutron/network HTTP/1.1" 200 994 0.008110 10.0.0.17 - - [2024-10-28 02:22:19] "POST /neutron/port HTTP/1.1" 200 1083 0.022185 10.0.0.17 - - [2024-10-28 02:22:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006425 10.0.0.17 - - [2024-10-28 02:22:19] "POST /neutron/port HTTP/1.1" 200 1083 0.016991 10.0.0.17 - - [2024-10-28 02:22:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006226 10.0.0.17 - - [2024-10-28 02:22:19] "GET /virtual-machine/9cc90771-98ed-4668-817e-3c44bb1d336a HTTP/1.1" 200 1288 0.005485 10.0.0.17 - - [2024-10-28 02:22:19] "GET /virtual-machine-interface/fdd31352-1e5b-4f4b-a76a-c78766b60206 HTTP/1.1" 200 2942 0.009957 10.0.0.17 - - [2024-10-28 02:22:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002946 10.0.0.17 - - [2024-10-28 02:22:19] "GET /global-vrouter-config/a1ff2597-4e21-4594-806c-350319d89fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003926 10.0.0.17 - - [2024-10-28 02:22:19] "GET /virtual-networks?parent_id=cfdc91ef-bf1a-4837-989e-24f184c8a1ac&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003622 10.0.0.17 - - [2024-10-28 02:22:19] "GET /virtual-network/dbedd45d-6ecf-45b7-a333-2c9e3ae8ae81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.011438 10.0.0.17 - - [2024-10-28 02:22:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003193 10.0.0.17 - - [2024-10-28 02:22:22] "GET /virtual-network/dbedd45d-6ecf-45b7-a333-2c9e3ae8ae81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.009795 10.0.0.17 - - [2024-10-28 02:22:26] "POST /neutron/port HTTP/1.1" 200 1083 0.019990 10.0.0.17 - - [2024-10-28 02:22:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005988 10.0.0.17 - - [2024-10-28 02:22:26] "POST /neutron/port HTTP/1.1" 200 1083 0.016905 10.0.0.17 - - [2024-10-28 02:22:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005322 10.0.0.17 - - [2024-10-28 02:22:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.17 - - [2024-10-28 02:22:26] "GET /virtual-network/dbedd45d-6ecf-45b7-a333-2c9e3ae8ae81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.010904 10.0.0.17 - - [2024-10-28 02:22:27] "POST /neutron/port HTTP/1.1" 200 1083 0.018581 10.0.0.17 - - [2024-10-28 02:22:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006862 10.0.0.17 - - [2024-10-28 02:22:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.17 - - [2024-10-28 02:22:28] "GET /global-vrouter-config/a1ff2597-4e21-4594-806c-350319d89fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003624 10.0.0.17 - - [2024-10-28 02:22:28] "GET /virtual-networks?parent_id=cfdc91ef-bf1a-4837-989e-24f184c8a1ac&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003668 10.0.0.17 - - [2024-10-28 02:22:28] "GET /virtual-network/dbedd45d-6ecf-45b7-a333-2c9e3ae8ae81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.010236 10.0.0.17 - - [2024-10-28 02:22:29] "POST /neutron/port HTTP/1.1" 200 1083 0.016712 10.0.0.17 - - [2024-10-28 02:22:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007466 10.0.0.17 - - [2024-10-28 02:22:29] "POST /neutron/port HTTP/1.1" 200 1083 0.017472 10.0.0.17 - - [2024-10-28 02:22:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009843 10.0.0.17 - - [2024-10-28 02:22:29] "POST /neutron/port HTTP/1.1" 200 1083 0.025238 10.0.0.17 - - [2024-10-28 02:22:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010815 10.0.0.17 - - [2024-10-28 02:22:29] "GET /virtual-machine/796bac7f-4deb-47c7-829d-72ead8aa86f1 HTTP/1.1" 200 1287 0.006036 10.0.0.17 - - [2024-10-28 02:22:29] "GET /virtual-machine-interface/ffbd0aa7-3a71-4e6c-96e8-e27a9caca763 HTTP/1.1" 200 2942 0.009681 10.0.0.17 - - [2024-10-28 02:22:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.17 - - [2024-10-28 02:22:29] "GET /global-vrouter-config/a1ff2597-4e21-4594-806c-350319d89fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003778 10.0.0.17 - - [2024-10-28 02:22:29] "GET /virtual-networks?parent_id=cfdc91ef-bf1a-4837-989e-24f184c8a1ac&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003093 10.0.0.17 - - [2024-10-28 02:22:29] "GET /virtual-network/dbedd45d-6ecf-45b7-a333-2c9e3ae8ae81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.011176 10.0.0.17 - - [2024-10-28 02:22:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.17 - - [2024-10-28 02:22:30] "GET /global-vrouter-config/a1ff2597-4e21-4594-806c-350319d89fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004036 10.0.0.17 - - [2024-10-28 02:22:30] "GET /virtual-networks?parent_id=cfdc91ef-bf1a-4837-989e-24f184c8a1ac&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003195 10.0.0.17 - - [2024-10-28 02:22:30] "GET /virtual-network/dbedd45d-6ecf-45b7-a333-2c9e3ae8ae81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.011847 10.0.0.17 - - [2024-10-28 02:22:31] "POST /neutron/port HTTP/1.1" 200 1083 0.015440 10.0.0.17 - - [2024-10-28 02:22:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006638 10.0.0.17 - - [2024-10-28 02:22:31] "POST /neutron/port HTTP/1.1" 200 1083 0.016456 10.0.0.17 - - [2024-10-28 02:22:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005623 10.0.0.17 - - [2024-10-28 02:22:31] "POST /neutron/port HTTP/1.1" 200 1083 0.016872 10.0.0.17 - - [2024-10-28 02:22:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006860 10.0.0.17 - - [2024-10-28 02:22:31] "GET /virtual-machine/847836cd-9c04-46b9-b144-5f985e49a196 HTTP/1.1" 200 1292 0.005359 10.0.0.17 - - [2024-10-28 02:22:31] "GET /virtual-machine-interface/ac3c71f5-e7ec-4a39-a8d7-bb47c9f2ce85 HTTP/1.1" 200 2942 0.008369 10.0.0.17 - - [2024-10-28 02:22:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.17 - - [2024-10-28 02:22:31] "GET /global-vrouter-config/a1ff2597-4e21-4594-806c-350319d89fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003829 10.0.0.17 - - [2024-10-28 02:22:31] "GET /virtual-networks?parent_id=cfdc91ef-bf1a-4837-989e-24f184c8a1ac&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003459 10.0.0.17 - - [2024-10-28 02:22:31] "GET /virtual-network/dbedd45d-6ecf-45b7-a333-2c9e3ae8ae81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.010216 10.0.0.17 - - [2024-10-28 02:22:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.17 - - [2024-10-28 02:22:32] "GET /global-vrouter-config/a1ff2597-4e21-4594-806c-350319d89fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004073 10.0.0.17 - - [2024-10-28 02:22:32] "GET /virtual-networks?parent_id=cfdc91ef-bf1a-4837-989e-24f184c8a1ac&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003193 10.0.0.17 - - [2024-10-28 02:22:32] "GET /virtual-network/dbedd45d-6ecf-45b7-a333-2c9e3ae8ae81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.009954 10.0.0.17 - - [2024-10-28 02:22:37] "DELETE /project/cfdc91efbf1a4837989e24f184c8a1ac HTTP/1.1" 404 173 0.040563 10.0.0.17 - - [2024-10-28 02:22:37] "GET /projects?obj_uuids=c9649ab1-6763-4959-8c16-224527850e83&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001177 10.0.0.17 - - [2024-10-28 02:22:38] "GET /project/c9649ab1-6763-4959-8c16-224527850e83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.045192 10.0.0.17 - - [2024-10-28 02:22:38] "GET /projects?obj_uuids=c9649ab1-6763-4959-8c16-224527850e83&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001765 10.0.0.17 - - [2024-10-28 02:22:38] "GET /project/c9649ab1-6763-4959-8c16-224527850e83?fields=security_groups HTTP/1.1" 200 1377 0.037224 10.0.0.17 - - [2024-10-28 02:22:38] "DELETE /security-group/3dbd2e5d-650b-43bf-a133-f10e399b8c27 HTTP/1.1" 200 115 0.049901 10.0.0.17 - - [2024-10-28 02:22:38] "GET /projects?obj_uuids=c9649ab1-6763-4959-8c16-224527850e83&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001395 10.0.0.17 - - [2024-10-28 02:22:38] "DELETE /access-control-list/9942f80a-9965-45f1-905e-14aa9bf20c05 HTTP/1.1" 200 115 0.036474 10.0.0.17 - - [2024-10-28 02:22:38] "GET /project/c9649ab1-6763-4959-8c16-224527850e83?fields=application_policy_sets HTTP/1.1" 200 1416 0.054737 10.0.0.17 - - [2024-10-28 02:22:38] "DELETE /access-control-list/68ba7e7c-83a9-46fb-aa5f-7124cfcc713e HTTP/1.1" 200 115 0.053406 10.0.0.17 - - [2024-10-28 02:22:38] "DELETE /project/c9649ab1-6763-4959-8c16-224527850e83 HTTP/1.1" 200 115 0.406080 10.0.0.17 - - [2024-10-28 02:22:44] "GET /obj-perms HTTP/1.1" 200 5056 0.054538 10.0.0.17 - - [2024-10-28 02:22:45] "GET /obj-perms HTTP/1.1" 200 5056 0.055919 10.0.0.17 - - [2024-10-28 02:22:48] "POST /neutron/port HTTP/1.1" 200 1109 0.010555 10.0.0.17 - - [2024-10-28 02:22:48] "POST /neutron/port HTTP/1.1" 200 1109 0.012091 10.0.0.17 - - [2024-10-28 02:22:48] "POST /neutron/port HTTP/1.1" 200 151 0.124028 10.0.0.17 - - [2024-10-28 02:22:48] "POST /neutron/port HTTP/1.1" 200 1109 0.019207 10.0.0.17 - - [2024-10-28 02:22:48] "POST /neutron/port HTTP/1.1" 200 1109 0.023288 10.0.0.17 - - [2024-10-28 02:22:48] "POST /neutron/port HTTP/1.1" 200 1083 0.027648 10.0.0.17 - - [2024-10-28 02:22:48] "POST /neutron/port HTTP/1.1" 200 1109 0.010422 10.0.0.17 - - [2024-10-28 02:22:48] "POST /neutron/port HTTP/1.1" 200 151 0.203270 10.0.0.17 - - [2024-10-28 02:22:48] "POST /neutron/network HTTP/1.1" 200 994 0.009478 10.0.0.17 - - [2024-10-28 02:22:48] "POST /neutron/port HTTP/1.1" 200 117 0.012943 10.0.0.17 - - [2024-10-28 02:22:48] "POST /neutron/network HTTP/1.1" 400 204 0.016376 10.0.0.17 - - [2024-10-28 02:22:48] "POST /neutron/port HTTP/1.1" 400 205 0.004143 10.0.0.17 - - [2024-10-28 02:22:48] "POST /neutron/port HTTP/1.1" 200 151 0.181313 10.0.0.17 - - [2024-10-28 02:22:50] "POST /neutron/network HTTP/1.1" 200 994 0.008858 10.0.0.17 - - [2024-10-28 02:22:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.17 - - [2024-10-28 02:22:50] "POST /useragent-kv HTTP/1.1" 200 115 0.001235 10.0.0.17 - - [2024-10-28 02:22:50] "POST /useragent-kv HTTP/1.1" 200 115 0.001143 10.0.0.17 - - [2024-10-28 02:22:50] "POST /useragent-kv HTTP/1.1" 200 115 0.001098 10.0.0.17 - - [2024-10-28 02:22:50] "POST /useragent-kv HTTP/1.1" 200 115 0.001114 10.0.0.17 - - [2024-10-28 02:22:50] "POST /neutron/network HTTP/1.1" 200 151 0.136526 10.0.0.17 - - [2024-10-28 02:22:50] "DELETE /route-target/048d8f0c-2823-411b-9f8f-2e65cc43ffd9 HTTP/1.1" 200 115 0.037012 10.0.0.17 - - [2024-10-28 02:22:50] "GET /routing-instance/fc6354d4-847c-4cef-9af2-53c3576e0f49 HTTP/1.1" 404 171 0.003286 10.0.0.17 - - [2024-10-28 02:22:50] "GET /domains HTTP/1.1" 200 280 0.004074 10.0.0.17 - - [2024-10-28 02:22:50] "GET /domains?obj_uuids=e92f8937-f54d-44e7-9020-3c14a03f7680&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002331 10.0.0.17 - - [2024-10-28 02:22:50] "GET /domain/e92f8937-f54d-44e7-9020-3c14a03f7680 HTTP/1.1" 200 2574 0.014476 10.0.0.17 - - [2024-10-28 02:22:50] "GET /projects?obj_uuids=cfdc91ef-bf1a-4837-989e-24f184c8a1ac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001329 10.0.0.17 - - [2024-10-28 02:22:51] "GET /project/cfdc91ef-bf1a-4837-989e-24f184c8a1ac HTTP/1.1" 200 2096 0.108958 10.0.0.17 - - [2024-10-28 02:22:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006437 10.0.0.17 - - [2024-10-28 02:22:51] "DELETE /network-ipam/cf83bf2e-a39f-4aa9-9feb-1c1cfc00860b HTTP/1.1" 200 115 0.046229 10.0.0.17 - - [2024-10-28 02:22:51] "POST /fqname-to-id HTTP/1.1" 404 211 0.004055 10.0.0.17 - - [2024-10-28 02:22:51] "GET /projects?obj_uuids=cfdc91ef-bf1a-4837-989e-24f184c8a1ac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001192 10.0.0.17 - - [2024-10-28 02:22:51] "GET /project/cfdc91ef-bf1a-4837-989e-24f184c8a1ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.073411 10.0.0.17 - - [2024-10-28 02:22:51] "GET /projects?obj_uuids=cfdc91ef-bf1a-4837-989e-24f184c8a1ac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001271 10.0.0.17 - - [2024-10-28 02:22:51] "GET /project/cfdc91ef-bf1a-4837-989e-24f184c8a1ac?fields=virtual_networks HTTP/1.1" 200 1043 0.043233 10.0.0.17 - - [2024-10-28 02:22:51] "GET /projects?obj_uuids=cfdc91ef-bf1a-4837-989e-24f184c8a1ac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001432 10.0.0.17 - - [2024-10-28 02:22:51] "GET /project/cfdc91ef-bf1a-4837-989e-24f184c8a1ac?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.043026 10.0.0.17 - - [2024-10-28 02:22:51] "GET /projects?obj_uuids=cfdc91ef-bf1a-4837-989e-24f184c8a1ac&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002239 10.0.0.17 - - [2024-10-28 02:22:51] "GET /project/cfdc91ef-bf1a-4837-989e-24f184c8a1ac?fields=security_groups HTTP/1.1" 200 1269 0.065807 10.0.0.17 - - [2024-10-28 02:22:53] "POST /neutron/port HTTP/1.1" 200 117 0.006088 10.0.0.17 - - [2024-10-28 02:22:53] "POST /neutron/port HTTP/1.1" 400 205 0.003295 10.0.0.17 - - [2024-10-28 02:23:00] "GET / HTTP/1.1" 200 35931 0.002340 10.0.0.17 - - [2024-10-28 02:23:00] "GET /project/a21a527c-1c46-4fb7-a2b2-422c9443a76f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000655 10.0.0.17 - - [2024-10-28 02:23:01] "GET /projects?obj_uuids=a21a527c-1c46-4fb7-a2b2-422c9443a76f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001278 10.0.0.17 - - [2024-10-28 02:23:01] "GET /project/a21a527c-1c46-4fb7-a2b2-422c9443a76f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1282 0.070776 [Introspect:8084]10.0.0.17 - - [2024-10-28 02:23:01] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001340 10.0.0.17 - - [2024-10-28 02:23:02] "POST /fqname-to-id HTTP/1.1" 404 184 0.027051 10.0.0.17 - - [2024-10-28 02:23:02] "GET /projects?obj_uuids=bd7a050d-e357-41f8-a9d3-648d65439629&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002812 10.0.0.17 - - [2024-10-28 02:23:02] "GET /domains?obj_uuids=e92f8937-f54d-44e7-9020-3c14a03f7680&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001232 10.0.0.17 - - [2024-10-28 02:23:02] "GET /domain/e92f8937-f54d-44e7-9020-3c14a03f7680?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009444 10.0.0.17 - - [2024-10-28 02:23:02] "POST /id-to-fqname HTTP/1.1" 200 186 0.002629 10.0.0.17 - - [2024-10-28 02:23:02] "POST /fqname-to-id HTTP/1.1" 404 195 0.002545 10.0.0.17 - - [2024-10-28 02:23:02] "POST /security-groups HTTP/1.1" 200 587 0.063568 10.0.0.17 - - [2024-10-28 02:23:02] "POST /fqname-to-id HTTP/1.1" 404 230 0.002841 10.0.0.17 - - [2024-10-28 02:23:02] "POST /projects HTTP/1.1" 200 577 0.240866 10.0.0.17 - - [2024-10-28 02:23:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.311343 10.0.0.17 - - [2024-10-28 02:23:02] "POST /access-control-lists HTTP/1.1" 200 592 0.063820 10.0.0.17 - - [2024-10-28 02:23:02] "POST /fqname-to-id HTTP/1.1" 404 229 0.004140 10.0.0.17 - - [2024-10-28 02:23:02] "GET /project/bd7a050d-e357-41f8-a9d3-648d65439629?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.479283 10.0.0.17 - - [2024-10-28 02:23:02] "POST /access-control-lists HTTP/1.1" 200 590 0.062569 10.0.0.17 - - [2024-10-28 02:23:03] "GET / HTTP/1.1" 200 35931 0.003388 10.0.0.17 - - [2024-10-28 02:23:04] "GET /projects?obj_uuids=bd7a050d-e357-41f8-a9d3-648d65439629&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001262 10.0.0.17 - - [2024-10-28 02:23:04] "GET /project/bd7a050d-e357-41f8-a9d3-648d65439629?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.037712