++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Thu Oct 31 02:18:44 UTC 2024 ===================' INFO: =================== Thu Oct 31 02:18:44 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 ' +++ head -n 1 +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.29 ++ 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.29 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.29 ++ ANALYTICSDB_NODES=10.0.0.29 ++ ANALYTICS_SNMP_NODES=10.0.0.29 ++ 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.29 +++ local server_address=10.0.0.29 +++ extended_server_list+='10.0.0.29:8081 ' +++ '[' -n '10.0.0.29:8081 ' ']' +++ echo 10.0.0.29:8081 ++ ANALYTICS_SERVERS=10.0.0.29: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.29 +++ local server_address=10.0.0.29 +++ extended_server_list+='10.0.0.29:9042 ' +++ '[' -n '10.0.0.29:9042 ' ']' +++ echo 10.0.0.29:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.29:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.29 ++ 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.29 +++ local server_address=10.0.0.29 +++ extended_server_list+='10.0.0.29:8086 ' +++ '[' -n '10.0.0.29:8086 ' ']' +++ echo 10.0.0.29:8086 ++ COLLECTOR_SERVERS=10.0.0.29: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.29 ++ CONFIGDB_NODES=10.0.0.29 ++ 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.29 +++ local server_address=10.0.0.29 +++ extended_server_list+='10.0.0.29:8082 ' +++ '[' -n '10.0.0.29:8082 ' ']' +++ echo 10.0.0.29:8082 ++ CONFIG_SERVERS=10.0.0.29: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.29 +++ local server_address=10.0.0.29 +++ extended_server_list+='10.0.0.29:9161 ' +++ '[' -n '10.0.0.29:9161 ' ']' +++ echo 10.0.0.29:9161 ++ CONFIGDB_SERVERS=10.0.0.29: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.29 +++ local server_address=10.0.0.29 +++ extended_server_list+='10.0.0.29:9041 ' +++ '[' -n '10.0.0.29:9041 ' ']' +++ echo 10.0.0.29:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.29:9041 ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.6 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.6 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.29 ++ 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.29 +++ local server_address=10.0.0.29 +++ extended_server_list+=10.0.0.29:2181, +++ '[' -n 10.0.0.29:2181, ']' +++ echo 10.0.0.29:2181 ++ ZOOKEEPER_SERVERS=10.0.0.29: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.29 +++ local server_address=10.0.0.29 +++ extended_server_list+='10.0.0.29:2181 ' +++ '[' -n '10.0.0.29:2181 ' ']' +++ echo 10.0.0.29:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.29:2181 ++ RABBITMQ_NODES=10.0.0.29 ++ 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.29 +++ local server_address=10.0.0.29 +++ extended_server_list+=10.0.0.29:5673, +++ '[' -n 10.0.0.29:5673, ']' +++ echo 10.0.0.29:5673 ++ RABBITMQ_SERVERS=10.0.0.29: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.29 +++ local server_address=10.0.0.29 +++ extended_server_list+='10.0.0.29:6379 ' +++ '[' -n '10.0.0.29:6379 ' ']' +++ echo 10.0.0.29:6379 ++ REDIS_SERVERS=10.0.0.29: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.29 ++ 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.29 +++ local server_address=10.0.0.29 +++ extended_server_list+='10.0.0.29:9092 ' +++ '[' -n '10.0.0.29:9092 ' ']' +++ echo 10.0.0.29:9092 ++ KAFKA_SERVERS=10.0.0.29: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.29 ++ 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.29 ++ 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.29 ++ 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.29 ++ cut -d , -f 1 + local cassandra=10.0.0.29 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.29 9041 + echo -e '\035\nquit' + 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.29 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.29 +++ 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.29,10.20.0.6,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in '"${server_list[@]}"' +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.29'\''))' +++ local server_ip=10.0.0.29 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.29 ]] +++ [[ ,10.0.0.29,10.20.0.6,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.29, ]] +++ echo 10.0.0.29 1 +++ return ++ local ip=10.0.0.29 ++ [[ -z 10.0.0.29 ]] ++ echo 10.0.0.29 + host_ip=10.0.0.29 + [[ cql == \c\q\l ]] ++ echo 10.0.0.29:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.29:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.29: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/31/2024 02:18:52.362 7f8594ac6f48 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 10/31/2024 02:18:52.392 7f8594ac6f48 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 10/31/2024 02:18:52.407 7f8594ac6f48 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 10/31/2024 02:18:52.408 7f8594ac6f48 [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.29:8082/ Hit Ctrl-C to quit. 10.0.0.29 - - [2024-10-31 02:18:55] "GET / HTTP/1.1" 200 45871 0.001888 10.0.0.29 - - [2024-10-31 02:18:55] "GET / HTTP/1.1" 200 45871 0.001382 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.29 - - [2024-10-31 02:18:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000610 10.0.0.29 - - [2024-10-31 02:18:55] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000340 10.0.0.29 - - [2024-10-31 02:18:57] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.352052 10.0.0.29 - - [2024-10-31 02:18:57] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.017710 10.0.0.29 - - [2024-10-31 02:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.676359 10.0.0.29 - - [2024-10-31 02:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002649 10.0.0.29 - - [2024-10-31 02:18:57] "GET / HTTP/1.1" 200 35931 0.001963 10.0.0.29 - - [2024-10-31 02:18:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000573 10.0.0.29 - - [2024-10-31 02:18:57] "GET / HTTP/1.1" 200 35931 0.001567 /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.29 - - [2024-10-31 02:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.036088 10.0.0.29 - - [2024-10-31 02:18:57] "GET /global-system-config/ddd0f9d7-d63e-4954-9362-c609bc9bc8fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.003320 10.0.0.29 - - [2024-10-31 02:18:57] "POST /fqname-to-id HTTP/1.1" 404 220 0.003474 10.0.0.29 - - [2024-10-31 02:18:57] "POST /config-database-nodes HTTP/1.1" 200 617 0.024672 10.0.0.29 - - [2024-10-31 02:18:57] "GET / HTTP/1.1" 200 35931 0.001590 10.0.0.29 - - [2024-10-31 02:18:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000479 10.0.0.29 - - [2024-10-31 02:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.028787 10.0.0.29 - - [2024-10-31 02:18:58] "GET /global-system-config/ddd0f9d7-d63e-4954-9362-c609bc9bc8fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.003095 10.0.0.29 - - [2024-10-31 02:18:58] "POST /fqname-to-id HTTP/1.1" 404 220 0.006320 10.0.0.29 - - [2024-10-31 02:18:58] "GET / HTTP/1.1" 200 35931 0.001688 10.0.0.29 - - [2024-10-31 02:18:58] "GET / HTTP/1.1" 200 35931 0.001740 10.0.0.29 - - [2024-10-31 02:18:58] "POST /config-nodes HTTP/1.1" 200 599 0.049839 10.0.0.29 - - [2024-10-31 02:18:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000516 10.0.0.29 - - [2024-10-31 02:18:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000489 10.0.0.29 - - [2024-10-31 02:18:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000421 10.0.0.29 - - [2024-10-31 02:18:58] "GET / HTTP/1.1" 200 35931 0.001826 10.0.0.29 - - [2024-10-31 02:18:58] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000454 10.0.0.29 - - [2024-10-31 02:18:59] "POST /fqname-to-id HTTP/1.1" 404 196 0.590614 10.0.0.29 - - [2024-10-31 02:18:59] "POST /job-templates HTTP/1.1" 200 555 0.068662 10.0.0.29 - - [2024-10-31 02:18:59] "POST /fqname-to-id HTTP/1.1" 404 200 0.004273 10.0.0.29 - - [2024-10-31 02:18:59] "POST /job-templates HTTP/1.1" 200 563 0.061695 10.0.0.29 - - [2024-10-31 02:18:59] "POST /fqname-to-id HTTP/1.1" 404 191 0.003479 10.0.0.29 - - [2024-10-31 02:18:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.613681 10.0.0.29 - - [2024-10-31 02:18:59] "GET /network-ipam/408bf9ab-aba8-4400-9c4b-d7aa6dd5d4d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.003994 10.0.0.29 - - [2024-10-31 02:18:59] "POST /fqname-to-id HTTP/1.1" 404 186 0.341167 10.0.0.29 - - [2024-10-31 02:18:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.29 - - [2024-10-31 02:18:59] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.060137 10.0.0.29 - - [2024-10-31 02:18:59] "GET /global-system-config/ddd0f9d7-d63e-4954-9362-c609bc9bc8fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.019466 10.0.0.29 - - [2024-10-31 02:18:59] "POST /job-templates HTTP/1.1" 200 545 0.069447 10.0.0.29 - - [2024-10-31 02:18:59] "POST /fqname-to-id HTTP/1.1" 404 207 0.002520 10.0.0.29 - - [2024-10-31 02:18:59] "POST /service-appliance-sets HTTP/1.1" 200 553 0.019748 10.0.0.29 - - [2024-10-31 02:18:59] "POST /fqname-to-id HTTP/1.1" 404 180 0.002337 10.0.0.29 - - [2024-10-31 02:18:59] "POST /job-templates HTTP/1.1" 200 577 0.062069 10.0.0.29 - - [2024-10-31 02:18:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.29 - - [2024-10-31 02:18:59] "POST /fqname-to-id HTTP/1.1" 404 208 0.003322 10.0.0.29 - - [2024-10-31 02:19:00] "GET /global-system-config/ddd0f9d7-d63e-4954-9362-c609bc9bc8fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.003683 10.0.0.29 - - [2024-10-31 02:19:00] "POST /job-templates HTTP/1.1" 200 579 0.026036 10.0.0.29 - - [2024-10-31 02:19:00] "POST /service-appliance-sets HTTP/1.1" 200 541 0.032050 10.0.0.29 - - [2024-10-31 02:19:00] "POST /fqname-to-id HTTP/1.1" 404 210 0.003523 10.0.0.29 - - [2024-10-31 02:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002724 10.0.0.29 - - [2024-10-31 02:19:00] "GET /network-ipam/408bf9ab-aba8-4400-9c4b-d7aa6dd5d4d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.003858 10.0.0.29 - - [2024-10-31 02:19:00] "POST /job-templates HTTP/1.1" 200 583 0.066422 10.0.0.29 - - [2024-10-31 02:19:00] "POST /fqname-to-id HTTP/1.1" 404 198 0.005104 10.0.0.29 - - [2024-10-31 02:19:00] "POST /fqname-to-id HTTP/1.1" 404 225 0.002660 10.0.0.29 - - [2024-10-31 02:19:00] "POST /service-templates HTTP/1.1" 200 511 0.024119 10.0.0.29 - - [2024-10-31 02:19:00] "POST /access-control-lists HTTP/1.1" 200 587 0.021983 10.0.0.29 - - [2024-10-31 02:19:00] "POST /service-templates HTTP/1.1" 200 501 0.019837 10.0.0.29 - - [2024-10-31 02:19:00] "POST /fqname-to-id HTTP/1.1" 404 224 0.003292 10.0.0.29 - - [2024-10-31 02:19:00] "POST /job-templates HTTP/1.1" 200 559 0.066350 10.0.0.29 - - [2024-10-31 02:19:00] "POST /service-templates HTTP/1.1" 200 515 0.032824 10.0.0.29 - - [2024-10-31 02:19:00] "POST /access-control-lists HTTP/1.1" 200 585 0.018008 10.0.0.29 - - [2024-10-31 02:19:00] "POST /fqname-to-id HTTP/1.1" 404 203 0.008929 10.0.0.29 - - [2024-10-31 02:19:00] "POST /service-templates HTTP/1.1" 200 535 0.029152 10.0.0.29 - - [2024-10-31 02:19:00] "POST /route-targets HTTP/1.1" 200 327 0.018464 10.0.0.29 - - [2024-10-31 02:19:00] "POST /job-templates HTTP/1.1" 200 569 0.077595 10.0.0.29 - - [2024-10-31 02:19:00] "POST /ref-update HTTP/1.1" 200 156 0.018487 10.0.0.29 - - [2024-10-31 02:19:00] "POST /service-templates HTTP/1.1" 200 507 0.057267 10.0.0.29 - - [2024-10-31 02:19:00] "POST /fqname-to-id HTTP/1.1" 404 196 0.003196 10.0.0.29 - - [2024-10-31 02:19:00] "POST /route-targets HTTP/1.1" 200 327 0.011259 10.0.0.29 - - [2024-10-31 02:19:00] "POST /job-templates HTTP/1.1" 200 555 0.061522 10.0.0.29 - - [2024-10-31 02:19:00] "POST /ref-update HTTP/1.1" 200 156 0.039050 10.0.0.29 - - [2024-10-31 02:19:00] "POST /fqname-to-id HTTP/1.1" 404 196 0.003497 10.0.0.29 - - [2024-10-31 02:19:00] "POST /route-targets HTTP/1.1" 200 327 0.009784 10.0.0.29 - - [2024-10-31 02:19:00] "POST /job-templates HTTP/1.1" 200 555 0.065157 10.0.0.29 - - [2024-10-31 02:19:00] "POST /ref-update HTTP/1.1" 200 156 0.042527 10.0.0.29 - - [2024-10-31 02:19:00] "POST /fqname-to-id HTTP/1.1" 404 196 0.003284 10.0.0.29 - - [2024-10-31 02:19:00] "POST /route-targets HTTP/1.1" 200 327 0.010345 10.0.0.29 - - [2024-10-31 02:19:01] "POST /ref-update HTTP/1.1" 200 156 0.055568 10.0.0.29 - - [2024-10-31 02:19:01] "POST /job-templates HTTP/1.1" 200 555 0.080742 10.0.0.29 - - [2024-10-31 02:19:01] "POST /fqname-to-id HTTP/1.1" 404 186 0.004071 10.0.0.29 - - [2024-10-31 02:19:01] "POST /fqname-to-id HTTP/1.1" 404 201 0.002987 10.0.0.29 - - [2024-10-31 02:19:01] "POST /job-templates HTTP/1.1" 200 535 0.063500 10.0.0.29 - - [2024-10-31 02:19:01] "POST /fqname-to-id HTTP/1.1" 404 198 0.003621 10.0.0.29 - - [2024-10-31 02:19:01] "POST /access-control-lists HTTP/1.1" 200 551 0.091323 10.0.0.29 - - [2024-10-31 02:19:01] "POST /job-templates HTTP/1.1" 200 559 0.064713 10.0.0.29 - - [2024-10-31 02:19:01] "PUT /access-control-list/3aac19a4-e694-42da-b97f-a146313f3eff HTTP/1.1" 200 272 0.060791 10.0.0.29 - - [2024-10-31 02:19:01] "POST /fqname-to-id HTTP/1.1" 404 198 0.003298 10.0.0.29 - - [2024-10-31 02:19:01] "PUT /access-control-list/64df8c2c-f85b-4e9d-afbf-d7b5f41307a9 HTTP/1.1" 200 272 0.012845 10.0.0.29 - - [2024-10-31 02:19:01] "POST /job-templates HTTP/1.1" 200 559 0.066818 10.0.0.29 - - [2024-10-31 02:19:01] "POST /fqname-to-id HTTP/1.1" 404 198 0.022451 10.0.0.29 - - [2024-10-31 02:19:01] "POST /job-templates HTTP/1.1" 200 559 0.068444 10.0.0.29 - - [2024-10-31 02:19:01] "POST /fqname-to-id HTTP/1.1" 404 201 0.003361 10.0.0.29 - - [2024-10-31 02:19:01] "POST /job-templates HTTP/1.1" 200 565 0.067892 10.0.0.29 - - [2024-10-31 02:19:01] "POST /fqname-to-id HTTP/1.1" 404 197 0.003890 10.0.0.29 - - [2024-10-31 02:19:02] "POST /job-templates HTTP/1.1" 200 557 0.063100 10.0.0.29 - - [2024-10-31 02:19:02] "POST /fqname-to-id HTTP/1.1" 404 196 0.003731 10.0.0.29 - - [2024-10-31 02:19:02] "POST /job-templates HTTP/1.1" 200 555 0.066890 10.0.0.29 - - [2024-10-31 02:19:02] "POST /fqname-to-id HTTP/1.1" 404 205 0.004594 10.0.0.29 - - [2024-10-31 02:19:02] "POST /job-templates HTTP/1.1" 200 573 0.069484 10.0.0.29 - - [2024-10-31 02:19:02] "POST /fqname-to-id HTTP/1.1" 404 194 0.003884 10.0.0.29 - - [2024-10-31 02:19:02] "POST /job-templates HTTP/1.1" 200 551 0.076212 10.0.0.29 - - [2024-10-31 02:19:02] "POST /fqname-to-id HTTP/1.1" 404 208 0.003645 10.0.0.29 - - [2024-10-31 02:19:02] "POST /job-templates HTTP/1.1" 200 579 0.061213 10.0.0.29 - - [2024-10-31 02:19:02] "POST /fqname-to-id HTTP/1.1" 404 196 0.003462 10.0.0.29 - - [2024-10-31 02:19:02] "POST /job-templates HTTP/1.1" 200 555 0.061387 10.0.0.29 - - [2024-10-31 02:19:02] "POST /fqname-to-id HTTP/1.1" 404 198 0.003376 10.0.0.29 - - [2024-10-31 02:19:03] "POST /job-templates HTTP/1.1" 200 559 0.064784 10.0.0.29 - - [2024-10-31 02:19:03] "POST /fqname-to-id HTTP/1.1" 404 206 0.003638 10.0.0.29 - - [2024-10-31 02:19:03] "POST /job-templates HTTP/1.1" 200 575 0.066302 10.0.0.29 - - [2024-10-31 02:19:03] "POST /fqname-to-id HTTP/1.1" 404 197 0.003819 10.0.0.29 - - [2024-10-31 02:19:03] "POST /job-templates HTTP/1.1" 200 557 0.064814 10.0.0.29 - - [2024-10-31 02:19:03] "POST /fqname-to-id HTTP/1.1" 404 198 0.003331 10.0.0.29 - - [2024-10-31 02:19:03] "POST /job-templates HTTP/1.1" 200 559 0.066019 10.0.0.29 - - [2024-10-31 02:19:03] "POST /fqname-to-id HTTP/1.1" 404 196 0.003295 10.0.0.29 - - [2024-10-31 02:19:03] "POST /job-templates HTTP/1.1" 200 555 0.062226 10.0.0.29 - - [2024-10-31 02:19:03] "POST /fqname-to-id HTTP/1.1" 404 195 0.003336 10.0.0.29 - - [2024-10-31 02:19:03] "POST /job-templates HTTP/1.1" 200 553 0.061318 10.0.0.29 - - [2024-10-31 02:19:03] "POST /fqname-to-id HTTP/1.1" 404 195 0.003257 10.0.0.29 - - [2024-10-31 02:19:03] "POST /job-templates HTTP/1.1" 200 553 0.064957 10.0.0.29 - - [2024-10-31 02:19:04] "POST /fqname-to-id HTTP/1.1" 404 195 0.003192 10.0.0.29 - - [2024-10-31 02:19:04] "POST /job-templates HTTP/1.1" 200 553 0.060607 10.0.0.29 - - [2024-10-31 02:19:04] "POST /fqname-to-id HTTP/1.1" 404 200 0.003979 10.0.0.29 - - [2024-10-31 02:19:04] "POST /job-templates HTTP/1.1" 200 563 0.068711 10.0.0.29 - - [2024-10-31 02:19:04] "POST /fqname-to-id HTTP/1.1" 404 201 0.003376 10.0.0.29 - - [2024-10-31 02:19:04] "POST /job-templates HTTP/1.1" 200 565 0.060730 10.0.0.29 - - [2024-10-31 02:19:04] "POST /fqname-to-id HTTP/1.1" 404 189 0.004121 10.0.0.29 - - [2024-10-31 02:19:04] "POST /config-propertiess HTTP/1.1" 200 551 0.023558 10.0.0.29 - - [2024-10-31 02:19:04] "POST /fqname-to-id HTTP/1.1" 404 168 0.003470 10.0.0.29 - - [2024-10-31 02:19:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002681 10.0.0.29 - - [2024-10-31 02:19:04] "POST /tags HTTP/1.1" 200 321 0.114993 10.0.0.29 - - [2024-10-31 02:19:04] "GET /global-vrouter-config/d965d459-3c06-4945-9eb4-d4935e5e3a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1162 0.006321 10.0.0.29 - - [2024-10-31 02:19:04] "POST /fqname-to-id HTTP/1.1" 404 166 0.003428 10.0.0.29 - - [2024-10-31 02:19:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002624 10.0.0.29 - - [2024-10-31 02:19:04] "PUT /global-vrouter-config/d965d459-3c06-4945-9eb4-d4935e5e3a91 HTTP/1.1" 200 276 0.009805 10.0.0.29 - - [2024-10-31 02:19:04] "POST /tags HTTP/1.1" 200 317 0.026960 10.0.0.29 - - [2024-10-31 02:19:04] "POST /fqname-to-id HTTP/1.1" 404 174 0.004181 10.0.0.29 - - [2024-10-31 02:19:05] "POST /tags HTTP/1.1" 200 333 0.034917 10.0.0.29 - - [2024-10-31 02:19:05] "POST /fqname-to-id HTTP/1.1" 404 162 0.003349 10.0.0.29 - - [2024-10-31 02:19:05] "POST /tags HTTP/1.1" 200 309 0.024835 10.0.0.29 - - [2024-10-31 02:19:05] "POST /fqname-to-id HTTP/1.1" 404 174 0.006019 10.0.0.29 - - [2024-10-31 02:19:05] "POST /tags HTTP/1.1" 200 333 0.029976 10.0.0.29 - - [2024-10-31 02:19:05] "GET / HTTP/1.1" 200 35931 0.002053 10.0.0.29 - - [2024-10-31 02:19:05] "POST /alarms HTTP/1.1" 401 292 0.000520 10.0.0.29 - - [2024-10-31 02:19:05] "POST /fqname-to-id HTTP/1.1" 404 164 0.003355 10.0.0.29 - - [2024-10-31 02:19:05] "POST /tags HTTP/1.1" 200 313 0.021654 10.0.0.29 - - [2024-10-31 02:19:05] "POST /fqname-to-id HTTP/1.1" 404 169 0.014017 10.0.0.29 - - [2024-10-31 02:19:05] "POST /tags HTTP/1.1" 200 323 0.023513 10.0.0.29 - - [2024-10-31 02:19:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003666 10.0.0.29 - - [2024-10-31 02:19:05] "PUT /global-system-config/ddd0f9d7-d63e-4954-9362-c609bc9bc8fd HTTP/1.1" 200 274 0.010806 10.0.0.29 - - [2024-10-31 02:19:05] "POST /fqname-to-id HTTP/1.1" 404 166 0.002522 10.0.0.29 - - [2024-10-31 02:19:05] "POST /alarms HTTP/1.1" 200 581 0.045035 10.0.0.29 - - [2024-10-31 02:19:05] "POST /alarms HTTP/1.1" 200 575 0.018855 10.0.0.29 - - [2024-10-31 02:19:05] "POST /hardwares HTTP/1.1" 200 327 0.011002 10.0.0.29 - - [2024-10-31 02:19:05] "POST /alarms HTTP/1.1" 200 575 0.016011 10.0.0.29 - - [2024-10-31 02:19:05] "POST /fqname-to-id HTTP/1.1" 404 166 0.002658 10.0.0.29 - - [2024-10-31 02:19:05] "POST /alarms HTTP/1.1" 200 559 0.018475 10.0.0.29 - - [2024-10-31 02:19:05] "POST /hardwares HTTP/1.1" 200 327 0.010870 10.0.0.29 - - [2024-10-31 02:19:05] "POST /fqname-to-id HTTP/1.1" 404 166 0.004098 10.0.0.29 - - [2024-10-31 02:19:05] "POST /alarms HTTP/1.1" 200 555 0.026376 10.0.0.29 - - [2024-10-31 02:19:05] "POST /hardwares HTTP/1.1" 200 327 0.014119 10.0.0.29 - - [2024-10-31 02:19:05] "POST /alarms HTTP/1.1" 200 557 0.023506 10.0.0.29 - - [2024-10-31 02:19:05] "POST /fqname-to-id HTTP/1.1" 404 166 0.003272 10.0.0.29 - - [2024-10-31 02:19:06] "POST /hardwares HTTP/1.1" 200 327 0.013922 10.0.0.29 - - [2024-10-31 02:19:06] "POST /alarms HTTP/1.1" 200 565 0.042366 10.0.0.29 - - [2024-10-31 02:19:06] "POST /fqname-to-id HTTP/1.1" 404 164 0.002551 10.0.0.29 - - [2024-10-31 02:19:06] "POST /alarms HTTP/1.1" 200 549 0.018732 10.0.0.29 - - [2024-10-31 02:19:06] "POST /hardwares HTTP/1.1" 200 323 0.021279 10.0.0.29 - - [2024-10-31 02:19:06] "POST /alarms HTTP/1.1" 200 557 0.026937 10.0.0.29 - - [2024-10-31 02:19:06] "POST /fqname-to-id HTTP/1.1" 404 164 0.003221 10.0.0.29 - - [2024-10-31 02:19:06] "POST /alarms HTTP/1.1" 200 567 0.027829 10.0.0.29 - - [2024-10-31 02:19:06] "POST /hardwares HTTP/1.1" 200 323 0.014745 10.0.0.29 - - [2024-10-31 02:19:06] "POST /fqname-to-id HTTP/1.1" 404 161 0.002657 10.0.0.29 - - [2024-10-31 02:19:06] "POST /alarms HTTP/1.1" 200 555 0.022637 10.0.0.29 - - [2024-10-31 02:19:06] "POST /hardwares HTTP/1.1" 200 317 0.030172 10.0.0.29 - - [2024-10-31 02:19:06] "POST /alarms HTTP/1.1" 200 567 0.036110 10.0.0.29 - - [2024-10-31 02:19:06] "POST /fqname-to-id HTTP/1.1" 404 164 0.003102 10.0.0.29 - - [2024-10-31 02:19:06] "POST /alarms HTTP/1.1" 200 575 0.058438 10.0.0.29 - - [2024-10-31 02:19:06] "POST /hardwares HTTP/1.1" 200 323 0.023089 10.0.0.29 - - [2024-10-31 02:19:06] "POST /fqname-to-id HTTP/1.1" 404 164 0.004020 10.0.0.29 - - [2024-10-31 02:19:06] "POST /alarms HTTP/1.1" 200 569 0.024001 10.0.0.29 - - [2024-10-31 02:19:06] "POST /hardwares HTTP/1.1" 200 323 0.010737 10.0.0.29 - - [2024-10-31 02:19:06] "POST /alarms HTTP/1.1" 200 561 0.018269 10.0.0.29 - - [2024-10-31 02:19:06] "POST /fqname-to-id HTTP/1.1" 404 164 0.003434 10.0.0.29 - - [2024-10-31 02:19:06] "POST /alarms HTTP/1.1" 200 561 0.017294 10.0.0.29 - - [2024-10-31 02:19:06] "POST /hardwares HTTP/1.1" 200 323 0.013852 10.0.0.29 - - [2024-10-31 02:19:06] "POST /alarms HTTP/1.1" 200 561 0.016642 10.0.0.29 - - [2024-10-31 02:19:06] "POST /fqname-to-id HTTP/1.1" 404 165 0.002210 10.0.0.29 - - [2024-10-31 02:19:06] "POST /hardwares HTTP/1.1" 200 325 0.012593 10.0.0.29 - - [2024-10-31 02:19:06] "POST /alarms HTTP/1.1" 200 547 0.021605 10.0.0.29 - - [2024-10-31 02:19:06] "POST /fqname-to-id HTTP/1.1" 404 165 0.004120 10.0.0.29 - - [2024-10-31 02:19:06] "POST /alarms HTTP/1.1" 200 595 0.016904 10.0.0.29 - - [2024-10-31 02:19:06] "POST /hardwares HTTP/1.1" 200 325 0.013185 10.0.0.29 - - [2024-10-31 02:19:06] "POST /alarms HTTP/1.1" 200 575 0.017931 10.0.0.29 - - [2024-10-31 02:19:06] "POST /fqname-to-id HTTP/1.1" 404 165 0.003856 10.0.0.29 - - [2024-10-31 02:19:07] "POST /alarms HTTP/1.1" 200 571 0.047548 10.0.0.29 - - [2024-10-31 02:19:07] "POST /hardwares HTTP/1.1" 200 325 0.034391 10.0.0.29 - - [2024-10-31 02:19:07] "POST /fqname-to-id HTTP/1.1" 404 165 0.002921 10.0.0.29 - - [2024-10-31 02:19:07] "POST /alarms HTTP/1.1" 200 583 0.019259 10.0.0.29 - - [2024-10-31 02:19:07] "POST /hardwares HTTP/1.1" 200 325 0.014341 10.0.0.29 - - [2024-10-31 02:19:07] "POST /alarms HTTP/1.1" 200 609 0.020893 10.0.0.29 - - [2024-10-31 02:19:07] "POST /fqname-to-id HTTP/1.1" 404 164 0.003683 10.0.0.29 - - [2024-10-31 02:19:07] "POST /hardwares HTTP/1.1" 200 323 0.011946 10.0.0.29 - - [2024-10-31 02:19:07] "POST /fqname-to-id HTTP/1.1" 404 161 0.003269 10.0.0.29 - - [2024-10-31 02:19:07] "POST /hardwares HTTP/1.1" 200 317 0.010897 10.0.0.29 - - [2024-10-31 02:19:07] "POST /fqname-to-id HTTP/1.1" 404 164 0.003824 10.0.0.29 - - [2024-10-31 02:19:07] "POST /hardwares HTTP/1.1" 200 323 0.013031 10.0.0.29 - - [2024-10-31 02:19:07] "POST /fqname-to-id HTTP/1.1" 404 161 0.003673 10.0.0.29 - - [2024-10-31 02:19:07] "GET / HTTP/1.1" 200 35931 0.001635 10.0.0.29 - - [2024-10-31 02:19:07] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000498 10.0.0.29 - - [2024-10-31 02:19:07] "POST /hardwares HTTP/1.1" 200 317 0.011093 10.0.0.29 - - [2024-10-31 02:19:07] "POST /fqname-to-id HTTP/1.1" 404 164 0.003393 10.0.0.29 - - [2024-10-31 02:19:07] "POST /hardwares HTTP/1.1" 200 323 0.011854 10.0.0.29 - - [2024-10-31 02:19:07] "POST /fqname-to-id HTTP/1.1" 404 162 0.003098 10.0.0.29 - - [2024-10-31 02:19:07] "POST /hardwares HTTP/1.1" 200 319 0.012992 10.0.0.29 - - [2024-10-31 02:19:07] "POST /fqname-to-id HTTP/1.1" 404 162 0.003283 10.0.0.29 - - [2024-10-31 02:19:07] "POST /hardwares HTTP/1.1" 200 319 0.010714 10.0.0.29 - - [2024-10-31 02:19:07] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.027267 10.0.0.29 - - [2024-10-31 02:19:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002404 10.0.0.29 - - [2024-10-31 02:19:07] "POST /fqname-to-id HTTP/1.1" 404 165 0.002909 10.0.0.29 - - [2024-10-31 02:19:07] "PUT /global-vrouter-config/d965d459-3c06-4945-9eb4-d4935e5e3a91 HTTP/1.1" 200 276 0.009147 10.0.0.29 - - [2024-10-31 02:19:08] "POST /hardwares HTTP/1.1" 200 325 0.010246 10.0.0.29 - - [2024-10-31 02:19:08] "POST /fqname-to-id HTTP/1.1" 404 161 0.003267 10.0.0.29 - - [2024-10-31 02:19:08] "POST /hardwares HTTP/1.1" 200 317 0.010866 10.0.0.29 - - [2024-10-31 02:19:08] "POST /fqname-to-id HTTP/1.1" 404 161 0.003314 10.0.0.29 - - [2024-10-31 02:19:08] "POST /hardwares HTTP/1.1" 200 317 0.011498 10.0.0.29 - - [2024-10-31 02:19:08] "POST /fqname-to-id HTTP/1.1" 404 162 0.003385 10.0.0.29 - - [2024-10-31 02:19:08] "POST /hardwares HTTP/1.1" 200 319 0.017717 10.0.0.29 - - [2024-10-31 02:19:08] "GET / HTTP/1.1" 200 35931 0.002126 10.0.0.29 - - [2024-10-31 02:19:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000563 10.0.0.29 - - [2024-10-31 02:19:08] "POST /fqname-to-id HTTP/1.1" 404 162 0.003662 10.0.0.29 - - [2024-10-31 02:19:08] "POST /hardwares HTTP/1.1" 200 319 0.012712 10.0.0.29 - - [2024-10-31 02:19:08] "POST /fqname-to-id HTTP/1.1" 404 162 0.003551 10.0.0.29 - - [2024-10-31 02:19:08] "POST /hardwares HTTP/1.1" 200 319 0.013200 10.0.0.29 - - [2024-10-31 02:19:08] "POST /fqname-to-id HTTP/1.1" 404 158 0.003214 10.0.0.29 - - [2024-10-31 02:19:08] "POST /hardwares HTTP/1.1" 200 311 0.010956 10.0.0.29 - - [2024-10-31 02:19:08] "POST /fqname-to-id HTTP/1.1" 404 158 0.006237 10.0.0.29 - - [2024-10-31 02:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.027673 10.0.0.29 - - [2024-10-31 02:19:08] "GET /global-vrouter-config/d965d459-3c06-4945-9eb4-d4935e5e3a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003609 10.0.0.29 - - [2024-10-31 02:19:08] "POST /hardwares HTTP/1.1" 200 311 0.012439 10.0.0.29 - - [2024-10-31 02:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.29 - - [2024-10-31 02:19:08] "POST /fqname-to-id HTTP/1.1" 404 160 0.003075 10.0.0.29 - - [2024-10-31 02:19:08] "PUT /global-vrouter-config/d965d459-3c06-4945-9eb4-d4935e5e3a91 HTTP/1.1" 200 276 0.008637 10.0.0.29 - - [2024-10-31 02:19:08] "POST /hardwares HTTP/1.1" 200 315 0.014796 10.0.0.29 - - [2024-10-31 02:19:08] "POST /fqname-to-id HTTP/1.1" 404 154 0.003946 10.0.0.29 - - [2024-10-31 02:19:08] "POST /hardwares HTTP/1.1" 200 303 0.011060 10.0.0.29 - - [2024-10-31 02:19:09] "POST /fqname-to-id HTTP/1.1" 404 158 0.003496 10.0.0.29 - - [2024-10-31 02:19:09] "POST /hardwares HTTP/1.1" 200 311 0.020470 10.0.0.29 - - [2024-10-31 02:19:09] "POST /fqname-to-id HTTP/1.1" 404 155 0.003653 10.0.0.29 - - [2024-10-31 02:19:09] "POST /hardwares HTTP/1.1" 200 305 0.010788 10.0.0.29 - - [2024-10-31 02:19:09] "GET / HTTP/1.1" 200 35931 0.001705 10.0.0.29 - - [2024-10-31 02:19:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000454 10.0.0.29 - - [2024-10-31 02:19:09] "POST /fqname-to-id HTTP/1.1" 404 155 0.003030 10.0.0.29 - - [2024-10-31 02:19:09] "POST /hardwares HTTP/1.1" 200 305 0.010589 10.0.0.29 - - [2024-10-31 02:19:09] "POST /fqname-to-id HTTP/1.1" 404 155 0.003290 10.0.0.29 - - [2024-10-31 02:19:09] "POST /hardwares HTTP/1.1" 200 305 0.011796 10.0.0.29 - - [2024-10-31 02:19:09] "POST /fqname-to-id HTTP/1.1" 404 155 0.003922 10.0.0.29 - - [2024-10-31 02:19:09] "POST /hardwares HTTP/1.1" 200 305 0.010623 10.0.0.29 - - [2024-10-31 02:19:09] "POST /fqname-to-id HTTP/1.1" 404 156 0.004544 10.0.0.29 - - [2024-10-31 02:19:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.033850 10.0.0.29 - - [2024-10-31 02:19:09] "GET /global-system-config/ddd0f9d7-d63e-4954-9362-c609bc9bc8fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.003125 10.0.0.29 - - [2024-10-31 02:19:09] "POST /hardwares HTTP/1.1" 200 307 0.011015 10.0.0.29 - - [2024-10-31 02:19:09] "PUT /global-system-config/ddd0f9d7-d63e-4954-9362-c609bc9bc8fd HTTP/1.1" 200 274 0.016700 10.0.0.29 - - [2024-10-31 02:19:09] "POST /fqname-to-id HTTP/1.1" 404 156 0.002820 10.0.0.29 - - [2024-10-31 02:19:09] "POST /hardwares HTTP/1.1" 200 307 0.014383 10.0.0.29 - - [2024-10-31 02:19:09] "POST /fqname-to-id HTTP/1.1" 404 156 0.003775 10.0.0.29 - - [2024-10-31 02:19:09] "POST /hardwares HTTP/1.1" 200 307 0.011734 10.0.0.29 - - [2024-10-31 02:19:09] "POST /fqname-to-id HTTP/1.1" 404 157 0.003346 10.0.0.29 - - [2024-10-31 02:19:09] "POST /hardwares HTTP/1.1" 200 309 0.010734 10.0.0.29 - - [2024-10-31 02:19:09] "POST /fqname-to-id HTTP/1.1" 404 158 0.003541 10.0.0.29 - - [2024-10-31 02:19:10] "POST /hardwares HTTP/1.1" 200 311 0.011746 10.0.0.29 - - [2024-10-31 02:19:10] "POST /fqname-to-id HTTP/1.1" 404 158 0.003712 10.0.0.29 - - [2024-10-31 02:19:10] "POST /hardwares HTTP/1.1" 200 311 0.013443 10.0.0.29 - - [2024-10-31 02:19:10] "POST /fqname-to-id HTTP/1.1" 404 153 0.003145 10.0.0.29 - - [2024-10-31 02:19:10] "POST /hardwares HTTP/1.1" 200 301 0.150755 10.0.0.29 - - [2024-10-31 02:19:10] "POST /fqname-to-id HTTP/1.1" 404 157 0.003360 10.0.0.29 - - [2024-10-31 02:19:10] "POST /hardwares HTTP/1.1" 200 309 0.011103 10.0.0.29 - - [2024-10-31 02:19:10] "POST /fqname-to-id HTTP/1.1" 404 157 0.003128 10.0.0.29 - - [2024-10-31 02:19:10] "POST /hardwares HTTP/1.1" 200 309 0.011098 10.0.0.29 - - [2024-10-31 02:19:10] "POST /fqname-to-id HTTP/1.1" 404 157 0.003781 10.0.0.29 - - [2024-10-31 02:19:10] "POST /hardwares HTTP/1.1" 200 309 0.011155 10.0.0.29 - - [2024-10-31 02:19:10] "POST /fqname-to-id HTTP/1.1" 404 157 0.003258 10.0.0.29 - - [2024-10-31 02:19:10] "POST /hardwares HTTP/1.1" 200 309 0.010862 10.0.0.29 - - [2024-10-31 02:19:10] "POST /fqname-to-id HTTP/1.1" 404 157 0.003204 10.0.0.29 - - [2024-10-31 02:19:10] "POST /hardwares HTTP/1.1" 200 309 0.010652 10.0.0.29 - - [2024-10-31 02:19:10] "POST /fqname-to-id HTTP/1.1" 404 161 0.003588 10.0.0.29 - - [2024-10-31 02:19:11] "POST /hardwares HTTP/1.1" 200 317 0.012158 10.0.0.29 - - [2024-10-31 02:19:11] "POST /fqname-to-id HTTP/1.1" 404 157 0.003371 10.0.0.29 - - [2024-10-31 02:19:11] "POST /hardwares HTTP/1.1" 200 309 0.012484 10.0.0.29 - - [2024-10-31 02:19:11] "POST /fqname-to-id HTTP/1.1" 404 157 0.003321 10.0.0.29 - - [2024-10-31 02:19:11] "POST /hardwares HTTP/1.1" 200 309 0.011818 10.0.0.29 - - [2024-10-31 02:19:11] "POST /fqname-to-id HTTP/1.1" 404 154 0.003322 10.0.0.29 - - [2024-10-31 02:19:11] "POST /hardwares HTTP/1.1" 200 303 0.016036 10.0.0.29 - - [2024-10-31 02:19:11] "POST /fqname-to-id HTTP/1.1" 404 190 0.003260 10.0.0.29 - - [2024-10-31 02:19:11] "POST /features HTTP/1.1" 200 533 0.017329 10.0.0.29 - - [2024-10-31 02:19:11] "POST /fqname-to-id HTTP/1.1" 404 185 0.002962 10.0.0.29 - - [2024-10-31 02:19:11] "POST /features HTTP/1.1" 200 523 0.015910 10.0.0.29 - - [2024-10-31 02:19:11] "POST /fqname-to-id HTTP/1.1" 404 184 0.002953 10.0.0.29 - - [2024-10-31 02:19:11] "POST /features HTTP/1.1" 200 521 0.020632 10.0.0.29 - - [2024-10-31 02:19:11] "POST /fqname-to-id HTTP/1.1" 404 184 0.003378 10.0.0.29 - - [2024-10-31 02:19:11] "POST /features HTTP/1.1" 200 521 0.020248 10.0.0.29 - - [2024-10-31 02:19:11] "POST /fqname-to-id HTTP/1.1" 404 189 0.003485 10.0.0.29 - - [2024-10-31 02:19:11] "POST /features HTTP/1.1" 200 531 0.016119 10.0.0.29 - - [2024-10-31 02:19:11] "POST /fqname-to-id HTTP/1.1" 404 184 0.003210 10.0.0.29 - - [2024-10-31 02:19:12] "POST /features HTTP/1.1" 200 521 0.017121 10.0.0.29 - - [2024-10-31 02:19:12] "POST /fqname-to-id HTTP/1.1" 404 193 0.003357 10.0.0.29 - - [2024-10-31 02:19:12] "POST /features HTTP/1.1" 200 539 0.020457 10.0.0.29 - - [2024-10-31 02:19:12] "POST /fqname-to-id HTTP/1.1" 404 186 0.003126 10.0.0.29 - - [2024-10-31 02:19:12] "POST /features HTTP/1.1" 200 525 0.018104 10.0.0.29 - - [2024-10-31 02:19:12] "POST /fqname-to-id HTTP/1.1" 404 183 0.003325 10.0.0.29 - - [2024-10-31 02:19:12] "POST /features HTTP/1.1" 200 519 0.023376 10.0.0.29 - - [2024-10-31 02:19:12] "POST /fqname-to-id HTTP/1.1" 404 182 0.003345 10.0.0.29 - - [2024-10-31 02:19:12] "POST /features HTTP/1.1" 200 517 0.018267 10.0.0.29 - - [2024-10-31 02:19:12] "POST /fqname-to-id HTTP/1.1" 404 190 0.003106 10.0.0.29 - - [2024-10-31 02:19:12] "POST /features HTTP/1.1" 200 533 0.019165 10.0.0.29 - - [2024-10-31 02:19:12] "POST /fqname-to-id HTTP/1.1" 404 194 0.003491 10.0.0.29 - - [2024-10-31 02:19:12] "POST /features HTTP/1.1" 200 541 0.018289 10.0.0.29 - - [2024-10-31 02:19:12] "POST /fqname-to-id HTTP/1.1" 404 178 0.004350 10.0.0.29 - - [2024-10-31 02:19:12] "POST /physical-roles HTTP/1.1" 200 521 0.025873 10.0.0.29 - - [2024-10-31 02:19:12] "POST /fqname-to-id HTTP/1.1" 404 179 0.004280 10.0.0.29 - - [2024-10-31 02:19:12] "POST /physical-roles HTTP/1.1" 200 523 0.025273 10.0.0.29 - - [2024-10-31 02:19:12] "POST /fqname-to-id HTTP/1.1" 404 184 0.003827 10.0.0.29 - - [2024-10-31 02:19:13] "POST /physical-roles HTTP/1.1" 200 533 0.018455 10.0.0.29 - - [2024-10-31 02:19:13] "POST /fqname-to-id HTTP/1.1" 404 177 0.003956 10.0.0.29 - - [2024-10-31 02:19:13] "POST /physical-roles HTTP/1.1" 200 519 0.017118 10.0.0.29 - - [2024-10-31 02:19:13] "POST /fqname-to-id HTTP/1.1" 404 191 0.003223 10.0.0.29 - - [2024-10-31 02:19:13] "POST /overlay-roles HTTP/1.1" 200 545 0.019241 10.0.0.29 - - [2024-10-31 02:19:13] "POST /fqname-to-id HTTP/1.1" 404 184 0.003430 10.0.0.29 - - [2024-10-31 02:19:13] "POST /overlay-roles HTTP/1.1" 200 531 0.016510 10.0.0.29 - - [2024-10-31 02:19:13] "POST /fqname-to-id HTTP/1.1" 404 191 0.003400 10.0.0.29 - - [2024-10-31 02:19:13] "POST /overlay-roles HTTP/1.1" 200 545 0.015590 10.0.0.29 - - [2024-10-31 02:19:13] "POST /fqname-to-id HTTP/1.1" 404 185 0.003145 10.0.0.29 - - [2024-10-31 02:19:13] "POST /overlay-roles HTTP/1.1" 200 533 0.049516 10.0.0.29 - - [2024-10-31 02:19:13] "POST /fqname-to-id HTTP/1.1" 404 189 0.003238 10.0.0.29 - - [2024-10-31 02:19:13] "POST /overlay-roles HTTP/1.1" 200 541 0.016361 10.0.0.29 - - [2024-10-31 02:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.29 - - [2024-10-31 02:19:13] "PUT /overlay-role/c53a8d74-9bcc-4b2f-8581-b736b809048e HTTP/1.1" 200 258 0.011153 10.0.0.29 - - [2024-10-31 02:19:13] "POST /fqname-to-id HTTP/1.1" 404 184 0.003478 10.0.0.29 - - [2024-10-31 02:19:13] "POST /overlay-roles HTTP/1.1" 200 531 0.019638 10.0.0.29 - - [2024-10-31 02:19:14] "POST /fqname-to-id HTTP/1.1" 404 185 0.004484 10.0.0.29 - - [2024-10-31 02:19:14] "POST /overlay-roles HTTP/1.1" 200 533 0.015621 10.0.0.29 - - [2024-10-31 02:19:14] "POST /fqname-to-id HTTP/1.1" 404 183 0.003473 10.0.0.29 - - [2024-10-31 02:19:14] "POST /overlay-roles HTTP/1.1" 200 529 0.018214 10.0.0.29 - - [2024-10-31 02:19:14] "POST /fqname-to-id HTTP/1.1" 404 187 0.003525 10.0.0.29 - - [2024-10-31 02:19:14] "POST /overlay-roles HTTP/1.1" 200 537 0.016478 10.0.0.29 - - [2024-10-31 02:19:14] "POST /fqname-to-id HTTP/1.1" 404 189 0.004100 10.0.0.29 - - [2024-10-31 02:19:14] "POST /overlay-roles HTTP/1.1" 200 541 0.017522 10.0.0.29 - - [2024-10-31 02:19:14] "POST /fqname-to-id HTTP/1.1" 404 178 0.003648 10.0.0.29 - - [2024-10-31 02:19:14] "POST /overlay-roles HTTP/1.1" 200 519 0.015440 10.0.0.29 - - [2024-10-31 02:19:14] "POST /fqname-to-id HTTP/1.1" 404 190 0.003260 10.0.0.29 - - [2024-10-31 02:19:14] "POST /overlay-roles HTTP/1.1" 200 543 0.017148 10.0.0.29 - - [2024-10-31 02:19:14] "POST /fqname-to-id HTTP/1.1" 404 182 0.002924 10.0.0.29 - - [2024-10-31 02:19:14] "POST /role-definitions HTTP/1.1" 200 533 0.015884 10.0.0.29 - - [2024-10-31 02:19:14] "POST /fqname-to-id HTTP/1.1" 404 189 0.003027 10.0.0.29 - - [2024-10-31 02:19:14] "POST /role-definitions HTTP/1.1" 200 547 0.015543 10.0.0.29 - - [2024-10-31 02:19:14] "POST /fqname-to-id HTTP/1.1" 404 190 0.003581 10.0.0.29 - - [2024-10-31 02:19:14] "POST /role-definitions HTTP/1.1" 200 549 0.016220 10.0.0.29 - - [2024-10-31 02:19:15] "POST /fqname-to-id HTTP/1.1" 404 191 0.004098 10.0.0.29 - - [2024-10-31 02:19:15] "POST /role-definitions HTTP/1.1" 200 551 0.017199 10.0.0.29 - - [2024-10-31 02:19:15] "POST /fqname-to-id HTTP/1.1" 404 197 0.003986 10.0.0.29 - - [2024-10-31 02:19:15] "POST /role-definitions HTTP/1.1" 200 563 0.027738 10.0.0.29 - - [2024-10-31 02:19:15] "POST /fqname-to-id HTTP/1.1" 404 189 0.003164 10.0.0.29 - - [2024-10-31 02:19:15] "POST /role-definitions HTTP/1.1" 200 547 0.018320 10.0.0.29 - - [2024-10-31 02:19:15] "POST /fqname-to-id HTTP/1.1" 404 190 0.003430 10.0.0.29 - - [2024-10-31 02:19:15] "POST /role-definitions HTTP/1.1" 200 549 0.017175 10.0.0.29 - - [2024-10-31 02:19:15] "POST /fqname-to-id HTTP/1.1" 404 191 0.003274 10.0.0.29 - - [2024-10-31 02:19:15] "POST /role-definitions HTTP/1.1" 200 551 0.016974 10.0.0.29 - - [2024-10-31 02:19:15] "POST /fqname-to-id HTTP/1.1" 404 190 0.003391 10.0.0.29 - - [2024-10-31 02:19:15] "POST /role-definitions HTTP/1.1" 200 549 0.016393 10.0.0.29 - - [2024-10-31 02:19:15] "POST /fqname-to-id HTTP/1.1" 404 196 0.003647 10.0.0.29 - - [2024-10-31 02:19:15] "POST /role-definitions HTTP/1.1" 200 561 0.016744 10.0.0.29 - - [2024-10-31 02:19:15] "POST /fqname-to-id HTTP/1.1" 404 189 0.003782 10.0.0.29 - - [2024-10-31 02:19:15] "POST /role-definitions HTTP/1.1" 200 547 0.018568 10.0.0.29 - - [2024-10-31 02:19:15] "POST /fqname-to-id HTTP/1.1" 404 190 0.003341 10.0.0.29 - - [2024-10-31 02:19:15] "POST /role-definitions HTTP/1.1" 200 549 0.019334 10.0.0.29 - - [2024-10-31 02:19:16] "POST /fqname-to-id HTTP/1.1" 404 188 0.003493 10.0.0.29 - - [2024-10-31 02:19:16] "POST /role-definitions HTTP/1.1" 200 545 0.017066 10.0.0.29 - - [2024-10-31 02:19:16] "POST /fqname-to-id HTTP/1.1" 404 189 0.005174 10.0.0.29 - - [2024-10-31 02:19:16] "POST /role-definitions HTTP/1.1" 200 547 0.019788 10.0.0.29 - - [2024-10-31 02:19:16] "POST /fqname-to-id HTTP/1.1" 404 192 0.004202 10.0.0.29 - - [2024-10-31 02:19:16] "POST /role-definitions HTTP/1.1" 200 553 0.022024 10.0.0.29 - - [2024-10-31 02:19:16] "POST /fqname-to-id HTTP/1.1" 404 193 0.003117 10.0.0.29 - - [2024-10-31 02:19:16] "POST /role-definitions HTTP/1.1" 200 555 0.017708 10.0.0.29 - - [2024-10-31 02:19:16] "POST /fqname-to-id HTTP/1.1" 404 182 0.003949 10.0.0.29 - - [2024-10-31 02:19:16] "POST /role-definitions HTTP/1.1" 200 533 0.020803 10.0.0.29 - - [2024-10-31 02:19:16] "POST /fqname-to-id HTTP/1.1" 404 187 0.003174 10.0.0.29 - - [2024-10-31 02:19:16] "POST /role-definitions HTTP/1.1" 200 543 0.017803 10.0.0.29 - - [2024-10-31 02:19:16] "POST /fqname-to-id HTTP/1.1" 404 181 0.003357 10.0.0.29 - - [2024-10-31 02:19:16] "POST /role-definitions HTTP/1.1" 200 531 0.016966 10.0.0.29 - - [2024-10-31 02:19:16] "POST /fqname-to-id HTTP/1.1" 404 184 0.003903 10.0.0.29 - - [2024-10-31 02:19:16] "POST /role-definitions HTTP/1.1" 200 537 0.016423 10.0.0.29 - - [2024-10-31 02:19:16] "POST /fqname-to-id HTTP/1.1" 404 189 0.003134 10.0.0.29 - - [2024-10-31 02:19:17] "POST /role-definitions HTTP/1.1" 200 547 0.020027 10.0.0.29 - - [2024-10-31 02:19:17] "POST /fqname-to-id HTTP/1.1" 404 194 0.003273 10.0.0.29 - - [2024-10-31 02:19:17] "POST /role-definitions HTTP/1.1" 200 557 0.017244 10.0.0.29 - - [2024-10-31 02:19:17] "POST /fqname-to-id HTTP/1.1" 404 196 0.003294 10.0.0.29 - - [2024-10-31 02:19:17] "POST /role-definitions HTTP/1.1" 200 561 0.016983 10.0.0.29 - - [2024-10-31 02:19:17] "POST /fqname-to-id HTTP/1.1" 404 195 0.003155 10.0.0.29 - - [2024-10-31 02:19:17] "POST /role-definitions HTTP/1.1" 200 559 0.022171 10.0.0.29 - - [2024-10-31 02:19:17] "POST /fqname-to-id HTTP/1.1" 404 196 0.003138 10.0.0.29 - - [2024-10-31 02:19:17] "POST /feature-configs HTTP/1.1" 200 537 0.017735 10.0.0.29 - - [2024-10-31 02:19:17] "POST /fqname-to-id HTTP/1.1" 404 212 0.004277 10.0.0.29 - - [2024-10-31 02:19:17] "POST /feature-configs HTTP/1.1" 200 562 0.015944 10.0.0.29 - - [2024-10-31 02:19:17] "POST /fqname-to-id HTTP/1.1" 404 211 0.003406 10.0.0.29 - - [2024-10-31 02:19:17] "POST /feature-configs HTTP/1.1" 200 561 0.016233 10.0.0.29 - - [2024-10-31 02:19:17] "POST /fqname-to-id HTTP/1.1" 404 192 0.003835 10.0.0.29 - - [2024-10-31 02:19:17] "POST /node-profiles HTTP/1.1" 200 547 0.017342 10.0.0.29 - - [2024-10-31 02:19:17] "POST /fqname-to-id HTTP/1.1" 404 187 0.003073 10.0.0.29 - - [2024-10-31 02:19:17] "POST /node-profiles HTTP/1.1" 200 537 0.028920 10.0.0.29 - - [2024-10-31 02:19:17] "POST /fqname-to-id HTTP/1.1" 404 193 0.003390 10.0.0.29 - - [2024-10-31 02:19:18] "POST /node-profiles HTTP/1.1" 200 549 0.017970 10.0.0.29 - - [2024-10-31 02:19:18] "POST /fqname-to-id HTTP/1.1" 404 189 0.003239 10.0.0.29 - - [2024-10-31 02:19:18] "POST /node-profiles HTTP/1.1" 200 541 0.019123 10.0.0.29 - - [2024-10-31 02:19:18] "POST /fqname-to-id HTTP/1.1" 404 189 0.003201 10.0.0.29 - - [2024-10-31 02:19:18] "POST /node-profiles HTTP/1.1" 200 541 0.016866 10.0.0.29 - - [2024-10-31 02:19:18] "POST /fqname-to-id HTTP/1.1" 404 188 0.003895 10.0.0.29 - - [2024-10-31 02:19:18] "POST /node-profiles HTTP/1.1" 200 539 0.016702 10.0.0.29 - - [2024-10-31 02:19:18] "POST /fqname-to-id HTTP/1.1" 404 184 0.004172 10.0.0.29 - - [2024-10-31 02:19:18] "POST /node-profiles HTTP/1.1" 200 531 0.020199 10.0.0.29 - - [2024-10-31 02:19:18] "POST /fqname-to-id HTTP/1.1" 404 185 0.004290 10.0.0.29 - - [2024-10-31 02:19:18] "POST /node-profiles HTTP/1.1" 200 533 0.021679 10.0.0.29 - - [2024-10-31 02:19:18] "POST /fqname-to-id HTTP/1.1" 404 197 0.003203 10.0.0.29 - - [2024-10-31 02:19:18] "POST /node-profiles HTTP/1.1" 200 557 0.017495 10.0.0.29 - - [2024-10-31 02:19:18] "POST /fqname-to-id HTTP/1.1" 404 206 0.004090 10.0.0.29 - - [2024-10-31 02:19:18] "POST /telemetry-profiles HTTP/1.1" 200 554 0.017222 10.0.0.29 - - [2024-10-31 02:19:18] "POST /fqname-to-id HTTP/1.1" 404 206 0.003276 10.0.0.29 - - [2024-10-31 02:19:18] "POST /telemetry-profiles HTTP/1.1" 200 554 0.017355 10.0.0.29 - - [2024-10-31 02:19:18] "POST /fqname-to-id HTTP/1.1" 404 206 0.003357 10.0.0.29 - - [2024-10-31 02:19:19] "POST /telemetry-profiles HTTP/1.1" 200 554 0.020673 10.0.0.29 - - [2024-10-31 02:19:19] "POST /fqname-to-id HTTP/1.1" 404 206 0.003730 10.0.0.29 - - [2024-10-31 02:19:19] "POST /telemetry-profiles HTTP/1.1" 200 554 0.015777 10.0.0.29 - - [2024-10-31 02:19:19] "POST /fqname-to-id HTTP/1.1" 404 206 0.002963 10.0.0.29 - - [2024-10-31 02:19:19] "POST /telemetry-profiles HTTP/1.1" 200 554 0.018570 10.0.0.29 - - [2024-10-31 02:19:19] "POST /fqname-to-id HTTP/1.1" 404 206 0.004781 10.0.0.29 - - [2024-10-31 02:19:19] "POST /telemetry-profiles HTTP/1.1" 200 554 0.016337 10.0.0.29 - - [2024-10-31 02:19:19] "POST /fqname-to-id HTTP/1.1" 404 199 0.003027 10.0.0.29 - - [2024-10-31 02:19:19] "POST /sflow-profiles HTTP/1.1" 200 532 0.016289 10.0.0.29 - - [2024-10-31 02:19:19] "POST /fqname-to-id HTTP/1.1" 404 202 0.003361 10.0.0.29 - - [2024-10-31 02:19:19] "POST /sflow-profiles HTTP/1.1" 200 538 0.018140 10.0.0.29 - - [2024-10-31 02:19:19] "POST /fqname-to-id HTTP/1.1" 404 202 0.003256 10.0.0.29 - - [2024-10-31 02:19:19] "POST /sflow-profiles HTTP/1.1" 200 538 0.017253 10.0.0.29 - - [2024-10-31 02:19:19] "POST /fqname-to-id HTTP/1.1" 404 199 0.003261 10.0.0.29 - - [2024-10-31 02:19:19] "POST /grpc-profiles HTTP/1.1" 200 530 0.023806 10.0.0.29 - - [2024-10-31 02:19:19] "POST /fqname-to-id HTTP/1.1" 404 199 0.003137 10.0.0.29 - - [2024-10-31 02:19:19] "POST /snmp-profiles HTTP/1.1" 200 530 0.018477 10.0.0.29 - - [2024-10-31 02:19:19] "POST /fqname-to-id HTTP/1.1" 404 202 0.003354 10.0.0.29 - - [2024-10-31 02:19:20] "POST /netconf-profiles HTTP/1.1" 200 542 0.032434 10.0.0.29 - - [2024-10-31 02:19:20] "POST /fqname-to-id HTTP/1.1" 404 193 0.003493 10.0.0.29 - - [2024-10-31 02:19:20] "POST /device-functional-groups HTTP/1.1" 200 540 0.032124 10.0.0.29 - - [2024-10-31 02:19:20] "POST /fqname-to-id HTTP/1.1" 404 193 0.003222 10.0.0.29 - - [2024-10-31 02:19:20] "POST /device-functional-groups HTTP/1.1" 200 540 0.016524 10.0.0.29 - - [2024-10-31 02:19:20] "POST /fqname-to-id HTTP/1.1" 404 195 0.003129 10.0.0.29 - - [2024-10-31 02:19:20] "POST /device-functional-groups HTTP/1.1" 200 544 0.027853 10.0.0.29 - - [2024-10-31 02:19:20] "POST /fqname-to-id HTTP/1.1" 404 194 0.003218 10.0.0.29 - - [2024-10-31 02:19:20] "POST /device-functional-groups HTTP/1.1" 200 542 0.018237 10.0.0.29 - - [2024-10-31 02:19:20] "POST /fqname-to-id HTTP/1.1" 404 218 0.003653 10.0.0.29 - - [2024-10-31 02:19:20] "POST /device-functional-groups HTTP/1.1" 200 590 0.026233 10.0.0.29 - - [2024-10-31 02:19:20] "POST /fqname-to-id HTTP/1.1" 404 208 0.003207 10.0.0.29 - - [2024-10-31 02:19:20] "POST /device-functional-groups HTTP/1.1" 200 570 0.016494 10.0.0.29 - - [2024-10-31 02:19:20] "POST /fqname-to-id HTTP/1.1" 404 236 0.002949 10.0.0.29 - - [2024-10-31 02:19:20] "POST /device-functional-groups HTTP/1.1" 200 620 0.017689 10.0.0.29 - - [2024-10-31 02:19:20] "POST /fqname-to-id HTTP/1.1" 404 206 0.003427 10.0.0.29 - - [2024-10-31 02:19:20] "POST /device-functional-groups HTTP/1.1" 200 566 0.016611 10.0.0.29 - - [2024-10-31 02:19:21] "POST /fqname-to-id HTTP/1.1" 404 205 0.003518 10.0.0.29 - - [2024-10-31 02:19:21] "POST /device-functional-groups HTTP/1.1" 200 564 0.016372 10.0.0.29 - - [2024-10-31 02:19:21] "POST /fqname-to-id HTTP/1.1" 404 210 0.004747 10.0.0.29 - - [2024-10-31 02:19:21] "POST /device-functional-groups HTTP/1.1" 200 574 0.017407 10.0.0.29 - - [2024-10-31 02:19:21] "POST /fqname-to-id HTTP/1.1" 404 201 0.003639 10.0.0.29 - - [2024-10-31 02:19:21] "POST /role-configs HTTP/1.1" 200 525 0.016583 10.0.0.29 - - [2024-10-31 02:19:21] "POST /fqname-to-id HTTP/1.1" 404 196 0.003260 10.0.0.29 - - [2024-10-31 02:19:21] "POST /role-configs HTTP/1.1" 200 520 0.018235 10.0.0.29 - - [2024-10-31 02:19:21] "POST /fqname-to-id HTTP/1.1" 404 198 0.003480 10.0.0.29 - - [2024-10-31 02:19:21] "POST /role-configs HTTP/1.1" 200 522 0.018738 10.0.0.29 - - [2024-10-31 02:19:21] "POST /fqname-to-id HTTP/1.1" 404 198 0.003181 10.0.0.29 - - [2024-10-31 02:19:21] "POST /role-configs HTTP/1.1" 200 522 0.016661 10.0.0.29 - - [2024-10-31 02:19:21] "POST /fqname-to-id HTTP/1.1" 404 202 0.003196 10.0.0.29 - - [2024-10-31 02:19:21] "POST /role-configs HTTP/1.1" 200 526 0.016135 10.0.0.29 - - [2024-10-31 02:19:21] "POST /fqname-to-id HTTP/1.1" 404 197 0.003209 10.0.0.29 - - [2024-10-31 02:19:21] "POST /role-configs HTTP/1.1" 200 521 0.015271 10.0.0.29 - - [2024-10-31 02:19:21] "POST /fqname-to-id HTTP/1.1" 404 193 0.003638 10.0.0.29 - - [2024-10-31 02:19:21] "POST /role-configs HTTP/1.1" 200 517 0.016777 10.0.0.29 - - [2024-10-31 02:19:22] "POST /fqname-to-id HTTP/1.1" 404 194 0.003313 10.0.0.29 - - [2024-10-31 02:19:22] "POST /role-configs HTTP/1.1" 200 518 0.015503 10.0.0.29 - - [2024-10-31 02:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.29 - - [2024-10-31 02:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.29 - - [2024-10-31 02:19:22] "POST /ref-update HTTP/1.1" 200 156 0.009841 10.0.0.29 - - [2024-10-31 02:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.29 - - [2024-10-31 02:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.29 - - [2024-10-31 02:19:22] "POST /ref-update HTTP/1.1" 200 156 0.008466 10.0.0.29 - - [2024-10-31 02:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.29 - - [2024-10-31 02:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.29 - - [2024-10-31 02:19:22] "POST /ref-update HTTP/1.1" 200 156 0.008838 10.0.0.29 - - [2024-10-31 02:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.29 - - [2024-10-31 02:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004328 10.0.0.29 - - [2024-10-31 02:19:22] "POST /ref-update HTTP/1.1" 200 156 0.008848 10.0.0.29 - - [2024-10-31 02:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.29 - - [2024-10-31 02:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.29 - - [2024-10-31 02:19:22] "POST /ref-update HTTP/1.1" 200 156 0.008563 10.0.0.29 - - [2024-10-31 02:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.29 - - [2024-10-31 02:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.29 - - [2024-10-31 02:19:22] "POST /ref-update HTTP/1.1" 200 156 0.009104 10.0.0.29 - - [2024-10-31 02:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.29 - - [2024-10-31 02:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.29 - - [2024-10-31 02:19:23] "POST /ref-update HTTP/1.1" 200 156 0.008476 10.0.0.29 - - [2024-10-31 02:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.29 - - [2024-10-31 02:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.29 - - [2024-10-31 02:19:23] "POST /ref-update HTTP/1.1" 200 156 0.009340 10.0.0.29 - - [2024-10-31 02:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.29 - - [2024-10-31 02:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003871 10.0.0.29 - - [2024-10-31 02:19:23] "POST /ref-update HTTP/1.1" 200 156 0.009959 10.0.0.29 - - [2024-10-31 02:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.29 - - [2024-10-31 02:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.29 - - [2024-10-31 02:19:23] "POST /ref-update HTTP/1.1" 200 156 0.009886 10.0.0.29 - - [2024-10-31 02:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.29 - - [2024-10-31 02:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.29 - - [2024-10-31 02:19:23] "POST /ref-update HTTP/1.1" 200 156 0.009237 10.0.0.29 - - [2024-10-31 02:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.29 - - [2024-10-31 02:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.29 - - [2024-10-31 02:19:23] "POST /ref-update HTTP/1.1" 200 156 0.010440 10.0.0.29 - - [2024-10-31 02:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.29 - - [2024-10-31 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.29 - - [2024-10-31 02:19:24] "POST /ref-update HTTP/1.1" 200 156 0.008209 10.0.0.29 - - [2024-10-31 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.29 - - [2024-10-31 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.29 - - [2024-10-31 02:19:24] "POST /ref-update HTTP/1.1" 200 156 0.011007 10.0.0.29 - - [2024-10-31 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.29 - - [2024-10-31 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.29 - - [2024-10-31 02:19:24] "POST /ref-update HTTP/1.1" 200 156 0.014298 10.0.0.29 - - [2024-10-31 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004446 10.0.0.29 - - [2024-10-31 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.29 - - [2024-10-31 02:19:24] "POST /ref-update HTTP/1.1" 200 156 0.009115 10.0.0.29 - - [2024-10-31 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004283 10.0.0.29 - - [2024-10-31 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.29 - - [2024-10-31 02:19:24] "POST /ref-update HTTP/1.1" 200 156 0.009705 10.0.0.29 - - [2024-10-31 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.29 - - [2024-10-31 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003265 10.0.0.29 - - [2024-10-31 02:19:24] "POST /ref-update HTTP/1.1" 200 156 0.009233 10.0.0.29 - - [2024-10-31 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.29 - - [2024-10-31 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.29 - - [2024-10-31 02:19:24] "POST /ref-update HTTP/1.1" 200 156 0.009083 10.0.0.29 - - [2024-10-31 02:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.29 - - [2024-10-31 02:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.013522 10.0.0.29 - - [2024-10-31 02:19:25] "POST /ref-update HTTP/1.1" 200 156 0.008055 10.0.0.29 - - [2024-10-31 02:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.29 - - [2024-10-31 02:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.29 - - [2024-10-31 02:19:25] "POST /ref-update HTTP/1.1" 200 156 0.007988 10.0.0.29 - - [2024-10-31 02:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.29 - - [2024-10-31 02:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.29 - - [2024-10-31 02:19:25] "POST /ref-update HTTP/1.1" 200 156 0.007440 10.0.0.29 - - [2024-10-31 02:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989 10.0.0.29 - - [2024-10-31 02:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.29 - - [2024-10-31 02:19:25] "POST /ref-update HTTP/1.1" 200 156 0.007747 10.0.0.29 - - [2024-10-31 02:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.29 - - [2024-10-31 02:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.29 - - [2024-10-31 02:19:25] "POST /ref-update HTTP/1.1" 200 156 0.021212 10.0.0.29 - - [2024-10-31 02:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.29 - - [2024-10-31 02:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.29 - - [2024-10-31 02:19:25] "POST /ref-update HTTP/1.1" 200 156 0.008641 10.0.0.29 - - [2024-10-31 02:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.29 - - [2024-10-31 02:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.29 - - [2024-10-31 02:19:26] "POST /ref-update HTTP/1.1" 200 156 0.007283 10.0.0.29 - - [2024-10-31 02:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.29 - - [2024-10-31 02:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.29 - - [2024-10-31 02:19:26] "POST /ref-update HTTP/1.1" 200 156 0.008080 10.0.0.29 - - [2024-10-31 02:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.29 - - [2024-10-31 02:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.29 - - [2024-10-31 02:19:26] "POST /ref-update HTTP/1.1" 200 156 0.008298 10.0.0.29 - - [2024-10-31 02:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.29 - - [2024-10-31 02:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.29 - - [2024-10-31 02:19:26] "POST /ref-update HTTP/1.1" 200 156 0.009453 10.0.0.29 - - [2024-10-31 02:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.29 - - [2024-10-31 02:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.29 - - [2024-10-31 02:19:26] "POST /ref-update HTTP/1.1" 200 156 0.007858 10.0.0.29 - - [2024-10-31 02:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004356 10.0.0.29 - - [2024-10-31 02:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.29 - - [2024-10-31 02:19:26] "POST /ref-update HTTP/1.1" 200 156 0.007974 10.0.0.29 - - [2024-10-31 02:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.29 - - [2024-10-31 02:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.29 - - [2024-10-31 02:19:26] "POST /ref-update HTTP/1.1" 200 156 0.008047 10.0.0.29 - - [2024-10-31 02:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.29 - - [2024-10-31 02:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.29 - - [2024-10-31 02:19:27] "POST /ref-update HTTP/1.1" 200 156 0.010377 10.0.0.29 - - [2024-10-31 02:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003369 10.0.0.29 - - [2024-10-31 02:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.29 - - [2024-10-31 02:19:27] "POST /ref-update HTTP/1.1" 200 156 0.009348 10.0.0.29 - - [2024-10-31 02:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.29 - - [2024-10-31 02:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.29 - - [2024-10-31 02:19:27] "POST /ref-update HTTP/1.1" 200 156 0.010137 10.0.0.29 - - [2024-10-31 02:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.29 - - [2024-10-31 02:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.29 - - [2024-10-31 02:19:27] "POST /ref-update HTTP/1.1" 200 156 0.008240 10.0.0.29 - - [2024-10-31 02:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000 10.0.0.29 - - [2024-10-31 02:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.29 - - [2024-10-31 02:19:27] "POST /ref-update HTTP/1.1" 200 156 0.007510 10.0.0.29 - - [2024-10-31 02:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.29 - - [2024-10-31 02:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.29 - - [2024-10-31 02:19:27] "POST /ref-update HTTP/1.1" 200 156 0.008235 10.0.0.29 - - [2024-10-31 02:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.29 - - [2024-10-31 02:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.29 - - [2024-10-31 02:19:28] "POST /ref-update HTTP/1.1" 200 156 0.008219 10.0.0.29 - - [2024-10-31 02:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.29 - - [2024-10-31 02:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.29 - - [2024-10-31 02:19:28] "POST /ref-update HTTP/1.1" 200 156 0.008413 10.0.0.29 - - [2024-10-31 02:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.29 - - [2024-10-31 02:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.29 - - [2024-10-31 02:19:28] "POST /ref-update HTTP/1.1" 200 156 0.028273 10.0.0.29 - - [2024-10-31 02:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.29 - - [2024-10-31 02:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.29 - - [2024-10-31 02:19:28] "POST /ref-update HTTP/1.1" 200 156 0.008225 10.0.0.29 - - [2024-10-31 02:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.29 - - [2024-10-31 02:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.29 - - [2024-10-31 02:19:28] "POST /ref-update HTTP/1.1" 200 156 0.015327 10.0.0.29 - - [2024-10-31 02:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.29 - - [2024-10-31 02:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.29 - - [2024-10-31 02:19:28] "POST /ref-update HTTP/1.1" 200 156 0.007792 10.0.0.29 - - [2024-10-31 02:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.29 - - [2024-10-31 02:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004304 10.0.0.29 - - [2024-10-31 02:19:28] "POST /ref-update HTTP/1.1" 200 156 0.009111 10.0.0.29 - - [2024-10-31 02:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003761 10.0.0.29 - - [2024-10-31 02:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.29 - - [2024-10-31 02:19:29] "POST /ref-update HTTP/1.1" 200 156 0.007697 10.0.0.29 - - [2024-10-31 02:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005338 10.0.0.29 - - [2024-10-31 02:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.29 - - [2024-10-31 02:19:29] "POST /ref-update HTTP/1.1" 200 156 0.007723 10.0.0.29 - - [2024-10-31 02:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.29 - - [2024-10-31 02:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.29 - - [2024-10-31 02:19:29] "POST /ref-update HTTP/1.1" 200 156 0.011353 10.0.0.29 - - [2024-10-31 02:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.29 - - [2024-10-31 02:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.29 - - [2024-10-31 02:19:29] "POST /ref-update HTTP/1.1" 200 156 0.008848 10.0.0.29 - - [2024-10-31 02:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.29 - - [2024-10-31 02:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.29 - - [2024-10-31 02:19:29] "POST /ref-update HTTP/1.1" 200 156 0.010051 10.0.0.29 - - [2024-10-31 02:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.29 - - [2024-10-31 02:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.29 - - [2024-10-31 02:19:29] "POST /ref-update HTTP/1.1" 200 156 0.008071 10.0.0.29 - - [2024-10-31 02:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.29 - - [2024-10-31 02:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004105 10.0.0.29 - - [2024-10-31 02:19:30] "POST /ref-update HTTP/1.1" 200 156 0.011268 10.0.0.29 - - [2024-10-31 02:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.006110 10.0.0.29 - - [2024-10-31 02:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.011167 10.0.0.29 - - [2024-10-31 02:19:30] "POST /ref-update HTTP/1.1" 200 156 0.007756 10.0.0.29 - - [2024-10-31 02:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003991 10.0.0.29 - - [2024-10-31 02:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.29 - - [2024-10-31 02:19:30] "POST /ref-update HTTP/1.1" 200 156 0.007672 10.0.0.29 - - [2024-10-31 02:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.29 - - [2024-10-31 02:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003888 10.0.0.29 - - [2024-10-31 02:19:30] "POST /ref-update HTTP/1.1" 200 156 0.010287 10.0.0.29 - - [2024-10-31 02:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004738 10.0.0.29 - - [2024-10-31 02:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003740 10.0.0.29 - - [2024-10-31 02:19:30] "POST /ref-update HTTP/1.1" 200 156 0.009280 10.0.0.29 - - [2024-10-31 02:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.29 - - [2024-10-31 02:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004230 10.0.0.29 - - [2024-10-31 02:19:30] "POST /ref-update HTTP/1.1" 200 156 0.021032 10.0.0.29 - - [2024-10-31 02:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.29 - - [2024-10-31 02:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.29 - - [2024-10-31 02:19:30] "POST /ref-update HTTP/1.1" 200 156 0.013042 10.0.0.29 - - [2024-10-31 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.29 - - [2024-10-31 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.29 - - [2024-10-31 02:19:31] "POST /ref-update HTTP/1.1" 200 156 0.007703 10.0.0.29 - - [2024-10-31 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.29 - - [2024-10-31 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.29 - - [2024-10-31 02:19:31] "POST /ref-update HTTP/1.1" 200 156 0.009005 10.0.0.29 - - [2024-10-31 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004116 10.0.0.29 - - [2024-10-31 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.29 - - [2024-10-31 02:19:31] "POST /ref-update HTTP/1.1" 200 156 0.014280 10.0.0.29 - - [2024-10-31 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.29 - - [2024-10-31 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.29 - - [2024-10-31 02:19:31] "POST /ref-update HTTP/1.1" 200 156 0.008905 10.0.0.29 - - [2024-10-31 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.29 - - [2024-10-31 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.29 - - [2024-10-31 02:19:31] "POST /ref-update HTTP/1.1" 200 156 0.015530 10.0.0.29 - - [2024-10-31 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.29 - - [2024-10-31 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.29 - - [2024-10-31 02:19:31] "POST /ref-update HTTP/1.1" 200 156 0.009338 10.0.0.29 - - [2024-10-31 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646 10.0.0.29 - - [2024-10-31 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.29 - - [2024-10-31 02:19:32] "POST /ref-update HTTP/1.1" 200 156 0.007740 10.0.0.29 - - [2024-10-31 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.29 - - [2024-10-31 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.29 - - [2024-10-31 02:19:32] "POST /ref-update HTTP/1.1" 200 156 0.009381 10.0.0.29 - - [2024-10-31 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004264 10.0.0.29 - - [2024-10-31 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.29 - - [2024-10-31 02:19:32] "POST /ref-update HTTP/1.1" 200 156 0.008809 10.0.0.29 - - [2024-10-31 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.29 - - [2024-10-31 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.29 - - [2024-10-31 02:19:32] "POST /ref-update HTTP/1.1" 200 156 0.008573 10.0.0.29 - - [2024-10-31 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.29 - - [2024-10-31 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.29 - - [2024-10-31 02:19:32] "POST /ref-update HTTP/1.1" 200 156 0.010322 10.0.0.29 - - [2024-10-31 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.29 - - [2024-10-31 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004725 10.0.0.29 - - [2024-10-31 02:19:32] "POST /ref-update HTTP/1.1" 200 156 0.007562 10.0.0.29 - - [2024-10-31 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.29 - - [2024-10-31 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.29 - - [2024-10-31 02:19:33] "POST /ref-update HTTP/1.1" 200 156 0.008271 10.0.0.29 - - [2024-10-31 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.29 - - [2024-10-31 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.29 - - [2024-10-31 02:19:33] "POST /ref-update HTTP/1.1" 200 156 0.007939 10.0.0.29 - - [2024-10-31 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.29 - - [2024-10-31 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.29 - - [2024-10-31 02:19:33] "POST /ref-update HTTP/1.1" 200 156 0.012615 10.0.0.29 - - [2024-10-31 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.29 - - [2024-10-31 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004615 10.0.0.29 - - [2024-10-31 02:19:33] "POST /ref-update HTTP/1.1" 200 156 0.009440 10.0.0.29 - - [2024-10-31 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.29 - - [2024-10-31 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.29 - - [2024-10-31 02:19:33] "POST /ref-update HTTP/1.1" 200 156 0.007383 10.0.0.29 - - [2024-10-31 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.29 - - [2024-10-31 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.29 - - [2024-10-31 02:19:33] "POST /ref-update HTTP/1.1" 200 156 0.007700 10.0.0.29 - - [2024-10-31 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.29 - - [2024-10-31 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.29 - - [2024-10-31 02:19:33] "POST /ref-update HTTP/1.1" 200 156 0.008173 10.0.0.29 - - [2024-10-31 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004448 10.0.0.29 - - [2024-10-31 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005033 10.0.0.29 - - [2024-10-31 02:19:34] "POST /ref-update HTTP/1.1" 200 156 0.009294 10.0.0.29 - - [2024-10-31 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.29 - - [2024-10-31 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.29 - - [2024-10-31 02:19:34] "POST /ref-update HTTP/1.1" 200 156 0.007440 10.0.0.29 - - [2024-10-31 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004439 10.0.0.29 - - [2024-10-31 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.29 - - [2024-10-31 02:19:34] "POST /ref-update HTTP/1.1" 200 156 0.008622 10.0.0.29 - - [2024-10-31 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.29 - - [2024-10-31 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.29 - - [2024-10-31 02:19:34] "POST /ref-update HTTP/1.1" 200 156 0.008500 10.0.0.29 - - [2024-10-31 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.29 - - [2024-10-31 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.29 - - [2024-10-31 02:19:34] "POST /ref-update HTTP/1.1" 200 156 0.007818 10.0.0.29 - - [2024-10-31 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004339 10.0.0.29 - - [2024-10-31 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004187 10.0.0.29 - - [2024-10-31 02:19:34] "POST /ref-update HTTP/1.1" 200 156 0.008839 10.0.0.29 - - [2024-10-31 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.29 - - [2024-10-31 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.29 - - [2024-10-31 02:19:34] "POST /ref-update HTTP/1.1" 200 156 0.008660 10.0.0.29 - - [2024-10-31 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004307 10.0.0.29 - - [2024-10-31 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004189 10.0.0.29 - - [2024-10-31 02:19:35] "POST /ref-update HTTP/1.1" 200 156 0.009171 10.0.0.29 - - [2024-10-31 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005458 10.0.0.29 - - [2024-10-31 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004290 10.0.0.29 - - [2024-10-31 02:19:35] "POST /ref-update HTTP/1.1" 200 156 0.010758 10.0.0.29 - - [2024-10-31 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.29 - - [2024-10-31 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.29 - - [2024-10-31 02:19:35] "POST /ref-update HTTP/1.1" 200 156 0.009703 10.0.0.29 - - [2024-10-31 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.29 - - [2024-10-31 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.29 - - [2024-10-31 02:19:35] "POST /ref-update HTTP/1.1" 200 156 0.008124 10.0.0.29 - - [2024-10-31 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.29 - - [2024-10-31 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.29 - - [2024-10-31 02:19:35] "POST /ref-update HTTP/1.1" 200 156 0.008516 10.0.0.29 - - [2024-10-31 02:19:35] "GET /global-system-configs HTTP/1.1" 200 322 0.613843 10.0.0.29 - - [2024-10-31 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005756 10.0.0.29 - - [2024-10-31 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.29 - - [2024-10-31 02:19:35] "POST /ref-update HTTP/1.1" 200 156 0.009261 10.0.0.29 - - [2024-10-31 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004005 10.0.0.29 - - [2024-10-31 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.29 - - [2024-10-31 02:19:36] "POST /ref-update HTTP/1.1" 200 156 0.008051 10.0.0.29 - - [2024-10-31 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.29 - - [2024-10-31 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.29 - - [2024-10-31 02:19:36] "POST /ref-update HTTP/1.1" 200 156 0.009310 10.0.0.29 - - [2024-10-31 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.29 - - [2024-10-31 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.29 - - [2024-10-31 02:19:36] "POST /ref-update HTTP/1.1" 200 156 0.009740 10.0.0.29 - - [2024-10-31 02:19:36] "GET /global-system-configs HTTP/1.1" 200 322 0.032352 10.0.0.29 - - [2024-10-31 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.29 - - [2024-10-31 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.29 - - [2024-10-31 02:19:36] "POST /ref-update HTTP/1.1" 200 156 0.007825 10.0.0.29 - - [2024-10-31 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.29 - - [2024-10-31 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.29 - - [2024-10-31 02:19:36] "POST /ref-update HTTP/1.1" 200 156 0.009669 10.0.0.29 - - [2024-10-31 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.29 - - [2024-10-31 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.29 - - [2024-10-31 02:19:36] "POST /ref-update HTTP/1.1" 200 156 0.007577 10.0.0.29 - - [2024-10-31 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.29 - - [2024-10-31 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003230 10.0.0.29 - - [2024-10-31 02:19:36] "POST /ref-update HTTP/1.1" 200 156 0.008791 10.0.0.29 - - [2024-10-31 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.29 - - [2024-10-31 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.29 - - [2024-10-31 02:19:37] "POST /ref-update HTTP/1.1" 200 156 0.008688 10.0.0.29 - - [2024-10-31 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.29 - - [2024-10-31 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.29 - - [2024-10-31 02:19:37] "POST /ref-update HTTP/1.1" 200 156 0.011080 10.0.0.29 - - [2024-10-31 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.29 - - [2024-10-31 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.29 - - [2024-10-31 02:19:37] "POST /ref-update HTTP/1.1" 200 156 0.007800 10.0.0.29 - - [2024-10-31 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.29 - - [2024-10-31 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004251 10.0.0.29 - - [2024-10-31 02:19:37] "POST /ref-update HTTP/1.1" 200 156 0.008173 10.0.0.29 - - [2024-10-31 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.29 - - [2024-10-31 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.29 - - [2024-10-31 02:19:37] "POST /ref-update HTTP/1.1" 200 156 0.008420 10.0.0.29 - - [2024-10-31 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.29 - - [2024-10-31 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.29 - - [2024-10-31 02:19:37] "POST /ref-update HTTP/1.1" 200 156 0.009325 10.0.0.29 - - [2024-10-31 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.29 - - [2024-10-31 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.29 - - [2024-10-31 02:19:38] "POST /ref-update HTTP/1.1" 200 156 0.011550 10.0.0.29 - - [2024-10-31 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.29 - - [2024-10-31 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.29 - - [2024-10-31 02:19:38] "POST /ref-update HTTP/1.1" 200 156 0.008965 10.0.0.29 - - [2024-10-31 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.29 - - [2024-10-31 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.29 - - [2024-10-31 02:19:38] "POST /ref-update HTTP/1.1" 200 156 0.008868 10.0.0.29 - - [2024-10-31 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.29 - - [2024-10-31 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.29 - - [2024-10-31 02:19:38] "POST /ref-update HTTP/1.1" 200 156 0.008506 10.0.0.29 - - [2024-10-31 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003666 10.0.0.29 - - [2024-10-31 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004081 10.0.0.29 - - [2024-10-31 02:19:38] "POST /ref-update HTTP/1.1" 200 156 0.019828 10.0.0.29 - - [2024-10-31 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.29 - - [2024-10-31 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.29 - - [2024-10-31 02:19:38] "POST /ref-update HTTP/1.1" 200 156 0.008869 10.0.0.29 - - [2024-10-31 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.29 - - [2024-10-31 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003923 10.0.0.29 - - [2024-10-31 02:19:38] "POST /ref-update HTTP/1.1" 200 156 0.011498 10.0.0.29 - - [2024-10-31 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004616 10.0.0.29 - - [2024-10-31 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.29 - - [2024-10-31 02:19:39] "POST /ref-update HTTP/1.1" 200 156 0.007964 10.0.0.29 - - [2024-10-31 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.29 - - [2024-10-31 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.29 - - [2024-10-31 02:19:39] "POST /ref-update HTTP/1.1" 200 156 0.007700 10.0.0.29 - - [2024-10-31 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.29 - - [2024-10-31 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004455 10.0.0.29 - - [2024-10-31 02:19:39] "POST /ref-update HTTP/1.1" 200 156 0.008750 10.0.0.29 - - [2024-10-31 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.29 - - [2024-10-31 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.29 - - [2024-10-31 02:19:39] "POST /ref-update HTTP/1.1" 200 156 0.008950 10.0.0.29 - - [2024-10-31 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004202 10.0.0.29 - - [2024-10-31 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.29 - - [2024-10-31 02:19:39] "POST /ref-update HTTP/1.1" 200 156 0.008320 10.0.0.29 - - [2024-10-31 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.29 - - [2024-10-31 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.29 - - [2024-10-31 02:19:39] "POST /ref-update HTTP/1.1" 200 156 0.009394 10.0.0.29 - - [2024-10-31 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.29 - - [2024-10-31 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.29 - - [2024-10-31 02:19:39] "POST /ref-update HTTP/1.1" 200 156 0.010453 10.0.0.29 - - [2024-10-31 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.29 - - [2024-10-31 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.29 - - [2024-10-31 02:19:40] "POST /ref-update HTTP/1.1" 200 156 0.008108 10.0.0.29 - - [2024-10-31 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.29 - - [2024-10-31 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.29 - - [2024-10-31 02:19:40] "POST /ref-update HTTP/1.1" 200 156 0.008456 10.0.0.29 - - [2024-10-31 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.29 - - [2024-10-31 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.29 - - [2024-10-31 02:19:40] "POST /ref-update HTTP/1.1" 200 156 0.009033 10.0.0.29 - - [2024-10-31 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.29 - - [2024-10-31 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005061 10.0.0.29 - - [2024-10-31 02:19:40] "POST /ref-update HTTP/1.1" 200 156 0.008739 10.0.0.29 - - [2024-10-31 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003722 10.0.0.29 - - [2024-10-31 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004231 10.0.0.29 - - [2024-10-31 02:19:40] "POST /ref-update HTTP/1.1" 200 156 0.008039 10.0.0.29 - - [2024-10-31 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004188 10.0.0.29 - - [2024-10-31 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.29 - - [2024-10-31 02:19:40] "POST /ref-update HTTP/1.1" 200 156 0.010271 10.0.0.29 - - [2024-10-31 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004781 10.0.0.29 - - [2024-10-31 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.29 - - [2024-10-31 02:19:41] "POST /ref-update HTTP/1.1" 200 156 0.008429 10.0.0.29 - - [2024-10-31 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.29 - - [2024-10-31 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.29 - - [2024-10-31 02:19:41] "POST /ref-update HTTP/1.1" 200 156 0.007991 10.0.0.29 - - [2024-10-31 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004321 10.0.0.29 - - [2024-10-31 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004604 10.0.0.29 - - [2024-10-31 02:19:41] "POST /ref-update HTTP/1.1" 200 156 0.010305 10.0.0.29 - - [2024-10-31 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.29 - - [2024-10-31 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.29 - - [2024-10-31 02:19:41] "POST /ref-update HTTP/1.1" 200 156 0.008713 10.0.0.29 - - [2024-10-31 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004873 10.0.0.29 - - [2024-10-31 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.29 - - [2024-10-31 02:19:41] "POST /ref-update HTTP/1.1" 200 156 0.008066 10.0.0.29 - - [2024-10-31 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004284 10.0.0.29 - - [2024-10-31 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.29 - - [2024-10-31 02:19:41] "POST /ref-update HTTP/1.1" 200 156 0.009443 10.0.0.29 - - [2024-10-31 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796 10.0.0.29 - - [2024-10-31 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004392 10.0.0.29 - - [2024-10-31 02:19:41] "POST /ref-update HTTP/1.1" 200 156 0.011168 10.0.0.29 - - [2024-10-31 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.29 - - [2024-10-31 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004686 10.0.0.29 - - [2024-10-31 02:19:42] "POST /ref-update HTTP/1.1" 200 156 0.009259 10.0.0.29 - - [2024-10-31 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004817 10.0.0.29 - - [2024-10-31 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003838 10.0.0.29 - - [2024-10-31 02:19:42] "POST /ref-update HTTP/1.1" 200 156 0.010845 10.0.0.29 - - [2024-10-31 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.29 - - [2024-10-31 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.29 - - [2024-10-31 02:19:42] "POST /ref-update HTTP/1.1" 200 156 0.008250 10.0.0.29 - - [2024-10-31 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005098 10.0.0.29 - - [2024-10-31 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.29 - - [2024-10-31 02:19:42] "POST /ref-update HTTP/1.1" 200 156 0.007378 10.0.0.29 - - [2024-10-31 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.29 - - [2024-10-31 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.29 - - [2024-10-31 02:19:42] "POST /ref-update HTTP/1.1" 200 156 0.010713 10.0.0.29 - - [2024-10-31 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.29 - - [2024-10-31 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.29 - - [2024-10-31 02:19:42] "POST /ref-update HTTP/1.1" 200 156 0.009176 10.0.0.29 - - [2024-10-31 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.29 - - [2024-10-31 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.29 - - [2024-10-31 02:19:43] "POST /ref-update HTTP/1.1" 200 156 0.009106 10.0.0.29 - - [2024-10-31 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.29 - - [2024-10-31 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.29 - - [2024-10-31 02:19:43] "POST /ref-update HTTP/1.1" 200 156 0.010552 10.0.0.29 - - [2024-10-31 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004399 10.0.0.29 - - [2024-10-31 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.29 - - [2024-10-31 02:19:43] "POST /ref-update HTTP/1.1" 200 156 0.008690 10.0.0.29 - - [2024-10-31 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.29 - - [2024-10-31 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.29 - - [2024-10-31 02:19:43] "POST /ref-update HTTP/1.1" 200 156 0.008458 10.0.0.29 - - [2024-10-31 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.29 - - [2024-10-31 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.29 - - [2024-10-31 02:19:43] "POST /ref-update HTTP/1.1" 200 156 0.008048 10.0.0.29 - - [2024-10-31 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.29 - - [2024-10-31 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004127 10.0.0.29 - - [2024-10-31 02:19:43] "POST /ref-update HTTP/1.1" 200 156 0.010041 10.0.0.29 - - [2024-10-31 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.29 - - [2024-10-31 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004447 10.0.0.29 - - [2024-10-31 02:19:43] "POST /ref-update HTTP/1.1" 200 156 0.007527 10.0.0.29 - - [2024-10-31 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.29 - - [2024-10-31 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.29 - - [2024-10-31 02:19:44] "POST /ref-update HTTP/1.1" 200 156 0.008451 10.0.0.29 - - [2024-10-31 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003994 10.0.0.29 - - [2024-10-31 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003230 10.0.0.29 - - [2024-10-31 02:19:44] "POST /ref-update HTTP/1.1" 200 156 0.008826 10.0.0.29 - - [2024-10-31 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.29 - - [2024-10-31 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.29 - - [2024-10-31 02:19:44] "POST /ref-update HTTP/1.1" 200 156 0.010024 10.0.0.29 - - [2024-10-31 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005306 10.0.0.29 - - [2024-10-31 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.29 - - [2024-10-31 02:19:44] "POST /ref-update HTTP/1.1" 200 156 0.007849 10.0.0.29 - - [2024-10-31 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.29 - - [2024-10-31 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.29 - - [2024-10-31 02:19:44] "POST /ref-update HTTP/1.1" 200 156 0.007899 10.0.0.29 - - [2024-10-31 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.29 - - [2024-10-31 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003193 10.0.0.29 - - [2024-10-31 02:19:44] "POST /ref-update HTTP/1.1" 200 156 0.008698 10.0.0.29 - - [2024-10-31 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.29 - - [2024-10-31 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.29 - - [2024-10-31 02:19:45] "POST /ref-update HTTP/1.1" 200 156 0.007706 10.0.0.29 - - [2024-10-31 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003840 10.0.0.29 - - [2024-10-31 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004484 10.0.0.29 - - [2024-10-31 02:19:45] "POST /ref-update HTTP/1.1" 200 156 0.008791 10.0.0.29 - - [2024-10-31 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.29 - - [2024-10-31 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.29 - - [2024-10-31 02:19:45] "POST /ref-update HTTP/1.1" 200 156 0.008834 10.0.0.29 - - [2024-10-31 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.29 - - [2024-10-31 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.29 - - [2024-10-31 02:19:45] "POST /ref-update HTTP/1.1" 200 156 0.008075 10.0.0.29 - - [2024-10-31 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004130 10.0.0.29 - - [2024-10-31 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.29 - - [2024-10-31 02:19:45] "POST /ref-update HTTP/1.1" 200 156 0.008433 10.0.0.29 - - [2024-10-31 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.29 - - [2024-10-31 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.29 - - [2024-10-31 02:19:45] "POST /ref-update HTTP/1.1" 200 156 0.019241 10.0.0.29 - - [2024-10-31 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.29 - - [2024-10-31 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.29 - - [2024-10-31 02:19:45] "POST /ref-update HTTP/1.1" 200 156 0.007762 10.0.0.29 - - [2024-10-31 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.29 - - [2024-10-31 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.29 - - [2024-10-31 02:19:46] "POST /ref-update HTTP/1.1" 200 156 0.007382 10.0.0.29 - - [2024-10-31 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.29 - - [2024-10-31 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.29 - - [2024-10-31 02:19:46] "POST /ref-update HTTP/1.1" 200 156 0.008542 10.0.0.29 - - [2024-10-31 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.29 - - [2024-10-31 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.29 - - [2024-10-31 02:19:46] "POST /ref-update HTTP/1.1" 200 156 0.008410 10.0.0.29 - - [2024-10-31 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.29 - - [2024-10-31 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.29 - - [2024-10-31 02:19:46] "POST /ref-update HTTP/1.1" 200 156 0.008522 10.0.0.29 - - [2024-10-31 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.29 - - [2024-10-31 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.29 - - [2024-10-31 02:19:46] "POST /ref-update HTTP/1.1" 200 156 0.007906 10.0.0.29 - - [2024-10-31 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.29 - - [2024-10-31 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.29 - - [2024-10-31 02:19:46] "POST /ref-update HTTP/1.1" 200 156 0.008810 10.0.0.29 - - [2024-10-31 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.29 - - [2024-10-31 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.012795 10.0.0.29 - - [2024-10-31 02:19:47] "POST /ref-update HTTP/1.1" 200 156 0.009725 10.0.0.29 - - [2024-10-31 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646 10.0.0.29 - - [2024-10-31 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.29 - - [2024-10-31 02:19:47] "POST /ref-update HTTP/1.1" 200 156 0.010624 10.0.0.29 - - [2024-10-31 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.29 - - [2024-10-31 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.29 - - [2024-10-31 02:19:47] "POST /ref-update HTTP/1.1" 200 156 0.009743 10.0.0.29 - - [2024-10-31 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.29 - - [2024-10-31 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.29 - - [2024-10-31 02:19:47] "POST /ref-update HTTP/1.1" 200 156 0.008136 10.0.0.29 - - [2024-10-31 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.29 - - [2024-10-31 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.29 - - [2024-10-31 02:19:47] "POST /ref-update HTTP/1.1" 200 156 0.007751 10.0.0.29 - - [2024-10-31 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.29 - - [2024-10-31 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.29 - - [2024-10-31 02:19:47] "POST /ref-update HTTP/1.1" 200 156 0.008197 10.0.0.29 - - [2024-10-31 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.29 - - [2024-10-31 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.29 - - [2024-10-31 02:19:47] "POST /ref-update HTTP/1.1" 200 156 0.008007 10.0.0.29 - - [2024-10-31 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.29 - - [2024-10-31 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.29 - - [2024-10-31 02:19:48] "POST /ref-update HTTP/1.1" 200 156 0.009788 10.0.0.29 - - [2024-10-31 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005083 10.0.0.29 - - [2024-10-31 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.29 - - [2024-10-31 02:19:48] "POST /ref-update HTTP/1.1" 200 156 0.007941 10.0.0.29 - - [2024-10-31 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004213 10.0.0.29 - - [2024-10-31 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.29 - - [2024-10-31 02:19:48] "POST /ref-update HTTP/1.1" 200 156 0.008642 10.0.0.29 - - [2024-10-31 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006220 10.0.0.29 - - [2024-10-31 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004739 10.0.0.29 - - [2024-10-31 02:19:48] "POST /ref-update HTTP/1.1" 200 156 0.012594 10.0.0.29 - - [2024-10-31 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004597 10.0.0.29 - - [2024-10-31 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.29 - - [2024-10-31 02:19:48] "POST /ref-update HTTP/1.1" 200 156 0.010100 10.0.0.29 - - [2024-10-31 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.29 - - [2024-10-31 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004037 10.0.0.29 - - [2024-10-31 02:19:48] "POST /ref-update HTTP/1.1" 200 156 0.010231 10.0.0.29 - - [2024-10-31 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.29 - - [2024-10-31 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004073 10.0.0.29 - - [2024-10-31 02:19:48] "POST /ref-update HTTP/1.1" 200 156 0.010712 10.0.0.29 - - [2024-10-31 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004006 10.0.0.29 - - [2024-10-31 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.29 - - [2024-10-31 02:19:49] "POST /ref-update HTTP/1.1" 200 156 0.010429 10.0.0.29 - - [2024-10-31 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.29 - - [2024-10-31 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.29 - - [2024-10-31 02:19:49] "POST /ref-update HTTP/1.1" 200 156 0.007639 10.0.0.29 - - [2024-10-31 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004116 10.0.0.29 - - [2024-10-31 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004725 10.0.0.29 - - [2024-10-31 02:19:49] "POST /ref-update HTTP/1.1" 200 156 0.008084 10.0.0.29 - - [2024-10-31 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.29 - - [2024-10-31 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.29 - - [2024-10-31 02:19:49] "POST /ref-update HTTP/1.1" 200 156 0.008542 10.0.0.29 - - [2024-10-31 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.29 - - [2024-10-31 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.29 - - [2024-10-31 02:19:49] "POST /ref-update HTTP/1.1" 200 156 0.007778 10.0.0.29 - - [2024-10-31 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.29 - - [2024-10-31 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.29 - - [2024-10-31 02:19:49] "POST /ref-update HTTP/1.1" 200 156 0.008512 10.0.0.29 - - [2024-10-31 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.29 - - [2024-10-31 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003276 10.0.0.29 - - [2024-10-31 02:19:50] "POST /ref-update HTTP/1.1" 200 156 0.014887 10.0.0.29 - - [2024-10-31 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.29 - - [2024-10-31 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.29 - - [2024-10-31 02:19:50] "POST /ref-update HTTP/1.1" 200 156 0.009055 10.0.0.29 - - [2024-10-31 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.29 - - [2024-10-31 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.29 - - [2024-10-31 02:19:50] "POST /ref-update HTTP/1.1" 200 156 0.010099 10.0.0.29 - - [2024-10-31 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005762 10.0.0.29 - - [2024-10-31 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.29 - - [2024-10-31 02:19:50] "POST /ref-update HTTP/1.1" 200 156 0.008389 10.0.0.29 - - [2024-10-31 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.29 - - [2024-10-31 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.29 - - [2024-10-31 02:19:50] "POST /ref-update HTTP/1.1" 200 156 0.009330 10.0.0.29 - - [2024-10-31 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.29 - - [2024-10-31 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.29 - - [2024-10-31 02:19:50] "POST /ref-update HTTP/1.1" 200 156 0.009487 10.0.0.29 - - [2024-10-31 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.29 - - [2024-10-31 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.29 - - [2024-10-31 02:19:50] "POST /ref-update HTTP/1.1" 200 156 0.022317 10.0.0.29 - - [2024-10-31 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.29 - - [2024-10-31 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003998 10.0.0.29 - - [2024-10-31 02:19:51] "POST /ref-update HTTP/1.1" 200 156 0.009642 10.0.0.29 - - [2024-10-31 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.29 - - [2024-10-31 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004553 10.0.0.29 - - [2024-10-31 02:19:51] "POST /ref-update HTTP/1.1" 200 156 0.010940 10.0.0.29 - - [2024-10-31 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004164 10.0.0.29 - - [2024-10-31 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.29 - - [2024-10-31 02:19:51] "POST /ref-update HTTP/1.1" 200 156 0.009634 10.0.0.29 - - [2024-10-31 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.29 - - [2024-10-31 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.29 - - [2024-10-31 02:19:51] "POST /ref-update HTTP/1.1" 200 156 0.008716 10.0.0.29 - - [2024-10-31 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.29 - - [2024-10-31 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.29 - - [2024-10-31 02:19:51] "POST /ref-update HTTP/1.1" 200 156 0.011185 10.0.0.29 - - [2024-10-31 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.29 - - [2024-10-31 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004476 10.0.0.29 - - [2024-10-31 02:19:51] "POST /ref-update HTTP/1.1" 200 156 0.010016 10.0.0.29 - - [2024-10-31 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.29 - - [2024-10-31 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.29 - - [2024-10-31 02:19:52] "POST /ref-update HTTP/1.1" 200 156 0.011469 10.0.0.29 - - [2024-10-31 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.29 - - [2024-10-31 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.29 - - [2024-10-31 02:19:52] "POST /ref-update HTTP/1.1" 200 156 0.010235 10.0.0.29 - - [2024-10-31 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.29 - - [2024-10-31 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.29 - - [2024-10-31 02:19:52] "POST /ref-update HTTP/1.1" 200 156 0.009159 10.0.0.29 - - [2024-10-31 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.29 - - [2024-10-31 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004507 10.0.0.29 - - [2024-10-31 02:19:52] "POST /ref-update HTTP/1.1" 200 156 0.009242 10.0.0.29 - - [2024-10-31 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.29 - - [2024-10-31 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.29 - - [2024-10-31 02:19:52] "POST /ref-update HTTP/1.1" 200 156 0.008952 10.0.0.29 - - [2024-10-31 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.29 - - [2024-10-31 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.29 - - [2024-10-31 02:19:52] "POST /ref-update HTTP/1.1" 200 156 0.008714 10.0.0.29 - - [2024-10-31 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.29 - - [2024-10-31 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.29 - - [2024-10-31 02:19:52] "POST /ref-update HTTP/1.1" 200 156 0.012002 10.0.0.29 - - [2024-10-31 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.29 - - [2024-10-31 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.29 - - [2024-10-31 02:19:53] "POST /ref-update HTTP/1.1" 200 156 0.009030 10.0.0.29 - - [2024-10-31 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.29 - - [2024-10-31 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.29 - - [2024-10-31 02:19:53] "POST /ref-update HTTP/1.1" 200 156 0.011490 10.0.0.29 - - [2024-10-31 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989 10.0.0.29 - - [2024-10-31 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.29 - - [2024-10-31 02:19:53] "POST /ref-update HTTP/1.1" 200 156 0.008926 10.0.0.29 - - [2024-10-31 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.29 - - [2024-10-31 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.29 - - [2024-10-31 02:19:53] "POST /ref-update HTTP/1.1" 200 156 0.009568 10.0.0.29 - - [2024-10-31 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.29 - - [2024-10-31 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.29 - - [2024-10-31 02:19:53] "POST /ref-update HTTP/1.1" 200 156 0.010363 10.0.0.29 - - [2024-10-31 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004917 10.0.0.29 - - [2024-10-31 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.29 - - [2024-10-31 02:19:53] "POST /ref-update HTTP/1.1" 200 156 0.008658 10.0.0.29 - - [2024-10-31 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.29 - - [2024-10-31 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003177 10.0.0.29 - - [2024-10-31 02:19:54] "POST /ref-update HTTP/1.1" 200 156 0.008758 10.0.0.29 - - [2024-10-31 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.29 - - [2024-10-31 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.29 - - [2024-10-31 02:19:54] "POST /ref-update HTTP/1.1" 200 156 0.008231 10.0.0.29 - - [2024-10-31 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.29 - - [2024-10-31 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.29 - - [2024-10-31 02:19:54] "POST /ref-update HTTP/1.1" 200 156 0.008970 10.0.0.29 - - [2024-10-31 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.29 - - [2024-10-31 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.29 - - [2024-10-31 02:19:54] "POST /ref-update HTTP/1.1" 200 156 0.008972 10.0.0.29 - - [2024-10-31 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.29 - - [2024-10-31 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.29 - - [2024-10-31 02:19:54] "POST /ref-update HTTP/1.1" 200 156 0.010451 10.0.0.29 - - [2024-10-31 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.29 - - [2024-10-31 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.29 - - [2024-10-31 02:19:54] "POST /ref-update HTTP/1.1" 200 156 0.008650 10.0.0.29 - - [2024-10-31 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.29 - - [2024-10-31 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.29 - - [2024-10-31 02:19:54] "POST /ref-update HTTP/1.1" 200 156 0.010885 10.0.0.29 - - [2024-10-31 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003949 10.0.0.29 - - [2024-10-31 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.29 - - [2024-10-31 02:19:55] "POST /ref-update HTTP/1.1" 200 156 0.008632 10.0.0.29 - - [2024-10-31 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.29 - - [2024-10-31 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.29 - - [2024-10-31 02:19:55] "POST /ref-update HTTP/1.1" 200 156 0.014043 10.0.0.29 - - [2024-10-31 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.29 - - [2024-10-31 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.29 - - [2024-10-31 02:19:55] "POST /ref-update HTTP/1.1" 200 156 0.011057 10.0.0.29 - - [2024-10-31 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004271 10.0.0.29 - - [2024-10-31 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.29 - - [2024-10-31 02:19:55] "POST /ref-update HTTP/1.1" 200 156 0.009197 10.0.0.29 - - [2024-10-31 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.29 - - [2024-10-31 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.29 - - [2024-10-31 02:19:55] "POST /ref-update HTTP/1.1" 200 156 0.008915 10.0.0.29 - - [2024-10-31 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.29 - - [2024-10-31 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005084 10.0.0.29 - - [2024-10-31 02:19:55] "POST /ref-update HTTP/1.1" 200 156 0.010257 10.0.0.29 - - [2024-10-31 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.29 - - [2024-10-31 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.29 - - [2024-10-31 02:19:56] "POST /ref-update HTTP/1.1" 200 156 0.009139 10.0.0.29 - - [2024-10-31 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.29 - - [2024-10-31 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.29 - - [2024-10-31 02:19:56] "POST /ref-update HTTP/1.1" 200 156 0.008801 10.0.0.29 - - [2024-10-31 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003790 10.0.0.29 - - [2024-10-31 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.29 - - [2024-10-31 02:19:56] "POST /ref-update HTTP/1.1" 200 156 0.009779 10.0.0.29 - - [2024-10-31 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.29 - - [2024-10-31 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.008962 10.0.0.29 - - [2024-10-31 02:19:56] "POST /ref-update HTTP/1.1" 200 156 0.009066 10.0.0.29 - - [2024-10-31 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.29 - - [2024-10-31 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.29 - - [2024-10-31 02:19:56] "POST /ref-update HTTP/1.1" 200 156 0.011074 10.0.0.29 - - [2024-10-31 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.29 - - [2024-10-31 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.29 - - [2024-10-31 02:19:56] "POST /ref-update HTTP/1.1" 200 156 0.008079 10.0.0.29 - - [2024-10-31 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.29 - - [2024-10-31 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.29 - - [2024-10-31 02:19:56] "POST /ref-update HTTP/1.1" 200 156 0.010110 10.0.0.29 - - [2024-10-31 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005394 10.0.0.29 - - [2024-10-31 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.29 - - [2024-10-31 02:19:57] "POST /ref-update HTTP/1.1" 200 156 0.009335 10.0.0.29 - - [2024-10-31 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003967 10.0.0.29 - - [2024-10-31 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.29 - - [2024-10-31 02:19:57] "POST /ref-update HTTP/1.1" 200 156 0.009585 10.0.0.29 - - [2024-10-31 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.29 - - [2024-10-31 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003677 10.0.0.29 - - [2024-10-31 02:19:57] "POST /ref-update HTTP/1.1" 200 156 0.009576 10.0.0.29 - - [2024-10-31 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.29 - - [2024-10-31 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004174 10.0.0.29 - - [2024-10-31 02:19:57] "POST /ref-update HTTP/1.1" 200 156 0.010701 10.0.0.29 - - [2024-10-31 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.29 - - [2024-10-31 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003941 10.0.0.29 - - [2024-10-31 02:19:57] "POST /ref-update HTTP/1.1" 200 156 0.008785 10.0.0.29 - - [2024-10-31 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.29 - - [2024-10-31 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003910 10.0.0.29 - - [2024-10-31 02:19:57] "POST /ref-update HTTP/1.1" 200 156 0.010951 10.0.0.29 - - [2024-10-31 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.29 - - [2024-10-31 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.29 - - [2024-10-31 02:19:58] "POST /ref-update HTTP/1.1" 200 156 0.007623 10.0.0.29 - - [2024-10-31 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.29 - - [2024-10-31 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.29 - - [2024-10-31 02:19:58] "POST /ref-update HTTP/1.1" 200 156 0.008055 10.0.0.29 - - [2024-10-31 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.29 - - [2024-10-31 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.29 - - [2024-10-31 02:19:58] "POST /ref-update HTTP/1.1" 200 156 0.008284 10.0.0.29 - - [2024-10-31 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.29 - - [2024-10-31 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.29 - - [2024-10-31 02:19:58] "POST /ref-update HTTP/1.1" 200 156 0.008867 10.0.0.29 - - [2024-10-31 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.29 - - [2024-10-31 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.29 - - [2024-10-31 02:19:58] "POST /ref-update HTTP/1.1" 200 156 0.008638 10.0.0.29 - - [2024-10-31 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.29 - - [2024-10-31 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003910 10.0.0.29 - - [2024-10-31 02:19:58] "POST /ref-update HTTP/1.1" 200 156 0.008883 10.0.0.29 - - [2024-10-31 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.29 - - [2024-10-31 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.29 - - [2024-10-31 02:19:58] "POST /ref-update HTTP/1.1" 200 156 0.014605 10.0.0.29 - - [2024-10-31 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.29 - - [2024-10-31 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004540 10.0.0.29 - - [2024-10-31 02:19:59] "POST /ref-update HTTP/1.1" 200 156 0.012265 10.0.0.29 - - [2024-10-31 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005128 10.0.0.29 - - [2024-10-31 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004544 10.0.0.29 - - [2024-10-31 02:19:59] "POST /ref-update HTTP/1.1" 200 156 0.012743 10.0.0.29 - - [2024-10-31 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004214 10.0.0.29 - - [2024-10-31 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003677 10.0.0.29 - - [2024-10-31 02:19:59] "POST /ref-update HTTP/1.1" 200 156 0.009383 10.0.0.29 - - [2024-10-31 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004537 10.0.0.29 - - [2024-10-31 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.29 - - [2024-10-31 02:19:59] "POST /ref-update HTTP/1.1" 200 156 0.021303 10.0.0.29 - - [2024-10-31 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004157 10.0.0.29 - - [2024-10-31 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004123 10.0.0.29 - - [2024-10-31 02:19:59] "POST /ref-update HTTP/1.1" 200 156 0.014474 10.0.0.29 - - [2024-10-31 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.29 - - [2024-10-31 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.29 - - [2024-10-31 02:19:59] "POST /ref-update HTTP/1.1" 200 156 0.012992 10.0.0.29 - - [2024-10-31 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.29 - - [2024-10-31 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.29 - - [2024-10-31 02:20:00] "POST /ref-update HTTP/1.1" 200 156 0.011186 10.0.0.29 - - [2024-10-31 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004062 10.0.0.29 - - [2024-10-31 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.29 - - [2024-10-31 02:20:00] "POST /ref-update HTTP/1.1" 200 156 0.010842 10.0.0.29 - - [2024-10-31 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003193 10.0.0.29 - - [2024-10-31 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.29 - - [2024-10-31 02:20:00] "POST /ref-update HTTP/1.1" 200 156 0.010975 10.0.0.29 - - [2024-10-31 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004484 10.0.0.29 - - [2024-10-31 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.29 - - [2024-10-31 02:20:00] "POST /ref-update HTTP/1.1" 200 156 0.013125 10.0.0.29 - - [2024-10-31 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004361 10.0.0.29 - - [2024-10-31 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.29 - - [2024-10-31 02:20:00] "POST /ref-update HTTP/1.1" 200 156 0.011701 10.0.0.29 - - [2024-10-31 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.29 - - [2024-10-31 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.29 - - [2024-10-31 02:20:00] "POST /ref-update HTTP/1.1" 200 156 0.008776 10.0.0.29 - - [2024-10-31 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.29 - - [2024-10-31 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.29 - - [2024-10-31 02:20:00] "POST /ref-update HTTP/1.1" 200 156 0.014025 10.0.0.29 - - [2024-10-31 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004339 10.0.0.29 - - [2024-10-31 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004065 10.0.0.29 - - [2024-10-31 02:20:01] "POST /ref-update HTTP/1.1" 200 156 0.013572 10.0.0.29 - - [2024-10-31 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004492 10.0.0.29 - - [2024-10-31 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004166 10.0.0.29 - - [2024-10-31 02:20:01] "POST /ref-update HTTP/1.1" 200 156 0.009559 10.0.0.29 - - [2024-10-31 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.009393 10.0.0.29 - - [2024-10-31 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004127 10.0.0.29 - - [2024-10-31 02:20:01] "POST /ref-update HTTP/1.1" 200 156 0.011895 10.0.0.29 - - [2024-10-31 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004224 10.0.0.29 - - [2024-10-31 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.29 - - [2024-10-31 02:20:01] "POST /ref-update HTTP/1.1" 200 156 0.008648 10.0.0.29 - - [2024-10-31 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004151 10.0.0.29 - - [2024-10-31 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.29 - - [2024-10-31 02:20:01] "POST /ref-update HTTP/1.1" 200 156 0.010240 10.0.0.29 - - [2024-10-31 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003931 10.0.0.29 - - [2024-10-31 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.29 - - [2024-10-31 02:20:01] "POST /ref-update HTTP/1.1" 200 156 0.009804 10.0.0.29 - - [2024-10-31 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.29 - - [2024-10-31 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.29 - - [2024-10-31 02:20:02] "POST /ref-update HTTP/1.1" 200 156 0.012175 10.0.0.29 - - [2024-10-31 02:20:02] "POST /network-ipams HTTP/1.1" 200 550 0.018806 10.0.0.29 - - [2024-10-31 02:20:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002975 10.0.0.29 - - [2024-10-31 02:20:02] "POST /virtual-networks HTTP/1.1" 200 552 0.121757 10.0.0.29 - - [2024-10-31 02:20:02] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.007644 10.0.0.29 - - [2024-10-31 02:20:02] "POST /fqname-to-id HTTP/1.1" 404 188 0.004270 10.0.0.29 - - [2024-10-31 02:20:02] "POST /fqname-to-id HTTP/1.1" 404 178 0.004524 10.0.0.29 - - [2024-10-31 02:20:02] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 312 0.003624 10.0.0.29 - - [2024-10-31 02:20:02] "GET /fabric/ebc64bee-2dfc-462b-878f-2c62e16015fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1116 0.003906 10.0.0.29 - - [2024-10-31 02:20:02] "POST /fqname-to-id HTTP/1.1" 404 198 0.003161 10.0.0.29 - - [2024-10-31 02:20:02] "POST /fqname-to-id HTTP/1.1" 404 205 0.004031 10.0.0.29 - - [2024-10-31 02:20:02] "POST /fqname-to-id HTTP/1.1" 404 207 0.004209 10.0.0.29 - - [2024-10-31 02:20:02] "POST /route-targets HTTP/1.1" 200 327 0.013180 10.0.0.29 - - [2024-10-31 02:20:02] "POST /ref-update HTTP/1.1" 200 156 0.013640 10.0.0.29 - - [2024-10-31 02:20:20] "GET / HTTP/1.1" 200 35931 0.002214 10.0.0.29 - - [2024-10-31 02:20:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000487 10.0.0.29 - - [2024-10-31 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.029118 10.0.0.29 - - [2024-10-31 02:20:20] "GET /routing-instance/6027e7c8-ff12-4ca7-94c9-057909fa96e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.003515 10.0.0.29 - - [2024-10-31 02:20:20] "POST /bgp-routers HTTP/1.1" 200 620 0.028592 10.0.0.29 - - [2024-10-31 02:20:20] "GET /bgp-router/9147626a-a823-489e-9deb-e6387d9340d2?fields=global_system_config_back_refs HTTP/1.1" 200 1117 0.005213 10.0.0.29 - - [2024-10-31 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.29 - - [2024-10-31 02:20:20] "GET /global-system-config/ddd0f9d7-d63e-4954-9362-c609bc9bc8fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.004686 10.0.0.29 - - [2024-10-31 02:20:20] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003413 10.0.0.29 - - [2024-10-31 02:20:20] "POST /ref-update HTTP/1.1" 200 156 0.008115 10.0.0.29 - - [2024-10-31 02:21:11] "GET / HTTP/1.1" 200 35931 0.001909 10.0.0.29 - - [2024-10-31 02:21:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000500 10.0.0.29 - - [2024-10-31 02:21:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.029399 10.0.0.29 - - [2024-10-31 02:21:12] "GET /global-system-config/ddd0f9d7-d63e-4954-9362-c609bc9bc8fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006005 10.0.0.29 - - [2024-10-31 02:21:12] "POST /fqname-to-id HTTP/1.1" 404 220 0.003901 10.0.0.29 - - [2024-10-31 02:21:12] "POST /database-nodes HTTP/1.1" 200 603 0.017396 10.0.0.29 - - [2024-10-31 02:21:55] "GET / HTTP/1.1" 200 35931 0.002037 10.0.0.29 - - [2024-10-31 02:21:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000459 10.0.0.29 - - [2024-10-31 02:21:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.027705 10.0.0.29 - - [2024-10-31 02:21:55] "GET /global-system-config/ddd0f9d7-d63e-4954-9362-c609bc9bc8fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.003958 10.0.0.29 - - [2024-10-31 02:21:55] "POST /fqname-to-id HTTP/1.1" 404 220 0.002927 10.0.0.29 - - [2024-10-31 02:21:55] "POST /analytics-nodes HTTP/1.1" 200 605 0.015616 10.0.0.29 - - [2024-10-31 02:22:01] "GET / HTTP/1.1" 200 35931 0.002280 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.29 - - [2024-10-31 02:22:02] "GET /obj-perms HTTP/1.1" 200 5056 0.367161 10.0.0.29 - - [2024-10-31 02:22:02] "GET /obj-perms HTTP/1.1" 200 5056 0.051445 10.0.0.29 - - [2024-10-31 02:22:11] "GET / HTTP/1.1" 200 35931 0.001789 10.0.0.29 - - [2024-10-31 02:22:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000486 10.0.0.29 - - [2024-10-31 02:22:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.031722 10.0.0.29 - - [2024-10-31 02:22:12] "GET /global-system-config/ddd0f9d7-d63e-4954-9362-c609bc9bc8fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.003258 10.0.0.29 - - [2024-10-31 02:22:12] "POST /fqname-to-id HTTP/1.1" 404 220 0.002978 10.0.0.29 - - [2024-10-31 02:22:12] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.021410 10.0.0.29 - - [2024-10-31 02:22:22] "GET / HTTP/1.1" 200 35931 0.001772 10.0.0.29 - - [2024-10-31 02:22:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000477 10.0.0.29 - - [2024-10-31 02:22:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.029233 10.0.0.29 - - [2024-10-31 02:22:23] "GET /global-system-config/ddd0f9d7-d63e-4954-9362-c609bc9bc8fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.003194 10.0.0.29 - - [2024-10-31 02:22:23] "POST /fqname-to-id HTTP/1.1" 404 220 0.003489 10.0.0.29 - - [2024-10-31 02:22:23] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.019698 10.0.0.29 - - [2024-10-31 02:23:02] "GET /obj-perms HTTP/1.1" 200 5056 0.055442 10.0.0.29 - - [2024-10-31 02:23:03] "GET /obj-perms HTTP/1.1" 200 5056 0.046054 10.0.0.29 - - [2024-10-31 02:23:55] "GET / HTTP/1.1" 200 35931 0.002676 10.0.0.29 - - [2024-10-31 02:23:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000469 10.0.0.29 - - [2024-10-31 02:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.031776 10.0.0.29 - - [2024-10-31 02:23:55] "GET /global-system-config/ddd0f9d7-d63e-4954-9362-c609bc9bc8fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.004252 10.0.0.29 - - [2024-10-31 02:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.29 - - [2024-10-31 02:23:56] "GET /routing-instance/6027e7c8-ff12-4ca7-94c9-057909fa96e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.003406 10.0.0.29 - - [2024-10-31 02:23:56] "PUT /global-system-config/ddd0f9d7-d63e-4954-9362-c609bc9bc8fd HTTP/1.1" 200 274 0.036620 10.0.0.29 - - [2024-10-31 02:23:56] "POST /fqname-to-id HTTP/1.1" 404 218 0.003123 10.0.0.29 - - [2024-10-31 02:23:56] "POST /virtual-routers HTTP/1.1" 200 603 0.026383 10.0.0.29 - - [2024-10-31 02:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.29 - - [2024-10-31 02:23:56] "GET /virtual-router/4ea928ea-8432-4dbd-b223-07307949418e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1244 0.007340 10.0.0.29 - - [2024-10-31 02:23:56] "POST /fqname-to-id HTTP/1.1" 404 231 0.004398 10.0.0.29 - - [2024-10-31 02:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.29 - - [2024-10-31 02:23:56] "GET /virtual-network/b8ecf19e-c08e-4eb7-8602-84855eacc04d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.004107 10.0.0.29 - - [2024-10-31 02:23:56] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.040026 10.0.0.29 - - [2024-10-31 02:23:57] "PUT /access-control-list/f70b8c1e-8e81-475c-bbbb-232631e94a9c HTTP/1.1" 200 272 0.012012 10.0.0.29 - - [2024-10-31 02:24:03] "GET /obj-perms HTTP/1.1" 200 5056 0.049944 10.0.0.29 - - [2024-10-31 02:24:03] "GET /obj-perms HTTP/1.1" 200 5056 0.047843 [Introspect:8084]10.0.0.29 - - [2024-10-31 02:24:07] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000986 [Introspect:8084]10.0.0.29 - - [2024-10-31 02:24:07] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000952 [Introspect:8084]10.0.0.29 - - [2024-10-31 02:24:09] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000908 [Introspect:8084]10.0.0.29 - - [2024-10-31 02:24:09] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000932 10.0.0.29 - - [2024-10-31 02:24:32] "GET /global-system-configs HTTP/1.1" 200 322 0.003097 10.0.0.29 - - [2024-10-31 02:24:32] "GET /obj-perms HTTP/1.1" 200 5056 0.031505 10.0.0.29 - - [2024-10-31 02:24:33] "GET /global-system-configs HTTP/1.1" 200 322 0.007323 10.0.0.29 - - [2024-10-31 02:24:33] "GET /obj-perms HTTP/1.1" 200 5056 0.034067 10.0.0.29 - - [2024-10-31 02:25:04] "GET /obj-perms HTTP/1.1" 200 5056 0.054226 10.0.0.29 - - [2024-10-31 02:25:04] "GET /obj-perms HTTP/1.1" 200 5056 0.054977 10.0.0.29 - - [2024-10-31 02:25:12] "GET / HTTP/1.1" 200 35931 0.002055 10.0.0.29 - - [2024-10-31 02:25:13] "GET /project/30b7bf0d-bb49-471b-b569-3dd35674d223?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000681 10.0.0.29 - - [2024-10-31 02:25:13] "GET /projects?obj_uuids=30b7bf0d-bb49-471b-b569-3dd35674d223&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.032300 10.0.0.29 - - [2024-10-31 02:25:13] "GET /domains?obj_uuids=fe7e8e09-5e09-4e9d-a716-d1f8d98e9013&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001213 10.0.0.29 - - [2024-10-31 02:25:13] "GET /domain/fe7e8e09-5e09-4e9d-a716-d1f8d98e9013?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.028420 10.0.0.29 - - [2024-10-31 02:25:13] "POST /id-to-fqname HTTP/1.1" 200 167 0.002459 10.0.0.29 - - [2024-10-31 02:25:13] "POST /fqname-to-id HTTP/1.1" 404 176 0.003100 10.0.0.29 - - [2024-10-31 02:25:14] "POST /security-groups HTTP/1.1" 200 568 0.067168 10.0.0.29 - - [2024-10-31 02:25:14] "POST /projects HTTP/1.1" 200 539 0.240861 10.0.0.29 - - [2024-10-31 02:25:14] "POST /fqname-to-id HTTP/1.1" 404 207 0.026809 10.0.0.29 - - [2024-10-31 02:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.311701 10.0.0.29 - - [2024-10-31 02:25:14] "POST /access-control-lists HTTP/1.1" 200 573 0.064853 10.0.0.29 - - [2024-10-31 02:25:14] "GET /project/30b7bf0d-bb49-471b-b569-3dd35674d223?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.479143 10.0.0.29 - - [2024-10-31 02:25:14] "POST /fqname-to-id HTTP/1.1" 404 206 0.002458 10.0.0.29 - - [2024-10-31 02:25:14] "POST /access-control-lists HTTP/1.1" 200 571 0.063645 [Introspect:8084]10.0.0.29 - - [2024-10-31 02:25:14] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001233 10.0.0.29 - - [2024-10-31 02:25:15] "POST /fqname-to-id HTTP/1.1" 404 199 0.026317 10.0.0.29 - - [2024-10-31 02:25:15] "GET /projects?obj_uuids=09c96f6b-f378-4fce-aff7-96e4fceb4366&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003562 10.0.0.29 - - [2024-10-31 02:25:15] "GET /domains?obj_uuids=fe7e8e09-5e09-4e9d-a716-d1f8d98e9013&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001269 10.0.0.29 - - [2024-10-31 02:25:15] "GET /domain/fe7e8e09-5e09-4e9d-a716-d1f8d98e9013?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007656 10.0.0.29 - - [2024-10-31 02:25:15] "POST /id-to-fqname HTTP/1.1" 200 201 0.001342 10.0.0.29 - - [2024-10-31 02:25:15] "POST /fqname-to-id HTTP/1.1" 404 210 0.002444 10.0.0.29 - - [2024-10-31 02:25:15] "POST /security-groups HTTP/1.1" 200 602 0.067921 10.0.0.29 - - [2024-10-31 02:25:15] "POST /fqname-to-id HTTP/1.1" 404 245 0.003315 10.0.0.29 - - [2024-10-31 02:25:15] "POST /projects HTTP/1.1" 200 607 0.220243 10.0.0.29 - - [2024-10-31 02:25:15] "POST /access-control-lists HTTP/1.1" 200 607 0.059514 10.0.0.29 - - [2024-10-31 02:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.295931 10.0.0.29 - - [2024-10-31 02:25:15] "POST /fqname-to-id HTTP/1.1" 404 244 0.003141 10.0.0.29 - - [2024-10-31 02:25:15] "GET /project/09c96f6b-f378-4fce-aff7-96e4fceb4366?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.421399 10.0.0.29 - - [2024-10-31 02:25:15] "POST /access-control-lists HTTP/1.1" 200 605 0.060296 10.0.0.29 - - [2024-10-31 02:25:16] "GET / HTTP/1.1" 200 35931 0.002337 10.0.0.29 - - [2024-10-31 02:25:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000524 10.0.0.29 - - [2024-10-31 02:25:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.053918 10.0.0.29 - - [2024-10-31 02:25:17] "GET /projects?obj_uuids=09c96f6b-f378-4fce-aff7-96e4fceb4366&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001209 10.0.0.29 - - [2024-10-31 02:25:17] "GET /project/09c96f6b-f378-4fce-aff7-96e4fceb4366?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.022404 10.0.0.29 - - [2024-10-31 02:25:17] "POST /neutron/network HTTP/1.1" 200 117 0.041788 10.0.0.29 - - [2024-10-31 02:25:17] "GET /projects?obj_uuids=09c96f6b-f378-4fce-aff7-96e4fceb4366&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001323 10.0.0.29 - - [2024-10-31 02:25:18] "POST /neutron/network HTTP/1.1" 200 620 0.068022 10.0.0.29 - - [2024-10-31 02:25:18] "POST /route-targets HTTP/1.1" 200 327 0.017414 10.0.0.29 - - [2024-10-31 02:25:18] "POST /ref-update HTTP/1.1" 200 156 0.012468 10.0.0.29 - - [2024-10-31 02:25:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002696 10.0.0.29 - - [2024-10-31 02:25:18] "POST /neutron/subnet HTTP/1.1" 200 724 0.154175 10.0.0.29 - - [2024-10-31 02:25:18] "POST /neutron/network HTTP/1.1" 200 839 0.014379 10.0.0.29 - - [2024-10-31 02:25:18] "POST /id-to-fqname HTTP/1.1" 200 233 0.001366 10.0.0.29 - - [2024-10-31 02:25:18] "GET /virtual-network/9cb0c000-7f7e-45f5-ae8b-9df567ed0932?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.017383 10.0.0.29 - - [2024-10-31 02:25:18] "POST /neutron/network HTTP/1.1" 200 839 0.006295 10.0.0.29 - - [2024-10-31 02:25:18] "GET /virtual-network/9cb0c000-7f7e-45f5-ae8b-9df567ed0932?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.002651 10.0.0.29 - - [2024-10-31 02:25:18] "POST /neutron/network HTTP/1.1" 200 839 0.007296 10.0.0.29 - - [2024-10-31 02:25:18] "POST /neutron/subnet HTTP/1.1" 200 724 0.007799 10.0.0.29 - - [2024-10-31 02:25:18] "GET /domains HTTP/1.1" 401 292 0.000483 10.0.0.29 - - [2024-10-31 02:25:18] "GET /domains HTTP/1.1" 200 280 0.027626 10.0.0.29 - - [2024-10-31 02:25:18] "GET /domains?obj_uuids=fe7e8e09-5e09-4e9d-a716-d1f8d98e9013&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001137 10.0.0.29 - - [2024-10-31 02:25:18] "GET /domain/fe7e8e09-5e09-4e9d-a716-d1f8d98e9013 HTTP/1.1" 200 2585 0.013490 10.0.0.29 - - [2024-10-31 02:25:18] "GET /projects?obj_uuids=09c96f6b-f378-4fce-aff7-96e4fceb4366&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001099 10.0.0.29 - - [2024-10-31 02:25:18] "GET /project/09c96f6b-f378-4fce-aff7-96e4fceb4366 HTTP/1.1" 200 2167 0.083031 10.0.0.29 - - [2024-10-31 02:25:18] "GET /virtual-network/9cb0c000-7f7e-45f5-ae8b-9df567ed0932 HTTP/1.1" 200 2343 0.004002 10.0.0.29 - - [2024-10-31 02:25:18] "GET /virtual-network/9cb0c000-7f7e-45f5-ae8b-9df567ed0932 HTTP/1.1" 200 2343 0.002492 10.0.0.29 - - [2024-10-31 02:25:18] "GET /routing-instance/31d72216-a057-43dc-9a1d-7b4d4fd5e0f2 HTTP/1.1" 200 1494 0.002571 10.0.0.29 - - [2024-10-31 02:25:18] "GET /routing-instance/31d72216-a057-43dc-9a1d-7b4d4fd5e0f2 HTTP/1.1" 200 1494 0.002457 10.0.0.29 - - [2024-10-31 02:25:18] "GET /route-target/d70314a2-cf0c-457e-9756-f61827858399 HTTP/1.1" 200 1220 0.002487 10.0.0.29 - - [2024-10-31 02:25:18] "GET /virtual-network/9cb0c000-7f7e-45f5-ae8b-9df567ed0932 HTTP/1.1" 200 2343 0.002508 10.0.0.29 - - [2024-10-31 02:25:18] "GET /routing-instance/31d72216-a057-43dc-9a1d-7b4d4fd5e0f2 HTTP/1.1" 200 1494 0.002831 10.0.0.29 - - [2024-10-31 02:25:18] "GET /virtual-network/9cb0c000-7f7e-45f5-ae8b-9df567ed0932?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.002631 10.0.0.29 - - [2024-10-31 02:25:18] "GET /virtual-network/9cb0c000-7f7e-45f5-ae8b-9df567ed0932 HTTP/1.1" 200 2343 0.002966 10.0.0.29 - - [2024-10-31 02:25:18] "GET /routing-instance/31d72216-a057-43dc-9a1d-7b4d4fd5e0f2 HTTP/1.1" 200 1494 0.002650 10.0.0.29 - - [2024-10-31 02:25:18] "GET /routing-instance/31d72216-a057-43dc-9a1d-7b4d4fd5e0f2 HTTP/1.1" 200 1494 0.002488 10.0.0.29 - - [2024-10-31 02:25:18] "GET /route-target/d70314a2-cf0c-457e-9756-f61827858399 HTTP/1.1" 200 1220 0.002693 10.0.0.29 - - [2024-10-31 02:25:18] "GET /domains HTTP/1.1" 200 280 0.002987 10.0.0.29 - - [2024-10-31 02:25:18] "GET /domains?obj_uuids=fe7e8e09-5e09-4e9d-a716-d1f8d98e9013&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001489 10.0.0.29 - - [2024-10-31 02:25:18] "GET /domain/fe7e8e09-5e09-4e9d-a716-d1f8d98e9013 HTTP/1.1" 200 2585 0.008134 10.0.0.29 - - [2024-10-31 02:25:18] "GET /projects?obj_uuids=09c96f6b-f378-4fce-aff7-96e4fceb4366&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001332 10.0.0.29 - - [2024-10-31 02:25:19] "GET /project/09c96f6b-f378-4fce-aff7-96e4fceb4366 HTTP/1.1" 200 2167 0.078080 10.0.0.29 - - [2024-10-31 02:25:19] "GET /virtual-network/9cb0c000-7f7e-45f5-ae8b-9df567ed0932 HTTP/1.1" 200 2343 0.002962 10.0.0.29 - - [2024-10-31 02:25:19] "GET /obj-perms HTTP/1.1" 200 5052 0.048520 10.0.0.29 - - [2024-10-31 02:25:19] "POST /id-to-fqname HTTP/1.1" 200 233 0.001450 10.0.0.29 - - [2024-10-31 02:25:21] "POST /neutron/network HTTP/1.1" 200 849 0.005925 10.0.0.29 - - [2024-10-31 02:25:21] "GET /aaa-mode HTTP/1.1" 401 292 0.000415 10.0.0.29 - - [2024-10-31 02:25:21] "GET / HTTP/1.1" 200 35931 0.002194 10.0.0.29 - - [2024-10-31 02:25:21] "GET /project/09c96f6b-f378-4fce-aff7-96e4fceb4366?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000436 10.0.0.29 - - [2024-10-31 02:25:21] "GET /projects?obj_uuids=09c96f6b-f378-4fce-aff7-96e4fceb4366&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001209 10.0.0.29 - - [2024-10-31 02:25:21] "GET /project/09c96f6b-f378-4fce-aff7-96e4fceb4366?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.049469 10.0.0.29 - - [2024-10-31 02:25:22] "POST /neutron/network HTTP/1.1" 200 839 0.030941 10.0.0.29 - - [2024-10-31 02:25:22] "POST /neutron/port HTTP/1.1" 200 117 0.008496 10.0.0.29 - - [2024-10-31 02:25:22] "POST /neutron/port HTTP/1.1" 200 117 0.005517 10.0.0.29 - - [2024-10-31 02:25:22] "POST /neutron/port HTTP/1.1" 200 117 0.006723 10.0.0.29 - - [2024-10-31 02:25:23] "POST /neutron/network HTTP/1.1" 200 849 0.007921 10.0.0.29 - - [2024-10-31 02:25:23] "GET /projects?obj_uuids=09c96f6b-f378-4fce-aff7-96e4fceb4366&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001245 10.0.0.29 - - [2024-10-31 02:25:23] "POST /neutron/port HTTP/1.1" 200 1071 0.210183 10.0.0.29 - - [2024-10-31 02:25:24] "POST /neutron/port HTTP/1.1" 200 1071 0.038385 10.0.0.29 - - [2024-10-31 02:25:24] "POST /neutron/port HTTP/1.1" 200 1071 0.008386 10.0.0.29 - - [2024-10-31 02:25:24] "POST /neutron/port HTTP/1.1" 200 1125 0.058946 10.0.0.29 - - [2024-10-31 02:25:24] "POST /neutron/port HTTP/1.1" 200 1099 0.022507 10.0.0.29 - - [2024-10-31 02:25:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004067 10.0.0.29 - - [2024-10-31 02:25:24] "POST /neutron/subnet HTTP/1.1" 200 698 0.011551 10.0.0.29 - - [2024-10-31 02:25:24] "POST /neutron/port HTTP/1.1" 200 117 0.001400 10.0.0.29 - - [2024-10-31 02:25:24] "POST /neutron/network HTTP/1.1" 200 839 0.006866 10.0.0.29 - - [2024-10-31 02:25:27] "POST /neutron/port HTTP/1.1" 200 1099 0.017218 10.0.0.29 - - [2024-10-31 02:25:27] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006786 10.0.0.29 - - [2024-10-31 02:25:32] "POST /neutron/port HTTP/1.1" 200 1099 0.020134 10.0.0.29 - - [2024-10-31 02:25:32] "POST /neutron/security_group HTTP/1.1" 200 2069 0.007237 10.0.0.29 - - [2024-10-31 02:25:32] "GET /obj-perms HTTP/1.1" 200 5052 0.017056 10.0.0.29 - - [2024-10-31 02:25:33] "GET /obj-perms HTTP/1.1" 200 5052 0.003861 10.0.0.29 - - [2024-10-31 02:25:35] "GET /obj-perms HTTP/1.1" 200 5052 0.003693 10.0.0.29 - - [2024-10-31 02:25:36] "GET /obj-perms HTTP/1.1" 200 5052 0.003566 10.0.0.29 - - [2024-10-31 02:25:37] "GET /obj-perms HTTP/1.1" 200 5052 0.005164 10.0.0.29 - - [2024-10-31 02:25:38] "POST /neutron/network HTTP/1.1" 200 839 0.014047 10.0.0.29 - - [2024-10-31 02:25:38] "POST /neutron/network HTTP/1.1" 400 204 0.021299 10.0.0.29 - - [2024-10-31 02:25:38] "POST /neutron/port HTTP/1.1" 200 1099 0.015618 10.0.0.29 - - [2024-10-31 02:25:38] "POST /neutron/port HTTP/1.1" 200 1125 0.009676 10.0.0.29 - - [2024-10-31 02:25:39] "POST /neutron/port HTTP/1.1" 200 151 0.139475 10.0.0.29 - - [2024-10-31 02:25:39] "POST /neutron/port HTTP/1.1" 200 117 0.029683 10.0.0.29 - - [2024-10-31 02:25:40] "POST /neutron/network HTTP/1.1" 200 839 0.005946 10.0.0.29 - - [2024-10-31 02:25:40] "POST /useragent-kv HTTP/1.1" 200 115 0.001315 10.0.0.29 - - [2024-10-31 02:25:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.006426 10.0.0.29 - - [2024-10-31 02:25:40] "POST /useragent-kv HTTP/1.1" 200 115 0.001138 10.0.0.29 - - [2024-10-31 02:25:40] "POST /neutron/network HTTP/1.1" 200 151 0.079328 10.0.0.29 - - [2024-10-31 02:25:40] "GET /routing-instance/31d72216-a057-43dc-9a1d-7b4d4fd5e0f2 HTTP/1.1" 404 171 0.002115 10.0.0.29 - - [2024-10-31 02:25:40] "DELETE /route-target/d70314a2-cf0c-457e-9756-f61827858399 HTTP/1.1" 200 115 0.019292 10.0.0.29 - - [2024-10-31 02:25:40] "GET /domains HTTP/1.1" 200 280 0.002297 10.0.0.29 - - [2024-10-31 02:25:40] "GET /domains?obj_uuids=fe7e8e09-5e09-4e9d-a716-d1f8d98e9013&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001582 10.0.0.29 - - [2024-10-31 02:25:40] "GET /domain/fe7e8e09-5e09-4e9d-a716-d1f8d98e9013 HTTP/1.1" 200 2585 0.051412 10.0.0.29 - - [2024-10-31 02:25:40] "GET /projects?obj_uuids=09c96f6b-f378-4fce-aff7-96e4fceb4366&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001112 10.0.0.29 - - [2024-10-31 02:25:40] "GET /project/09c96f6b-f378-4fce-aff7-96e4fceb4366 HTTP/1.1" 200 1917 0.062081 10.0.0.29 - - [2024-10-31 02:25:40] "GET /projects?obj_uuids=09c96f6b-f378-4fce-aff7-96e4fceb4366&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001200 10.0.0.29 - - [2024-10-31 02:25:40] "GET /project/09c96f6b-f378-4fce-aff7-96e4fceb4366?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.023856 10.0.0.29 - - [2024-10-31 02:25:40] "GET /projects?obj_uuids=09c96f6b-f378-4fce-aff7-96e4fceb4366&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001103 10.0.0.29 - - [2024-10-31 02:25:41] "GET /project/09c96f6b-f378-4fce-aff7-96e4fceb4366?fields=virtual_networks HTTP/1.1" 200 1053 0.070683 10.0.0.29 - - [2024-10-31 02:25:41] "GET /projects?obj_uuids=09c96f6b-f378-4fce-aff7-96e4fceb4366&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001167 10.0.0.29 - - [2024-10-31 02:25:41] "GET /project/09c96f6b-f378-4fce-aff7-96e4fceb4366?fields=virtual_machine_interfaces HTTP/1.1" 200 1053 0.024132 10.0.0.29 - - [2024-10-31 02:25:41] "GET /projects?obj_uuids=09c96f6b-f378-4fce-aff7-96e4fceb4366&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001223 10.0.0.29 - - [2024-10-31 02:25:41] "GET /project/09c96f6b-f378-4fce-aff7-96e4fceb4366?fields=security_groups HTTP/1.1" 200 1290 0.025045 10.0.0.29 - - [2024-10-31 02:25:41] "POST /fqname-to-id HTTP/1.1" 404 200 0.024373 10.0.0.29 - - [2024-10-31 02:25:42] "GET /projects?obj_uuids=217b6133-0c2b-4e64-82a9-3b12caa01974&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004116 10.0.0.29 - - [2024-10-31 02:25:42] "GET /domains?obj_uuids=fe7e8e09-5e09-4e9d-a716-d1f8d98e9013&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001047 10.0.0.29 - - [2024-10-31 02:25:42] "GET /domain/fe7e8e09-5e09-4e9d-a716-d1f8d98e9013?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006683 10.0.0.29 - - [2024-10-31 02:25:42] "POST /id-to-fqname HTTP/1.1" 200 202 0.001480 10.0.0.29 - - [2024-10-31 02:25:42] "POST /fqname-to-id HTTP/1.1" 404 211 0.003963 10.0.0.29 - - [2024-10-31 02:25:42] "POST /security-groups HTTP/1.1" 200 603 0.195720 10.0.0.29 - - [2024-10-31 02:25:42] "POST /fqname-to-id HTTP/1.1" 404 246 0.002881 10.0.0.29 - - [2024-10-31 02:25:42] "POST /projects HTTP/1.1" 200 609 0.373487 10.0.0.29 - - [2024-10-31 02:25:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.446042 10.0.0.29 - - [2024-10-31 02:25:42] "POST /access-control-lists HTTP/1.1" 200 608 0.068905 10.0.0.29 - - [2024-10-31 02:25:42] "POST /fqname-to-id HTTP/1.1" 404 245 0.004446 10.0.0.29 - - [2024-10-31 02:25:42] "GET /project/217b6133-0c2b-4e64-82a9-3b12caa01974?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.571681 10.0.0.29 - - [2024-10-31 02:25:42] "POST /access-control-lists HTTP/1.1" 200 606 0.058950 10.0.0.29 - - [2024-10-31 02:25:43] "GET / HTTP/1.1" 200 35931 0.002256 10.0.0.29 - - [2024-10-31 02:25:44] "GET /projects?obj_uuids=30b7bf0d-bb49-471b-b569-3dd35674d223&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001649 10.0.0.29 - - [2024-10-31 02:25:44] "GET /project/30b7bf0d-bb49-471b-b569-3dd35674d223?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.025969 10.0.0.29 - - [2024-10-31 02:25:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.29 - - [2024-10-31 02:25:44] "GET /security-group/301cd6cf-69dc-401e-b6a6-7672ed53fa30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.003973 10.0.0.29 - - [2024-10-31 02:25:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002973 10.0.0.29 - - [2024-10-31 02:25:44] "GET /projects?obj_uuids=30b7bf0d-bb49-471b-b569-3dd35674d223&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001136 10.0.0.29 - - [2024-10-31 02:25:44] "GET /project/30b7bf0d-bb49-471b-b569-3dd35674d223?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.024957 10.0.0.29 - - [2024-10-31 02:25:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003770 10.0.0.29 - - [2024-10-31 02:25:45] "GET /security-group/301cd6cf-69dc-401e-b6a6-7672ed53fa30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.004606 10.0.0.29 - - [2024-10-31 02:25:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.29 - - [2024-10-31 02:25:45] "PUT /security-group/301cd6cf-69dc-401e-b6a6-7672ed53fa30 HTTP/1.1" 200 262 0.014691 10.0.0.29 - - [2024-10-31 02:25:45] "PUT /access-control-list/f3359e51-62c3-4c4a-a0b1-9cf876510f3e HTTP/1.1" 200 272 0.008998 10.0.0.29 - - [2024-10-31 02:25:45] "PUT /access-control-list/49cfe12a-025b-4c49-a4ec-4f8694458009 HTTP/1.1" 200 272 0.011418 10.0.0.29 - - [2024-10-31 02:25:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000521 10.0.0.29 - - [2024-10-31 02:25:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.060578 10.0.0.29 - - [2024-10-31 02:25:45] "GET /projects?obj_uuids=217b6133-0c2b-4e64-82a9-3b12caa01974&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001147 10.0.0.29 - - [2024-10-31 02:25:45] "GET /project/217b6133-0c2b-4e64-82a9-3b12caa01974?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.019357 10.0.0.29 - - [2024-10-31 02:25:45] "POST /neutron/network HTTP/1.1" 200 117 0.032948 10.0.0.29 - - [2024-10-31 02:25:45] "GET /projects?obj_uuids=217b6133-0c2b-4e64-82a9-3b12caa01974&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001070 10.0.0.29 - - [2024-10-31 02:25:45] "POST /neutron/network HTTP/1.1" 200 619 0.062428 10.0.0.29 - - [2024-10-31 02:25:45] "POST /route-targets HTTP/1.1" 200 327 0.009851 10.0.0.29 - - [2024-10-31 02:25:45] "POST /ref-update HTTP/1.1" 200 156 0.009364 10.0.0.29 - - [2024-10-31 02:25:46] "POST /useragent-kv HTTP/1.1" 200 115 0.004749 10.0.0.29 - - [2024-10-31 02:25:46] "POST /neutron/subnet HTTP/1.1" 200 729 0.178785 10.0.0.29 - - [2024-10-31 02:25:46] "POST /neutron/network HTTP/1.1" 200 839 0.004962 10.0.0.29 - - [2024-10-31 02:25:46] "POST /id-to-fqname HTTP/1.1" 200 233 0.001141 10.0.0.29 - - [2024-10-31 02:25:46] "GET /virtual-network/cc4e29cc-95cc-483b-8bf9-c0c1a187716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.002400 10.0.0.29 - - [2024-10-31 02:25:46] "POST /neutron/network HTTP/1.1" 200 839 0.006282 10.0.0.29 - - [2024-10-31 02:25:46] "GET /virtual-network/cc4e29cc-95cc-483b-8bf9-c0c1a187716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.002975 10.0.0.29 - - [2024-10-31 02:25:46] "POST /neutron/network HTTP/1.1" 200 839 0.006257 10.0.0.29 - - [2024-10-31 02:25:46] "POST /neutron/subnet HTTP/1.1" 200 729 0.007542 10.0.0.29 - - [2024-10-31 02:25:46] "GET /domains HTTP/1.1" 401 292 0.000424 10.0.0.29 - - [2024-10-31 02:25:46] "GET /domains HTTP/1.1" 200 280 0.075253 10.0.0.29 - - [2024-10-31 02:25:46] "GET /domains?obj_uuids=fe7e8e09-5e09-4e9d-a716-d1f8d98e9013&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001084 10.0.0.29 - - [2024-10-31 02:25:46] "GET /domain/fe7e8e09-5e09-4e9d-a716-d1f8d98e9013 HTTP/1.1" 200 2783 0.008364 10.0.0.29 - - [2024-10-31 02:25:46] "GET /projects?obj_uuids=217b6133-0c2b-4e64-82a9-3b12caa01974&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000968 10.0.0.29 - - [2024-10-31 02:25:46] "GET /project/217b6133-0c2b-4e64-82a9-3b12caa01974 HTTP/1.1" 200 2173 0.068585 10.0.0.29 - - [2024-10-31 02:25:46] "GET /virtual-network/cc4e29cc-95cc-483b-8bf9-c0c1a187716f HTTP/1.1" 200 2344 0.003817 10.0.0.29 - - [2024-10-31 02:25:46] "GET /virtual-network/cc4e29cc-95cc-483b-8bf9-c0c1a187716f HTTP/1.1" 200 2344 0.002604 10.0.0.29 - - [2024-10-31 02:25:46] "GET /routing-instance/1c8bddb0-98a4-4339-9283-28d328a3b63a HTTP/1.1" 200 1491 0.002670 10.0.0.29 - - [2024-10-31 02:25:46] "GET /routing-instance/1c8bddb0-98a4-4339-9283-28d328a3b63a HTTP/1.1" 200 1491 0.002449 10.0.0.29 - - [2024-10-31 02:25:46] "GET /route-target/3cd4e075-4afa-4540-b8db-fd7f45bec3f2 HTTP/1.1" 200 1218 0.002408 10.0.0.29 - - [2024-10-31 02:25:46] "GET /virtual-network/cc4e29cc-95cc-483b-8bf9-c0c1a187716f HTTP/1.1" 200 2344 0.002530 10.0.0.29 - - [2024-10-31 02:25:46] "GET /routing-instance/1c8bddb0-98a4-4339-9283-28d328a3b63a HTTP/1.1" 200 1491 0.002433 10.0.0.29 - - [2024-10-31 02:25:46] "GET /virtual-network/cc4e29cc-95cc-483b-8bf9-c0c1a187716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.002555 10.0.0.29 - - [2024-10-31 02:25:46] "GET /virtual-network/cc4e29cc-95cc-483b-8bf9-c0c1a187716f HTTP/1.1" 200 2344 0.003070 10.0.0.29 - - [2024-10-31 02:25:46] "GET /routing-instance/1c8bddb0-98a4-4339-9283-28d328a3b63a HTTP/1.1" 200 1491 0.002364 10.0.0.29 - - [2024-10-31 02:25:46] "GET /routing-instance/1c8bddb0-98a4-4339-9283-28d328a3b63a HTTP/1.1" 200 1491 0.002464 10.0.0.29 - - [2024-10-31 02:25:46] "GET /route-target/3cd4e075-4afa-4540-b8db-fd7f45bec3f2 HTTP/1.1" 200 1218 0.002453 10.0.0.29 - - [2024-10-31 02:25:46] "GET /domains HTTP/1.1" 200 280 0.003408 10.0.0.29 - - [2024-10-31 02:25:46] "GET /domains?obj_uuids=fe7e8e09-5e09-4e9d-a716-d1f8d98e9013&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001147 10.0.0.29 - - [2024-10-31 02:25:46] "GET /domain/fe7e8e09-5e09-4e9d-a716-d1f8d98e9013 HTTP/1.1" 200 2783 0.007241 10.0.0.29 - - [2024-10-31 02:25:46] "GET /projects?obj_uuids=217b6133-0c2b-4e64-82a9-3b12caa01974&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002370 10.0.0.29 - - [2024-10-31 02:25:46] "GET /project/217b6133-0c2b-4e64-82a9-3b12caa01974 HTTP/1.1" 200 2173 0.071498 10.0.0.29 - - [2024-10-31 02:25:46] "GET /virtual-network/cc4e29cc-95cc-483b-8bf9-c0c1a187716f HTTP/1.1" 200 2344 0.002705 10.0.0.29 - - [2024-10-31 02:25:47] "GET /obj-perms HTTP/1.1" 200 5054 0.057374 10.0.0.29 - - [2024-10-31 02:25:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.29 - - [2024-10-31 02:25:47] "GET /projects?obj_uuids=217b6133-0c2b-4e64-82a9-3b12caa01974&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001194 10.0.0.29 - - [2024-10-31 02:25:47] "GET /project/217b6133-0c2b-4e64-82a9-3b12caa01974?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.022603 10.0.0.29 - - [2024-10-31 02:25:47] "POST /neutron/network HTTP/1.1" 200 117 0.012414 10.0.0.29 - - [2024-10-31 02:25:47] "GET /projects?obj_uuids=217b6133-0c2b-4e64-82a9-3b12caa01974&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001204 10.0.0.29 - - [2024-10-31 02:25:47] "POST /neutron/network HTTP/1.1" 200 619 0.079492 10.0.0.29 - - [2024-10-31 02:25:47] "POST /route-targets HTTP/1.1" 200 327 0.017988 10.0.0.29 - - [2024-10-31 02:25:47] "POST /ref-update HTTP/1.1" 200 156 0.016643 10.0.0.29 - - [2024-10-31 02:25:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002378 10.0.0.29 - - [2024-10-31 02:25:47] "POST /neutron/subnet HTTP/1.1" 200 720 0.157885 10.0.0.29 - - [2024-10-31 02:25:47] "POST /neutron/network HTTP/1.1" 200 837 0.005872 10.0.0.29 - - [2024-10-31 02:25:47] "POST /id-to-fqname HTTP/1.1" 200 233 0.001263 10.0.0.29 - - [2024-10-31 02:25:47] "GET /virtual-network/144e86a5-3e4e-4d17-af94-2f380818ab74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.002651 10.0.0.29 - - [2024-10-31 02:25:47] "POST /neutron/network HTTP/1.1" 200 837 0.005818 10.0.0.29 - - [2024-10-31 02:25:47] "GET /virtual-network/144e86a5-3e4e-4d17-af94-2f380818ab74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.002968 10.0.0.29 - - [2024-10-31 02:25:47] "POST /neutron/network HTTP/1.1" 200 837 0.005994 10.0.0.29 - - [2024-10-31 02:25:47] "POST /neutron/subnet HTTP/1.1" 200 720 0.006782 10.0.0.29 - - [2024-10-31 02:25:47] "GET /domains HTTP/1.1" 200 280 0.002584 10.0.0.29 - - [2024-10-31 02:25:47] "GET /domains?obj_uuids=fe7e8e09-5e09-4e9d-a716-d1f8d98e9013&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001403 10.0.0.29 - - [2024-10-31 02:25:47] "GET /domain/fe7e8e09-5e09-4e9d-a716-d1f8d98e9013 HTTP/1.1" 200 2783 0.007688 10.0.0.29 - - [2024-10-31 02:25:47] "GET /projects?obj_uuids=217b6133-0c2b-4e64-82a9-3b12caa01974&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001173 10.0.0.29 - - [2024-10-31 02:25:47] "GET /project/217b6133-0c2b-4e64-82a9-3b12caa01974 HTTP/1.1" 200 2401 0.065919 10.0.0.29 - - [2024-10-31 02:25:47] "GET /virtual-network/144e86a5-3e4e-4d17-af94-2f380818ab74 HTTP/1.1" 200 2337 0.004776 10.0.0.29 - - [2024-10-31 02:25:47] "GET /virtual-network/144e86a5-3e4e-4d17-af94-2f380818ab74 HTTP/1.1" 200 2337 0.004718 10.0.0.29 - - [2024-10-31 02:25:48] "GET /routing-instance/9cbdedc0-5aa1-4205-a89e-eff84b7648a0 HTTP/1.1" 200 1492 0.003583 10.0.0.29 - - [2024-10-31 02:25:48] "GET /routing-instance/9cbdedc0-5aa1-4205-a89e-eff84b7648a0 HTTP/1.1" 200 1492 0.002982 10.0.0.29 - - [2024-10-31 02:25:48] "GET /route-target/3b8766c3-1786-434b-aa6d-d41d860cbde9 HTTP/1.1" 200 1218 0.003134 10.0.0.29 - - [2024-10-31 02:25:48] "GET /virtual-network/144e86a5-3e4e-4d17-af94-2f380818ab74 HTTP/1.1" 200 2337 0.002828 10.0.0.29 - - [2024-10-31 02:25:48] "GET /routing-instance/9cbdedc0-5aa1-4205-a89e-eff84b7648a0 HTTP/1.1" 200 1492 0.004920 10.0.0.29 - - [2024-10-31 02:25:48] "GET /virtual-network/144e86a5-3e4e-4d17-af94-2f380818ab74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.002661 10.0.0.29 - - [2024-10-31 02:25:48] "GET /virtual-network/144e86a5-3e4e-4d17-af94-2f380818ab74 HTTP/1.1" 200 2337 0.002575 10.0.0.29 - - [2024-10-31 02:25:48] "GET /routing-instance/9cbdedc0-5aa1-4205-a89e-eff84b7648a0 HTTP/1.1" 200 1492 0.002275 10.0.0.29 - - [2024-10-31 02:25:48] "GET /routing-instance/9cbdedc0-5aa1-4205-a89e-eff84b7648a0 HTTP/1.1" 200 1492 0.003783 10.0.0.29 - - [2024-10-31 02:25:48] "GET /route-target/3b8766c3-1786-434b-aa6d-d41d860cbde9 HTTP/1.1" 200 1218 0.004161 10.0.0.29 - - [2024-10-31 02:25:48] "GET /domains HTTP/1.1" 200 280 0.002756 10.0.0.29 - - [2024-10-31 02:25:48] "GET /domains?obj_uuids=fe7e8e09-5e09-4e9d-a716-d1f8d98e9013&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001093 10.0.0.29 - - [2024-10-31 02:25:48] "GET /domain/fe7e8e09-5e09-4e9d-a716-d1f8d98e9013 HTTP/1.1" 200 2783 0.006945 10.0.0.29 - - [2024-10-31 02:25:48] "GET /projects?obj_uuids=217b6133-0c2b-4e64-82a9-3b12caa01974&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001082 10.0.0.29 - - [2024-10-31 02:25:48] "GET /project/217b6133-0c2b-4e64-82a9-3b12caa01974 HTTP/1.1" 200 2401 0.064476 10.0.0.29 - - [2024-10-31 02:25:48] "GET /virtual-network/144e86a5-3e4e-4d17-af94-2f380818ab74 HTTP/1.1" 200 2337 0.003088 10.0.0.29 - - [2024-10-31 02:25:48] "GET /obj-perms HTTP/1.1" 200 5054 0.005749 10.0.0.29 - - [2024-10-31 02:25:48] "POST /id-to-fqname HTTP/1.1" 200 233 0.001491 10.0.0.29 - - [2024-10-31 02:25:48] "POST /neutron/network HTTP/1.1" 200 847 0.006117 10.0.0.29 - - [2024-10-31 02:25:48] "GET /aaa-mode HTTP/1.1" 401 292 0.000501 10.0.0.29 - - [2024-10-31 02:25:48] "GET / HTTP/1.1" 200 35931 0.002460 10.0.0.29 - - [2024-10-31 02:25:48] "GET /project/217b6133-0c2b-4e64-82a9-3b12caa01974?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000455 10.0.0.29 - - [2024-10-31 02:25:49] "GET /projects?obj_uuids=217b6133-0c2b-4e64-82a9-3b12caa01974&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001435 10.0.0.29 - - [2024-10-31 02:25:49] "GET /project/217b6133-0c2b-4e64-82a9-3b12caa01974?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.056767 10.0.0.29 - - [2024-10-31 02:25:49] "POST /neutron/network HTTP/1.1" 200 837 0.008873 10.0.0.29 - - [2024-10-31 02:25:49] "POST /neutron/port HTTP/1.1" 200 117 0.005347 10.0.0.29 - - [2024-10-31 02:25:49] "POST /neutron/port HTTP/1.1" 200 117 0.005110 10.0.0.29 - - [2024-10-31 02:25:49] "POST /id-to-fqname HTTP/1.1" 200 233 0.001443 10.0.0.29 - - [2024-10-31 02:25:49] "POST /neutron/port HTTP/1.1" 200 117 0.006411 10.0.0.29 - - [2024-10-31 02:25:49] "POST /neutron/network HTTP/1.1" 200 849 0.011819 10.0.0.29 - - [2024-10-31 02:25:49] "GET /aaa-mode HTTP/1.1" 401 292 0.000703 10.0.0.29 - - [2024-10-31 02:25:49] "POST /neutron/network HTTP/1.1" 200 847 0.007083 10.0.0.29 - - [2024-10-31 02:25:49] "GET /projects?obj_uuids=217b6133-0c2b-4e64-82a9-3b12caa01974&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001805 10.0.0.29 - - [2024-10-31 02:25:49] "GET / HTTP/1.1" 200 35931 0.003355 10.0.0.29 - - [2024-10-31 02:25:49] "GET /project/217b6133-0c2b-4e64-82a9-3b12caa01974?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000472 10.0.0.29 - - [2024-10-31 02:25:49] "POST /neutron/port HTTP/1.1" 200 1071 0.270167 10.0.0.29 - - [2024-10-31 02:25:50] "POST /neutron/port HTTP/1.1" 200 1071 0.014049 10.0.0.29 - - [2024-10-31 02:25:50] "POST /neutron/port HTTP/1.1" 200 1071 0.008287 10.0.0.29 - - [2024-10-31 02:25:50] "POST /neutron/port HTTP/1.1" 200 1125 0.080257 10.0.0.29 - - [2024-10-31 02:25:50] "POST /neutron/port HTTP/1.1" 200 1099 0.020785 10.0.0.29 - - [2024-10-31 02:25:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003314 10.0.0.29 - - [2024-10-31 02:25:50] "GET /projects?obj_uuids=217b6133-0c2b-4e64-82a9-3b12caa01974&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001068 10.0.0.29 - - [2024-10-31 02:25:50] "POST /neutron/subnet HTTP/1.1" 200 694 0.016622 10.0.0.29 - - [2024-10-31 02:25:50] "GET /project/217b6133-0c2b-4e64-82a9-3b12caa01974?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.052478 10.0.0.29 - - [2024-10-31 02:25:50] "POST /neutron/port HTTP/1.1" 200 117 0.001123 10.0.0.29 - - [2024-10-31 02:25:50] "POST /neutron/network HTTP/1.1" 200 837 0.008515 10.0.0.29 - - [2024-10-31 02:25:50] "POST /neutron/network HTTP/1.1" 200 839 0.007278 10.0.0.29 - - [2024-10-31 02:25:50] "POST /neutron/port HTTP/1.1" 200 1099 0.022964 10.0.0.29 - - [2024-10-31 02:25:50] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008527 10.0.0.29 - - [2024-10-31 02:25:50] "POST /neutron/port HTTP/1.1" 200 117 0.013937 10.0.0.29 - - [2024-10-31 02:25:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.29 - - [2024-10-31 02:25:50] "GET /projects?obj_uuids=217b6133-0c2b-4e64-82a9-3b12caa01974&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001118 10.0.0.29 - - [2024-10-31 02:25:50] "GET /project/217b6133-0c2b-4e64-82a9-3b12caa01974?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.028528 10.0.0.29 - - [2024-10-31 02:25:50] "GET /virtual-network/cc4e29cc-95cc-483b-8bf9-c0c1a187716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004322 10.0.0.29 - - [2024-10-31 02:25:50] "GET /floating-ip-pools?parent_id=cc4e29cc-95cc-483b-8bf9-c0c1a187716f&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003854 10.0.0.29 - - [2024-10-31 02:25:50] "GET /virtual-network/cc4e29cc-95cc-483b-8bf9-c0c1a187716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.003630 10.0.0.29 - - [2024-10-31 02:25:50] "POST /floating-ip-pools HTTP/1.1" 200 609 0.023588 10.0.0.29 - - [2024-10-31 02:25:50] "POST /ref-update HTTP/1.1" 200 156 0.009377 10.0.0.29 - - [2024-10-31 02:25:50] "POST /neutron/network HTTP/1.1" 200 849 0.006250 10.0.0.29 - - [2024-10-31 02:25:51] "GET /virtual-network/cc4e29cc-95cc-483b-8bf9-c0c1a187716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.013361 10.0.0.29 - - [2024-10-31 02:25:51] "GET /projects?obj_uuids=217b6133-0c2b-4e64-82a9-3b12caa01974&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002033 10.0.0.29 - - [2024-10-31 02:25:51] "GET /domains HTTP/1.1" 200 280 0.002967 10.0.0.29 - - [2024-10-31 02:25:51] "GET /domains?obj_uuids=fe7e8e09-5e09-4e9d-a716-d1f8d98e9013&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001221 10.0.0.29 - - [2024-10-31 02:25:51] "GET /domain/fe7e8e09-5e09-4e9d-a716-d1f8d98e9013 HTTP/1.1" 200 2783 0.013381 10.0.0.29 - - [2024-10-31 02:25:51] "GET /projects?obj_uuids=217b6133-0c2b-4e64-82a9-3b12caa01974&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002135 10.0.0.29 - - [2024-10-31 02:25:51] "GET /project/217b6133-0c2b-4e64-82a9-3b12caa01974 HTTP/1.1" 200 3243 0.126994 10.0.0.29 - - [2024-10-31 02:25:51] "GET /virtual-network/cc4e29cc-95cc-483b-8bf9-c0c1a187716f HTTP/1.1" 200 2935 0.016075 10.0.0.29 - - [2024-10-31 02:25:51] "GET /floating-ip-pool/bd959be5-cf1f-4481-af7e-c29d7d485fbc HTTP/1.1" 200 1442 0.004249 10.0.0.29 - - [2024-10-31 02:25:51] "GET /domains HTTP/1.1" 200 280 0.003073 10.0.0.29 - - [2024-10-31 02:25:51] "GET /domains?obj_uuids=fe7e8e09-5e09-4e9d-a716-d1f8d98e9013&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001133 10.0.0.29 - - [2024-10-31 02:25:51] "GET /domain/fe7e8e09-5e09-4e9d-a716-d1f8d98e9013 HTTP/1.1" 200 2783 0.009370 10.0.0.29 - - [2024-10-31 02:25:51] "GET /projects?obj_uuids=217b6133-0c2b-4e64-82a9-3b12caa01974&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002088 10.0.0.29 - - [2024-10-31 02:25:51] "POST /neutron/port HTTP/1.1" 200 1073 0.338767 10.0.0.29 - - [2024-10-31 02:25:51] "GET /project/217b6133-0c2b-4e64-82a9-3b12caa01974 HTTP/1.1" 200 3243 0.091648 10.0.0.29 - - [2024-10-31 02:25:51] "GET /virtual-network/cc4e29cc-95cc-483b-8bf9-c0c1a187716f HTTP/1.1" 200 3156 0.010867 10.0.0.29 - - [2024-10-31 02:25:51] "POST /neutron/port HTTP/1.1" 200 1073 0.014270 10.0.0.29 - - [2024-10-31 02:25:51] "GET /virtual-network/cc4e29cc-95cc-483b-8bf9-c0c1a187716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.003083 10.0.0.29 - - [2024-10-31 02:25:51] "POST /neutron/port HTTP/1.1" 200 1073 0.040955 10.0.0.29 - - [2024-10-31 02:25:51] "POST /neutron/port HTTP/1.1" 200 1099 0.028558 10.0.0.29 - - [2024-10-31 02:25:51] "POST /neutron/security_group HTTP/1.1" 200 2070 0.012386 10.0.0.29 - - [2024-10-31 02:25:51] "POST /neutron/port HTTP/1.1" 200 1127 0.079317 10.0.0.29 - - [2024-10-31 02:25:51] "POST /neutron/port HTTP/1.1" 200 1101 0.015534 10.0.0.29 - - [2024-10-31 02:25:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003689 10.0.0.29 - - [2024-10-31 02:25:51] "POST /neutron/subnet HTTP/1.1" 200 703 0.013309 10.0.0.29 - - [2024-10-31 02:25:51] "POST /neutron/port HTTP/1.1" 200 117 0.001424 10.0.0.29 - - [2024-10-31 02:25:51] "POST /neutron/network HTTP/1.1" 200 839 0.005846 10.0.0.29 - - [2024-10-31 02:25:56] "POST /neutron/port HTTP/1.1" 200 1099 0.017059 10.0.0.29 - - [2024-10-31 02:25:56] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006873 10.0.0.29 - - [2024-10-31 02:25:56] "POST /neutron/port HTTP/1.1" 200 1099 0.014679 10.0.0.29 - - [2024-10-31 02:25:56] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006440 10.0.0.29 - - [2024-10-31 02:25:56] "POST /neutron/port HTTP/1.1" 200 1099 0.020312 10.0.0.29 - - [2024-10-31 02:25:56] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007448 10.0.0.29 - - [2024-10-31 02:25:56] "GET /virtual-machine/8b6cc5b7-86e1-47e6-a89e-1d45989ecf5d HTTP/1.1" 200 1305 0.004276 10.0.0.29 - - [2024-10-31 02:25:56] "GET /virtual-machine-interface/0e9520c9-6c14-446e-9952-ebd92319507d HTTP/1.1" 200 3004 0.002687 10.0.0.29 - - [2024-10-31 02:25:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002731 10.0.0.29 - - [2024-10-31 02:25:56] "GET /global-vrouter-config/d965d459-3c06-4945-9eb4-d4935e5e3a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002828 10.0.0.29 - - [2024-10-31 02:25:56] "GET /virtual-networks?parent_id=217b6133-0c2b-4e64-82a9-3b12caa01974&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003428 10.0.0.29 - - [2024-10-31 02:25:56] "GET /virtual-network/144e86a5-3e4e-4d17-af94-2f380818ab74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.003364 10.0.0.29 - - [2024-10-31 02:25:58] "DELETE /project/217b61330c2b4e6482a93b12caa01974 HTTP/1.1" 404 173 0.011991 10.0.0.29 - - [2024-10-31 02:25:58] "DELETE /project/30b7bf0dbb49471bb5693dd35674d223 HTTP/1.1" 404 173 0.011047 10.0.0.29 - - [2024-10-31 02:25:58] "DELETE /project/09c96f6bf3784fceaff796e4fceb4366 HTTP/1.1" 404 173 0.007082 10.0.0.29 - - [2024-10-31 02:25:58] "GET /projects?obj_uuids=09c96f6b-f378-4fce-aff7-96e4fceb4366&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001009 10.0.0.29 - - [2024-10-31 02:25:58] "GET /project/09c96f6b-f378-4fce-aff7-96e4fceb4366?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1511 0.025499 10.0.0.29 - - [2024-10-31 02:25:58] "GET /projects?obj_uuids=09c96f6b-f378-4fce-aff7-96e4fceb4366&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001016 10.0.0.29 - - [2024-10-31 02:25:58] "GET /project/09c96f6b-f378-4fce-aff7-96e4fceb4366?fields=security_groups HTTP/1.1" 200 1395 0.068142 10.0.0.29 - - [2024-10-31 02:25:58] "DELETE /security-group/0cf3d642-b37e-4e9d-b720-1681925e439b HTTP/1.1" 200 115 0.044077 10.0.0.29 - - [2024-10-31 02:25:58] "GET /projects?obj_uuids=09c96f6b-f378-4fce-aff7-96e4fceb4366&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001034 10.0.0.29 - - [2024-10-31 02:25:58] "DELETE /access-control-list/d2875961-3bf5-4346-b13d-a2b848328548 HTTP/1.1" 200 115 0.041456 10.0.0.29 - - [2024-10-31 02:25:58] "GET /project/09c96f6b-f378-4fce-aff7-96e4fceb4366?fields=application_policy_sets HTTP/1.1" 200 1434 0.037433 10.0.0.29 - - [2024-10-31 02:25:58] "DELETE /access-control-list/b13aa56a-a484-49d2-99b3-10a0f0c47c1e HTTP/1.1" 200 115 0.030777 10.0.0.29 - - [2024-10-31 02:25:58] "DELETE /project/09c96f6b-f378-4fce-aff7-96e4fceb4366 HTTP/1.1" 200 115 0.363506 10.0.0.29 - - [2024-10-31 02:25:58] "POST /neutron/port HTTP/1.1" 200 1099 0.015503 10.0.0.29 - - [2024-10-31 02:25:58] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006585 10.0.0.29 - - [2024-10-31 02:26:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.29 - - [2024-10-31 02:26:00] "GET /virtual-network/144e86a5-3e4e-4d17-af94-2f380818ab74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.002845 10.0.0.29 - - [2024-10-31 02:26:00] "POST /neutron/port HTTP/1.1" 200 1101 0.015230 10.0.0.29 - - [2024-10-31 02:26:00] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005247 10.0.0.29 - - [2024-10-31 02:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.29 - - [2024-10-31 02:26:02] "GET /global-vrouter-config/d965d459-3c06-4945-9eb4-d4935e5e3a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002903 10.0.0.29 - - [2024-10-31 02:26:02] "GET /virtual-networks?parent_id=217b6133-0c2b-4e64-82a9-3b12caa01974&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003658 10.0.0.29 - - [2024-10-31 02:26:02] "GET /virtual-network/144e86a5-3e4e-4d17-af94-2f380818ab74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.003380 10.0.0.29 - - [2024-10-31 02:26:02] "GET /projects?obj_uuids=217b6133-0c2b-4e64-82a9-3b12caa01974&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001268 10.0.0.29 - - [2024-10-31 02:26:02] "POST /neutron/floatingip HTTP/1.1" 200 531 0.093034 10.0.0.29 - - [2024-10-31 02:26:02] "POST /neutron/port HTTP/1.1" 200 1099 0.014386 10.0.0.29 - - [2024-10-31 02:26:02] "POST /neutron/floatingip HTTP/1.1" 200 531 0.005711 10.0.0.29 - - [2024-10-31 02:26:02] "POST /neutron/floatingip HTTP/1.1" 200 577 0.040184 10.0.0.29 - - [2024-10-31 02:26:02] "POST /neutron/port HTTP/1.1" 200 1101 0.016087 10.0.0.29 - - [2024-10-31 02:26:02] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007898 10.0.0.29 - - [2024-10-31 02:26:02] "POST /neutron/port HTTP/1.1" 200 1101 0.014733 10.0.0.29 - - [2024-10-31 02:26:02] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006061 10.0.0.29 - - [2024-10-31 02:26:02] "POST /neutron/port HTTP/1.1" 200 1101 0.028766 10.0.0.29 - - [2024-10-31 02:26:02] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006105 10.0.0.29 - - [2024-10-31 02:26:02] "GET /virtual-machine/56678ce5-70e9-447e-8c25-8710ef4a0dc5 HTTP/1.1" 200 1304 0.012630 10.0.0.29 - - [2024-10-31 02:26:02] "GET /virtual-machine-interface/5411efbf-9d32-424b-949c-08efc26ac809 HTTP/1.1" 200 3004 0.004702 10.0.0.29 - - [2024-10-31 02:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.29 - - [2024-10-31 02:26:02] "GET /global-vrouter-config/d965d459-3c06-4945-9eb4-d4935e5e3a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002723 10.0.0.29 - - [2024-10-31 02:26:02] "GET /virtual-networks?parent_id=217b6133-0c2b-4e64-82a9-3b12caa01974&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003756 10.0.0.29 - - [2024-10-31 02:26:02] "GET /virtual-network/cc4e29cc-95cc-483b-8bf9-c0c1a187716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004580 10.0.0.29 - - [2024-10-31 02:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.29 - - [2024-10-31 02:26:04] "GET /global-vrouter-config/d965d459-3c06-4945-9eb4-d4935e5e3a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003756 10.0.0.29 - - [2024-10-31 02:26:04] "GET /virtual-networks?parent_id=217b6133-0c2b-4e64-82a9-3b12caa01974&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003598 10.0.0.29 - - [2024-10-31 02:26:04] "GET /virtual-network/cc4e29cc-95cc-483b-8bf9-c0c1a187716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.003639 10.0.0.29 - - [2024-10-31 02:26:04] "POST /neutron/floatingip HTTP/1.1" 200 577 0.010004 10.0.0.29 - - [2024-10-31 02:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.29 - - [2024-10-31 02:26:04] "GET /routing-instance/1c8bddb0-98a4-4339-9283-28d328a3b63a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.002548 10.0.0.29 - - [2024-10-31 02:26:04] "GET /route-target/3cd4e075-4afa-4540-b8db-fd7f45bec3f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003576 10.0.0.29 - - [2024-10-31 02:26:04] "GET /floating-ip/0c266976-6958-4424-88c6-3225f7cd6d2d HTTP/1.1" 200 1887 0.004646 10.0.0.29 - - [2024-10-31 02:26:05] "GET /obj-perms HTTP/1.1" 200 5056 0.047999 10.0.0.29 - - [2024-10-31 02:26:05] "GET /obj-perms HTTP/1.1" 200 5056 0.060945 10.0.0.29 - - [2024-10-31 02:26:07] "POST /neutron/floatingip HTTP/1.1" 200 577 0.009891 10.0.0.29 - - [2024-10-31 02:26:07] "POST /neutron/floatingip HTTP/1.1" 200 531 0.017125 10.0.0.29 - - [2024-10-31 02:26:07] "POST /neutron/floatingip HTTP/1.1" 200 531 0.005379 10.0.0.29 - - [2024-10-31 02:26:07] "POST /neutron/floatingip HTTP/1.1" 200 115 0.033549 10.0.0.29 - - [2024-10-31 02:26:07] "GET /floating-ip-pool/bd959be5-cf1f-4481-af7e-c29d7d485fbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1207 0.003242 10.0.0.29 - - [2024-10-31 02:26:07] "POST /ref-update HTTP/1.1" 200 156 0.007751 10.0.0.29 - - [2024-10-31 02:26:07] "DELETE /floating-ip-pool/bd959be5-cf1f-4481-af7e-c29d7d485fbc HTTP/1.1" 200 115 0.023012 10.0.0.29 - - [2024-10-31 02:26:07] "POST /neutron/network HTTP/1.1" 200 837 0.006689 10.0.0.29 - - [2024-10-31 02:26:07] "POST /neutron/network HTTP/1.1" 400 204 0.012594 10.0.0.29 - - [2024-10-31 02:26:08] "POST /neutron/port HTTP/1.1" 200 1101 0.015632 10.0.0.29 - - [2024-10-31 02:26:08] "POST /neutron/port HTTP/1.1" 200 1127 0.009548 10.0.0.29 - - [2024-10-31 02:26:08] "POST /neutron/port HTTP/1.1" 200 1099 0.020732 10.0.0.29 - - [2024-10-31 02:26:08] "POST /neutron/port HTTP/1.1" 200 1125 0.008883 10.0.0.29 - - [2024-10-31 02:26:08] "POST /neutron/port HTTP/1.1" 200 151 0.123854 10.0.0.29 - - [2024-10-31 02:26:08] "POST /neutron/port HTTP/1.1" 200 151 0.123339 10.0.0.29 - - [2024-10-31 02:26:09] "POST /neutron/network HTTP/1.1" 200 837 0.006035 10.0.0.29 - - [2024-10-31 02:26:09] "POST /useragent-kv HTTP/1.1" 200 115 0.001836 10.0.0.29 - - [2024-10-31 02:26:09] "POST /useragent-kv HTTP/1.1" 200 115 0.001017 10.0.0.29 - - [2024-10-31 02:26:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005658 10.0.0.29 - - [2024-10-31 02:26:09] "POST /neutron/network HTTP/1.1" 200 151 0.075026 10.0.0.29 - - [2024-10-31 02:26:09] "GET /routing-instance/9cbdedc0-5aa1-4205-a89e-eff84b7648a0 HTTP/1.1" 404 171 0.001862 10.0.0.29 - - [2024-10-31 02:26:09] "DELETE /route-target/3b8766c3-1786-434b-aa6d-d41d860cbde9 HTTP/1.1" 200 115 0.017672 10.0.0.29 - - [2024-10-31 02:26:09] "GET /domains HTTP/1.1" 200 280 0.002553 10.0.0.29 - - [2024-10-31 02:26:09] "GET /domains?obj_uuids=fe7e8e09-5e09-4e9d-a716-d1f8d98e9013&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000994 10.0.0.29 - - [2024-10-31 02:26:09] "GET /domain/fe7e8e09-5e09-4e9d-a716-d1f8d98e9013 HTTP/1.1" 200 2586 0.052410 10.0.0.29 - - [2024-10-31 02:26:09] "GET /projects?obj_uuids=217b6133-0c2b-4e64-82a9-3b12caa01974&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002242 10.0.0.29 - - [2024-10-31 02:26:09] "GET /project/217b6133-0c2b-4e64-82a9-3b12caa01974 HTTP/1.1" 200 2173 0.072719 10.0.0.29 - - [2024-10-31 02:26:09] "POST /neutron/network HTTP/1.1" 200 839 0.006432 10.0.0.29 - - [2024-10-31 02:26:10] "POST /useragent-kv HTTP/1.1" 200 115 0.001131 10.0.0.29 - - [2024-10-31 02:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.006417 10.0.0.29 - - [2024-10-31 02:26:10] "POST /useragent-kv HTTP/1.1" 200 115 0.001037 10.0.0.29 - - [2024-10-31 02:26:10] "POST /neutron/network HTTP/1.1" 200 151 0.080365 10.0.0.29 - - [2024-10-31 02:26:10] "GET /routing-instance/1c8bddb0-98a4-4339-9283-28d328a3b63a HTTP/1.1" 404 171 0.001929 10.0.0.29 - - [2024-10-31 02:26:10] "GET /domains HTTP/1.1" 200 280 0.002744 10.0.0.29 - - [2024-10-31 02:26:10] "DELETE /route-target/3cd4e075-4afa-4540-b8db-fd7f45bec3f2 HTTP/1.1" 200 115 0.021003 10.0.0.29 - - [2024-10-31 02:26:10] "GET /domains?obj_uuids=fe7e8e09-5e09-4e9d-a716-d1f8d98e9013&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000984 10.0.0.29 - - [2024-10-31 02:26:10] "GET /domain/fe7e8e09-5e09-4e9d-a716-d1f8d98e9013 HTTP/1.1" 200 2586 0.049475 10.0.0.29 - - [2024-10-31 02:26:10] "GET /projects?obj_uuids=217b6133-0c2b-4e64-82a9-3b12caa01974&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001672 10.0.0.29 - - [2024-10-31 02:26:10] "GET /project/217b6133-0c2b-4e64-82a9-3b12caa01974 HTTP/1.1" 200 1923 0.068288 10.0.0.29 - - [2024-10-31 02:26:10] "GET /projects?obj_uuids=217b6133-0c2b-4e64-82a9-3b12caa01974&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001283 10.0.0.29 - - [2024-10-31 02:26:10] "GET /project/217b6133-0c2b-4e64-82a9-3b12caa01974?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.039823 10.0.0.29 - - [2024-10-31 02:26:10] "GET /projects?obj_uuids=217b6133-0c2b-4e64-82a9-3b12caa01974&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001204 10.0.0.29 - - [2024-10-31 02:26:10] "GET /project/217b6133-0c2b-4e64-82a9-3b12caa01974?fields=virtual_networks HTTP/1.1" 200 1055 0.026669 10.0.0.29 - - [2024-10-31 02:26:10] "GET /projects?obj_uuids=217b6133-0c2b-4e64-82a9-3b12caa01974&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001225 10.0.0.29 - - [2024-10-31 02:26:10] "GET /project/217b6133-0c2b-4e64-82a9-3b12caa01974?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.022685 10.0.0.29 - - [2024-10-31 02:26:10] "GET /projects?obj_uuids=217b6133-0c2b-4e64-82a9-3b12caa01974&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001212 10.0.0.29 - - [2024-10-31 02:26:10] "GET /project/217b6133-0c2b-4e64-82a9-3b12caa01974?fields=security_groups HTTP/1.1" 200 1293 0.023857 10.0.0.29 - - [2024-10-31 02:26:11] "POST /fqname-to-id HTTP/1.1" 404 183 0.027959 10.0.0.29 - - [2024-10-31 02:26:11] "GET /projects?obj_uuids=7a12f23a-9f98-4786-b2af-f9da9fec670b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002713 10.0.0.29 - - [2024-10-31 02:26:11] "GET /domains?obj_uuids=fe7e8e09-5e09-4e9d-a716-d1f8d98e9013&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001113 10.0.0.29 - - [2024-10-31 02:26:11] "GET /domain/fe7e8e09-5e09-4e9d-a716-d1f8d98e9013?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006815 10.0.0.29 - - [2024-10-31 02:26:11] "POST /id-to-fqname HTTP/1.1" 200 185 0.001671 10.0.0.29 - - [2024-10-31 02:26:11] "POST /fqname-to-id HTTP/1.1" 404 194 0.003678 10.0.0.29 - - [2024-10-31 02:26:11] "POST /security-groups HTTP/1.1" 200 586 0.067294 10.0.0.29 - - [2024-10-31 02:26:11] "POST /fqname-to-id HTTP/1.1" 404 229 0.003381 10.0.0.29 - - [2024-10-31 02:26:11] "POST /projects HTTP/1.1" 200 575 0.245392 10.0.0.29 - - [2024-10-31 02:26:11] "POST /access-control-lists HTTP/1.1" 200 591 0.059130 10.0.0.29 - - [2024-10-31 02:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.326119 10.0.0.29 - - [2024-10-31 02:26:12] "POST /fqname-to-id HTTP/1.1" 404 228 0.003041 10.0.0.29 - - [2024-10-31 02:26:12] "GET /project/7a12f23a-9f98-4786-b2af-f9da9fec670b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.444446 10.0.0.29 - - [2024-10-31 02:26:12] "POST /access-control-lists HTTP/1.1" 200 589 0.060018 10.0.0.29 - - [2024-10-31 02:26:13] "GET / HTTP/1.1" 200 35931 0.002301 10.0.0.29 - - [2024-10-31 02:26:14] "GET /projects?obj_uuids=7a12f23a-9f98-4786-b2af-f9da9fec670b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001208 10.0.0.29 - - [2024-10-31 02:26:14] "GET /project/7a12f23a-9f98-4786-b2af-f9da9fec670b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.024218 10.0.0.29 - - [2024-10-31 02:26:14] "GET /projects?obj_uuids=7a12f23a-9f98-4786-b2af-f9da9fec670b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001265 10.0.0.29 - - [2024-10-31 02:26:14] "GET /project/7a12f23a-9f98-4786-b2af-f9da9fec670b?fields=virtual_networks HTTP/1.1" 200 1022 0.069242 10.0.0.29 - - [2024-10-31 02:26:14] "GET /projects?obj_uuids=7a12f23a-9f98-4786-b2af-f9da9fec670b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001106 10.0.0.29 - - [2024-10-31 02:26:14] "GET /project/7a12f23a-9f98-4786-b2af-f9da9fec670b?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.022468 10.0.0.29 - - [2024-10-31 02:26:14] "GET /projects?obj_uuids=7a12f23a-9f98-4786-b2af-f9da9fec670b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001235 10.0.0.29 - - [2024-10-31 02:26:14] "GET /project/7a12f23a-9f98-4786-b2af-f9da9fec670b?fields=security_groups HTTP/1.1" 200 1243 0.022506 10.0.0.29 - - [2024-10-31 02:26:15] "POST /fqname-to-id HTTP/1.1" 404 191 0.028173 10.0.0.29 - - [2024-10-31 02:26:15] "GET /projects?obj_uuids=470f2471-415f-405e-8b7e-346444733bd3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002652 10.0.0.29 - - [2024-10-31 02:26:15] "GET /domains?obj_uuids=fe7e8e09-5e09-4e9d-a716-d1f8d98e9013&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001061 10.0.0.29 - - [2024-10-31 02:26:15] "GET /domain/fe7e8e09-5e09-4e9d-a716-d1f8d98e9013?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008169 10.0.0.29 - - [2024-10-31 02:26:16] "POST /id-to-fqname HTTP/1.1" 200 193 0.001318 10.0.0.29 - - [2024-10-31 02:26:16] "POST /fqname-to-id HTTP/1.1" 404 202 0.002279 10.0.0.29 - - [2024-10-31 02:26:16] "POST /security-groups HTTP/1.1" 200 594 0.063544 10.0.0.29 - - [2024-10-31 02:26:16] "POST /fqname-to-id HTTP/1.1" 404 237 0.002678 10.0.0.29 - - [2024-10-31 02:26:16] "POST /projects HTTP/1.1" 200 591 0.269996 10.0.0.29 - - [2024-10-31 02:26:16] "POST /access-control-lists HTTP/1.1" 200 599 0.058925 10.0.0.29 - - [2024-10-31 02:26:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.342584 10.0.0.29 - - [2024-10-31 02:26:16] "POST /fqname-to-id HTTP/1.1" 404 236 0.002876 10.0.0.29 - - [2024-10-31 02:26:16] "GET /project/470f2471-415f-405e-8b7e-346444733bd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.462989 10.0.0.29 - - [2024-10-31 02:26:16] "POST /access-control-lists HTTP/1.1" 200 597 0.071938 10.0.0.29 - - [2024-10-31 02:26:17] "GET / HTTP/1.1" 200 35931 0.002084 10.0.0.29 - - [2024-10-31 02:26:18] "GET /project/470f2471-415f-405e-8b7e-346444733bd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000529 10.0.0.29 - - [2024-10-31 02:26:18] "GET /projects?obj_uuids=470f2471-415f-405e-8b7e-346444733bd3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001250 10.0.0.29 - - [2024-10-31 02:26:18] "GET /project/470f2471-415f-405e-8b7e-346444733bd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.049045 10.0.0.29 - - [2024-10-31 02:26:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002215 10.0.0.29 - - [2024-10-31 02:26:18] "GET /security-group/f3d24da5-24dd-45a2-acc8-f277ccfc3980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.005198 10.0.0.29 - - [2024-10-31 02:26:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.29 - - [2024-10-31 02:26:19] "GET /projects?obj_uuids=470f2471-415f-405e-8b7e-346444733bd3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001323 10.0.0.29 - - [2024-10-31 02:26:19] "GET /project/470f2471-415f-405e-8b7e-346444733bd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.034428 10.0.0.29 - - [2024-10-31 02:26:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.29 - - [2024-10-31 02:26:19] "GET /security-group/f3d24da5-24dd-45a2-acc8-f277ccfc3980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.004163 10.0.0.29 - - [2024-10-31 02:26:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004002 10.0.0.29 - - [2024-10-31 02:26:19] "PUT /security-group/f3d24da5-24dd-45a2-acc8-f277ccfc3980 HTTP/1.1" 200 262 0.015232 10.0.0.29 - - [2024-10-31 02:26:19] "PUT /access-control-list/7e124955-5ad5-4a0d-831f-8e69a2049761 HTTP/1.1" 200 272 0.009566 10.0.0.29 - - [2024-10-31 02:26:19] "PUT /access-control-list/9a201083-64b7-45d9-bf05-2ac2510f8061 HTTP/1.1" 200 272 0.009420 10.0.0.29 - - [2024-10-31 02:26:19] "POST /fqname-to-id HTTP/1.1" 404 202 0.002832 10.0.0.29 - - [2024-10-31 02:26:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.29 - - [2024-10-31 02:26:19] "GET /projects?obj_uuids=470f2471-415f-405e-8b7e-346444733bd3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001167 10.0.0.29 - - [2024-10-31 02:26:19] "GET /project/470f2471-415f-405e-8b7e-346444733bd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.022158 10.0.0.29 - - [2024-10-31 02:26:19] "POST /neutron/network HTTP/1.1" 200 117 0.033743 10.0.0.29 - - [2024-10-31 02:26:19] "GET /projects?obj_uuids=470f2471-415f-405e-8b7e-346444733bd3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001134 10.0.0.29 - - [2024-10-31 02:26:19] "POST /neutron/network HTTP/1.1" 200 608 0.061807 10.0.0.29 - - [2024-10-31 02:26:19] "POST /route-targets HTTP/1.1" 200 327 0.012739 10.0.0.29 - - [2024-10-31 02:26:19] "POST /ref-update HTTP/1.1" 200 156 0.011918 10.0.0.29 - - [2024-10-31 02:26:19] "POST /useragent-kv HTTP/1.1" 200 115 0.004970 10.0.0.29 - - [2024-10-31 02:26:19] "POST /neutron/subnet HTTP/1.1" 200 724 0.172453 10.0.0.29 - - [2024-10-31 02:26:19] "POST /neutron/network HTTP/1.1" 200 827 0.005926 10.0.0.29 - - [2024-10-31 02:26:19] "POST /id-to-fqname HTTP/1.1" 200 223 0.001235 10.0.0.29 - - [2024-10-31 02:26:19] "GET /virtual-network/6bc9da6f-a405-489b-b2de-ac5844414d09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.003357 10.0.0.29 - - [2024-10-31 02:26:19] "POST /neutron/network HTTP/1.1" 200 827 0.006082 10.0.0.29 - - [2024-10-31 02:26:19] "GET /virtual-network/6bc9da6f-a405-489b-b2de-ac5844414d09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.002990 10.0.0.29 - - [2024-10-31 02:26:19] "POST /neutron/network HTTP/1.1" 200 827 0.006157 10.0.0.29 - - [2024-10-31 02:26:19] "POST /neutron/subnet HTTP/1.1" 200 724 0.007231 10.0.0.29 - - [2024-10-31 02:26:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002523 10.0.0.29 - - [2024-10-31 02:26:19] "GET /projects?obj_uuids=470f2471-415f-405e-8b7e-346444733bd3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001151 10.0.0.29 - - [2024-10-31 02:26:20] "GET /project/470f2471-415f-405e-8b7e-346444733bd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.023014 10.0.0.29 - - [2024-10-31 02:26:20] "POST /neutron/network HTTP/1.1" 200 117 0.009956 10.0.0.29 - - [2024-10-31 02:26:20] "GET /projects?obj_uuids=470f2471-415f-405e-8b7e-346444733bd3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001583 10.0.0.29 - - [2024-10-31 02:26:20] "POST /neutron/network HTTP/1.1" 200 615 0.097703 10.0.0.29 - - [2024-10-31 02:26:20] "POST /route-targets HTTP/1.1" 200 327 0.012433 10.0.0.29 - - [2024-10-31 02:26:20] "POST /ref-update HTTP/1.1" 200 156 0.015798 10.0.0.29 - - [2024-10-31 02:26:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002437 10.0.0.29 - - [2024-10-31 02:26:20] "POST /neutron/subnet HTTP/1.1" 200 715 0.199915 10.0.0.29 - - [2024-10-31 02:26:20] "POST /neutron/network HTTP/1.1" 200 832 0.007034 10.0.0.29 - - [2024-10-31 02:26:20] "POST /id-to-fqname HTTP/1.1" 200 227 0.001324 10.0.0.29 - - [2024-10-31 02:26:20] "GET /virtual-network/9e3a92a6-7b2a-4401-ad2c-0dc230383d0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.002825 10.0.0.29 - - [2024-10-31 02:26:20] "POST /neutron/network HTTP/1.1" 200 832 0.007002 10.0.0.29 - - [2024-10-31 02:26:20] "GET /virtual-network/9e3a92a6-7b2a-4401-ad2c-0dc230383d0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.002624 10.0.0.29 - - [2024-10-31 02:26:20] "POST /neutron/network HTTP/1.1" 200 832 0.005947 10.0.0.29 - - [2024-10-31 02:26:20] "POST /neutron/subnet HTTP/1.1" 200 715 0.007695 10.0.0.29 - - [2024-10-31 02:26:20] "POST /id-to-fqname HTTP/1.1" 200 223 0.001458 10.0.0.29 - - [2024-10-31 02:26:20] "POST /neutron/network HTTP/1.1" 200 837 0.007159 10.0.0.29 - - [2024-10-31 02:26:20] "GET /aaa-mode HTTP/1.1" 401 292 0.000440 10.0.0.29 - - [2024-10-31 02:26:21] "GET / HTTP/1.1" 200 35931 0.001754 10.0.0.29 - - [2024-10-31 02:26:21] "GET /project/470f2471-415f-405e-8b7e-346444733bd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000460 10.0.0.29 - - [2024-10-31 02:26:21] "GET /projects?obj_uuids=470f2471-415f-405e-8b7e-346444733bd3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001257 10.0.0.29 - - [2024-10-31 02:26:21] "GET /project/470f2471-415f-405e-8b7e-346444733bd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.047740 10.0.0.29 - - [2024-10-31 02:26:21] "POST /neutron/network HTTP/1.1" 200 827 0.006232 10.0.0.29 - - [2024-10-31 02:26:21] "POST /neutron/port HTTP/1.1" 200 117 0.006127 10.0.0.29 - - [2024-10-31 02:26:21] "POST /neutron/port HTTP/1.1" 200 117 0.006140 10.0.0.29 - - [2024-10-31 02:26:21] "POST /id-to-fqname HTTP/1.1" 200 227 0.001614 10.0.0.29 - - [2024-10-31 02:26:21] "POST /neutron/port HTTP/1.1" 200 117 0.006770 10.0.0.29 - - [2024-10-31 02:26:21] "POST /neutron/network HTTP/1.1" 200 842 0.007614 10.0.0.29 - - [2024-10-31 02:26:21] "GET /aaa-mode HTTP/1.1" 401 292 0.000489 10.0.0.29 - - [2024-10-31 02:26:22] "POST /neutron/network HTTP/1.1" 200 837 0.006065 10.0.0.29 - - [2024-10-31 02:26:22] "GET /projects?obj_uuids=470f2471-415f-405e-8b7e-346444733bd3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001651 10.0.0.29 - - [2024-10-31 02:26:22] "GET / HTTP/1.1" 200 35931 0.001861 10.0.0.29 - - [2024-10-31 02:26:22] "GET /project/470f2471-415f-405e-8b7e-346444733bd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000443 10.0.0.29 - - [2024-10-31 02:26:22] "POST /neutron/port HTTP/1.1" 200 1063 0.206681 10.0.0.29 - - [2024-10-31 02:26:22] "POST /neutron/port HTTP/1.1" 200 1063 0.010864 10.0.0.29 - - [2024-10-31 02:26:22] "POST /neutron/port HTTP/1.1" 200 1063 0.013630 10.0.0.29 - - [2024-10-31 02:26:22] "POST /neutron/port HTTP/1.1" 200 1117 0.073440 10.0.0.29 - - [2024-10-31 02:26:22] "POST /neutron/port HTTP/1.1" 200 1091 0.016472 10.0.0.29 - - [2024-10-31 02:26:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006459 10.0.0.29 - - [2024-10-31 02:26:22] "GET /projects?obj_uuids=470f2471-415f-405e-8b7e-346444733bd3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001146 10.0.0.29 - - [2024-10-31 02:26:22] "POST /neutron/subnet HTTP/1.1" 200 698 0.023788 10.0.0.29 - - [2024-10-31 02:26:22] "POST /neutron/port HTTP/1.1" 200 117 0.001245 10.0.0.29 - - [2024-10-31 02:26:22] "GET /project/470f2471-415f-405e-8b7e-346444733bd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.058389 10.0.0.29 - - [2024-10-31 02:26:22] "POST /neutron/network HTTP/1.1" 200 827 0.006006 10.0.0.29 - - [2024-10-31 02:26:22] "POST /neutron/network HTTP/1.1" 200 832 0.005752 10.0.0.29 - - [2024-10-31 02:26:22] "POST /neutron/port HTTP/1.1" 200 1091 0.019821 10.0.0.29 - - [2024-10-31 02:26:22] "POST /neutron/security_group HTTP/1.1" 200 2002 0.010075 10.0.0.29 - - [2024-10-31 02:26:22] "POST /neutron/port HTTP/1.1" 200 117 0.006322 10.0.0.29 - - [2024-10-31 02:26:22] "GET /projects?obj_uuids=470f2471-415f-405e-8b7e-346444733bd3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002345 10.0.0.29 - - [2024-10-31 02:26:23] "POST /neutron/router HTTP/1.1" 200 585 0.289025 10.0.0.29 - - [2024-10-31 02:26:23] "POST /neutron/router HTTP/1.1" 200 585 0.004115 10.0.0.29 - - [2024-10-31 02:26:23] "POST /route-targets HTTP/1.1" 200 327 0.017041 10.0.0.29 - - [2024-10-31 02:26:23] "PUT /logical-router/2c16bd16-5bc5-4b5c-84c4-48e8da210971 HTTP/1.1" 200 262 0.018027 10.0.0.29 - - [2024-10-31 02:26:23] "POST /neutron/router HTTP/1.1" 200 656 0.037949 10.0.0.29 - - [2024-10-31 02:26:23] "GET /logical-router/2c16bd16-5bc5-4b5c-84c4-48e8da210971?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1640 0.005580 10.0.0.29 - - [2024-10-31 02:26:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002560 10.0.0.29 - - [2024-10-31 02:26:23] "POST /neutron/router HTTP/1.1" 200 656 0.004560 10.0.0.29 - - [2024-10-31 02:26:23] "GET /projects?obj_uuids=470f2471-415f-405e-8b7e-346444733bd3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001232 10.0.0.29 - - [2024-10-31 02:26:23] "GET /service-template/9d03efd0-7d42-48c3-9f51-2d338798a4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1682 0.004872 10.0.0.29 - - [2024-10-31 02:26:23] "POST /fqname-to-id HTTP/1.1" 404 215 0.003242 10.0.0.29 - - [2024-10-31 02:26:23] "POST /neutron/network HTTP/1.1" 200 842 0.014048 10.0.0.29 - - [2024-10-31 02:26:23] "GET /projects?obj_uuids=470f2471-415f-405e-8b7e-346444733bd3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001360 10.0.0.29 - - [2024-10-31 02:26:23] "POST /neutron/router HTTP/1.1" 200 344 0.355873 10.0.0.29 - - [2024-10-31 02:26:23] "POST /useragent-kv HTTP/1.1" 200 115 0.018932 10.0.0.29 - - [2024-10-31 02:26:23] "POST /virtual-networks HTTP/1.1" 200 694 0.251336 10.0.0.29 - - [2024-10-31 02:26:23] "POST /ref-update HTTP/1.1" 200 156 0.041894 10.0.0.29 - - [2024-10-31 02:26:23] "POST /route-targets HTTP/1.1" 200 327 0.044854 10.0.0.29 - - [2024-10-31 02:26:23] "POST /neutron/port HTTP/1.1" 200 1091 0.068249 10.0.0.29 - - [2024-10-31 02:26:23] "POST /neutron/security_group HTTP/1.1" 200 2002 0.042883 10.0.0.29 - - [2024-10-31 02:26:23] "POST /ref-update HTTP/1.1" 200 156 0.092761 10.0.0.29 - - [2024-10-31 02:26:23] "POST /service-instances HTTP/1.1" 200 670 0.163771 10.0.0.29 - - [2024-10-31 02:26:23] "POST /route-tables HTTP/1.1" 200 582 0.049031 10.0.0.29 - - [2024-10-31 02:26:23] "POST /neutron/port HTTP/1.1" 200 1061 0.454623 10.0.0.29 - - [2024-10-31 02:26:23] "PUT /logical-router/2c16bd16-5bc5-4b5c-84c4-48e8da210971 HTTP/1.1" 200 262 0.025795 10.0.0.29 - - [2024-10-31 02:26:24] "POST /neutron/port HTTP/1.1" 200 1061 0.010588 10.0.0.29 - - [2024-10-31 02:26:24] "POST /neutron/port HTTP/1.1" 200 1061 0.013887 10.0.0.29 - - [2024-10-31 02:26:24] "POST /ref-update HTTP/1.1" 200 156 0.031885 10.0.0.29 - - [2024-10-31 02:26:24] "POST /neutron/port HTTP/1.1" 200 1115 0.081195 10.0.0.29 - - [2024-10-31 02:26:24] "POST /neutron/port HTTP/1.1" 200 1089 0.014342 10.0.0.29 - - [2024-10-31 02:26:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002546 10.0.0.29 - - [2024-10-31 02:26:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002797 10.0.0.29 - - [2024-10-31 02:26:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003440 10.0.0.29 - - [2024-10-31 02:26:24] "POST /neutron/subnet HTTP/1.1" 200 689 0.010813 10.0.0.29 - - [2024-10-31 02:26:24] "POST /neutron/port HTTP/1.1" 200 117 0.001637 10.0.0.29 - - [2024-10-31 02:26:24] "POST /virtual-machines HTTP/1.1" 200 553 0.018797 10.0.0.29 - - [2024-10-31 02:26:24] "POST /neutron/network HTTP/1.1" 200 832 0.006786 10.0.0.29 - - [2024-10-31 02:26:24] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.081678 10.0.0.29 - - [2024-10-31 02:26:24] "POST /chown HTTP/1.1" 200 109 0.008640 10.0.0.29 - - [2024-10-31 02:26:24] "POST /instance-ips HTTP/1.1" 200 551 0.032651 10.0.0.29 - - [2024-10-31 02:26:24] "POST /instance-ips HTTP/1.1" 400 246 0.030684 10.0.0.29 - - [2024-10-31 02:26:24] "POST /chown HTTP/1.1" 200 109 0.011119 10.0.0.29 - - [2024-10-31 02:26:24] "PUT /virtual-machine-interface/c4338e8a-0905-4204-a46f-d516a7034435 HTTP/1.1" 200 284 0.011576 10.0.0.29 - - [2024-10-31 02:26:24] "PUT /instance-ip/87f129f7-45f3-4320-8cb8-57e63240ca16 HTTP/1.1" 200 256 0.015546 10.0.0.29 - - [2024-10-31 02:26:24] "POST /ref-update HTTP/1.1" 200 156 0.013268 10.0.0.29 - - [2024-10-31 02:26:24] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.097402 10.0.0.29 - - [2024-10-31 02:26:25] "POST /chown HTTP/1.1" 200 109 0.007512 10.0.0.29 - - [2024-10-31 02:26:25] "POST /instance-ips HTTP/1.1" 200 549 0.042375 10.0.0.29 - - [2024-10-31 02:26:25] "POST /instance-ips HTTP/1.1" 400 316 0.020832 10.0.0.29 - - [2024-10-31 02:26:25] "POST /chown HTTP/1.1" 200 109 0.020118 10.0.0.29 - - [2024-10-31 02:26:25] "PUT /virtual-machine-interface/09c03399-8cac-4eac-8033-4dc639674cd4 HTTP/1.1" 200 284 0.011686 10.0.0.29 - - [2024-10-31 02:26:25] "PUT /instance-ip/e4daed9b-a66a-4733-ae7f-55e4c564adf4 HTTP/1.1" 200 256 0.015226 10.0.0.29 - - [2024-10-31 02:26:25] "POST /ref-update HTTP/1.1" 200 156 0.016605 10.0.0.29 - - [2024-10-31 02:26:25] "POST /ref-update HTTP/1.1" 200 156 0.010026 10.0.0.29 - - [2024-10-31 02:26:25] "PUT /routing-instance/d736257e-76bb-4b98-9f21-f422139ac512 HTTP/1.1" 200 266 0.008387 10.0.0.29 - - [2024-10-31 02:26:25] "POST /ref-update HTTP/1.1" 200 156 0.010331 10.0.0.29 - - [2024-10-31 02:26:25] "POST /virtual-machines HTTP/1.1" 200 553 0.012993 10.0.0.29 - - [2024-10-31 02:26:25] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.090601 10.0.0.29 - - [2024-10-31 02:26:25] "POST /chown HTTP/1.1" 200 109 0.007771 10.0.0.29 - - [2024-10-31 02:26:25] "POST /instance-ips HTTP/1.1" 400 246 0.017181 10.0.0.29 - - [2024-10-31 02:26:25] "POST /chown HTTP/1.1" 200 109 0.007668 10.0.0.29 - - [2024-10-31 02:26:25] "PUT /virtual-machine-interface/9ff737e3-49fa-40c0-9f61-6b3882d01a06 HTTP/1.1" 200 284 0.011081 10.0.0.29 - - [2024-10-31 02:26:25] "PUT /instance-ip/87f129f7-45f3-4320-8cb8-57e63240ca16 HTTP/1.1" 200 256 0.014992 10.0.0.29 - - [2024-10-31 02:26:26] "POST /ref-update HTTP/1.1" 200 156 0.012778 10.0.0.29 - - [2024-10-31 02:26:26] "POST /ref-update HTTP/1.1" 200 156 0.012214 10.0.0.29 - - [2024-10-31 02:26:26] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.101566 10.0.0.29 - - [2024-10-31 02:26:26] "POST /chown HTTP/1.1" 200 109 0.007442 10.0.0.29 - - [2024-10-31 02:26:26] "POST /instance-ips HTTP/1.1" 400 316 0.014501 10.0.0.29 - - [2024-10-31 02:26:26] "POST /chown HTTP/1.1" 200 109 0.007917 10.0.0.29 - - [2024-10-31 02:26:26] "PUT /virtual-machine-interface/405af649-e956-46fc-99a8-c54ee52a390d HTTP/1.1" 200 284 0.013912 10.0.0.29 - - [2024-10-31 02:26:26] "PUT /instance-ip/e4daed9b-a66a-4733-ae7f-55e4c564adf4 HTTP/1.1" 200 256 0.012941 10.0.0.29 - - [2024-10-31 02:26:26] "POST /ref-update HTTP/1.1" 200 156 0.013453 10.0.0.29 - - [2024-10-31 02:26:26] "POST /ref-update HTTP/1.1" 200 156 0.016422 10.0.0.29 - - [2024-10-31 02:26:28] "POST /neutron/port HTTP/1.1" 200 1091 0.016687 10.0.0.29 - - [2024-10-31 02:26:28] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006898 10.0.0.29 - - [2024-10-31 02:26:28] "POST /neutron/port HTTP/1.1" 200 1091 0.028911 10.0.0.29 - - [2024-10-31 02:26:28] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006307 10.0.0.29 - - [2024-10-31 02:26:28] "POST /neutron/port HTTP/1.1" 200 1091 0.015864 10.0.0.29 - - [2024-10-31 02:26:29] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006581 10.0.0.29 - - [2024-10-31 02:26:29] "GET /virtual-machine/d3e9359d-7662-4808-bd19-4acb881ee561 HTTP/1.1" 401 292 0.000479 10.0.0.29 - - [2024-10-31 02:26:29] "GET /virtual-machine/d3e9359d-7662-4808-bd19-4acb881ee561 HTTP/1.1" 200 1296 0.030532 10.0.0.29 - - [2024-10-31 02:26:29] "GET /virtual-machine-interface/eae4527a-e924-48b7-b73c-9bcf55d199d3 HTTP/1.1" 200 2957 0.002854 10.0.0.29 - - [2024-10-31 02:26:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.29 - - [2024-10-31 02:26:29] "GET /global-vrouter-config/d965d459-3c06-4945-9eb4-d4935e5e3a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002573 10.0.0.29 - - [2024-10-31 02:26:29] "GET /virtual-networks?parent_id=470f2471-415f-405e-8b7e-346444733bd3&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003285 10.0.0.29 - - [2024-10-31 02:26:29] "GET /virtual-network/6bc9da6f-a405-489b-b2de-ac5844414d09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.003986 10.0.0.29 - - [2024-10-31 02:26:31] "POST /neutron/port HTTP/1.1" 200 1091 0.015232 10.0.0.29 - - [2024-10-31 02:26:31] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005380 10.0.0.29 - - [2024-10-31 02:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.29 - - [2024-10-31 02:26:32] "GET /virtual-network/6bc9da6f-a405-489b-b2de-ac5844414d09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.003467 10.0.0.29 - - [2024-10-31 02:26:32] "POST /neutron/port HTTP/1.1" 200 1089 0.014637 10.0.0.29 - - [2024-10-31 02:26:32] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005876 10.0.0.29 - - [2024-10-31 02:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.29 - - [2024-10-31 02:26:34] "GET /global-vrouter-config/d965d459-3c06-4945-9eb4-d4935e5e3a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003154 10.0.0.29 - - [2024-10-31 02:26:34] "GET /virtual-networks?parent_id=470f2471-415f-405e-8b7e-346444733bd3&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.006207 10.0.0.29 - - [2024-10-31 02:26:34] "GET /virtual-network/6bc9da6f-a405-489b-b2de-ac5844414d09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004178 10.0.0.29 - - [2024-10-31 02:26:34] "POST /neutron/port HTTP/1.1" 200 1091 0.017778 10.0.0.29 - - [2024-10-31 02:26:35] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007526 10.0.0.29 - - [2024-10-31 02:26:40] "POST /neutron/port HTTP/1.1" 200 1089 0.014531 10.0.0.29 - - [2024-10-31 02:26:40] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006443 10.0.0.29 - - [2024-10-31 02:26:40] "POST /neutron/port HTTP/1.1" 200 1089 0.014871 10.0.0.29 - - [2024-10-31 02:26:40] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006493 10.0.0.29 - - [2024-10-31 02:26:40] "POST /neutron/port HTTP/1.1" 200 1089 0.015000 10.0.0.29 - - [2024-10-31 02:26:40] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006473 10.0.0.29 - - [2024-10-31 02:26:40] "GET /virtual-machine/fbc9f3f5-953a-4430-86b7-22205fb3b20a HTTP/1.1" 200 1295 0.004510 10.0.0.29 - - [2024-10-31 02:26:40] "GET /virtual-machine-interface/7fffa02a-7f69-4a92-966c-19d27e6932c0 HTTP/1.1" 200 2968 0.002980 10.0.0.29 - - [2024-10-31 02:26:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.29 - - [2024-10-31 02:26:40] "GET /global-vrouter-config/d965d459-3c06-4945-9eb4-d4935e5e3a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002521 10.0.0.29 - - [2024-10-31 02:26:40] "GET /virtual-networks?parent_id=470f2471-415f-405e-8b7e-346444733bd3&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003186 10.0.0.29 - - [2024-10-31 02:26:40] "GET /virtual-network/9e3a92a6-7b2a-4401-ad2c-0dc230383d0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.003762 10.0.0.29 - - [2024-10-31 02:26:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.29 - - [2024-10-31 02:26:41] "GET /global-vrouter-config/d965d459-3c06-4945-9eb4-d4935e5e3a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002905 10.0.0.29 - - [2024-10-31 02:26:41] "GET /virtual-networks?parent_id=470f2471-415f-405e-8b7e-346444733bd3&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003845 10.0.0.29 - - [2024-10-31 02:26:41] "GET /virtual-network/9e3a92a6-7b2a-4401-ad2c-0dc230383d0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004216 10.0.0.29 - - [2024-10-31 02:26:45] "POST /neutron/router HTTP/1.1" 200 656 0.004826 10.0.0.29 - - [2024-10-31 02:26:45] "POST /ref-update HTTP/1.1" 200 156 0.013655 10.0.0.29 - - [2024-10-31 02:26:45] "POST /neutron/router HTTP/1.1" 200 344 0.108060 10.0.0.29 - - [2024-10-31 02:26:45] "POST /neutron/router HTTP/1.1" 200 656 0.006535 10.0.0.29 - - [2024-10-31 02:26:45] "GET /logical-router/2c16bd16-5bc5-4b5c-84c4-48e8da210971?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1971 0.004132 10.0.0.29 - - [2024-10-31 02:26:45] "GET /service-instance/71edaa3f-c671-4553-a95b-808931726e35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.003487 10.0.0.29 - - [2024-10-31 02:26:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004728 10.0.0.29 - - [2024-10-31 02:26:45] "POST /neutron/router HTTP/1.1" 200 151 0.070893 10.0.0.29 - - [2024-10-31 02:26:45] "DELETE /route-target/09d9ba4c-51c1-4c29-ac45-8b7d0a82ec6a HTTP/1.1" 409 239 0.007331 10.0.0.29 - - [2024-10-31 02:26:45] "PUT /logical-router/2c16bd16-5bc5-4b5c-84c4-48e8da210971 HTTP/1.1" 404 171 0.003219 10.0.0.29 - - [2024-10-31 02:26:45] "POST /ref-update HTTP/1.1" 200 156 0.017522 10.0.0.29 - - [2024-10-31 02:26:45] "DELETE /route-table/1963d9b9-8a83-4c20-8a9d-7382844e5807 HTTP/1.1" 200 115 0.040115 10.0.0.29 - - [2024-10-31 02:26:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.29 - - [2024-10-31 02:26:46] "PUT /routing-instance/d736257e-76bb-4b98-9f21-f422139ac512 HTTP/1.1" 200 266 0.021207 10.0.0.29 - - [2024-10-31 02:26:46] "GET /virtual-network/50f3242f-e2ac-432b-9a19-3f448652743d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.003464 10.0.0.29 - - [2024-10-31 02:26:46] "POST /ref-update HTTP/1.1" 200 156 0.010974 10.0.0.29 - - [2024-10-31 02:26:46] "POST /neutron/network HTTP/1.1" 200 832 0.011380 10.0.0.29 - - [2024-10-31 02:26:46] "POST /ref-update HTTP/1.1" 200 156 0.014772 10.0.0.29 - - [2024-10-31 02:26:46] "POST /neutron/network HTTP/1.1" 400 204 0.057429 10.0.0.29 - - [2024-10-31 02:26:46] "DELETE /instance-ip/e4daed9b-a66a-4733-ae7f-55e4c564adf4 HTTP/1.1" 200 115 0.053848 10.0.0.29 - - [2024-10-31 02:26:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.29 - - [2024-10-31 02:26:46] "POST /useragent-kv HTTP/1.1" 200 115 0.001416 10.0.0.29 - - [2024-10-31 02:26:46] "POST /useragent-kv HTTP/1.1" 200 115 0.001475 10.0.0.29 - - [2024-10-31 02:26:46] "DELETE /virtual-network/50f3242f-e2ac-432b-9a19-3f448652743d HTTP/1.1" 200 115 0.195585 10.0.0.29 - - [2024-10-31 02:26:46] "DELETE /route-target/bc5f931d-006e-4940-bf53-ca0902253bdc HTTP/1.1" 200 115 0.050411 10.0.0.29 - - [2024-10-31 02:26:46] "DELETE /service-instance/71edaa3f-c671-4553-a95b-808931726e35 HTTP/1.1" 200 115 0.064066 10.0.0.29 - - [2024-10-31 02:26:46] "GET /logical-router/2c16bd16-5bc5-4b5c-84c4-48e8da210971?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003735 10.0.0.29 - - [2024-10-31 02:26:46] "GET /service-instance/71edaa3f-c671-4553-a95b-808931726e35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002963 10.0.0.29 - - [2024-10-31 02:26:46] "POST /neutron/port HTTP/1.1" 200 1089 0.015571 10.0.0.29 - - [2024-10-31 02:26:46] "GET /virtual-machine-interface/9ff737e3-49fa-40c0-9f61-6b3882d01a06?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1654 0.005902 10.0.0.29 - - [2024-10-31 02:26:46] "POST /neutron/port HTTP/1.1" 200 1115 0.013402 10.0.0.29 - - [2024-10-31 02:26:46] "POST /ref-update HTTP/1.1" 200 156 0.017121 10.0.0.29 - - [2024-10-31 02:26:46] "GET /instance-ip/87f129f7-45f3-4320-8cb8-57e63240ca16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.004099 10.0.0.29 - - [2024-10-31 02:26:46] "POST /neutron/port HTTP/1.1" 200 151 0.134846 10.0.0.29 - - [2024-10-31 02:26:46] "DELETE /virtual-machine-interface/9ff737e3-49fa-40c0-9f61-6b3882d01a06 HTTP/1.1" 200 115 0.050002 10.0.0.29 - - [2024-10-31 02:26:46] "GET /virtual-machine-interface/405af649-e956-46fc-99a8-c54ee52a390d?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1333 0.003500 10.0.0.29 - - [2024-10-31 02:26:46] "POST /neutron/port HTTP/1.1" 200 1091 0.025825 10.0.0.29 - - [2024-10-31 02:26:46] "POST /neutron/port HTTP/1.1" 200 1117 0.009671 10.0.0.29 - - [2024-10-31 02:26:46] "DELETE /virtual-machine-interface/405af649-e956-46fc-99a8-c54ee52a390d HTTP/1.1" 200 115 0.047722 10.0.0.29 - - [2024-10-31 02:26:46] "DELETE /virtual-machine/4c042be7-42cb-48b5-9c80-f315e6fc849a HTTP/1.1" 200 115 0.036011 10.0.0.29 - - [2024-10-31 02:26:46] "GET /virtual-machine-interface/c4338e8a-0905-4204-a46f-d516a7034435?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1654 0.008525 10.0.0.29 - - [2024-10-31 02:26:47] "POST /ref-update HTTP/1.1" 200 156 0.040575 10.0.0.29 - - [2024-10-31 02:26:47] "POST /neutron/port HTTP/1.1" 200 151 0.194645 10.0.0.29 - - [2024-10-31 02:26:47] "GET /instance-ip/87f129f7-45f3-4320-8cb8-57e63240ca16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1693 0.014335 10.0.0.29 - - [2024-10-31 02:26:47] "DELETE /instance-ip/87f129f7-45f3-4320-8cb8-57e63240ca16 HTTP/1.1" 200 115 0.030434 10.0.0.29 - - [2024-10-31 02:26:47] "DELETE /virtual-machine-interface/c4338e8a-0905-4204-a46f-d516a7034435 HTTP/1.1" 200 115 0.041938 10.0.0.29 - - [2024-10-31 02:26:47] "GET /virtual-machine-interface/09c03399-8cac-4eac-8033-4dc639674cd4?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1331 0.004155 10.0.0.29 - - [2024-10-31 02:26:47] "DELETE /virtual-machine-interface/09c03399-8cac-4eac-8033-4dc639674cd4 HTTP/1.1" 200 115 0.032289 10.0.0.29 - - [2024-10-31 02:26:47] "POST /ref-update HTTP/1.1" 200 156 0.017600 10.0.0.29 - - [2024-10-31 02:26:47] "DELETE /virtual-machine/2acddd71-32aa-43d8-9fa4-dd228c546888 HTTP/1.1" 200 115 0.020096 10.0.0.29 - - [2024-10-31 02:26:48] "POST /neutron/network HTTP/1.1" 200 832 0.006676 10.0.0.29 - - [2024-10-31 02:26:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004776 10.0.0.29 - - [2024-10-31 02:26:48] "POST /useragent-kv HTTP/1.1" 200 115 0.001276 10.0.0.29 - - [2024-10-31 02:26:48] "POST /useragent-kv HTTP/1.1" 200 115 0.000998 10.0.0.29 - - [2024-10-31 02:26:48] "POST /neutron/network HTTP/1.1" 200 151 0.393593 10.0.0.29 - - [2024-10-31 02:26:48] "DELETE /route-target/826d94e9-84ce-4988-a3cd-ab36620d5923 HTTP/1.1" 200 115 0.024914 10.0.0.29 - - [2024-10-31 02:26:48] "POST /neutron/network HTTP/1.1" 200 827 0.005248 10.0.0.29 - - [2024-10-31 02:26:48] "POST /useragent-kv HTTP/1.1" 200 115 0.001376 10.0.0.29 - - [2024-10-31 02:26:48] "POST /useragent-kv HTTP/1.1" 200 115 0.001137 10.0.0.29 - - [2024-10-31 02:26:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006177 10.0.0.29 - - [2024-10-31 02:26:48] "POST /neutron/network HTTP/1.1" 200 151 0.083531 10.0.0.29 - - [2024-10-31 02:26:48] "DELETE /route-target/77ec830c-8f12-4055-8a68-ef6dac107d88 HTTP/1.1" 200 115 0.024025 10.0.0.29 - - [2024-10-31 02:26:48] "GET /projects?obj_uuids=470f2471-415f-405e-8b7e-346444733bd3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001346 10.0.0.29 - - [2024-10-31 02:26:48] "GET /project/470f2471-415f-405e-8b7e-346444733bd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.025354 10.0.0.29 - - [2024-10-31 02:26:48] "GET /projects?obj_uuids=470f2471-415f-405e-8b7e-346444733bd3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001692 10.0.0.29 - - [2024-10-31 02:26:49] "GET /project/470f2471-415f-405e-8b7e-346444733bd3?fields=virtual_networks HTTP/1.1" 200 1038 0.066528 10.0.0.29 - - [2024-10-31 02:26:49] "GET /projects?obj_uuids=470f2471-415f-405e-8b7e-346444733bd3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001176 10.0.0.29 - - [2024-10-31 02:26:49] "GET /project/470f2471-415f-405e-8b7e-346444733bd3?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.023400 10.0.0.29 - - [2024-10-31 02:26:49] "GET /projects?obj_uuids=470f2471-415f-405e-8b7e-346444733bd3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001177 10.0.0.29 - - [2024-10-31 02:26:49] "GET /project/470f2471-415f-405e-8b7e-346444733bd3?fields=security_groups HTTP/1.1" 200 1267 0.020195 10.0.0.29 - - [2024-10-31 02:26:50] "POST /fqname-to-id HTTP/1.1" 404 196 0.026942 10.0.0.29 - - [2024-10-31 02:26:50] "GET /projects?obj_uuids=f3832a2c-ce39-4a24-aece-fddd6f14ecf7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002509 10.0.0.29 - - [2024-10-31 02:26:50] "GET /domains?obj_uuids=fe7e8e09-5e09-4e9d-a716-d1f8d98e9013&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001152 10.0.0.29 - - [2024-10-31 02:26:50] "GET /domain/fe7e8e09-5e09-4e9d-a716-d1f8d98e9013?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008905 10.0.0.29 - - [2024-10-31 02:26:50] "POST /id-to-fqname HTTP/1.1" 200 198 0.001352 10.0.0.29 - - [2024-10-31 02:26:50] "POST /fqname-to-id HTTP/1.1" 404 207 0.002435 10.0.0.29 - - [2024-10-31 02:26:50] "POST /security-groups HTTP/1.1" 200 599 0.063085 10.0.0.29 - - [2024-10-31 02:26:50] "POST /fqname-to-id HTTP/1.1" 404 242 0.002672 10.0.0.29 - - [2024-10-31 02:26:50] "POST /projects HTTP/1.1" 200 601 0.218938 10.0.0.29 - - [2024-10-31 02:26:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.253704 10.0.0.29 - - [2024-10-31 02:26:50] "POST /access-control-lists HTTP/1.1" 200 604 0.058197 10.0.0.29 - - [2024-10-31 02:26:50] "GET /project/f3832a2c-ce39-4a24-aece-fddd6f14ecf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.378850 10.0.0.29 - - [2024-10-31 02:26:50] "POST /fqname-to-id HTTP/1.1" 404 241 0.003550 10.0.0.29 - - [2024-10-31 02:26:50] "POST /access-control-lists HTTP/1.1" 200 602 0.060458 10.0.0.29 - - [2024-10-31 02:26:51] "GET / HTTP/1.1" 200 35931 0.002309 10.0.0.29 - - [2024-10-31 02:26:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000714 10.0.0.29 - - [2024-10-31 02:26:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.058576 10.0.0.29 - - [2024-10-31 02:26:52] "GET /projects?obj_uuids=f3832a2c-ce39-4a24-aece-fddd6f14ecf7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001200 10.0.0.29 - - [2024-10-31 02:26:52] "GET /project/f3832a2c-ce39-4a24-aece-fddd6f14ecf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.022544 10.0.0.29 - - [2024-10-31 02:26:52] "POST /neutron/network HTTP/1.1" 200 117 0.031448 10.0.0.29 - - [2024-10-31 02:26:52] "GET /projects?obj_uuids=f3832a2c-ce39-4a24-aece-fddd6f14ecf7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001594 10.0.0.29 - - [2024-10-31 02:26:52] "POST /neutron/network HTTP/1.1" 200 613 0.075012 10.0.0.29 - - [2024-10-31 02:26:52] "POST /route-targets HTTP/1.1" 200 327 0.015519 10.0.0.29 - - [2024-10-31 02:26:52] "POST /ref-update HTTP/1.1" 200 156 0.012068 10.0.0.29 - - [2024-10-31 02:26:53] "POST /useragent-kv HTTP/1.1" 200 115 0.004086 10.0.0.29 - - [2024-10-31 02:26:53] "POST /neutron/subnet HTTP/1.1" 200 729 0.195969 10.0.0.29 - - [2024-10-31 02:26:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002783 10.0.0.29 - - [2024-10-31 02:26:53] "POST /neutron/subnet HTTP/1.1" 200 828 0.157670 10.0.0.29 - - [2024-10-31 02:26:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.032049 10.0.0.29 - - [2024-10-31 02:26:53] "GET /virtual-network/edae89dc-a477-4f92-a268-8d9c1a99d7f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.008147 10.0.0.29 - - [2024-10-31 02:26:53] "POST /neutron/network HTTP/1.1" 200 1007 0.007411 10.0.0.29 - - [2024-10-31 02:26:53] "POST /id-to-fqname HTTP/1.1" 200 228 0.001322 10.0.0.29 - - [2024-10-31 02:26:53] "GET /virtual-network/9f07a98c-dfb7-4180-9da0-856ec91d6bbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.003135 10.0.0.29 - - [2024-10-31 02:26:53] "POST /neutron/network HTTP/1.1" 200 1007 0.010375 10.0.0.29 - - [2024-10-31 02:26:53] "GET /virtual-network/9f07a98c-dfb7-4180-9da0-856ec91d6bbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.003069 10.0.0.29 - - [2024-10-31 02:26:53] "POST /neutron/network HTTP/1.1" 200 1007 0.007742 10.0.0.29 - - [2024-10-31 02:26:53] "POST /neutron/subnet HTTP/1.1" 200 729 0.007421 10.0.0.29 - - [2024-10-31 02:26:53] "POST /neutron/subnet HTTP/1.1" 200 828 0.008663 10.0.0.29 - - [2024-10-31 02:26:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002796 10.0.0.29 - - [2024-10-31 02:26:53] "GET /projects?obj_uuids=f3832a2c-ce39-4a24-aece-fddd6f14ecf7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001089 10.0.0.29 - - [2024-10-31 02:26:53] "GET /project/f3832a2c-ce39-4a24-aece-fddd6f14ecf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.022347 10.0.0.29 - - [2024-10-31 02:26:53] "POST /neutron/network HTTP/1.1" 200 117 0.009922 10.0.0.29 - - [2024-10-31 02:26:53] "GET /projects?obj_uuids=f3832a2c-ce39-4a24-aece-fddd6f14ecf7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001535 10.0.0.29 - - [2024-10-31 02:26:53] "POST /neutron/network HTTP/1.1" 200 613 0.065074 10.0.0.29 - - [2024-10-31 02:26:53] "POST /route-targets HTTP/1.1" 200 327 0.012046 10.0.0.29 - - [2024-10-31 02:26:53] "POST /ref-update HTTP/1.1" 200 156 0.010054 10.0.0.29 - - [2024-10-31 02:26:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002276 10.0.0.29 - - [2024-10-31 02:26:53] "POST /neutron/subnet HTTP/1.1" 200 724 0.150111 10.0.0.29 - - [2024-10-31 02:26:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.29 - - [2024-10-31 02:26:54] "GET /virtual-network/edae89dc-a477-4f92-a268-8d9c1a99d7f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.005161 10.0.0.29 - - [2024-10-31 02:26:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002863 10.0.0.29 - - [2024-10-31 02:26:54] "POST /neutron/subnet HTTP/1.1" 200 828 0.161727 10.0.0.29 - - [2024-10-31 02:26:54] "POST /neutron/network HTTP/1.1" 200 1006 0.008168 10.0.0.29 - - [2024-10-31 02:26:54] "POST /id-to-fqname HTTP/1.1" 200 228 0.001297 10.0.0.29 - - [2024-10-31 02:26:54] "GET /virtual-network/93cb8a81-9d23-4385-84b5-af83b89c63f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.002787 10.0.0.29 - - [2024-10-31 02:26:54] "POST /neutron/network HTTP/1.1" 200 1006 0.009196 10.0.0.29 - - [2024-10-31 02:26:54] "GET /virtual-network/93cb8a81-9d23-4385-84b5-af83b89c63f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.003359 10.0.0.29 - - [2024-10-31 02:26:54] "POST /neutron/network HTTP/1.1" 200 1006 0.012912 10.0.0.29 - - [2024-10-31 02:26:54] "POST /neutron/subnet HTTP/1.1" 200 724 0.011017 10.0.0.29 - - [2024-10-31 02:26:54] "POST /neutron/subnet HTTP/1.1" 200 828 0.008950 10.0.0.29 - - [2024-10-31 02:26:54] "POST /fqname-to-id HTTP/1.1" 404 234 0.003088 10.0.0.29 - - [2024-10-31 02:26:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.29 - - [2024-10-31 02:26:54] "GET /projects?obj_uuids=f3832a2c-ce39-4a24-aece-fddd6f14ecf7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001470 10.0.0.29 - - [2024-10-31 02:26:54] "GET /project/f3832a2c-ce39-4a24-aece-fddd6f14ecf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.028717 10.0.0.29 - - [2024-10-31 02:26:54] "POST /network-policys HTTP/1.1" 200 577 0.060690 10.0.0.29 - - [2024-10-31 02:26:54] "GET /network-policy/05165f39-d20b-4e90-95e3-04fd13d3242e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.005661 10.0.0.29 - - [2024-10-31 02:26:54] "POST /neutron/network HTTP/1.1" 200 1007 0.007743 10.0.0.29 - - [2024-10-31 02:26:54] "POST /fqname-to-id HTTP/1.1" 404 242 0.006526 10.0.0.29 - - [2024-10-31 02:26:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004386 10.0.0.29 - - [2024-10-31 02:26:54] "GET /virtual-network/edae89dc-a477-4f92-a268-8d9c1a99d7f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.003259 10.0.0.29 - - [2024-10-31 02:26:54] "POST /neutron/network HTTP/1.1" 200 1115 0.049814 10.0.0.29 - - [2024-10-31 02:26:54] "POST /access-control-lists HTTP/1.1" 200 596 0.069930 10.0.0.29 - - [2024-10-31 02:26:54] "POST /neutron/network HTTP/1.1" 200 1115 0.050320 10.0.0.29 - - [2024-10-31 02:26:54] "GET /virtual-network/9f07a98c-dfb7-4180-9da0-856ec91d6bbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.002826 10.0.0.29 - - [2024-10-31 02:26:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002122 10.0.0.29 - - [2024-10-31 02:26:54] "GET /network-policy/05165f39-d20b-4e90-95e3-04fd13d3242e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.004120 10.0.0.29 - - [2024-10-31 02:26:54] "POST /neutron/network HTTP/1.1" 200 1006 0.008888 10.0.0.29 - - [2024-10-31 02:26:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.012214 10.0.0.29 - - [2024-10-31 02:26:54] "GET /virtual-network/edae89dc-a477-4f92-a268-8d9c1a99d7f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.043452 10.0.0.29 - - [2024-10-31 02:26:54] "PUT /access-control-list/b512ae57-7a12-4020-a37a-b3480b9f50b8 HTTP/1.1" 200 272 0.064616 10.0.0.29 - - [2024-10-31 02:26:54] "POST /neutron/network HTTP/1.1" 200 1114 0.093105 10.0.0.29 - - [2024-10-31 02:26:54] "POST /fqname-to-id HTTP/1.1" 404 242 0.005242 10.0.0.29 - - [2024-10-31 02:26:54] "POST /neutron/network HTTP/1.1" 200 1114 0.006880 10.0.0.29 - - [2024-10-31 02:26:54] "GET /virtual-network/93cb8a81-9d23-4385-84b5-af83b89c63f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.003015 10.0.0.29 - - [2024-10-31 02:26:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002494 10.0.0.29 - - [2024-10-31 02:26:55] "GET /network-policy/05165f39-d20b-4e90-95e3-04fd13d3242e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.032146 10.0.0.29 - - [2024-10-31 02:26:55] "POST /access-control-lists HTTP/1.1" 200 596 0.065359 10.0.0.29 - - [2024-10-31 02:26:55] "GET /domains HTTP/1.1" 401 292 0.000725 10.0.0.29 - - [2024-10-31 02:26:55] "POST /ref-update HTTP/1.1" 200 156 0.010825 10.0.0.29 - - [2024-10-31 02:26:55] "GET /domains HTTP/1.1" 200 280 0.027574 10.0.0.29 - - [2024-10-31 02:26:55] "GET /domains?obj_uuids=fe7e8e09-5e09-4e9d-a716-d1f8d98e9013&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001580 10.0.0.29 - - [2024-10-31 02:26:55] "GET /domain/fe7e8e09-5e09-4e9d-a716-d1f8d98e9013 HTTP/1.1" 200 3150 0.010176 10.0.0.29 - - [2024-10-31 02:26:55] "GET /projects?obj_uuids=f3832a2c-ce39-4a24-aece-fddd6f14ecf7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001128 10.0.0.29 - - [2024-10-31 02:26:55] "GET /project/f3832a2c-ce39-4a24-aece-fddd6f14ecf7 HTTP/1.1" 200 2626 0.066771 10.0.0.29 - - [2024-10-31 02:26:55] "GET /virtual-network/9f07a98c-dfb7-4180-9da0-856ec91d6bbe HTTP/1.1" 200 3509 0.003779 10.0.0.29 - - [2024-10-31 02:26:55] "GET /virtual-network/9f07a98c-dfb7-4180-9da0-856ec91d6bbe HTTP/1.1" 200 3509 0.002465 10.0.0.29 - - [2024-10-31 02:26:55] "GET /routing-instance/cc412cce-703d-4e01-8bdd-31529d131313 HTTP/1.1" 200 1796 0.002649 10.0.0.29 - - [2024-10-31 02:26:55] "GET /routing-instance/cc412cce-703d-4e01-8bdd-31529d131313 HTTP/1.1" 200 1796 0.002536 10.0.0.29 - - [2024-10-31 02:26:55] "GET /route-target/433916e5-b2cc-437b-a249-50d8a54e1d75 HTTP/1.1" 200 1212 0.003060 10.0.0.29 - - [2024-10-31 02:26:55] "GET /virtual-network/9f07a98c-dfb7-4180-9da0-856ec91d6bbe HTTP/1.1" 200 3509 0.002800 10.0.0.29 - - [2024-10-31 02:26:55] "GET /routing-instance/cc412cce-703d-4e01-8bdd-31529d131313 HTTP/1.1" 200 1796 0.002528 10.0.0.29 - - [2024-10-31 02:26:55] "GET /virtual-network/9f07a98c-dfb7-4180-9da0-856ec91d6bbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.002492 10.0.0.29 - - [2024-10-31 02:26:55] "GET /virtual-network/9f07a98c-dfb7-4180-9da0-856ec91d6bbe HTTP/1.1" 200 3509 0.002594 10.0.0.29 - - [2024-10-31 02:26:55] "GET /routing-instance/cc412cce-703d-4e01-8bdd-31529d131313 HTTP/1.1" 200 1796 0.002546 10.0.0.29 - - [2024-10-31 02:26:55] "GET /routing-instance/cc412cce-703d-4e01-8bdd-31529d131313 HTTP/1.1" 200 1796 0.002304 10.0.0.29 - - [2024-10-31 02:26:55] "GET /route-target/433916e5-b2cc-437b-a249-50d8a54e1d75 HTTP/1.1" 200 1212 0.002415 10.0.0.29 - - [2024-10-31 02:26:55] "GET /domains HTTP/1.1" 200 280 0.002753 10.0.0.29 - - [2024-10-31 02:26:55] "GET /domains?obj_uuids=fe7e8e09-5e09-4e9d-a716-d1f8d98e9013&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001051 10.0.0.29 - - [2024-10-31 02:26:55] "GET /domain/fe7e8e09-5e09-4e9d-a716-d1f8d98e9013 HTTP/1.1" 200 3150 0.006776 10.0.0.29 - - [2024-10-31 02:26:55] "GET /projects?obj_uuids=f3832a2c-ce39-4a24-aece-fddd6f14ecf7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001326 10.0.0.29 - - [2024-10-31 02:26:55] "GET /project/f3832a2c-ce39-4a24-aece-fddd6f14ecf7 HTTP/1.1" 200 2626 0.065647 10.0.0.29 - - [2024-10-31 02:26:55] "GET /virtual-network/9f07a98c-dfb7-4180-9da0-856ec91d6bbe HTTP/1.1" 200 3509 0.002858 10.0.0.29 - - [2024-10-31 02:26:56] "GET /obj-perms HTTP/1.1" 200 5046 0.049253 10.0.0.29 - - [2024-10-31 02:26:56] "GET /domains HTTP/1.1" 200 280 0.004341 10.0.0.29 - - [2024-10-31 02:26:56] "GET /domains?obj_uuids=fe7e8e09-5e09-4e9d-a716-d1f8d98e9013&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001079 10.0.0.29 - - [2024-10-31 02:26:56] "GET /domain/fe7e8e09-5e09-4e9d-a716-d1f8d98e9013 HTTP/1.1" 200 3150 0.006981 10.0.0.29 - - [2024-10-31 02:26:56] "GET /projects?obj_uuids=f3832a2c-ce39-4a24-aece-fddd6f14ecf7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001117 10.0.0.29 - - [2024-10-31 02:26:56] "GET /project/f3832a2c-ce39-4a24-aece-fddd6f14ecf7 HTTP/1.1" 200 2626 0.060494 10.0.0.29 - - [2024-10-31 02:26:56] "GET /virtual-network/93cb8a81-9d23-4385-84b5-af83b89c63f0 HTTP/1.1" 200 3505 0.005554 10.0.0.29 - - [2024-10-31 02:26:56] "GET /virtual-network/93cb8a81-9d23-4385-84b5-af83b89c63f0 HTTP/1.1" 200 3505 0.002652 10.0.0.29 - - [2024-10-31 02:26:56] "GET /routing-instance/a8e9fe45-969f-436f-9c6b-29d467e9286c HTTP/1.1" 200 1796 0.002790 10.0.0.29 - - [2024-10-31 02:26:56] "GET /routing-instance/a8e9fe45-969f-436f-9c6b-29d467e9286c HTTP/1.1" 200 1796 0.002595 10.0.0.29 - - [2024-10-31 02:26:56] "GET /route-target/a237e2c5-db5f-4205-8c44-3bda066895f3 HTTP/1.1" 200 1213 0.002259 10.0.0.29 - - [2024-10-31 02:26:56] "GET /virtual-network/93cb8a81-9d23-4385-84b5-af83b89c63f0 HTTP/1.1" 200 3505 0.002410 10.0.0.29 - - [2024-10-31 02:26:56] "GET /routing-instance/a8e9fe45-969f-436f-9c6b-29d467e9286c HTTP/1.1" 200 1796 0.002335 10.0.0.29 - - [2024-10-31 02:26:56] "GET /virtual-network/93cb8a81-9d23-4385-84b5-af83b89c63f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.002547 10.0.0.29 - - [2024-10-31 02:26:56] "GET /virtual-network/93cb8a81-9d23-4385-84b5-af83b89c63f0 HTTP/1.1" 200 3505 0.002510 10.0.0.29 - - [2024-10-31 02:26:56] "GET /routing-instance/a8e9fe45-969f-436f-9c6b-29d467e9286c HTTP/1.1" 200 1796 0.002255 10.0.0.29 - - [2024-10-31 02:26:56] "GET /routing-instance/a8e9fe45-969f-436f-9c6b-29d467e9286c HTTP/1.1" 200 1796 0.002239 10.0.0.29 - - [2024-10-31 02:26:56] "GET /route-target/a237e2c5-db5f-4205-8c44-3bda066895f3 HTTP/1.1" 200 1213 0.002507 10.0.0.29 - - [2024-10-31 02:26:56] "GET /domains HTTP/1.1" 200 280 0.002898 10.0.0.29 - - [2024-10-31 02:26:56] "GET /domains?obj_uuids=fe7e8e09-5e09-4e9d-a716-d1f8d98e9013&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001120 10.0.0.29 - - [2024-10-31 02:26:56] "GET /domain/fe7e8e09-5e09-4e9d-a716-d1f8d98e9013 HTTP/1.1" 200 3150 0.007903 10.0.0.29 - - [2024-10-31 02:26:56] "GET /projects?obj_uuids=f3832a2c-ce39-4a24-aece-fddd6f14ecf7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001142 10.0.0.29 - - [2024-10-31 02:26:56] "GET /project/f3832a2c-ce39-4a24-aece-fddd6f14ecf7 HTTP/1.1" 200 2626 0.063512 10.0.0.29 - - [2024-10-31 02:26:56] "GET /virtual-network/93cb8a81-9d23-4385-84b5-af83b89c63f0 HTTP/1.1" 200 3505 0.002704 10.0.0.29 - - [2024-10-31 02:26:56] "GET /obj-perms HTTP/1.1" 200 5046 0.003707 10.0.0.29 - - [2024-10-31 02:26:56] "GET /virtual-network/93cb8a81-9d23-4385-84b5-af83b89c63f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.004731 10.0.0.29 - - [2024-10-31 02:26:56] "POST /neutron/network HTTP/1.1" 200 1114 0.007838 10.0.0.29 - - [2024-10-31 02:26:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.29 - - [2024-10-31 02:26:56] "GET /virtual-network/edae89dc-a477-4f92-a268-8d9c1a99d7f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.004176 10.0.0.29 - - [2024-10-31 02:26:56] "POST /neutron/network HTTP/1.1" 200 1006 0.042865 10.0.0.29 - - [2024-10-31 02:26:56] "DELETE /access-control-list/a2be38b9-d5a3-470a-851e-6531c1d30459 HTTP/1.1" 200 115 0.038608 10.0.0.29 - - [2024-10-31 02:26:56] "POST /neutron/network HTTP/1.1" 200 1006 0.014746 10.0.0.29 - - [2024-10-31 02:26:56] "POST /ref-update HTTP/1.1" 200 156 0.014710 10.0.0.29 - - [2024-10-31 02:26:56] "GET /virtual-network/93cb8a81-9d23-4385-84b5-af83b89c63f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.002543 10.0.0.29 - - [2024-10-31 02:26:56] "GET /virtual-network/9f07a98c-dfb7-4180-9da0-856ec91d6bbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.004889 10.0.0.29 - - [2024-10-31 02:26:56] "POST /neutron/network HTTP/1.1" 200 1115 0.008011 10.0.0.29 - - [2024-10-31 02:26:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.006114 10.0.0.29 - - [2024-10-31 02:26:56] "GET /virtual-network/edae89dc-a477-4f92-a268-8d9c1a99d7f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.003082 10.0.0.29 - - [2024-10-31 02:26:56] "POST /neutron/network HTTP/1.1" 200 1007 0.050302 10.0.0.29 - - [2024-10-31 02:26:56] "DELETE /access-control-list/b512ae57-7a12-4020-a37a-b3480b9f50b8 HTTP/1.1" 200 115 0.034120 10.0.0.29 - - [2024-10-31 02:26:56] "POST /neutron/network HTTP/1.1" 200 1007 0.009456 10.0.0.29 - - [2024-10-31 02:26:56] "POST /ref-update HTTP/1.1" 200 156 0.016338 10.0.0.29 - - [2024-10-31 02:26:56] "GET /virtual-network/9f07a98c-dfb7-4180-9da0-856ec91d6bbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.002604 10.0.0.29 - - [2024-10-31 02:26:56] "DELETE /network-policy/05165f39-d20b-4e90-95e3-04fd13d3242e HTTP/1.1" 200 115 0.025438 10.0.0.29 - - [2024-10-31 02:26:56] "POST /neutron/network HTTP/1.1" 200 1006 0.006652 10.0.0.29 - - [2024-10-31 02:26:56] "POST /useragent-kv HTTP/1.1" 200 115 0.001385 10.0.0.29 - - [2024-10-31 02:26:56] "POST /useragent-kv HTTP/1.1" 200 115 0.001005 10.0.0.29 - - [2024-10-31 02:26:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005067 10.0.0.29 - - [2024-10-31 02:26:56] "POST /useragent-kv HTTP/1.1" 200 115 0.001476 10.0.0.29 - - [2024-10-31 02:26:56] "POST /useragent-kv HTTP/1.1" 200 115 0.000970 10.0.0.29 - - [2024-10-31 02:26:56] "POST /neutron/network HTTP/1.1" 200 151 0.088482 10.0.0.29 - - [2024-10-31 02:26:56] "DELETE /route-target/a237e2c5-db5f-4205-8c44-3bda066895f3 HTTP/1.1" 200 115 0.017081 10.0.0.29 - - [2024-10-31 02:26:56] "GET /routing-instance/a8e9fe45-969f-436f-9c6b-29d467e9286c HTTP/1.1" 404 171 0.002170 10.0.0.29 - - [2024-10-31 02:26:56] "GET /domains HTTP/1.1" 200 280 0.004897 10.0.0.29 - - [2024-10-31 02:26:56] "GET /domains?obj_uuids=fe7e8e09-5e09-4e9d-a716-d1f8d98e9013&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001152 10.0.0.29 - - [2024-10-31 02:26:56] "GET /domain/fe7e8e09-5e09-4e9d-a716-d1f8d98e9013 HTTP/1.1" 200 3150 0.051550 10.0.0.29 - - [2024-10-31 02:26:56] "GET /projects?obj_uuids=f3832a2c-ce39-4a24-aece-fddd6f14ecf7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001150 10.0.0.29 - - [2024-10-31 02:26:56] "GET /project/f3832a2c-ce39-4a24-aece-fddd6f14ecf7 HTTP/1.1" 200 2146 0.064662 10.0.0.29 - - [2024-10-31 02:26:56] "POST /neutron/network HTTP/1.1" 200 1007 0.007326 10.0.0.29 - - [2024-10-31 02:26:57] "POST /useragent-kv HTTP/1.1" 200 115 0.001353 10.0.0.29 - - [2024-10-31 02:26:57] "POST /useragent-kv HTTP/1.1" 200 115 0.001015 10.0.0.29 - - [2024-10-31 02:26:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005144 10.0.0.29 - - [2024-10-31 02:26:57] "POST /useragent-kv HTTP/1.1" 200 115 0.000975 10.0.0.29 - - [2024-10-31 02:26:57] "POST /useragent-kv HTTP/1.1" 200 115 0.001289 10.0.0.29 - - [2024-10-31 02:26:57] "POST /neutron/network HTTP/1.1" 200 151 0.088837 10.0.0.29 - - [2024-10-31 02:26:57] "GET /routing-instance/cc412cce-703d-4e01-8bdd-31529d131313 HTTP/1.1" 404 171 0.002970 10.0.0.29 - - [2024-10-31 02:26:57] "DELETE /route-target/433916e5-b2cc-437b-a249-50d8a54e1d75 HTTP/1.1" 200 115 0.021062 10.0.0.29 - - [2024-10-31 02:26:57] "GET /domains HTTP/1.1" 200 280 0.002349 10.0.0.29 - - [2024-10-31 02:26:57] "GET /domains?obj_uuids=fe7e8e09-5e09-4e9d-a716-d1f8d98e9013&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001051 10.0.0.29 - - [2024-10-31 02:26:57] "GET /domain/fe7e8e09-5e09-4e9d-a716-d1f8d98e9013 HTTP/1.1" 200 3150 0.050730 10.0.0.29 - - [2024-10-31 02:26:57] "GET /projects?obj_uuids=f3832a2c-ce39-4a24-aece-fddd6f14ecf7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001138 10.0.0.29 - - [2024-10-31 02:26:57] "GET /project/f3832a2c-ce39-4a24-aece-fddd6f14ecf7 HTTP/1.1" 200 1901 0.068116 10.0.0.29 - - [2024-10-31 02:26:57] "GET /projects?obj_uuids=f3832a2c-ce39-4a24-aece-fddd6f14ecf7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001266 10.0.0.29 - - [2024-10-31 02:26:57] "GET /project/f3832a2c-ce39-4a24-aece-fddd6f14ecf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.022316 10.0.0.29 - - [2024-10-31 02:26:57] "GET /projects?obj_uuids=f3832a2c-ce39-4a24-aece-fddd6f14ecf7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001159 10.0.0.29 - - [2024-10-31 02:26:57] "GET /project/f3832a2c-ce39-4a24-aece-fddd6f14ecf7?fields=virtual_networks HTTP/1.1" 200 1049 0.064916 10.0.0.29 - - [2024-10-31 02:26:57] "GET /projects?obj_uuids=f3832a2c-ce39-4a24-aece-fddd6f14ecf7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001732 10.0.0.29 - - [2024-10-31 02:26:57] "GET /project/f3832a2c-ce39-4a24-aece-fddd6f14ecf7?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.025537 10.0.0.29 - - [2024-10-31 02:26:57] "GET /projects?obj_uuids=f3832a2c-ce39-4a24-aece-fddd6f14ecf7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001180 10.0.0.29 - - [2024-10-31 02:26:57] "GET /project/f3832a2c-ce39-4a24-aece-fddd6f14ecf7?fields=security_groups HTTP/1.1" 200 1283 0.023025 10.0.0.29 - - [2024-10-31 02:26:58] "DELETE /project/470f2471415f405e8b7e346444733bd3 HTTP/1.1" 404 173 0.031919 10.0.0.29 - - [2024-10-31 02:26:58] "DELETE /project/f3832a2cce394a24aecefddd6f14ecf7 HTTP/1.1" 404 173 0.030497 10.0.0.29 - - [2024-10-31 02:26:58] "DELETE /project/7a12f23a9f984786b2aff9da9fec670b HTTP/1.1" 404 173 0.017876 10.0.0.29 - - [2024-10-31 02:26:58] "GET /projects?obj_uuids=7a12f23a-9f98-4786-b2af-f9da9fec670b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.003502 10.0.0.29 - - [2024-10-31 02:26:58] "GET /projects?obj_uuids=217b6133-0c2b-4e64-82a9-3b12caa01974&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001145 10.0.0.29 - - [2024-10-31 02:26:58] "GET /projects?obj_uuids=470f2471-415f-405e-8b7e-346444733bd3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001004 10.0.0.29 - - [2024-10-31 02:26:58] "GET /projects?obj_uuids=f3832a2c-ce39-4a24-aece-fddd6f14ecf7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001112 10.0.0.29 - - [2024-10-31 02:26:58] "POST /fqname-to-id HTTP/1.1" 404 190 0.048487 10.0.0.29 - - [2024-10-31 02:26:58] "GET /project/f3832a2c-ce39-4a24-aece-fddd6f14ecf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.057336 10.0.0.29 - - [2024-10-31 02:26:58] "GET /project/217b6133-0c2b-4e64-82a9-3b12caa01974?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.063527 10.0.0.29 - - [2024-10-31 02:26:58] "GET /project/470f2471-415f-405e-8b7e-346444733bd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.063128 10.0.0.29 - - [2024-10-31 02:26:58] "GET /project/7a12f23a-9f98-4786-b2af-f9da9fec670b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.069382 10.0.0.29 - - [2024-10-31 02:26:58] "GET /projects?obj_uuids=7a12f23a-9f98-4786-b2af-f9da9fec670b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001101 10.0.0.29 - - [2024-10-31 02:26:58] "GET /projects?obj_uuids=470f2471-415f-405e-8b7e-346444733bd3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000981 10.0.0.29 - - [2024-10-31 02:26:58] "GET /projects?obj_uuids=217b6133-0c2b-4e64-82a9-3b12caa01974&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000922 10.0.0.29 - - [2024-10-31 02:26:58] "GET /projects?obj_uuids=f3832a2c-ce39-4a24-aece-fddd6f14ecf7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000925 10.0.0.29 - - [2024-10-31 02:26:58] "GET /projects?obj_uuids=0667a334-10f1-4717-82dd-2d59e0948890&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.018250 10.0.0.29 - - [2024-10-31 02:26:58] "GET /project/f3832a2c-ce39-4a24-aece-fddd6f14ecf7?fields=security_groups HTTP/1.1" 200 1388 0.074226 10.0.0.29 - - [2024-10-31 02:26:58] "GET /project/217b6133-0c2b-4e64-82a9-3b12caa01974?fields=security_groups HTTP/1.1" 200 1398 0.074110 10.0.0.29 - - [2024-10-31 02:26:58] "GET /project/470f2471-415f-405e-8b7e-346444733bd3?fields=security_groups HTTP/1.1" 200 1372 0.074141 10.0.0.29 - - [2024-10-31 02:26:58] "GET /project/7a12f23a-9f98-4786-b2af-f9da9fec670b?fields=security_groups HTTP/1.1" 200 1348 0.072189 10.0.0.29 - - [2024-10-31 02:26:58] "GET /domains?obj_uuids=fe7e8e09-5e09-4e9d-a716-d1f8d98e9013&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001546 10.0.0.29 - - [2024-10-31 02:26:58] "GET /domain/fe7e8e09-5e09-4e9d-a716-d1f8d98e9013?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.011051 10.0.0.29 - - [2024-10-31 02:26:58] "DELETE /security-group/40b3d0fc-d4a3-427c-97b0-2498b40e1f29 HTTP/1.1" 200 115 0.111034 10.0.0.29 - - [2024-10-31 02:26:58] "DELETE /security-group/f3d24da5-24dd-45a2-acc8-f277ccfc3980 HTTP/1.1" 200 115 0.106341 10.0.0.29 - - [2024-10-31 02:26:58] "GET /projects?obj_uuids=f3832a2c-ce39-4a24-aece-fddd6f14ecf7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001011 10.0.0.29 - - [2024-10-31 02:26:58] "DELETE /security-group/c7b2f2c8-dc12-40e1-bd2f-a482dc49191d HTTP/1.1" 200 115 0.117878 10.0.0.29 - - [2024-10-31 02:26:58] "GET /projects?obj_uuids=470f2471-415f-405e-8b7e-346444733bd3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000987 10.0.0.29 - - [2024-10-31 02:26:58] "DELETE /access-control-list/417ee5f9-c1fa-4eb7-b409-7b3b7c6aae5d HTTP/1.1" 200 115 0.087346 10.0.0.29 - - [2024-10-31 02:26:58] "GET /projects?obj_uuids=7a12f23a-9f98-4786-b2af-f9da9fec670b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001584 10.0.0.29 - - [2024-10-31 02:26:58] "DELETE /security-group/8cedbab8-67d7-4b77-a56f-4afba547da10 HTTP/1.1" 200 115 0.159792 10.0.0.29 - - [2024-10-31 02:26:58] "GET /project/f3832a2c-ce39-4a24-aece-fddd6f14ecf7?fields=application_policy_sets HTTP/1.1" 200 1427 0.057806 10.0.0.29 - - [2024-10-31 02:26:58] "GET /projects?obj_uuids=217b6133-0c2b-4e64-82a9-3b12caa01974&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001223 10.0.0.29 - - [2024-10-31 02:26:58] "GET /project/7a12f23a-9f98-4786-b2af-f9da9fec670b?fields=application_policy_sets HTTP/1.1" 200 1387 0.066893 10.0.0.29 - - [2024-10-31 02:26:58] "DELETE /access-control-list/59c559fc-6a4b-4e5d-9a96-8b8961a5d16c HTTP/1.1" 200 115 0.074698 10.0.0.29 - - [2024-10-31 02:26:59] "GET /project/470f2471-415f-405e-8b7e-346444733bd3?fields=application_policy_sets HTTP/1.1" 200 1411 0.120701 10.0.0.29 - - [2024-10-31 02:26:59] "POST /id-to-fqname HTTP/1.1" 200 192 0.001539 10.0.0.29 - - [2024-10-31 02:26:59] "GET /project/217b6133-0c2b-4e64-82a9-3b12caa01974?fields=application_policy_sets HTTP/1.1" 200 1437 0.122585 10.0.0.29 - - [2024-10-31 02:26:59] "DELETE /access-control-list/7e124955-5ad5-4a0d-831f-8e69a2049761 HTTP/1.1" 200 115 0.088615 10.0.0.29 - - [2024-10-31 02:26:59] "POST /fqname-to-id HTTP/1.1" 404 201 0.012621 10.0.0.29 - - [2024-10-31 02:26:59] "DELETE /access-control-list/9a201083-64b7-45d9-bf05-2ac2510f8061 HTTP/1.1" 200 115 0.068041 10.0.0.29 - - [2024-10-31 02:26:59] "DELETE /project/f3832a2c-ce39-4a24-aece-fddd6f14ecf7 HTTP/1.1" 200 115 0.650518 10.0.0.29 - - [2024-10-31 02:26:59] "DELETE /access-control-list/909235c0-fc0e-4687-b3d3-29098bff4a0c HTTP/1.1" 200 115 0.041988 10.0.0.29 - - [2024-10-31 02:26:59] "DELETE /project/7a12f23a-9f98-4786-b2af-f9da9fec670b HTTP/1.1" 200 115 0.676781 10.0.0.29 - - [2024-10-31 02:26:59] "DELETE /project/470f2471-415f-405e-8b7e-346444733bd3 HTTP/1.1" 200 115 0.682458 10.0.0.29 - - [2024-10-31 02:26:59] "POST /security-groups HTTP/1.1" 200 593 0.103259 10.0.0.29 - - [2024-10-31 02:26:59] "DELETE /access-control-list/e5eaf458-21ee-4e31-9d6d-48a9fe6686a5 HTTP/1.1" 200 115 0.075780 10.0.0.29 - - [2024-10-31 02:26:59] "DELETE /project/217b6133-0c2b-4e64-82a9-3b12caa01974 HTTP/1.1" 200 115 0.746649 10.0.0.29 - - [2024-10-31 02:26:59] "POST /projects HTTP/1.1" 200 589 0.441110 10.0.0.29 - - [2024-10-31 02:26:59] "DELETE /access-control-list/d20957e7-d9e7-482e-9509-084a53af9a16 HTTP/1.1" 200 115 0.018367 10.0.0.29 - - [2024-10-31 02:26:59] "DELETE /access-control-list/d51d9c75-1955-4982-96cc-76e59e70eddf HTTP/1.1" 200 115 0.023241 10.0.0.29 - - [2024-10-31 02:26:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.515706 10.0.0.29 - - [2024-10-31 02:26:59] "POST /fqname-to-id HTTP/1.1" 404 236 0.005402 10.0.0.29 - - [2024-10-31 02:26:59] "GET /project/0667a334-10f1-4717-82dd-2d59e0948890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.773406 10.0.0.29 - - [2024-10-31 02:26:59] "POST /access-control-lists HTTP/1.1" 200 598 0.064259 10.0.0.29 - - [2024-10-31 02:26:59] "POST /fqname-to-id HTTP/1.1" 404 235 0.003188 10.0.0.29 - - [2024-10-31 02:26:59] "POST /access-control-lists HTTP/1.1" 200 596 0.060241 10.0.0.29 - - [2024-10-31 02:27:00] "GET / HTTP/1.1" 200 35931 0.002135 10.0.0.29 - - [2024-10-31 02:27:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000752 10.0.0.29 - - [2024-10-31 02:27:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.062172 10.0.0.29 - - [2024-10-31 02:27:01] "GET /projects?obj_uuids=0667a334-10f1-4717-82dd-2d59e0948890&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001122 10.0.0.29 - - [2024-10-31 02:27:01] "GET /project/0667a334-10f1-4717-82dd-2d59e0948890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.022798 10.0.0.29 - - [2024-10-31 02:27:01] "POST /neutron/network HTTP/1.1" 200 117 0.034892 10.0.0.29 - - [2024-10-31 02:27:01] "GET /projects?obj_uuids=0667a334-10f1-4717-82dd-2d59e0948890&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003227 10.0.0.29 - - [2024-10-31 02:27:01] "POST /neutron/network HTTP/1.1" 200 607 0.068271 10.0.0.29 - - [2024-10-31 02:27:01] "POST /route-targets HTTP/1.1" 200 327 0.011293 10.0.0.29 - - [2024-10-31 02:27:01] "POST /ref-update HTTP/1.1" 200 156 0.014499 10.0.0.29 - - [2024-10-31 02:27:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002303 10.0.0.29 - - [2024-10-31 02:27:02] "POST /neutron/subnet HTTP/1.1" 200 729 0.218463 10.0.0.29 - - [2024-10-31 02:27:02] "POST /neutron/network HTTP/1.1" 200 827 0.008586 10.0.0.29 - - [2024-10-31 02:27:02] "POST /id-to-fqname HTTP/1.1" 200 222 0.001337 10.0.0.29 - - [2024-10-31 02:27:02] "GET /virtual-network/fe85bc86-d637-4b39-86e2-0cb3c75da8e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.002963 10.0.0.29 - - [2024-10-31 02:27:02] "POST /neutron/network HTTP/1.1" 200 827 0.006423 10.0.0.29 - - [2024-10-31 02:27:02] "GET /virtual-network/fe85bc86-d637-4b39-86e2-0cb3c75da8e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.003072 10.0.0.29 - - [2024-10-31 02:27:02] "POST /neutron/network HTTP/1.1" 200 827 0.006763 10.0.0.29 - - [2024-10-31 02:27:02] "POST /neutron/subnet HTTP/1.1" 200 729 0.006168 10.0.0.29 - - [2024-10-31 02:27:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002320 10.0.0.29 - - [2024-10-31 02:27:02] "GET /projects?obj_uuids=0667a334-10f1-4717-82dd-2d59e0948890&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001086 10.0.0.29 - - [2024-10-31 02:27:02] "GET /project/0667a334-10f1-4717-82dd-2d59e0948890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.020869 10.0.0.29 - - [2024-10-31 02:27:02] "POST /neutron/network HTTP/1.1" 200 117 0.011170 10.0.0.29 - - [2024-10-31 02:27:02] "GET /projects?obj_uuids=0667a334-10f1-4717-82dd-2d59e0948890&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001243 10.0.0.29 - - [2024-10-31 02:27:02] "POST /neutron/network HTTP/1.1" 200 607 0.066551 10.0.0.29 - - [2024-10-31 02:27:02] "POST /route-targets HTTP/1.1" 200 327 0.010375 10.0.0.29 - - [2024-10-31 02:27:02] "POST /ref-update HTTP/1.1" 200 156 0.011339 10.0.0.29 - - [2024-10-31 02:27:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002244 10.0.0.29 - - [2024-10-31 02:27:02] "POST /neutron/subnet HTTP/1.1" 200 730 0.133561 10.0.0.29 - - [2024-10-31 02:27:02] "POST /neutron/network HTTP/1.1" 200 827 0.006380 10.0.0.29 - - [2024-10-31 02:27:02] "POST /id-to-fqname HTTP/1.1" 200 222 0.001305 10.0.0.29 - - [2024-10-31 02:27:02] "GET /virtual-network/8eb606d6-b41d-41c5-bdf3-36900e7961a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.002662 10.0.0.29 - - [2024-10-31 02:27:02] "POST /neutron/network HTTP/1.1" 200 827 0.006489 10.0.0.29 - - [2024-10-31 02:27:02] "GET /virtual-network/8eb606d6-b41d-41c5-bdf3-36900e7961a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.003157 10.0.0.29 - - [2024-10-31 02:27:02] "POST /neutron/network HTTP/1.1" 200 827 0.006483 10.0.0.29 - - [2024-10-31 02:27:02] "POST /neutron/subnet HTTP/1.1" 200 730 0.008560 10.0.0.29 - - [2024-10-31 02:27:02] "POST /fqname-to-id HTTP/1.1" 404 228 0.002714 10.0.0.29 - - [2024-10-31 02:27:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.29 - - [2024-10-31 02:27:02] "GET /projects?obj_uuids=0667a334-10f1-4717-82dd-2d59e0948890&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001275 10.0.0.29 - - [2024-10-31 02:27:02] "GET /project/0667a334-10f1-4717-82dd-2d59e0948890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.024356 10.0.0.29 - - [2024-10-31 02:27:02] "POST /network-policys HTTP/1.1" 200 571 0.016711 10.0.0.29 - - [2024-10-31 02:27:02] "GET /network-policy/61e24bbd-f223-4316-ab2b-838f21fbb91e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.005022 10.0.0.29 - - [2024-10-31 02:27:02] "POST /neutron/network HTTP/1.1" 200 827 0.006248 10.0.0.29 - - [2024-10-31 02:27:03] "POST /fqname-to-id HTTP/1.1" 404 236 0.003875 10.0.0.29 - - [2024-10-31 02:27:03] "POST /neutron/network HTTP/1.1" 200 929 0.042330 10.0.0.29 - - [2024-10-31 02:27:03] "POST /neutron/network HTTP/1.1" 200 929 0.044123 10.0.0.29 - - [2024-10-31 02:27:03] "POST /access-control-lists HTTP/1.1" 200 590 0.067216 10.0.0.29 - - [2024-10-31 02:27:03] "GET /virtual-network/fe85bc86-d637-4b39-86e2-0cb3c75da8e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.002704 10.0.0.29 - - [2024-10-31 02:27:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.001995 10.0.0.29 - - [2024-10-31 02:27:03] "GET /network-policy/61e24bbd-f223-4316-ab2b-838f21fbb91e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.003526 10.0.0.29 - - [2024-10-31 02:27:03] "POST /neutron/network HTTP/1.1" 200 827 0.006637 10.0.0.29 - - [2024-10-31 02:27:03] "POST /fqname-to-id HTTP/1.1" 404 236 0.003721 10.0.0.29 - - [2024-10-31 02:27:03] "POST /neutron/network HTTP/1.1" 200 929 0.041656 10.0.0.29 - - [2024-10-31 02:27:03] "POST /access-control-lists HTTP/1.1" 200 590 0.065769 10.0.0.29 - - [2024-10-31 02:27:03] "POST /neutron/network HTTP/1.1" 200 929 0.047668 10.0.0.29 - - [2024-10-31 02:27:03] "GET /virtual-network/8eb606d6-b41d-41c5-bdf3-36900e7961a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.003344 10.0.0.29 - - [2024-10-31 02:27:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002529 10.0.0.29 - - [2024-10-31 02:27:03] "POST /ref-update HTTP/1.1" 200 156 0.011409 10.0.0.29 - - [2024-10-31 02:27:03] "GET /network-policy/61e24bbd-f223-4316-ab2b-838f21fbb91e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.002924 10.0.0.29 - - [2024-10-31 02:27:03] "GET /domains HTTP/1.1" 401 292 0.000511 10.0.0.29 - - [2024-10-31 02:27:03] "PUT /access-control-list/ec61b437-764f-4b19-bbdc-3d00d9546cb2 HTTP/1.1" 200 272 0.054042 10.0.0.29 - - [2024-10-31 02:27:03] "GET /domains HTTP/1.1" 200 280 0.033522 10.0.0.29 - - [2024-10-31 02:27:03] "GET /domains?obj_uuids=fe7e8e09-5e09-4e9d-a716-d1f8d98e9013&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001168 10.0.0.29 - - [2024-10-31 02:27:03] "GET /domain/fe7e8e09-5e09-4e9d-a716-d1f8d98e9013 HTTP/1.1" 200 2576 0.015817 10.0.0.29 - - [2024-10-31 02:27:03] "GET /projects?obj_uuids=0667a334-10f1-4717-82dd-2d59e0948890&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001523 10.0.0.29 - - [2024-10-31 02:27:03] "GET /project/0667a334-10f1-4717-82dd-2d59e0948890 HTTP/1.1" 200 2569 0.065677 10.0.0.29 - - [2024-10-31 02:27:03] "GET /virtual-network/fe85bc86-d637-4b39-86e2-0cb3c75da8e4 HTTP/1.1" 200 2894 0.008710 10.0.0.29 - - [2024-10-31 02:27:03] "GET /virtual-network/fe85bc86-d637-4b39-86e2-0cb3c75da8e4 HTTP/1.1" 200 2894 0.002867 10.0.0.29 - - [2024-10-31 02:27:03] "GET /routing-instance/888608ee-edc7-416c-8aeb-6a348d9d6292 HTTP/1.1" 200 1783 0.002920 10.0.0.29 - - [2024-10-31 02:27:03] "GET /routing-instance/888608ee-edc7-416c-8aeb-6a348d9d6292 HTTP/1.1" 200 1783 0.003151 10.0.0.29 - - [2024-10-31 02:27:03] "GET /route-target/a9388858-95ea-41a8-9dcd-34b148bae027 HTTP/1.1" 200 1207 0.005801 10.0.0.29 - - [2024-10-31 02:27:03] "GET /virtual-network/fe85bc86-d637-4b39-86e2-0cb3c75da8e4 HTTP/1.1" 200 2894 0.002941 10.0.0.29 - - [2024-10-31 02:27:03] "GET /routing-instance/888608ee-edc7-416c-8aeb-6a348d9d6292 HTTP/1.1" 200 1783 0.002739 10.0.0.29 - - [2024-10-31 02:27:03] "GET /virtual-network/fe85bc86-d637-4b39-86e2-0cb3c75da8e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.002719 10.0.0.29 - - [2024-10-31 02:27:03] "GET /virtual-network/fe85bc86-d637-4b39-86e2-0cb3c75da8e4 HTTP/1.1" 200 2894 0.007146 10.0.0.29 - - [2024-10-31 02:27:03] "GET /routing-instance/888608ee-edc7-416c-8aeb-6a348d9d6292 HTTP/1.1" 200 1783 0.002805 10.0.0.29 - - [2024-10-31 02:27:03] "GET /routing-instance/888608ee-edc7-416c-8aeb-6a348d9d6292 HTTP/1.1" 200 1783 0.002447 10.0.0.29 - - [2024-10-31 02:27:03] "GET /route-target/a9388858-95ea-41a8-9dcd-34b148bae027 HTTP/1.1" 200 1207 0.002405 10.0.0.29 - - [2024-10-31 02:27:03] "GET /domains HTTP/1.1" 200 280 0.002150 10.0.0.29 - - [2024-10-31 02:27:03] "GET /domains?obj_uuids=fe7e8e09-5e09-4e9d-a716-d1f8d98e9013&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001014 10.0.0.29 - - [2024-10-31 02:27:03] "GET /domain/fe7e8e09-5e09-4e9d-a716-d1f8d98e9013 HTTP/1.1" 200 2576 0.006475 10.0.0.29 - - [2024-10-31 02:27:03] "GET /projects?obj_uuids=0667a334-10f1-4717-82dd-2d59e0948890&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001302 10.0.0.29 - - [2024-10-31 02:27:04] "GET /project/0667a334-10f1-4717-82dd-2d59e0948890 HTTP/1.1" 200 2569 0.066262 10.0.0.29 - - [2024-10-31 02:27:04] "GET /virtual-network/fe85bc86-d637-4b39-86e2-0cb3c75da8e4 HTTP/1.1" 200 2894 0.002608 10.0.0.29 - - [2024-10-31 02:27:04] "GET /obj-perms HTTP/1.1" 200 5034 0.054183 10.0.0.29 - - [2024-10-31 02:27:04] "GET /domains HTTP/1.1" 200 280 0.004436 10.0.0.29 - - [2024-10-31 02:27:04] "GET /domains?obj_uuids=fe7e8e09-5e09-4e9d-a716-d1f8d98e9013&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001169 10.0.0.29 - - [2024-10-31 02:27:04] "GET /domain/fe7e8e09-5e09-4e9d-a716-d1f8d98e9013 HTTP/1.1" 200 2576 0.007397 10.0.0.29 - - [2024-10-31 02:27:04] "GET /projects?obj_uuids=0667a334-10f1-4717-82dd-2d59e0948890&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001586 10.0.0.29 - - [2024-10-31 02:27:04] "GET /project/0667a334-10f1-4717-82dd-2d59e0948890 HTTP/1.1" 200 2569 0.067445 10.0.0.29 - - [2024-10-31 02:27:04] "GET /virtual-network/8eb606d6-b41d-41c5-bdf3-36900e7961a1 HTTP/1.1" 200 2895 0.005670 10.0.0.29 - - [2024-10-31 02:27:04] "GET /virtual-network/8eb606d6-b41d-41c5-bdf3-36900e7961a1 HTTP/1.1" 200 2895 0.003302 10.0.0.29 - - [2024-10-31 02:27:04] "GET /routing-instance/5e7f88ed-1dae-43f5-b58f-6c691aa1d190 HTTP/1.1" 200 1783 0.003653 10.0.0.29 - - [2024-10-31 02:27:04] "GET /routing-instance/5e7f88ed-1dae-43f5-b58f-6c691aa1d190 HTTP/1.1" 200 1783 0.002840 10.0.0.29 - - [2024-10-31 02:27:04] "GET /route-target/17f393eb-a838-4636-ab77-9a70aa26bcbe HTTP/1.1" 200 1206 0.002837 10.0.0.29 - - [2024-10-31 02:27:04] "GET /virtual-network/8eb606d6-b41d-41c5-bdf3-36900e7961a1 HTTP/1.1" 200 2895 0.003087 10.0.0.29 - - [2024-10-31 02:27:04] "GET /routing-instance/5e7f88ed-1dae-43f5-b58f-6c691aa1d190 HTTP/1.1" 200 1783 0.002708 10.0.0.29 - - [2024-10-31 02:27:04] "GET /virtual-network/8eb606d6-b41d-41c5-bdf3-36900e7961a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.002847 10.0.0.29 - - [2024-10-31 02:27:04] "GET /virtual-network/8eb606d6-b41d-41c5-bdf3-36900e7961a1 HTTP/1.1" 200 2895 0.011654 10.0.0.29 - - [2024-10-31 02:27:04] "GET /routing-instance/5e7f88ed-1dae-43f5-b58f-6c691aa1d190 HTTP/1.1" 200 1783 0.002645 10.0.0.29 - - [2024-10-31 02:27:04] "GET /routing-instance/5e7f88ed-1dae-43f5-b58f-6c691aa1d190 HTTP/1.1" 200 1783 0.002530 10.0.0.29 - - [2024-10-31 02:27:04] "GET /route-target/17f393eb-a838-4636-ab77-9a70aa26bcbe HTTP/1.1" 200 1206 0.002664 10.0.0.29 - - [2024-10-31 02:27:04] "GET /domains HTTP/1.1" 200 280 0.002563 10.0.0.29 - - [2024-10-31 02:27:04] "GET /domains?obj_uuids=fe7e8e09-5e09-4e9d-a716-d1f8d98e9013&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001214 10.0.0.29 - - [2024-10-31 02:27:04] "GET /domain/fe7e8e09-5e09-4e9d-a716-d1f8d98e9013 HTTP/1.1" 200 2576 0.007079 10.0.0.29 - - [2024-10-31 02:27:04] "GET /projects?obj_uuids=0667a334-10f1-4717-82dd-2d59e0948890&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001490 10.0.0.29 - - [2024-10-31 02:27:04] "GET /project/0667a334-10f1-4717-82dd-2d59e0948890 HTTP/1.1" 200 2569 0.064329 10.0.0.29 - - [2024-10-31 02:27:04] "GET /virtual-network/8eb606d6-b41d-41c5-bdf3-36900e7961a1 HTTP/1.1" 200 2895 0.002948 10.0.0.29 - - [2024-10-31 02:27:04] "GET /obj-perms HTTP/1.1" 200 5034 0.003756 10.0.0.29 - - [2024-10-31 02:27:04] "POST /id-to-fqname HTTP/1.1" 200 222 0.001596 10.0.0.29 - - [2024-10-31 02:27:05] "POST /neutron/network HTTP/1.1" 200 939 0.005953 10.0.0.29 - - [2024-10-31 02:27:05] "GET /aaa-mode HTTP/1.1" 401 292 0.000425 10.0.0.29 - - [2024-10-31 02:27:05] "GET / HTTP/1.1" 200 35931 0.002156 10.0.0.29 - - [2024-10-31 02:27:05] "GET /project/0667a334-10f1-4717-82dd-2d59e0948890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000447 10.0.0.29 - - [2024-10-31 02:27:05] "GET /obj-perms HTTP/1.1" 200 5056 0.050347 10.0.0.29 - - [2024-10-31 02:27:05] "GET /projects?obj_uuids=0667a334-10f1-4717-82dd-2d59e0948890&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001247 10.0.0.29 - - [2024-10-31 02:27:05] "GET /project/0667a334-10f1-4717-82dd-2d59e0948890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.055604 10.0.0.29 - - [2024-10-31 02:27:05] "POST /neutron/network HTTP/1.1" 200 929 0.004997 10.0.0.29 - - [2024-10-31 02:27:05] "POST /neutron/port HTTP/1.1" 200 117 0.006262 10.0.0.29 - - [2024-10-31 02:27:06] "POST /neutron/port HTTP/1.1" 200 117 0.005527 10.0.0.29 - - [2024-10-31 02:27:06] "POST /id-to-fqname HTTP/1.1" 200 222 0.001436 10.0.0.29 - - [2024-10-31 02:27:06] "POST /neutron/port HTTP/1.1" 200 117 0.005457 10.0.0.29 - - [2024-10-31 02:27:06] "GET /obj-perms HTTP/1.1" 200 5056 0.055663 10.0.0.29 - - [2024-10-31 02:27:06] "POST /neutron/network HTTP/1.1" 200 939 0.006535 10.0.0.29 - - [2024-10-31 02:27:06] "GET /aaa-mode HTTP/1.1" 401 292 0.000435 10.0.0.29 - - [2024-10-31 02:27:06] "GET / HTTP/1.1" 200 35931 0.002271 10.0.0.29 - - [2024-10-31 02:27:06] "GET /project/0667a334-10f1-4717-82dd-2d59e0948890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000451 10.0.0.29 - - [2024-10-31 02:27:06] "POST /neutron/network HTTP/1.1" 200 939 0.006408 10.0.0.29 - - [2024-10-31 02:27:06] "GET /projects?obj_uuids=0667a334-10f1-4717-82dd-2d59e0948890&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001465 10.0.0.29 - - [2024-10-31 02:27:06] "POST /neutron/port HTTP/1.1" 200 1063 0.215318 10.0.0.29 - - [2024-10-31 02:27:06] "POST /neutron/port HTTP/1.1" 200 1063 0.014268 10.0.0.29 - - [2024-10-31 02:27:06] "POST /neutron/port HTTP/1.1" 200 1063 0.009625 10.0.0.29 - - [2024-10-31 02:27:06] "GET /projects?obj_uuids=0667a334-10f1-4717-82dd-2d59e0948890&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001092 10.0.0.29 - - [2024-10-31 02:27:06] "GET /project/0667a334-10f1-4717-82dd-2d59e0948890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.059681 10.0.0.29 - - [2024-10-31 02:27:06] "POST /neutron/network HTTP/1.1" 200 929 0.005469 10.0.0.29 - - [2024-10-31 02:27:06] "POST /neutron/port HTTP/1.1" 200 1117 0.064819 10.0.0.29 - - [2024-10-31 02:27:07] "POST /neutron/port HTTP/1.1" 200 1091 0.016122 10.0.0.29 - - [2024-10-31 02:27:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003666 10.0.0.29 - - [2024-10-31 02:27:07] "POST /neutron/subnet HTTP/1.1" 200 703 0.011074 10.0.0.29 - - [2024-10-31 02:27:07] "POST /neutron/port HTTP/1.1" 200 117 0.001657 10.0.0.29 - - [2024-10-31 02:27:07] "POST /neutron/port HTTP/1.1" 200 1091 0.024211 10.0.0.29 - - [2024-10-31 02:27:07] "POST /neutron/network HTTP/1.1" 200 929 0.006921 10.0.0.29 - - [2024-10-31 02:27:07] "POST /neutron/security_group HTTP/1.1" 200 2060 0.018350 10.0.0.29 - - [2024-10-31 02:27:07] "POST /neutron/port HTTP/1.1" 200 117 0.008746 10.0.0.29 - - [2024-10-31 02:27:07] "POST /neutron/port HTTP/1.1" 200 1091 0.017029 10.0.0.29 - - [2024-10-31 02:27:07] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006617 10.0.0.29 - - [2024-10-31 02:27:07] "POST /neutron/network HTTP/1.1" 200 939 0.010448 10.0.0.29 - - [2024-10-31 02:27:07] "GET /projects?obj_uuids=0667a334-10f1-4717-82dd-2d59e0948890&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001190 10.0.0.29 - - [2024-10-31 02:27:07] "PUT /access-control-list/def77e01-58b2-4bcd-8461-da21f2068b8a HTTP/1.1" 200 272 0.023640 10.0.0.29 - - [2024-10-31 02:27:07] "POST /neutron/port HTTP/1.1" 200 1063 0.216186 10.0.0.29 - - [2024-10-31 02:27:07] "POST /neutron/port HTTP/1.1" 200 1063 0.018450 10.0.0.29 - - [2024-10-31 02:27:07] "POST /neutron/port HTTP/1.1" 200 1063 0.018547 10.0.0.29 - - [2024-10-31 02:27:07] "POST /neutron/port HTTP/1.1" 200 1117 0.060974 10.0.0.29 - - [2024-10-31 02:27:07] "POST /neutron/port HTTP/1.1" 200 1091 0.034142 10.0.0.29 - - [2024-10-31 02:27:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003773 10.0.0.29 - - [2024-10-31 02:27:08] "POST /neutron/subnet HTTP/1.1" 200 704 0.012170 10.0.0.29 - - [2024-10-31 02:27:08] "POST /neutron/port HTTP/1.1" 200 117 0.001335 10.0.0.29 - - [2024-10-31 02:27:08] "POST /neutron/network HTTP/1.1" 200 929 0.006205 10.0.0.29 - - [2024-10-31 02:27:12] "POST /neutron/port HTTP/1.1" 200 1091 0.020039 10.0.0.29 - - [2024-10-31 02:27:12] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007380 10.0.0.29 - - [2024-10-31 02:27:12] "POST /neutron/port HTTP/1.1" 200 1091 0.017431 10.0.0.29 - - [2024-10-31 02:27:12] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008070 10.0.0.29 - - [2024-10-31 02:27:12] "POST /neutron/port HTTP/1.1" 200 1091 0.018626 10.0.0.29 - - [2024-10-31 02:27:12] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007162 10.0.0.29 - - [2024-10-31 02:27:12] "GET /virtual-machine/33181eb5-4469-4b99-a716-b47940ae82a3 HTTP/1.1" 200 1294 0.006674 10.0.0.29 - - [2024-10-31 02:27:12] "GET /virtual-machine-interface/5dd36cd1-9e14-4f17-9fb6-059b2b04b057 HTTP/1.1" 200 2951 0.002764 10.0.0.29 - - [2024-10-31 02:27:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.29 - - [2024-10-31 02:27:12] "GET /global-vrouter-config/d965d459-3c06-4945-9eb4-d4935e5e3a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002944 10.0.0.29 - - [2024-10-31 02:27:12] "GET /virtual-networks?parent_id=0667a334-10f1-4717-82dd-2d59e0948890&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004057 10.0.0.29 - - [2024-10-31 02:27:12] "GET /virtual-network/fe85bc86-d637-4b39-86e2-0cb3c75da8e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005954 10.0.0.29 - - [2024-10-31 02:27:15] "POST /neutron/port HTTP/1.1" 200 1091 0.017798 10.0.0.29 - - [2024-10-31 02:27:15] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007445 10.0.0.29 - - [2024-10-31 02:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.29 - - [2024-10-31 02:27:15] "GET /virtual-network/fe85bc86-d637-4b39-86e2-0cb3c75da8e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005318 10.0.0.29 - - [2024-10-31 02:27:16] "POST /neutron/port HTTP/1.1" 200 1091 0.018905 10.0.0.29 - - [2024-10-31 02:27:16] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007908 10.0.0.29 - - [2024-10-31 02:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004402 10.0.0.29 - - [2024-10-31 02:27:17] "GET /global-vrouter-config/d965d459-3c06-4945-9eb4-d4935e5e3a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003407 10.0.0.29 - - [2024-10-31 02:27:18] "GET /virtual-networks?parent_id=0667a334-10f1-4717-82dd-2d59e0948890&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003502 10.0.0.29 - - [2024-10-31 02:27:18] "GET /virtual-network/fe85bc86-d637-4b39-86e2-0cb3c75da8e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.003554 10.0.0.29 - - [2024-10-31 02:27:18] "POST /neutron/port HTTP/1.1" 200 1091 0.019575 10.0.0.29 - - [2024-10-31 02:27:18] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008069 10.0.0.29 - - [2024-10-31 02:27:18] "POST /neutron/port HTTP/1.1" 200 1091 0.019199 10.0.0.29 - - [2024-10-31 02:27:18] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008727 10.0.0.29 - - [2024-10-31 02:27:18] "POST /neutron/port HTTP/1.1" 200 1091 0.018663 10.0.0.29 - - [2024-10-31 02:27:18] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009908 10.0.0.29 - - [2024-10-31 02:27:18] "GET /virtual-machine/501ec7dd-79fc-4443-b53f-fa1d1e57b28c HTTP/1.1" 200 1294 0.006303 10.0.0.29 - - [2024-10-31 02:27:18] "GET /virtual-machine-interface/f0277815-be73-4a5a-addb-98142767a2f1 HTTP/1.1" 200 2952 0.003843 10.0.0.29 - - [2024-10-31 02:27:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.29 - - [2024-10-31 02:27:18] "GET /global-vrouter-config/d965d459-3c06-4945-9eb4-d4935e5e3a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004781 10.0.0.29 - - [2024-10-31 02:27:18] "GET /virtual-networks?parent_id=0667a334-10f1-4717-82dd-2d59e0948890&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.005679 10.0.0.29 - - [2024-10-31 02:27:18] "GET /virtual-network/8eb606d6-b41d-41c5-bdf3-36900e7961a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.003552 10.0.0.29 - - [2024-10-31 02:27:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005816 10.0.0.29 - - [2024-10-31 02:27:19] "GET /global-vrouter-config/d965d459-3c06-4945-9eb4-d4935e5e3a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003202 10.0.0.29 - - [2024-10-31 02:27:19] "GET /virtual-networks?parent_id=0667a334-10f1-4717-82dd-2d59e0948890&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003247 10.0.0.29 - - [2024-10-31 02:27:19] "GET /virtual-network/8eb606d6-b41d-41c5-bdf3-36900e7961a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.003528 10.0.0.29 - - [2024-10-31 02:27:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.29 - - [2024-10-31 02:27:24] "GET /projects?obj_uuids=0667a334-10f1-4717-82dd-2d59e0948890&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001093 10.0.0.29 - - [2024-10-31 02:27:24] "GET /project/0667a334-10f1-4717-82dd-2d59e0948890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.022853 10.0.0.29 - - [2024-10-31 02:27:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.29 - - [2024-10-31 02:27:24] "PUT /network-policy/61e24bbd-f223-4316-ab2b-838f21fbb91e HTTP/1.1" 200 262 0.012542 10.0.0.29 - - [2024-10-31 02:27:24] "PUT /access-control-list/def77e01-58b2-4bcd-8461-da21f2068b8a HTTP/1.1" 200 272 0.053719 10.0.0.29 - - [2024-10-31 02:27:24] "POST /ref-update HTTP/1.1" 200 156 0.015384 10.0.0.29 - - [2024-10-31 02:27:24] "PUT /access-control-list/ec61b437-764f-4b19-bbdc-3d00d9546cb2 HTTP/1.1" 200 272 0.052072 10.0.0.29 - - [2024-10-31 02:27:25] "POST /ref-update HTTP/1.1" 200 156 0.010879 10.0.0.29 - - [2024-10-31 02:27:27] "GET /virtual-network/8eb606d6-b41d-41c5-bdf3-36900e7961a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.003984 10.0.0.29 - - [2024-10-31 02:27:27] "POST /neutron/network HTTP/1.1" 200 929 0.006346 10.0.0.29 - - [2024-10-31 02:27:27] "POST /neutron/network HTTP/1.1" 200 827 0.049557 10.0.0.29 - - [2024-10-31 02:27:27] "DELETE /access-control-list/def77e01-58b2-4bcd-8461-da21f2068b8a HTTP/1.1" 200 115 0.038628 10.0.0.29 - - [2024-10-31 02:27:27] "POST /neutron/network HTTP/1.1" 200 827 0.006433 10.0.0.29 - - [2024-10-31 02:27:27] "GET /virtual-network/8eb606d6-b41d-41c5-bdf3-36900e7961a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.003152 10.0.0.29 - - [2024-10-31 02:27:27] "GET /virtual-network/fe85bc86-d637-4b39-86e2-0cb3c75da8e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.002904 10.0.0.29 - - [2024-10-31 02:27:27] "POST /neutron/network HTTP/1.1" 200 929 0.007760 10.0.0.29 - - [2024-10-31 02:27:27] "POST /neutron/network HTTP/1.1" 200 827 0.060690 10.0.0.29 - - [2024-10-31 02:27:27] "POST /neutron/network HTTP/1.1" 200 827 0.008747 10.0.0.29 - - [2024-10-31 02:27:27] "DELETE /access-control-list/ec61b437-764f-4b19-bbdc-3d00d9546cb2 HTTP/1.1" 200 115 0.044075 10.0.0.29 - - [2024-10-31 02:27:27] "GET /virtual-network/fe85bc86-d637-4b39-86e2-0cb3c75da8e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006139 10.0.0.29 - - [2024-10-31 02:27:28] "DELETE /network-policy/61e24bbd-f223-4316-ab2b-838f21fbb91e HTTP/1.1" 200 115 0.026960 10.0.0.29 - - [2024-10-31 02:27:28] "POST /neutron/network HTTP/1.1" 200 827 0.005419 10.0.0.29 - - [2024-10-31 02:27:28] "POST /neutron/network HTTP/1.1" 400 204 0.009898 10.0.0.29 - - [2024-10-31 02:27:28] "POST /neutron/port HTTP/1.1" 200 1091 0.016708 10.0.0.29 - - [2024-10-31 02:27:28] "POST /neutron/port HTTP/1.1" 200 1091 0.018490 10.0.0.29 - - [2024-10-31 02:27:28] "POST /neutron/port HTTP/1.1" 200 1117 0.011317 10.0.0.29 - - [2024-10-31 02:27:28] "POST /neutron/port HTTP/1.1" 200 1117 0.009743 10.0.0.29 - - [2024-10-31 02:27:28] "POST /neutron/port HTTP/1.1" 200 151 0.141854 10.0.0.29 - - [2024-10-31 02:27:28] "POST /neutron/port HTTP/1.1" 200 151 0.146187 10.0.0.29 - - [2024-10-31 02:27:30] "POST /neutron/network HTTP/1.1" 200 827 0.006596 10.0.0.29 - - [2024-10-31 02:27:30] "POST /useragent-kv HTTP/1.1" 200 115 0.001630 10.0.0.29 - - [2024-10-31 02:27:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.007494 10.0.0.29 - - [2024-10-31 02:27:30] "POST /useragent-kv HTTP/1.1" 200 115 0.001133 10.0.0.29 - - [2024-10-31 02:27:30] "POST /neutron/network HTTP/1.1" 200 151 0.079989 10.0.0.29 - - [2024-10-31 02:27:30] "GET /routing-instance/5e7f88ed-1dae-43f5-b58f-6c691aa1d190 HTTP/1.1" 404 171 0.001993 10.0.0.29 - - [2024-10-31 02:27:30] "DELETE /route-target/17f393eb-a838-4636-ab77-9a70aa26bcbe HTTP/1.1" 200 115 0.018384 10.0.0.29 - - [2024-10-31 02:27:30] "GET /domains HTTP/1.1" 200 280 0.002045 10.0.0.29 - - [2024-10-31 02:27:30] "GET /domains?obj_uuids=fe7e8e09-5e09-4e9d-a716-d1f8d98e9013&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000995 10.0.0.29 - - [2024-10-31 02:27:30] "GET /domain/fe7e8e09-5e09-4e9d-a716-d1f8d98e9013 HTTP/1.1" 200 2576 0.047892 10.0.0.29 - - [2024-10-31 02:27:30] "GET /projects?obj_uuids=0667a334-10f1-4717-82dd-2d59e0948890&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001063 10.0.0.29 - - [2024-10-31 02:27:30] "GET /project/0667a334-10f1-4717-82dd-2d59e0948890 HTTP/1.1" 200 2101 0.071846 10.0.0.29 - - [2024-10-31 02:27:30] "POST /neutron/network HTTP/1.1" 200 827 0.009278 10.0.0.29 - - [2024-10-31 02:27:30] "POST /useragent-kv HTTP/1.1" 200 115 0.001504 10.0.0.29 - - [2024-10-31 02:27:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.008758 10.0.0.29 - - [2024-10-31 02:27:30] "POST /useragent-kv HTTP/1.1" 200 115 0.001372 10.0.0.29 - - [2024-10-31 02:27:30] "POST /neutron/network HTTP/1.1" 200 151 0.085770 10.0.0.29 - - [2024-10-31 02:27:30] "GET /routing-instance/888608ee-edc7-416c-8aeb-6a348d9d6292 HTTP/1.1" 404 171 0.002932 10.0.0.29 - - [2024-10-31 02:27:30] "DELETE /route-target/a9388858-95ea-41a8-9dcd-34b148bae027 HTTP/1.1" 200 115 0.027325 10.0.0.29 - - [2024-10-31 02:27:30] "GET /domains HTTP/1.1" 200 280 0.002724 10.0.0.29 - - [2024-10-31 02:27:30] "GET /domains?obj_uuids=fe7e8e09-5e09-4e9d-a716-d1f8d98e9013&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001043 10.0.0.29 - - [2024-10-31 02:27:30] "GET /domain/fe7e8e09-5e09-4e9d-a716-d1f8d98e9013 HTTP/1.1" 200 2576 0.048100 10.0.0.29 - - [2024-10-31 02:27:30] "GET /projects?obj_uuids=0667a334-10f1-4717-82dd-2d59e0948890&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002316 10.0.0.29 - - [2024-10-31 02:27:30] "GET /project/0667a334-10f1-4717-82dd-2d59e0948890 HTTP/1.1" 200 1862 0.067639 10.0.0.29 - - [2024-10-31 02:27:30] "GET /projects?obj_uuids=0667a334-10f1-4717-82dd-2d59e0948890&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001481 10.0.0.29 - - [2024-10-31 02:27:30] "GET /project/0667a334-10f1-4717-82dd-2d59e0948890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.022672 10.0.0.29 - - [2024-10-31 02:27:30] "GET /projects?obj_uuids=0667a334-10f1-4717-82dd-2d59e0948890&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001186 10.0.0.29 - - [2024-10-31 02:27:30] "GET /project/0667a334-10f1-4717-82dd-2d59e0948890?fields=virtual_networks HTTP/1.1" 200 1034 0.063685 10.0.0.29 - - [2024-10-31 02:27:31] "GET /projects?obj_uuids=0667a334-10f1-4717-82dd-2d59e0948890&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001247 10.0.0.29 - - [2024-10-31 02:27:31] "GET /project/0667a334-10f1-4717-82dd-2d59e0948890?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.027140 10.0.0.29 - - [2024-10-31 02:27:31] "GET /projects?obj_uuids=0667a334-10f1-4717-82dd-2d59e0948890&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001175 10.0.0.29 - - [2024-10-31 02:27:31] "GET /project/0667a334-10f1-4717-82dd-2d59e0948890?fields=security_groups HTTP/1.1" 200 1262 0.021856 10.0.0.29 - - [2024-10-31 02:27:31] "POST /fqname-to-id HTTP/1.1" 404 186 0.032918 10.0.0.29 - - [2024-10-31 02:27:32] "GET /projects?obj_uuids=4156baea-88d3-4deb-8333-7ca562098738&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003458 10.0.0.29 - - [2024-10-31 02:27:32] "GET /domains?obj_uuids=fe7e8e09-5e09-4e9d-a716-d1f8d98e9013&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002199 10.0.0.29 - - [2024-10-31 02:27:32] "GET /domain/fe7e8e09-5e09-4e9d-a716-d1f8d98e9013?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010239 10.0.0.29 - - [2024-10-31 02:27:32] "POST /id-to-fqname HTTP/1.1" 200 188 0.001975 10.0.0.29 - - [2024-10-31 02:27:32] "POST /fqname-to-id HTTP/1.1" 404 197 0.003795 10.0.0.29 - - [2024-10-31 02:27:32] "POST /security-groups HTTP/1.1" 200 589 0.063332 10.0.0.29 - - [2024-10-31 02:27:32] "POST /fqname-to-id HTTP/1.1" 404 232 0.002597 10.0.0.29 - - [2024-10-31 02:27:32] "POST /projects HTTP/1.1" 200 581 0.237369 10.0.0.29 - - [2024-10-31 02:27:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.310543 10.0.0.29 - - [2024-10-31 02:27:32] "POST /access-control-lists HTTP/1.1" 200 594 0.062602 10.0.0.29 - - [2024-10-31 02:27:32] "POST /fqname-to-id HTTP/1.1" 404 231 0.002796 10.0.0.29 - - [2024-10-31 02:27:32] "GET /project/4156baea-88d3-4deb-8333-7ca562098738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.457845 10.0.0.29 - - [2024-10-31 02:27:32] "POST /access-control-lists HTTP/1.1" 200 592 0.063664 10.0.0.29 - - [2024-10-31 02:27:33] "GET / HTTP/1.1" 200 35931 0.002383 10.0.0.29 - - [2024-10-31 02:27:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.001185 10.0.0.29 - - [2024-10-31 02:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.063148 10.0.0.29 - - [2024-10-31 02:27:34] "GET /projects?obj_uuids=4156baea-88d3-4deb-8333-7ca562098738&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001048 10.0.0.29 - - [2024-10-31 02:27:34] "GET /project/4156baea-88d3-4deb-8333-7ca562098738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.023189 10.0.0.29 - - [2024-10-31 02:27:34] "POST /neutron/network HTTP/1.1" 200 117 0.031751 10.0.0.29 - - [2024-10-31 02:27:34] "GET /projects?obj_uuids=4156baea-88d3-4deb-8333-7ca562098738&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001767 10.0.0.29 - - [2024-10-31 02:27:34] "POST /neutron/network HTTP/1.1" 200 613 0.083218 10.0.0.29 - - [2024-10-31 02:27:34] "POST /route-targets HTTP/1.1" 200 327 0.013124 10.0.0.29 - - [2024-10-31 02:27:34] "POST /ref-update HTTP/1.1" 200 156 0.011323 10.0.0.29 - - [2024-10-31 02:27:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003477 10.0.0.29 - - [2024-10-31 02:27:35] "POST /neutron/subnet HTTP/1.1" 200 725 0.174495 10.0.0.29 - - [2024-10-31 02:27:35] "POST /neutron/network HTTP/1.1" 200 832 0.007721 10.0.0.29 - - [2024-10-31 02:27:35] "POST /id-to-fqname HTTP/1.1" 200 223 0.001603 10.0.0.29 - - [2024-10-31 02:27:35] "GET /virtual-network/db8d048d-5112-4c97-a08b-44c4175c1b76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.003218 10.0.0.29 - - [2024-10-31 02:27:35] "POST /neutron/network HTTP/1.1" 200 832 0.006830 10.0.0.29 - - [2024-10-31 02:27:35] "GET /virtual-network/db8d048d-5112-4c97-a08b-44c4175c1b76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.003656 10.0.0.29 - - [2024-10-31 02:27:35] "POST /neutron/network HTTP/1.1" 200 832 0.006718 10.0.0.29 - - [2024-10-31 02:27:35] "POST /neutron/subnet HTTP/1.1" 200 725 0.007441 10.0.0.29 - - [2024-10-31 02:27:35] "GET /domains HTTP/1.1" 401 292 0.000484 10.0.0.29 - - [2024-10-31 02:27:35] "GET /domains HTTP/1.1" 200 280 0.027689 10.0.0.29 - - [2024-10-31 02:27:35] "GET /domains?obj_uuids=fe7e8e09-5e09-4e9d-a716-d1f8d98e9013&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001425 10.0.0.29 - - [2024-10-31 02:27:35] "GET /domain/fe7e8e09-5e09-4e9d-a716-d1f8d98e9013 HTTP/1.1" 200 2760 0.010032 10.0.0.29 - - [2024-10-31 02:27:35] "GET /projects?obj_uuids=4156baea-88d3-4deb-8333-7ca562098738&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001176 10.0.0.29 - - [2024-10-31 02:27:35] "GET /project/4156baea-88d3-4deb-8333-7ca562098738 HTTP/1.1" 200 2079 0.068934 10.0.0.29 - - [2024-10-31 02:27:35] "GET /virtual-network/db8d048d-5112-4c97-a08b-44c4175c1b76 HTTP/1.1" 200 2319 0.004124 10.0.0.29 - - [2024-10-31 02:27:35] "GET /virtual-network/db8d048d-5112-4c97-a08b-44c4175c1b76 HTTP/1.1" 200 2319 0.002970 10.0.0.29 - - [2024-10-31 02:27:35] "GET /routing-instance/16097d2e-f432-4c75-8eb0-24e30d201913 HTTP/1.1" 200 1493 0.002844 10.0.0.29 - - [2024-10-31 02:27:35] "GET /routing-instance/16097d2e-f432-4c75-8eb0-24e30d201913 HTTP/1.1" 200 1493 0.003032 10.0.0.29 - - [2024-10-31 02:27:35] "GET /route-target/87bb1c64-ba92-4cd7-8156-738d97fb981e HTTP/1.1" 200 1211 0.002545 10.0.0.29 - - [2024-10-31 02:27:35] "GET /virtual-network/db8d048d-5112-4c97-a08b-44c4175c1b76 HTTP/1.1" 200 2319 0.002947 10.0.0.29 - - [2024-10-31 02:27:35] "GET /routing-instance/16097d2e-f432-4c75-8eb0-24e30d201913 HTTP/1.1" 200 1493 0.002885 10.0.0.29 - - [2024-10-31 02:27:35] "GET /virtual-network/db8d048d-5112-4c97-a08b-44c4175c1b76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.002663 10.0.0.29 - - [2024-10-31 02:27:35] "GET /virtual-network/db8d048d-5112-4c97-a08b-44c4175c1b76 HTTP/1.1" 200 2319 0.002484 10.0.0.29 - - [2024-10-31 02:27:35] "GET /routing-instance/16097d2e-f432-4c75-8eb0-24e30d201913 HTTP/1.1" 200 1493 0.002276 10.0.0.29 - - [2024-10-31 02:27:35] "GET /routing-instance/16097d2e-f432-4c75-8eb0-24e30d201913 HTTP/1.1" 200 1493 0.002169 10.0.0.29 - - [2024-10-31 02:27:35] "GET /route-target/87bb1c64-ba92-4cd7-8156-738d97fb981e HTTP/1.1" 200 1211 0.002604 10.0.0.29 - - [2024-10-31 02:27:35] "GET /domains HTTP/1.1" 200 280 0.002407 10.0.0.29 - - [2024-10-31 02:27:35] "GET /domains?obj_uuids=fe7e8e09-5e09-4e9d-a716-d1f8d98e9013&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001091 10.0.0.29 - - [2024-10-31 02:27:35] "GET /domain/fe7e8e09-5e09-4e9d-a716-d1f8d98e9013 HTTP/1.1" 200 2760 0.007043 10.0.0.29 - - [2024-10-31 02:27:35] "GET /projects?obj_uuids=4156baea-88d3-4deb-8333-7ca562098738&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001020 10.0.0.29 - - [2024-10-31 02:27:35] "GET /project/4156baea-88d3-4deb-8333-7ca562098738 HTTP/1.1" 200 2079 0.064796 10.0.0.29 - - [2024-10-31 02:27:35] "GET /virtual-network/db8d048d-5112-4c97-a08b-44c4175c1b76 HTTP/1.1" 200 2319 0.002743 10.0.0.29 - - [2024-10-31 02:27:36] "GET /obj-perms HTTP/1.1" 200 5026 0.060254 10.0.0.29 - - [2024-10-31 02:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.29 - - [2024-10-31 02:27:36] "GET /projects?obj_uuids=4156baea-88d3-4deb-8333-7ca562098738&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001275 10.0.0.29 - - [2024-10-31 02:27:36] "GET /project/4156baea-88d3-4deb-8333-7ca562098738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.022694 10.0.0.29 - - [2024-10-31 02:27:36] "POST /neutron/network HTTP/1.1" 200 117 0.012568 10.0.0.29 - - [2024-10-31 02:27:36] "GET /projects?obj_uuids=4156baea-88d3-4deb-8333-7ca562098738&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001565 10.0.0.29 - - [2024-10-31 02:27:36] "POST /neutron/network HTTP/1.1" 200 613 0.067035 10.0.0.29 - - [2024-10-31 02:27:36] "POST /route-targets HTTP/1.1" 200 327 0.009848 10.0.0.29 - - [2024-10-31 02:27:36] "POST /ref-update HTTP/1.1" 200 156 0.010542 10.0.0.29 - - [2024-10-31 02:27:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002201 10.0.0.29 - - [2024-10-31 02:27:36] "POST /neutron/subnet HTTP/1.1" 200 720 0.161103 10.0.0.29 - - [2024-10-31 02:27:36] "POST /neutron/network HTTP/1.1" 200 831 0.006273 10.0.0.29 - - [2024-10-31 02:27:36] "POST /id-to-fqname HTTP/1.1" 200 223 0.001292 10.0.0.29 - - [2024-10-31 02:27:36] "GET /virtual-network/5083fb9c-fe7d-46b8-b4eb-184074cf33fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.003662 10.0.0.29 - - [2024-10-31 02:27:36] "POST /neutron/network HTTP/1.1" 200 831 0.007473 10.0.0.29 - - [2024-10-31 02:27:36] "GET /virtual-network/5083fb9c-fe7d-46b8-b4eb-184074cf33fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.003062 10.0.0.29 - - [2024-10-31 02:27:36] "POST /neutron/network HTTP/1.1" 200 831 0.006192 10.0.0.29 - - [2024-10-31 02:27:36] "POST /neutron/subnet HTTP/1.1" 200 720 0.006657 10.0.0.29 - - [2024-10-31 02:27:36] "GET /domains HTTP/1.1" 200 280 0.002208 10.0.0.29 - - [2024-10-31 02:27:36] "GET /domains?obj_uuids=fe7e8e09-5e09-4e9d-a716-d1f8d98e9013&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001128 10.0.0.29 - - [2024-10-31 02:27:36] "GET /domain/fe7e8e09-5e09-4e9d-a716-d1f8d98e9013 HTTP/1.1" 200 2760 0.006868 10.0.0.29 - - [2024-10-31 02:27:36] "GET /projects?obj_uuids=4156baea-88d3-4deb-8333-7ca562098738&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001425 10.0.0.29 - - [2024-10-31 02:27:36] "GET /project/4156baea-88d3-4deb-8333-7ca562098738 HTTP/1.1" 200 2297 0.065213 10.0.0.29 - - [2024-10-31 02:27:36] "GET /virtual-network/5083fb9c-fe7d-46b8-b4eb-184074cf33fc HTTP/1.1" 200 2315 0.011178 10.0.0.29 - - [2024-10-31 02:27:36] "GET /virtual-network/5083fb9c-fe7d-46b8-b4eb-184074cf33fc HTTP/1.1" 200 2315 0.002582 10.0.0.29 - - [2024-10-31 02:27:36] "GET /routing-instance/393662b4-1bad-4241-a404-67a49ffa5f75 HTTP/1.1" 200 1493 0.002605 10.0.0.29 - - [2024-10-31 02:27:36] "GET /routing-instance/393662b4-1bad-4241-a404-67a49ffa5f75 HTTP/1.1" 200 1493 0.002231 10.0.0.29 - - [2024-10-31 02:27:36] "GET /route-target/1ef85a58-8a97-47ae-9a6a-9c96407d9372 HTTP/1.1" 200 1212 0.002215 10.0.0.29 - - [2024-10-31 02:27:36] "GET /virtual-network/5083fb9c-fe7d-46b8-b4eb-184074cf33fc HTTP/1.1" 200 2315 0.002666 10.0.0.29 - - [2024-10-31 02:27:36] "GET /routing-instance/393662b4-1bad-4241-a404-67a49ffa5f75 HTTP/1.1" 200 1493 0.002173 10.0.0.29 - - [2024-10-31 02:27:36] "GET /virtual-network/5083fb9c-fe7d-46b8-b4eb-184074cf33fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.002381 10.0.0.29 - - [2024-10-31 02:27:36] "GET /virtual-network/5083fb9c-fe7d-46b8-b4eb-184074cf33fc HTTP/1.1" 200 2315 0.003227 10.0.0.29 - - [2024-10-31 02:27:36] "GET /routing-instance/393662b4-1bad-4241-a404-67a49ffa5f75 HTTP/1.1" 200 1493 0.002344 10.0.0.29 - - [2024-10-31 02:27:36] "GET /routing-instance/393662b4-1bad-4241-a404-67a49ffa5f75 HTTP/1.1" 200 1493 0.002207 10.0.0.29 - - [2024-10-31 02:27:36] "GET /route-target/1ef85a58-8a97-47ae-9a6a-9c96407d9372 HTTP/1.1" 200 1212 0.002442 10.0.0.29 - - [2024-10-31 02:27:36] "GET /domains HTTP/1.1" 200 280 0.002718 10.0.0.29 - - [2024-10-31 02:27:36] "GET /domains?obj_uuids=fe7e8e09-5e09-4e9d-a716-d1f8d98e9013&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001299 10.0.0.29 - - [2024-10-31 02:27:36] "GET /domain/fe7e8e09-5e09-4e9d-a716-d1f8d98e9013 HTTP/1.1" 200 2760 0.007519 10.0.0.29 - - [2024-10-31 02:27:36] "GET /projects?obj_uuids=4156baea-88d3-4deb-8333-7ca562098738&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001781 10.0.0.29 - - [2024-10-31 02:27:37] "GET /project/4156baea-88d3-4deb-8333-7ca562098738 HTTP/1.1" 200 2297 0.064484 10.0.0.29 - - [2024-10-31 02:27:37] "GET /virtual-network/5083fb9c-fe7d-46b8-b4eb-184074cf33fc HTTP/1.1" 200 2315 0.002717 10.0.0.29 - - [2024-10-31 02:27:37] "GET /obj-perms HTTP/1.1" 200 5026 0.002992 10.0.0.29 - - [2024-10-31 02:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.29 - - [2024-10-31 02:27:37] "GET /projects?obj_uuids=4156baea-88d3-4deb-8333-7ca562098738&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001035 10.0.0.29 - - [2024-10-31 02:27:37] "GET /project/4156baea-88d3-4deb-8333-7ca562098738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.022160 10.0.0.29 - - [2024-10-31 02:27:37] "POST /neutron/network HTTP/1.1" 200 117 0.011314 10.0.0.29 - - [2024-10-31 02:27:37] "GET /projects?obj_uuids=4156baea-88d3-4deb-8333-7ca562098738&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001226 10.0.0.29 - - [2024-10-31 02:27:37] "POST /neutron/network HTTP/1.1" 200 615 0.073603 10.0.0.29 - - [2024-10-31 02:27:37] "POST /ref-update HTTP/1.1" 200 156 0.011817 10.0.0.29 - - [2024-10-31 02:27:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002207 10.0.0.29 - - [2024-10-31 02:27:37] "POST /neutron/subnet HTTP/1.1" 200 724 0.168960 10.0.0.29 - - [2024-10-31 02:27:37] "POST /neutron/network HTTP/1.1" 200 834 0.006089 10.0.0.29 - - [2024-10-31 02:27:37] "POST /id-to-fqname HTTP/1.1" 200 224 0.001349 10.0.0.29 - - [2024-10-31 02:27:37] "GET /virtual-network/acf9f288-472f-4351-96d8-30a02479479e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.003688 10.0.0.29 - - [2024-10-31 02:27:37] "POST /neutron/network HTTP/1.1" 200 834 0.006061 10.0.0.29 - - [2024-10-31 02:27:37] "GET /virtual-network/acf9f288-472f-4351-96d8-30a02479479e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.002853 10.0.0.29 - - [2024-10-31 02:27:37] "POST /neutron/network HTTP/1.1" 200 834 0.006217 10.0.0.29 - - [2024-10-31 02:27:37] "POST /neutron/subnet HTTP/1.1" 200 724 0.007206 10.0.0.29 - - [2024-10-31 02:27:37] "GET /domains HTTP/1.1" 200 280 0.002252 10.0.0.29 - - [2024-10-31 02:27:37] "GET /domains?obj_uuids=fe7e8e09-5e09-4e9d-a716-d1f8d98e9013&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001511 10.0.0.29 - - [2024-10-31 02:27:37] "GET /domain/fe7e8e09-5e09-4e9d-a716-d1f8d98e9013 HTTP/1.1" 200 2760 0.007534 10.0.0.29 - - [2024-10-31 02:27:37] "GET /projects?obj_uuids=4156baea-88d3-4deb-8333-7ca562098738&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001103 10.0.0.29 - - [2024-10-31 02:27:37] "GET /project/4156baea-88d3-4deb-8333-7ca562098738 HTTP/1.1" 200 2516 0.066535 10.0.0.29 - - [2024-10-31 02:27:37] "GET /virtual-network/acf9f288-472f-4351-96d8-30a02479479e HTTP/1.1" 200 2325 0.003629 10.0.0.29 - - [2024-10-31 02:27:37] "GET /virtual-network/acf9f288-472f-4351-96d8-30a02479479e HTTP/1.1" 200 2325 0.002564 10.0.0.29 - - [2024-10-31 02:27:37] "GET /routing-instance/dd2e2f86-37b6-4b36-bad1-e8e63a24165a HTTP/1.1" 200 1498 0.002420 10.0.0.29 - - [2024-10-31 02:27:37] "GET /routing-instance/dd2e2f86-37b6-4b36-bad1-e8e63a24165a HTTP/1.1" 200 1498 0.002176 10.0.0.29 - - [2024-10-31 02:27:37] "GET /route-target/09d9ba4c-51c1-4c29-ac45-8b7d0a82ec6a HTTP/1.1" 200 1213 0.002526 10.0.0.29 - - [2024-10-31 02:27:37] "GET /virtual-network/acf9f288-472f-4351-96d8-30a02479479e HTTP/1.1" 200 2325 0.002778 10.0.0.29 - - [2024-10-31 02:27:37] "GET /routing-instance/dd2e2f86-37b6-4b36-bad1-e8e63a24165a HTTP/1.1" 200 1498 0.002263 10.0.0.29 - - [2024-10-31 02:27:37] "GET /virtual-network/acf9f288-472f-4351-96d8-30a02479479e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.002579 10.0.0.29 - - [2024-10-31 02:27:37] "GET /virtual-network/acf9f288-472f-4351-96d8-30a02479479e HTTP/1.1" 200 2325 0.002503 10.0.0.29 - - [2024-10-31 02:27:37] "GET /routing-instance/dd2e2f86-37b6-4b36-bad1-e8e63a24165a HTTP/1.1" 200 1498 0.002416 10.0.0.29 - - [2024-10-31 02:27:37] "GET /routing-instance/dd2e2f86-37b6-4b36-bad1-e8e63a24165a HTTP/1.1" 200 1498 0.002283 10.0.0.29 - - [2024-10-31 02:27:37] "GET /route-target/09d9ba4c-51c1-4c29-ac45-8b7d0a82ec6a HTTP/1.1" 200 1213 0.002208 10.0.0.29 - - [2024-10-31 02:27:37] "GET /domains HTTP/1.1" 200 280 0.002872 10.0.0.29 - - [2024-10-31 02:27:37] "GET /domains?obj_uuids=fe7e8e09-5e09-4e9d-a716-d1f8d98e9013&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001164 10.0.0.29 - - [2024-10-31 02:27:37] "GET /domain/fe7e8e09-5e09-4e9d-a716-d1f8d98e9013 HTTP/1.1" 200 2760 0.007565 10.0.0.29 - - [2024-10-31 02:27:37] "GET /projects?obj_uuids=4156baea-88d3-4deb-8333-7ca562098738&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001093 10.0.0.29 - - [2024-10-31 02:27:37] "GET /project/4156baea-88d3-4deb-8333-7ca562098738 HTTP/1.1" 200 2516 0.064269 10.0.0.29 - - [2024-10-31 02:27:37] "GET /virtual-network/acf9f288-472f-4351-96d8-30a02479479e HTTP/1.1" 200 2325 0.002871 10.0.0.29 - - [2024-10-31 02:27:37] "GET /obj-perms HTTP/1.1" 200 5026 0.003203 10.0.0.29 - - [2024-10-31 02:27:37] "POST /id-to-fqname HTTP/1.1" 200 223 0.001475 10.0.0.29 - - [2024-10-31 02:27:38] "POST /neutron/network HTTP/1.1" 200 841 0.006783 10.0.0.29 - - [2024-10-31 02:27:38] "GET /aaa-mode HTTP/1.1" 401 292 0.000438 10.0.0.29 - - [2024-10-31 02:27:38] "GET / HTTP/1.1" 200 35931 0.002452 10.0.0.29 - - [2024-10-31 02:27:38] "GET /project/4156baea-88d3-4deb-8333-7ca562098738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000448 10.0.0.29 - - [2024-10-31 02:27:38] "GET /projects?obj_uuids=4156baea-88d3-4deb-8333-7ca562098738&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001247 10.0.0.29 - - [2024-10-31 02:27:38] "GET /project/4156baea-88d3-4deb-8333-7ca562098738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.045135 10.0.0.29 - - [2024-10-31 02:27:38] "POST /neutron/network HTTP/1.1" 200 831 0.005843 10.0.0.29 - - [2024-10-31 02:27:39] "POST /neutron/port HTTP/1.1" 200 117 0.005946 10.0.0.29 - - [2024-10-31 02:27:39] "POST /neutron/port HTTP/1.1" 200 117 0.005646 10.0.0.29 - - [2024-10-31 02:27:39] "POST /id-to-fqname HTTP/1.1" 200 224 0.001470 10.0.0.29 - - [2024-10-31 02:27:39] "POST /neutron/port HTTP/1.1" 200 117 0.006411 10.0.0.29 - - [2024-10-31 02:27:39] "POST /neutron/network HTTP/1.1" 200 844 0.010144 10.0.0.29 - - [2024-10-31 02:27:39] "GET /aaa-mode HTTP/1.1" 401 292 0.000448 10.0.0.29 - - [2024-10-31 02:27:39] "POST /neutron/network HTTP/1.1" 200 841 0.005957 10.0.0.29 - - [2024-10-31 02:27:39] "GET /projects?obj_uuids=4156baea-88d3-4deb-8333-7ca562098738&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001249 10.0.0.29 - - [2024-10-31 02:27:39] "GET / HTTP/1.1" 200 35931 0.001580 10.0.0.29 - - [2024-10-31 02:27:39] "GET /project/4156baea-88d3-4deb-8333-7ca562098738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000450 10.0.0.29 - - [2024-10-31 02:27:39] "POST /neutron/port HTTP/1.1" 200 1057 0.193451 10.0.0.29 - - [2024-10-31 02:27:39] "POST /neutron/port HTTP/1.1" 200 1057 0.008251 10.0.0.29 - - [2024-10-31 02:27:39] "POST /neutron/port HTTP/1.1" 200 1057 0.008963 10.0.0.29 - - [2024-10-31 02:27:39] "POST /neutron/port HTTP/1.1" 200 1111 0.055374 10.0.0.29 - - [2024-10-31 02:27:39] "POST /neutron/port HTTP/1.1" 200 1085 0.017197 10.0.0.29 - - [2024-10-31 02:27:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003728 10.0.0.29 - - [2024-10-31 02:27:39] "POST /neutron/subnet HTTP/1.1" 200 694 0.010103 10.0.0.29 - - [2024-10-31 02:27:39] "POST /neutron/port HTTP/1.1" 200 117 0.001218 10.0.0.29 - - [2024-10-31 02:27:39] "POST /neutron/network HTTP/1.1" 200 831 0.005823 10.0.0.29 - - [2024-10-31 02:27:39] "GET /projects?obj_uuids=4156baea-88d3-4deb-8333-7ca562098738&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001175 10.0.0.29 - - [2024-10-31 02:27:39] "GET /project/4156baea-88d3-4deb-8333-7ca562098738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.049908 10.0.0.29 - - [2024-10-31 02:27:39] "POST /neutron/network HTTP/1.1" 200 834 0.006503 10.0.0.29 - - [2024-10-31 02:27:40] "POST /neutron/port HTTP/1.1" 200 1085 0.023356 10.0.0.29 - - [2024-10-31 02:27:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.014418 10.0.0.29 - - [2024-10-31 02:27:40] "POST /neutron/port HTTP/1.1" 200 117 0.006652 10.0.0.29 - - [2024-10-31 02:27:40] "POST /fqname-to-id HTTP/1.1" 404 193 0.002717 10.0.0.29 - - [2024-10-31 02:27:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002721 10.0.0.29 - - [2024-10-31 02:27:40] "GET /domains?obj_uuids=fe7e8e09-5e09-4e9d-a716-d1f8d98e9013&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001221 10.0.0.29 - - [2024-10-31 02:27:40] "GET /domain/fe7e8e09-5e09-4e9d-a716-d1f8d98e9013?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008977 10.0.0.29 - - [2024-10-31 02:27:40] "POST /service-templates HTTP/1.1" 200 543 0.039686 10.0.0.29 - - [2024-10-31 02:27:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.29 - - [2024-10-31 02:27:40] "GET /service-template/1a9ba3b6-9997-4e17-88d0-970b07a36cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.005096 10.0.0.29 - - [2024-10-31 02:27:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.29 - - [2024-10-31 02:27:40] "GET /service-template/1a9ba3b6-9997-4e17-88d0-970b07a36cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.003406 10.0.0.29 - - [2024-10-31 02:27:40] "POST /neutron/network HTTP/1.1" 200 844 0.007295 10.0.0.29 - - [2024-10-31 02:27:40] "GET /projects?obj_uuids=4156baea-88d3-4deb-8333-7ca562098738&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001457 10.0.0.29 - - [2024-10-31 02:27:40] "POST /id-to-fqname HTTP/1.1" 200 223 0.001206 10.0.0.29 - - [2024-10-31 02:27:40] "POST /id-to-fqname HTTP/1.1" 200 223 0.001462 10.0.0.29 - - [2024-10-31 02:27:40] "POST /id-to-fqname HTTP/1.1" 200 224 0.001632 10.0.0.29 - - [2024-10-31 02:27:40] "POST /neutron/port HTTP/1.1" 200 1058 0.272855 10.0.0.29 - - [2024-10-31 02:27:40] "POST /neutron/port HTTP/1.1" 200 2001 0.044536 10.0.0.29 - - [2024-10-31 02:27:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.019657 10.0.0.29 - - [2024-10-31 02:27:40] "POST /neutron/port HTTP/1.1" 200 1058 0.024228 10.0.0.29 - - [2024-10-31 02:27:40] "POST /neutron/port HTTP/1.1" 200 1058 0.009048 10.0.0.29 - - [2024-10-31 02:27:41] "POST /neutron/port HTTP/1.1" 200 1112 0.102065 10.0.0.29 - - [2024-10-31 02:27:41] "POST /neutron/port HTTP/1.1" 200 1086 0.017850 10.0.0.29 - - [2024-10-31 02:27:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003962 10.0.0.29 - - [2024-10-31 02:27:41] "POST /neutron/subnet HTTP/1.1" 200 698 0.016400 10.0.0.29 - - [2024-10-31 02:27:41] "POST /neutron/port HTTP/1.1" 200 117 0.001452 10.0.0.29 - - [2024-10-31 02:27:41] "POST /neutron/network HTTP/1.1" 200 834 0.006063 10.0.0.29 - - [2024-10-31 02:27:41] "POST /neutron/network HTTP/1.1" 200 2222 0.015580 10.0.0.29 - - [2024-10-31 02:27:41] "GET /aaa-mode HTTP/1.1" 401 292 0.000551 10.0.0.29 - - [2024-10-31 02:27:41] "GET / HTTP/1.1" 200 35931 0.002308 10.0.0.29 - - [2024-10-31 02:27:41] "GET /project/4156baea-88d3-4deb-8333-7ca562098738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000603 10.0.0.29 - - [2024-10-31 02:27:42] "GET /projects?obj_uuids=4156baea-88d3-4deb-8333-7ca562098738&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001614 10.0.0.29 - - [2024-10-31 02:27:42] "GET /project/4156baea-88d3-4deb-8333-7ca562098738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.056641 10.0.0.29 - - [2024-10-31 02:27:42] "POST /neutron/network HTTP/1.1" 200 832 0.007242 10.0.0.29 - - [2024-10-31 02:27:42] "POST /neutron/network HTTP/1.1" 200 831 0.006398 10.0.0.29 - - [2024-10-31 02:27:42] "POST /neutron/network HTTP/1.1" 200 834 0.006905 10.0.0.29 - - [2024-10-31 02:27:42] "POST /neutron/port HTTP/1.1" 200 2055 0.027501 10.0.0.29 - - [2024-10-31 02:27:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012872 10.0.0.29 - - [2024-10-31 02:27:42] "POST /neutron/port HTTP/1.1" 200 117 0.005273 10.0.0.29 - - [2024-10-31 02:27:42] "POST /neutron/port HTTP/1.1" 200 117 0.006489 10.0.0.29 - - [2024-10-31 02:27:43] "POST /neutron/network HTTP/1.1" 200 2222 0.013697 10.0.0.29 - - [2024-10-31 02:27:43] "GET /projects?obj_uuids=4156baea-88d3-4deb-8333-7ca562098738&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001252 10.0.0.29 - - [2024-10-31 02:27:43] "POST /neutron/port HTTP/1.1" 200 1058 0.230015 10.0.0.29 - - [2024-10-31 02:27:43] "GET /projects?obj_uuids=4156baea-88d3-4deb-8333-7ca562098738&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001611 10.0.0.29 - - [2024-10-31 02:27:43] "POST /neutron/port HTTP/1.1" 200 1057 0.200285 10.0.0.29 - - [2024-10-31 02:27:43] "GET /projects?obj_uuids=4156baea-88d3-4deb-8333-7ca562098738&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001160 10.0.0.29 - - [2024-10-31 02:27:43] "POST /neutron/port HTTP/1.1" 200 1058 0.205278 10.0.0.29 - - [2024-10-31 02:27:43] "POST /neutron/port HTTP/1.1" 200 1058 0.011218 10.0.0.29 - - [2024-10-31 02:27:43] "POST /neutron/port HTTP/1.1" 200 1058 0.010148 10.0.0.29 - - [2024-10-31 02:27:44] "POST /neutron/port HTTP/1.1" 200 1112 0.070318 10.0.0.29 - - [2024-10-31 02:27:44] "POST /neutron/port HTTP/1.1" 200 1057 0.013846 10.0.0.29 - - [2024-10-31 02:27:44] "POST /neutron/port HTTP/1.1" 200 1057 0.008619 10.0.0.29 - - [2024-10-31 02:27:44] "POST /neutron/port HTTP/1.1" 200 1111 0.072396 10.0.0.29 - - [2024-10-31 02:27:44] "POST /neutron/port HTTP/1.1" 200 1058 0.011775 10.0.0.29 - - [2024-10-31 02:27:44] "POST /neutron/port HTTP/1.1" 200 1058 0.015939 10.0.0.29 - - [2024-10-31 02:27:44] "POST /neutron/port HTTP/1.1" 200 1112 0.089683 10.0.0.29 - - [2024-10-31 02:27:44] "POST /neutron/port HTTP/1.1" 200 3024 0.027379 10.0.0.29 - - [2024-10-31 02:27:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004204 10.0.0.29 - - [2024-10-31 02:27:44] "POST /neutron/subnet HTTP/1.1" 200 699 0.014150 10.0.0.29 - - [2024-10-31 02:27:44] "POST /neutron/port HTTP/1.1" 200 117 0.001468 10.0.0.29 - - [2024-10-31 02:27:44] "POST /neutron/network HTTP/1.1" 200 832 0.006338 10.0.0.29 - - [2024-10-31 02:27:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003576 10.0.0.29 - - [2024-10-31 02:27:44] "POST /neutron/subnet HTTP/1.1" 200 694 0.013060 10.0.0.29 - - [2024-10-31 02:27:44] "POST /neutron/port HTTP/1.1" 200 117 0.001410 10.0.0.29 - - [2024-10-31 02:27:44] "POST /neutron/network HTTP/1.1" 200 831 0.006810 10.0.0.29 - - [2024-10-31 02:27:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004146 10.0.0.29 - - [2024-10-31 02:27:44] "POST /neutron/subnet HTTP/1.1" 200 698 0.011416 10.0.0.29 - - [2024-10-31 02:27:44] "POST /neutron/port HTTP/1.1" 200 117 0.001488 10.0.0.29 - - [2024-10-31 02:27:44] "POST /neutron/network HTTP/1.1" 200 834 0.006468 10.0.0.29 - - [2024-10-31 02:27:47] "POST /neutron/port HTTP/1.1" 200 3024 0.028815 10.0.0.29 - - [2024-10-31 02:27:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.013266 10.0.0.29 - - [2024-10-31 02:27:48] "POST /neutron/port HTTP/1.1" 200 3024 0.034895 10.0.0.29 - - [2024-10-31 02:27:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008204 10.0.0.29 - - [2024-10-31 02:27:48] "POST /neutron/port HTTP/1.1" 200 3024 0.044255 10.0.0.29 - - [2024-10-31 02:27:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007813 10.0.0.29 - - [2024-10-31 02:27:48] "POST /neutron/port HTTP/1.1" 200 1085 0.029129 10.0.0.29 - - [2024-10-31 02:27:48] "POST /neutron/port HTTP/1.1" 200 1085 0.031105 10.0.0.29 - - [2024-10-31 02:27:48] "POST /neutron/port HTTP/1.1" 200 3024 0.043438 10.0.0.29 - - [2024-10-31 02:27:48] "POST /neutron/network HTTP/1.1" 200 841 0.008991 10.0.0.29 - - [2024-10-31 02:27:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010840 10.0.0.29 - - [2024-10-31 02:27:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004855 10.0.0.29 - - [2024-10-31 02:27:48] "POST /neutron/subnet HTTP/1.1" 200 694 0.018142 10.0.0.29 - - [2024-10-31 02:27:48] "POST /neutron/port HTTP/1.1" 200 117 0.002555 10.0.0.29 - - [2024-10-31 02:27:48] "POST /neutron/port HTTP/1.1" 200 3024 0.025059 10.0.0.29 - - [2024-10-31 02:27:48] "POST /neutron/network HTTP/1.1" 200 831 0.008963 10.0.0.29 - - [2024-10-31 02:27:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008196 10.0.0.29 - - [2024-10-31 02:27:48] "POST /neutron/port HTTP/1.1" 200 1085 0.022411 10.0.0.29 - - [2024-10-31 02:27:48] "GET /virtual-machine/dfa1117c-74f8-43ad-896d-4d5d79a9e122 HTTP/1.1" 200 1802 0.004068 10.0.0.29 - - [2024-10-31 02:27:48] "GET /virtual-machine-interface/02442d77-ffa5-40be-88b3-ebbf56737878 HTTP/1.1" 200 2947 0.003777 10.0.0.29 - - [2024-10-31 02:27:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008002 10.0.0.29 - - [2024-10-31 02:27:48] "GET /virtual-machine-interface/27f3e4ce-a56b-4c41-a883-c34eafb18938 HTTP/1.1" 200 2946 0.002356 10.0.0.29 - - [2024-10-31 02:27:48] "GET /virtual-machine-interface/75208248-d653-4740-8c8b-99d3795869b4 HTTP/1.1" 200 2946 0.002799 10.0.0.29 - - [2024-10-31 02:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005052 10.0.0.29 - - [2024-10-31 02:27:48] "GET /global-vrouter-config/d965d459-3c06-4945-9eb4-d4935e5e3a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003454 10.0.0.29 - - [2024-10-31 02:27:48] "GET /virtual-networks?parent_id=4156baea-88d3-4deb-8333-7ca562098738&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003896 10.0.0.29 - - [2024-10-31 02:27:48] "GET /virtual-network/db8d048d-5112-4c97-a08b-44c4175c1b76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004415 10.0.0.29 - - [2024-10-31 02:27:49] "POST /neutron/port HTTP/1.1" 200 1086 0.017306 10.0.0.29 - - [2024-10-31 02:27:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006253 10.0.0.29 - - [2024-10-31 02:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.29 - - [2024-10-31 02:27:51] "GET /virtual-network/db8d048d-5112-4c97-a08b-44c4175c1b76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.002687 10.0.0.29 - - [2024-10-31 02:27:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.29 - - [2024-10-31 02:27:56] "GET /virtual-network/db8d048d-5112-4c97-a08b-44c4175c1b76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.003178 10.0.0.29 - - [2024-10-31 02:27:59] "DELETE /project/4156baea88d34deb83337ca562098738 HTTP/1.1" 404 173 0.010939 10.0.0.29 - - [2024-10-31 02:27:59] "DELETE /project/0667a33410f1471782dd2d59e0948890 HTTP/1.1" 404 173 0.009258 10.0.0.29 - - [2024-10-31 02:27:59] "GET /projects?obj_uuids=0667a334-10f1-4717-82dd-2d59e0948890&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001086 10.0.0.29 - - [2024-10-31 02:27:59] "GET /project/0667a334-10f1-4717-82dd-2d59e0948890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.022818 10.0.0.29 - - [2024-10-31 02:27:59] "GET /projects?obj_uuids=0667a334-10f1-4717-82dd-2d59e0948890&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001379 10.0.0.29 - - [2024-10-31 02:27:59] "GET /project/0667a334-10f1-4717-82dd-2d59e0948890?fields=security_groups HTTP/1.1" 200 1367 0.062712 10.0.0.29 - - [2024-10-31 02:27:59] "DELETE /security-group/b568723e-45dd-4535-a1e1-c6252f924a9c HTTP/1.1" 200 115 0.046299 10.0.0.29 - - [2024-10-31 02:27:59] "GET /projects?obj_uuids=0667a334-10f1-4717-82dd-2d59e0948890&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001115 10.0.0.29 - - [2024-10-31 02:27:59] "DELETE /access-control-list/4a374ff6-b339-4c18-8b1b-b1135f484791 HTTP/1.1" 200 115 0.029266 10.0.0.29 - - [2024-10-31 02:27:59] "GET /project/0667a334-10f1-4717-82dd-2d59e0948890?fields=application_policy_sets HTTP/1.1" 200 1406 0.030416 10.0.0.29 - - [2024-10-31 02:27:59] "DELETE /access-control-list/1dc4bed9-1ec9-4909-a229-ca326588642a HTTP/1.1" 200 115 0.023502 10.0.0.29 - - [2024-10-31 02:27:59] "DELETE /project/0667a334-10f1-4717-82dd-2d59e0948890 HTTP/1.1" 200 115 0.324030 10.0.0.29 - - [2024-10-31 02:28:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.29 - - [2024-10-31 02:28:00] "GET /virtual-network/db8d048d-5112-4c97-a08b-44c4175c1b76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.002975 10.0.0.29 - - [2024-10-31 02:28:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004248 10.0.0.29 - - [2024-10-31 02:28:04] "GET /virtual-network/db8d048d-5112-4c97-a08b-44c4175c1b76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004291 10.0.0.29 - - [2024-10-31 02:28:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.29 - - [2024-10-31 02:28:06] "GET /global-vrouter-config/d965d459-3c06-4945-9eb4-d4935e5e3a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002912 10.0.0.29 - - [2024-10-31 02:28:06] "GET /virtual-networks?parent_id=4156baea-88d3-4deb-8333-7ca562098738&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003442 10.0.0.29 - - [2024-10-31 02:28:06] "GET /virtual-network/db8d048d-5112-4c97-a08b-44c4175c1b76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.003201 10.0.0.29 - - [2024-10-31 02:28:06] "GET /obj-perms HTTP/1.1" 200 5056 0.048179 10.0.0.29 - - [2024-10-31 02:28:06] "POST /neutron/port HTTP/1.1" 200 3024 0.024503 10.0.0.29 - - [2024-10-31 02:28:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007352 10.0.0.29 - - [2024-10-31 02:28:06] "GET /obj-perms HTTP/1.1" 200 5056 0.052466 10.0.0.29 - - [2024-10-31 02:28:11] "POST /neutron/port HTTP/1.1" 200 3024 0.020634 10.0.0.29 - - [2024-10-31 02:28:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007769 10.0.0.29 - - [2024-10-31 02:28:16] "POST /neutron/port HTTP/1.1" 200 3024 0.022361 10.0.0.29 - - [2024-10-31 02:28:16] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007984 10.0.0.29 - - [2024-10-31 02:28:16] "POST /neutron/port HTTP/1.1" 200 3024 0.022999 10.0.0.29 - - [2024-10-31 02:28:16] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005891 10.0.0.29 - - [2024-10-31 02:28:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004113 10.0.0.29 - - [2024-10-31 02:28:22] "GET /global-vrouter-config/d965d459-3c06-4945-9eb4-d4935e5e3a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003083 10.0.0.29 - - [2024-10-31 02:28:22] "GET /virtual-networks?parent_id=4156baea-88d3-4deb-8333-7ca562098738&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003167 10.0.0.29 - - [2024-10-31 02:28:22] "GET /virtual-network/5083fb9c-fe7d-46b8-b4eb-184074cf33fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.003538 10.0.0.29 - - [2024-10-31 02:28:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.29 - - [2024-10-31 02:28:22] "GET /global-vrouter-config/d965d459-3c06-4945-9eb4-d4935e5e3a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002595 10.0.0.29 - - [2024-10-31 02:28:22] "GET /virtual-networks?parent_id=4156baea-88d3-4deb-8333-7ca562098738&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004371 10.0.0.29 - - [2024-10-31 02:28:22] "GET /virtual-network/acf9f288-472f-4351-96d8-30a02479479e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004694 10.0.0.29 - - [2024-10-31 02:28:22] "POST /fqname-to-id HTTP/1.1" 404 207 0.003219 10.0.0.29 - - [2024-10-31 02:28:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002644 10.0.0.29 - - [2024-10-31 02:28:22] "GET /projects?obj_uuids=4156baea-88d3-4deb-8333-7ca562098738&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001361 10.0.0.29 - - [2024-10-31 02:28:22] "GET /project/4156baea-88d3-4deb-8333-7ca562098738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.026232 10.0.0.29 - - [2024-10-31 02:28:22] "POST /service-instances HTTP/1.1" 200 543 0.063734 10.0.0.29 - - [2024-10-31 02:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.29 - - [2024-10-31 02:28:23] "GET /service-instance/f336694e-ba86-4409-9435-82c97ee2fba2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2136 0.005274 10.0.0.29 - - [2024-10-31 02:28:23] "POST /port-tuples HTTP/1.1" 200 586 0.025459 10.0.0.29 - - [2024-10-31 02:28:23] "GET /virtual-machine-interface/27f3e4ce-a56b-4c41-a883-c34eafb18938?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.003675 10.0.0.29 - - [2024-10-31 02:28:23] "PUT /virtual-machine-interface/27f3e4ce-a56b-4c41-a883-c34eafb18938 HTTP/1.1" 200 284 0.011146 10.0.0.29 - - [2024-10-31 02:28:23] "POST /ref-update HTTP/1.1" 200 156 0.012502 10.0.0.29 - - [2024-10-31 02:28:23] "POST /instance-ips HTTP/1.1" 200 385 0.029855 10.0.0.29 - - [2024-10-31 02:28:23] "GET /virtual-machine-interface/75208248-d653-4740-8c8b-99d3795869b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.003117 10.0.0.29 - - [2024-10-31 02:28:23] "POST /ref-update HTTP/1.1" 200 156 0.010525 10.0.0.29 - - [2024-10-31 02:28:23] "PUT /virtual-machine-interface/75208248-d653-4740-8c8b-99d3795869b4 HTTP/1.1" 200 284 0.012651 10.0.0.29 - - [2024-10-31 02:28:23] "POST /ref-update HTTP/1.1" 200 156 0.013937 10.0.0.29 - - [2024-10-31 02:28:23] "POST /ref-update HTTP/1.1" 200 156 0.011104 10.0.0.29 - - [2024-10-31 02:28:23] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.005775 10.0.0.29 - - [2024-10-31 02:28:23] "GET /virtual-machine-interface/02442d77-ffa5-40be-88b3-ebbf56737878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2726 0.003799 10.0.0.29 - - [2024-10-31 02:28:23] "POST /instance-ips HTTP/1.1" 200 385 0.023820 10.0.0.29 - - [2024-10-31 02:28:23] "PUT /virtual-machine-interface/02442d77-ffa5-40be-88b3-ebbf56737878 HTTP/1.1" 200 284 0.010043 10.0.0.29 - - [2024-10-31 02:28:23] "POST /ref-update HTTP/1.1" 200 156 0.009369 10.0.0.29 - - [2024-10-31 02:28:23] "POST /ref-update HTTP/1.1" 200 156 0.008959 10.0.0.29 - - [2024-10-31 02:28:23] "POST /ref-update HTTP/1.1" 200 156 0.010369 10.0.0.29 - - [2024-10-31 02:28:23] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003788 10.0.0.29 - - [2024-10-31 02:28:23] "POST /neutron/port HTTP/1.1" 200 1085 0.019970 10.0.0.29 - - [2024-10-31 02:28:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006191 10.0.0.29 - - [2024-10-31 02:28:23] "POST /instance-ips HTTP/1.1" 200 373 0.034209 10.0.0.29 - - [2024-10-31 02:28:23] "POST /neutron/port HTTP/1.1" 200 1085 0.025647 10.0.0.29 - - [2024-10-31 02:28:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007975 10.0.0.29 - - [2024-10-31 02:28:23] "POST /ref-update HTTP/1.1" 200 156 0.009609 10.0.0.29 - - [2024-10-31 02:28:23] "POST /neutron/port HTTP/1.1" 200 1085 0.025218 10.0.0.29 - - [2024-10-31 02:28:23] "POST /ref-update HTTP/1.1" 200 156 0.010780 10.0.0.29 - - [2024-10-31 02:28:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006677 10.0.0.29 - - [2024-10-31 02:28:23] "GET /virtual-machine/33e55026-c308-458e-8953-30143731d216 HTTP/1.1" 200 1289 0.004436 10.0.0.29 - - [2024-10-31 02:28:23] "GET /virtual-machine-interface/8f8fe0cc-2d6b-4c9d-b596-2c990baa5453 HTTP/1.1" 200 2947 0.003527 10.0.0.29 - - [2024-10-31 02:28:23] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002707 10.0.0.29 - - [2024-10-31 02:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002889 10.0.0.29 - - [2024-10-31 02:28:23] "GET /global-vrouter-config/d965d459-3c06-4945-9eb4-d4935e5e3a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002713 10.0.0.29 - - [2024-10-31 02:28:24] "POST /instance-ips HTTP/1.1" 200 373 0.020163 10.0.0.29 - - [2024-10-31 02:28:24] "GET /virtual-networks?parent_id=4156baea-88d3-4deb-8333-7ca562098738&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003714 10.0.0.29 - - [2024-10-31 02:28:24] "GET /virtual-network/5083fb9c-fe7d-46b8-b4eb-184074cf33fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004828 10.0.0.29 - - [2024-10-31 02:28:24] "POST /ref-update HTTP/1.1" 200 156 0.009731 10.0.0.29 - - [2024-10-31 02:28:24] "POST /ref-update HTTP/1.1" 200 156 0.008426 10.0.0.29 - - [2024-10-31 02:28:24] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003949 10.0.0.29 - - [2024-10-31 02:28:24] "POST /instance-ips HTTP/1.1" 200 375 0.018514 10.0.0.29 - - [2024-10-31 02:28:24] "POST /ref-update HTTP/1.1" 200 156 0.010299 10.0.0.29 - - [2024-10-31 02:28:24] "POST /ref-update HTTP/1.1" 200 156 0.008748 10.0.0.29 - - [2024-10-31 02:28:24] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003020 10.0.0.29 - - [2024-10-31 02:28:24] "POST /instance-ips HTTP/1.1" 200 375 0.019007 10.0.0.29 - - [2024-10-31 02:28:24] "POST /ref-update HTTP/1.1" 200 156 0.012995 10.0.0.29 - - [2024-10-31 02:28:24] "POST /ref-update HTTP/1.1" 200 156 0.008889 10.0.0.29 - - [2024-10-31 02:28:24] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004187 10.0.0.29 - - [2024-10-31 02:28:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.29 - - [2024-10-31 02:28:25] "GET /global-vrouter-config/d965d459-3c06-4945-9eb4-d4935e5e3a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002738 10.0.0.29 - - [2024-10-31 02:28:25] "GET /virtual-networks?parent_id=4156baea-88d3-4deb-8333-7ca562098738&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003247 10.0.0.29 - - [2024-10-31 02:28:25] "GET /virtual-network/5083fb9c-fe7d-46b8-b4eb-184074cf33fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.003449 10.0.0.29 - - [2024-10-31 02:28:25] "POST /neutron/port HTTP/1.1" 200 1086 0.020393 10.0.0.29 - - [2024-10-31 02:28:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007436 10.0.0.29 - - [2024-10-31 02:28:25] "POST /neutron/port HTTP/1.1" 200 1086 0.016366 10.0.0.29 - - [2024-10-31 02:28:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007000 10.0.0.29 - - [2024-10-31 02:28:25] "POST /neutron/port HTTP/1.1" 200 1086 0.020202 10.0.0.29 - - [2024-10-31 02:28:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011565 10.0.0.29 - - [2024-10-31 02:28:25] "GET /virtual-machine/3381abb4-6230-4ab6-aaf8-6c9917419bd7 HTTP/1.1" 200 1290 0.007365 10.0.0.29 - - [2024-10-31 02:28:25] "GET /virtual-machine-interface/0a281ccc-8edf-4d92-a158-d4ed36dd4903 HTTP/1.1" 200 2948 0.005202 10.0.0.29 - - [2024-10-31 02:28:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.29 - - [2024-10-31 02:28:25] "GET /global-vrouter-config/d965d459-3c06-4945-9eb4-d4935e5e3a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002782 10.0.0.29 - - [2024-10-31 02:28:25] "GET /virtual-networks?parent_id=4156baea-88d3-4deb-8333-7ca562098738&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004002 10.0.0.29 - - [2024-10-31 02:28:25] "GET /virtual-network/acf9f288-472f-4351-96d8-30a02479479e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.003404 10.0.0.29 - - [2024-10-31 02:28:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.29 - - [2024-10-31 02:28:27] "GET /global-vrouter-config/d965d459-3c06-4945-9eb4-d4935e5e3a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003083 10.0.0.29 - - [2024-10-31 02:28:27] "GET /virtual-networks?parent_id=4156baea-88d3-4deb-8333-7ca562098738&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003148 10.0.0.29 - - [2024-10-31 02:28:27] "GET /virtual-network/acf9f288-472f-4351-96d8-30a02479479e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.003486 10.0.0.29 - - [2024-10-31 02:28:27] "POST /fqname-to-id HTTP/1.1" 404 211 0.003861 10.0.0.29 - - [2024-10-31 02:28:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002776 10.0.0.29 - - [2024-10-31 02:28:27] "GET /projects?obj_uuids=4156baea-88d3-4deb-8333-7ca562098738&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001272 10.0.0.29 - - [2024-10-31 02:28:27] "GET /project/4156baea-88d3-4deb-8333-7ca562098738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.023979 10.0.0.29 - - [2024-10-31 02:28:27] "POST /network-policys HTTP/1.1" 200 547 0.019665 10.0.0.29 - - [2024-10-31 02:28:27] "GET /network-policy/4287410d-0678-4e7a-8122-87eac4d86d74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.004800 10.0.0.29 - - [2024-10-31 02:28:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.29 - - [2024-10-31 02:28:27] "GET /virtual-network/5083fb9c-fe7d-46b8-b4eb-184074cf33fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.003779 10.0.0.29 - - [2024-10-31 02:28:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.29 - - [2024-10-31 02:28:27] "GET /network-policy/4287410d-0678-4e7a-8122-87eac4d86d74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003795 10.0.0.29 - - [2024-10-31 02:28:27] "POST /ref-update HTTP/1.1" 200 156 0.028456 10.0.0.29 - - [2024-10-31 02:28:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.29 - - [2024-10-31 02:28:27] "GET /network-policy/4287410d-0678-4e7a-8122-87eac4d86d74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003507 10.0.0.29 - - [2024-10-31 02:28:27] "POST /neutron/network HTTP/1.1" 200 919 0.007733 10.0.0.29 - - [2024-10-31 02:28:27] "GET /virtual-network/5083fb9c-fe7d-46b8-b4eb-184074cf33fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.002522 10.0.0.29 - - [2024-10-31 02:28:28] "POST /fqname-to-id HTTP/1.1" 404 242 0.002868 10.0.0.29 - - [2024-10-31 02:28:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002290 10.0.0.29 - - [2024-10-31 02:28:28] "GET /network-policy/4287410d-0678-4e7a-8122-87eac4d86d74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.024278 10.0.0.29 - - [2024-10-31 02:28:28] "POST /access-control-lists HTTP/1.1" 200 601 0.089003 10.0.0.29 - - [2024-10-31 02:28:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.29 - - [2024-10-31 02:28:28] "GET /virtual-network/acf9f288-472f-4351-96d8-30a02479479e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004129 10.0.0.29 - - [2024-10-31 02:28:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.29 - - [2024-10-31 02:28:28] "GET /network-policy/4287410d-0678-4e7a-8122-87eac4d86d74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003403 10.0.0.29 - - [2024-10-31 02:28:28] "POST /ref-update HTTP/1.1" 200 156 0.033530 10.0.0.29 - - [2024-10-31 02:28:28] "PUT /access-control-list/68b471c0-b729-4a52-a320-a4cd1c31e660 HTTP/1.1" 200 272 0.013948 10.0.0.29 - - [2024-10-31 02:28:28] "POST /fqname-to-id HTTP/1.1" 404 244 0.002356 10.0.0.29 - - [2024-10-31 02:28:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.29 - - [2024-10-31 02:28:28] "GET /network-policy/4287410d-0678-4e7a-8122-87eac4d86d74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003706 10.0.0.29 - - [2024-10-31 02:28:28] "POST /neutron/network HTTP/1.1" 200 922 0.007546 10.0.0.29 - - [2024-10-31 02:28:28] "GET /virtual-network/acf9f288-472f-4351-96d8-30a02479479e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.002702 10.0.0.29 - - [2024-10-31 02:28:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004488 10.0.0.29 - - [2024-10-31 02:28:28] "GET /network-policy/4287410d-0678-4e7a-8122-87eac4d86d74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003319 10.0.0.29 - - [2024-10-31 02:28:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.29 - - [2024-10-31 02:28:28] "GET /service-template/1a9ba3b6-9997-4e17-88d0-970b07a36cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.004115 10.0.0.29 - - [2024-10-31 02:28:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.29 - - [2024-10-31 02:28:28] "POST /access-control-lists HTTP/1.1" 200 604 0.366817 10.0.0.29 - - [2024-10-31 02:28:28] "GET /projects?obj_uuids=4156baea-88d3-4deb-8333-7ca562098738&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001266 10.0.0.29 - - [2024-10-31 02:28:28] "GET /project/4156baea-88d3-4deb-8333-7ca562098738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.033895 10.0.0.29 - - [2024-10-31 02:28:28] "POST /routing-instances HTTP/1.1" 200 759 0.033329 10.0.0.29 - - [2024-10-31 02:28:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.29 - - [2024-10-31 02:28:28] "POST /route-targets HTTP/1.1" 200 327 0.011200 10.0.0.29 - - [2024-10-31 02:28:28] "GET /service-instance/f336694e-ba86-4409-9435-82c97ee2fba2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3530 0.005785 10.0.0.29 - - [2024-10-31 02:28:29] "POST /ref-update HTTP/1.1" 200 156 0.014273 10.0.0.29 - - [2024-10-31 02:28:29] "GET /domains HTTP/1.1" 200 280 0.004821 10.0.0.29 - - [2024-10-31 02:28:29] "GET /domains?obj_uuids=fe7e8e09-5e09-4e9d-a716-d1f8d98e9013&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001579 10.0.0.29 - - [2024-10-31 02:28:29] "GET /domain/fe7e8e09-5e09-4e9d-a716-d1f8d98e9013 HTTP/1.1" 200 2772 0.009570 10.0.0.29 - - [2024-10-31 02:28:29] "GET /projects?obj_uuids=4156baea-88d3-4deb-8333-7ca562098738&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001327 10.0.0.29 - - [2024-10-31 02:28:29] "GET /routing-instance/4706eb7e-96be-4034-8b65-ab403e3969c3?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1277 0.003253 10.0.0.29 - - [2024-10-31 02:28:29] "GET /project/4156baea-88d3-4deb-8333-7ca562098738 HTTP/1.1" 200 4232 0.064476 10.0.0.29 - - [2024-10-31 02:28:29] "GET /routing-instance/4706eb7e-96be-4034-8b65-ab403e3969c3?fields=routing_policy_back_refs HTTP/1.1" 200 1277 0.003487 10.0.0.29 - - [2024-10-31 02:28:29] "GET /service-instance/f336694e-ba86-4409-9435-82c97ee2fba2 HTTP/1.1" 200 3784 0.008744 10.0.0.29 - - [2024-10-31 02:28:29] "GET /domains HTTP/1.1" 200 280 0.002303 10.0.0.29 - - [2024-10-31 02:28:29] "GET /domains?obj_uuids=fe7e8e09-5e09-4e9d-a716-d1f8d98e9013&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001232 10.0.0.29 - - [2024-10-31 02:28:29] "GET /domain/fe7e8e09-5e09-4e9d-a716-d1f8d98e9013 HTTP/1.1" 200 2772 0.007301 10.0.0.29 - - [2024-10-31 02:28:29] "GET /projects?obj_uuids=4156baea-88d3-4deb-8333-7ca562098738&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001252 10.0.0.29 - - [2024-10-31 02:28:29] "POST /ref-update HTTP/1.1" 200 156 0.011359 10.0.0.29 - - [2024-10-31 02:28:29] "GET /project/4156baea-88d3-4deb-8333-7ca562098738 HTTP/1.1" 200 4232 0.074943 10.0.0.29 - - [2024-10-31 02:28:29] "GET /service-instance/f336694e-ba86-4409-9435-82c97ee2fba2 HTTP/1.1" 200 3784 0.003258 10.0.0.29 - - [2024-10-31 02:28:29] "GET /port-tuple/5553e045-abd5-4683-98b8-add1ae407b0d HTTP/1.1" 200 1979 0.004369 10.0.0.29 - - [2024-10-31 02:28:29] "POST /routing-instances HTTP/1.1" 200 760 0.022664 10.0.0.29 - - [2024-10-31 02:28:29] "GET /virtual-machine-interface/02442d77-ffa5-40be-88b3-ebbf56737878 HTTP/1.1" 200 3802 0.006606 10.0.0.29 - - [2024-10-31 02:28:29] "GET /virtual-machine-interface/27f3e4ce-a56b-4c41-a883-c34eafb18938 HTTP/1.1" 200 3816 0.003546 10.0.0.29 - - [2024-10-31 02:28:29] "GET /virtual-machine-interface/75208248-d653-4740-8c8b-99d3795869b4 HTTP/1.1" 200 3798 0.008499 10.0.0.29 - - [2024-10-31 02:28:29] "POST /route-targets HTTP/1.1" 200 327 0.009953 10.0.0.29 - - [2024-10-31 02:28:29] "POST /neutron/port HTTP/1.1" 200 3831 0.047015 10.0.0.29 - - [2024-10-31 02:28:29] "POST /ref-update HTTP/1.1" 200 156 0.013739 10.0.0.29 - - [2024-10-31 02:28:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006824 10.0.0.29 - - [2024-10-31 02:28:29] "GET /routing-instance/a4e23bd7-540b-4890-a5c3-120319d8cc15?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1279 0.003473 10.0.0.29 - - [2024-10-31 02:28:29] "GET /routing-instance/a4e23bd7-540b-4890-a5c3-120319d8cc15?fields=routing_policy_back_refs HTTP/1.1" 200 1279 0.006656 10.0.0.29 - - [2024-10-31 02:28:29] "POST /neutron/port HTTP/1.1" 200 3831 0.052699 10.0.0.29 - - [2024-10-31 02:28:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006549 10.0.0.29 - - [2024-10-31 02:28:29] "PUT /routing-instance/4706eb7e-96be-4034-8b65-ab403e3969c3 HTTP/1.1" 200 266 0.011670 10.0.0.29 - - [2024-10-31 02:28:29] "POST /neutron/port HTTP/1.1" 200 3831 0.035774 10.0.0.29 - - [2024-10-31 02:28:29] "PUT /routing-instance/a4e23bd7-540b-4890-a5c3-120319d8cc15 HTTP/1.1" 200 266 0.011304 10.0.0.29 - - [2024-10-31 02:28:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006263 10.0.0.29 - - [2024-10-31 02:28:29] "POST /ref-update HTTP/1.1" 200 156 0.021174 10.0.0.29 - - [2024-10-31 02:28:29] "POST /neutron/port HTTP/1.1" 200 3831 0.040807 10.0.0.29 - - [2024-10-31 02:28:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006924 10.0.0.29 - - [2024-10-31 02:28:29] "PUT /access-control-list/843c9505-99d0-4598-8b93-8f8313bb3781 HTTP/1.1" 200 272 0.015613 10.0.0.29 - - [2024-10-31 02:28:29] "POST /neutron/network HTTP/1.1" 200 893 0.014893 10.0.0.29 - - [2024-10-31 02:28:29] "POST /neutron/network HTTP/1.1" 200 919 0.006446 10.0.0.29 - - [2024-10-31 02:28:29] "POST /neutron/network HTTP/1.1" 200 806 0.015466 10.0.0.29 - - [2024-10-31 02:28:29] "POST /neutron/network HTTP/1.1" 200 832 0.007008 10.0.0.29 - - [2024-10-31 02:28:29] "POST /neutron/network HTTP/1.1" 200 896 0.018935 10.0.0.29 - - [2024-10-31 02:28:29] "POST /neutron/network HTTP/1.1" 200 922 0.008401 10.0.0.29 - - [2024-10-31 02:28:29] "POST /id-to-fqname HTTP/1.1" 200 223 0.001367 10.0.0.29 - - [2024-10-31 02:28:29] "POST /id-to-fqname HTTP/1.1" 200 223 0.001142 10.0.0.29 - - [2024-10-31 02:28:29] "POST /id-to-fqname HTTP/1.1" 200 224 0.002118 10.0.0.29 - - [2024-10-31 02:28:29] "GET /virtual-machine/dfa1117c-74f8-43ad-896d-4d5d79a9e122 HTTP/1.1" 200 1802 0.003517 10.0.0.29 - - [2024-10-31 02:28:29] "GET /virtual-machine-interface/02442d77-ffa5-40be-88b3-ebbf56737878 HTTP/1.1" 200 3802 0.003843 10.0.0.29 - - [2024-10-31 02:28:29] "GET /virtual-machine-interface/27f3e4ce-a56b-4c41-a883-c34eafb18938 HTTP/1.1" 200 3816 0.004337 10.0.0.29 - - [2024-10-31 02:28:29] "GET /virtual-machine-interface/75208248-d653-4740-8c8b-99d3795869b4 HTTP/1.1" 200 3798 0.003343 10.0.0.29 - - [2024-10-31 02:28:29] "GET /instance-ip/5ddedb95-bb1b-48eb-a851-8ee0920af821 HTTP/1.1" 200 1960 0.004854 10.0.0.29 - - [2024-10-31 02:28:30] "GET /instance-ip/ab38ccd9-d6d2-431d-8b4c-2b5699b7575e HTTP/1.1" 200 1623 0.004244 10.0.0.29 - - [2024-10-31 02:28:30] "GET /instance-ip/fa3f862c-74bb-45fa-a03e-c81926c0500e HTTP/1.1" 200 1959 0.002705 10.0.0.29 - - [2024-10-31 02:28:30] "GET /instance-ip/587be552-bcb0-46e7-8b26-86a10fb04751 HTTP/1.1" 200 1980 0.003377 10.0.0.29 - - [2024-10-31 02:28:30] "GET /instance-ip/9ee243fc-918a-4ee7-91f3-3fd586814616 HTTP/1.1" 200 1622 0.004431 10.0.0.29 - - [2024-10-31 02:28:30] "GET /instance-ip/e26b360f-bbb1-4c55-9025-9bee4d62a3c1 HTTP/1.1" 200 1979 0.002864 10.0.0.29 - - [2024-10-31 02:28:30] "GET /instance-ip/59dffc2b-c765-4207-9ae2-d9856c70b07f HTTP/1.1" 200 1956 0.003332 10.0.0.29 - - [2024-10-31 02:28:30] "GET /instance-ip/7ae621f2-bcf7-44e6-b159-3b3be9a8fe16 HTTP/1.1" 200 1620 0.003814 10.0.0.29 - - [2024-10-31 02:28:30] "GET /instance-ip/e12cbbd3-0471-4fc6-b971-0a5eeedc23b0 HTTP/1.1" 200 1955 0.002648 10.0.0.29 - - [2024-10-31 02:28:30] "POST /neutron/port HTTP/1.1" 200 3831 0.037210 10.0.0.29 - - [2024-10-31 02:28:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006995 10.0.0.29 - - [2024-10-31 02:28:30] "POST /neutron/port HTTP/1.1" 200 3831 0.033702 10.0.0.29 - - [2024-10-31 02:28:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007059 10.0.0.29 - - [2024-10-31 02:28:30] "POST /neutron/port HTTP/1.1" 200 3831 0.032803 10.0.0.29 - - [2024-10-31 02:28:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006921 10.0.0.29 - - [2024-10-31 02:28:30] "POST /neutron/port HTTP/1.1" 200 3831 0.037919 10.0.0.29 - - [2024-10-31 02:28:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008043 10.0.0.29 - - [2024-10-31 02:28:30] "GET /virtual-machine/dfa1117c-74f8-43ad-896d-4d5d79a9e122 HTTP/1.1" 200 1802 0.003039 10.0.0.29 - - [2024-10-31 02:28:30] "GET /virtual-machine-interface/02442d77-ffa5-40be-88b3-ebbf56737878 HTTP/1.1" 200 3802 0.002996 10.0.0.29 - - [2024-10-31 02:28:30] "GET /virtual-machine-interface/27f3e4ce-a56b-4c41-a883-c34eafb18938 HTTP/1.1" 200 3816 0.002752 10.0.0.29 - - [2024-10-31 02:28:30] "GET /virtual-machine-interface/75208248-d653-4740-8c8b-99d3795869b4 HTTP/1.1" 200 3798 0.002698 10.0.0.29 - - [2024-10-31 02:28:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.29 - - [2024-10-31 02:28:30] "GET /global-vrouter-config/d965d459-3c06-4945-9eb4-d4935e5e3a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002916 10.0.0.29 - - [2024-10-31 02:28:30] "GET /virtual-networks?parent_id=4156baea-88d3-4deb-8333-7ca562098738&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003133 10.0.0.29 - - [2024-10-31 02:28:30] "GET /virtual-network/5083fb9c-fe7d-46b8-b4eb-184074cf33fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.004006 10.0.0.29 - - [2024-10-31 02:28:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.29 - - [2024-10-31 02:28:31] "GET /global-vrouter-config/d965d459-3c06-4945-9eb4-d4935e5e3a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003075 10.0.0.29 - - [2024-10-31 02:28:31] "GET /virtual-networks?parent_id=4156baea-88d3-4deb-8333-7ca562098738&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003560 10.0.0.29 - - [2024-10-31 02:28:31] "GET /virtual-network/5083fb9c-fe7d-46b8-b4eb-184074cf33fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.004533 10.0.0.29 - - [2024-10-31 02:28:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.29 - - [2024-10-31 02:28:31] "GET /global-vrouter-config/d965d459-3c06-4945-9eb4-d4935e5e3a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003309 10.0.0.29 - - [2024-10-31 02:28:32] "GET /virtual-networks?parent_id=4156baea-88d3-4deb-8333-7ca562098738&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003373 10.0.0.29 - - [2024-10-31 02:28:32] "GET /virtual-network/5083fb9c-fe7d-46b8-b4eb-184074cf33fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.003473 10.0.0.29 - - [2024-10-31 02:28:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.29 - - [2024-10-31 02:28:32] "GET /global-vrouter-config/d965d459-3c06-4945-9eb4-d4935e5e3a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004081 10.0.0.29 - - [2024-10-31 02:28:32] "GET /virtual-networks?parent_id=4156baea-88d3-4deb-8333-7ca562098738&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003400 10.0.0.29 - - [2024-10-31 02:28:32] "GET /virtual-network/5083fb9c-fe7d-46b8-b4eb-184074cf33fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.003858 10.0.0.29 - - [2024-10-31 02:28:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.29 - - [2024-10-31 02:28:32] "GET /global-vrouter-config/d965d459-3c06-4945-9eb4-d4935e5e3a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003539 10.0.0.29 - - [2024-10-31 02:28:32] "GET /virtual-networks?parent_id=4156baea-88d3-4deb-8333-7ca562098738&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003725 10.0.0.29 - - [2024-10-31 02:28:32] "GET /virtual-network/5083fb9c-fe7d-46b8-b4eb-184074cf33fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.003489 10.0.0.29 - - [2024-10-31 02:28:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.29 - - [2024-10-31 02:28:32] "GET /global-vrouter-config/d965d459-3c06-4945-9eb4-d4935e5e3a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003295 10.0.0.29 - - [2024-10-31 02:28:32] "GET /virtual-networks?parent_id=4156baea-88d3-4deb-8333-7ca562098738&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003360 10.0.0.29 - - [2024-10-31 02:28:32] "GET /virtual-network/db8d048d-5112-4c97-a08b-44c4175c1b76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004099 10.0.0.29 - - [2024-10-31 02:28:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.29 - - [2024-10-31 02:28:32] "GET /global-vrouter-config/d965d459-3c06-4945-9eb4-d4935e5e3a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004843 10.0.0.29 - - [2024-10-31 02:28:32] "GET /virtual-networks?parent_id=4156baea-88d3-4deb-8333-7ca562098738&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003922 10.0.0.29 - - [2024-10-31 02:28:32] "GET /virtual-network/db8d048d-5112-4c97-a08b-44c4175c1b76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004779 10.0.0.29 - - [2024-10-31 02:28:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.29 - - [2024-10-31 02:28:33] "GET /global-vrouter-config/d965d459-3c06-4945-9eb4-d4935e5e3a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004947 10.0.0.29 - - [2024-10-31 02:28:33] "GET /virtual-networks?parent_id=4156baea-88d3-4deb-8333-7ca562098738&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004212 10.0.0.29 - - [2024-10-31 02:28:33] "GET /virtual-network/db8d048d-5112-4c97-a08b-44c4175c1b76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005143 10.0.0.29 - - [2024-10-31 02:28:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.29 - - [2024-10-31 02:28:33] "GET /global-vrouter-config/d965d459-3c06-4945-9eb4-d4935e5e3a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004779 10.0.0.29 - - [2024-10-31 02:28:33] "GET /virtual-networks?parent_id=4156baea-88d3-4deb-8333-7ca562098738&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003344 10.0.0.29 - - [2024-10-31 02:28:33] "GET /virtual-network/db8d048d-5112-4c97-a08b-44c4175c1b76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.003645 10.0.0.29 - - [2024-10-31 02:28:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.29 - - [2024-10-31 02:28:33] "GET /global-vrouter-config/d965d459-3c06-4945-9eb4-d4935e5e3a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003199 10.0.0.29 - - [2024-10-31 02:28:33] "GET /virtual-networks?parent_id=4156baea-88d3-4deb-8333-7ca562098738&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003246 10.0.0.29 - - [2024-10-31 02:28:33] "GET /virtual-network/acf9f288-472f-4351-96d8-30a02479479e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.003581 10.0.0.29 - - [2024-10-31 02:28:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.29 - - [2024-10-31 02:28:33] "GET /global-vrouter-config/d965d459-3c06-4945-9eb4-d4935e5e3a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003499 10.0.0.29 - - [2024-10-31 02:28:33] "GET /virtual-networks?parent_id=4156baea-88d3-4deb-8333-7ca562098738&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003773 10.0.0.29 - - [2024-10-31 02:28:33] "GET /virtual-network/acf9f288-472f-4351-96d8-30a02479479e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.003928 10.0.0.29 - - [2024-10-31 02:28:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.29 - - [2024-10-31 02:28:33] "GET /global-vrouter-config/d965d459-3c06-4945-9eb4-d4935e5e3a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003376 10.0.0.29 - - [2024-10-31 02:28:33] "GET /virtual-networks?parent_id=4156baea-88d3-4deb-8333-7ca562098738&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003445 10.0.0.29 - - [2024-10-31 02:28:33] "GET /virtual-network/acf9f288-472f-4351-96d8-30a02479479e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.003594 10.0.0.29 - - [2024-10-31 02:28:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.29 - - [2024-10-31 02:28:34] "GET /global-vrouter-config/d965d459-3c06-4945-9eb4-d4935e5e3a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005175 10.0.0.29 - - [2024-10-31 02:28:34] "GET /virtual-networks?parent_id=4156baea-88d3-4deb-8333-7ca562098738&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003584 10.0.0.29 - - [2024-10-31 02:28:34] "GET /virtual-network/acf9f288-472f-4351-96d8-30a02479479e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.003505 10.0.0.29 - - [2024-10-31 02:28:34] "GET /virtual-machine/dfa1117c-74f8-43ad-896d-4d5d79a9e122 HTTP/1.1" 200 1802 0.004117 10.0.0.29 - - [2024-10-31 02:28:34] "GET /domains HTTP/1.1" 200 280 0.002623 10.0.0.29 - - [2024-10-31 02:28:34] "GET /domains?obj_uuids=fe7e8e09-5e09-4e9d-a716-d1f8d98e9013&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001187 10.0.0.29 - - [2024-10-31 02:28:34] "GET /domain/fe7e8e09-5e09-4e9d-a716-d1f8d98e9013 HTTP/1.1" 200 2772 0.007801 10.0.0.29 - - [2024-10-31 02:28:34] "GET /projects?obj_uuids=4156baea-88d3-4deb-8333-7ca562098738&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001294 10.0.0.29 - - [2024-10-31 02:28:34] "GET /project/4156baea-88d3-4deb-8333-7ca562098738 HTTP/1.1" 200 4232 0.071105 10.0.0.29 - - [2024-10-31 02:28:34] "GET /service-instance/f336694e-ba86-4409-9435-82c97ee2fba2 HTTP/1.1" 200 3784 0.002803 10.0.0.29 - - [2024-10-31 02:28:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002383 10.0.0.29 - - [2024-10-31 02:28:34] "GET /routing-instance/393662b4-1bad-4241-a404-67a49ffa5f75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1887 0.002699 10.0.0.29 - - [2024-10-31 02:28:34] "GET /routing-instance/393662b4-1bad-4241-a404-67a49ffa5f75?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2020 0.005393 10.0.0.29 - - [2024-10-31 02:28:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.29 - - [2024-10-31 02:28:34] "GET /routing-instance/dd2e2f86-37b6-4b36-bad1-e8e63a24165a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1893 0.003493 10.0.0.29 - - [2024-10-31 02:28:34] "GET /routing-instance/dd2e2f86-37b6-4b36-bad1-e8e63a24165a?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2024 0.004714 10.0.0.29 - - [2024-10-31 02:28:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.29 - - [2024-10-31 02:28:34] "GET /virtual-network/5083fb9c-fe7d-46b8-b4eb-184074cf33fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.003789 10.0.0.29 - - [2024-10-31 02:28:34] "GET /virtual-network/5083fb9c-fe7d-46b8-b4eb-184074cf33fc?fields=routing_instances HTTP/1.1" 200 1683 0.005517 10.0.0.29 - - [2024-10-31 02:28:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.29 - - [2024-10-31 02:28:34] "GET /virtual-network/acf9f288-472f-4351-96d8-30a02479479e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.003744 10.0.0.29 - - [2024-10-31 02:28:34] "GET /virtual-network/acf9f288-472f-4351-96d8-30a02479479e?fields=routing_instances HTTP/1.1" 200 1689 0.007164 10.0.0.29 - - [2024-10-31 02:28:38] "POST /ref-update HTTP/1.1" 200 156 0.029845 10.0.0.29 - - [2024-10-31 02:28:38] "DELETE /access-control-list/843c9505-99d0-4598-8b93-8f8313bb3781 HTTP/1.1" 200 115 0.028084 10.0.0.29 - - [2024-10-31 02:28:38] "POST /neutron/network HTTP/1.1" 200 834 0.009960 10.0.0.29 - - [2024-10-31 02:28:38] "GET /virtual-network/acf9f288-472f-4351-96d8-30a02479479e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.002777 10.0.0.29 - - [2024-10-31 02:28:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004187 10.0.0.29 - - [2024-10-31 02:28:39] "DELETE /routing-instance/4706eb7e-96be-4034-8b65-ab403e3969c3 HTTP/1.1" 200 115 0.027953 10.0.0.29 - - [2024-10-31 02:28:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.29 - - [2024-10-31 02:28:39] "GET /network-policy/4287410d-0678-4e7a-8122-87eac4d86d74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003035 10.0.0.29 - - [2024-10-31 02:28:39] "DELETE /route-target/ce9bcbbf-1742-4a63-a911-21726af7216d HTTP/1.1" 200 115 0.018020 10.0.0.29 - - [2024-10-31 02:28:39] "POST /ref-update HTTP/1.1" 200 156 0.031857 10.0.0.29 - - [2024-10-31 02:28:39] "DELETE /routing-instance/a4e23bd7-540b-4890-a5c3-120319d8cc15 HTTP/1.1" 200 115 0.037804 10.0.0.29 - - [2024-10-31 02:28:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002568 10.0.0.29 - - [2024-10-31 02:28:39] "POST /neutron/network HTTP/1.1" 200 831 0.007321 10.0.0.29 - - [2024-10-31 02:28:39] "GET /virtual-network/5083fb9c-fe7d-46b8-b4eb-184074cf33fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.002665 10.0.0.29 - - [2024-10-31 02:28:39] "DELETE /route-target/7c417b91-4791-47a3-af0d-21695b704e74 HTTP/1.1" 200 115 0.014329 10.0.0.29 - - [2024-10-31 02:28:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002473 10.0.0.29 - - [2024-10-31 02:28:39] "DELETE /access-control-list/68b471c0-b729-4a52-a320-a4cd1c31e660 HTTP/1.1" 200 115 0.025562 10.0.0.29 - - [2024-10-31 02:28:39] "GET /network-policy/4287410d-0678-4e7a-8122-87eac4d86d74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003409 10.0.0.29 - - [2024-10-31 02:28:39] "DELETE /network-policy/4287410d-0678-4e7a-8122-87eac4d86d74 HTTP/1.1" 200 115 0.025250 10.0.0.29 - - [2024-10-31 02:28:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002764 10.0.0.29 - - [2024-10-31 02:28:39] "DELETE /service-instance/f336694e-ba86-4409-9435-82c97ee2fba2 HTTP/1.1" 200 115 0.042778 10.0.0.29 - - [2024-10-31 02:28:39] "GET /domains HTTP/1.1" 200 280 0.003805 10.0.0.29 - - [2024-10-31 02:28:39] "GET /domains?obj_uuids=fe7e8e09-5e09-4e9d-a716-d1f8d98e9013&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001144 10.0.0.29 - - [2024-10-31 02:28:39] "POST /ref-update HTTP/1.1" 200 156 0.015885 10.0.0.29 - - [2024-10-31 02:28:39] "GET /domain/fe7e8e09-5e09-4e9d-a716-d1f8d98e9013 HTTP/1.1" 200 2772 0.009218 10.0.0.29 - - [2024-10-31 02:28:39] "GET /projects?obj_uuids=4156baea-88d3-4deb-8333-7ca562098738&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001628 10.0.0.29 - - [2024-10-31 02:28:39] "DELETE /instance-ip/fa3f862c-74bb-45fa-a03e-c81926c0500e HTTP/1.1" 200 115 0.024234 10.0.0.29 - - [2024-10-31 02:28:39] "POST /ref-update HTTP/1.1" 200 156 0.010844 10.0.0.29 - - [2024-10-31 02:28:39] "GET /project/4156baea-88d3-4deb-8333-7ca562098738 HTTP/1.1" 200 3758 0.067301 10.0.0.29 - - [2024-10-31 02:28:39] "GET /virtual-machine/dfa1117c-74f8-43ad-896d-4d5d79a9e122 HTTP/1.1" 200 1802 0.003055 10.0.0.29 - - [2024-10-31 02:28:39] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002140 10.0.0.29 - - [2024-10-31 02:28:39] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003258 10.0.0.29 - - [2024-10-31 02:28:39] "DELETE /instance-ip/587be552-bcb0-46e7-8b26-86a10fb04751 HTTP/1.1" 200 115 0.020749 10.0.0.29 - - [2024-10-31 02:28:39] "POST /ref-update HTTP/1.1" 200 156 0.011678 10.0.0.29 - - [2024-10-31 02:28:39] "DELETE /instance-ip/59dffc2b-c765-4207-9ae2-d9856c70b07f HTTP/1.1" 200 115 0.021357 10.0.0.29 - - [2024-10-31 02:28:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002785 10.0.0.29 - - [2024-10-31 02:28:39] "POST /ref-update HTTP/1.1" 200 156 0.012384 10.0.0.29 - - [2024-10-31 02:28:39] "DELETE /service-template/1a9ba3b6-9997-4e17-88d0-970b07a36cbe HTTP/1.1" 200 115 0.029698 10.0.0.29 - - [2024-10-31 02:28:39] "POST /fqname-to-id HTTP/1.1" 404 193 0.002784 10.0.0.29 - - [2024-10-31 02:28:39] "DELETE /instance-ip/e12cbbd3-0471-4fc6-b971-0a5eeedc23b0 HTTP/1.1" 200 115 0.021723 10.0.0.29 - - [2024-10-31 02:28:39] "POST /ref-update HTTP/1.1" 200 156 0.012453 10.0.0.29 - - [2024-10-31 02:28:39] "DELETE /instance-ip/e26b360f-bbb1-4c55-9025-9bee4d62a3c1 HTTP/1.1" 200 115 0.021861 10.0.0.29 - - [2024-10-31 02:28:39] "POST /ref-update HTTP/1.1" 200 156 0.010036 10.0.0.29 - - [2024-10-31 02:28:39] "POST /neutron/network HTTP/1.1" 200 834 0.010937 10.0.0.29 - - [2024-10-31 02:28:39] "DELETE /instance-ip/5ddedb95-bb1b-48eb-a851-8ee0920af821 HTTP/1.1" 200 115 0.036385 10.0.0.29 - - [2024-10-31 02:28:39] "POST /neutron/network HTTP/1.1" 400 204 0.015420 10.0.0.29 - - [2024-10-31 02:28:40] "POST /neutron/port HTTP/1.1" 200 1086 0.016778 10.0.0.29 - - [2024-10-31 02:28:40] "POST /neutron/port HTTP/1.1" 200 1112 0.010235 10.0.0.29 - - [2024-10-31 02:28:40] "POST /neutron/port HTTP/1.1" 200 1085 0.020775 10.0.0.29 - - [2024-10-31 02:28:40] "POST /neutron/port HTTP/1.1" 200 1111 0.014118 10.0.0.29 - - [2024-10-31 02:28:40] "POST /neutron/port HTTP/1.1" 200 151 0.129424 10.0.0.29 - - [2024-10-31 02:28:40] "POST /neutron/port HTTP/1.1" 200 151 0.126347 10.0.0.29 - - [2024-10-31 02:28:40] "POST /neutron/port HTTP/1.1" 200 3024 0.027015 10.0.0.29 - - [2024-10-31 02:28:40] "POST /neutron/port HTTP/1.1" 200 1112 0.010515 10.0.0.29 - - [2024-10-31 02:28:40] "POST /neutron/port HTTP/1.1" 200 151 0.101820 10.0.0.29 - - [2024-10-31 02:28:40] "POST /neutron/port HTTP/1.1" 200 1111 0.011473 10.0.0.29 - - [2024-10-31 02:28:40] "POST /neutron/port HTTP/1.1" 200 151 0.117487 10.0.0.29 - - [2024-10-31 02:28:40] "POST /neutron/port HTTP/1.1" 200 1112 0.013978 10.0.0.29 - - [2024-10-31 02:28:41] "POST /neutron/port HTTP/1.1" 200 151 0.118413 10.0.0.29 - - [2024-10-31 02:28:41] "POST /neutron/network HTTP/1.1" 200 834 0.006471 10.0.0.29 - - [2024-10-31 02:28:42] "POST /useragent-kv HTTP/1.1" 200 115 0.001479 10.0.0.29 - - [2024-10-31 02:28:42] "POST /useragent-kv HTTP/1.1" 200 115 0.001072 10.0.0.29 - - [2024-10-31 02:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005938 10.0.0.29 - - [2024-10-31 02:28:42] "POST /neutron/network HTTP/1.1" 200 151 0.078384 10.0.0.29 - - [2024-10-31 02:28:42] "GET /routing-instance/dd2e2f86-37b6-4b36-bad1-e8e63a24165a HTTP/1.1" 404 171 0.002208 10.0.0.29 - - [2024-10-31 02:28:42] "GET /domains HTTP/1.1" 200 280 0.002642 10.0.0.29 - - [2024-10-31 02:28:42] "GET /domains?obj_uuids=fe7e8e09-5e09-4e9d-a716-d1f8d98e9013&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001146 10.0.0.29 - - [2024-10-31 02:28:42] "DELETE /route-target/09d9ba4c-51c1-4c29-ac45-8b7d0a82ec6a HTTP/1.1" 200 115 0.026921 10.0.0.29 - - [2024-10-31 02:28:42] "GET /domain/fe7e8e09-5e09-4e9d-a716-d1f8d98e9013 HTTP/1.1" 200 2572 0.054851 10.0.0.29 - - [2024-10-31 02:28:42] "GET /projects?obj_uuids=4156baea-88d3-4deb-8333-7ca562098738&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001310 10.0.0.29 - - [2024-10-31 02:28:42] "GET /project/4156baea-88d3-4deb-8333-7ca562098738 HTTP/1.1" 200 2297 0.062784 10.0.0.29 - - [2024-10-31 02:28:42] "POST /neutron/network HTTP/1.1" 200 831 0.012246 10.0.0.29 - - [2024-10-31 02:28:42] "POST /useragent-kv HTTP/1.1" 200 115 0.001254 10.0.0.29 - - [2024-10-31 02:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.006418 10.0.0.29 - - [2024-10-31 02:28:42] "POST /useragent-kv HTTP/1.1" 200 115 0.001146 10.0.0.29 - - [2024-10-31 02:28:42] "POST /neutron/network HTTP/1.1" 200 151 0.094094 10.0.0.29 - - [2024-10-31 02:28:42] "DELETE /route-target/1ef85a58-8a97-47ae-9a6a-9c96407d9372 HTTP/1.1" 200 115 0.017253 10.0.0.29 - - [2024-10-31 02:28:42] "GET /routing-instance/393662b4-1bad-4241-a404-67a49ffa5f75 HTTP/1.1" 404 171 0.002551 10.0.0.29 - - [2024-10-31 02:28:42] "GET /domains HTTP/1.1" 200 280 0.003187 10.0.0.29 - - [2024-10-31 02:28:42] "GET /domains?obj_uuids=fe7e8e09-5e09-4e9d-a716-d1f8d98e9013&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001154 10.0.0.29 - - [2024-10-31 02:28:42] "GET /domain/fe7e8e09-5e09-4e9d-a716-d1f8d98e9013 HTTP/1.1" 200 2572 0.050641 10.0.0.29 - - [2024-10-31 02:28:42] "GET /projects?obj_uuids=4156baea-88d3-4deb-8333-7ca562098738&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001204 10.0.0.29 - - [2024-10-31 02:28:42] "GET /project/4156baea-88d3-4deb-8333-7ca562098738 HTTP/1.1" 200 2079 0.066617 10.0.0.29 - - [2024-10-31 02:28:42] "POST /neutron/network HTTP/1.1" 200 832 0.006250 10.0.0.29 - - [2024-10-31 02:28:42] "POST /useragent-kv HTTP/1.1" 200 115 0.001201 10.0.0.29 - - [2024-10-31 02:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.007096 10.0.0.29 - - [2024-10-31 02:28:42] "POST /useragent-kv HTTP/1.1" 200 115 0.001078 10.0.0.29 - - [2024-10-31 02:28:42] "POST /neutron/network HTTP/1.1" 200 151 0.091067 10.0.0.29 - - [2024-10-31 02:28:42] "DELETE /route-target/87bb1c64-ba92-4cd7-8156-738d97fb981e HTTP/1.1" 200 115 0.016641 10.0.0.29 - - [2024-10-31 02:28:42] "GET /routing-instance/16097d2e-f432-4c75-8eb0-24e30d201913 HTTP/1.1" 404 171 0.002560 10.0.0.29 - - [2024-10-31 02:28:42] "GET /domains HTTP/1.1" 200 280 0.003038 10.0.0.29 - - [2024-10-31 02:28:42] "GET /domains?obj_uuids=fe7e8e09-5e09-4e9d-a716-d1f8d98e9013&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001228 10.0.0.29 - - [2024-10-31 02:28:42] "GET /domain/fe7e8e09-5e09-4e9d-a716-d1f8d98e9013 HTTP/1.1" 200 2572 0.050659 10.0.0.29 - - [2024-10-31 02:28:42] "GET /projects?obj_uuids=4156baea-88d3-4deb-8333-7ca562098738&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001150 10.0.0.29 - - [2024-10-31 02:28:42] "GET /project/4156baea-88d3-4deb-8333-7ca562098738 HTTP/1.1" 200 1839 0.065729 10.0.0.29 - - [2024-10-31 02:28:43] "GET /projects?obj_uuids=4156baea-88d3-4deb-8333-7ca562098738&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001224 10.0.0.29 - - [2024-10-31 02:28:43] "GET /project/4156baea-88d3-4deb-8333-7ca562098738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.023980 10.0.0.29 - - [2024-10-31 02:28:43] "GET /projects?obj_uuids=4156baea-88d3-4deb-8333-7ca562098738&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002023 10.0.0.29 - - [2024-10-31 02:28:43] "GET /project/4156baea-88d3-4deb-8333-7ca562098738?fields=virtual_networks HTTP/1.1" 200 1027 0.064813 10.0.0.29 - - [2024-10-31 02:28:43] "GET /projects?obj_uuids=4156baea-88d3-4deb-8333-7ca562098738&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001358 10.0.0.29 - - [2024-10-31 02:28:43] "GET /project/4156baea-88d3-4deb-8333-7ca562098738?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.025424 10.0.0.29 - - [2024-10-31 02:28:43] "GET /projects?obj_uuids=4156baea-88d3-4deb-8333-7ca562098738&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001223 10.0.0.29 - - [2024-10-31 02:28:43] "GET /project/4156baea-88d3-4deb-8333-7ca562098738?fields=security_groups HTTP/1.1" 200 1251 0.022623 10.0.0.29 - - [2024-10-31 02:28:44] "POST /fqname-to-id HTTP/1.1" 404 189 0.032256 10.0.0.29 - - [2024-10-31 02:28:44] "GET /projects?obj_uuids=6411e9b1-3949-4aae-918f-9423b03fb7ed&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004039 10.0.0.29 - - [2024-10-31 02:28:44] "GET /domains?obj_uuids=fe7e8e09-5e09-4e9d-a716-d1f8d98e9013&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001235 10.0.0.29 - - [2024-10-31 02:28:44] "GET /domain/fe7e8e09-5e09-4e9d-a716-d1f8d98e9013?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007191 10.0.0.29 - - [2024-10-31 02:28:44] "POST /id-to-fqname HTTP/1.1" 200 191 0.001447 10.0.0.29 - - [2024-10-31 02:28:44] "POST /fqname-to-id HTTP/1.1" 404 200 0.002706 10.0.0.29 - - [2024-10-31 02:28:44] "POST /security-groups HTTP/1.1" 200 592 0.063902 10.0.0.29 - - [2024-10-31 02:28:44] "POST /fqname-to-id HTTP/1.1" 404 235 0.004965 10.0.0.29 - - [2024-10-31 02:28:44] "POST /projects HTTP/1.1" 200 587 0.215413 10.0.0.29 - - [2024-10-31 02:28:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.292066 10.0.0.29 - - [2024-10-31 02:28:44] "POST /access-control-lists HTTP/1.1" 200 597 0.062264 10.0.0.29 - - [2024-10-31 02:28:44] "POST /fqname-to-id HTTP/1.1" 404 234 0.002784 10.0.0.29 - - [2024-10-31 02:28:44] "GET /project/6411e9b1-3949-4aae-918f-9423b03fb7ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.415977 10.0.0.29 - - [2024-10-31 02:28:44] "POST /access-control-lists HTTP/1.1" 200 595 0.064002 10.0.0.29 - - [2024-10-31 02:28:45] "GET / HTTP/1.1" 200 35931 0.002427 10.0.0.29 - - [2024-10-31 02:28:46] "GET /project/6411e9b1-3949-4aae-918f-9423b03fb7ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000572 10.0.0.29 - - [2024-10-31 02:28:47] "GET /projects?obj_uuids=6411e9b1-3949-4aae-918f-9423b03fb7ed&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001354 10.0.0.29 - - [2024-10-31 02:28:47] "GET /project/6411e9b1-3949-4aae-918f-9423b03fb7ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.049781 10.0.0.29 - - [2024-10-31 02:28:47] "POST /fqname-to-id HTTP/1.1" 404 180 0.002852 10.0.0.29 - - [2024-10-31 02:28:47] "POST /virtual-DNSs HTTP/1.1" 200 507 0.022742 10.0.0.29 - - [2024-10-31 02:28:47] "GET /virtual-DNS/d3faf92d-db24-45b5-9729-ccd2ca6c1ed7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.005687 10.0.0.29 - - [2024-10-31 02:28:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.006877 10.0.0.29 - - [2024-10-31 02:28:47] "GET /virtual-DNS/d3faf92d-db24-45b5-9729-ccd2ca6c1ed7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.003549 10.0.0.29 - - [2024-10-31 02:28:47] "GET /domains HTTP/1.1" 401 292 0.000480 10.0.0.29 - - [2024-10-31 02:28:47] "GET /domains HTTP/1.1" 200 280 0.027628 10.0.0.29 - - [2024-10-31 02:28:47] "GET /domains?obj_uuids=fe7e8e09-5e09-4e9d-a716-d1f8d98e9013&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001180 10.0.0.29 - - [2024-10-31 02:28:47] "GET /domain/fe7e8e09-5e09-4e9d-a716-d1f8d98e9013 HTTP/1.1" 200 2959 0.008924 10.0.0.29 - - [2024-10-31 02:28:47] "GET /virtual-DNS/d3faf92d-db24-45b5-9729-ccd2ca6c1ed7 HTTP/1.1" 200 1439 0.003963 10.0.0.29 - - [2024-10-31 02:28:47] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.002662 10.0.0.29 - - [2024-10-31 02:28:47] "POST /network-ipams HTTP/1.1" 200 514 0.018243 10.0.0.29 - - [2024-10-31 02:28:47] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 968 0.003248 10.0.0.29 - - [2024-10-31 02:28:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003761 10.0.0.29 - - [2024-10-31 02:28:47] "GET /network-ipam/c990807e-091b-419f-ade2-94d6546fb38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.004463 10.0.0.29 - - [2024-10-31 02:28:48] "PUT /network-ipam/c990807e-091b-419f-ade2-94d6546fb38f HTTP/1.1" 200 258 0.011119 10.0.0.29 - - [2024-10-31 02:28:48] "POST /ref-update HTTP/1.1" 200 156 0.010118 10.0.0.29 - - [2024-10-31 02:28:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.29 - - [2024-10-31 02:28:48] "GET /projects?obj_uuids=6411e9b1-3949-4aae-918f-9423b03fb7ed&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001852 10.0.0.29 - - [2024-10-31 02:28:48] "GET /project/6411e9b1-3949-4aae-918f-9423b03fb7ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.026632 10.0.0.29 - - [2024-10-31 02:28:48] "POST /neutron/network HTTP/1.1" 200 117 0.034822 10.0.0.29 - - [2024-10-31 02:28:48] "GET /projects?obj_uuids=6411e9b1-3949-4aae-918f-9423b03fb7ed&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001294 10.0.0.29 - - [2024-10-31 02:28:48] "POST /neutron/network HTTP/1.1" 200 618 0.085775 10.0.0.29 - - [2024-10-31 02:28:48] "POST /route-targets HTTP/1.1" 200 327 0.013489 10.0.0.29 - - [2024-10-31 02:28:48] "POST /ref-update HTTP/1.1" 200 156 0.012617 10.0.0.29 - - [2024-10-31 02:28:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003018 10.0.0.29 - - [2024-10-31 02:28:48] "POST /neutron/subnet HTTP/1.1" 200 711 0.152843 10.0.0.29 - - [2024-10-31 02:28:48] "POST /neutron/network HTTP/1.1" 200 833 0.005945 10.0.0.29 - - [2024-10-31 02:28:48] "POST /id-to-fqname HTTP/1.1" 200 227 0.001399 10.0.0.29 - - [2024-10-31 02:28:48] "GET /virtual-network/1543de32-7a56-4ed3-a699-cc12dc2d40f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003094 10.0.0.29 - - [2024-10-31 02:28:48] "POST /neutron/network HTTP/1.1" 200 833 0.006270 10.0.0.29 - - [2024-10-31 02:28:48] "GET /virtual-network/1543de32-7a56-4ed3-a699-cc12dc2d40f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004706 10.0.0.29 - - [2024-10-31 02:28:48] "POST /neutron/network HTTP/1.1" 200 833 0.008563 10.0.0.29 - - [2024-10-31 02:28:48] "POST /neutron/subnet HTTP/1.1" 200 711 0.008250 10.0.0.29 - - [2024-10-31 02:28:48] "POST /neutron/network HTTP/1.1" 200 807 0.014201 10.0.0.29 - - [2024-10-31 02:28:48] "POST /neutron/network HTTP/1.1" 200 833 0.005991 10.0.0.29 - - [2024-10-31 02:28:48] "POST /id-to-fqname HTTP/1.1" 200 227 0.001402 10.0.0.29 - - [2024-10-31 02:28:48] "POST /neutron/network HTTP/1.1" 200 843 0.006049 10.0.0.29 - - [2024-10-31 02:28:48] "GET /aaa-mode HTTP/1.1" 401 292 0.000478 10.0.0.29 - - [2024-10-31 02:28:49] "GET / HTTP/1.1" 200 35931 0.002022 10.0.0.29 - - [2024-10-31 02:28:49] "GET /project/6411e9b1-3949-4aae-918f-9423b03fb7ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000473 10.0.0.29 - - [2024-10-31 02:28:49] "GET /projects?obj_uuids=6411e9b1-3949-4aae-918f-9423b03fb7ed&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001748 10.0.0.29 - - [2024-10-31 02:28:49] "GET /project/6411e9b1-3949-4aae-918f-9423b03fb7ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.055777 10.0.0.29 - - [2024-10-31 02:28:49] "POST /neutron/network HTTP/1.1" 200 833 0.006435 10.0.0.29 - - [2024-10-31 02:28:49] "POST /neutron/port HTTP/1.1" 200 117 0.005689 10.0.0.29 - - [2024-10-31 02:28:49] "POST /neutron/port HTTP/1.1" 200 117 0.005414 10.0.0.29 - - [2024-10-31 02:28:49] "POST /neutron/port HTTP/1.1" 200 117 0.005723 10.0.0.29 - - [2024-10-31 02:28:50] "POST /neutron/network HTTP/1.1" 200 843 0.007414 10.0.0.29 - - [2024-10-31 02:28:50] "GET /projects?obj_uuids=6411e9b1-3949-4aae-918f-9423b03fb7ed&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001290 10.0.0.29 - - [2024-10-31 02:28:50] "POST /neutron/port HTTP/1.1" 200 1058 0.203644 10.0.0.29 - - [2024-10-31 02:28:50] "POST /neutron/port HTTP/1.1" 200 1058 0.010780 10.0.0.29 - - [2024-10-31 02:28:50] "POST /neutron/port HTTP/1.1" 200 1058 0.008321 10.0.0.29 - - [2024-10-31 02:28:50] "POST /neutron/port HTTP/1.1" 200 1112 0.056599 10.0.0.29 - - [2024-10-31 02:28:50] "POST /neutron/port HTTP/1.1" 200 1086 0.016104 10.0.0.29 - - [2024-10-31 02:28:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003811 10.0.0.29 - - [2024-10-31 02:28:50] "POST /neutron/subnet HTTP/1.1" 200 685 0.012067 10.0.0.29 - - [2024-10-31 02:28:50] "POST /neutron/port HTTP/1.1" 200 117 0.001325 10.0.0.29 - - [2024-10-31 02:28:50] "POST /neutron/network HTTP/1.1" 200 833 0.007375 10.0.0.29 - - [2024-10-31 02:28:55] "POST /neutron/port HTTP/1.1" 200 1086 0.015980 10.0.0.29 - - [2024-10-31 02:28:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007941 10.0.0.29 - - [2024-10-31 02:28:55] "POST /neutron/port HTTP/1.1" 200 1086 0.015627 10.0.0.29 - - [2024-10-31 02:28:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006588 10.0.0.29 - - [2024-10-31 02:28:55] "POST /neutron/port HTTP/1.1" 200 1086 0.015246 10.0.0.29 - - [2024-10-31 02:28:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006723 10.0.0.29 - - [2024-10-31 02:28:55] "GET /virtual-machine/6df6a5cf-7b54-4fe1-97bf-07ede030881e HTTP/1.1" 200 1293 0.004034 10.0.0.29 - - [2024-10-31 02:28:55] "GET /virtual-machine-interface/76cfa44f-d118-4047-9912-36c02ea0bd93 HTTP/1.1" 200 2964 0.002851 10.0.0.29 - - [2024-10-31 02:28:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.29 - - [2024-10-31 02:28:55] "GET /global-vrouter-config/d965d459-3c06-4945-9eb4-d4935e5e3a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002791 10.0.0.29 - - [2024-10-31 02:28:55] "GET /virtual-networks?parent_id=6411e9b1-3949-4aae-918f-9423b03fb7ed&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004087 10.0.0.29 - - [2024-10-31 02:28:55] "GET /virtual-network/1543de32-7a56-4ed3-a699-cc12dc2d40f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003561 10.0.0.29 - - [2024-10-31 02:28:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.29 - - [2024-10-31 02:28:58] "GET /virtual-network/1543de32-7a56-4ed3-a699-cc12dc2d40f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003201 10.0.0.29 - - [2024-10-31 02:28:59] "POST /neutron/port HTTP/1.1" 200 1086 0.017692 10.0.0.29 - - [2024-10-31 02:28:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009480 10.0.0.29 - - [2024-10-31 02:28:59] "DELETE /project/6411e9b139494aae918f9423b03fb7ed HTTP/1.1" 404 173 0.009784 10.0.0.29 - - [2024-10-31 02:28:59] "GET /projects?obj_uuids=4156baea-88d3-4deb-8333-7ca562098738&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001175 10.0.0.29 - - [2024-10-31 02:28:59] "GET /project/4156baea-88d3-4deb-8333-7ca562098738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.026044 10.0.0.29 - - [2024-10-31 02:28:59] "GET /projects?obj_uuids=4156baea-88d3-4deb-8333-7ca562098738&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001175 10.0.0.29 - - [2024-10-31 02:28:59] "GET /project/4156baea-88d3-4deb-8333-7ca562098738?fields=security_groups HTTP/1.1" 200 1356 0.067348 10.0.0.29 - - [2024-10-31 02:28:59] "DELETE /security-group/05bc28ce-1e23-46db-a29e-feb75dfddf89 HTTP/1.1" 200 115 0.043519 10.0.0.29 - - [2024-10-31 02:28:59] "GET /projects?obj_uuids=4156baea-88d3-4deb-8333-7ca562098738&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001312 10.0.0.29 - - [2024-10-31 02:28:59] "GET /project/4156baea-88d3-4deb-8333-7ca562098738?fields=application_policy_sets HTTP/1.1" 200 1395 0.023866 10.0.0.29 - - [2024-10-31 02:28:59] "DELETE /access-control-list/a4c9db9a-db27-4832-9f1c-5aa226d3de61 HTTP/1.1" 200 115 0.028193 10.0.0.29 - - [2024-10-31 02:29:00] "DELETE /access-control-list/7c311e92-8040-4cec-aa26-02195308e0a1 HTTP/1.1" 200 115 0.030516 10.0.0.29 - - [2024-10-31 02:29:00] "DELETE /project/4156baea-88d3-4deb-8333-7ca562098738 HTTP/1.1" 200 115 0.328309 10.0.0.29 - - [2024-10-31 02:29:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.29 - - [2024-10-31 02:29:00] "GET /global-vrouter-config/d965d459-3c06-4945-9eb4-d4935e5e3a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002718 10.0.0.29 - - [2024-10-31 02:29:00] "GET /virtual-networks?parent_id=6411e9b1-3949-4aae-918f-9423b03fb7ed&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003172 10.0.0.29 - - [2024-10-31 02:29:00] "GET /virtual-network/1543de32-7a56-4ed3-a699-cc12dc2d40f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003444 10.0.0.29 - - [2024-10-31 02:29:00] "POST /neutron/port HTTP/1.1" 200 1086 0.017546 10.0.0.29 - - [2024-10-31 02:29:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009906 10.0.0.29 - - [2024-10-31 02:29:07] "GET /obj-perms HTTP/1.1" 200 5056 0.087364 10.0.0.29 - - [2024-10-31 02:29:07] "GET /obj-perms HTTP/1.1" 200 5056 0.056144 10.0.0.29 - - [2024-10-31 02:29:10] "POST /neutron/network HTTP/1.1" 200 807 0.011730 10.0.0.29 - - [2024-10-31 02:29:10] "POST /neutron/network HTTP/1.1" 200 833 0.006272 10.0.0.29 - - [2024-10-31 02:29:10] "POST /id-to-fqname HTTP/1.1" 200 227 0.001713 10.0.0.29 - - [2024-10-31 02:29:10] "POST /neutron/port HTTP/1.1" 200 1086 0.015754 10.0.0.29 - - [2024-10-31 02:29:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006514 10.0.0.29 - - [2024-10-31 02:29:10] "POST /neutron/network HTTP/1.1" 200 843 0.006699 10.0.0.29 - - [2024-10-31 02:29:10] "GET /aaa-mode HTTP/1.1" 401 292 0.000475 10.0.0.29 - - [2024-10-31 02:29:10] "GET / HTTP/1.1" 200 35931 0.002091 10.0.0.29 - - [2024-10-31 02:29:10] "GET /project/6411e9b1-3949-4aae-918f-9423b03fb7ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000449 10.0.0.29 - - [2024-10-31 02:29:11] "GET /projects?obj_uuids=6411e9b1-3949-4aae-918f-9423b03fb7ed&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001424 10.0.0.29 - - [2024-10-31 02:29:11] "GET /project/6411e9b1-3949-4aae-918f-9423b03fb7ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.055543 10.0.0.29 - - [2024-10-31 02:29:11] "POST /neutron/network HTTP/1.1" 200 833 0.007977 10.0.0.29 - - [2024-10-31 02:29:11] "POST /neutron/port HTTP/1.1" 200 1086 0.029212 10.0.0.29 - - [2024-10-31 02:29:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007615 10.0.0.29 - - [2024-10-31 02:29:11] "POST /neutron/port HTTP/1.1" 200 117 0.005206 10.0.0.29 - - [2024-10-31 02:29:11] "POST /neutron/port HTTP/1.1" 200 117 0.005874 10.0.0.29 - - [2024-10-31 02:29:11] "POST /neutron/network HTTP/1.1" 200 843 0.007484 10.0.0.29 - - [2024-10-31 02:29:11] "GET /projects?obj_uuids=6411e9b1-3949-4aae-918f-9423b03fb7ed&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001527 10.0.0.29 - - [2024-10-31 02:29:12] "POST /neutron/port HTTP/1.1" 200 1058 0.210115 10.0.0.29 - - [2024-10-31 02:29:12] "POST /neutron/port HTTP/1.1" 200 1058 0.015572 10.0.0.29 - - [2024-10-31 02:29:12] "POST /neutron/port HTTP/1.1" 200 1058 0.010585 10.0.0.29 - - [2024-10-31 02:29:12] "POST /neutron/port HTTP/1.1" 200 1112 0.064225 10.0.0.29 - - [2024-10-31 02:29:12] "POST /neutron/port HTTP/1.1" 200 1086 0.017691 10.0.0.29 - - [2024-10-31 02:29:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004916 10.0.0.29 - - [2024-10-31 02:29:12] "POST /neutron/subnet HTTP/1.1" 200 685 0.012300 10.0.0.29 - - [2024-10-31 02:29:12] "POST /neutron/port HTTP/1.1" 200 117 0.001412 10.0.0.29 - - [2024-10-31 02:29:12] "POST /neutron/network HTTP/1.1" 200 833 0.006304 10.0.0.29 - - [2024-10-31 02:29:16] "POST /neutron/port HTTP/1.1" 200 1086 0.015574 10.0.0.29 - - [2024-10-31 02:29:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009874 10.0.0.29 - - [2024-10-31 02:29:16] "POST /neutron/port HTTP/1.1" 200 1086 0.019787 10.0.0.29 - - [2024-10-31 02:29:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007332 10.0.0.29 - - [2024-10-31 02:29:16] "POST /neutron/port HTTP/1.1" 200 1086 0.022804 10.0.0.29 - - [2024-10-31 02:29:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006562 10.0.0.29 - - [2024-10-31 02:29:16] "GET /virtual-machine/01b3e487-f463-482a-b843-92ff9fad5a93 HTTP/1.1" 200 1292 0.004102 10.0.0.29 - - [2024-10-31 02:29:16] "GET /virtual-machine-interface/d426730d-ad2e-4d7c-85ef-c4cdeaeeff70 HTTP/1.1" 200 2964 0.003035 10.0.0.29 - - [2024-10-31 02:29:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.29 - - [2024-10-31 02:29:16] "GET /global-vrouter-config/d965d459-3c06-4945-9eb4-d4935e5e3a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003346 10.0.0.29 - - [2024-10-31 02:29:16] "GET /virtual-networks?parent_id=6411e9b1-3949-4aae-918f-9423b03fb7ed&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003251 10.0.0.29 - - [2024-10-31 02:29:16] "GET /virtual-network/1543de32-7a56-4ed3-a699-cc12dc2d40f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003775 10.0.0.29 - - [2024-10-31 02:29:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.29 - - [2024-10-31 02:29:20] "GET /virtual-network/1543de32-7a56-4ed3-a699-cc12dc2d40f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003349 10.0.0.29 - - [2024-10-31 02:29:20] "POST /neutron/port HTTP/1.1" 200 1086 0.015290 10.0.0.29 - - [2024-10-31 02:29:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006196 10.0.0.29 - - [2024-10-31 02:29:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004286 10.0.0.29 - - [2024-10-31 02:29:22] "GET /global-vrouter-config/d965d459-3c06-4945-9eb4-d4935e5e3a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.014160 10.0.0.29 - - [2024-10-31 02:29:22] "GET /virtual-networks?parent_id=6411e9b1-3949-4aae-918f-9423b03fb7ed&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003739 10.0.0.29 - - [2024-10-31 02:29:22] "GET /virtual-network/1543de32-7a56-4ed3-a699-cc12dc2d40f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003653 10.0.0.29 - - [2024-10-31 02:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.29 - - [2024-10-31 02:29:28] "DELETE /virtual-DNS/d3faf92d-db24-45b5-9729-ccd2ca6c1ed7 HTTP/1.1" 409 235 0.006439 10.0.0.29 - - [2024-10-31 02:29:28] "POST /fqname-to-id HTTP/1.1" 404 192 0.003095 10.0.0.29 - - [2024-10-31 02:29:28] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.016615 10.0.0.29 - - [2024-10-31 02:29:28] "GET /virtual-DNS-record/23ddb167-b4ca-4d2f-9d5b-90a3fe520674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.005833 10.0.0.29 - - [2024-10-31 02:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.29 - - [2024-10-31 02:29:28] "GET /virtual-DNS-record/23ddb167-b4ca-4d2f-9d5b-90a3fe520674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.003402 10.0.0.29 - - [2024-10-31 02:29:28] "GET /domains HTTP/1.1" 200 280 0.003278 10.0.0.29 - - [2024-10-31 02:29:28] "GET /domains?obj_uuids=fe7e8e09-5e09-4e9d-a716-d1f8d98e9013&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001195 10.0.0.29 - - [2024-10-31 02:29:28] "GET /domain/fe7e8e09-5e09-4e9d-a716-d1f8d98e9013 HTTP/1.1" 200 2775 0.008616 10.0.0.29 - - [2024-10-31 02:29:28] "GET /virtual-DNS/d3faf92d-db24-45b5-9729-ccd2ca6c1ed7 HTTP/1.1" 200 1908 0.003591 10.0.0.29 - - [2024-10-31 02:29:28] "GET /virtual-DNS-record/23ddb167-b4ca-4d2f-9d5b-90a3fe520674 HTTP/1.1" 200 1336 0.002908 10.0.0.29 - - [2024-10-31 02:29:32] "GET /global-system-configs HTTP/1.1" 200 322 0.048804 10.0.0.29 - - [2024-10-31 02:29:32] "GET /obj-perms HTTP/1.1" 200 5056 0.095370 10.0.0.29 - - [2024-10-31 02:29:33] "GET /global-system-configs HTTP/1.1" 200 322 0.037560 10.0.0.29 - - [2024-10-31 02:29:33] "GET /obj-perms HTTP/1.1" 200 5056 0.080259 10.0.0.29 - - [2024-10-31 02:29:33] "DELETE /virtual-DNS-record/23ddb167-b4ca-4d2f-9d5b-90a3fe520674 HTTP/1.1" 200 115 0.030925 10.0.0.29 - - [2024-10-31 02:29:33] "POST /fqname-to-id HTTP/1.1" 404 184 0.003307 10.0.0.29 - - [2024-10-31 02:29:34] "POST /neutron/network HTTP/1.1" 200 833 0.010479 10.0.0.29 - - [2024-10-31 02:29:34] "POST /neutron/network HTTP/1.1" 400 204 0.010859 10.0.0.29 - - [2024-10-31 02:29:34] "POST /neutron/port HTTP/1.1" 200 1086 0.020956 10.0.0.29 - - [2024-10-31 02:29:34] "POST /neutron/port HTTP/1.1" 200 1112 0.012124 10.0.0.29 - - [2024-10-31 02:29:35] "POST /neutron/port HTTP/1.1" 200 1086 0.016050 10.0.0.29 - - [2024-10-31 02:29:35] "POST /neutron/port HTTP/1.1" 200 1112 0.012706 10.0.0.29 - - [2024-10-31 02:29:35] "POST /neutron/port HTTP/1.1" 200 151 0.430763 10.0.0.29 - - [2024-10-31 02:29:35] "POST /neutron/port HTTP/1.1" 200 151 0.118649 10.0.0.29 - - [2024-10-31 02:29:36] "POST /neutron/network HTTP/1.1" 200 833 0.006030 10.0.0.29 - - [2024-10-31 02:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.29 - - [2024-10-31 02:29:36] "POST /useragent-kv HTTP/1.1" 200 115 0.001493 10.0.0.29 - - [2024-10-31 02:29:36] "DELETE /route-target/6653dcdf-b4ea-4ef1-b6ac-330e8d1a4d1c HTTP/1.1" 200 115 0.051337 10.0.0.29 - - [2024-10-31 02:29:36] "POST /useragent-kv HTTP/1.1" 200 115 0.001371 10.0.0.29 - - [2024-10-31 02:29:36] "POST /neutron/network HTTP/1.1" 200 151 0.336894 10.0.0.29 - - [2024-10-31 02:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.29 - - [2024-10-31 02:29:36] "DELETE /network-ipam/c990807e-091b-419f-ade2-94d6546fb38f HTTP/1.1" 200 115 0.029050 10.0.0.29 - - [2024-10-31 02:29:36] "DELETE /virtual-DNS/d3faf92d-db24-45b5-9729-ccd2ca6c1ed7 HTTP/1.1" 200 115 0.030071 10.0.0.29 - - [2024-10-31 02:29:36] "POST /fqname-to-id HTTP/1.1" 404 180 0.002776 10.0.0.29 - - [2024-10-31 02:29:36] "GET /domains HTTP/1.1" 200 280 0.003600 10.0.0.29 - - [2024-10-31 02:29:36] "GET /domains?obj_uuids=fe7e8e09-5e09-4e9d-a716-d1f8d98e9013&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001213 10.0.0.29 - - [2024-10-31 02:29:36] "GET /domain/fe7e8e09-5e09-4e9d-a716-d1f8d98e9013 HTTP/1.1" 200 2575 0.020544 10.0.0.29 - - [2024-10-31 02:29:37] "GET /projects?obj_uuids=6411e9b1-3949-4aae-918f-9423b03fb7ed&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001441 10.0.0.29 - - [2024-10-31 02:29:37] "GET /project/6411e9b1-3949-4aae-918f-9423b03fb7ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.020878 10.0.0.29 - - [2024-10-31 02:29:37] "GET /projects?obj_uuids=6411e9b1-3949-4aae-918f-9423b03fb7ed&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001657 10.0.0.29 - - [2024-10-31 02:29:37] "GET /project/6411e9b1-3949-4aae-918f-9423b03fb7ed?fields=virtual_networks HTTP/1.1" 200 1034 0.068070 10.0.0.29 - - [2024-10-31 02:29:37] "GET /projects?obj_uuids=6411e9b1-3949-4aae-918f-9423b03fb7ed&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001229 10.0.0.29 - - [2024-10-31 02:29:37] "GET /project/6411e9b1-3949-4aae-918f-9423b03fb7ed?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.020224 10.0.0.29 - - [2024-10-31 02:29:37] "GET /projects?obj_uuids=6411e9b1-3949-4aae-918f-9423b03fb7ed&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001443 10.0.0.29 - - [2024-10-31 02:29:37] "GET /project/6411e9b1-3949-4aae-918f-9423b03fb7ed?fields=security_groups HTTP/1.1" 200 1261 0.020067 10.0.0.29 - - [2024-10-31 02:29:38] "POST /fqname-to-id HTTP/1.1" 404 189 0.028272 10.0.0.29 - - [2024-10-31 02:29:38] "GET /projects?obj_uuids=a40e7e97-facc-4a84-88d5-736f8f6d5239&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003118 10.0.0.29 - - [2024-10-31 02:29:38] "GET /domains?obj_uuids=fe7e8e09-5e09-4e9d-a716-d1f8d98e9013&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001210 10.0.0.29 - - [2024-10-31 02:29:38] "GET /domain/fe7e8e09-5e09-4e9d-a716-d1f8d98e9013?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006936 10.0.0.29 - - [2024-10-31 02:29:38] "POST /id-to-fqname HTTP/1.1" 200 191 0.001430 10.0.0.29 - - [2024-10-31 02:29:38] "POST /fqname-to-id HTTP/1.1" 404 200 0.003704 10.0.0.29 - - [2024-10-31 02:29:38] "POST /security-groups HTTP/1.1" 200 592 0.063247 10.0.0.29 - - [2024-10-31 02:29:38] "POST /fqname-to-id HTTP/1.1" 404 235 0.003225 10.0.0.29 - - [2024-10-31 02:29:38] "POST /projects HTTP/1.1" 200 587 0.224906 10.0.0.29 - - [2024-10-31 02:29:38] "POST /access-control-lists HTTP/1.1" 200 597 0.058549 10.0.0.29 - - [2024-10-31 02:29:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.301736 10.0.0.29 - - [2024-10-31 02:29:38] "POST /fqname-to-id HTTP/1.1" 404 234 0.003144 10.0.0.29 - - [2024-10-31 02:29:38] "GET /project/a40e7e97-facc-4a84-88d5-736f8f6d5239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.425192 10.0.0.29 - - [2024-10-31 02:29:38] "POST /access-control-lists HTTP/1.1" 200 595 0.075912 10.0.0.29 - - [2024-10-31 02:29:39] "GET / HTTP/1.1" 200 35931 0.002333 10.0.0.29 - - [2024-10-31 02:29:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000575 10.0.0.29 - - [2024-10-31 02:29:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.064877 10.0.0.29 - - [2024-10-31 02:29:40] "GET /projects?obj_uuids=a40e7e97-facc-4a84-88d5-736f8f6d5239&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001427 10.0.0.29 - - [2024-10-31 02:29:40] "GET /project/a40e7e97-facc-4a84-88d5-736f8f6d5239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.023231 10.0.0.29 - - [2024-10-31 02:29:40] "POST /neutron/network HTTP/1.1" 200 117 0.031308 10.0.0.29 - - [2024-10-31 02:29:40] "GET /projects?obj_uuids=a40e7e97-facc-4a84-88d5-736f8f6d5239&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002342 10.0.0.29 - - [2024-10-31 02:29:40] "POST /neutron/network HTTP/1.1" 200 606 0.063116 10.0.0.29 - - [2024-10-31 02:29:40] "POST /route-targets HTTP/1.1" 200 327 0.011032 10.0.0.29 - - [2024-10-31 02:29:40] "POST /ref-update HTTP/1.1" 200 156 0.011733 10.0.0.29 - - [2024-10-31 02:29:41] "POST /useragent-kv HTTP/1.1" 200 115 0.004681 10.0.0.29 - - [2024-10-31 02:29:41] "POST /neutron/subnet HTTP/1.1" 200 724 0.140605 10.0.0.29 - - [2024-10-31 02:29:41] "POST /neutron/network HTTP/1.1" 200 825 0.006031 10.0.0.29 - - [2024-10-31 02:29:41] "POST /id-to-fqname HTTP/1.1" 200 221 0.001298 10.0.0.29 - - [2024-10-31 02:29:41] "GET /virtual-network/6ae762e9-8534-4d78-87c9-dcb7ad1536eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.002695 10.0.0.29 - - [2024-10-31 02:29:41] "POST /neutron/network HTTP/1.1" 200 825 0.007052 10.0.0.29 - - [2024-10-31 02:29:41] "GET /virtual-network/6ae762e9-8534-4d78-87c9-dcb7ad1536eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.003907 10.0.0.29 - - [2024-10-31 02:29:41] "POST /neutron/network HTTP/1.1" 200 825 0.005954 10.0.0.29 - - [2024-10-31 02:29:41] "POST /neutron/subnet HTTP/1.1" 200 724 0.007949 10.0.0.29 - - [2024-10-31 02:29:41] "POST /id-to-fqname HTTP/1.1" 200 221 0.001449 10.0.0.29 - - [2024-10-31 02:29:41] "POST /neutron/network HTTP/1.1" 200 835 0.006254 10.0.0.29 - - [2024-10-31 02:29:41] "GET /aaa-mode HTTP/1.1" 401 292 0.000608 10.0.0.29 - - [2024-10-31 02:29:41] "GET / HTTP/1.1" 200 35931 0.002824 10.0.0.29 - - [2024-10-31 02:29:41] "GET /project/a40e7e97-facc-4a84-88d5-736f8f6d5239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000467 10.0.0.29 - - [2024-10-31 02:29:42] "GET /projects?obj_uuids=a40e7e97-facc-4a84-88d5-736f8f6d5239&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001354 10.0.0.29 - - [2024-10-31 02:29:42] "GET /project/a40e7e97-facc-4a84-88d5-736f8f6d5239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.048622 10.0.0.29 - - [2024-10-31 02:29:42] "POST /neutron/network HTTP/1.1" 200 825 0.006399 10.0.0.29 - - [2024-10-31 02:29:42] "POST /neutron/port HTTP/1.1" 200 117 0.005134 10.0.0.29 - - [2024-10-31 02:29:42] "POST /neutron/port HTTP/1.1" 200 117 0.005495 10.0.0.29 - - [2024-10-31 02:29:42] "POST /id-to-fqname HTTP/1.1" 200 221 0.001610 10.0.0.29 - - [2024-10-31 02:29:42] "POST /neutron/port HTTP/1.1" 200 117 0.013674 10.0.0.29 - - [2024-10-31 02:29:42] "POST /neutron/network HTTP/1.1" 200 835 0.006297 10.0.0.29 - - [2024-10-31 02:29:42] "GET /aaa-mode HTTP/1.1" 401 292 0.000555 10.0.0.29 - - [2024-10-31 02:29:42] "POST /neutron/network HTTP/1.1" 200 835 0.007102 10.0.0.29 - - [2024-10-31 02:29:42] "GET /projects?obj_uuids=a40e7e97-facc-4a84-88d5-736f8f6d5239&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001345 10.0.0.29 - - [2024-10-31 02:29:42] "GET / HTTP/1.1" 200 35931 0.001647 10.0.0.29 - - [2024-10-31 02:29:42] "GET /project/a40e7e97-facc-4a84-88d5-736f8f6d5239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000669 10.0.0.29 - - [2024-10-31 02:29:43] "POST /neutron/port HTTP/1.1" 200 1061 0.239359 10.0.0.29 - - [2024-10-31 02:29:43] "POST /neutron/port HTTP/1.1" 200 1061 0.016710 10.0.0.29 - - [2024-10-31 02:29:43] "POST /neutron/port HTTP/1.1" 200 1061 0.012285 10.0.0.29 - - [2024-10-31 02:29:43] "POST /neutron/port HTTP/1.1" 200 1115 0.060412 10.0.0.29 - - [2024-10-31 02:29:43] "POST /neutron/port HTTP/1.1" 200 1089 0.014202 10.0.0.29 - - [2024-10-31 02:29:43] "GET /projects?obj_uuids=a40e7e97-facc-4a84-88d5-736f8f6d5239&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001100 10.0.0.29 - - [2024-10-31 02:29:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003362 10.0.0.29 - - [2024-10-31 02:29:43] "GET /project/a40e7e97-facc-4a84-88d5-736f8f6d5239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.050096 10.0.0.29 - - [2024-10-31 02:29:43] "POST /neutron/subnet HTTP/1.1" 200 698 0.021167 10.0.0.29 - - [2024-10-31 02:29:43] "POST /neutron/network HTTP/1.1" 200 825 0.010546 10.0.0.29 - - [2024-10-31 02:29:43] "POST /neutron/port HTTP/1.1" 200 117 0.001379 10.0.0.29 - - [2024-10-31 02:29:43] "POST /neutron/network HTTP/1.1" 200 825 0.006534 10.0.0.29 - - [2024-10-31 02:29:43] "POST /neutron/port HTTP/1.1" 200 1089 0.016917 10.0.0.29 - - [2024-10-31 02:29:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006641 10.0.0.29 - - [2024-10-31 02:29:43] "POST /neutron/port HTTP/1.1" 200 117 0.005576 10.0.0.29 - - [2024-10-31 02:29:43] "POST /neutron/port HTTP/1.1" 200 1089 0.036833 10.0.0.29 - - [2024-10-31 02:29:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009740 10.0.0.29 - - [2024-10-31 02:29:43] "POST /neutron/network HTTP/1.1" 200 835 0.006506 10.0.0.29 - - [2024-10-31 02:29:43] "GET /projects?obj_uuids=a40e7e97-facc-4a84-88d5-736f8f6d5239&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001315 10.0.0.29 - - [2024-10-31 02:29:44] "POST /neutron/port HTTP/1.1" 200 1061 0.254115 10.0.0.29 - - [2024-10-31 02:29:44] "POST /neutron/port HTTP/1.1" 200 1061 0.011268 10.0.0.29 - - [2024-10-31 02:29:44] "POST /neutron/port HTTP/1.1" 200 1061 0.010255 10.0.0.29 - - [2024-10-31 02:29:44] "POST /neutron/port HTTP/1.1" 200 1115 0.071063 10.0.0.29 - - [2024-10-31 02:29:44] "POST /neutron/port HTTP/1.1" 200 1089 0.024589 10.0.0.29 - - [2024-10-31 02:29:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003974 10.0.0.29 - - [2024-10-31 02:29:44] "POST /neutron/subnet HTTP/1.1" 200 698 0.011915 10.0.0.29 - - [2024-10-31 02:29:44] "POST /neutron/port HTTP/1.1" 200 117 0.001582 10.0.0.29 - - [2024-10-31 02:29:44] "POST /neutron/network HTTP/1.1" 200 825 0.008841 10.0.0.29 - - [2024-10-31 02:29:48] "POST /neutron/port HTTP/1.1" 200 1089 0.016181 10.0.0.29 - - [2024-10-31 02:29:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007694 10.0.0.29 - - [2024-10-31 02:29:48] "POST /neutron/port HTTP/1.1" 200 1089 0.019225 10.0.0.29 - - [2024-10-31 02:29:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008398 10.0.0.29 - - [2024-10-31 02:29:48] "POST /neutron/port HTTP/1.1" 200 1089 0.020545 10.0.0.29 - - [2024-10-31 02:29:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006312 10.0.0.29 - - [2024-10-31 02:29:48] "GET /virtual-machine/05ee2794-c2b8-4672-819f-700770473d28 HTTP/1.1" 401 292 0.000529 10.0.0.29 - - [2024-10-31 02:29:49] "GET /virtual-machine/05ee2794-c2b8-4672-819f-700770473d28 HTTP/1.1" 200 1291 0.041543 10.0.0.29 - - [2024-10-31 02:29:49] "GET /virtual-machine-interface/a949bb0a-b5d4-4e6e-8dbc-44cfa49274de HTTP/1.1" 200 2947 0.004117 10.0.0.29 - - [2024-10-31 02:29:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.29 - - [2024-10-31 02:29:49] "GET /global-vrouter-config/d965d459-3c06-4945-9eb4-d4935e5e3a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003066 10.0.0.29 - - [2024-10-31 02:29:49] "GET /virtual-networks?parent_id=a40e7e97-facc-4a84-88d5-736f8f6d5239&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003287 10.0.0.29 - - [2024-10-31 02:29:49] "GET /virtual-network/6ae762e9-8534-4d78-87c9-dcb7ad1536eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.003479 10.0.0.29 - - [2024-10-31 02:29:51] "POST /neutron/port HTTP/1.1" 200 1089 0.015129 10.0.0.29 - - [2024-10-31 02:29:51] "POST /neutron/port HTTP/1.1" 200 1089 0.017068 10.0.0.29 - - [2024-10-31 02:29:51] "POST /neutron/network HTTP/1.1" 200 835 0.008230 10.0.0.29 - - [2024-10-31 02:29:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003732 10.0.0.29 - - [2024-10-31 02:29:51] "POST /neutron/subnet HTTP/1.1" 200 698 0.015369 10.0.0.29 - - [2024-10-31 02:29:51] "POST /neutron/port HTTP/1.1" 200 117 0.001537 10.0.0.29 - - [2024-10-31 02:29:51] "POST /neutron/network HTTP/1.1" 200 825 0.006410 10.0.0.29 - - [2024-10-31 02:29:51] "POST /neutron/port HTTP/1.1" 200 1089 0.022126 10.0.0.29 - - [2024-10-31 02:29:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005902 10.0.0.29 - - [2024-10-31 02:29:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.29 - - [2024-10-31 02:29:52] "GET /virtual-network/6ae762e9-8534-4d78-87c9-dcb7ad1536eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.003114 10.0.0.29 - - [2024-10-31 02:29:52] "POST /neutron/port HTTP/1.1" 200 1089 0.018676 10.0.0.29 - - [2024-10-31 02:29:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006521 10.0.0.29 - - [2024-10-31 02:29:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.29 - - [2024-10-31 02:29:54] "GET /global-vrouter-config/d965d459-3c06-4945-9eb4-d4935e5e3a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002943 10.0.0.29 - - [2024-10-31 02:29:54] "GET /virtual-networks?parent_id=a40e7e97-facc-4a84-88d5-736f8f6d5239&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003877 10.0.0.29 - - [2024-10-31 02:29:54] "GET /virtual-network/6ae762e9-8534-4d78-87c9-dcb7ad1536eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.003428 10.0.0.29 - - [2024-10-31 02:29:54] "POST /neutron/port HTTP/1.1" 200 1089 0.018493 10.0.0.29 - - [2024-10-31 02:29:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006204 10.0.0.29 - - [2024-10-31 02:29:55] "POST /neutron/port HTTP/1.1" 200 1089 0.015944 10.0.0.29 - - [2024-10-31 02:29:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006555 10.0.0.29 - - [2024-10-31 02:29:55] "POST /neutron/port HTTP/1.1" 200 1089 0.016659 10.0.0.29 - - [2024-10-31 02:29:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007833 10.0.0.29 - - [2024-10-31 02:29:55] "GET /virtual-machine/a164e579-c607-49ce-851b-14743d0e57e3 HTTP/1.1" 200 1293 0.004599 10.0.0.29 - - [2024-10-31 02:29:55] "GET /virtual-machine-interface/c2a56d3a-994e-4be6-9a6f-6320e9e11272 HTTP/1.1" 200 2947 0.003543 10.0.0.29 - - [2024-10-31 02:29:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004032 10.0.0.29 - - [2024-10-31 02:29:55] "GET /global-vrouter-config/d965d459-3c06-4945-9eb4-d4935e5e3a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003741 10.0.0.29 - - [2024-10-31 02:29:55] "GET /virtual-networks?parent_id=a40e7e97-facc-4a84-88d5-736f8f6d5239&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004368 10.0.0.29 - - [2024-10-31 02:29:55] "GET /virtual-network/6ae762e9-8534-4d78-87c9-dcb7ad1536eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.003520 10.0.0.29 - - [2024-10-31 02:29:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.29 - - [2024-10-31 02:29:56] "GET /global-vrouter-config/d965d459-3c06-4945-9eb4-d4935e5e3a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003330 10.0.0.29 - - [2024-10-31 02:29:56] "GET /virtual-networks?parent_id=a40e7e97-facc-4a84-88d5-736f8f6d5239&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003317 10.0.0.29 - - [2024-10-31 02:29:56] "GET /virtual-network/6ae762e9-8534-4d78-87c9-dcb7ad1536eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.003433 10.0.0.29 - - [2024-10-31 02:30:00] "DELETE /project/a40e7e97facc4a8488d5736f8f6d5239 HTTP/1.1" 404 173 0.009563 10.0.0.29 - - [2024-10-31 02:30:00] "GET /projects?obj_uuids=6411e9b1-3949-4aae-918f-9423b03fb7ed&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001136 10.0.0.29 - - [2024-10-31 02:30:00] "GET /project/6411e9b1-3949-4aae-918f-9423b03fb7ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.023152 10.0.0.29 - - [2024-10-31 02:30:00] "GET /projects?obj_uuids=6411e9b1-3949-4aae-918f-9423b03fb7ed&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001185 10.0.0.29 - - [2024-10-31 02:30:00] "GET /project/6411e9b1-3949-4aae-918f-9423b03fb7ed?fields=security_groups HTTP/1.1" 200 1366 0.061095 10.0.0.29 - - [2024-10-31 02:30:00] "DELETE /security-group/493e80f4-4eab-4888-a9d7-1e4c8a50b790 HTTP/1.1" 200 115 0.040409 10.0.0.29 - - [2024-10-31 02:30:00] "GET /projects?obj_uuids=6411e9b1-3949-4aae-918f-9423b03fb7ed&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001257 10.0.0.29 - - [2024-10-31 02:30:00] "DELETE /access-control-list/0300a04e-11f5-4a9c-9b1d-d7af850f7f87 HTTP/1.1" 200 115 0.034403 10.0.0.29 - - [2024-10-31 02:30:00] "GET /project/6411e9b1-3949-4aae-918f-9423b03fb7ed?fields=application_policy_sets HTTP/1.1" 200 1405 0.033828 10.0.0.29 - - [2024-10-31 02:30:00] "DELETE /access-control-list/346226a1-cf5a-4598-929f-7dbac39c0c0c HTTP/1.1" 200 115 0.025124 10.0.0.29 - - [2024-10-31 02:30:00] "DELETE /project/6411e9b1-3949-4aae-918f-9423b03fb7ed HTTP/1.1" 200 115 0.316527 10.0.0.29 - - [2024-10-31 02:30:01] "POST /neutron/network HTTP/1.1" 200 825 0.009186 10.0.0.29 - - [2024-10-31 02:30:01] "POST /neutron/network HTTP/1.1" 400 204 0.014622 10.0.0.29 - - [2024-10-31 02:30:01] "POST /neutron/port HTTP/1.1" 200 1089 0.017018 10.0.0.29 - - [2024-10-31 02:30:02] "POST /neutron/port HTTP/1.1" 200 1115 0.013242 10.0.0.29 - - [2024-10-31 02:30:02] "POST /neutron/port HTTP/1.1" 200 1089 0.014797 10.0.0.29 - - [2024-10-31 02:30:02] "POST /neutron/port HTTP/1.1" 200 1115 0.013066 10.0.0.29 - - [2024-10-31 02:30:02] "POST /neutron/port HTTP/1.1" 200 151 0.123077 10.0.0.29 - - [2024-10-31 02:30:02] "POST /neutron/port HTTP/1.1" 200 151 0.123425 10.0.0.29 - - [2024-10-31 02:30:03] "POST /neutron/network HTTP/1.1" 200 825 0.009769 10.0.0.29 - - [2024-10-31 02:30:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.29 - - [2024-10-31 02:30:03] "POST /useragent-kv HTTP/1.1" 200 115 0.001197 10.0.0.29 - - [2024-10-31 02:30:03] "POST /useragent-kv HTTP/1.1" 200 115 0.001489 10.0.0.29 - - [2024-10-31 02:30:03] "POST /neutron/network HTTP/1.1" 200 151 0.121757 10.0.0.29 - - [2024-10-31 02:30:03] "DELETE /route-target/8f0345c7-dc4e-4f54-a408-dbd0837d7a9c HTTP/1.1" 200 115 0.025216 10.0.0.29 - - [2024-10-31 02:30:04] "GET /projects?obj_uuids=a40e7e97-facc-4a84-88d5-736f8f6d5239&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002012 10.0.0.29 - - [2024-10-31 02:30:04] "GET /project/a40e7e97-facc-4a84-88d5-736f8f6d5239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.031911 10.0.0.29 - - [2024-10-31 02:30:04] "GET /projects?obj_uuids=a40e7e97-facc-4a84-88d5-736f8f6d5239&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001171 10.0.0.29 - - [2024-10-31 02:30:04] "GET /project/a40e7e97-facc-4a84-88d5-736f8f6d5239?fields=virtual_networks HTTP/1.1" 200 1034 0.064838 10.0.0.29 - - [2024-10-31 02:30:04] "GET /projects?obj_uuids=a40e7e97-facc-4a84-88d5-736f8f6d5239&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001615 10.0.0.29 - - [2024-10-31 02:30:04] "GET /project/a40e7e97-facc-4a84-88d5-736f8f6d5239?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.026628 10.0.0.29 - - [2024-10-31 02:30:04] "GET /projects?obj_uuids=a40e7e97-facc-4a84-88d5-736f8f6d5239&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001211 10.0.0.29 - - [2024-10-31 02:30:04] "GET /project/a40e7e97-facc-4a84-88d5-736f8f6d5239?fields=security_groups HTTP/1.1" 200 1261 0.027486 10.0.0.29 - - [2024-10-31 02:30:05] "POST /fqname-to-id HTTP/1.1" 404 188 0.028562 10.0.0.29 - - [2024-10-31 02:30:05] "GET /projects?obj_uuids=863e0fc4-00ab-46f2-a622-02e9c11b1075&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002732 10.0.0.29 - - [2024-10-31 02:30:05] "GET /domains?obj_uuids=fe7e8e09-5e09-4e9d-a716-d1f8d98e9013&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001771 10.0.0.29 - - [2024-10-31 02:30:05] "GET /domain/fe7e8e09-5e09-4e9d-a716-d1f8d98e9013?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008023 10.0.0.29 - - [2024-10-31 02:30:05] "POST /id-to-fqname HTTP/1.1" 200 190 0.001343 10.0.0.29 - - [2024-10-31 02:30:05] "POST /fqname-to-id HTTP/1.1" 404 199 0.003878 10.0.0.29 - - [2024-10-31 02:30:05] "POST /security-groups HTTP/1.1" 200 591 0.063148 10.0.0.29 - - [2024-10-31 02:30:05] "POST /fqname-to-id HTTP/1.1" 404 234 0.003241 10.0.0.29 - - [2024-10-31 02:30:05] "POST /projects HTTP/1.1" 200 585 0.214436 10.0.0.29 - - [2024-10-31 02:30:05] "POST /access-control-lists HTTP/1.1" 200 596 0.059412 10.0.0.29 - - [2024-10-31 02:30:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.294776 10.0.0.29 - - [2024-10-31 02:30:05] "POST /fqname-to-id HTTP/1.1" 404 233 0.004361 10.0.0.29 - - [2024-10-31 02:30:05] "GET /project/863e0fc4-00ab-46f2-a622-02e9c11b1075?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.420618 10.0.0.29 - - [2024-10-31 02:30:05] "POST /access-control-lists HTTP/1.1" 200 594 0.060083 10.0.0.29 - - [2024-10-31 02:30:06] "GET / HTTP/1.1" 200 35931 0.002354 10.0.0.29 - - [2024-10-31 02:30:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000928 10.0.0.29 - - [2024-10-31 02:30:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.341720 10.0.0.29 - - [2024-10-31 02:30:08] "GET /obj-perms HTTP/1.1" 200 5056 0.059699 10.0.0.29 - - [2024-10-31 02:30:08] "GET /projects?obj_uuids=863e0fc4-00ab-46f2-a622-02e9c11b1075&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001227 10.0.0.29 - - [2024-10-31 02:30:08] "GET /project/863e0fc4-00ab-46f2-a622-02e9c11b1075?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.026419 10.0.0.29 - - [2024-10-31 02:30:08] "POST /neutron/network HTTP/1.1" 200 117 0.250127 10.0.0.29 - - [2024-10-31 02:30:08] "GET /projects?obj_uuids=863e0fc4-00ab-46f2-a622-02e9c11b1075&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001233 10.0.0.29 - - [2024-10-31 02:30:08] "GET /obj-perms HTTP/1.1" 200 5056 0.081569 10.0.0.29 - - [2024-10-31 02:30:08] "POST /neutron/network HTTP/1.1" 200 625 0.075798 10.0.0.29 - - [2024-10-31 02:30:08] "POST /route-targets HTTP/1.1" 200 327 0.012577 10.0.0.29 - - [2024-10-31 02:30:08] "POST /ref-update HTTP/1.1" 200 156 0.011335 10.0.0.29 - - [2024-10-31 02:30:08] "POST /useragent-kv HTTP/1.1" 200 115 0.004026 10.0.0.29 - - [2024-10-31 02:30:08] "POST /neutron/subnet HTTP/1.1" 200 701 0.172368 10.0.0.29 - - [2024-10-31 02:30:08] "POST /neutron/network HTTP/1.1" 200 839 0.005846 10.0.0.29 - - [2024-10-31 02:30:08] "POST /id-to-fqname HTTP/1.1" 200 230 0.001427 10.0.0.29 - - [2024-10-31 02:30:08] "GET /virtual-network/fbbcce16-2a52-4add-a171-2042daf5731b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.003165 10.0.0.29 - - [2024-10-31 02:30:08] "POST /neutron/network HTTP/1.1" 200 839 0.006185 10.0.0.29 - - [2024-10-31 02:30:08] "GET /virtual-network/fbbcce16-2a52-4add-a171-2042daf5731b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.002836 10.0.0.29 - - [2024-10-31 02:30:08] "POST /neutron/network HTTP/1.1" 200 839 0.007397 10.0.0.29 - - [2024-10-31 02:30:08] "POST /neutron/subnet HTTP/1.1" 200 701 0.007557 10.0.0.29 - - [2024-10-31 02:30:08] "POST /neutron/network HTTP/1.1" 200 839 0.006143 10.0.0.29 - - [2024-10-31 02:30:08] "POST /id-to-fqname HTTP/1.1" 200 230 0.001385 10.0.0.29 - - [2024-10-31 02:30:09] "POST /neutron/network HTTP/1.1" 200 849 0.005883 10.0.0.29 - - [2024-10-31 02:30:09] "GET /aaa-mode HTTP/1.1" 401 292 0.000465 10.0.0.29 - - [2024-10-31 02:30:09] "GET / HTTP/1.1" 200 35931 0.002085 10.0.0.29 - - [2024-10-31 02:30:09] "GET /project/863e0fc4-00ab-46f2-a622-02e9c11b1075?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000444 10.0.0.29 - - [2024-10-31 02:30:09] "GET /projects?obj_uuids=863e0fc4-00ab-46f2-a622-02e9c11b1075&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001248 10.0.0.29 - - [2024-10-31 02:30:09] "GET /project/863e0fc4-00ab-46f2-a622-02e9c11b1075?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.047717 10.0.0.29 - - [2024-10-31 02:30:09] "POST /neutron/network HTTP/1.1" 200 839 0.005712 10.0.0.29 - - [2024-10-31 02:30:10] "POST /neutron/port HTTP/1.1" 200 117 0.005414 10.0.0.29 - - [2024-10-31 02:30:10] "POST /neutron/port HTTP/1.1" 200 117 0.005239 10.0.0.29 - - [2024-10-31 02:30:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002946 10.0.0.29 - - [2024-10-31 02:30:10] "GET /global-vrouter-config/d965d459-3c06-4945-9eb4-d4935e5e3a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003320 10.0.0.29 - - [2024-10-31 02:30:10] "PUT /global-vrouter-config/d965d459-3c06-4945-9eb4-d4935e5e3a91 HTTP/1.1" 200 276 0.009712 10.0.0.29 - - [2024-10-31 02:30:10] "POST /neutron/port HTTP/1.1" 200 117 0.005272 10.0.0.29 - - [2024-10-31 02:30:10] "POST /neutron/network HTTP/1.1" 200 849 0.006393 10.0.0.29 - - [2024-10-31 02:30:10] "GET /projects?obj_uuids=863e0fc4-00ab-46f2-a622-02e9c11b1075&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001796 10.0.0.29 - - [2024-10-31 02:30:10] "POST /neutron/port HTTP/1.1" 200 1055 0.199921 10.0.0.29 - - [2024-10-31 02:30:10] "POST /neutron/port HTTP/1.1" 200 1055 0.011187 10.0.0.29 - - [2024-10-31 02:30:10] "POST /neutron/port HTTP/1.1" 200 1055 0.008462 10.0.0.29 - - [2024-10-31 02:30:10] "POST /neutron/port HTTP/1.1" 200 1109 0.130999 10.0.0.29 - - [2024-10-31 02:30:10] "POST /neutron/port HTTP/1.1" 200 1083 0.015070 10.0.0.29 - - [2024-10-31 02:30:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003609 10.0.0.29 - - [2024-10-31 02:30:11] "POST /neutron/subnet HTTP/1.1" 200 675 0.013086 10.0.0.29 - - [2024-10-31 02:30:11] "POST /neutron/port HTTP/1.1" 200 117 0.001398 10.0.0.29 - - [2024-10-31 02:30:11] "POST /neutron/network HTTP/1.1" 200 839 0.006007 10.0.0.29 - - [2024-10-31 02:30:15] "POST /neutron/port HTTP/1.1" 200 1083 0.018471 10.0.0.29 - - [2024-10-31 02:30:15] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008833 10.0.0.29 - - [2024-10-31 02:30:15] "POST /neutron/port HTTP/1.1" 200 1083 0.017267 10.0.0.29 - - [2024-10-31 02:30:15] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006506 10.0.0.29 - - [2024-10-31 02:30:15] "POST /neutron/port HTTP/1.1" 200 1083 0.018951 10.0.0.29 - - [2024-10-31 02:30:15] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008897 10.0.0.29 - - [2024-10-31 02:30:15] "GET /virtual-machine/bf23b75b-c3f8-4890-9a7e-f5ab53b3f6bd HTTP/1.1" 401 292 0.000542 10.0.0.29 - - [2024-10-31 02:30:15] "GET /virtual-machine/bf23b75b-c3f8-4890-9a7e-f5ab53b3f6bd HTTP/1.1" 200 1293 0.034267 10.0.0.29 - - [2024-10-31 02:30:15] "GET /virtual-machine-interface/f158460c-c80e-4242-b5e4-b18d461c4960 HTTP/1.1" 200 2972 0.002800 10.0.0.29 - - [2024-10-31 02:30:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.29 - - [2024-10-31 02:30:16] "GET /global-vrouter-config/d965d459-3c06-4945-9eb4-d4935e5e3a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.003466 10.0.0.29 - - [2024-10-31 02:30:16] "GET /virtual-networks?parent_id=863e0fc4-00ab-46f2-a622-02e9c11b1075&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003371 10.0.0.29 - - [2024-10-31 02:30:16] "GET /virtual-network/fbbcce16-2a52-4add-a171-2042daf5731b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.003877 10.0.0.29 - - [2024-10-31 02:30:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003988 10.0.0.29 - - [2024-10-31 02:30:19] "GET /virtual-network/fbbcce16-2a52-4add-a171-2042daf5731b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004376 10.0.0.29 - - [2024-10-31 02:30:19] "POST /neutron/port HTTP/1.1" 200 1083 0.018681 10.0.0.29 - - [2024-10-31 02:30:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008779 10.0.0.29 - - [2024-10-31 02:30:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.29 - - [2024-10-31 02:30:21] "GET /global-vrouter-config/d965d459-3c06-4945-9eb4-d4935e5e3a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.002906 10.0.0.29 - - [2024-10-31 02:30:21] "GET /virtual-networks?parent_id=863e0fc4-00ab-46f2-a622-02e9c11b1075&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003635 10.0.0.29 - - [2024-10-31 02:30:21] "GET /virtual-network/fbbcce16-2a52-4add-a171-2042daf5731b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.003526 10.0.0.29 - - [2024-10-31 02:30:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.29 - - [2024-10-31 02:30:23] "GET /global-vrouter-config/d965d459-3c06-4945-9eb4-d4935e5e3a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.002703 10.0.0.29 - - [2024-10-31 02:30:23] "PUT /global-vrouter-config/d965d459-3c06-4945-9eb4-d4935e5e3a91 HTTP/1.1" 200 276 0.010996 10.0.0.29 - - [2024-10-31 02:30:23] "POST /neutron/network HTTP/1.1" 200 839 0.014050 10.0.0.29 - - [2024-10-31 02:30:23] "POST /neutron/network HTTP/1.1" 400 204 0.012320 10.0.0.29 - - [2024-10-31 02:30:24] "POST /neutron/port HTTP/1.1" 200 1083 0.016332 10.0.0.29 - - [2024-10-31 02:30:24] "POST /neutron/port HTTP/1.1" 200 1109 0.009854 10.0.0.29 - - [2024-10-31 02:30:24] "POST /neutron/port HTTP/1.1" 200 151 0.106396 10.0.0.29 - - [2024-10-31 02:30:25] "POST /neutron/network HTTP/1.1" 200 839 0.006171 10.0.0.29 - - [2024-10-31 02:30:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.033631 10.0.0.29 - - [2024-10-31 02:30:25] "POST /useragent-kv HTTP/1.1" 200 115 0.051364 10.0.0.29 - - [2024-10-31 02:30:25] "POST /useragent-kv HTTP/1.1" 200 115 0.001385 10.0.0.29 - - [2024-10-31 02:30:25] "DELETE /route-target/45f9801d-8b58-41f7-9690-74a321734240 HTTP/1.1" 200 115 0.024694 10.0.0.29 - - [2024-10-31 02:30:25] "POST /neutron/network HTTP/1.1" 200 151 0.133142 10.0.0.29 - - [2024-10-31 02:30:26] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.002968 10.0.0.29 - - [2024-10-31 02:30:26] "POST /network-ipams HTTP/1.1" 200 541 0.015604 10.0.0.29 - - [2024-10-31 02:30:26] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 981 0.003917 10.0.0.29 - - [2024-10-31 02:30:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.29 - - [2024-10-31 02:30:26] "GET /network-ipam/4c26983d-1b28-4f61-83d6-30644e3c79f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1283 0.004503 10.0.0.29 - - [2024-10-31 02:30:26] "PUT /network-ipam/4c26983d-1b28-4f61-83d6-30644e3c79f1 HTTP/1.1" 200 258 0.010518 10.0.0.29 - - [2024-10-31 02:30:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.29 - - [2024-10-31 02:30:26] "GET /projects?obj_uuids=863e0fc4-00ab-46f2-a622-02e9c11b1075&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001663 10.0.0.29 - - [2024-10-31 02:30:26] "GET /project/863e0fc4-00ab-46f2-a622-02e9c11b1075?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.021969 10.0.0.29 - - [2024-10-31 02:30:26] "POST /neutron/network HTTP/1.1" 200 117 0.008283 10.0.0.29 - - [2024-10-31 02:30:26] "GET /projects?obj_uuids=863e0fc4-00ab-46f2-a622-02e9c11b1075&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001683 10.0.0.29 - - [2024-10-31 02:30:26] "POST /neutron/network HTTP/1.1" 200 605 0.066219 10.0.0.29 - - [2024-10-31 02:30:26] "POST /route-targets HTTP/1.1" 200 327 0.012218 10.0.0.29 - - [2024-10-31 02:30:26] "POST /ref-update HTTP/1.1" 200 156 0.012533 10.0.0.29 - - [2024-10-31 02:30:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002149 10.0.0.29 - - [2024-10-31 02:30:27] "POST /neutron/subnet HTTP/1.1" 200 699 0.188907 10.0.0.29 - - [2024-10-31 02:30:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002429 10.0.0.29 - - [2024-10-31 02:30:27] "POST /neutron/subnet HTTP/1.1" 200 699 0.163708 10.0.0.29 - - [2024-10-31 02:30:27] "POST /neutron/network HTTP/1.1" 200 994 0.008263 10.0.0.29 - - [2024-10-31 02:30:27] "POST /id-to-fqname HTTP/1.1" 200 220 0.001306 10.0.0.29 - - [2024-10-31 02:30:27] "GET /virtual-network/d2e77018-1c24-4ccb-ad92-0b06be97a051?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.002935 10.0.0.29 - - [2024-10-31 02:30:27] "POST /neutron/network HTTP/1.1" 200 994 0.007554 10.0.0.29 - - [2024-10-31 02:30:27] "GET /virtual-network/d2e77018-1c24-4ccb-ad92-0b06be97a051?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.003058 10.0.0.29 - - [2024-10-31 02:30:27] "POST /neutron/network HTTP/1.1" 200 994 0.007565 10.0.0.29 - - [2024-10-31 02:30:27] "POST /neutron/subnet HTTP/1.1" 200 699 0.006275 10.0.0.29 - - [2024-10-31 02:30:27] "POST /neutron/subnet HTTP/1.1" 200 699 0.007618 10.0.0.29 - - [2024-10-31 02:30:27] "POST /neutron/network HTTP/1.1" 200 994 0.007295 10.0.0.29 - - [2024-10-31 02:30:27] "POST /neutron/subnet HTTP/1.1" 200 699 0.007757 10.0.0.29 - - [2024-10-31 02:30:27] "POST /neutron/subnet HTTP/1.1" 200 699 0.007071 10.0.0.29 - - [2024-10-31 02:30:27] "GET /projects?obj_uuids=863e0fc4-00ab-46f2-a622-02e9c11b1075&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001292 10.0.0.29 - - [2024-10-31 02:30:27] "POST /neutron/port HTTP/1.1" 200 1017 0.170142 10.0.0.29 - - [2024-10-31 02:30:27] "GET /projects?obj_uuids=863e0fc4-00ab-46f2-a622-02e9c11b1075&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001285 10.0.0.29 - - [2024-10-31 02:30:27] "POST /neutron/port HTTP/1.1" 200 1017 0.166028 10.0.0.29 - - [2024-10-31 02:30:27] "POST /id-to-fqname HTTP/1.1" 200 220 0.001534 10.0.0.29 - - [2024-10-31 02:30:28] "POST /neutron/port HTTP/1.1" 200 1017 0.008864 10.0.0.29 - - [2024-10-31 02:30:28] "POST /neutron/port HTTP/1.1" 200 1017 0.033235 10.0.0.29 - - [2024-10-31 02:30:28] "POST /neutron/network HTTP/1.1" 200 994 0.008677 10.0.0.29 - - [2024-10-31 02:30:28] "POST /neutron/port HTTP/1.1" 200 1017 0.010778 10.0.0.29 - - [2024-10-31 02:30:28] "POST /neutron/port HTTP/1.1" 200 117 0.006705 10.0.0.29 - - [2024-10-31 02:30:28] "POST /neutron/port HTTP/1.1" 200 117 0.004983 10.0.0.29 - - [2024-10-31 02:30:28] "POST /id-to-fqname HTTP/1.1" 200 220 0.001314 10.0.0.29 - - [2024-10-31 02:30:28] "POST /neutron/port HTTP/1.1" 200 117 0.005635 10.0.0.29 - - [2024-10-31 02:30:28] "POST /neutron/port HTTP/1.1" 200 1017 0.008237 10.0.0.29 - - [2024-10-31 02:30:28] "POST /neutron/port HTTP/1.1" 200 1017 0.008476 10.0.0.29 - - [2024-10-31 02:30:28] "POST /neutron/network HTTP/1.1" 200 994 0.006896 10.0.0.29 - - [2024-10-31 02:30:28] "POST /neutron/port HTTP/1.1" 200 1017 0.007693 10.0.0.29 - - [2024-10-31 02:30:28] "POST /neutron/port HTTP/1.1" 200 1017 0.007729 10.0.0.29 - - [2024-10-31 02:30:28] "POST /neutron/port HTTP/1.1" 200 1017 0.008211 10.0.0.29 - - [2024-10-31 02:30:28] "POST /neutron/port HTTP/1.1" 200 117 0.005238 10.0.0.29 - - [2024-10-31 02:30:28] "POST /neutron/port HTTP/1.1" 200 117 0.005208 10.0.0.29 - - [2024-10-31 02:30:28] "POST /id-to-fqname HTTP/1.1" 200 220 0.002187 10.0.0.29 - - [2024-10-31 02:30:28] "POST /neutron/port HTTP/1.1" 200 117 0.008101 10.0.0.29 - - [2024-10-31 02:30:29] "POST /neutron/network HTTP/1.1" 200 1004 0.008591 10.0.0.29 - - [2024-10-31 02:30:29] "GET /aaa-mode HTTP/1.1" 401 292 0.000499 10.0.0.29 - - [2024-10-31 02:30:29] "GET / HTTP/1.1" 200 35931 0.002035 10.0.0.29 - - [2024-10-31 02:30:29] "GET /project/863e0fc4-00ab-46f2-a622-02e9c11b1075?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000449 10.0.0.29 - - [2024-10-31 02:30:29] "POST /neutron/port HTTP/1.1" 200 1017 0.046995 10.0.0.29 - - [2024-10-31 02:30:29] "POST /neutron/port HTTP/1.1" 200 1017 0.064636 10.0.0.29 - - [2024-10-31 02:30:29] "POST /neutron/network HTTP/1.1" 200 1004 0.011983 10.0.0.29 - - [2024-10-31 02:30:29] "POST /neutron/network HTTP/1.1" 200 1004 0.007128 10.0.0.29 - - [2024-10-31 02:30:29] "POST /neutron/port HTTP/1.1" 200 1017 0.008278 10.0.0.29 - - [2024-10-31 02:30:29] "POST /neutron/port HTTP/1.1" 200 1017 0.007546 10.0.0.29 - - [2024-10-31 02:30:29] "POST /neutron/port HTTP/1.1" 200 1017 0.009926 10.0.0.29 - - [2024-10-31 02:30:29] "POST /neutron/port HTTP/1.1" 200 1017 0.011915 10.0.0.29 - - [2024-10-31 02:30:29] "POST /neutron/port HTTP/1.1" 200 1109 0.119087 10.0.0.29 - - [2024-10-31 02:30:29] "POST /neutron/port HTTP/1.1" 200 1109 0.106572 10.0.0.29 - - [2024-10-31 02:30:29] "GET /projects?obj_uuids=863e0fc4-00ab-46f2-a622-02e9c11b1075&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001231 10.0.0.29 - - [2024-10-31 02:30:29] "POST /neutron/port HTTP/1.1" 200 1083 0.025032 10.0.0.29 - - [2024-10-31 02:30:29] "GET /project/863e0fc4-00ab-46f2-a622-02e9c11b1075?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.050179 10.0.0.29 - - [2024-10-31 02:30:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004853 10.0.0.29 - - [2024-10-31 02:30:29] "POST /neutron/port HTTP/1.1" 200 1083 0.021565 10.0.0.29 - - [2024-10-31 02:30:29] "POST /neutron/network HTTP/1.1" 200 994 0.010579 10.0.0.29 - - [2024-10-31 02:30:29] "POST /neutron/subnet HTTP/1.1" 200 673 0.013260 10.0.0.29 - - [2024-10-31 02:30:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003630 10.0.0.29 - - [2024-10-31 02:30:29] "POST /neutron/port HTTP/1.1" 200 117 0.002095 10.0.0.29 - - [2024-10-31 02:30:29] "POST /neutron/subnet HTTP/1.1" 200 673 0.012580 10.0.0.29 - - [2024-10-31 02:30:29] "POST /neutron/network HTTP/1.1" 200 994 0.009898 10.0.0.29 - - [2024-10-31 02:30:29] "POST /neutron/port HTTP/1.1" 200 117 0.001262 10.0.0.29 - - [2024-10-31 02:30:29] "POST /neutron/network HTTP/1.1" 200 994 0.010157 10.0.0.29 - - [2024-10-31 02:30:29] "POST /neutron/port HTTP/1.1" 200 2050 0.034776 10.0.0.29 - - [2024-10-31 02:30:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006326 10.0.0.29 - - [2024-10-31 02:30:30] "POST /neutron/port HTTP/1.1" 200 117 0.004960 10.0.0.29 - - [2024-10-31 02:30:30] "GET /domains HTTP/1.1" 200 280 0.002937 10.0.0.29 - - [2024-10-31 02:30:30] "GET /domains?obj_uuids=fe7e8e09-5e09-4e9d-a716-d1f8d98e9013&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001241 10.0.0.29 - - [2024-10-31 02:30:30] "GET /domain/fe7e8e09-5e09-4e9d-a716-d1f8d98e9013 HTTP/1.1" 200 2761 0.009080 10.0.0.29 - - [2024-10-31 02:30:30] "GET /projects?obj_uuids=863e0fc4-00ab-46f2-a622-02e9c11b1075&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001175 10.0.0.29 - - [2024-10-31 02:30:30] "GET /project/863e0fc4-00ab-46f2-a622-02e9c11b1075 HTTP/1.1" 200 2842 0.070390 10.0.0.29 - - [2024-10-31 02:30:30] "GET /network-ipam/4c26983d-1b28-4f61-83d6-30644e3c79f1 HTTP/1.1" 200 2600 0.003470 10.0.0.29 - - [2024-10-31 02:30:30] "GET /domains HTTP/1.1" 200 280 0.003952 10.0.0.29 - - [2024-10-31 02:30:30] "GET /domains?obj_uuids=fe7e8e09-5e09-4e9d-a716-d1f8d98e9013&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001826 10.0.0.29 - - [2024-10-31 02:30:30] "GET /domain/fe7e8e09-5e09-4e9d-a716-d1f8d98e9013 HTTP/1.1" 200 2761 0.010427 10.0.0.29 - - [2024-10-31 02:30:30] "GET /projects?obj_uuids=863e0fc4-00ab-46f2-a622-02e9c11b1075&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001172 10.0.0.29 - - [2024-10-31 02:30:30] "GET /project/863e0fc4-00ab-46f2-a622-02e9c11b1075 HTTP/1.1" 200 2842 0.084478 10.0.0.29 - - [2024-10-31 02:30:30] "GET /virtual-network/d2e77018-1c24-4ccb-ad92-0b06be97a051 HTTP/1.1" 200 3780 0.004200 10.0.0.29 - - [2024-10-31 02:30:30] "GET /virtual-network/d2e77018-1c24-4ccb-ad92-0b06be97a051 HTTP/1.1" 200 3780 0.003197 10.0.0.29 - - [2024-10-31 02:30:30] "GET /routing-instance/f034891f-46d9-4c94-87c7-e9cf336086b3 HTTP/1.1" 200 2380 0.002750 10.0.0.29 - - [2024-10-31 02:30:30] "GET /routing-instance/f034891f-46d9-4c94-87c7-e9cf336086b3 HTTP/1.1" 200 2380 0.002548 10.0.0.29 - - [2024-10-31 02:30:30] "GET /route-target/d46e3491-c86e-4849-aaf9-f57315c2ebad HTTP/1.1" 200 1205 0.002605 10.0.0.29 - - [2024-10-31 02:30:30] "GET /virtual-network/d2e77018-1c24-4ccb-ad92-0b06be97a051 HTTP/1.1" 200 3780 0.003366 10.0.0.29 - - [2024-10-31 02:30:30] "GET /routing-instance/f034891f-46d9-4c94-87c7-e9cf336086b3 HTTP/1.1" 200 2380 0.002486 10.0.0.29 - - [2024-10-31 02:30:30] "GET /virtual-network/d2e77018-1c24-4ccb-ad92-0b06be97a051?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.003157 10.0.0.29 - - [2024-10-31 02:30:30] "GET /virtual-network/d2e77018-1c24-4ccb-ad92-0b06be97a051 HTTP/1.1" 200 3780 0.002842 10.0.0.29 - - [2024-10-31 02:30:30] "GET /routing-instance/f034891f-46d9-4c94-87c7-e9cf336086b3 HTTP/1.1" 200 2380 0.002973 10.0.0.29 - - [2024-10-31 02:30:30] "GET /routing-instance/f034891f-46d9-4c94-87c7-e9cf336086b3 HTTP/1.1" 200 2380 0.004246 10.0.0.29 - - [2024-10-31 02:30:30] "GET /route-target/d46e3491-c86e-4849-aaf9-f57315c2ebad HTTP/1.1" 200 1205 0.003399 10.0.0.29 - - [2024-10-31 02:30:30] "GET /domains HTTP/1.1" 200 280 0.003714 10.0.0.29 - - [2024-10-31 02:30:30] "GET /domains?obj_uuids=fe7e8e09-5e09-4e9d-a716-d1f8d98e9013&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001139 10.0.0.29 - - [2024-10-31 02:30:30] "GET /domain/fe7e8e09-5e09-4e9d-a716-d1f8d98e9013 HTTP/1.1" 200 2761 0.006989 10.0.0.29 - - [2024-10-31 02:30:30] "GET /projects?obj_uuids=863e0fc4-00ab-46f2-a622-02e9c11b1075&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001037 10.0.0.29 - - [2024-10-31 02:30:30] "POST /neutron/network HTTP/1.1" 200 1004 0.014092 10.0.0.29 - - [2024-10-31 02:30:30] "GET /projects?obj_uuids=863e0fc4-00ab-46f2-a622-02e9c11b1075&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001273 10.0.0.29 - - [2024-10-31 02:30:30] "GET /project/863e0fc4-00ab-46f2-a622-02e9c11b1075 HTTP/1.1" 200 2842 0.088563 10.0.0.29 - - [2024-10-31 02:30:30] "GET /virtual-network/d2e77018-1c24-4ccb-ad92-0b06be97a051 HTTP/1.1" 200 3780 0.014510 10.0.0.29 - - [2024-10-31 02:30:30] "POST /neutron/port HTTP/1.1" 200 1055 0.332387 10.0.0.29 - - [2024-10-31 02:30:30] "POST /neutron/port HTTP/1.1" 200 1055 0.019969 10.0.0.29 - - [2024-10-31 02:30:30] "POST /neutron/port HTTP/1.1" 200 1055 0.018665 10.0.0.29 - - [2024-10-31 02:30:30] "POST /neutron/port HTTP/1.1" 200 1109 0.112535 10.0.0.29 - - [2024-10-31 02:30:31] "GET /obj-perms HTTP/1.1" 200 5030 0.096217 10.0.0.29 - - [2024-10-31 02:30:31] "POST /neutron/port HTTP/1.1" 200 1083 0.026977 10.0.0.29 - - [2024-10-31 02:30:31] "POST /neutron/port HTTP/1.1" 200 1083 0.025445 10.0.0.29 - - [2024-10-31 02:30:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003968 10.0.0.29 - - [2024-10-31 02:30:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005891 10.0.0.29 - - [2024-10-31 02:30:31] "POST /neutron/subnet HTTP/1.1" 200 673 0.019961 10.0.0.29 - - [2024-10-31 02:30:31] "POST /neutron/port HTTP/1.1" 200 117 0.001302 10.0.0.29 - - [2024-10-31 02:30:31] "POST /neutron/network HTTP/1.1" 200 994 0.007363 10.0.0.29 - - [2024-10-31 02:30:36] "POST /neutron/port HTTP/1.1" 200 1083 0.021036 10.0.0.29 - - [2024-10-31 02:30:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006793 10.0.0.29 - - [2024-10-31 02:30:36] "POST /neutron/port HTTP/1.1" 200 1083 0.017875 10.0.0.29 - - [2024-10-31 02:30:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008020 10.0.0.29 - - [2024-10-31 02:30:36] "POST /neutron/port HTTP/1.1" 200 1083 0.023931 10.0.0.29 - - [2024-10-31 02:30:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011368 10.0.0.29 - - [2024-10-31 02:30:36] "GET /virtual-machine/56aa4dce-06eb-4dac-83c3-2490438b7df6 HTTP/1.1" 200 1287 0.004090 10.0.0.29 - - [2024-10-31 02:30:36] "GET /virtual-machine-interface/a2da546c-aa2c-434b-b14e-4ba221a0a76e HTTP/1.1" 200 2942 0.002786 10.0.0.29 - - [2024-10-31 02:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.29 - - [2024-10-31 02:30:36] "GET /global-vrouter-config/d965d459-3c06-4945-9eb4-d4935e5e3a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003169 10.0.0.29 - - [2024-10-31 02:30:36] "GET /virtual-networks?parent_id=863e0fc4-00ab-46f2-a622-02e9c11b1075&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003241 10.0.0.29 - - [2024-10-31 02:30:36] "GET /virtual-network/d2e77018-1c24-4ccb-ad92-0b06be97a051?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.008496 10.0.0.29 - - [2024-10-31 02:30:38] "POST /neutron/port HTTP/1.1" 200 1083 0.022302 10.0.0.29 - - [2024-10-31 02:30:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006452 10.0.0.29 - - [2024-10-31 02:30:38] "POST /neutron/port HTTP/1.1" 200 1083 0.018856 10.0.0.29 - - [2024-10-31 02:30:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005997 10.0.0.29 - - [2024-10-31 02:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.29 - - [2024-10-31 02:30:39] "GET /virtual-network/d2e77018-1c24-4ccb-ad92-0b06be97a051?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.003031 10.0.0.29 - - [2024-10-31 02:30:39] "POST /neutron/port HTTP/1.1" 200 1083 0.040359 10.0.0.29 - - [2024-10-31 02:30:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005192 10.0.0.29 - - [2024-10-31 02:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.29 - - [2024-10-31 02:30:41] "GET /global-vrouter-config/d965d459-3c06-4945-9eb4-d4935e5e3a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003349 10.0.0.29 - - [2024-10-31 02:30:41] "GET /virtual-networks?parent_id=863e0fc4-00ab-46f2-a622-02e9c11b1075&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.005186 10.0.0.29 - - [2024-10-31 02:30:41] "GET /virtual-network/d2e77018-1c24-4ccb-ad92-0b06be97a051?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004014 10.0.0.29 - - [2024-10-31 02:30:42] "POST /neutron/port HTTP/1.1" 200 1083 0.019122 10.0.0.29 - - [2024-10-31 02:30:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009176 10.0.0.29 - - [2024-10-31 02:30:42] "POST /neutron/port HTTP/1.1" 200 1083 0.018737 10.0.0.29 - - [2024-10-31 02:30:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006824 10.0.0.29 - - [2024-10-31 02:30:42] "POST /neutron/port HTTP/1.1" 200 1083 0.019916 10.0.0.29 - - [2024-10-31 02:30:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008323 10.0.0.29 - - [2024-10-31 02:30:42] "GET /virtual-machine/b011da16-f284-4988-b747-061b7c35fa8b HTTP/1.1" 200 1289 0.004503 10.0.0.29 - - [2024-10-31 02:30:42] "GET /virtual-machine-interface/cc27c40f-f60d-4336-8a16-4b29a584eab2 HTTP/1.1" 200 2941 0.003814 10.0.0.29 - - [2024-10-31 02:30:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.29 - - [2024-10-31 02:30:42] "GET /global-vrouter-config/d965d459-3c06-4945-9eb4-d4935e5e3a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003709 10.0.0.29 - - [2024-10-31 02:30:42] "GET /virtual-networks?parent_id=863e0fc4-00ab-46f2-a622-02e9c11b1075&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003954 10.0.0.29 - - [2024-10-31 02:30:42] "GET /virtual-network/d2e77018-1c24-4ccb-ad92-0b06be97a051?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.003688 10.0.0.29 - - [2024-10-31 02:30:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.29 - - [2024-10-31 02:30:43] "GET /global-vrouter-config/d965d459-3c06-4945-9eb4-d4935e5e3a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002972 10.0.0.29 - - [2024-10-31 02:30:43] "GET /virtual-networks?parent_id=863e0fc4-00ab-46f2-a622-02e9c11b1075&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003942 10.0.0.29 - - [2024-10-31 02:30:43] "GET /virtual-network/d2e77018-1c24-4ccb-ad92-0b06be97a051?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.003504 10.0.0.29 - - [2024-10-31 02:30:44] "POST /neutron/port HTTP/1.1" 200 1083 0.017401 10.0.0.29 - - [2024-10-31 02:30:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006318 10.0.0.29 - - [2024-10-31 02:30:44] "POST /neutron/port HTTP/1.1" 200 1083 0.015840 10.0.0.29 - - [2024-10-31 02:30:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007110 10.0.0.29 - - [2024-10-31 02:30:44] "POST /neutron/port HTTP/1.1" 200 1083 0.015153 10.0.0.29 - - [2024-10-31 02:30:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005851 10.0.0.29 - - [2024-10-31 02:30:44] "GET /virtual-machine/5dcf6edb-e2a2-4a48-a58c-3dd39ca4de6c HTTP/1.1" 200 1292 0.003748 10.0.0.29 - - [2024-10-31 02:30:44] "GET /virtual-machine-interface/3ad05648-89c8-4d26-9821-0f237132beca HTTP/1.1" 200 2941 0.002682 10.0.0.29 - - [2024-10-31 02:30:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.29 - - [2024-10-31 02:30:44] "GET /global-vrouter-config/d965d459-3c06-4945-9eb4-d4935e5e3a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002911 10.0.0.29 - - [2024-10-31 02:30:44] "GET /virtual-networks?parent_id=863e0fc4-00ab-46f2-a622-02e9c11b1075&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003448 10.0.0.29 - - [2024-10-31 02:30:44] "GET /virtual-network/d2e77018-1c24-4ccb-ad92-0b06be97a051?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004242 10.0.0.29 - - [2024-10-31 02:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.29 - - [2024-10-31 02:30:45] "GET /global-vrouter-config/d965d459-3c06-4945-9eb4-d4935e5e3a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002854 10.0.0.29 - - [2024-10-31 02:30:45] "GET /virtual-networks?parent_id=863e0fc4-00ab-46f2-a622-02e9c11b1075&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003342 10.0.0.29 - - [2024-10-31 02:30:45] "GET /virtual-network/d2e77018-1c24-4ccb-ad92-0b06be97a051?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.003862 10.0.0.29 - - [2024-10-31 02:31:00] "GET /projects?obj_uuids=a40e7e97-facc-4a84-88d5-736f8f6d5239&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001224 10.0.0.29 - - [2024-10-31 02:31:00] "GET /project/a40e7e97-facc-4a84-88d5-736f8f6d5239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.026494 10.0.0.29 - - [2024-10-31 02:31:00] "DELETE /project/863e0fc400ab46f2a62202e9c11b1075 HTTP/1.1" 404 173 0.061496 10.0.0.29 - - [2024-10-31 02:31:00] "GET /projects?obj_uuids=a40e7e97-facc-4a84-88d5-736f8f6d5239&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001026 10.0.0.29 - - [2024-10-31 02:31:00] "GET /project/a40e7e97-facc-4a84-88d5-736f8f6d5239?fields=security_groups HTTP/1.1" 200 1366 0.061557 10.0.0.29 - - [2024-10-31 02:31:00] "DELETE /security-group/7563b983-71fd-4375-8c79-1ce9e14a5694 HTTP/1.1" 200 115 0.032038 10.0.0.29 - - [2024-10-31 02:31:00] "GET /projects?obj_uuids=a40e7e97-facc-4a84-88d5-736f8f6d5239&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001157 10.0.0.29 - - [2024-10-31 02:31:00] "GET /project/a40e7e97-facc-4a84-88d5-736f8f6d5239?fields=application_policy_sets HTTP/1.1" 200 1405 0.033385 10.0.0.29 - - [2024-10-31 02:31:00] "DELETE /access-control-list/79e31664-bd99-46a4-85ed-e9bef36845a3 HTTP/1.1" 200 115 0.043559 10.0.0.29 - - [2024-10-31 02:31:00] "DELETE /access-control-list/257787ab-b117-4715-960a-8e63c1bdf148 HTTP/1.1" 200 115 0.020434 10.0.0.29 - - [2024-10-31 02:31:00] "DELETE /project/a40e7e97-facc-4a84-88d5-736f8f6d5239 HTTP/1.1" 200 115 0.361977 10.0.0.29 - - [2024-10-31 02:31:01] "POST /neutron/port HTTP/1.1" 200 1109 0.011576 10.0.0.29 - - [2024-10-31 02:31:01] "POST /neutron/port HTTP/1.1" 200 1109 0.010132 10.0.0.29 - - [2024-10-31 02:31:01] "POST /neutron/port HTTP/1.1" 200 151 0.135636 10.0.0.29 - - [2024-10-31 02:31:01] "POST /neutron/port HTTP/1.1" 200 1109 0.011355 10.0.0.29 - - [2024-10-31 02:31:01] "POST /neutron/port HTTP/1.1" 200 1109 0.011026 10.0.0.29 - - [2024-10-31 02:31:01] "POST /neutron/port HTTP/1.1" 200 1083 0.028097 10.0.0.29 - - [2024-10-31 02:31:01] "POST /neutron/port HTTP/1.1" 200 1109 0.012497 10.0.0.29 - - [2024-10-31 02:31:01] "POST /neutron/port HTTP/1.1" 200 151 0.192988 10.0.0.29 - - [2024-10-31 02:31:01] "POST /neutron/port HTTP/1.1" 200 117 0.008842 10.0.0.29 - - [2024-10-31 02:31:01] "POST /neutron/network HTTP/1.1" 200 994 0.009325 10.0.0.29 - - [2024-10-31 02:31:01] "POST /neutron/port HTTP/1.1" 400 205 0.004308 10.0.0.29 - - [2024-10-31 02:31:01] "POST /neutron/port HTTP/1.1" 200 151 0.156216 10.0.0.29 - - [2024-10-31 02:31:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002438 10.0.0.29 - - [2024-10-31 02:31:01] "POST /useragent-kv HTTP/1.1" 200 115 0.001143 10.0.0.29 - - [2024-10-31 02:31:01] "POST /useragent-kv HTTP/1.1" 200 115 0.001038 10.0.0.29 - - [2024-10-31 02:31:01] "POST /useragent-kv HTTP/1.1" 200 115 0.001015 10.0.0.29 - - [2024-10-31 02:31:01] "POST /neutron/network HTTP/1.1" 200 151 0.112393 10.0.0.29 - - [2024-10-31 02:31:01] "GET /routing-instance/f034891f-46d9-4c94-87c7-e9cf336086b3 HTTP/1.1" 404 171 0.002460 10.0.0.29 - - [2024-10-31 02:31:01] "GET /domains HTTP/1.1" 200 280 0.002702 10.0.0.29 - - [2024-10-31 02:31:01] "GET /domains?obj_uuids=fe7e8e09-5e09-4e9d-a716-d1f8d98e9013&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001584 10.0.0.29 - - [2024-10-31 02:31:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.29 - - [2024-10-31 02:31:01] "DELETE /route-target/d46e3491-c86e-4849-aaf9-f57315c2ebad HTTP/1.1" 200 115 0.015176 10.0.0.29 - - [2024-10-31 02:31:01] "GET /domain/fe7e8e09-5e09-4e9d-a716-d1f8d98e9013 HTTP/1.1" 200 2574 0.049658 10.0.0.29 - - [2024-10-31 02:31:01] "GET /projects?obj_uuids=863e0fc4-00ab-46f2-a622-02e9c11b1075&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001158 10.0.0.29 - - [2024-10-31 02:31:01] "GET /project/863e0fc4-00ab-46f2-a622-02e9c11b1075 HTTP/1.1" 200 2085 0.068176 10.0.0.29 - - [2024-10-31 02:31:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.29 - - [2024-10-31 02:31:01] "DELETE /network-ipam/4c26983d-1b28-4f61-83d6-30644e3c79f1 HTTP/1.1" 200 115 0.022554 10.0.0.29 - - [2024-10-31 02:31:01] "POST /fqname-to-id HTTP/1.1" 404 211 0.003633 10.0.0.29 - - [2024-10-31 02:31:02] "GET /projects?obj_uuids=863e0fc4-00ab-46f2-a622-02e9c11b1075&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001382 10.0.0.29 - - [2024-10-31 02:31:02] "GET /project/863e0fc4-00ab-46f2-a622-02e9c11b1075?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.049471 10.0.0.29 - - [2024-10-31 02:31:02] "GET /projects?obj_uuids=863e0fc4-00ab-46f2-a622-02e9c11b1075&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001602 10.0.0.29 - - [2024-10-31 02:31:02] "GET /project/863e0fc4-00ab-46f2-a622-02e9c11b1075?fields=virtual_networks HTTP/1.1" 200 1032 0.072323 10.0.0.29 - - [2024-10-31 02:31:02] "GET /projects?obj_uuids=863e0fc4-00ab-46f2-a622-02e9c11b1075&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001189 10.0.0.29 - - [2024-10-31 02:31:02] "GET /project/863e0fc4-00ab-46f2-a622-02e9c11b1075?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.025595 10.0.0.29 - - [2024-10-31 02:31:02] "GET /projects?obj_uuids=863e0fc4-00ab-46f2-a622-02e9c11b1075&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001271 10.0.0.29 - - [2024-10-31 02:31:02] "GET /project/863e0fc4-00ab-46f2-a622-02e9c11b1075?fields=security_groups HTTP/1.1" 200 1258 0.025410 10.0.0.29 - - [2024-10-31 02:31:06] "POST /neutron/port HTTP/1.1" 200 117 0.005992 10.0.0.29 - - [2024-10-31 02:31:06] "POST /neutron/port HTTP/1.1" 400 205 0.003725 10.0.0.29 - - [2024-10-31 02:31:08] "GET /obj-perms HTTP/1.1" 200 5056 0.051999 10.0.0.29 - - [2024-10-31 02:31:09] "GET /obj-perms HTTP/1.1" 200 5056 0.050797 10.0.0.29 - - [2024-10-31 02:31:10] "GET / HTTP/1.1" 200 35931 0.002224 10.0.0.29 - - [2024-10-31 02:31:11] "GET /project/30b7bf0d-bb49-471b-b569-3dd35674d223?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000520 10.0.0.29 - - [2024-10-31 02:31:11] "GET /projects?obj_uuids=30b7bf0d-bb49-471b-b569-3dd35674d223&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001230 10.0.0.29 - - [2024-10-31 02:31:11] "GET /project/30b7bf0d-bb49-471b-b569-3dd35674d223?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.044546 [Introspect:8084]10.0.0.29 - - [2024-10-31 02:31:11] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001233 10.0.0.29 - - [2024-10-31 02:31:12] "POST /fqname-to-id HTTP/1.1" 404 184 0.030303 10.0.0.29 - - [2024-10-31 02:31:12] "GET /projects?obj_uuids=731a5da5-0faf-450c-8710-bb589cbdaed2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003165 10.0.0.29 - - [2024-10-31 02:31:12] "GET /domains?obj_uuids=fe7e8e09-5e09-4e9d-a716-d1f8d98e9013&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001218