++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Mon Oct 28 02:11:11 UTC 2024 ===================' INFO: =================== Mon Oct 28 02:11:11 UTC 2024 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.42 ++ 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.42 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.42 ++ ANALYTICSDB_NODES=10.0.0.42 ++ ANALYTICS_SNMP_NODES=10.0.0.42 ++ 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.42 +++ local server_address=10.0.0.42 +++ extended_server_list+='10.0.0.42:8081 ' +++ '[' -n '10.0.0.42:8081 ' ']' +++ echo 10.0.0.42:8081 ++ ANALYTICS_SERVERS=10.0.0.42: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.42 +++ local server_address=10.0.0.42 +++ extended_server_list+='10.0.0.42:9042 ' +++ '[' -n '10.0.0.42:9042 ' ']' +++ echo 10.0.0.42:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.42:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.42 ++ 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.42 +++ local server_address=10.0.0.42 +++ extended_server_list+='10.0.0.42:8086 ' +++ '[' -n '10.0.0.42:8086 ' ']' +++ echo 10.0.0.42:8086 ++ COLLECTOR_SERVERS=10.0.0.42: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.42 ++ CONFIGDB_NODES=10.0.0.42 ++ 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.42 +++ local server_address=10.0.0.42 +++ extended_server_list+='10.0.0.42:8082 ' +++ '[' -n '10.0.0.42:8082 ' ']' +++ echo 10.0.0.42:8082 ++ CONFIG_SERVERS=10.0.0.42: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.42 +++ local server_address=10.0.0.42 +++ extended_server_list+='10.0.0.42:9161 ' +++ '[' -n '10.0.0.42:9161 ' ']' +++ echo 10.0.0.42:9161 ++ CONFIGDB_SERVERS=10.0.0.42: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.42 +++ local server_address=10.0.0.42 +++ extended_server_list+='10.0.0.42:9041 ' +++ '[' -n '10.0.0.42:9041 ' ']' +++ echo 10.0.0.42:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.42: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.13 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.13 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.42 ++ 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.42 +++ local server_address=10.0.0.42 +++ extended_server_list+=10.0.0.42:2181, +++ '[' -n 10.0.0.42:2181, ']' +++ echo 10.0.0.42:2181 ++ ZOOKEEPER_SERVERS=10.0.0.42: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.42 +++ local server_address=10.0.0.42 +++ extended_server_list+='10.0.0.42:2181 ' +++ '[' -n '10.0.0.42:2181 ' ']' +++ echo 10.0.0.42:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.42:2181 ++ RABBITMQ_NODES=10.0.0.42 ++ 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.42 +++ local server_address=10.0.0.42 +++ extended_server_list+=10.0.0.42:5673, +++ '[' -n 10.0.0.42:5673, ']' +++ echo 10.0.0.42:5673 ++ RABBITMQ_SERVERS=10.0.0.42: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.42 +++ local server_address=10.0.0.42 +++ extended_server_list+='10.0.0.42:6379 ' +++ '[' -n '10.0.0.42:6379 ' ']' +++ echo 10.0.0.42:6379 ++ REDIS_SERVERS=10.0.0.42: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.42 ++ 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.42 +++ local server_address=10.0.0.42 +++ extended_server_list+='10.0.0.42:9092 ' +++ '[' -n '10.0.0.42:9092 ' ']' +++ echo 10.0.0.42:9092 ++ KAFKA_SERVERS=10.0.0.42: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.42 ++ 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.42 ++ 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.42 ++ 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.42 ++ cut -d , -f 1 + local cassandra=10.0.0.42 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.42 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node_list 10.0.0.42 +++ local servers=10.0.0.42 +++ 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.42,10.20.0.13,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.42'\''))' +++ local server_ip=10.0.0.42 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.42 ]] +++ [[ ,10.0.0.42,10.20.0.13,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.42, ]] +++ echo 10.0.0.42 1 +++ return ++ local ip=10.0.0.42 ++ [[ -z 10.0.0.42 ]] ++ echo 10.0.0.42 + host_ip=10.0.0.42 + [[ cql == \c\q\l ]] ++ echo 10.0.0.42:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.42:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.42:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ sort ++ cut -d = -f 1 ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.6/site-packages/keystonemiddleware/auth_token/_memcache_crypt.py:42: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography. The next release of cryptography will remove support for Python 3.6. from cryptography.hazmat import backends as crypto_backends 10/28/2024 02:11:20.421 7f6889a3ee88 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 10/28/2024 02:11:20.454 7f6889a3ee88 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 10/28/2024 02:11:20.473 7f6889a3ee88 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 10/28/2024 02:11:20.473 7f6889a3ee88 [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.42:8082/ Hit Ctrl-C to quit. 10.0.0.42 - - [2024-10-28 02:11:24] "GET / HTTP/1.1" 200 45871 0.002227 10.0.0.42 - - [2024-10-28 02:11:24] "GET / HTTP/1.1" 200 45871 0.001664 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.42 - - [2024-10-28 02:11:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000834 10.0.0.42 - - [2024-10-28 02:11:24] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000414 10.0.0.42 - - [2024-10-28 02:11:24] "GET / HTTP/1.1" 200 35931 0.001977 10.0.0.42 - - [2024-10-28 02:11:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000578 10.0.0.42 - - [2024-10-28 02:11:25] "GET / HTTP/1.1" 200 35931 0.002549 10.0.0.42 - - [2024-10-28 02:11:25] "GET / HTTP/1.1" 200 35931 0.002163 10.0.0.42 - - [2024-10-28 02:11:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000822 10.0.0.42 - - [2024-10-28 02:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 1.404330 10.0.0.42 - - [2024-10-28 02:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004988 10.0.0.42 - - [2024-10-28 02:11:26] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 1.084783 10.0.0.42 - - [2024-10-28 02:11:26] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003656 10.0.0.42 - - [2024-10-28 02:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.769692 10.0.0.42 - - [2024-10-28 02:11:26] "GET /global-system-config/2728f3f6-0a0e-4921-9797-54aac5f2dedf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.011669 10.0.0.42 - - [2024-10-28 02:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.117549 10.0.0.42 - - [2024-10-28 02:11:26] "GET /global-system-config/2728f3f6-0a0e-4921-9797-54aac5f2dedf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.005483 10.0.0.42 - - [2024-10-28 02:11:26] "POST /fqname-to-id HTTP/1.1" 404 220 0.005013 10.0.0.42 - - [2024-10-28 02:11:26] "POST /fqname-to-id HTTP/1.1" 404 220 0.004569 10.0.0.42 - - [2024-10-28 02:11:26] "POST /config-database-nodes HTTP/1.1" 200 617 0.035419 10.0.0.42 - - [2024-10-28 02:11:26] "POST /config-nodes HTTP/1.1" 200 599 0.035736 10.0.0.42 - - [2024-10-28 02:11:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000900 10.0.0.42 - - [2024-10-28 02:11:26] "GET / HTTP/1.1" 200 35931 0.002285 10.0.0.42 - - [2024-10-28 02:11:26] "GET / HTTP/1.1" 200 35931 0.001795 10.0.0.42 - - [2024-10-28 02:11:26] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000571 10.0.0.42 - - [2024-10-28 02:11:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000588 /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.42 - - [2024-10-28 02:11:26] "GET / HTTP/1.1" 200 35931 0.002219 10.0.0.42 - - [2024-10-28 02:11:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000610 10.0.0.42 - - [2024-10-28 02:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.689708 10.0.0.42 - - [2024-10-28 02:11:27] "GET /network-ipam/986933fe-94f2-4c23-9df6-402cfe83f417?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.005145 10.0.0.42 - - [2024-10-28 02:11:27] "POST /fqname-to-id HTTP/1.1" 404 186 0.719501 10.0.0.42 - - [2024-10-28 02:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.42 - - [2024-10-28 02:11:27] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.411091 10.0.0.42 - - [2024-10-28 02:11:27] "GET /global-system-config/2728f3f6-0a0e-4921-9797-54aac5f2dedf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.004777 10.0.0.42 - - [2024-10-28 02:11:27] "POST /fqname-to-id HTTP/1.1" 404 196 0.083004 10.0.0.42 - - [2024-10-28 02:11:28] "POST /job-templates HTTP/1.1" 200 555 0.071523 10.0.0.42 - - [2024-10-28 02:11:28] "POST /service-appliance-sets HTTP/1.1" 200 553 0.043961 10.0.0.42 - - [2024-10-28 02:11:28] "POST /fqname-to-id HTTP/1.1" 404 200 0.004132 10.0.0.42 - - [2024-10-28 02:11:28] "POST /fqname-to-id HTTP/1.1" 404 180 0.003875 10.0.0.42 - - [2024-10-28 02:11:28] "POST /fqname-to-id HTTP/1.1" 404 225 0.003641 10.0.0.42 - - [2024-10-28 02:11:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003731 10.0.0.42 - - [2024-10-28 02:11:28] "POST /access-control-lists HTTP/1.1" 200 587 0.030432 10.0.0.42 - - [2024-10-28 02:11:28] "POST /fqname-to-id HTTP/1.1" 404 224 0.003900 10.0.0.42 - - [2024-10-28 02:11:28] "GET /global-system-config/2728f3f6-0a0e-4921-9797-54aac5f2dedf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.010860 10.0.0.42 - - [2024-10-28 02:11:28] "POST /job-templates HTTP/1.1" 200 563 0.076878 10.0.0.42 - - [2024-10-28 02:11:28] "POST /fqname-to-id HTTP/1.1" 404 191 0.004643 10.0.0.42 - - [2024-10-28 02:11:28] "POST /service-appliance-sets HTTP/1.1" 200 541 0.027401 10.0.0.42 - - [2024-10-28 02:11:28] "POST /access-control-lists HTTP/1.1" 200 585 0.032834 10.0.0.42 - - [2024-10-28 02:11:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004008 10.0.0.42 - - [2024-10-28 02:11:28] "POST /job-templates HTTP/1.1" 200 545 0.062024 10.0.0.42 - - [2024-10-28 02:11:28] "GET /network-ipam/986933fe-94f2-4c23-9df6-402cfe83f417?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.003817 10.0.0.42 - - [2024-10-28 02:11:28] "POST /route-targets HTTP/1.1" 200 327 0.015636 10.0.0.42 - - [2024-10-28 02:11:28] "POST /ref-update HTTP/1.1" 200 156 0.012286 10.0.0.42 - - [2024-10-28 02:11:28] "POST /fqname-to-id HTTP/1.1" 404 207 0.003878 10.0.0.42 - - [2024-10-28 02:11:28] "POST /route-targets HTTP/1.1" 200 327 0.015937 10.0.0.42 - - [2024-10-28 02:11:28] "POST /job-templates HTTP/1.1" 200 577 0.072235 10.0.0.42 - - [2024-10-28 02:11:28] "POST /ref-update HTTP/1.1" 200 156 0.034979 10.0.0.42 - - [2024-10-28 02:11:28] "POST /service-templates HTTP/1.1" 200 511 0.058798 10.0.0.42 - - [2024-10-28 02:11:28] "POST /fqname-to-id HTTP/1.1" 404 208 0.004575 10.0.0.42 - - [2024-10-28 02:11:28] "POST /service-templates HTTP/1.1" 200 501 0.033505 10.0.0.42 - - [2024-10-28 02:11:28] "POST /route-targets HTTP/1.1" 200 327 0.014834 10.0.0.42 - - [2024-10-28 02:11:28] "POST /job-templates HTTP/1.1" 200 579 0.033551 10.0.0.42 - - [2024-10-28 02:11:28] "POST /service-templates HTTP/1.1" 200 515 0.027500 10.0.0.42 - - [2024-10-28 02:11:28] "POST /ref-update HTTP/1.1" 200 156 0.017307 10.0.0.42 - - [2024-10-28 02:11:28] "POST /fqname-to-id HTTP/1.1" 404 210 0.005510 10.0.0.42 - - [2024-10-28 02:11:28] "POST /service-templates HTTP/1.1" 200 535 0.022364 10.0.0.42 - - [2024-10-28 02:11:28] "POST /route-targets HTTP/1.1" 200 327 0.013562 10.0.0.42 - - [2024-10-28 02:11:28] "POST /job-templates HTTP/1.1" 200 583 0.073262 10.0.0.42 - - [2024-10-28 02:11:28] "POST /ref-update HTTP/1.1" 200 156 0.050684 10.0.0.42 - - [2024-10-28 02:11:28] "POST /service-templates HTTP/1.1" 200 507 0.064312 10.0.0.42 - - [2024-10-28 02:11:28] "POST /fqname-to-id HTTP/1.1" 404 198 0.003878 10.0.0.42 - - [2024-10-28 02:11:28] "POST /fqname-to-id HTTP/1.1" 404 201 0.006074 10.0.0.42 - - [2024-10-28 02:11:29] "POST /job-templates HTTP/1.1" 200 559 0.075997 10.0.0.42 - - [2024-10-28 02:11:29] "POST /fqname-to-id HTTP/1.1" 404 203 0.004064 10.0.0.42 - - [2024-10-28 02:11:29] "POST /access-control-lists HTTP/1.1" 200 551 0.088259 10.0.0.42 - - [2024-10-28 02:11:29] "POST /job-templates HTTP/1.1" 200 569 0.069211 10.0.0.42 - - [2024-10-28 02:11:29] "PUT /access-control-list/00d970d8-aae7-4f40-865e-26dbf5282cd3 HTTP/1.1" 200 272 0.058264 10.0.0.42 - - [2024-10-28 02:11:29] "POST /fqname-to-id HTTP/1.1" 404 196 0.006098 10.0.0.42 - - [2024-10-28 02:11:29] "PUT /access-control-list/5d6db7b9-7a4b-454d-b318-ffb72b27e3d6 HTTP/1.1" 200 272 0.015134 10.0.0.42 - - [2024-10-28 02:11:29] "POST /job-templates HTTP/1.1" 200 555 0.069163 10.0.0.42 - - [2024-10-28 02:11:29] "POST /fqname-to-id HTTP/1.1" 404 196 0.004716 10.0.0.42 - - [2024-10-28 02:11:29] "POST /job-templates HTTP/1.1" 200 555 0.073294 10.0.0.42 - - [2024-10-28 02:11:29] "POST /fqname-to-id HTTP/1.1" 404 196 0.005030 10.0.0.42 - - [2024-10-28 02:11:29] "POST /job-templates HTTP/1.1" 200 555 0.069493 10.0.0.42 - - [2024-10-28 02:11:29] "POST /fqname-to-id HTTP/1.1" 404 186 0.005111 10.0.0.42 - - [2024-10-28 02:11:29] "POST /job-templates HTTP/1.1" 200 535 0.065057 10.0.0.42 - - [2024-10-28 02:11:29] "POST /fqname-to-id HTTP/1.1" 404 198 0.003608 10.0.0.42 - - [2024-10-28 02:11:30] "POST /job-templates HTTP/1.1" 200 559 0.068840 10.0.0.42 - - [2024-10-28 02:11:30] "POST /fqname-to-id HTTP/1.1" 404 198 0.004161 10.0.0.42 - - [2024-10-28 02:11:30] "POST /job-templates HTTP/1.1" 200 559 0.070024 10.0.0.42 - - [2024-10-28 02:11:30] "POST /fqname-to-id HTTP/1.1" 404 198 0.003904 10.0.0.42 - - [2024-10-28 02:11:30] "POST /job-templates HTTP/1.1" 200 559 0.065095 10.0.0.42 - - [2024-10-28 02:11:30] "POST /fqname-to-id HTTP/1.1" 404 201 0.004056 10.0.0.42 - - [2024-10-28 02:11:30] "POST /job-templates HTTP/1.1" 200 565 0.068004 10.0.0.42 - - [2024-10-28 02:11:30] "POST /fqname-to-id HTTP/1.1" 404 197 0.004248 10.0.0.42 - - [2024-10-28 02:11:30] "POST /job-templates HTTP/1.1" 200 557 0.067267 10.0.0.42 - - [2024-10-28 02:11:30] "POST /fqname-to-id HTTP/1.1" 404 196 0.003700 10.0.0.42 - - [2024-10-28 02:11:30] "POST /job-templates HTTP/1.1" 200 555 0.069780 10.0.0.42 - - [2024-10-28 02:11:30] "POST /fqname-to-id HTTP/1.1" 404 205 0.004043 10.0.0.42 - - [2024-10-28 02:11:31] "POST /job-templates HTTP/1.1" 200 573 0.069744 10.0.0.42 - - [2024-10-28 02:11:31] "POST /fqname-to-id HTTP/1.1" 404 194 0.005103 10.0.0.42 - - [2024-10-28 02:11:31] "POST /job-templates HTTP/1.1" 200 551 0.062968 10.0.0.42 - - [2024-10-28 02:11:31] "POST /fqname-to-id HTTP/1.1" 404 208 0.003809 10.0.0.42 - - [2024-10-28 02:11:31] "POST /job-templates HTTP/1.1" 200 579 0.068601 10.0.0.42 - - [2024-10-28 02:11:31] "POST /fqname-to-id HTTP/1.1" 404 196 0.004170 10.0.0.42 - - [2024-10-28 02:11:31] "POST /job-templates HTTP/1.1" 200 555 0.066075 10.0.0.42 - - [2024-10-28 02:11:31] "POST /fqname-to-id HTTP/1.1" 404 198 0.003844 10.0.0.42 - - [2024-10-28 02:11:31] "POST /job-templates HTTP/1.1" 200 559 0.072202 10.0.0.42 - - [2024-10-28 02:11:31] "POST /fqname-to-id HTTP/1.1" 404 206 0.003516 10.0.0.42 - - [2024-10-28 02:11:31] "POST /job-templates HTTP/1.1" 200 575 0.068571 10.0.0.42 - - [2024-10-28 02:11:31] "POST /fqname-to-id HTTP/1.1" 404 197 0.004215 10.0.0.42 - - [2024-10-28 02:11:32] "POST /job-templates HTTP/1.1" 200 557 0.066966 10.0.0.42 - - [2024-10-28 02:11:32] "POST /fqname-to-id HTTP/1.1" 404 198 0.004340 10.0.0.42 - - [2024-10-28 02:11:32] "POST /job-templates HTTP/1.1" 200 559 0.066377 10.0.0.42 - - [2024-10-28 02:11:32] "POST /fqname-to-id HTTP/1.1" 404 196 0.004020 10.0.0.42 - - [2024-10-28 02:11:32] "POST /job-templates HTTP/1.1" 200 555 0.069537 10.0.0.42 - - [2024-10-28 02:11:32] "POST /fqname-to-id HTTP/1.1" 404 195 0.004412 10.0.0.42 - - [2024-10-28 02:11:32] "POST /job-templates HTTP/1.1" 200 553 0.078095 10.0.0.42 - - [2024-10-28 02:11:32] "POST /fqname-to-id HTTP/1.1" 404 195 0.005741 10.0.0.42 - - [2024-10-28 02:11:32] "POST /job-templates HTTP/1.1" 200 553 0.070161 10.0.0.42 - - [2024-10-28 02:11:32] "POST /fqname-to-id HTTP/1.1" 404 195 0.003669 10.0.0.42 - - [2024-10-28 02:11:32] "POST /job-templates HTTP/1.1" 200 553 0.070534 10.0.0.42 - - [2024-10-28 02:11:32] "POST /fqname-to-id HTTP/1.1" 404 200 0.004951 10.0.0.42 - - [2024-10-28 02:11:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004820 10.0.0.42 - - [2024-10-28 02:11:32] "GET /global-vrouter-config/5bfa3f7d-c6bc-4f4a-b24c-64ddf8783142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1161 0.003893 10.0.0.42 - - [2024-10-28 02:11:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004126 10.0.0.42 - - [2024-10-28 02:11:33] "POST /job-templates HTTP/1.1" 200 563 0.073117 10.0.0.42 - - [2024-10-28 02:11:33] "POST /fqname-to-id HTTP/1.1" 404 201 0.003427 10.0.0.42 - - [2024-10-28 02:11:33] "PUT /global-vrouter-config/5bfa3f7d-c6bc-4f4a-b24c-64ddf8783142 HTTP/1.1" 200 276 0.012527 10.0.0.42 - - [2024-10-28 02:11:33] "POST /job-templates HTTP/1.1" 200 565 0.064634 10.0.0.42 - - [2024-10-28 02:11:33] "POST /fqname-to-id HTTP/1.1" 404 189 0.003437 10.0.0.42 - - [2024-10-28 02:11:33] "POST /config-propertiess HTTP/1.1" 200 551 0.025392 10.0.0.42 - - [2024-10-28 02:11:33] "POST /fqname-to-id HTTP/1.1" 404 168 0.004550 10.0.0.42 - - [2024-10-28 02:11:33] "POST /tags HTTP/1.1" 200 321 0.040832 10.0.0.42 - - [2024-10-28 02:11:33] "POST /fqname-to-id HTTP/1.1" 404 166 0.003877 10.0.0.42 - - [2024-10-28 02:11:33] "GET / HTTP/1.1" 200 35931 0.001914 10.0.0.42 - - [2024-10-28 02:11:33] "POST /tags HTTP/1.1" 200 317 0.029230 10.0.0.42 - - [2024-10-28 02:11:33] "POST /alarms HTTP/1.1" 401 292 0.000677 10.0.0.42 - - [2024-10-28 02:11:33] "POST /fqname-to-id HTTP/1.1" 404 174 0.004564 10.0.0.42 - - [2024-10-28 02:11:33] "POST /tags HTTP/1.1" 200 333 0.030438 10.0.0.42 - - [2024-10-28 02:11:33] "POST /fqname-to-id HTTP/1.1" 404 162 0.003640 10.0.0.42 - - [2024-10-28 02:11:33] "POST /tags HTTP/1.1" 200 309 0.030740 10.0.0.42 - - [2024-10-28 02:11:33] "POST /fqname-to-id HTTP/1.1" 404 174 0.004470 10.0.0.42 - - [2024-10-28 02:11:33] "POST /tags HTTP/1.1" 200 333 0.035225 10.0.0.42 - - [2024-10-28 02:11:34] "POST /fqname-to-id HTTP/1.1" 404 164 0.003514 10.0.0.42 - - [2024-10-28 02:11:34] "POST /alarms HTTP/1.1" 200 581 0.053931 10.0.0.42 - - [2024-10-28 02:11:34] "POST /alarms HTTP/1.1" 200 575 0.018495 10.0.0.42 - - [2024-10-28 02:11:34] "POST /tags HTTP/1.1" 200 313 0.044760 10.0.0.42 - - [2024-10-28 02:11:34] "POST /alarms HTTP/1.1" 200 575 0.029505 10.0.0.42 - - [2024-10-28 02:11:34] "POST /fqname-to-id HTTP/1.1" 404 169 0.003875 10.0.0.42 - - [2024-10-28 02:11:34] "POST /alarms HTTP/1.1" 200 559 0.024544 10.0.0.42 - - [2024-10-28 02:11:34] "POST /tags HTTP/1.1" 200 323 0.030715 10.0.0.42 - - [2024-10-28 02:11:34] "POST /alarms HTTP/1.1" 200 555 0.018847 10.0.0.42 - - [2024-10-28 02:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004249 10.0.0.42 - - [2024-10-28 02:11:34] "POST /alarms HTTP/1.1" 200 557 0.026614 10.0.0.42 - - [2024-10-28 02:11:34] "PUT /global-system-config/2728f3f6-0a0e-4921-9797-54aac5f2dedf HTTP/1.1" 200 274 0.014527 10.0.0.42 - - [2024-10-28 02:11:34] "POST /fqname-to-id HTTP/1.1" 404 166 0.004637 10.0.0.42 - - [2024-10-28 02:11:34] "POST /alarms HTTP/1.1" 200 565 0.034998 10.0.0.42 - - [2024-10-28 02:11:34] "POST /hardwares HTTP/1.1" 200 327 0.012053 10.0.0.42 - - [2024-10-28 02:11:34] "POST /alarms HTTP/1.1" 200 549 0.020914 10.0.0.42 - - [2024-10-28 02:11:34] "POST /fqname-to-id HTTP/1.1" 404 166 0.004598 10.0.0.42 - - [2024-10-28 02:11:34] "POST /alarms HTTP/1.1" 200 557 0.021546 10.0.0.42 - - [2024-10-28 02:11:34] "POST /hardwares HTTP/1.1" 200 327 0.010946 10.0.0.42 - - [2024-10-28 02:11:34] "POST /fqname-to-id HTTP/1.1" 404 166 0.004570 10.0.0.42 - - [2024-10-28 02:11:34] "POST /alarms HTTP/1.1" 200 567 0.026864 10.0.0.42 - - [2024-10-28 02:11:34] "POST /hardwares HTTP/1.1" 200 327 0.015136 10.0.0.42 - - [2024-10-28 02:11:34] "POST /alarms HTTP/1.1" 200 555 0.025122 10.0.0.42 - - [2024-10-28 02:11:34] "POST /fqname-to-id HTTP/1.1" 404 166 0.004859 10.0.0.42 - - [2024-10-28 02:11:34] "POST /alarms HTTP/1.1" 200 567 0.020034 10.0.0.42 - - [2024-10-28 02:11:34] "POST /hardwares HTTP/1.1" 200 327 0.017185 10.0.0.42 - - [2024-10-28 02:11:34] "POST /fqname-to-id HTTP/1.1" 404 164 0.004144 10.0.0.42 - - [2024-10-28 02:11:34] "POST /alarms HTTP/1.1" 200 575 0.065346 10.0.0.42 - - [2024-10-28 02:11:34] "POST /hardwares HTTP/1.1" 200 323 0.013614 10.0.0.42 - - [2024-10-28 02:11:34] "POST /alarms HTTP/1.1" 200 569 0.024923 10.0.0.42 - - [2024-10-28 02:11:34] "POST /fqname-to-id HTTP/1.1" 404 164 0.003402 10.0.0.42 - - [2024-10-28 02:11:34] "POST /hardwares HTTP/1.1" 200 323 0.013494 10.0.0.42 - - [2024-10-28 02:11:35] "POST /alarms HTTP/1.1" 200 561 0.027895 10.0.0.42 - - [2024-10-28 02:11:35] "POST /fqname-to-id HTTP/1.1" 404 161 0.006395 10.0.0.42 - - [2024-10-28 02:11:35] "POST /alarms HTTP/1.1" 200 561 0.023149 10.0.0.42 - - [2024-10-28 02:11:35] "POST /hardwares HTTP/1.1" 200 317 0.017392 10.0.0.42 - - [2024-10-28 02:11:35] "POST /alarms HTTP/1.1" 200 561 0.022291 10.0.0.42 - - [2024-10-28 02:11:35] "POST /fqname-to-id HTTP/1.1" 404 164 0.005031 10.0.0.42 - - [2024-10-28 02:11:35] "POST /alarms HTTP/1.1" 200 547 0.026582 10.0.0.42 - - [2024-10-28 02:11:35] "POST /hardwares HTTP/1.1" 200 323 0.014623 10.0.0.42 - - [2024-10-28 02:11:35] "POST /alarms HTTP/1.1" 200 595 0.022997 10.0.0.42 - - [2024-10-28 02:11:35] "POST /fqname-to-id HTTP/1.1" 404 164 0.003543 10.0.0.42 - - [2024-10-28 02:11:35] "POST /hardwares HTTP/1.1" 200 323 0.013539 10.0.0.42 - - [2024-10-28 02:11:35] "POST /alarms HTTP/1.1" 200 575 0.025473 10.0.0.42 - - [2024-10-28 02:11:35] "POST /fqname-to-id HTTP/1.1" 404 164 0.004322 10.0.0.42 - - [2024-10-28 02:11:35] "POST /alarms HTTP/1.1" 200 571 0.019735 10.0.0.42 - - [2024-10-28 02:11:35] "POST /hardwares HTTP/1.1" 200 323 0.015186 10.0.0.42 - - [2024-10-28 02:11:35] "POST /alarms HTTP/1.1" 200 583 0.023315 10.0.0.42 - - [2024-10-28 02:11:35] "POST /fqname-to-id HTTP/1.1" 404 165 0.003933 10.0.0.42 - - [2024-10-28 02:11:35] "POST /alarms HTTP/1.1" 200 609 0.018744 10.0.0.42 - - [2024-10-28 02:11:35] "POST /hardwares HTTP/1.1" 200 325 0.013529 10.0.0.42 - - [2024-10-28 02:11:35] "POST /fqname-to-id HTTP/1.1" 404 165 0.003607 10.0.0.42 - - [2024-10-28 02:11:35] "POST /hardwares HTTP/1.1" 200 325 0.012651 10.0.0.42 - - [2024-10-28 02:11:35] "POST /fqname-to-id HTTP/1.1" 404 165 0.003660 10.0.0.42 - - [2024-10-28 02:11:35] "POST /hardwares HTTP/1.1" 200 325 0.017274 10.0.0.42 - - [2024-10-28 02:11:35] "POST /fqname-to-id HTTP/1.1" 404 165 0.003965 10.0.0.42 - - [2024-10-28 02:11:35] "POST /hardwares HTTP/1.1" 200 325 0.013060 10.0.0.42 - - [2024-10-28 02:11:35] "POST /fqname-to-id HTTP/1.1" 404 164 0.003551 10.0.0.42 - - [2024-10-28 02:11:35] "GET / HTTP/1.1" 200 35931 0.003261 10.0.0.42 - - [2024-10-28 02:11:35] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000600 10.0.0.42 - - [2024-10-28 02:11:36] "POST /hardwares HTTP/1.1" 200 323 0.013489 10.0.0.42 - - [2024-10-28 02:11:36] "POST /fqname-to-id HTTP/1.1" 404 161 0.003574 10.0.0.42 - - [2024-10-28 02:11:36] "POST /hardwares HTTP/1.1" 200 317 0.017241 10.0.0.42 - - [2024-10-28 02:11:36] "POST /fqname-to-id HTTP/1.1" 404 164 0.003925 10.0.0.42 - - [2024-10-28 02:11:36] "POST /hardwares HTTP/1.1" 200 323 0.013457 10.0.0.42 - - [2024-10-28 02:11:36] "POST /fqname-to-id HTTP/1.1" 404 161 0.003855 10.0.0.42 - - [2024-10-28 02:11:36] "POST /hardwares HTTP/1.1" 200 317 0.013643 10.0.0.42 - - [2024-10-28 02:11:36] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.031958 10.0.0.42 - - [2024-10-28 02:11:36] "POST /fqname-to-id HTTP/1.1" 404 164 0.005190 10.0.0.42 - - [2024-10-28 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.42 - - [2024-10-28 02:11:36] "PUT /global-vrouter-config/5bfa3f7d-c6bc-4f4a-b24c-64ddf8783142 HTTP/1.1" 200 276 0.012069 10.0.0.42 - - [2024-10-28 02:11:36] "POST /hardwares HTTP/1.1" 200 323 0.016827 10.0.0.42 - - [2024-10-28 02:11:36] "POST /fqname-to-id HTTP/1.1" 404 162 0.004006 10.0.0.42 - - [2024-10-28 02:11:36] "POST /hardwares HTTP/1.1" 200 319 0.014461 10.0.0.42 - - [2024-10-28 02:11:36] "POST /fqname-to-id HTTP/1.1" 404 162 0.004254 10.0.0.42 - - [2024-10-28 02:11:36] "POST /hardwares HTTP/1.1" 200 319 0.013941 10.0.0.42 - - [2024-10-28 02:11:36] "POST /fqname-to-id HTTP/1.1" 404 165 0.003703 10.0.0.42 - - [2024-10-28 02:11:36] "POST /hardwares HTTP/1.1" 200 325 0.015253 10.0.0.42 - - [2024-10-28 02:11:36] "POST /fqname-to-id HTTP/1.1" 404 161 0.003294 10.0.0.42 - - [2024-10-28 02:11:36] "GET / HTTP/1.1" 200 35931 0.003717 10.0.0.42 - - [2024-10-28 02:11:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000774 10.0.0.42 - - [2024-10-28 02:11:36] "POST /hardwares HTTP/1.1" 200 317 0.015297 10.0.0.42 - - [2024-10-28 02:11:36] "POST /fqname-to-id HTTP/1.1" 404 161 0.004514 10.0.0.42 - - [2024-10-28 02:11:37] "POST /hardwares HTTP/1.1" 200 317 0.015036 10.0.0.42 - - [2024-10-28 02:11:37] "POST /fqname-to-id HTTP/1.1" 404 162 0.004626 10.0.0.42 - - [2024-10-28 02:11:37] "POST /hardwares HTTP/1.1" 200 319 0.013297 10.0.0.42 - - [2024-10-28 02:11:37] "POST /fqname-to-id HTTP/1.1" 404 162 0.003846 10.0.0.42 - - [2024-10-28 02:11:37] "POST /hardwares HTTP/1.1" 200 319 0.011945 10.0.0.42 - - [2024-10-28 02:11:37] "POST /fqname-to-id HTTP/1.1" 404 162 0.003451 10.0.0.42 - - [2024-10-28 02:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.030380 10.0.0.42 - - [2024-10-28 02:11:37] "GET /global-vrouter-config/5bfa3f7d-c6bc-4f4a-b24c-64ddf8783142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004406 10.0.0.42 - - [2024-10-28 02:11:37] "POST /hardwares HTTP/1.1" 200 319 0.012051 10.0.0.42 - - [2024-10-28 02:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003010 10.0.0.42 - - [2024-10-28 02:11:37] "POST /fqname-to-id HTTP/1.1" 404 158 0.003906 10.0.0.42 - - [2024-10-28 02:11:37] "PUT /global-vrouter-config/5bfa3f7d-c6bc-4f4a-b24c-64ddf8783142 HTTP/1.1" 200 276 0.012125 10.0.0.42 - - [2024-10-28 02:11:37] "POST /hardwares HTTP/1.1" 200 311 0.013933 10.0.0.42 - - [2024-10-28 02:11:37] "POST /fqname-to-id HTTP/1.1" 404 158 0.004486 10.0.0.42 - - [2024-10-28 02:11:37] "POST /hardwares HTTP/1.1" 200 311 0.021227 10.0.0.42 - - [2024-10-28 02:11:37] "POST /fqname-to-id HTTP/1.1" 404 160 0.003675 10.0.0.42 - - [2024-10-28 02:11:37] "POST /hardwares HTTP/1.1" 200 315 0.017306 10.0.0.42 - - [2024-10-28 02:11:37] "POST /fqname-to-id HTTP/1.1" 404 154 0.004090 10.0.0.42 - - [2024-10-28 02:11:37] "POST /hardwares HTTP/1.1" 200 303 0.023086 10.0.0.42 - - [2024-10-28 02:11:37] "POST /fqname-to-id HTTP/1.1" 404 158 0.003809 10.0.0.42 - - [2024-10-28 02:11:37] "GET / HTTP/1.1" 200 35931 0.002396 10.0.0.42 - - [2024-10-28 02:11:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000530 10.0.0.42 - - [2024-10-28 02:11:37] "POST /hardwares HTTP/1.1" 200 311 0.061390 10.0.0.42 - - [2024-10-28 02:11:38] "POST /fqname-to-id HTTP/1.1" 404 155 0.004014 10.0.0.42 - - [2024-10-28 02:11:38] "POST /hardwares HTTP/1.1" 200 305 0.013031 10.0.0.42 - - [2024-10-28 02:11:38] "POST /fqname-to-id HTTP/1.1" 404 155 0.004760 10.0.0.42 - - [2024-10-28 02:11:38] "POST /hardwares HTTP/1.1" 200 305 0.015091 10.0.0.42 - - [2024-10-28 02:11:38] "POST /fqname-to-id HTTP/1.1" 404 155 0.003738 10.0.0.42 - - [2024-10-28 02:11:38] "POST /hardwares HTTP/1.1" 200 305 0.014121 10.0.0.42 - - [2024-10-28 02:11:38] "POST /fqname-to-id HTTP/1.1" 404 155 0.004373 10.0.0.42 - - [2024-10-28 02:11:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.035330 10.0.0.42 - - [2024-10-28 02:11:38] "GET /global-system-config/2728f3f6-0a0e-4921-9797-54aac5f2dedf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.004868 10.0.0.42 - - [2024-10-28 02:11:38] "POST /hardwares HTTP/1.1" 200 305 0.035028 10.0.0.42 - - [2024-10-28 02:11:38] "PUT /global-system-config/2728f3f6-0a0e-4921-9797-54aac5f2dedf HTTP/1.1" 200 274 0.026144 10.0.0.42 - - [2024-10-28 02:11:38] "POST /fqname-to-id HTTP/1.1" 404 156 0.003785 10.0.0.42 - - [2024-10-28 02:11:38] "POST /hardwares HTTP/1.1" 200 307 0.014403 10.0.0.42 - - [2024-10-28 02:11:38] "POST /fqname-to-id HTTP/1.1" 404 156 0.003914 10.0.0.42 - - [2024-10-28 02:11:38] "POST /hardwares HTTP/1.1" 200 307 0.013855 10.0.0.42 - - [2024-10-28 02:11:38] "POST /fqname-to-id HTTP/1.1" 404 156 0.003762 10.0.0.42 - - [2024-10-28 02:11:38] "POST /hardwares HTTP/1.1" 200 307 0.011745 10.0.0.42 - - [2024-10-28 02:11:38] "POST /fqname-to-id HTTP/1.1" 404 157 0.004766 10.0.0.42 - - [2024-10-28 02:11:38] "POST /hardwares HTTP/1.1" 200 309 0.015013 10.0.0.42 - - [2024-10-28 02:11:38] "POST /fqname-to-id HTTP/1.1" 404 158 0.004761 10.0.0.42 - - [2024-10-28 02:11:38] "POST /hardwares HTTP/1.1" 200 311 0.013052 10.0.0.42 - - [2024-10-28 02:11:39] "POST /fqname-to-id HTTP/1.1" 404 158 0.003553 10.0.0.42 - - [2024-10-28 02:11:39] "POST /hardwares HTTP/1.1" 200 311 0.013281 10.0.0.42 - - [2024-10-28 02:11:39] "POST /fqname-to-id HTTP/1.1" 404 153 0.004526 10.0.0.42 - - [2024-10-28 02:11:39] "POST /hardwares HTTP/1.1" 200 301 0.013538 10.0.0.42 - - [2024-10-28 02:11:39] "POST /fqname-to-id HTTP/1.1" 404 157 0.003406 10.0.0.42 - - [2024-10-28 02:11:39] "POST /hardwares HTTP/1.1" 200 309 0.015913 10.0.0.42 - - [2024-10-28 02:11:39] "POST /fqname-to-id HTTP/1.1" 404 157 0.003973 10.0.0.42 - - [2024-10-28 02:11:39] "POST /hardwares HTTP/1.1" 200 309 0.014530 10.0.0.42 - - [2024-10-28 02:11:39] "POST /fqname-to-id HTTP/1.1" 404 157 0.003916 10.0.0.42 - - [2024-10-28 02:11:39] "POST /hardwares HTTP/1.1" 200 309 0.014775 10.0.0.42 - - [2024-10-28 02:11:39] "POST /fqname-to-id HTTP/1.1" 404 157 0.004082 10.0.0.42 - - [2024-10-28 02:11:39] "POST /hardwares HTTP/1.1" 200 309 0.012476 10.0.0.42 - - [2024-10-28 02:11:39] "POST /fqname-to-id HTTP/1.1" 404 157 0.004619 10.0.0.42 - - [2024-10-28 02:11:39] "POST /hardwares HTTP/1.1" 200 309 0.012286 10.0.0.42 - - [2024-10-28 02:11:39] "POST /fqname-to-id HTTP/1.1" 404 161 0.003653 10.0.0.42 - - [2024-10-28 02:11:39] "POST /hardwares HTTP/1.1" 200 317 0.011317 10.0.0.42 - - [2024-10-28 02:11:39] "POST /fqname-to-id HTTP/1.1" 404 157 0.004213 10.0.0.42 - - [2024-10-28 02:11:39] "POST /hardwares HTTP/1.1" 200 309 0.013444 10.0.0.42 - - [2024-10-28 02:11:40] "POST /fqname-to-id HTTP/1.1" 404 157 0.003757 10.0.0.42 - - [2024-10-28 02:11:40] "POST /hardwares HTTP/1.1" 200 309 0.012449 10.0.0.42 - - [2024-10-28 02:11:40] "POST /fqname-to-id HTTP/1.1" 404 154 0.003480 10.0.0.42 - - [2024-10-28 02:11:40] "POST /hardwares HTTP/1.1" 200 303 0.015971 10.0.0.42 - - [2024-10-28 02:11:40] "POST /fqname-to-id HTTP/1.1" 404 190 0.003620 10.0.0.42 - - [2024-10-28 02:11:40] "POST /features HTTP/1.1" 200 533 0.026181 10.0.0.42 - - [2024-10-28 02:11:40] "POST /fqname-to-id HTTP/1.1" 404 185 0.003949 10.0.0.42 - - [2024-10-28 02:11:40] "POST /features HTTP/1.1" 200 523 0.022155 10.0.0.42 - - [2024-10-28 02:11:40] "POST /fqname-to-id HTTP/1.1" 404 184 0.005218 10.0.0.42 - - [2024-10-28 02:11:40] "POST /features HTTP/1.1" 200 521 0.024150 10.0.0.42 - - [2024-10-28 02:11:40] "POST /fqname-to-id HTTP/1.1" 404 184 0.004014 10.0.0.42 - - [2024-10-28 02:11:40] "POST /features HTTP/1.1" 200 521 0.017563 10.0.0.42 - - [2024-10-28 02:11:40] "POST /fqname-to-id HTTP/1.1" 404 189 0.005236 10.0.0.42 - - [2024-10-28 02:11:40] "POST /features HTTP/1.1" 200 531 0.022342 10.0.0.42 - - [2024-10-28 02:11:40] "POST /fqname-to-id HTTP/1.1" 404 184 0.004066 10.0.0.42 - - [2024-10-28 02:11:40] "POST /features HTTP/1.1" 200 521 0.023126 10.0.0.42 - - [2024-10-28 02:11:40] "POST /fqname-to-id HTTP/1.1" 404 193 0.004392 10.0.0.42 - - [2024-10-28 02:11:41] "POST /features HTTP/1.1" 200 539 0.027162 10.0.0.42 - - [2024-10-28 02:11:41] "POST /fqname-to-id HTTP/1.1" 404 186 0.003388 10.0.0.42 - - [2024-10-28 02:11:41] "POST /features HTTP/1.1" 200 525 0.043535 10.0.0.42 - - [2024-10-28 02:11:41] "POST /fqname-to-id HTTP/1.1" 404 183 0.003654 10.0.0.42 - - [2024-10-28 02:11:41] "POST /features HTTP/1.1" 200 519 0.018585 10.0.0.42 - - [2024-10-28 02:11:41] "POST /fqname-to-id HTTP/1.1" 404 182 0.004808 10.0.0.42 - - [2024-10-28 02:11:41] "POST /features HTTP/1.1" 200 517 0.022718 10.0.0.42 - - [2024-10-28 02:11:41] "POST /fqname-to-id HTTP/1.1" 404 190 0.003850 10.0.0.42 - - [2024-10-28 02:11:41] "POST /features HTTP/1.1" 200 533 0.020577 10.0.0.42 - - [2024-10-28 02:11:41] "POST /fqname-to-id HTTP/1.1" 404 194 0.004103 10.0.0.42 - - [2024-10-28 02:11:41] "POST /features HTTP/1.1" 200 541 0.025497 10.0.0.42 - - [2024-10-28 02:11:41] "POST /fqname-to-id HTTP/1.1" 404 178 0.004454 10.0.0.42 - - [2024-10-28 02:11:41] "POST /physical-roles HTTP/1.1" 200 521 0.020751 10.0.0.42 - - [2024-10-28 02:11:41] "POST /fqname-to-id HTTP/1.1" 404 179 0.004251 10.0.0.42 - - [2024-10-28 02:11:41] "POST /physical-roles HTTP/1.1" 200 523 0.017617 10.0.0.42 - - [2024-10-28 02:11:41] "POST /fqname-to-id HTTP/1.1" 404 184 0.003807 10.0.0.42 - - [2024-10-28 02:11:41] "POST /physical-roles HTTP/1.1" 200 533 0.018038 10.0.0.42 - - [2024-10-28 02:11:42] "POST /fqname-to-id HTTP/1.1" 404 177 0.003739 10.0.0.42 - - [2024-10-28 02:11:42] "POST /physical-roles HTTP/1.1" 200 519 0.020096 10.0.0.42 - - [2024-10-28 02:11:42] "POST /fqname-to-id HTTP/1.1" 404 191 0.003940 10.0.0.42 - - [2024-10-28 02:11:42] "POST /overlay-roles HTTP/1.1" 200 545 0.021715 10.0.0.42 - - [2024-10-28 02:11:42] "POST /fqname-to-id HTTP/1.1" 404 184 0.003484 10.0.0.42 - - [2024-10-28 02:11:42] "POST /overlay-roles HTTP/1.1" 200 531 0.024133 10.0.0.42 - - [2024-10-28 02:11:42] "POST /fqname-to-id HTTP/1.1" 404 191 0.003949 10.0.0.42 - - [2024-10-28 02:11:42] "POST /overlay-roles HTTP/1.1" 200 545 0.025651 10.0.0.42 - - [2024-10-28 02:11:42] "POST /fqname-to-id HTTP/1.1" 404 185 0.004141 10.0.0.42 - - [2024-10-28 02:11:42] "POST /overlay-roles HTTP/1.1" 200 533 0.018356 10.0.0.42 - - [2024-10-28 02:11:42] "POST /fqname-to-id HTTP/1.1" 404 189 0.004175 10.0.0.42 - - [2024-10-28 02:11:42] "POST /overlay-roles HTTP/1.1" 200 541 0.018663 10.0.0.42 - - [2024-10-28 02:11:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005146 10.0.0.42 - - [2024-10-28 02:11:42] "PUT /overlay-role/9d34184d-8437-43ea-9c6d-dfe62ea73a36 HTTP/1.1" 200 258 0.015071 10.0.0.42 - - [2024-10-28 02:11:42] "POST /fqname-to-id HTTP/1.1" 404 184 0.004002 10.0.0.42 - - [2024-10-28 02:11:42] "POST /overlay-roles HTTP/1.1" 200 531 0.020699 10.0.0.42 - - [2024-10-28 02:11:42] "POST /fqname-to-id HTTP/1.1" 404 185 0.003936 10.0.0.42 - - [2024-10-28 02:11:43] "POST /overlay-roles HTTP/1.1" 200 533 0.065574 10.0.0.42 - - [2024-10-28 02:11:43] "POST /fqname-to-id HTTP/1.1" 404 183 0.003825 10.0.0.42 - - [2024-10-28 02:11:43] "POST /overlay-roles HTTP/1.1" 200 529 0.021500 10.0.0.42 - - [2024-10-28 02:11:43] "POST /fqname-to-id HTTP/1.1" 404 187 0.003852 10.0.0.42 - - [2024-10-28 02:11:43] "POST /overlay-roles HTTP/1.1" 200 537 0.020215 10.0.0.42 - - [2024-10-28 02:11:43] "POST /fqname-to-id HTTP/1.1" 404 189 0.003469 10.0.0.42 - - [2024-10-28 02:11:43] "POST /overlay-roles HTTP/1.1" 200 541 0.019202 10.0.0.42 - - [2024-10-28 02:11:43] "POST /fqname-to-id HTTP/1.1" 404 178 0.003568 10.0.0.42 - - [2024-10-28 02:11:43] "POST /overlay-roles HTTP/1.1" 200 519 0.025676 10.0.0.42 - - [2024-10-28 02:11:43] "POST /fqname-to-id HTTP/1.1" 404 190 0.003778 10.0.0.42 - - [2024-10-28 02:11:43] "POST /overlay-roles HTTP/1.1" 200 543 0.022247 10.0.0.42 - - [2024-10-28 02:11:43] "POST /fqname-to-id HTTP/1.1" 404 182 0.003616 10.0.0.42 - - [2024-10-28 02:11:43] "POST /role-definitions HTTP/1.1" 200 533 0.019976 10.0.0.42 - - [2024-10-28 02:11:43] "POST /fqname-to-id HTTP/1.1" 404 189 0.004637 10.0.0.42 - - [2024-10-28 02:11:43] "POST /role-definitions HTTP/1.1" 200 547 0.020721 10.0.0.42 - - [2024-10-28 02:11:43] "POST /fqname-to-id HTTP/1.1" 404 190 0.003574 10.0.0.42 - - [2024-10-28 02:11:43] "POST /role-definitions HTTP/1.1" 200 549 0.021495 10.0.0.42 - - [2024-10-28 02:11:44] "POST /fqname-to-id HTTP/1.1" 404 191 0.003904 10.0.0.42 - - [2024-10-28 02:11:44] "POST /role-definitions HTTP/1.1" 200 551 0.022657 10.0.0.42 - - [2024-10-28 02:11:44] "POST /fqname-to-id HTTP/1.1" 404 197 0.003736 10.0.0.42 - - [2024-10-28 02:11:44] "POST /role-definitions HTTP/1.1" 200 563 0.024844 10.0.0.42 - - [2024-10-28 02:11:44] "POST /fqname-to-id HTTP/1.1" 404 189 0.003867 10.0.0.42 - - [2024-10-28 02:11:44] "POST /role-definitions HTTP/1.1" 200 547 0.019512 10.0.0.42 - - [2024-10-28 02:11:44] "POST /fqname-to-id HTTP/1.1" 404 190 0.003855 10.0.0.42 - - [2024-10-28 02:11:44] "POST /role-definitions HTTP/1.1" 200 549 0.017383 10.0.0.42 - - [2024-10-28 02:11:44] "POST /fqname-to-id HTTP/1.1" 404 191 0.004978 10.0.0.42 - - [2024-10-28 02:11:44] "POST /role-definitions HTTP/1.1" 200 551 0.022437 10.0.0.42 - - [2024-10-28 02:11:44] "POST /fqname-to-id HTTP/1.1" 404 190 0.004785 10.0.0.42 - - [2024-10-28 02:11:44] "POST /role-definitions HTTP/1.1" 200 549 0.021587 10.0.0.42 - - [2024-10-28 02:11:44] "POST /fqname-to-id HTTP/1.1" 404 196 0.003467 10.0.0.42 - - [2024-10-28 02:11:44] "POST /role-definitions HTTP/1.1" 200 561 0.019219 10.0.0.42 - - [2024-10-28 02:11:44] "POST /fqname-to-id HTTP/1.1" 404 189 0.003710 10.0.0.42 - - [2024-10-28 02:11:44] "POST /role-definitions HTTP/1.1" 200 547 0.024088 10.0.0.42 - - [2024-10-28 02:11:44] "POST /fqname-to-id HTTP/1.1" 404 190 0.004952 10.0.0.42 - - [2024-10-28 02:11:45] "POST /role-definitions HTTP/1.1" 200 549 0.020674 10.0.0.42 - - [2024-10-28 02:11:45] "POST /fqname-to-id HTTP/1.1" 404 188 0.003782 10.0.0.42 - - [2024-10-28 02:11:45] "POST /role-definitions HTTP/1.1" 200 545 0.018074 10.0.0.42 - - [2024-10-28 02:11:45] "POST /fqname-to-id HTTP/1.1" 404 189 0.004288 10.0.0.42 - - [2024-10-28 02:11:45] "POST /role-definitions HTTP/1.1" 200 547 0.021540 10.0.0.42 - - [2024-10-28 02:11:45] "POST /fqname-to-id HTTP/1.1" 404 192 0.004006 10.0.0.42 - - [2024-10-28 02:11:45] "POST /role-definitions HTTP/1.1" 200 553 0.024314 10.0.0.42 - - [2024-10-28 02:11:45] "POST /fqname-to-id HTTP/1.1" 404 193 0.003687 10.0.0.42 - - [2024-10-28 02:11:45] "POST /role-definitions HTTP/1.1" 200 555 0.022938 10.0.0.42 - - [2024-10-28 02:11:45] "POST /fqname-to-id HTTP/1.1" 404 182 0.003488 10.0.0.42 - - [2024-10-28 02:11:45] "POST /role-definitions HTTP/1.1" 200 533 0.021842 10.0.0.42 - - [2024-10-28 02:11:45] "POST /fqname-to-id HTTP/1.1" 404 187 0.005409 10.0.0.42 - - [2024-10-28 02:11:45] "POST /role-definitions HTTP/1.1" 200 543 0.022380 10.0.0.42 - - [2024-10-28 02:11:45] "POST /fqname-to-id HTTP/1.1" 404 181 0.005114 10.0.0.42 - - [2024-10-28 02:11:45] "POST /role-definitions HTTP/1.1" 200 531 0.023248 10.0.0.42 - - [2024-10-28 02:11:45] "POST /fqname-to-id HTTP/1.1" 404 184 0.003599 10.0.0.42 - - [2024-10-28 02:11:45] "POST /role-definitions HTTP/1.1" 200 537 0.021092 10.0.0.42 - - [2024-10-28 02:11:46] "POST /fqname-to-id HTTP/1.1" 404 189 0.004168 10.0.0.42 - - [2024-10-28 02:11:46] "POST /role-definitions HTTP/1.1" 200 547 0.018819 10.0.0.42 - - [2024-10-28 02:11:46] "POST /fqname-to-id HTTP/1.1" 404 194 0.003594 10.0.0.42 - - [2024-10-28 02:11:46] "POST /role-definitions HTTP/1.1" 200 557 0.021625 10.0.0.42 - - [2024-10-28 02:11:46] "POST /fqname-to-id HTTP/1.1" 404 196 0.003685 10.0.0.42 - - [2024-10-28 02:11:46] "POST /role-definitions HTTP/1.1" 200 561 0.020138 10.0.0.42 - - [2024-10-28 02:11:46] "POST /fqname-to-id HTTP/1.1" 404 195 0.005516 10.0.0.42 - - [2024-10-28 02:11:46] "POST /role-definitions HTTP/1.1" 200 559 0.020561 10.0.0.42 - - [2024-10-28 02:11:46] "POST /fqname-to-id HTTP/1.1" 404 196 0.004150 10.0.0.42 - - [2024-10-28 02:11:46] "POST /feature-configs HTTP/1.1" 200 537 0.018130 10.0.0.42 - - [2024-10-28 02:11:46] "POST /fqname-to-id HTTP/1.1" 404 212 0.004704 10.0.0.42 - - [2024-10-28 02:11:46] "POST /feature-configs HTTP/1.1" 200 562 0.022596 10.0.0.42 - - [2024-10-28 02:11:46] "POST /fqname-to-id HTTP/1.1" 404 211 0.004478 10.0.0.42 - - [2024-10-28 02:11:46] "POST /feature-configs HTTP/1.1" 200 561 0.022478 10.0.0.42 - - [2024-10-28 02:11:46] "POST /fqname-to-id HTTP/1.1" 404 192 0.003522 10.0.0.42 - - [2024-10-28 02:11:46] "POST /node-profiles HTTP/1.1" 200 547 0.024514 10.0.0.42 - - [2024-10-28 02:11:46] "POST /fqname-to-id HTTP/1.1" 404 187 0.003440 10.0.0.42 - - [2024-10-28 02:11:47] "POST /node-profiles HTTP/1.1" 200 537 0.024662 10.0.0.42 - - [2024-10-28 02:11:47] "POST /fqname-to-id HTTP/1.1" 404 193 0.004618 10.0.0.42 - - [2024-10-28 02:11:47] "POST /node-profiles HTTP/1.1" 200 549 0.023363 10.0.0.42 - - [2024-10-28 02:11:47] "POST /fqname-to-id HTTP/1.1" 404 189 0.004748 10.0.0.42 - - [2024-10-28 02:11:47] "POST /node-profiles HTTP/1.1" 200 541 0.022223 10.0.0.42 - - [2024-10-28 02:11:47] "POST /fqname-to-id HTTP/1.1" 404 189 0.006147 10.0.0.42 - - [2024-10-28 02:11:47] "POST /node-profiles HTTP/1.1" 200 541 0.020810 10.0.0.42 - - [2024-10-28 02:11:47] "POST /fqname-to-id HTTP/1.1" 404 188 0.004536 10.0.0.42 - - [2024-10-28 02:11:47] "POST /node-profiles HTTP/1.1" 200 539 0.024338 10.0.0.42 - - [2024-10-28 02:11:47] "POST /fqname-to-id HTTP/1.1" 404 184 0.003935 10.0.0.42 - - [2024-10-28 02:11:47] "POST /node-profiles HTTP/1.1" 200 531 0.021282 10.0.0.42 - - [2024-10-28 02:11:47] "POST /fqname-to-id HTTP/1.1" 404 185 0.003839 10.0.0.42 - - [2024-10-28 02:11:47] "POST /node-profiles HTTP/1.1" 200 533 0.020219 10.0.0.42 - - [2024-10-28 02:11:47] "POST /fqname-to-id HTTP/1.1" 404 197 0.003793 10.0.0.42 - - [2024-10-28 02:11:47] "POST /node-profiles HTTP/1.1" 200 557 0.018468 10.0.0.42 - - [2024-10-28 02:11:47] "POST /fqname-to-id HTTP/1.1" 404 206 0.004658 10.0.0.42 - - [2024-10-28 02:11:47] "POST /telemetry-profiles HTTP/1.1" 200 554 0.016997 10.0.0.42 - - [2024-10-28 02:11:48] "POST /fqname-to-id HTTP/1.1" 404 206 0.004385 10.0.0.42 - - [2024-10-28 02:11:48] "POST /telemetry-profiles HTTP/1.1" 200 554 0.024224 10.0.0.42 - - [2024-10-28 02:11:48] "POST /fqname-to-id HTTP/1.1" 404 206 0.003912 10.0.0.42 - - [2024-10-28 02:11:48] "POST /telemetry-profiles HTTP/1.1" 200 554 0.021513 10.0.0.42 - - [2024-10-28 02:11:48] "POST /fqname-to-id HTTP/1.1" 404 206 0.003359 10.0.0.42 - - [2024-10-28 02:11:48] "POST /telemetry-profiles HTTP/1.1" 200 554 0.022366 10.0.0.42 - - [2024-10-28 02:11:48] "POST /fqname-to-id HTTP/1.1" 404 206 0.004919 10.0.0.42 - - [2024-10-28 02:11:48] "POST /telemetry-profiles HTTP/1.1" 200 554 0.020606 10.0.0.42 - - [2024-10-28 02:11:48] "POST /fqname-to-id HTTP/1.1" 404 206 0.004500 10.0.0.42 - - [2024-10-28 02:11:48] "POST /telemetry-profiles HTTP/1.1" 200 554 0.018892 10.0.0.42 - - [2024-10-28 02:11:48] "POST /fqname-to-id HTTP/1.1" 404 199 0.008875 10.0.0.42 - - [2024-10-28 02:11:48] "POST /sflow-profiles HTTP/1.1" 200 532 0.025894 10.0.0.42 - - [2024-10-28 02:11:48] "POST /fqname-to-id HTTP/1.1" 404 202 0.004873 10.0.0.42 - - [2024-10-28 02:11:48] "POST /sflow-profiles HTTP/1.1" 200 538 0.030401 10.0.0.42 - - [2024-10-28 02:11:48] "POST /fqname-to-id HTTP/1.1" 404 202 0.003829 10.0.0.42 - - [2024-10-28 02:11:48] "POST /sflow-profiles HTTP/1.1" 200 538 0.027699 10.0.0.42 - - [2024-10-28 02:11:48] "POST /fqname-to-id HTTP/1.1" 404 199 0.003645 10.0.0.42 - - [2024-10-28 02:11:49] "POST /grpc-profiles HTTP/1.1" 200 530 0.018691 10.0.0.42 - - [2024-10-28 02:11:49] "POST /fqname-to-id HTTP/1.1" 404 199 0.004830 10.0.0.42 - - [2024-10-28 02:11:49] "POST /snmp-profiles HTTP/1.1" 200 530 0.018691 10.0.0.42 - - [2024-10-28 02:11:49] "POST /fqname-to-id HTTP/1.1" 404 202 0.004223 10.0.0.42 - - [2024-10-28 02:11:49] "POST /netconf-profiles HTTP/1.1" 200 542 0.026553 10.0.0.42 - - [2024-10-28 02:11:49] "POST /fqname-to-id HTTP/1.1" 404 193 0.003656 10.0.0.42 - - [2024-10-28 02:11:49] "POST /device-functional-groups HTTP/1.1" 200 540 0.023667 10.0.0.42 - - [2024-10-28 02:11:49] "POST /fqname-to-id HTTP/1.1" 404 193 0.003460 10.0.0.42 - - [2024-10-28 02:11:49] "POST /device-functional-groups HTTP/1.1" 200 540 0.024449 10.0.0.42 - - [2024-10-28 02:11:49] "POST /fqname-to-id HTTP/1.1" 404 195 0.004861 10.0.0.42 - - [2024-10-28 02:11:49] "POST /device-functional-groups HTTP/1.1" 200 544 0.020998 10.0.0.42 - - [2024-10-28 02:11:49] "POST /fqname-to-id HTTP/1.1" 404 194 0.003731 10.0.0.42 - - [2024-10-28 02:11:49] "POST /device-functional-groups HTTP/1.1" 200 542 0.020977 10.0.0.42 - - [2024-10-28 02:11:49] "POST /fqname-to-id HTTP/1.1" 404 218 0.003720 10.0.0.42 - - [2024-10-28 02:11:49] "POST /device-functional-groups HTTP/1.1" 200 590 0.020889 10.0.0.42 - - [2024-10-28 02:11:49] "POST /fqname-to-id HTTP/1.1" 404 208 0.003642 10.0.0.42 - - [2024-10-28 02:11:49] "POST /device-functional-groups HTTP/1.1" 200 570 0.020529 10.0.0.42 - - [2024-10-28 02:11:50] "POST /fqname-to-id HTTP/1.1" 404 236 0.004061 10.0.0.42 - - [2024-10-28 02:11:50] "POST /device-functional-groups HTTP/1.1" 200 620 0.021179 10.0.0.42 - - [2024-10-28 02:11:50] "POST /fqname-to-id HTTP/1.1" 404 206 0.003791 10.0.0.42 - - [2024-10-28 02:11:50] "POST /device-functional-groups HTTP/1.1" 200 566 0.028595 10.0.0.42 - - [2024-10-28 02:11:50] "POST /fqname-to-id HTTP/1.1" 404 205 0.004562 10.0.0.42 - - [2024-10-28 02:11:50] "POST /device-functional-groups HTTP/1.1" 200 564 0.018613 10.0.0.42 - - [2024-10-28 02:11:50] "POST /fqname-to-id HTTP/1.1" 404 210 0.004862 10.0.0.42 - - [2024-10-28 02:11:50] "POST /device-functional-groups HTTP/1.1" 200 574 0.018161 10.0.0.42 - - [2024-10-28 02:11:50] "POST /fqname-to-id HTTP/1.1" 404 201 0.003803 10.0.0.42 - - [2024-10-28 02:11:50] "POST /role-configs HTTP/1.1" 200 525 0.020376 10.0.0.42 - - [2024-10-28 02:11:50] "POST /fqname-to-id HTTP/1.1" 404 196 0.003824 10.0.0.42 - - [2024-10-28 02:11:50] "POST /role-configs HTTP/1.1" 200 520 0.023503 10.0.0.42 - - [2024-10-28 02:11:50] "POST /fqname-to-id HTTP/1.1" 404 198 0.006253 10.0.0.42 - - [2024-10-28 02:11:50] "POST /role-configs HTTP/1.1" 200 522 0.022116 10.0.0.42 - - [2024-10-28 02:11:50] "POST /fqname-to-id HTTP/1.1" 404 198 0.005339 10.0.0.42 - - [2024-10-28 02:11:50] "POST /role-configs HTTP/1.1" 200 522 0.020162 10.0.0.42 - - [2024-10-28 02:11:50] "POST /fqname-to-id HTTP/1.1" 404 202 0.005751 10.0.0.42 - - [2024-10-28 02:11:51] "POST /role-configs HTTP/1.1" 200 526 0.017230 10.0.0.42 - - [2024-10-28 02:11:51] "POST /fqname-to-id HTTP/1.1" 404 197 0.004527 10.0.0.42 - - [2024-10-28 02:11:51] "POST /role-configs HTTP/1.1" 200 521 0.020502 10.0.0.42 - - [2024-10-28 02:11:51] "POST /fqname-to-id HTTP/1.1" 404 193 0.003563 10.0.0.42 - - [2024-10-28 02:11:51] "POST /role-configs HTTP/1.1" 200 517 0.021024 10.0.0.42 - - [2024-10-28 02:11:51] "POST /fqname-to-id HTTP/1.1" 404 194 0.003832 10.0.0.42 - - [2024-10-28 02:11:51] "POST /role-configs HTTP/1.1" 200 518 0.021816 10.0.0.42 - - [2024-10-28 02:11:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.42 - - [2024-10-28 02:11:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004802 10.0.0.42 - - [2024-10-28 02:11:51] "POST /ref-update HTTP/1.1" 200 156 0.013972 10.0.0.42 - - [2024-10-28 02:11:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.42 - - [2024-10-28 02:11:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004812 10.0.0.42 - - [2024-10-28 02:11:51] "POST /ref-update HTTP/1.1" 200 156 0.013397 10.0.0.42 - - [2024-10-28 02:11:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003909 10.0.0.42 - - [2024-10-28 02:11:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.42 - - [2024-10-28 02:11:51] "POST /ref-update HTTP/1.1" 200 156 0.011528 10.0.0.42 - - [2024-10-28 02:11:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.42 - - [2024-10-28 02:11:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003838 10.0.0.42 - - [2024-10-28 02:11:52] "POST /ref-update HTTP/1.1" 200 156 0.010617 10.0.0.42 - - [2024-10-28 02:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.42 - - [2024-10-28 02:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.42 - - [2024-10-28 02:11:52] "POST /ref-update HTTP/1.1" 200 156 0.012105 10.0.0.42 - - [2024-10-28 02:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.42 - - [2024-10-28 02:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005069 10.0.0.42 - - [2024-10-28 02:11:52] "POST /ref-update HTTP/1.1" 200 156 0.010965 10.0.0.42 - - [2024-10-28 02:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.42 - - [2024-10-28 02:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.42 - - [2024-10-28 02:11:52] "POST /ref-update HTTP/1.1" 200 156 0.011544 10.0.0.42 - - [2024-10-28 02:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.42 - - [2024-10-28 02:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999 10.0.0.42 - - [2024-10-28 02:11:52] "POST /ref-update HTTP/1.1" 200 156 0.012753 10.0.0.42 - - [2024-10-28 02:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003902 10.0.0.42 - - [2024-10-28 02:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003835 10.0.0.42 - - [2024-10-28 02:11:52] "POST /ref-update HTTP/1.1" 200 156 0.011924 10.0.0.42 - - [2024-10-28 02:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004336 10.0.0.42 - - [2024-10-28 02:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004560 10.0.0.42 - - [2024-10-28 02:11:52] "POST /ref-update HTTP/1.1" 200 156 0.010667 10.0.0.42 - - [2024-10-28 02:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.42 - - [2024-10-28 02:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004650 10.0.0.42 - - [2024-10-28 02:11:53] "POST /ref-update HTTP/1.1" 200 156 0.010313 10.0.0.42 - - [2024-10-28 02:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004300 10.0.0.42 - - [2024-10-28 02:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.42 - - [2024-10-28 02:11:53] "POST /ref-update HTTP/1.1" 200 156 0.009469 10.0.0.42 - - [2024-10-28 02:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003667 10.0.0.42 - - [2024-10-28 02:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.42 - - [2024-10-28 02:11:53] "POST /ref-update HTTP/1.1" 200 156 0.008907 10.0.0.42 - - [2024-10-28 02:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.42 - - [2024-10-28 02:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004085 10.0.0.42 - - [2024-10-28 02:11:53] "POST /ref-update HTTP/1.1" 200 156 0.009636 10.0.0.42 - - [2024-10-28 02:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.007808 10.0.0.42 - - [2024-10-28 02:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.42 - - [2024-10-28 02:11:53] "POST /ref-update HTTP/1.1" 200 156 0.009258 10.0.0.42 - - [2024-10-28 02:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004608 10.0.0.42 - - [2024-10-28 02:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004596 10.0.0.42 - - [2024-10-28 02:11:53] "POST /ref-update HTTP/1.1" 200 156 0.011104 10.0.0.42 - - [2024-10-28 02:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004109 10.0.0.42 - - [2024-10-28 02:11:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.42 - - [2024-10-28 02:11:54] "POST /ref-update HTTP/1.1" 200 156 0.010480 10.0.0.42 - - [2024-10-28 02:11:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.42 - - [2024-10-28 02:11:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.42 - - [2024-10-28 02:11:54] "POST /ref-update HTTP/1.1" 200 156 0.010418 10.0.0.42 - - [2024-10-28 02:11:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.42 - - [2024-10-28 02:11:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.42 - - [2024-10-28 02:11:54] "POST /ref-update HTTP/1.1" 200 156 0.010174 10.0.0.42 - - [2024-10-28 02:11:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.42 - - [2024-10-28 02:11:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004156 10.0.0.42 - - [2024-10-28 02:11:54] "POST /ref-update HTTP/1.1" 200 156 0.008655 10.0.0.42 - - [2024-10-28 02:11:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004102 10.0.0.42 - - [2024-10-28 02:11:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003677 10.0.0.42 - - [2024-10-28 02:11:54] "POST /ref-update HTTP/1.1" 200 156 0.012053 10.0.0.42 - - [2024-10-28 02:11:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.42 - - [2024-10-28 02:11:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004589 10.0.0.42 - - [2024-10-28 02:11:54] "POST /ref-update HTTP/1.1" 200 156 0.009669 10.0.0.42 - - [2024-10-28 02:11:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004728 10.0.0.42 - - [2024-10-28 02:11:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003919 10.0.0.42 - - [2024-10-28 02:11:55] "POST /ref-update HTTP/1.1" 200 156 0.011298 10.0.0.42 - - [2024-10-28 02:11:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004053 10.0.0.42 - - [2024-10-28 02:11:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.42 - - [2024-10-28 02:11:55] "POST /ref-update HTTP/1.1" 200 156 0.011629 10.0.0.42 - - [2024-10-28 02:11:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.42 - - [2024-10-28 02:11:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004227 10.0.0.42 - - [2024-10-28 02:11:55] "POST /ref-update HTTP/1.1" 200 156 0.011812 10.0.0.42 - - [2024-10-28 02:11:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004710 10.0.0.42 - - [2024-10-28 02:11:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.42 - - [2024-10-28 02:11:55] "POST /ref-update HTTP/1.1" 200 156 0.009364 10.0.0.42 - - [2024-10-28 02:11:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.42 - - [2024-10-28 02:11:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.42 - - [2024-10-28 02:11:55] "POST /ref-update HTTP/1.1" 200 156 0.009650 10.0.0.42 - - [2024-10-28 02:11:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004349 10.0.0.42 - - [2024-10-28 02:11:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004649 10.0.0.42 - - [2024-10-28 02:11:55] "POST /ref-update HTTP/1.1" 200 156 0.012123 10.0.0.42 - - [2024-10-28 02:11:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.42 - - [2024-10-28 02:11:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004738 10.0.0.42 - - [2024-10-28 02:11:55] "POST /ref-update HTTP/1.1" 200 156 0.010118 10.0.0.42 - - [2024-10-28 02:11:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005019 10.0.0.42 - - [2024-10-28 02:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.42 - - [2024-10-28 02:11:56] "POST /ref-update HTTP/1.1" 200 156 0.012273 10.0.0.42 - - [2024-10-28 02:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005002 10.0.0.42 - - [2024-10-28 02:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005041 10.0.0.42 - - [2024-10-28 02:11:56] "POST /ref-update HTTP/1.1" 200 156 0.011897 10.0.0.42 - - [2024-10-28 02:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004649 10.0.0.42 - - [2024-10-28 02:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004745 10.0.0.42 - - [2024-10-28 02:11:56] "POST /ref-update HTTP/1.1" 200 156 0.008532 10.0.0.42 - - [2024-10-28 02:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004823 10.0.0.42 - - [2024-10-28 02:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003982 10.0.0.42 - - [2024-10-28 02:11:56] "POST /ref-update HTTP/1.1" 200 156 0.014042 10.0.0.42 - - [2024-10-28 02:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.42 - - [2024-10-28 02:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005119 10.0.0.42 - - [2024-10-28 02:11:56] "POST /ref-update HTTP/1.1" 200 156 0.008330 10.0.0.42 - - [2024-10-28 02:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005024 10.0.0.42 - - [2024-10-28 02:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.42 - - [2024-10-28 02:11:56] "POST /ref-update HTTP/1.1" 200 156 0.013019 10.0.0.42 - - [2024-10-28 02:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005779 10.0.0.42 - - [2024-10-28 02:11:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004839 10.0.0.42 - - [2024-10-28 02:11:57] "POST /ref-update HTTP/1.1" 200 156 0.011974 10.0.0.42 - - [2024-10-28 02:11:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004599 10.0.0.42 - - [2024-10-28 02:11:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004731 10.0.0.42 - - [2024-10-28 02:11:57] "POST /ref-update HTTP/1.1" 200 156 0.009661 10.0.0.42 - - [2024-10-28 02:11:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004725 10.0.0.42 - - [2024-10-28 02:11:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004037 10.0.0.42 - - [2024-10-28 02:11:57] "POST /ref-update HTTP/1.1" 200 156 0.010794 10.0.0.42 - - [2024-10-28 02:11:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.42 - - [2024-10-28 02:11:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.42 - - [2024-10-28 02:11:57] "POST /ref-update HTTP/1.1" 200 156 0.008547 10.0.0.42 - - [2024-10-28 02:11:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.42 - - [2024-10-28 02:11:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.42 - - [2024-10-28 02:11:57] "POST /ref-update HTTP/1.1" 200 156 0.010458 10.0.0.42 - - [2024-10-28 02:11:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004144 10.0.0.42 - - [2024-10-28 02:11:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971 10.0.0.42 - - [2024-10-28 02:11:57] "POST /ref-update HTTP/1.1" 200 156 0.007988 10.0.0.42 - - [2024-10-28 02:11:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003589 10.0.0.42 - - [2024-10-28 02:11:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.42 - - [2024-10-28 02:11:57] "POST /ref-update HTTP/1.1" 200 156 0.009115 10.0.0.42 - - [2024-10-28 02:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.42 - - [2024-10-28 02:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.42 - - [2024-10-28 02:11:58] "POST /ref-update HTTP/1.1" 200 156 0.008526 10.0.0.42 - - [2024-10-28 02:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003790 10.0.0.42 - - [2024-10-28 02:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.42 - - [2024-10-28 02:11:58] "POST /ref-update HTTP/1.1" 200 156 0.008500 10.0.0.42 - - [2024-10-28 02:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.42 - - [2024-10-28 02:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.42 - - [2024-10-28 02:11:58] "POST /ref-update HTTP/1.1" 200 156 0.009580 10.0.0.42 - - [2024-10-28 02:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004168 10.0.0.42 - - [2024-10-28 02:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004093 10.0.0.42 - - [2024-10-28 02:11:58] "POST /ref-update HTTP/1.1" 200 156 0.008995 10.0.0.42 - - [2024-10-28 02:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.42 - - [2024-10-28 02:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.42 - - [2024-10-28 02:11:58] "POST /ref-update HTTP/1.1" 200 156 0.010156 10.0.0.42 - - [2024-10-28 02:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004753 10.0.0.42 - - [2024-10-28 02:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004798 10.0.0.42 - - [2024-10-28 02:11:58] "POST /ref-update HTTP/1.1" 200 156 0.011303 10.0.0.42 - - [2024-10-28 02:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.42 - - [2024-10-28 02:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.42 - - [2024-10-28 02:11:59] "POST /ref-update HTTP/1.1" 200 156 0.009786 10.0.0.42 - - [2024-10-28 02:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.42 - - [2024-10-28 02:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003980 10.0.0.42 - - [2024-10-28 02:11:59] "POST /ref-update HTTP/1.1" 200 156 0.010620 10.0.0.42 - - [2024-10-28 02:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004943 10.0.0.42 - - [2024-10-28 02:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004785 10.0.0.42 - - [2024-10-28 02:11:59] "POST /ref-update HTTP/1.1" 200 156 0.012225 10.0.0.42 - - [2024-10-28 02:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004548 10.0.0.42 - - [2024-10-28 02:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004303 10.0.0.42 - - [2024-10-28 02:11:59] "POST /ref-update HTTP/1.1" 200 156 0.009387 10.0.0.42 - - [2024-10-28 02:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.42 - - [2024-10-28 02:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004028 10.0.0.42 - - [2024-10-28 02:11:59] "POST /ref-update HTTP/1.1" 200 156 0.009717 10.0.0.42 - - [2024-10-28 02:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.42 - - [2024-10-28 02:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.42 - - [2024-10-28 02:11:59] "POST /ref-update HTTP/1.1" 200 156 0.008850 10.0.0.42 - - [2024-10-28 02:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.42 - - [2024-10-28 02:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004187 10.0.0.42 - - [2024-10-28 02:12:00] "POST /ref-update HTTP/1.1" 200 156 0.009039 10.0.0.42 - - [2024-10-28 02:12:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004696 10.0.0.42 - - [2024-10-28 02:12:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.42 - - [2024-10-28 02:12:00] "POST /ref-update HTTP/1.1" 200 156 0.009637 10.0.0.42 - - [2024-10-28 02:12:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003667 10.0.0.42 - - [2024-10-28 02:12:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004866 10.0.0.42 - - [2024-10-28 02:12:00] "POST /ref-update HTTP/1.1" 200 156 0.010034 10.0.0.42 - - [2024-10-28 02:12:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005483 10.0.0.42 - - [2024-10-28 02:12:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.42 - - [2024-10-28 02:12:00] "POST /ref-update HTTP/1.1" 200 156 0.009777 10.0.0.42 - - [2024-10-28 02:12:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004233 10.0.0.42 - - [2024-10-28 02:12:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004247 10.0.0.42 - - [2024-10-28 02:12:00] "POST /ref-update HTTP/1.1" 200 156 0.012391 10.0.0.42 - - [2024-10-28 02:12:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005063 10.0.0.42 - - [2024-10-28 02:12:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004959 10.0.0.42 - - [2024-10-28 02:12:00] "POST /ref-update HTTP/1.1" 200 156 0.011604 10.0.0.42 - - [2024-10-28 02:12:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.42 - - [2024-10-28 02:12:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004219 10.0.0.42 - - [2024-10-28 02:12:00] "POST /ref-update HTTP/1.1" 200 156 0.013314 10.0.0.42 - - [2024-10-28 02:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.42 - - [2024-10-28 02:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004761 10.0.0.42 - - [2024-10-28 02:12:01] "POST /ref-update HTTP/1.1" 200 156 0.009419 10.0.0.42 - - [2024-10-28 02:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004867 10.0.0.42 - - [2024-10-28 02:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004683 10.0.0.42 - - [2024-10-28 02:12:01] "POST /ref-update HTTP/1.1" 200 156 0.011371 10.0.0.42 - - [2024-10-28 02:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004362 10.0.0.42 - - [2024-10-28 02:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003923 10.0.0.42 - - [2024-10-28 02:12:01] "POST /ref-update HTTP/1.1" 200 156 0.009070 10.0.0.42 - - [2024-10-28 02:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003871 10.0.0.42 - - [2024-10-28 02:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.42 - - [2024-10-28 02:12:01] "POST /ref-update HTTP/1.1" 200 156 0.009060 10.0.0.42 - - [2024-10-28 02:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004052 10.0.0.42 - - [2024-10-28 02:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.42 - - [2024-10-28 02:12:01] "POST /ref-update HTTP/1.1" 200 156 0.010172 10.0.0.42 - - [2024-10-28 02:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.42 - - [2024-10-28 02:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.42 - - [2024-10-28 02:12:01] "POST /ref-update HTTP/1.1" 200 156 0.010526 10.0.0.42 - - [2024-10-28 02:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.42 - - [2024-10-28 02:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.42 - - [2024-10-28 02:12:02] "POST /ref-update HTTP/1.1" 200 156 0.009927 10.0.0.42 - - [2024-10-28 02:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004078 10.0.0.42 - - [2024-10-28 02:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.42 - - [2024-10-28 02:12:02] "POST /ref-update HTTP/1.1" 200 156 0.012346 10.0.0.42 - - [2024-10-28 02:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004024 10.0.0.42 - - [2024-10-28 02:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004770 10.0.0.42 - - [2024-10-28 02:12:02] "POST /ref-update HTTP/1.1" 200 156 0.007724 10.0.0.42 - - [2024-10-28 02:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004768 10.0.0.42 - - [2024-10-28 02:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.42 - - [2024-10-28 02:12:02] "POST /ref-update HTTP/1.1" 200 156 0.012931 10.0.0.42 - - [2024-10-28 02:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004247 10.0.0.42 - - [2024-10-28 02:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004646 10.0.0.42 - - [2024-10-28 02:12:02] "POST /ref-update HTTP/1.1" 200 156 0.008160 10.0.0.42 - - [2024-10-28 02:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.42 - - [2024-10-28 02:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.42 - - [2024-10-28 02:12:02] "POST /ref-update HTTP/1.1" 200 156 0.008984 10.0.0.42 - - [2024-10-28 02:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003731 10.0.0.42 - - [2024-10-28 02:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005265 10.0.0.42 - - [2024-10-28 02:12:02] "POST /ref-update HTTP/1.1" 200 156 0.013640 10.0.0.42 - - [2024-10-28 02:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004405 10.0.0.42 - - [2024-10-28 02:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889 10.0.0.42 - - [2024-10-28 02:12:03] "POST /ref-update HTTP/1.1" 200 156 0.010573 10.0.0.42 - - [2024-10-28 02:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004483 10.0.0.42 - - [2024-10-28 02:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.42 - - [2024-10-28 02:12:03] "POST /ref-update HTTP/1.1" 200 156 0.008706 10.0.0.42 - - [2024-10-28 02:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.42 - - [2024-10-28 02:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.42 - - [2024-10-28 02:12:03] "POST /ref-update HTTP/1.1" 200 156 0.008339 10.0.0.42 - - [2024-10-28 02:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.42 - - [2024-10-28 02:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003771 10.0.0.42 - - [2024-10-28 02:12:03] "POST /ref-update HTTP/1.1" 200 156 0.009636 10.0.0.42 - - [2024-10-28 02:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.42 - - [2024-10-28 02:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.42 - - [2024-10-28 02:12:03] "POST /ref-update HTTP/1.1" 200 156 0.009035 10.0.0.42 - - [2024-10-28 02:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.42 - - [2024-10-28 02:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.42 - - [2024-10-28 02:12:03] "POST /ref-update HTTP/1.1" 200 156 0.010083 10.0.0.42 - - [2024-10-28 02:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.42 - - [2024-10-28 02:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004610 10.0.0.42 - - [2024-10-28 02:12:04] "POST /ref-update HTTP/1.1" 200 156 0.007556 10.0.0.42 - - [2024-10-28 02:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004734 10.0.0.42 - - [2024-10-28 02:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.42 - - [2024-10-28 02:12:04] "POST /ref-update HTTP/1.1" 200 156 0.011840 10.0.0.42 - - [2024-10-28 02:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.42 - - [2024-10-28 02:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004719 10.0.0.42 - - [2024-10-28 02:12:04] "POST /ref-update HTTP/1.1" 200 156 0.008191 10.0.0.42 - - [2024-10-28 02:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004965 10.0.0.42 - - [2024-10-28 02:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.42 - - [2024-10-28 02:12:04] "POST /ref-update HTTP/1.1" 200 156 0.008315 10.0.0.42 - - [2024-10-28 02:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004298 10.0.0.42 - - [2024-10-28 02:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.42 - - [2024-10-28 02:12:04] "POST /ref-update HTTP/1.1" 200 156 0.007922 10.0.0.42 - - [2024-10-28 02:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004026 10.0.0.42 - - [2024-10-28 02:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.42 - - [2024-10-28 02:12:04] "POST /ref-update HTTP/1.1" 200 156 0.009041 10.0.0.42 - - [2024-10-28 02:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.42 - - [2024-10-28 02:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004512 10.0.0.42 - - [2024-10-28 02:12:04] "POST /ref-update HTTP/1.1" 200 156 0.009828 10.0.0.42 - - [2024-10-28 02:12:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004555 10.0.0.42 - - [2024-10-28 02:12:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004161 10.0.0.42 - - [2024-10-28 02:12:05] "POST /ref-update HTTP/1.1" 200 156 0.012153 10.0.0.42 - - [2024-10-28 02:12:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.42 - - [2024-10-28 02:12:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004119 10.0.0.42 - - [2024-10-28 02:12:05] "POST /ref-update HTTP/1.1" 200 156 0.011099 10.0.0.42 - - [2024-10-28 02:12:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004594 10.0.0.42 - - [2024-10-28 02:12:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004058 10.0.0.42 - - [2024-10-28 02:12:05] "POST /ref-update HTTP/1.1" 200 156 0.013139 10.0.0.42 - - [2024-10-28 02:12:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003817 10.0.0.42 - - [2024-10-28 02:12:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.42 - - [2024-10-28 02:12:05] "POST /ref-update HTTP/1.1" 200 156 0.009273 10.0.0.42 - - [2024-10-28 02:12:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.42 - - [2024-10-28 02:12:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.42 - - [2024-10-28 02:12:05] "POST /ref-update HTTP/1.1" 200 156 0.010241 10.0.0.42 - - [2024-10-28 02:12:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003769 10.0.0.42 - - [2024-10-28 02:12:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004046 10.0.0.42 - - [2024-10-28 02:12:05] "POST /ref-update HTTP/1.1" 200 156 0.009037 10.0.0.42 - - [2024-10-28 02:12:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.42 - - [2024-10-28 02:12:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004648 10.0.0.42 - - [2024-10-28 02:12:06] "POST /ref-update HTTP/1.1" 200 156 0.009165 10.0.0.42 - - [2024-10-28 02:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005013 10.0.0.42 - - [2024-10-28 02:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.42 - - [2024-10-28 02:12:06] "POST /ref-update HTTP/1.1" 200 156 0.011693 10.0.0.42 - - [2024-10-28 02:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.42 - - [2024-10-28 02:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970 10.0.0.42 - - [2024-10-28 02:12:06] "POST /ref-update HTTP/1.1" 200 156 0.007953 10.0.0.42 - - [2024-10-28 02:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004972 10.0.0.42 - - [2024-10-28 02:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004437 10.0.0.42 - - [2024-10-28 02:12:06] "POST /ref-update HTTP/1.1" 200 156 0.010319 10.0.0.42 - - [2024-10-28 02:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.42 - - [2024-10-28 02:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.42 - - [2024-10-28 02:12:06] "POST /ref-update HTTP/1.1" 200 156 0.009722 10.0.0.42 - - [2024-10-28 02:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004307 10.0.0.42 - - [2024-10-28 02:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004723 10.0.0.42 - - [2024-10-28 02:12:06] "POST /ref-update HTTP/1.1" 200 156 0.011853 10.0.0.42 - - [2024-10-28 02:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005389 10.0.0.42 - - [2024-10-28 02:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004896 10.0.0.42 - - [2024-10-28 02:12:06] "POST /ref-update HTTP/1.1" 200 156 0.013391 10.0.0.42 - - [2024-10-28 02:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004297 10.0.0.42 - - [2024-10-28 02:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004032 10.0.0.42 - - [2024-10-28 02:12:07] "POST /ref-update HTTP/1.1" 200 156 0.011474 10.0.0.42 - - [2024-10-28 02:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004090 10.0.0.42 - - [2024-10-28 02:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004405 10.0.0.42 - - [2024-10-28 02:12:07] "POST /ref-update HTTP/1.1" 200 156 0.012343 10.0.0.42 - - [2024-10-28 02:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004170 10.0.0.42 - - [2024-10-28 02:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003921 10.0.0.42 - - [2024-10-28 02:12:07] "POST /ref-update HTTP/1.1" 200 156 0.011513 10.0.0.42 - - [2024-10-28 02:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004129 10.0.0.42 - - [2024-10-28 02:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003899 10.0.0.42 - - [2024-10-28 02:12:07] "POST /ref-update HTTP/1.1" 200 156 0.011634 10.0.0.42 - - [2024-10-28 02:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004199 10.0.0.42 - - [2024-10-28 02:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.42 - - [2024-10-28 02:12:07] "POST /ref-update HTTP/1.1" 200 156 0.011361 10.0.0.42 - - [2024-10-28 02:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005631 10.0.0.42 - - [2024-10-28 02:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004800 10.0.0.42 - - [2024-10-28 02:12:07] "POST /ref-update HTTP/1.1" 200 156 0.010812 10.0.0.42 - - [2024-10-28 02:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005779 10.0.0.42 - - [2024-10-28 02:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.42 - - [2024-10-28 02:12:08] "POST /ref-update HTTP/1.1" 200 156 0.012024 10.0.0.42 - - [2024-10-28 02:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774 10.0.0.42 - - [2024-10-28 02:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004957 10.0.0.42 - - [2024-10-28 02:12:08] "POST /ref-update HTTP/1.1" 200 156 0.009677 10.0.0.42 - - [2024-10-28 02:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004954 10.0.0.42 - - [2024-10-28 02:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.42 - - [2024-10-28 02:12:08] "POST /ref-update HTTP/1.1" 200 156 0.009965 10.0.0.42 - - [2024-10-28 02:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003830 10.0.0.42 - - [2024-10-28 02:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718 10.0.0.42 - - [2024-10-28 02:12:08] "POST /ref-update HTTP/1.1" 200 156 0.010976 10.0.0.42 - - [2024-10-28 02:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004831 10.0.0.42 - - [2024-10-28 02:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004715 10.0.0.42 - - [2024-10-28 02:12:08] "POST /ref-update HTTP/1.1" 200 156 0.009825 10.0.0.42 - - [2024-10-28 02:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004920 10.0.0.42 - - [2024-10-28 02:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004603 10.0.0.42 - - [2024-10-28 02:12:08] "POST /ref-update HTTP/1.1" 200 156 0.011125 10.0.0.42 - - [2024-10-28 02:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.42 - - [2024-10-28 02:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004063 10.0.0.42 - - [2024-10-28 02:12:09] "POST /ref-update HTTP/1.1" 200 156 0.009758 10.0.0.42 - - [2024-10-28 02:12:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.42 - - [2024-10-28 02:12:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.42 - - [2024-10-28 02:12:09] "POST /ref-update HTTP/1.1" 200 156 0.010099 10.0.0.42 - - [2024-10-28 02:12:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004433 10.0.0.42 - - [2024-10-28 02:12:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003821 10.0.0.42 - - [2024-10-28 02:12:09] "POST /ref-update HTTP/1.1" 200 156 0.008778 10.0.0.42 - - [2024-10-28 02:12:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003867 10.0.0.42 - - [2024-10-28 02:12:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.42 - - [2024-10-28 02:12:09] "POST /ref-update HTTP/1.1" 200 156 0.009037 10.0.0.42 - - [2024-10-28 02:12:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003821 10.0.0.42 - - [2024-10-28 02:12:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004644 10.0.0.42 - - [2024-10-28 02:12:09] "POST /ref-update HTTP/1.1" 200 156 0.014521 10.0.0.42 - - [2024-10-28 02:12:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.42 - - [2024-10-28 02:12:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004127 10.0.0.42 - - [2024-10-28 02:12:09] "POST /ref-update HTTP/1.1" 200 156 0.008676 10.0.0.42 - - [2024-10-28 02:12:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004050 10.0.0.42 - - [2024-10-28 02:12:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.42 - - [2024-10-28 02:12:09] "POST /ref-update HTTP/1.1" 200 156 0.010058 10.0.0.42 - - [2024-10-28 02:12:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.42 - - [2024-10-28 02:12:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.42 - - [2024-10-28 02:12:10] "POST /ref-update HTTP/1.1" 200 156 0.009542 10.0.0.42 - - [2024-10-28 02:12:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.006370 10.0.0.42 - - [2024-10-28 02:12:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004149 10.0.0.42 - - [2024-10-28 02:12:10] "POST /ref-update HTTP/1.1" 200 156 0.011458 10.0.0.42 - - [2024-10-28 02:12:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.42 - - [2024-10-28 02:12:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003780 10.0.0.42 - - [2024-10-28 02:12:10] "POST /ref-update HTTP/1.1" 200 156 0.008295 10.0.0.42 - - [2024-10-28 02:12:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.42 - - [2024-10-28 02:12:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004739 10.0.0.42 - - [2024-10-28 02:12:10] "POST /ref-update HTTP/1.1" 200 156 0.010157 10.0.0.42 - - [2024-10-28 02:12:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005086 10.0.0.42 - - [2024-10-28 02:12:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004196 10.0.0.42 - - [2024-10-28 02:12:10] "POST /ref-update HTTP/1.1" 200 156 0.011140 10.0.0.42 - - [2024-10-28 02:12:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.42 - - [2024-10-28 02:12:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003769 10.0.0.42 - - [2024-10-28 02:12:10] "POST /ref-update HTTP/1.1" 200 156 0.012685 10.0.0.42 - - [2024-10-28 02:12:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004867 10.0.0.42 - - [2024-10-28 02:12:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004632 10.0.0.42 - - [2024-10-28 02:12:11] "POST /ref-update HTTP/1.1" 200 156 0.011408 10.0.0.42 - - [2024-10-28 02:12:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004752 10.0.0.42 - - [2024-10-28 02:12:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004577 10.0.0.42 - - [2024-10-28 02:12:11] "POST /ref-update HTTP/1.1" 200 156 0.010370 10.0.0.42 - - [2024-10-28 02:12:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004758 10.0.0.42 - - [2024-10-28 02:12:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004170 10.0.0.42 - - [2024-10-28 02:12:11] "POST /ref-update HTTP/1.1" 200 156 0.008700 10.0.0.42 - - [2024-10-28 02:12:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.42 - - [2024-10-28 02:12:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.42 - - [2024-10-28 02:12:11] "POST /ref-update HTTP/1.1" 200 156 0.008511 10.0.0.42 - - [2024-10-28 02:12:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004534 10.0.0.42 - - [2024-10-28 02:12:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003835 10.0.0.42 - - [2024-10-28 02:12:11] "POST /ref-update HTTP/1.1" 200 156 0.012079 10.0.0.42 - - [2024-10-28 02:12:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.42 - - [2024-10-28 02:12:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004884 10.0.0.42 - - [2024-10-28 02:12:11] "POST /ref-update HTTP/1.1" 200 156 0.007790 10.0.0.42 - - [2024-10-28 02:12:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004879 10.0.0.42 - - [2024-10-28 02:12:11] "GET /global-system-configs HTTP/1.1" 200 322 1.031556 10.0.0.42 - - [2024-10-28 02:12:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.42 - - [2024-10-28 02:12:11] "POST /ref-update HTTP/1.1" 200 156 0.010778 10.0.0.42 - - [2024-10-28 02:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.42 - - [2024-10-28 02:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004509 10.0.0.42 - - [2024-10-28 02:12:12] "POST /ref-update HTTP/1.1" 200 156 0.009867 10.0.0.42 - - [2024-10-28 02:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005527 10.0.0.42 - - [2024-10-28 02:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997 10.0.0.42 - - [2024-10-28 02:12:12] "POST /ref-update HTTP/1.1" 200 156 0.009240 10.0.0.42 - - [2024-10-28 02:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.42 - - [2024-10-28 02:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004232 10.0.0.42 - - [2024-10-28 02:12:12] "POST /ref-update HTTP/1.1" 200 156 0.009283 10.0.0.42 - - [2024-10-28 02:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.42 - - [2024-10-28 02:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004115 10.0.0.42 - - [2024-10-28 02:12:12] "POST /ref-update HTTP/1.1" 200 156 0.011520 10.0.0.42 - - [2024-10-28 02:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004230 10.0.0.42 - - [2024-10-28 02:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004505 10.0.0.42 - - [2024-10-28 02:12:12] "POST /ref-update HTTP/1.1" 200 156 0.009554 10.0.0.42 - - [2024-10-28 02:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.42 - - [2024-10-28 02:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.42 - - [2024-10-28 02:12:12] "POST /ref-update HTTP/1.1" 200 156 0.009824 10.0.0.42 - - [2024-10-28 02:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.42 - - [2024-10-28 02:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004122 10.0.0.42 - - [2024-10-28 02:12:13] "POST /ref-update HTTP/1.1" 200 156 0.011759 10.0.0.42 - - [2024-10-28 02:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.42 - - [2024-10-28 02:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.42 - - [2024-10-28 02:12:13] "POST /ref-update HTTP/1.1" 200 156 0.008955 10.0.0.42 - - [2024-10-28 02:12:13] "GET /global-system-configs HTTP/1.1" 200 322 0.032330 10.0.0.42 - - [2024-10-28 02:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.42 - - [2024-10-28 02:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.42 - - [2024-10-28 02:12:13] "POST /ref-update HTTP/1.1" 200 156 0.010731 10.0.0.42 - - [2024-10-28 02:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004145 10.0.0.42 - - [2024-10-28 02:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.42 - - [2024-10-28 02:12:13] "POST /ref-update HTTP/1.1" 200 156 0.008255 10.0.0.42 - - [2024-10-28 02:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004460 10.0.0.42 - - [2024-10-28 02:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003935 10.0.0.42 - - [2024-10-28 02:12:13] "POST /ref-update HTTP/1.1" 200 156 0.010732 10.0.0.42 - - [2024-10-28 02:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004511 10.0.0.42 - - [2024-10-28 02:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.42 - - [2024-10-28 02:12:13] "POST /ref-update HTTP/1.1" 200 156 0.009089 10.0.0.42 - - [2024-10-28 02:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.42 - - [2024-10-28 02:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.42 - - [2024-10-28 02:12:14] "POST /ref-update HTTP/1.1" 200 156 0.010038 10.0.0.42 - - [2024-10-28 02:12:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727 10.0.0.42 - - [2024-10-28 02:12:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004114 10.0.0.42 - - [2024-10-28 02:12:14] "POST /ref-update HTTP/1.1" 200 156 0.010015 10.0.0.42 - - [2024-10-28 02:12:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004083 10.0.0.42 - - [2024-10-28 02:12:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004345 10.0.0.42 - - [2024-10-28 02:12:14] "POST /ref-update HTTP/1.1" 200 156 0.009622 10.0.0.42 - - [2024-10-28 02:12:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005097 10.0.0.42 - - [2024-10-28 02:12:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004728 10.0.0.42 - - [2024-10-28 02:12:14] "POST /ref-update HTTP/1.1" 200 156 0.010287 10.0.0.42 - - [2024-10-28 02:12:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.42 - - [2024-10-28 02:12:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003934 10.0.0.42 - - [2024-10-28 02:12:14] "POST /ref-update HTTP/1.1" 200 156 0.008442 10.0.0.42 - - [2024-10-28 02:12:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005387 10.0.0.42 - - [2024-10-28 02:12:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.42 - - [2024-10-28 02:12:14] "POST /ref-update HTTP/1.1" 200 156 0.012089 10.0.0.42 - - [2024-10-28 02:12:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.42 - - [2024-10-28 02:12:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003802 10.0.0.42 - - [2024-10-28 02:12:14] "POST /ref-update HTTP/1.1" 200 156 0.009629 10.0.0.42 - - [2024-10-28 02:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003859 10.0.0.42 - - [2024-10-28 02:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.42 - - [2024-10-28 02:12:15] "POST /ref-update HTTP/1.1" 200 156 0.009647 10.0.0.42 - - [2024-10-28 02:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004797 10.0.0.42 - - [2024-10-28 02:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004831 10.0.0.42 - - [2024-10-28 02:12:15] "POST /ref-update HTTP/1.1" 200 156 0.011508 10.0.0.42 - - [2024-10-28 02:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974 10.0.0.42 - - [2024-10-28 02:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003857 10.0.0.42 - - [2024-10-28 02:12:15] "POST /ref-update HTTP/1.1" 200 156 0.011191 10.0.0.42 - - [2024-10-28 02:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004375 10.0.0.42 - - [2024-10-28 02:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.42 - - [2024-10-28 02:12:15] "POST /ref-update HTTP/1.1" 200 156 0.011620 10.0.0.42 - - [2024-10-28 02:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004301 10.0.0.42 - - [2024-10-28 02:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004252 10.0.0.42 - - [2024-10-28 02:12:15] "POST /ref-update HTTP/1.1" 200 156 0.008818 10.0.0.42 - - [2024-10-28 02:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.42 - - [2024-10-28 02:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003754 10.0.0.42 - - [2024-10-28 02:12:15] "POST /ref-update HTTP/1.1" 200 156 0.009677 10.0.0.42 - - [2024-10-28 02:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.42 - - [2024-10-28 02:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004166 10.0.0.42 - - [2024-10-28 02:12:16] "POST /ref-update HTTP/1.1" 200 156 0.008840 10.0.0.42 - - [2024-10-28 02:12:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.42 - - [2024-10-28 02:12:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.42 - - [2024-10-28 02:12:16] "POST /ref-update HTTP/1.1" 200 156 0.010075 10.0.0.42 - - [2024-10-28 02:12:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.42 - - [2024-10-28 02:12:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609 10.0.0.42 - - [2024-10-28 02:12:16] "POST /ref-update HTTP/1.1" 200 156 0.008503 10.0.0.42 - - [2024-10-28 02:12:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004199 10.0.0.42 - - [2024-10-28 02:12:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.42 - - [2024-10-28 02:12:16] "POST /ref-update HTTP/1.1" 200 156 0.009344 10.0.0.42 - - [2024-10-28 02:12:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.42 - - [2024-10-28 02:12:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004285 10.0.0.42 - - [2024-10-28 02:12:16] "POST /ref-update HTTP/1.1" 200 156 0.009741 10.0.0.42 - - [2024-10-28 02:12:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003867 10.0.0.42 - - [2024-10-28 02:12:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.42 - - [2024-10-28 02:12:16] "POST /ref-update HTTP/1.1" 200 156 0.010178 10.0.0.42 - - [2024-10-28 02:12:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.42 - - [2024-10-28 02:12:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004064 10.0.0.42 - - [2024-10-28 02:12:16] "POST /ref-update HTTP/1.1" 200 156 0.007819 10.0.0.42 - - [2024-10-28 02:12:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.42 - - [2024-10-28 02:12:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.42 - - [2024-10-28 02:12:17] "POST /ref-update HTTP/1.1" 200 156 0.009818 10.0.0.42 - - [2024-10-28 02:12:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.42 - - [2024-10-28 02:12:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004709 10.0.0.42 - - [2024-10-28 02:12:17] "POST /ref-update HTTP/1.1" 200 156 0.008179 10.0.0.42 - - [2024-10-28 02:12:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003815 10.0.0.42 - - [2024-10-28 02:12:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.42 - - [2024-10-28 02:12:17] "POST /ref-update HTTP/1.1" 200 156 0.009059 10.0.0.42 - - [2024-10-28 02:12:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.42 - - [2024-10-28 02:12:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894 10.0.0.42 - - [2024-10-28 02:12:17] "POST /ref-update HTTP/1.1" 200 156 0.011263 10.0.0.42 - - [2024-10-28 02:12:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005648 10.0.0.42 - - [2024-10-28 02:12:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004864 10.0.0.42 - - [2024-10-28 02:12:17] "POST /ref-update HTTP/1.1" 200 156 0.011427 10.0.0.42 - - [2024-10-28 02:12:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004384 10.0.0.42 - - [2024-10-28 02:12:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003769 10.0.0.42 - - [2024-10-28 02:12:17] "POST /ref-update HTTP/1.1" 200 156 0.009479 10.0.0.42 - - [2024-10-28 02:12:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003928 10.0.0.42 - - [2024-10-28 02:12:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.42 - - [2024-10-28 02:12:18] "POST /ref-update HTTP/1.1" 200 156 0.009851 10.0.0.42 - - [2024-10-28 02:12:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.42 - - [2024-10-28 02:12:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.42 - - [2024-10-28 02:12:18] "POST /ref-update HTTP/1.1" 200 156 0.010225 10.0.0.42 - - [2024-10-28 02:12:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.42 - - [2024-10-28 02:12:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004131 10.0.0.42 - - [2024-10-28 02:12:18] "POST /ref-update HTTP/1.1" 200 156 0.009143 10.0.0.42 - - [2024-10-28 02:12:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003936 10.0.0.42 - - [2024-10-28 02:12:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.42 - - [2024-10-28 02:12:18] "POST /ref-update HTTP/1.1" 200 156 0.013337 10.0.0.42 - - [2024-10-28 02:12:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.42 - - [2024-10-28 02:12:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004952 10.0.0.42 - - [2024-10-28 02:12:18] "POST /ref-update HTTP/1.1" 200 156 0.009462 10.0.0.42 - - [2024-10-28 02:12:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004897 10.0.0.42 - - [2024-10-28 02:12:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.42 - - [2024-10-28 02:12:18] "POST /ref-update HTTP/1.1" 200 156 0.012893 10.0.0.42 - - [2024-10-28 02:12:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.42 - - [2024-10-28 02:12:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005222 10.0.0.42 - - [2024-10-28 02:12:18] "POST /ref-update HTTP/1.1" 200 156 0.014969 10.0.0.42 - - [2024-10-28 02:12:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004549 10.0.0.42 - - [2024-10-28 02:12:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004125 10.0.0.42 - - [2024-10-28 02:12:19] "POST /ref-update HTTP/1.1" 200 156 0.010199 10.0.0.42 - - [2024-10-28 02:12:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.42 - - [2024-10-28 02:12:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004253 10.0.0.42 - - [2024-10-28 02:12:19] "POST /ref-update HTTP/1.1" 200 156 0.008623 10.0.0.42 - - [2024-10-28 02:12:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004195 10.0.0.42 - - [2024-10-28 02:12:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.42 - - [2024-10-28 02:12:19] "POST /ref-update HTTP/1.1" 200 156 0.009160 10.0.0.42 - - [2024-10-28 02:12:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004418 10.0.0.42 - - [2024-10-28 02:12:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004277 10.0.0.42 - - [2024-10-28 02:12:19] "POST /ref-update HTTP/1.1" 200 156 0.009514 10.0.0.42 - - [2024-10-28 02:12:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.42 - - [2024-10-28 02:12:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003827 10.0.0.42 - - [2024-10-28 02:12:19] "POST /ref-update HTTP/1.1" 200 156 0.009285 10.0.0.42 - - [2024-10-28 02:12:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004059 10.0.0.42 - - [2024-10-28 02:12:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003888 10.0.0.42 - - [2024-10-28 02:12:19] "POST /ref-update HTTP/1.1" 200 156 0.013921 10.0.0.42 - - [2024-10-28 02:12:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004369 10.0.0.42 - - [2024-10-28 02:12:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004363 10.0.0.42 - - [2024-10-28 02:12:20] "POST /ref-update HTTP/1.1" 200 156 0.009263 10.0.0.42 - - [2024-10-28 02:12:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.42 - - [2024-10-28 02:12:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.42 - - [2024-10-28 02:12:20] "POST /ref-update HTTP/1.1" 200 156 0.014667 10.0.0.42 - - [2024-10-28 02:12:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004812 10.0.0.42 - - [2024-10-28 02:12:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004884 10.0.0.42 - - [2024-10-28 02:12:20] "POST /ref-update HTTP/1.1" 200 156 0.013611 10.0.0.42 - - [2024-10-28 02:12:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.42 - - [2024-10-28 02:12:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004392 10.0.0.42 - - [2024-10-28 02:12:20] "POST /ref-update HTTP/1.1" 200 156 0.010675 10.0.0.42 - - [2024-10-28 02:12:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004013 10.0.0.42 - - [2024-10-28 02:12:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.42 - - [2024-10-28 02:12:20] "POST /ref-update HTTP/1.1" 200 156 0.011045 10.0.0.42 - - [2024-10-28 02:12:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004532 10.0.0.42 - - [2024-10-28 02:12:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003754 10.0.0.42 - - [2024-10-28 02:12:20] "POST /ref-update HTTP/1.1" 200 156 0.010671 10.0.0.42 - - [2024-10-28 02:12:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003835 10.0.0.42 - - [2024-10-28 02:12:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.42 - - [2024-10-28 02:12:21] "POST /ref-update HTTP/1.1" 200 156 0.012082 10.0.0.42 - - [2024-10-28 02:12:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004347 10.0.0.42 - - [2024-10-28 02:12:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004506 10.0.0.42 - - [2024-10-28 02:12:21] "POST /ref-update HTTP/1.1" 200 156 0.010217 10.0.0.42 - - [2024-10-28 02:12:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004476 10.0.0.42 - - [2024-10-28 02:12:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003915 10.0.0.42 - - [2024-10-28 02:12:21] "POST /ref-update HTTP/1.1" 200 156 0.010397 10.0.0.42 - - [2024-10-28 02:12:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004848 10.0.0.42 - - [2024-10-28 02:12:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004802 10.0.0.42 - - [2024-10-28 02:12:21] "POST /ref-update HTTP/1.1" 200 156 0.011574 10.0.0.42 - - [2024-10-28 02:12:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.42 - - [2024-10-28 02:12:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004172 10.0.0.42 - - [2024-10-28 02:12:21] "POST /ref-update HTTP/1.1" 200 156 0.010273 10.0.0.42 - - [2024-10-28 02:12:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.42 - - [2024-10-28 02:12:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003815 10.0.0.42 - - [2024-10-28 02:12:21] "POST /ref-update HTTP/1.1" 200 156 0.011289 10.0.0.42 - - [2024-10-28 02:12:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003821 10.0.0.42 - - [2024-10-28 02:12:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004137 10.0.0.42 - - [2024-10-28 02:12:21] "POST /ref-update HTTP/1.1" 200 156 0.011230 10.0.0.42 - - [2024-10-28 02:12:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.42 - - [2024-10-28 02:12:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.42 - - [2024-10-28 02:12:22] "POST /ref-update HTTP/1.1" 200 156 0.012354 10.0.0.42 - - [2024-10-28 02:12:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.42 - - [2024-10-28 02:12:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004325 10.0.0.42 - - [2024-10-28 02:12:22] "POST /ref-update HTTP/1.1" 200 156 0.008902 10.0.0.42 - - [2024-10-28 02:12:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.42 - - [2024-10-28 02:12:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005142 10.0.0.42 - - [2024-10-28 02:12:22] "POST /ref-update HTTP/1.1" 200 156 0.013447 10.0.0.42 - - [2024-10-28 02:12:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.42 - - [2024-10-28 02:12:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005053 10.0.0.42 - - [2024-10-28 02:12:22] "POST /ref-update HTTP/1.1" 200 156 0.009728 10.0.0.42 - - [2024-10-28 02:12:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004888 10.0.0.42 - - [2024-10-28 02:12:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004678 10.0.0.42 - - [2024-10-28 02:12:22] "POST /ref-update HTTP/1.1" 200 156 0.013911 10.0.0.42 - - [2024-10-28 02:12:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005484 10.0.0.42 - - [2024-10-28 02:12:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004726 10.0.0.42 - - [2024-10-28 02:12:22] "POST /ref-update HTTP/1.1" 200 156 0.011898 10.0.0.42 - - [2024-10-28 02:12:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.42 - - [2024-10-28 02:12:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.42 - - [2024-10-28 02:12:23] "POST /ref-update HTTP/1.1" 200 156 0.009341 10.0.0.42 - - [2024-10-28 02:12:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004864 10.0.0.42 - - [2024-10-28 02:12:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005908 10.0.0.42 - - [2024-10-28 02:12:23] "POST /ref-update HTTP/1.1" 200 156 0.013538 10.0.0.42 - - [2024-10-28 02:12:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.42 - - [2024-10-28 02:12:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.42 - - [2024-10-28 02:12:23] "POST /ref-update HTTP/1.1" 200 156 0.010172 10.0.0.42 - - [2024-10-28 02:12:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.42 - - [2024-10-28 02:12:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004055 10.0.0.42 - - [2024-10-28 02:12:23] "POST /ref-update HTTP/1.1" 200 156 0.011135 10.0.0.42 - - [2024-10-28 02:12:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940 10.0.0.42 - - [2024-10-28 02:12:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004757 10.0.0.42 - - [2024-10-28 02:12:23] "POST /ref-update HTTP/1.1" 200 156 0.012597 10.0.0.42 - - [2024-10-28 02:12:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004100 10.0.0.42 - - [2024-10-28 02:12:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004230 10.0.0.42 - - [2024-10-28 02:12:23] "POST /ref-update HTTP/1.1" 200 156 0.013155 10.0.0.42 - - [2024-10-28 02:12:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003840 10.0.0.42 - - [2024-10-28 02:12:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003866 10.0.0.42 - - [2024-10-28 02:12:23] "POST /ref-update HTTP/1.1" 200 156 0.011711 10.0.0.42 - - [2024-10-28 02:12:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003981 10.0.0.42 - - [2024-10-28 02:12:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005035 10.0.0.42 - - [2024-10-28 02:12:24] "POST /ref-update HTTP/1.1" 200 156 0.011066 10.0.0.42 - - [2024-10-28 02:12:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894 10.0.0.42 - - [2024-10-28 02:12:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.42 - - [2024-10-28 02:12:24] "POST /ref-update HTTP/1.1" 200 156 0.011367 10.0.0.42 - - [2024-10-28 02:12:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.42 - - [2024-10-28 02:12:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004338 10.0.0.42 - - [2024-10-28 02:12:24] "POST /ref-update HTTP/1.1" 200 156 0.009993 10.0.0.42 - - [2024-10-28 02:12:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004259 10.0.0.42 - - [2024-10-28 02:12:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.42 - - [2024-10-28 02:12:24] "POST /ref-update HTTP/1.1" 200 156 0.011165 10.0.0.42 - - [2024-10-28 02:12:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.42 - - [2024-10-28 02:12:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.42 - - [2024-10-28 02:12:24] "POST /ref-update HTTP/1.1" 200 156 0.010313 10.0.0.42 - - [2024-10-28 02:12:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.42 - - [2024-10-28 02:12:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.42 - - [2024-10-28 02:12:24] "POST /ref-update HTTP/1.1" 200 156 0.010076 10.0.0.42 - - [2024-10-28 02:12:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.42 - - [2024-10-28 02:12:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005312 10.0.0.42 - - [2024-10-28 02:12:25] "POST /ref-update HTTP/1.1" 200 156 0.011856 10.0.0.42 - - [2024-10-28 02:12:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003815 10.0.0.42 - - [2024-10-28 02:12:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920 10.0.0.42 - - [2024-10-28 02:12:25] "POST /ref-update HTTP/1.1" 200 156 0.010673 10.0.0.42 - - [2024-10-28 02:12:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.42 - - [2024-10-28 02:12:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004001 10.0.0.42 - - [2024-10-28 02:12:25] "POST /ref-update HTTP/1.1" 200 156 0.012956 10.0.0.42 - - [2024-10-28 02:12:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004006 10.0.0.42 - - [2024-10-28 02:12:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004451 10.0.0.42 - - [2024-10-28 02:12:25] "POST /ref-update HTTP/1.1" 200 156 0.010058 10.0.0.42 - - [2024-10-28 02:12:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.42 - - [2024-10-28 02:12:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.42 - - [2024-10-28 02:12:25] "POST /ref-update HTTP/1.1" 200 156 0.011391 10.0.0.42 - - [2024-10-28 02:12:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.42 - - [2024-10-28 02:12:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004116 10.0.0.42 - - [2024-10-28 02:12:25] "POST /ref-update HTTP/1.1" 200 156 0.008941 10.0.0.42 - - [2024-10-28 02:12:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.42 - - [2024-10-28 02:12:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.42 - - [2024-10-28 02:12:25] "POST /ref-update HTTP/1.1" 200 156 0.010766 10.0.0.42 - - [2024-10-28 02:12:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.42 - - [2024-10-28 02:12:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.42 - - [2024-10-28 02:12:26] "POST /ref-update HTTP/1.1" 200 156 0.009800 10.0.0.42 - - [2024-10-28 02:12:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005231 10.0.0.42 - - [2024-10-28 02:12:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.42 - - [2024-10-28 02:12:26] "POST /ref-update HTTP/1.1" 200 156 0.011514 10.0.0.42 - - [2024-10-28 02:12:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004153 10.0.0.42 - - [2024-10-28 02:12:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003807 10.0.0.42 - - [2024-10-28 02:12:26] "POST /ref-update HTTP/1.1" 200 156 0.009228 10.0.0.42 - - [2024-10-28 02:12:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004857 10.0.0.42 - - [2024-10-28 02:12:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.42 - - [2024-10-28 02:12:26] "POST /ref-update HTTP/1.1" 200 156 0.013902 10.0.0.42 - - [2024-10-28 02:12:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004295 10.0.0.42 - - [2024-10-28 02:12:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.42 - - [2024-10-28 02:12:26] "POST /ref-update HTTP/1.1" 200 156 0.011624 10.0.0.42 - - [2024-10-28 02:12:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882 10.0.0.42 - - [2024-10-28 02:12:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004758 10.0.0.42 - - [2024-10-28 02:12:26] "POST /ref-update HTTP/1.1" 200 156 0.009673 10.0.0.42 - - [2024-10-28 02:12:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.42 - - [2024-10-28 02:12:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.42 - - [2024-10-28 02:12:27] "POST /ref-update HTTP/1.1" 200 156 0.010197 10.0.0.42 - - [2024-10-28 02:12:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.42 - - [2024-10-28 02:12:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896 10.0.0.42 - - [2024-10-28 02:12:27] "POST /ref-update HTTP/1.1" 200 156 0.010939 10.0.0.42 - - [2024-10-28 02:12:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005008 10.0.0.42 - - [2024-10-28 02:12:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.42 - - [2024-10-28 02:12:27] "POST /ref-update HTTP/1.1" 200 156 0.011066 10.0.0.42 - - [2024-10-28 02:12:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.42 - - [2024-10-28 02:12:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005689 10.0.0.42 - - [2024-10-28 02:12:27] "POST /ref-update HTTP/1.1" 200 156 0.011628 10.0.0.42 - - [2024-10-28 02:12:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004444 10.0.0.42 - - [2024-10-28 02:12:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.42 - - [2024-10-28 02:12:27] "POST /ref-update HTTP/1.1" 200 156 0.013031 10.0.0.42 - - [2024-10-28 02:12:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004633 10.0.0.42 - - [2024-10-28 02:12:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003832 10.0.0.42 - - [2024-10-28 02:12:27] "POST /ref-update HTTP/1.1" 200 156 0.012036 10.0.0.42 - - [2024-10-28 02:12:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004036 10.0.0.42 - - [2024-10-28 02:12:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003816 10.0.0.42 - - [2024-10-28 02:12:28] "POST /ref-update HTTP/1.1" 200 156 0.008637 10.0.0.42 - - [2024-10-28 02:12:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003993 10.0.0.42 - - [2024-10-28 02:12:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.42 - - [2024-10-28 02:12:28] "POST /ref-update HTTP/1.1" 200 156 0.009009 10.0.0.42 - - [2024-10-28 02:12:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003589 10.0.0.42 - - [2024-10-28 02:12:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.42 - - [2024-10-28 02:12:28] "POST /ref-update HTTP/1.1" 200 156 0.008680 10.0.0.42 - - [2024-10-28 02:12:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.42 - - [2024-10-28 02:12:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004282 10.0.0.42 - - [2024-10-28 02:12:28] "POST /ref-update HTTP/1.1" 200 156 0.011198 10.0.0.42 - - [2024-10-28 02:12:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.42 - - [2024-10-28 02:12:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.42 - - [2024-10-28 02:12:28] "POST /ref-update HTTP/1.1" 200 156 0.010246 10.0.0.42 - - [2024-10-28 02:12:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.42 - - [2024-10-28 02:12:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004196 10.0.0.42 - - [2024-10-28 02:12:28] "POST /ref-update HTTP/1.1" 200 156 0.011441 10.0.0.42 - - [2024-10-28 02:12:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.42 - - [2024-10-28 02:12:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004761 10.0.0.42 - - [2024-10-28 02:12:28] "POST /ref-update HTTP/1.1" 200 156 0.007568 10.0.0.42 - - [2024-10-28 02:12:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004722 10.0.0.42 - - [2024-10-28 02:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.42 - - [2024-10-28 02:12:29] "POST /ref-update HTTP/1.1" 200 156 0.011597 10.0.0.42 - - [2024-10-28 02:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004356 10.0.0.42 - - [2024-10-28 02:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004717 10.0.0.42 - - [2024-10-28 02:12:29] "POST /ref-update HTTP/1.1" 200 156 0.007700 10.0.0.42 - - [2024-10-28 02:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004977 10.0.0.42 - - [2024-10-28 02:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004179 10.0.0.42 - - [2024-10-28 02:12:29] "POST /ref-update HTTP/1.1" 200 156 0.011897 10.0.0.42 - - [2024-10-28 02:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004616 10.0.0.42 - - [2024-10-28 02:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004573 10.0.0.42 - - [2024-10-28 02:12:29] "POST /ref-update HTTP/1.1" 200 156 0.011623 10.0.0.42 - - [2024-10-28 02:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003765 10.0.0.42 - - [2024-10-28 02:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004194 10.0.0.42 - - [2024-10-28 02:12:29] "POST /ref-update HTTP/1.1" 200 156 0.013979 10.0.0.42 - - [2024-10-28 02:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.42 - - [2024-10-28 02:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.42 - - [2024-10-28 02:12:29] "POST /ref-update HTTP/1.1" 200 156 0.013583 10.0.0.42 - - [2024-10-28 02:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.42 - - [2024-10-28 02:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.42 - - [2024-10-28 02:12:30] "POST /ref-update HTTP/1.1" 200 156 0.011471 10.0.0.42 - - [2024-10-28 02:12:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004404 10.0.0.42 - - [2024-10-28 02:12:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003957 10.0.0.42 - - [2024-10-28 02:12:30] "POST /ref-update HTTP/1.1" 200 156 0.012918 10.0.0.42 - - [2024-10-28 02:12:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.42 - - [2024-10-28 02:12:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004487 10.0.0.42 - - [2024-10-28 02:12:30] "POST /ref-update HTTP/1.1" 200 156 0.010568 10.0.0.42 - - [2024-10-28 02:12:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004722 10.0.0.42 - - [2024-10-28 02:12:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003967 10.0.0.42 - - [2024-10-28 02:12:30] "POST /ref-update HTTP/1.1" 200 156 0.016783 10.0.0.42 - - [2024-10-28 02:12:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004467 10.0.0.42 - - [2024-10-28 02:12:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.42 - - [2024-10-28 02:12:30] "POST /ref-update HTTP/1.1" 200 156 0.012882 10.0.0.42 - - [2024-10-28 02:12:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.006499 10.0.0.42 - - [2024-10-28 02:12:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004598 10.0.0.42 - - [2024-10-28 02:12:30] "POST /ref-update HTTP/1.1" 200 156 0.010025 10.0.0.42 - - [2024-10-28 02:12:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004137 10.0.0.42 - - [2024-10-28 02:12:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.42 - - [2024-10-28 02:12:30] "POST /ref-update HTTP/1.1" 200 156 0.009525 10.0.0.42 - - [2024-10-28 02:12:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.42 - - [2024-10-28 02:12:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713 10.0.0.42 - - [2024-10-28 02:12:31] "POST /ref-update HTTP/1.1" 200 156 0.008859 10.0.0.42 - - [2024-10-28 02:12:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.42 - - [2024-10-28 02:12:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.42 - - [2024-10-28 02:12:31] "POST /ref-update HTTP/1.1" 200 156 0.010658 10.0.0.42 - - [2024-10-28 02:12:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.42 - - [2024-10-28 02:12:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004364 10.0.0.42 - - [2024-10-28 02:12:31] "POST /ref-update HTTP/1.1" 200 156 0.010015 10.0.0.42 - - [2024-10-28 02:12:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004190 10.0.0.42 - - [2024-10-28 02:12:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004004 10.0.0.42 - - [2024-10-28 02:12:31] "POST /ref-update HTTP/1.1" 200 156 0.010171 10.0.0.42 - - [2024-10-28 02:12:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.42 - - [2024-10-28 02:12:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.42 - - [2024-10-28 02:12:31] "POST /ref-update HTTP/1.1" 200 156 0.009746 10.0.0.42 - - [2024-10-28 02:12:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004483 10.0.0.42 - - [2024-10-28 02:12:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004113 10.0.0.42 - - [2024-10-28 02:12:31] "POST /ref-update HTTP/1.1" 200 156 0.010434 10.0.0.42 - - [2024-10-28 02:12:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.42 - - [2024-10-28 02:12:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004347 10.0.0.42 - - [2024-10-28 02:12:32] "POST /ref-update HTTP/1.1" 200 156 0.010352 10.0.0.42 - - [2024-10-28 02:12:32] "POST /network-ipams HTTP/1.1" 200 550 0.021826 10.0.0.42 - - [2024-10-28 02:12:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003049 10.0.0.42 - - [2024-10-28 02:12:32] "POST /virtual-networks HTTP/1.1" 200 552 0.115243 10.0.0.42 - - [2024-10-28 02:12:32] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.003458 10.0.0.42 - - [2024-10-28 02:12:32] "POST /fqname-to-id HTTP/1.1" 404 188 0.003640 10.0.0.42 - - [2024-10-28 02:12:32] "POST /fqname-to-id HTTP/1.1" 404 178 0.003419 10.0.0.42 - - [2024-10-28 02:12:32] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 312 0.003712 10.0.0.42 - - [2024-10-28 02:12:32] "GET /fabric/b2ecfd38-1114-4c00-8190-8258d968d785?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1116 0.004976 10.0.0.42 - - [2024-10-28 02:12:32] "POST /fqname-to-id HTTP/1.1" 404 198 0.003675 10.0.0.42 - - [2024-10-28 02:12:32] "POST /fqname-to-id HTTP/1.1" 404 205 0.004089 10.0.0.42 - - [2024-10-28 02:12:32] "POST /fqname-to-id HTTP/1.1" 404 207 0.003534 10.0.0.42 - - [2024-10-28 02:12:32] "POST /route-targets HTTP/1.1" 200 327 0.012839 10.0.0.42 - - [2024-10-28 02:12:32] "POST /ref-update HTTP/1.1" 200 156 0.013900 10.0.0.42 - - [2024-10-28 02:13:02] "GET / HTTP/1.1" 200 35931 0.002240 10.0.0.42 - - [2024-10-28 02:13:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000610 10.0.0.42 - - [2024-10-28 02:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.033336 10.0.0.42 - - [2024-10-28 02:13:03] "GET /routing-instance/1f256f53-76b2-4ed4-9bfb-4a010a69cd6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.003936 10.0.0.42 - - [2024-10-28 02:13:03] "POST /bgp-routers HTTP/1.1" 200 620 0.025071 10.0.0.42 - - [2024-10-28 02:13:03] "GET /bgp-router/2c629ccc-a047-4f40-92b3-8ca719893d6e?fields=global_system_config_back_refs HTTP/1.1" 200 1115 0.005864 10.0.0.42 - - [2024-10-28 02:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004989 10.0.0.42 - - [2024-10-28 02:13:03] "GET /global-system-config/2728f3f6-0a0e-4921-9797-54aac5f2dedf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.004522 10.0.0.42 - - [2024-10-28 02:13:03] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004735 10.0.0.42 - - [2024-10-28 02:13:03] "POST /ref-update HTTP/1.1" 200 156 0.008353 10.0.0.42 - - [2024-10-28 02:14:03] "GET / HTTP/1.1" 200 35931 0.002583 10.0.0.42 - - [2024-10-28 02:14:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000680 10.0.0.42 - - [2024-10-28 02:14:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.040576 10.0.0.42 - - [2024-10-28 02:14:04] "GET /global-system-config/2728f3f6-0a0e-4921-9797-54aac5f2dedf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.007844 10.0.0.42 - - [2024-10-28 02:14:04] "POST /fqname-to-id HTTP/1.1" 404 220 0.005035 10.0.0.42 - - [2024-10-28 02:14:04] "POST /database-nodes HTTP/1.1" 200 603 0.026927 10.0.0.42 - - [2024-10-28 02:14:57] "GET / HTTP/1.1" 200 35931 0.003061 10.0.0.42 - - [2024-10-28 02:14:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000674 10.0.0.42 - - [2024-10-28 02:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.029004 10.0.0.42 - - [2024-10-28 02:14:58] "GET /global-system-config/2728f3f6-0a0e-4921-9797-54aac5f2dedf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.003993 10.0.0.42 - - [2024-10-28 02:14:58] "POST /fqname-to-id HTTP/1.1" 404 220 0.003592 10.0.0.42 - - [2024-10-28 02:14:58] "POST /analytics-nodes HTTP/1.1" 200 605 0.019036 10.0.0.42 - - [2024-10-28 02:15:03] "GET / HTTP/1.1" 200 35931 0.002671 10.0.0.42 - - [2024-10-28 02:15:15] "GET / HTTP/1.1" 200 35931 0.001904 10.0.0.42 - - [2024-10-28 02:15:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000521 10.0.0.42 - - [2024-10-28 02:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.034629 10.0.0.42 - - [2024-10-28 02:15:16] "GET /global-system-config/2728f3f6-0a0e-4921-9797-54aac5f2dedf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.005421 10.0.0.42 - - [2024-10-28 02:15:16] "POST /fqname-to-id HTTP/1.1" 404 220 0.003477 10.0.0.42 - - [2024-10-28 02:15:16] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.035326 10.0.0.42 - - [2024-10-28 02:15:28] "GET / HTTP/1.1" 200 35931 0.003406 10.0.0.42 - - [2024-10-28 02:15:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000837 10.0.0.42 - - [2024-10-28 02:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.032407 10.0.0.42 - - [2024-10-28 02:15:29] "GET /global-system-config/2728f3f6-0a0e-4921-9797-54aac5f2dedf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.003979 10.0.0.42 - - [2024-10-28 02:15:29] "POST /fqname-to-id HTTP/1.1" 404 220 0.005471 10.0.0.42 - - [2024-10-28 02:15:29] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.032218 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.42 - - [2024-10-28 02:15:31] "GET /obj-perms HTTP/1.1" 200 5056 0.450883 10.0.0.42 - - [2024-10-28 02:15:31] "GET /obj-perms HTTP/1.1" 200 5056 0.058412 10.0.0.42 - - [2024-10-28 02:16:32] "GET /obj-perms HTTP/1.1" 200 5056 0.066314 10.0.0.42 - - [2024-10-28 02:16:32] "GET /obj-perms HTTP/1.1" 200 5056 0.065382 10.0.0.42 - - [2024-10-28 02:17:09] "GET /global-system-configs HTTP/1.1" 200 322 0.036518 10.0.0.42 - - [2024-10-28 02:17:09] "GET /obj-perms HTTP/1.1" 200 5056 0.083649 10.0.0.42 - - [2024-10-28 02:17:10] "GET /global-system-configs HTTP/1.1" 200 322 0.013303 10.0.0.42 - - [2024-10-28 02:17:10] "GET /obj-perms HTTP/1.1" 200 5056 0.041456 10.0.0.42 - - [2024-10-28 02:17:11] "GET / HTTP/1.1" 200 35931 0.001935 10.0.0.42 - - [2024-10-28 02:17:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000501 10.0.0.42 - - [2024-10-28 02:17:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.041564 10.0.0.42 - - [2024-10-28 02:17:11] "GET /global-system-config/2728f3f6-0a0e-4921-9797-54aac5f2dedf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.006258 10.0.0.42 - - [2024-10-28 02:17:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004700 10.0.0.42 - - [2024-10-28 02:17:11] "GET /routing-instance/1f256f53-76b2-4ed4-9bfb-4a010a69cd6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.003932 10.0.0.42 - - [2024-10-28 02:17:11] "PUT /global-system-config/2728f3f6-0a0e-4921-9797-54aac5f2dedf HTTP/1.1" 200 274 0.012424 10.0.0.42 - - [2024-10-28 02:17:11] "POST /fqname-to-id HTTP/1.1" 404 218 0.004656 10.0.0.42 - - [2024-10-28 02:17:11] "POST /virtual-routers HTTP/1.1" 200 603 0.024509 10.0.0.42 - - [2024-10-28 02:17:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005051 10.0.0.42 - - [2024-10-28 02:17:11] "GET /virtual-router/a14b3dd2-dc98-44a4-8999-eb56fb788678?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1244 0.006056 10.0.0.42 - - [2024-10-28 02:17:11] "POST /fqname-to-id HTTP/1.1" 404 231 0.003348 10.0.0.42 - - [2024-10-28 02:17:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.42 - - [2024-10-28 02:17:12] "GET /virtual-network/308fa506-1a21-45e5-9ac0-648c2b80761f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.004319 10.0.0.42 - - [2024-10-28 02:17:12] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.049378 10.0.0.42 - - [2024-10-28 02:17:12] "PUT /access-control-list/68bd05da-ef64-4453-a20d-aa03d1656bc7 HTTP/1.1" 200 272 0.041681 [Introspect:8084]10.0.0.42 - - [2024-10-28 02:17:20] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001200 [Introspect:8084]10.0.0.42 - - [2024-10-28 02:17:20] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001380 [Introspect:8084]10.0.0.42 - - [2024-10-28 02:17:22] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001358 [Introspect:8084]10.0.0.42 - - [2024-10-28 02:17:22] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001749 10.0.0.42 - - [2024-10-28 02:17:32] "GET /obj-perms HTTP/1.1" 200 5056 0.071264 10.0.0.42 - - [2024-10-28 02:17:33] "GET /obj-perms HTTP/1.1" 200 5056 0.059835 10.0.0.42 - - [2024-10-28 02:18:33] "GET / HTTP/1.1" 200 35931 0.002612 10.0.0.42 - - [2024-10-28 02:18:34] "GET /obj-perms HTTP/1.1" 200 5056 0.400452 10.0.0.42 - - [2024-10-28 02:18:34] "GET /obj-perms HTTP/1.1" 200 5056 0.122623 10.0.0.42 - - [2024-10-28 02:18:34] "GET /project/5780e375-710c-49ea-8e84-89b5537f74a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000588 10.0.0.42 - - [2024-10-28 02:18:35] "GET /projects?obj_uuids=5780e375-710c-49ea-8e84-89b5537f74a5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.028942 10.0.0.42 - - [2024-10-28 02:18:35] "GET /domains?obj_uuids=80462946-db05-473a-912b-5ba74f83468f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002251 10.0.0.42 - - [2024-10-28 02:18:35] "GET /domain/80462946-db05-473a-912b-5ba74f83468f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.041278 10.0.0.42 - - [2024-10-28 02:18:35] "POST /id-to-fqname HTTP/1.1" 200 167 0.001650 10.0.0.42 - - [2024-10-28 02:18:35] "POST /fqname-to-id HTTP/1.1" 404 176 0.003055 10.0.0.42 - - [2024-10-28 02:18:35] "POST /security-groups HTTP/1.1" 200 568 0.071531 10.0.0.42 - - [2024-10-28 02:18:35] "POST /fqname-to-id HTTP/1.1" 404 207 0.003449 10.0.0.42 - - [2024-10-28 02:18:35] "POST /projects HTTP/1.1" 200 539 0.244452 10.0.0.42 - - [2024-10-28 02:18:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.324759 10.0.0.42 - - [2024-10-28 02:18:35] "POST /access-control-lists HTTP/1.1" 200 573 0.071434 10.0.0.42 - - [2024-10-28 02:18:35] "POST /fqname-to-id HTTP/1.1" 404 206 0.005097 10.0.0.42 - - [2024-10-28 02:18:35] "GET /project/5780e375-710c-49ea-8e84-89b5537f74a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.529712 10.0.0.42 - - [2024-10-28 02:18:35] "POST /access-control-lists HTTP/1.1" 200 571 0.069062 [Introspect:8084]10.0.0.42 - - [2024-10-28 02:18:36] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001360 10.0.0.42 - - [2024-10-28 02:18:36] "POST /fqname-to-id HTTP/1.1" 404 199 0.031020 10.0.0.42 - - [2024-10-28 02:18:36] "GET /projects?obj_uuids=c38a49ce-f111-4450-a86f-ddb02c6aa7d2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003304 10.0.0.42 - - [2024-10-28 02:18:36] "GET /domains?obj_uuids=80462946-db05-473a-912b-5ba74f83468f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001260 10.0.0.42 - - [2024-10-28 02:18:36] "GET /domain/80462946-db05-473a-912b-5ba74f83468f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007681 10.0.0.42 - - [2024-10-28 02:18:36] "POST /id-to-fqname HTTP/1.1" 200 201 0.002103 10.0.0.42 - - [2024-10-28 02:18:36] "POST /fqname-to-id HTTP/1.1" 404 210 0.004231 10.0.0.42 - - [2024-10-28 02:18:36] "POST /security-groups HTTP/1.1" 200 602 0.066779 10.0.0.42 - - [2024-10-28 02:18:36] "POST /fqname-to-id HTTP/1.1" 404 245 0.003848 10.0.0.42 - - [2024-10-28 02:18:36] "POST /projects HTTP/1.1" 200 607 0.238712 10.0.0.42 - - [2024-10-28 02:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.315867 10.0.0.42 - - [2024-10-28 02:18:36] "POST /access-control-lists HTTP/1.1" 200 607 0.063247 10.0.0.42 - - [2024-10-28 02:18:37] "POST /fqname-to-id HTTP/1.1" 404 244 0.003451 10.0.0.42 - - [2024-10-28 02:18:37] "GET /project/c38a49ce-f111-4450-a86f-ddb02c6aa7d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.459659 10.0.0.42 - - [2024-10-28 02:18:37] "POST /access-control-lists HTTP/1.1" 200 605 0.071722 10.0.0.42 - - [2024-10-28 02:18:38] "GET / HTTP/1.1" 200 35931 0.002673 10.0.0.42 - - [2024-10-28 02:18:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000629 10.0.0.42 - - [2024-10-28 02:18:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.064047 10.0.0.42 - - [2024-10-28 02:18:39] "GET /projects?obj_uuids=c38a49ce-f111-4450-a86f-ddb02c6aa7d2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001461 10.0.0.42 - - [2024-10-28 02:18:39] "GET /project/c38a49ce-f111-4450-a86f-ddb02c6aa7d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.028317 10.0.0.42 - - [2024-10-28 02:18:39] "POST /neutron/network HTTP/1.1" 200 117 0.048107 10.0.0.42 - - [2024-10-28 02:18:39] "GET /projects?obj_uuids=c38a49ce-f111-4450-a86f-ddb02c6aa7d2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002089 10.0.0.42 - - [2024-10-28 02:18:39] "POST /neutron/network HTTP/1.1" 200 620 0.101976 10.0.0.42 - - [2024-10-28 02:18:39] "POST /route-targets HTTP/1.1" 200 327 0.029811 10.0.0.42 - - [2024-10-28 02:18:39] "POST /ref-update HTTP/1.1" 200 156 0.015395 10.0.0.42 - - [2024-10-28 02:18:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002903 10.0.0.42 - - [2024-10-28 02:18:40] "POST /neutron/subnet HTTP/1.1" 200 725 0.197423 10.0.0.42 - - [2024-10-28 02:18:40] "POST /neutron/network HTTP/1.1" 200 839 0.006735 10.0.0.42 - - [2024-10-28 02:18:40] "POST /id-to-fqname HTTP/1.1" 200 233 0.001579 10.0.0.42 - - [2024-10-28 02:18:40] "GET /virtual-network/552dcfa7-dc9d-41d4-a74a-8767554b4ad9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.003496 10.0.0.42 - - [2024-10-28 02:18:40] "POST /neutron/network HTTP/1.1" 200 839 0.007514 10.0.0.42 - - [2024-10-28 02:18:40] "GET /virtual-network/552dcfa7-dc9d-41d4-a74a-8767554b4ad9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004515 10.0.0.42 - - [2024-10-28 02:18:40] "POST /neutron/network HTTP/1.1" 200 839 0.007394 10.0.0.42 - - [2024-10-28 02:18:40] "POST /neutron/subnet HTTP/1.1" 200 725 0.009789 10.0.0.42 - - [2024-10-28 02:18:40] "GET /domains HTTP/1.1" 401 292 0.000603 10.0.0.42 - - [2024-10-28 02:18:40] "GET /domains HTTP/1.1" 200 280 0.034776 10.0.0.42 - - [2024-10-28 02:18:40] "GET /domains?obj_uuids=80462946-db05-473a-912b-5ba74f83468f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001444 10.0.0.42 - - [2024-10-28 02:18:40] "GET /domain/80462946-db05-473a-912b-5ba74f83468f HTTP/1.1" 200 2584 0.015772 10.0.0.42 - - [2024-10-28 02:18:40] "GET /projects?obj_uuids=c38a49ce-f111-4450-a86f-ddb02c6aa7d2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001417 10.0.0.42 - - [2024-10-28 02:18:40] "GET /project/c38a49ce-f111-4450-a86f-ddb02c6aa7d2 HTTP/1.1" 200 2169 0.070724 10.0.0.42 - - [2024-10-28 02:18:40] "GET /virtual-network/552dcfa7-dc9d-41d4-a74a-8767554b4ad9 HTTP/1.1" 200 2342 0.005186 10.0.0.42 - - [2024-10-28 02:18:40] "GET /virtual-network/552dcfa7-dc9d-41d4-a74a-8767554b4ad9 HTTP/1.1" 200 2342 0.003625 10.0.0.42 - - [2024-10-28 02:18:40] "GET /routing-instance/74c89dd2-b537-47ad-a7c9-ec63e82be57e HTTP/1.1" 200 1494 0.004787 10.0.0.42 - - [2024-10-28 02:18:40] "GET /routing-instance/74c89dd2-b537-47ad-a7c9-ec63e82be57e HTTP/1.1" 200 1494 0.003459 10.0.0.42 - - [2024-10-28 02:18:40] "GET /route-target/8700be82-6c94-4cf1-b456-a415b61f3315 HTTP/1.1" 200 1219 0.004072 10.0.0.42 - - [2024-10-28 02:18:40] "GET /virtual-network/552dcfa7-dc9d-41d4-a74a-8767554b4ad9 HTTP/1.1" 200 2342 0.004164 10.0.0.42 - - [2024-10-28 02:18:40] "GET /routing-instance/74c89dd2-b537-47ad-a7c9-ec63e82be57e HTTP/1.1" 200 1494 0.003722 10.0.0.42 - - [2024-10-28 02:18:40] "GET /virtual-network/552dcfa7-dc9d-41d4-a74a-8767554b4ad9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004918 10.0.0.42 - - [2024-10-28 02:18:40] "GET /virtual-network/552dcfa7-dc9d-41d4-a74a-8767554b4ad9 HTTP/1.1" 200 2342 0.004058 10.0.0.42 - - [2024-10-28 02:18:40] "GET /routing-instance/74c89dd2-b537-47ad-a7c9-ec63e82be57e HTTP/1.1" 200 1494 0.003664 10.0.0.42 - - [2024-10-28 02:18:40] "GET /routing-instance/74c89dd2-b537-47ad-a7c9-ec63e82be57e HTTP/1.1" 200 1494 0.004015 10.0.0.42 - - [2024-10-28 02:18:40] "GET /route-target/8700be82-6c94-4cf1-b456-a415b61f3315 HTTP/1.1" 200 1219 0.003566 10.0.0.42 - - [2024-10-28 02:18:40] "GET /domains HTTP/1.1" 200 280 0.003594 10.0.0.42 - - [2024-10-28 02:18:40] "GET /domains?obj_uuids=80462946-db05-473a-912b-5ba74f83468f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001200 10.0.0.42 - - [2024-10-28 02:18:40] "GET /domain/80462946-db05-473a-912b-5ba74f83468f HTTP/1.1" 200 2584 0.007650 10.0.0.42 - - [2024-10-28 02:18:40] "GET /projects?obj_uuids=c38a49ce-f111-4450-a86f-ddb02c6aa7d2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001122 10.0.0.42 - - [2024-10-28 02:18:41] "GET /project/c38a49ce-f111-4450-a86f-ddb02c6aa7d2 HTTP/1.1" 200 2169 0.083416 10.0.0.42 - - [2024-10-28 02:18:41] "GET /virtual-network/552dcfa7-dc9d-41d4-a74a-8767554b4ad9 HTTP/1.1" 200 2342 0.003179 10.0.0.42 - - [2024-10-28 02:18:41] "GET /obj-perms HTTP/1.1" 200 5052 0.056774 10.0.0.42 - - [2024-10-28 02:18:41] "POST /id-to-fqname HTTP/1.1" 200 233 0.001679 10.0.0.42 - - [2024-10-28 02:18:43] "POST /neutron/network HTTP/1.1" 200 849 0.008137 10.0.0.42 - - [2024-10-28 02:18:43] "GET /aaa-mode HTTP/1.1" 401 292 0.000592 10.0.0.42 - - [2024-10-28 02:18:43] "GET / HTTP/1.1" 200 35931 0.002373 10.0.0.42 - - [2024-10-28 02:18:43] "GET /project/c38a49ce-f111-4450-a86f-ddb02c6aa7d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000494 10.0.0.42 - - [2024-10-28 02:18:44] "GET /projects?obj_uuids=c38a49ce-f111-4450-a86f-ddb02c6aa7d2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001273 10.0.0.42 - - [2024-10-28 02:18:44] "GET /project/c38a49ce-f111-4450-a86f-ddb02c6aa7d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.055353 10.0.0.42 - - [2024-10-28 02:18:44] "POST /neutron/network HTTP/1.1" 200 839 0.037668 10.0.0.42 - - [2024-10-28 02:18:45] "POST /neutron/port HTTP/1.1" 200 117 0.006582 10.0.0.42 - - [2024-10-28 02:18:45] "POST /neutron/port HTTP/1.1" 200 117 0.005701 10.0.0.42 - - [2024-10-28 02:18:45] "POST /neutron/port HTTP/1.1" 200 117 0.010923 10.0.0.42 - - [2024-10-28 02:18:46] "POST /neutron/network HTTP/1.1" 200 849 0.008096 10.0.0.42 - - [2024-10-28 02:18:46] "GET /projects?obj_uuids=c38a49ce-f111-4450-a86f-ddb02c6aa7d2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001339 10.0.0.42 - - [2024-10-28 02:18:46] "POST /neutron/port HTTP/1.1" 200 1071 0.270576 10.0.0.42 - - [2024-10-28 02:18:47] "POST /neutron/port HTTP/1.1" 200 1071 0.044276 10.0.0.42 - - [2024-10-28 02:18:47] "POST /neutron/port HTTP/1.1" 200 1071 0.014922 10.0.0.42 - - [2024-10-28 02:18:47] "POST /neutron/port HTTP/1.1" 200 1125 0.103023 10.0.0.42 - - [2024-10-28 02:18:47] "POST /neutron/port HTTP/1.1" 200 1099 0.018574 10.0.0.42 - - [2024-10-28 02:18:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004398 10.0.0.42 - - [2024-10-28 02:18:47] "POST /neutron/subnet HTTP/1.1" 200 699 0.013941 10.0.0.42 - - [2024-10-28 02:18:47] "POST /neutron/port HTTP/1.1" 200 117 0.001930 10.0.0.42 - - [2024-10-28 02:18:47] "POST /neutron/network HTTP/1.1" 200 839 0.009164 10.0.0.42 - - [2024-10-28 02:18:50] "POST /neutron/port HTTP/1.1" 200 1099 0.020937 10.0.0.42 - - [2024-10-28 02:18:50] "POST /neutron/security_group HTTP/1.1" 200 2069 0.008432 10.0.0.42 - - [2024-10-28 02:18:55] "POST /neutron/port HTTP/1.1" 200 1099 0.021799 10.0.0.42 - - [2024-10-28 02:18:55] "POST /neutron/security_group HTTP/1.1" 200 2069 0.008101 10.0.0.42 - - [2024-10-28 02:18:55] "GET /obj-perms HTTP/1.1" 200 5052 0.004718 10.0.0.42 - - [2024-10-28 02:18:56] "GET /obj-perms HTTP/1.1" 200 5052 0.005134 10.0.0.42 - - [2024-10-28 02:18:57] "GET /obj-perms HTTP/1.1" 200 5052 0.004156 10.0.0.42 - - [2024-10-28 02:18:58] "GET /obj-perms HTTP/1.1" 200 5052 0.004459 10.0.0.42 - - [2024-10-28 02:18:59] "GET /obj-perms HTTP/1.1" 200 5052 0.004854 10.0.0.42 - - [2024-10-28 02:19:00] "POST /neutron/network HTTP/1.1" 200 839 0.011762 10.0.0.42 - - [2024-10-28 02:19:00] "POST /neutron/network HTTP/1.1" 400 204 0.017288 10.0.0.42 - - [2024-10-28 02:19:01] "POST /neutron/port HTTP/1.1" 200 1099 0.017278 10.0.0.42 - - [2024-10-28 02:19:01] "POST /neutron/port HTTP/1.1" 200 1125 0.010433 10.0.0.42 - - [2024-10-28 02:19:01] "POST /neutron/port HTTP/1.1" 200 151 0.141371 10.0.0.42 - - [2024-10-28 02:19:02] "POST /neutron/network HTTP/1.1" 200 839 0.008217 10.0.0.42 - - [2024-10-28 02:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.008515 10.0.0.42 - - [2024-10-28 02:19:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002359 10.0.0.42 - - [2024-10-28 02:19:02] "POST /useragent-kv HTTP/1.1" 200 115 0.001931 10.0.0.42 - - [2024-10-28 02:19:02] "POST /neutron/network HTTP/1.1" 200 151 0.139883 10.0.0.42 - - [2024-10-28 02:19:03] "GET /routing-instance/74c89dd2-b537-47ad-a7c9-ec63e82be57e HTTP/1.1" 404 171 0.005117 10.0.0.42 - - [2024-10-28 02:19:03] "DELETE /route-target/8700be82-6c94-4cf1-b456-a415b61f3315 HTTP/1.1" 200 115 0.038384 10.0.0.42 - - [2024-10-28 02:19:03] "GET /domains HTTP/1.1" 200 280 0.003660 10.0.0.42 - - [2024-10-28 02:19:03] "GET /domains?obj_uuids=80462946-db05-473a-912b-5ba74f83468f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001729 10.0.0.42 - - [2024-10-28 02:19:03] "GET /domain/80462946-db05-473a-912b-5ba74f83468f HTTP/1.1" 200 2584 0.010564 10.0.0.42 - - [2024-10-28 02:19:03] "GET /projects?obj_uuids=c38a49ce-f111-4450-a86f-ddb02c6aa7d2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002261 10.0.0.42 - - [2024-10-28 02:19:03] "GET /project/c38a49ce-f111-4450-a86f-ddb02c6aa7d2 HTTP/1.1" 200 1919 0.067670 10.0.0.42 - - [2024-10-28 02:19:03] "GET /projects?obj_uuids=c38a49ce-f111-4450-a86f-ddb02c6aa7d2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001427 10.0.0.42 - - [2024-10-28 02:19:03] "GET /project/c38a49ce-f111-4450-a86f-ddb02c6aa7d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.028422 10.0.0.42 - - [2024-10-28 02:19:03] "GET /projects?obj_uuids=c38a49ce-f111-4450-a86f-ddb02c6aa7d2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001345 10.0.0.42 - - [2024-10-28 02:19:03] "GET /project/c38a49ce-f111-4450-a86f-ddb02c6aa7d2?fields=virtual_networks HTTP/1.1" 200 1055 0.070891 10.0.0.42 - - [2024-10-28 02:19:03] "GET /projects?obj_uuids=c38a49ce-f111-4450-a86f-ddb02c6aa7d2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001268 10.0.0.42 - - [2024-10-28 02:19:03] "GET /project/c38a49ce-f111-4450-a86f-ddb02c6aa7d2?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.023408 10.0.0.42 - - [2024-10-28 02:19:03] "GET /projects?obj_uuids=c38a49ce-f111-4450-a86f-ddb02c6aa7d2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001489 10.0.0.42 - - [2024-10-28 02:19:03] "GET /project/c38a49ce-f111-4450-a86f-ddb02c6aa7d2?fields=security_groups HTTP/1.1" 200 1292 0.028994 10.0.0.42 - - [2024-10-28 02:19:04] "POST /fqname-to-id HTTP/1.1" 404 200 0.033643 10.0.0.42 - - [2024-10-28 02:19:04] "GET /projects?obj_uuids=dbb74c3b-748e-4600-afbb-a2ae035238e0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003521 10.0.0.42 - - [2024-10-28 02:19:04] "GET /domains?obj_uuids=80462946-db05-473a-912b-5ba74f83468f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001460 10.0.0.42 - - [2024-10-28 02:19:04] "GET /domain/80462946-db05-473a-912b-5ba74f83468f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010563 10.0.0.42 - - [2024-10-28 02:19:04] "POST /id-to-fqname HTTP/1.1" 200 202 0.001518 10.0.0.42 - - [2024-10-28 02:19:04] "POST /fqname-to-id HTTP/1.1" 404 211 0.003222 10.0.0.42 - - [2024-10-28 02:19:04] "POST /security-groups HTTP/1.1" 200 603 0.067602 10.0.0.42 - - [2024-10-28 02:19:04] "POST /fqname-to-id HTTP/1.1" 404 246 0.002928 10.0.0.42 - - [2024-10-28 02:19:04] "POST /projects HTTP/1.1" 200 609 0.235769 10.0.0.42 - - [2024-10-28 02:19:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.270409 10.0.0.42 - - [2024-10-28 02:19:05] "POST /access-control-lists HTTP/1.1" 200 608 0.074948 10.0.0.42 - - [2024-10-28 02:19:05] "GET /project/dbb74c3b-748e-4600-afbb-a2ae035238e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.421101 10.0.0.42 - - [2024-10-28 02:19:05] "POST /fqname-to-id HTTP/1.1" 404 245 0.006783 10.0.0.42 - - [2024-10-28 02:19:05] "POST /access-control-lists HTTP/1.1" 200 606 0.063947 10.0.0.42 - - [2024-10-28 02:19:06] "GET / HTTP/1.1" 200 35931 0.002460 10.0.0.42 - - [2024-10-28 02:19:06] "GET /projects?obj_uuids=5780e375-710c-49ea-8e84-89b5537f74a5&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001793 10.0.0.42 - - [2024-10-28 02:19:06] "GET /project/5780e375-710c-49ea-8e84-89b5537f74a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.040944 10.0.0.42 - - [2024-10-28 02:19:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004367 10.0.0.42 - - [2024-10-28 02:19:07] "GET /security-group/ccb2dcc9-0f34-4230-8b45-30c0695e74b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.006525 10.0.0.42 - - [2024-10-28 02:19:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004358 10.0.0.42 - - [2024-10-28 02:19:07] "GET /projects?obj_uuids=5780e375-710c-49ea-8e84-89b5537f74a5&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001480 10.0.0.42 - - [2024-10-28 02:19:07] "GET /project/5780e375-710c-49ea-8e84-89b5537f74a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.025469 10.0.0.42 - - [2024-10-28 02:19:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004025 10.0.0.42 - - [2024-10-28 02:19:07] "GET /security-group/ccb2dcc9-0f34-4230-8b45-30c0695e74b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.005097 10.0.0.42 - - [2024-10-28 02:19:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004703 10.0.0.42 - - [2024-10-28 02:19:08] "PUT /security-group/ccb2dcc9-0f34-4230-8b45-30c0695e74b6 HTTP/1.1" 200 262 0.017705 10.0.0.42 - - [2024-10-28 02:19:08] "PUT /access-control-list/06d4c4b1-fb9e-4fdb-9a3d-f4e8beba0bc4 HTTP/1.1" 200 272 0.022679 10.0.0.42 - - [2024-10-28 02:19:08] "PUT /access-control-list/79fe1260-7d87-4710-8661-86ca1c68572e HTTP/1.1" 200 272 0.020082 10.0.0.42 - - [2024-10-28 02:19:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000878 10.0.0.42 - - [2024-10-28 02:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.068066 10.0.0.42 - - [2024-10-28 02:19:08] "GET /projects?obj_uuids=dbb74c3b-748e-4600-afbb-a2ae035238e0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001358 10.0.0.42 - - [2024-10-28 02:19:08] "GET /project/dbb74c3b-748e-4600-afbb-a2ae035238e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.027825 10.0.0.42 - - [2024-10-28 02:19:08] "POST /neutron/network HTTP/1.1" 200 117 0.050557 10.0.0.42 - - [2024-10-28 02:19:08] "GET /projects?obj_uuids=dbb74c3b-748e-4600-afbb-a2ae035238e0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002063 10.0.0.42 - - [2024-10-28 02:19:08] "POST /neutron/network HTTP/1.1" 200 619 0.111845 10.0.0.42 - - [2024-10-28 02:19:09] "POST /route-targets HTTP/1.1" 200 327 0.016601 10.0.0.42 - - [2024-10-28 02:19:09] "POST /ref-update HTTP/1.1" 200 156 0.012949 10.0.0.42 - - [2024-10-28 02:19:09] "POST /useragent-kv HTTP/1.1" 200 115 0.004023 10.0.0.42 - - [2024-10-28 02:19:09] "POST /neutron/subnet HTTP/1.1" 200 730 0.183054 10.0.0.42 - - [2024-10-28 02:19:09] "POST /neutron/network HTTP/1.1" 200 839 0.007260 10.0.0.42 - - [2024-10-28 02:19:09] "POST /id-to-fqname HTTP/1.1" 200 233 0.001750 10.0.0.42 - - [2024-10-28 02:19:09] "GET /virtual-network/1ff9c00e-4acd-44a2-9665-f7149cb9aebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.003541 10.0.0.42 - - [2024-10-28 02:19:09] "POST /neutron/network HTTP/1.1" 200 839 0.007481 10.0.0.42 - - [2024-10-28 02:19:09] "GET /virtual-network/1ff9c00e-4acd-44a2-9665-f7149cb9aebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.003916 10.0.0.42 - - [2024-10-28 02:19:09] "POST /neutron/network HTTP/1.1" 200 839 0.008377 10.0.0.42 - - [2024-10-28 02:19:09] "POST /neutron/subnet HTTP/1.1" 200 730 0.008988 10.0.0.42 - - [2024-10-28 02:19:09] "GET /domains HTTP/1.1" 401 292 0.000577 10.0.0.42 - - [2024-10-28 02:19:09] "GET /domains HTTP/1.1" 200 280 0.033093 10.0.0.42 - - [2024-10-28 02:19:09] "GET /domains?obj_uuids=80462946-db05-473a-912b-5ba74f83468f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003082 10.0.0.42 - - [2024-10-28 02:19:09] "GET /domain/80462946-db05-473a-912b-5ba74f83468f HTTP/1.1" 200 2782 0.015839 10.0.0.42 - - [2024-10-28 02:19:09] "GET /projects?obj_uuids=dbb74c3b-748e-4600-afbb-a2ae035238e0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002045 10.0.0.42 - - [2024-10-28 02:19:09] "GET /project/dbb74c3b-748e-4600-afbb-a2ae035238e0 HTTP/1.1" 200 2175 0.078327 10.0.0.42 - - [2024-10-28 02:19:09] "GET /virtual-network/1ff9c00e-4acd-44a2-9665-f7149cb9aebc HTTP/1.1" 200 2343 0.005511 10.0.0.42 - - [2024-10-28 02:19:09] "GET /virtual-network/1ff9c00e-4acd-44a2-9665-f7149cb9aebc HTTP/1.1" 200 2343 0.004023 10.0.0.42 - - [2024-10-28 02:19:09] "GET /routing-instance/6e51695b-8a81-4739-a4d1-02f50410eb7e HTTP/1.1" 200 1491 0.004157 10.0.0.42 - - [2024-10-28 02:19:09] "GET /routing-instance/6e51695b-8a81-4739-a4d1-02f50410eb7e HTTP/1.1" 200 1491 0.003787 10.0.0.42 - - [2024-10-28 02:19:09] "GET /route-target/77ab50f5-cfce-4104-9bf3-f6112e7974d2 HTTP/1.1" 200 1218 0.003404 10.0.0.42 - - [2024-10-28 02:19:09] "GET /virtual-network/1ff9c00e-4acd-44a2-9665-f7149cb9aebc HTTP/1.1" 200 2343 0.003480 10.0.0.42 - - [2024-10-28 02:19:09] "GET /routing-instance/6e51695b-8a81-4739-a4d1-02f50410eb7e HTTP/1.1" 200 1491 0.002923 10.0.0.42 - - [2024-10-28 02:19:09] "GET /virtual-network/1ff9c00e-4acd-44a2-9665-f7149cb9aebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.002993 10.0.0.42 - - [2024-10-28 02:19:09] "GET /virtual-network/1ff9c00e-4acd-44a2-9665-f7149cb9aebc HTTP/1.1" 200 2343 0.004314 10.0.0.42 - - [2024-10-28 02:19:09] "GET /routing-instance/6e51695b-8a81-4739-a4d1-02f50410eb7e HTTP/1.1" 200 1491 0.004416 10.0.0.42 - - [2024-10-28 02:19:09] "GET /routing-instance/6e51695b-8a81-4739-a4d1-02f50410eb7e HTTP/1.1" 200 1491 0.003762 10.0.0.42 - - [2024-10-28 02:19:09] "GET /route-target/77ab50f5-cfce-4104-9bf3-f6112e7974d2 HTTP/1.1" 200 1218 0.003693 10.0.0.42 - - [2024-10-28 02:19:10] "GET /domains HTTP/1.1" 200 280 0.003247 10.0.0.42 - - [2024-10-28 02:19:10] "GET /domains?obj_uuids=80462946-db05-473a-912b-5ba74f83468f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001239 10.0.0.42 - - [2024-10-28 02:19:10] "GET /domain/80462946-db05-473a-912b-5ba74f83468f HTTP/1.1" 200 2782 0.007815 10.0.0.42 - - [2024-10-28 02:19:10] "GET /projects?obj_uuids=dbb74c3b-748e-4600-afbb-a2ae035238e0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002575 10.0.0.42 - - [2024-10-28 02:19:10] "GET /project/dbb74c3b-748e-4600-afbb-a2ae035238e0 HTTP/1.1" 200 2175 0.069399 10.0.0.42 - - [2024-10-28 02:19:10] "GET /virtual-network/1ff9c00e-4acd-44a2-9665-f7149cb9aebc HTTP/1.1" 200 2343 0.004369 10.0.0.42 - - [2024-10-28 02:19:10] "GET /obj-perms HTTP/1.1" 200 5054 0.061517 10.0.0.42 - - [2024-10-28 02:19:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004739 10.0.0.42 - - [2024-10-28 02:19:10] "GET /projects?obj_uuids=dbb74c3b-748e-4600-afbb-a2ae035238e0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002155 10.0.0.42 - - [2024-10-28 02:19:10] "GET /project/dbb74c3b-748e-4600-afbb-a2ae035238e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.033051 10.0.0.42 - - [2024-10-28 02:19:10] "POST /neutron/network HTTP/1.1" 200 117 0.012307 10.0.0.42 - - [2024-10-28 02:19:10] "GET /projects?obj_uuids=dbb74c3b-748e-4600-afbb-a2ae035238e0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001528 10.0.0.42 - - [2024-10-28 02:19:10] "POST /neutron/network HTTP/1.1" 200 619 0.085423 10.0.0.42 - - [2024-10-28 02:19:10] "POST /route-targets HTTP/1.1" 200 327 0.013513 10.0.0.42 - - [2024-10-28 02:19:10] "POST /ref-update HTTP/1.1" 200 156 0.013172 10.0.0.42 - - [2024-10-28 02:19:10] "POST /useragent-kv HTTP/1.1" 200 115 0.004417 10.0.0.42 - - [2024-10-28 02:19:10] "POST /neutron/subnet HTTP/1.1" 200 705 0.186919 10.0.0.42 - - [2024-10-28 02:19:11] "POST /neutron/network HTTP/1.1" 200 834 0.010395 10.0.0.42 - - [2024-10-28 02:19:11] "POST /id-to-fqname HTTP/1.1" 200 233 0.002153 10.0.0.42 - - [2024-10-28 02:19:11] "GET /virtual-network/f114060a-f948-431f-8b94-fe56a3a58a01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004763 10.0.0.42 - - [2024-10-28 02:19:11] "POST /neutron/network HTTP/1.1" 200 834 0.009061 10.0.0.42 - - [2024-10-28 02:19:11] "GET /virtual-network/f114060a-f948-431f-8b94-fe56a3a58a01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.003737 10.0.0.42 - - [2024-10-28 02:19:11] "POST /neutron/network HTTP/1.1" 200 834 0.006869 10.0.0.42 - - [2024-10-28 02:19:11] "POST /neutron/subnet HTTP/1.1" 200 705 0.010080 10.0.0.42 - - [2024-10-28 02:19:11] "GET /domains HTTP/1.1" 200 280 0.003692 10.0.0.42 - - [2024-10-28 02:19:11] "GET /domains?obj_uuids=80462946-db05-473a-912b-5ba74f83468f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001565 10.0.0.42 - - [2024-10-28 02:19:11] "GET /domain/80462946-db05-473a-912b-5ba74f83468f HTTP/1.1" 200 2782 0.009239 10.0.0.42 - - [2024-10-28 02:19:11] "GET /projects?obj_uuids=dbb74c3b-748e-4600-afbb-a2ae035238e0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001552 10.0.0.42 - - [2024-10-28 02:19:11] "GET /project/dbb74c3b-748e-4600-afbb-a2ae035238e0 HTTP/1.1" 200 2403 0.073940 10.0.0.42 - - [2024-10-28 02:19:11] "GET /virtual-network/f114060a-f948-431f-8b94-fe56a3a58a01 HTTP/1.1" 200 2329 0.005497 10.0.0.42 - - [2024-10-28 02:19:11] "GET /virtual-network/f114060a-f948-431f-8b94-fe56a3a58a01 HTTP/1.1" 200 2329 0.003736 10.0.0.42 - - [2024-10-28 02:19:11] "GET /routing-instance/28a9c7a8-c6d0-470d-adb1-8e995d655092 HTTP/1.1" 200 1491 0.004281 10.0.0.42 - - [2024-10-28 02:19:11] "GET /routing-instance/28a9c7a8-c6d0-470d-adb1-8e995d655092 HTTP/1.1" 200 1491 0.003498 10.0.0.42 - - [2024-10-28 02:19:11] "GET /route-target/fbd3940c-3a76-4314-acab-44a800b32ed3 HTTP/1.1" 200 1219 0.003268 10.0.0.42 - - [2024-10-28 02:19:11] "GET /virtual-network/f114060a-f948-431f-8b94-fe56a3a58a01 HTTP/1.1" 200 2329 0.003137 10.0.0.42 - - [2024-10-28 02:19:11] "GET /routing-instance/28a9c7a8-c6d0-470d-adb1-8e995d655092 HTTP/1.1" 200 1491 0.003689 10.0.0.42 - - [2024-10-28 02:19:11] "GET /virtual-network/f114060a-f948-431f-8b94-fe56a3a58a01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.003879 10.0.0.42 - - [2024-10-28 02:19:11] "GET /virtual-network/f114060a-f948-431f-8b94-fe56a3a58a01 HTTP/1.1" 200 2329 0.003971 10.0.0.42 - - [2024-10-28 02:19:11] "GET /routing-instance/28a9c7a8-c6d0-470d-adb1-8e995d655092 HTTP/1.1" 200 1491 0.003485 10.0.0.42 - - [2024-10-28 02:19:11] "GET /routing-instance/28a9c7a8-c6d0-470d-adb1-8e995d655092 HTTP/1.1" 200 1491 0.003974 10.0.0.42 - - [2024-10-28 02:19:11] "GET /route-target/fbd3940c-3a76-4314-acab-44a800b32ed3 HTTP/1.1" 200 1219 0.003654 10.0.0.42 - - [2024-10-28 02:19:11] "GET /domains HTTP/1.1" 200 280 0.003747 10.0.0.42 - - [2024-10-28 02:19:11] "GET /domains?obj_uuids=80462946-db05-473a-912b-5ba74f83468f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001405 10.0.0.42 - - [2024-10-28 02:19:11] "GET /domain/80462946-db05-473a-912b-5ba74f83468f HTTP/1.1" 200 2782 0.014382 10.0.0.42 - - [2024-10-28 02:19:11] "GET /projects?obj_uuids=dbb74c3b-748e-4600-afbb-a2ae035238e0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002262 10.0.0.42 - - [2024-10-28 02:19:11] "GET /project/dbb74c3b-748e-4600-afbb-a2ae035238e0 HTTP/1.1" 200 2403 0.070139 10.0.0.42 - - [2024-10-28 02:19:11] "GET /virtual-network/f114060a-f948-431f-8b94-fe56a3a58a01 HTTP/1.1" 200 2329 0.003385 10.0.0.42 - - [2024-10-28 02:19:11] "GET /obj-perms HTTP/1.1" 200 5054 0.004505 10.0.0.42 - - [2024-10-28 02:19:11] "POST /id-to-fqname HTTP/1.1" 200 233 0.001782 10.0.0.42 - - [2024-10-28 02:19:11] "POST /neutron/network HTTP/1.1" 200 844 0.006870 10.0.0.42 - - [2024-10-28 02:19:11] "GET /aaa-mode HTTP/1.1" 401 292 0.000599 10.0.0.42 - - [2024-10-28 02:19:12] "GET / HTTP/1.1" 200 35931 0.002105 10.0.0.42 - - [2024-10-28 02:19:12] "GET /project/dbb74c3b-748e-4600-afbb-a2ae035238e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000826 10.0.0.42 - - [2024-10-28 02:19:12] "GET /projects?obj_uuids=dbb74c3b-748e-4600-afbb-a2ae035238e0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002251 10.0.0.42 - - [2024-10-28 02:19:12] "GET /project/dbb74c3b-748e-4600-afbb-a2ae035238e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.069849 10.0.0.42 - - [2024-10-28 02:19:12] "POST /neutron/network HTTP/1.1" 200 834 0.007489 10.0.0.42 - - [2024-10-28 02:19:12] "POST /neutron/port HTTP/1.1" 200 117 0.007682 10.0.0.42 - - [2024-10-28 02:19:12] "POST /neutron/port HTTP/1.1" 200 117 0.006812 10.0.0.42 - - [2024-10-28 02:19:12] "POST /id-to-fqname HTTP/1.1" 200 233 0.001717 10.0.0.42 - - [2024-10-28 02:19:12] "POST /neutron/port HTTP/1.1" 200 117 0.006895 10.0.0.42 - - [2024-10-28 02:19:13] "POST /neutron/network HTTP/1.1" 200 849 0.010020 10.0.0.42 - - [2024-10-28 02:19:13] "GET /aaa-mode HTTP/1.1" 401 292 0.000828 10.0.0.42 - - [2024-10-28 02:19:13] "POST /neutron/network HTTP/1.1" 200 844 0.007287 10.0.0.42 - - [2024-10-28 02:19:13] "GET /projects?obj_uuids=dbb74c3b-748e-4600-afbb-a2ae035238e0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001579 10.0.0.42 - - [2024-10-28 02:19:13] "GET / HTTP/1.1" 200 35931 0.002127 10.0.0.42 - - [2024-10-28 02:19:13] "GET /project/dbb74c3b-748e-4600-afbb-a2ae035238e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000572 10.0.0.42 - - [2024-10-28 02:19:13] "POST /neutron/port HTTP/1.1" 200 1068 0.291209 10.0.0.42 - - [2024-10-28 02:19:13] "POST /neutron/port HTTP/1.1" 200 1068 0.015668 10.0.0.42 - - [2024-10-28 02:19:13] "POST /neutron/port HTTP/1.1" 200 1068 0.012876 10.0.0.42 - - [2024-10-28 02:19:13] "POST /neutron/port HTTP/1.1" 200 1122 0.090599 10.0.0.42 - - [2024-10-28 02:19:13] "POST /neutron/port HTTP/1.1" 200 1096 0.024654 10.0.0.42 - - [2024-10-28 02:19:13] "GET /projects?obj_uuids=dbb74c3b-748e-4600-afbb-a2ae035238e0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001625 10.0.0.42 - - [2024-10-28 02:19:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007218 10.0.0.42 - - [2024-10-28 02:19:13] "GET /project/dbb74c3b-748e-4600-afbb-a2ae035238e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.071932 10.0.0.42 - - [2024-10-28 02:19:13] "POST /neutron/subnet HTTP/1.1" 200 679 0.018837 10.0.0.42 - - [2024-10-28 02:19:13] "POST /neutron/network HTTP/1.1" 200 839 0.009443 10.0.0.42 - - [2024-10-28 02:19:13] "POST /neutron/port HTTP/1.1" 200 117 0.001992 10.0.0.42 - - [2024-10-28 02:19:13] "POST /neutron/network HTTP/1.1" 200 834 0.008949 10.0.0.42 - - [2024-10-28 02:19:14] "POST /neutron/port HTTP/1.1" 200 1096 0.036243 10.0.0.42 - - [2024-10-28 02:19:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010960 10.0.0.42 - - [2024-10-28 02:19:14] "POST /neutron/port HTTP/1.1" 200 117 0.006595 10.0.0.42 - - [2024-10-28 02:19:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.42 - - [2024-10-28 02:19:14] "GET /projects?obj_uuids=dbb74c3b-748e-4600-afbb-a2ae035238e0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001487 10.0.0.42 - - [2024-10-28 02:19:14] "GET /project/dbb74c3b-748e-4600-afbb-a2ae035238e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.026228 10.0.0.42 - - [2024-10-28 02:19:14] "GET /virtual-network/1ff9c00e-4acd-44a2-9665-f7149cb9aebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.003712 10.0.0.42 - - [2024-10-28 02:19:14] "GET /floating-ip-pools?parent_id=1ff9c00e-4acd-44a2-9665-f7149cb9aebc&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.005553 10.0.0.42 - - [2024-10-28 02:19:14] "GET /virtual-network/1ff9c00e-4acd-44a2-9665-f7149cb9aebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.003988 10.0.0.42 - - [2024-10-28 02:19:14] "POST /floating-ip-pools HTTP/1.1" 200 609 0.030798 10.0.0.42 - - [2024-10-28 02:19:14] "POST /neutron/network HTTP/1.1" 200 849 0.008301 10.0.0.42 - - [2024-10-28 02:19:14] "POST /ref-update HTTP/1.1" 200 156 0.023034 10.0.0.42 - - [2024-10-28 02:19:14] "GET /projects?obj_uuids=dbb74c3b-748e-4600-afbb-a2ae035238e0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001633 10.0.0.42 - - [2024-10-28 02:19:14] "GET /virtual-network/1ff9c00e-4acd-44a2-9665-f7149cb9aebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006701 10.0.0.42 - - [2024-10-28 02:19:14] "GET /domains HTTP/1.1" 200 280 0.008785 10.0.0.42 - - [2024-10-28 02:19:14] "GET /domains?obj_uuids=80462946-db05-473a-912b-5ba74f83468f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002173 10.0.0.42 - - [2024-10-28 02:19:14] "GET /domain/80462946-db05-473a-912b-5ba74f83468f HTTP/1.1" 200 2782 0.034178 10.0.0.42 - - [2024-10-28 02:19:14] "GET /projects?obj_uuids=dbb74c3b-748e-4600-afbb-a2ae035238e0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001746 10.0.0.42 - - [2024-10-28 02:19:15] "GET /project/dbb74c3b-748e-4600-afbb-a2ae035238e0 HTTP/1.1" 200 3245 0.103767 10.0.0.42 - - [2024-10-28 02:19:15] "GET /virtual-network/1ff9c00e-4acd-44a2-9665-f7149cb9aebc HTTP/1.1" 200 2934 0.008127 10.0.0.42 - - [2024-10-28 02:19:15] "GET /floating-ip-pool/28006c85-95aa-4b13-a19a-ce4adce73947 HTTP/1.1" 200 1441 0.007061 10.0.0.42 - - [2024-10-28 02:19:15] "GET /domains HTTP/1.1" 200 280 0.007235 10.0.0.42 - - [2024-10-28 02:19:15] "GET /domains?obj_uuids=80462946-db05-473a-912b-5ba74f83468f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002576 10.0.0.42 - - [2024-10-28 02:19:15] "GET /domain/80462946-db05-473a-912b-5ba74f83468f HTTP/1.1" 200 2782 0.043175 10.0.0.42 - - [2024-10-28 02:19:15] "GET /projects?obj_uuids=dbb74c3b-748e-4600-afbb-a2ae035238e0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.004196 10.0.0.42 - - [2024-10-28 02:19:15] "POST /neutron/port HTTP/1.1" 200 1073 0.444407 10.0.0.42 - - [2024-10-28 02:19:15] "GET /project/dbb74c3b-748e-4600-afbb-a2ae035238e0 HTTP/1.1" 200 3245 0.082627 10.0.0.42 - - [2024-10-28 02:19:15] "GET /virtual-network/1ff9c00e-4acd-44a2-9665-f7149cb9aebc HTTP/1.1" 200 3155 0.010168 10.0.0.42 - - [2024-10-28 02:19:15] "GET /virtual-network/1ff9c00e-4acd-44a2-9665-f7149cb9aebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006948 10.0.0.42 - - [2024-10-28 02:19:15] "POST /neutron/port HTTP/1.1" 200 1073 0.021027 10.0.0.42 - - [2024-10-28 02:19:15] "POST /neutron/port HTTP/1.1" 200 1073 0.050541 10.0.0.42 - - [2024-10-28 02:19:15] "POST /neutron/port HTTP/1.1" 200 1096 0.066328 10.0.0.42 - - [2024-10-28 02:19:15] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010900 10.0.0.42 - - [2024-10-28 02:19:15] "POST /neutron/port HTTP/1.1" 200 1127 0.143601 10.0.0.42 - - [2024-10-28 02:19:15] "POST /neutron/port HTTP/1.1" 200 1096 0.051007 10.0.0.42 - - [2024-10-28 02:19:15] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010103 10.0.0.42 - - [2024-10-28 02:19:15] "POST /neutron/port HTTP/1.1" 200 1101 0.043970 10.0.0.42 - - [2024-10-28 02:19:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005773 10.0.0.42 - - [2024-10-28 02:19:15] "POST /neutron/subnet HTTP/1.1" 200 704 0.016644 10.0.0.42 - - [2024-10-28 02:19:15] "POST /neutron/port HTTP/1.1" 200 117 0.001503 10.0.0.42 - - [2024-10-28 02:19:15] "POST /neutron/port HTTP/1.1" 200 1096 0.023430 10.0.0.42 - - [2024-10-28 02:19:15] "POST /neutron/network HTTP/1.1" 200 839 0.010169 10.0.0.42 - - [2024-10-28 02:19:15] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008407 10.0.0.42 - - [2024-10-28 02:19:15] "GET /virtual-machine/56a37dc3-9d8f-4f51-ba18-b99c7ecc43ce HTTP/1.1" 200 1304 0.004874 10.0.0.42 - - [2024-10-28 02:19:15] "GET /virtual-machine-interface/198dd696-44c4-42b8-b7ca-a98585188f6c HTTP/1.1" 200 3004 0.003858 10.0.0.42 - - [2024-10-28 02:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.42 - - [2024-10-28 02:19:15] "GET /global-vrouter-config/5bfa3f7d-c6bc-4f4a-b24c-64ddf8783142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003906 10.0.0.42 - - [2024-10-28 02:19:15] "GET /virtual-networks?parent_id=dbb74c3b-748e-4600-afbb-a2ae035238e0&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003655 10.0.0.42 - - [2024-10-28 02:19:15] "GET /virtual-network/f114060a-f948-431f-8b94-fe56a3a58a01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004237 10.0.0.42 - - [2024-10-28 02:19:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004955 10.0.0.42 - - [2024-10-28 02:19:18] "GET /virtual-network/f114060a-f948-431f-8b94-fe56a3a58a01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004024 10.0.0.42 - - [2024-10-28 02:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004338 10.0.0.42 - - [2024-10-28 02:19:23] "GET /virtual-network/f114060a-f948-431f-8b94-fe56a3a58a01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005060 10.0.0.42 - - [2024-10-28 02:19:24] "POST /neutron/port HTTP/1.1" 200 1096 0.055621 10.0.0.42 - - [2024-10-28 02:19:24] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007060 10.0.0.42 - - [2024-10-28 02:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.42 - - [2024-10-28 02:19:25] "GET /global-vrouter-config/5bfa3f7d-c6bc-4f4a-b24c-64ddf8783142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003465 10.0.0.42 - - [2024-10-28 02:19:25] "GET /virtual-networks?parent_id=dbb74c3b-748e-4600-afbb-a2ae035238e0&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.005809 10.0.0.42 - - [2024-10-28 02:19:25] "GET /virtual-network/f114060a-f948-431f-8b94-fe56a3a58a01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.003900 10.0.0.42 - - [2024-10-28 02:19:25] "POST /neutron/port HTTP/1.1" 200 1101 0.018166 10.0.0.42 - - [2024-10-28 02:19:25] "POST /neutron/security_group HTTP/1.1" 200 2070 0.018842 10.0.0.42 - - [2024-10-28 02:19:25] "POST /neutron/port HTTP/1.1" 200 1096 0.020380 10.0.0.42 - - [2024-10-28 02:19:25] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008796 10.0.0.42 - - [2024-10-28 02:19:28] "DELETE /project/dbb74c3b748e4600afbba2ae035238e0 HTTP/1.1" 404 173 0.011253 10.0.0.42 - - [2024-10-28 02:19:28] "DELETE /project/5780e375710c49ea8e8489b5537f74a5 HTTP/1.1" 404 173 0.009152 10.0.0.42 - - [2024-10-28 02:19:28] "DELETE /project/c38a49cef1114450a86fddb02c6aa7d2 HTTP/1.1" 404 173 0.007782 10.0.0.42 - - [2024-10-28 02:19:28] "GET /projects?obj_uuids=c38a49ce-f111-4450-a86f-ddb02c6aa7d2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001451 10.0.0.42 - - [2024-10-28 02:19:28] "GET /project/c38a49ce-f111-4450-a86f-ddb02c6aa7d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1513 0.024764 10.0.0.42 - - [2024-10-28 02:19:28] "GET /projects?obj_uuids=c38a49ce-f111-4450-a86f-ddb02c6aa7d2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001533 10.0.0.42 - - [2024-10-28 02:19:28] "GET /project/c38a49ce-f111-4450-a86f-ddb02c6aa7d2?fields=security_groups HTTP/1.1" 200 1397 0.073016 10.0.0.42 - - [2024-10-28 02:19:28] "DELETE /security-group/86df6589-1844-4f89-8a61-b1e3eb820742 HTTP/1.1" 200 115 0.052602 10.0.0.42 - - [2024-10-28 02:19:28] "GET /projects?obj_uuids=c38a49ce-f111-4450-a86f-ddb02c6aa7d2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001487 10.0.0.42 - - [2024-10-28 02:19:28] "DELETE /access-control-list/7e360328-406e-48c1-b64e-4a89da931ec1 HTTP/1.1" 200 115 0.052576 10.0.0.42 - - [2024-10-28 02:19:28] "GET /project/c38a49ce-f111-4450-a86f-ddb02c6aa7d2?fields=application_policy_sets HTTP/1.1" 200 1436 0.052640 10.0.0.42 - - [2024-10-28 02:19:28] "DELETE /access-control-list/e684a77f-bc50-4dee-8918-7cf8185b78df HTTP/1.1" 200 115 0.040220 10.0.0.42 - - [2024-10-28 02:19:28] "DELETE /project/c38a49ce-f111-4450-a86f-ddb02c6aa7d2 HTTP/1.1" 200 115 0.387334 10.0.0.42 - - [2024-10-28 02:19:30] "GET /projects?obj_uuids=dbb74c3b-748e-4600-afbb-a2ae035238e0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001821 10.0.0.42 - - [2024-10-28 02:19:30] "POST /neutron/floatingip HTTP/1.1" 200 531 0.097956 10.0.0.42 - - [2024-10-28 02:19:30] "POST /neutron/port HTTP/1.1" 200 1096 0.022665 10.0.0.42 - - [2024-10-28 02:19:30] "POST /neutron/floatingip HTTP/1.1" 200 531 0.010467 10.0.0.42 - - [2024-10-28 02:19:30] "POST /neutron/floatingip HTTP/1.1" 200 574 0.045479 10.0.0.42 - - [2024-10-28 02:19:30] "POST /neutron/port HTTP/1.1" 200 1101 0.019110 10.0.0.42 - - [2024-10-28 02:19:30] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007664 10.0.0.42 - - [2024-10-28 02:19:30] "POST /neutron/port HTTP/1.1" 200 1101 0.021794 10.0.0.42 - - [2024-10-28 02:19:30] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008592 10.0.0.42 - - [2024-10-28 02:19:30] "POST /neutron/port HTTP/1.1" 200 1101 0.018751 10.0.0.42 - - [2024-10-28 02:19:31] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008333 10.0.0.42 - - [2024-10-28 02:19:31] "GET /virtual-machine/8c744181-f1c7-415e-b378-9c06d1003ed0 HTTP/1.1" 200 1305 0.005392 10.0.0.42 - - [2024-10-28 02:19:31] "GET /virtual-machine-interface/f6d86139-143c-4883-af89-2086dbc8bad6 HTTP/1.1" 200 3005 0.003071 10.0.0.42 - - [2024-10-28 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.42 - - [2024-10-28 02:19:31] "GET /global-vrouter-config/5bfa3f7d-c6bc-4f4a-b24c-64ddf8783142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004091 10.0.0.42 - - [2024-10-28 02:19:31] "GET /virtual-networks?parent_id=dbb74c3b-748e-4600-afbb-a2ae035238e0&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003635 10.0.0.42 - - [2024-10-28 02:19:31] "GET /virtual-network/1ff9c00e-4acd-44a2-9665-f7149cb9aebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004261 10.0.0.42 - - [2024-10-28 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.42 - - [2024-10-28 02:19:32] "GET /global-vrouter-config/5bfa3f7d-c6bc-4f4a-b24c-64ddf8783142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003050 10.0.0.42 - - [2024-10-28 02:19:32] "GET /virtual-networks?parent_id=dbb74c3b-748e-4600-afbb-a2ae035238e0&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.011107 10.0.0.42 - - [2024-10-28 02:19:32] "GET /virtual-network/1ff9c00e-4acd-44a2-9665-f7149cb9aebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.003830 10.0.0.42 - - [2024-10-28 02:19:32] "POST /neutron/floatingip HTTP/1.1" 200 574 0.012292 10.0.0.42 - - [2024-10-28 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.42 - - [2024-10-28 02:19:32] "GET /routing-instance/6e51695b-8a81-4739-a4d1-02f50410eb7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.003407 10.0.0.42 - - [2024-10-28 02:19:32] "GET /route-target/77ab50f5-cfce-4104-9bf3-f6112e7974d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003848 10.0.0.42 - - [2024-10-28 02:19:32] "GET /floating-ip/e8a7937b-4caa-42d8-b393-804128bf97e2 HTTP/1.1" 200 1887 0.005376 10.0.0.42 - - [2024-10-28 02:19:35] "GET /obj-perms HTTP/1.1" 200 5056 0.063163 10.0.0.42 - - [2024-10-28 02:19:35] "GET /obj-perms HTTP/1.1" 200 5056 0.063330 10.0.0.42 - - [2024-10-28 02:19:35] "POST /neutron/floatingip HTTP/1.1" 200 574 0.012702 10.0.0.42 - - [2024-10-28 02:19:35] "POST /neutron/floatingip HTTP/1.1" 200 531 0.020579 10.0.0.42 - - [2024-10-28 02:19:35] "POST /neutron/floatingip HTTP/1.1" 200 531 0.006756 10.0.0.42 - - [2024-10-28 02:19:35] "POST /neutron/floatingip HTTP/1.1" 200 115 0.049831 10.0.0.42 - - [2024-10-28 02:19:35] "GET /floating-ip-pool/28006c85-95aa-4b13-a19a-ce4adce73947?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.004517 10.0.0.42 - - [2024-10-28 02:19:35] "POST /ref-update HTTP/1.1" 200 156 0.009755 10.0.0.42 - - [2024-10-28 02:19:36] "DELETE /floating-ip-pool/28006c85-95aa-4b13-a19a-ce4adce73947 HTTP/1.1" 200 115 0.039975 10.0.0.42 - - [2024-10-28 02:19:36] "POST /neutron/network HTTP/1.1" 200 834 0.011463 10.0.0.42 - - [2024-10-28 02:19:36] "POST /neutron/network HTTP/1.1" 400 204 0.012616 10.0.0.42 - - [2024-10-28 02:19:36] "POST /neutron/port HTTP/1.1" 200 1101 0.025154 10.0.0.42 - - [2024-10-28 02:19:36] "POST /neutron/port HTTP/1.1" 200 1127 0.016791 10.0.0.42 - - [2024-10-28 02:19:36] "POST /neutron/port HTTP/1.1" 200 1096 0.020664 10.0.0.42 - - [2024-10-28 02:19:36] "POST /neutron/port HTTP/1.1" 200 1122 0.012893 10.0.0.42 - - [2024-10-28 02:19:36] "POST /neutron/port HTTP/1.1" 200 151 0.157155 10.0.0.42 - - [2024-10-28 02:19:36] "POST /neutron/port HTTP/1.1" 200 151 0.146790 10.0.0.42 - - [2024-10-28 02:19:38] "POST /neutron/network HTTP/1.1" 200 834 0.008531 10.0.0.42 - - [2024-10-28 02:19:38] "POST /useragent-kv HTTP/1.1" 200 115 0.001737 10.0.0.42 - - [2024-10-28 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.008747 10.0.0.42 - - [2024-10-28 02:19:38] "POST /useragent-kv HTTP/1.1" 200 115 0.001611 10.0.0.42 - - [2024-10-28 02:19:38] "POST /neutron/network HTTP/1.1" 200 151 0.110170 10.0.0.42 - - [2024-10-28 02:19:38] "GET /routing-instance/28a9c7a8-c6d0-470d-adb1-8e995d655092 HTTP/1.1" 404 171 0.002684 10.0.0.42 - - [2024-10-28 02:19:38] "DELETE /route-target/fbd3940c-3a76-4314-acab-44a800b32ed3 HTTP/1.1" 200 115 0.029574 10.0.0.42 - - [2024-10-28 02:19:38] "GET /domains HTTP/1.1" 200 280 0.003526 10.0.0.42 - - [2024-10-28 02:19:38] "GET /domains?obj_uuids=80462946-db05-473a-912b-5ba74f83468f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001330 10.0.0.42 - - [2024-10-28 02:19:38] "GET /domain/80462946-db05-473a-912b-5ba74f83468f HTTP/1.1" 200 2585 0.052428 10.0.0.42 - - [2024-10-28 02:19:38] "GET /projects?obj_uuids=dbb74c3b-748e-4600-afbb-a2ae035238e0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001569 10.0.0.42 - - [2024-10-28 02:19:38] "GET /project/dbb74c3b-748e-4600-afbb-a2ae035238e0 HTTP/1.1" 200 2175 0.066760 10.0.0.42 - - [2024-10-28 02:19:38] "POST /neutron/network HTTP/1.1" 200 839 0.010614 10.0.0.42 - - [2024-10-28 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.42 - - [2024-10-28 02:19:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002222 10.0.0.42 - - [2024-10-28 02:19:38] "POST /useragent-kv HTTP/1.1" 200 115 0.001558 10.0.0.42 - - [2024-10-28 02:19:38] "POST /neutron/network HTTP/1.1" 200 151 0.107192 10.0.0.42 - - [2024-10-28 02:19:38] "GET /routing-instance/6e51695b-8a81-4739-a4d1-02f50410eb7e HTTP/1.1" 404 171 0.003690 10.0.0.42 - - [2024-10-28 02:19:38] "DELETE /route-target/77ab50f5-cfce-4104-9bf3-f6112e7974d2 HTTP/1.1" 200 115 0.033517 10.0.0.42 - - [2024-10-28 02:19:38] "GET /domains HTTP/1.1" 200 280 0.002460 10.0.0.42 - - [2024-10-28 02:19:38] "GET /domains?obj_uuids=80462946-db05-473a-912b-5ba74f83468f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002005 10.0.0.42 - - [2024-10-28 02:19:38] "GET /domain/80462946-db05-473a-912b-5ba74f83468f HTTP/1.1" 200 2585 0.053136 10.0.0.42 - - [2024-10-28 02:19:38] "GET /projects?obj_uuids=dbb74c3b-748e-4600-afbb-a2ae035238e0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002182 10.0.0.42 - - [2024-10-28 02:19:38] "GET /project/dbb74c3b-748e-4600-afbb-a2ae035238e0 HTTP/1.1" 200 1925 0.072799 10.0.0.42 - - [2024-10-28 02:19:39] "GET /projects?obj_uuids=dbb74c3b-748e-4600-afbb-a2ae035238e0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002239 10.0.0.42 - - [2024-10-28 02:19:39] "GET /project/dbb74c3b-748e-4600-afbb-a2ae035238e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.029181 10.0.0.42 - - [2024-10-28 02:19:39] "GET /projects?obj_uuids=dbb74c3b-748e-4600-afbb-a2ae035238e0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001606 10.0.0.42 - - [2024-10-28 02:19:39] "GET /project/dbb74c3b-748e-4600-afbb-a2ae035238e0?fields=virtual_networks HTTP/1.1" 200 1057 0.076772 10.0.0.42 - - [2024-10-28 02:19:39] "GET /projects?obj_uuids=dbb74c3b-748e-4600-afbb-a2ae035238e0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002168 10.0.0.42 - - [2024-10-28 02:19:39] "GET /project/dbb74c3b-748e-4600-afbb-a2ae035238e0?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.033044 10.0.0.42 - - [2024-10-28 02:19:39] "GET /projects?obj_uuids=dbb74c3b-748e-4600-afbb-a2ae035238e0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001318 10.0.0.42 - - [2024-10-28 02:19:39] "GET /project/dbb74c3b-748e-4600-afbb-a2ae035238e0?fields=security_groups HTTP/1.1" 200 1295 0.026520 10.0.0.42 - - [2024-10-28 02:19:40] "POST /fqname-to-id HTTP/1.1" 404 183 0.030556 10.0.0.42 - - [2024-10-28 02:19:40] "GET /projects?obj_uuids=b6b53e69-fb73-4b23-9618-9d9911bda66e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003769 10.0.0.42 - - [2024-10-28 02:19:40] "GET /domains?obj_uuids=80462946-db05-473a-912b-5ba74f83468f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001328 10.0.0.42 - - [2024-10-28 02:19:40] "GET /domain/80462946-db05-473a-912b-5ba74f83468f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008347 10.0.0.42 - - [2024-10-28 02:19:40] "POST /id-to-fqname HTTP/1.1" 200 185 0.002757 10.0.0.42 - - [2024-10-28 02:19:40] "POST /fqname-to-id HTTP/1.1" 404 194 0.004838 10.0.0.42 - - [2024-10-28 02:19:40] "POST /security-groups HTTP/1.1" 200 586 0.063736 10.0.0.42 - - [2024-10-28 02:19:40] "POST /fqname-to-id HTTP/1.1" 404 229 0.003294 10.0.0.42 - - [2024-10-28 02:19:40] "POST /projects HTTP/1.1" 200 575 0.241705 10.0.0.42 - - [2024-10-28 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.317549 10.0.0.42 - - [2024-10-28 02:19:40] "POST /access-control-lists HTTP/1.1" 200 591 0.061832 10.0.0.42 - - [2024-10-28 02:19:40] "POST /fqname-to-id HTTP/1.1" 404 228 0.003415 10.0.0.42 - - [2024-10-28 02:19:40] "GET /project/b6b53e69-fb73-4b23-9618-9d9911bda66e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.453140 10.0.0.42 - - [2024-10-28 02:19:41] "POST /access-control-lists HTTP/1.1" 200 589 0.067602 10.0.0.42 - - [2024-10-28 02:19:42] "GET / HTTP/1.1" 200 35931 0.002630 10.0.0.42 - - [2024-10-28 02:19:43] "GET /projects?obj_uuids=b6b53e69-fb73-4b23-9618-9d9911bda66e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001652 10.0.0.42 - - [2024-10-28 02:19:43] "GET /project/b6b53e69-fb73-4b23-9618-9d9911bda66e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.023812 10.0.0.42 - - [2024-10-28 02:19:43] "GET /projects?obj_uuids=b6b53e69-fb73-4b23-9618-9d9911bda66e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001247 10.0.0.42 - - [2024-10-28 02:19:43] "GET /project/b6b53e69-fb73-4b23-9618-9d9911bda66e?fields=virtual_networks HTTP/1.1" 200 1023 0.075507 10.0.0.42 - - [2024-10-28 02:19:43] "GET /projects?obj_uuids=b6b53e69-fb73-4b23-9618-9d9911bda66e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001985 10.0.0.42 - - [2024-10-28 02:19:43] "GET /project/b6b53e69-fb73-4b23-9618-9d9911bda66e?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.034930 10.0.0.42 - - [2024-10-28 02:19:43] "GET /projects?obj_uuids=b6b53e69-fb73-4b23-9618-9d9911bda66e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001261 10.0.0.42 - - [2024-10-28 02:19:43] "GET /project/b6b53e69-fb73-4b23-9618-9d9911bda66e?fields=security_groups HTTP/1.1" 200 1244 0.028917 10.0.0.42 - - [2024-10-28 02:19:44] "POST /fqname-to-id HTTP/1.1" 404 191 0.035986 10.0.0.42 - - [2024-10-28 02:19:44] "GET /projects?obj_uuids=e8fb4380-76fd-47de-bc18-ab0f2bdbc785&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003616 10.0.0.42 - - [2024-10-28 02:19:44] "GET /domains?obj_uuids=80462946-db05-473a-912b-5ba74f83468f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002408 10.0.0.42 - - [2024-10-28 02:19:44] "GET /domain/80462946-db05-473a-912b-5ba74f83468f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011230 10.0.0.42 - - [2024-10-28 02:19:45] "POST /id-to-fqname HTTP/1.1" 200 193 0.002099 10.0.0.42 - - [2024-10-28 02:19:45] "POST /fqname-to-id HTTP/1.1" 404 202 0.002998 10.0.0.42 - - [2024-10-28 02:19:45] "POST /security-groups HTTP/1.1" 200 594 0.067288 10.0.0.42 - - [2024-10-28 02:19:45] "POST /fqname-to-id HTTP/1.1" 404 237 0.003838 10.0.0.42 - - [2024-10-28 02:19:45] "POST /projects HTTP/1.1" 200 591 0.242691 10.0.0.42 - - [2024-10-28 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.277646 10.0.0.42 - - [2024-10-28 02:19:45] "POST /access-control-lists HTTP/1.1" 200 599 0.072392 10.0.0.42 - - [2024-10-28 02:19:45] "GET /project/e8fb4380-76fd-47de-bc18-ab0f2bdbc785?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.450002 10.0.0.42 - - [2024-10-28 02:19:45] "POST /fqname-to-id HTTP/1.1" 404 236 0.003503 10.0.0.42 - - [2024-10-28 02:19:45] "POST /access-control-lists HTTP/1.1" 200 597 0.064176 10.0.0.42 - - [2024-10-28 02:19:46] "GET / HTTP/1.1" 200 35931 0.003265 10.0.0.42 - - [2024-10-28 02:19:47] "GET /project/e8fb4380-76fd-47de-bc18-ab0f2bdbc785?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000586 10.0.0.42 - - [2024-10-28 02:19:48] "GET /projects?obj_uuids=e8fb4380-76fd-47de-bc18-ab0f2bdbc785&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001588 10.0.0.42 - - [2024-10-28 02:19:48] "GET /project/e8fb4380-76fd-47de-bc18-ab0f2bdbc785?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.063548 10.0.0.42 - - [2024-10-28 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005161 10.0.0.42 - - [2024-10-28 02:19:48] "GET /security-group/0a4cd264-c85f-42fb-a551-f9418a87eca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3762 0.005762 10.0.0.42 - - [2024-10-28 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.42 - - [2024-10-28 02:19:48] "GET /projects?obj_uuids=e8fb4380-76fd-47de-bc18-ab0f2bdbc785&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002010 10.0.0.42 - - [2024-10-28 02:19:48] "GET /project/e8fb4380-76fd-47de-bc18-ab0f2bdbc785?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.049440 10.0.0.42 - - [2024-10-28 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004122 10.0.0.42 - - [2024-10-28 02:19:48] "GET /security-group/0a4cd264-c85f-42fb-a551-f9418a87eca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3762 0.004160 10.0.0.42 - - [2024-10-28 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004085 10.0.0.42 - - [2024-10-28 02:19:48] "PUT /security-group/0a4cd264-c85f-42fb-a551-f9418a87eca2 HTTP/1.1" 200 262 0.029786 10.0.0.42 - - [2024-10-28 02:19:48] "PUT /access-control-list/f61e8312-7f4e-4c11-85e5-85445108a7ac HTTP/1.1" 200 272 0.013985 10.0.0.42 - - [2024-10-28 02:19:48] "POST /fqname-to-id HTTP/1.1" 404 202 0.003351 10.0.0.42 - - [2024-10-28 02:19:48] "PUT /access-control-list/673d2152-71ae-4032-982c-531c1b47b07f HTTP/1.1" 200 272 0.012913 10.0.0.42 - - [2024-10-28 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.42 - - [2024-10-28 02:19:48] "GET /projects?obj_uuids=e8fb4380-76fd-47de-bc18-ab0f2bdbc785&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002126 10.0.0.42 - - [2024-10-28 02:19:48] "GET /project/e8fb4380-76fd-47de-bc18-ab0f2bdbc785?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.030242 10.0.0.42 - - [2024-10-28 02:19:49] "POST /neutron/network HTTP/1.1" 200 117 0.044209 10.0.0.42 - - [2024-10-28 02:19:49] "GET /projects?obj_uuids=e8fb4380-76fd-47de-bc18-ab0f2bdbc785&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001287 10.0.0.42 - - [2024-10-28 02:19:49] "POST /neutron/network HTTP/1.1" 200 608 0.111989 10.0.0.42 - - [2024-10-28 02:19:49] "POST /route-targets HTTP/1.1" 200 327 0.018696 10.0.0.42 - - [2024-10-28 02:19:49] "POST /ref-update HTTP/1.1" 200 156 0.023035 10.0.0.42 - - [2024-10-28 02:19:49] "POST /useragent-kv HTTP/1.1" 200 115 0.005770 10.0.0.42 - - [2024-10-28 02:19:49] "POST /neutron/subnet HTTP/1.1" 200 715 0.220107 10.0.0.42 - - [2024-10-28 02:19:49] "POST /neutron/network HTTP/1.1" 200 825 0.007121 10.0.0.42 - - [2024-10-28 02:19:49] "POST /id-to-fqname HTTP/1.1" 200 223 0.002198 10.0.0.42 - - [2024-10-28 02:19:49] "GET /virtual-network/d02c1d8b-1f82-4265-b9fb-5f2839790c68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.003764 10.0.0.42 - - [2024-10-28 02:19:49] "POST /neutron/network HTTP/1.1" 200 825 0.009728 10.0.0.42 - - [2024-10-28 02:19:49] "GET /virtual-network/d02c1d8b-1f82-4265-b9fb-5f2839790c68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005537 10.0.0.42 - - [2024-10-28 02:19:49] "POST /neutron/network HTTP/1.1" 200 825 0.010425 10.0.0.42 - - [2024-10-28 02:19:49] "POST /neutron/subnet HTTP/1.1" 200 715 0.011738 10.0.0.42 - - [2024-10-28 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.42 - - [2024-10-28 02:19:49] "GET /projects?obj_uuids=e8fb4380-76fd-47de-bc18-ab0f2bdbc785&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001352 10.0.0.42 - - [2024-10-28 02:19:49] "GET /project/e8fb4380-76fd-47de-bc18-ab0f2bdbc785?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.031562 10.0.0.42 - - [2024-10-28 02:19:49] "POST /neutron/network HTTP/1.1" 200 117 0.011167 10.0.0.42 - - [2024-10-28 02:19:49] "GET /projects?obj_uuids=e8fb4380-76fd-47de-bc18-ab0f2bdbc785&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001725 10.0.0.42 - - [2024-10-28 02:19:49] "POST /neutron/network HTTP/1.1" 200 615 0.186666 10.0.0.42 - - [2024-10-28 02:19:49] "POST /route-targets HTTP/1.1" 200 327 0.037915 10.0.0.42 - - [2024-10-28 02:19:49] "POST /ref-update HTTP/1.1" 200 156 0.026307 10.0.0.42 - - [2024-10-28 02:19:50] "POST /useragent-kv HTTP/1.1" 200 115 0.006829 10.0.0.42 - - [2024-10-28 02:19:50] "POST /neutron/subnet HTTP/1.1" 200 729 0.364362 10.0.0.42 - - [2024-10-28 02:19:50] "POST /neutron/network HTTP/1.1" 200 835 0.006535 10.0.0.42 - - [2024-10-28 02:19:50] "POST /id-to-fqname HTTP/1.1" 200 227 0.001613 10.0.0.42 - - [2024-10-28 02:19:50] "GET /virtual-network/6388de70-7b3f-4129-8293-cf95c3570ee6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.004729 10.0.0.42 - - [2024-10-28 02:19:50] "POST /neutron/network HTTP/1.1" 200 835 0.007188 10.0.0.42 - - [2024-10-28 02:19:50] "GET /virtual-network/6388de70-7b3f-4129-8293-cf95c3570ee6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005889 10.0.0.42 - - [2024-10-28 02:19:50] "POST /neutron/network HTTP/1.1" 200 835 0.007905 10.0.0.42 - - [2024-10-28 02:19:50] "POST /neutron/subnet HTTP/1.1" 200 729 0.011773 10.0.0.42 - - [2024-10-28 02:19:50] "POST /id-to-fqname HTTP/1.1" 200 223 0.001561 10.0.0.42 - - [2024-10-28 02:19:50] "POST /neutron/network HTTP/1.1" 200 835 0.008158 10.0.0.42 - - [2024-10-28 02:19:50] "GET /aaa-mode HTTP/1.1" 401 292 0.000595 10.0.0.42 - - [2024-10-28 02:19:51] "GET / HTTP/1.1" 200 35931 0.002125 10.0.0.42 - - [2024-10-28 02:19:51] "GET /project/e8fb4380-76fd-47de-bc18-ab0f2bdbc785?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000577 10.0.0.42 - - [2024-10-28 02:19:51] "GET /projects?obj_uuids=e8fb4380-76fd-47de-bc18-ab0f2bdbc785&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002235 10.0.0.42 - - [2024-10-28 02:19:51] "GET /project/e8fb4380-76fd-47de-bc18-ab0f2bdbc785?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.076971 10.0.0.42 - - [2024-10-28 02:19:51] "POST /neutron/network HTTP/1.1" 200 825 0.007836 10.0.0.42 - - [2024-10-28 02:19:51] "POST /neutron/port HTTP/1.1" 200 117 0.007143 10.0.0.42 - - [2024-10-28 02:19:51] "POST /neutron/port HTTP/1.1" 200 117 0.006837 10.0.0.42 - - [2024-10-28 02:19:51] "POST /id-to-fqname HTTP/1.1" 200 227 0.002338 10.0.0.42 - - [2024-10-28 02:19:51] "POST /neutron/port HTTP/1.1" 200 117 0.007344 10.0.0.42 - - [2024-10-28 02:19:52] "POST /neutron/network HTTP/1.1" 200 845 0.008157 10.0.0.42 - - [2024-10-28 02:19:52] "GET /aaa-mode HTTP/1.1" 401 292 0.000784 10.0.0.42 - - [2024-10-28 02:19:52] "POST /neutron/network HTTP/1.1" 200 835 0.007497 10.0.0.42 - - [2024-10-28 02:19:52] "GET /projects?obj_uuids=e8fb4380-76fd-47de-bc18-ab0f2bdbc785&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002231 10.0.0.42 - - [2024-10-28 02:19:52] "GET / HTTP/1.1" 200 35931 0.003707 10.0.0.42 - - [2024-10-28 02:19:52] "GET /project/e8fb4380-76fd-47de-bc18-ab0f2bdbc785?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000828 10.0.0.42 - - [2024-10-28 02:19:52] "POST /neutron/port HTTP/1.1" 200 1061 0.353314 10.0.0.42 - - [2024-10-28 02:19:52] "POST /neutron/port HTTP/1.1" 200 1061 0.021344 10.0.0.42 - - [2024-10-28 02:19:52] "POST /neutron/port HTTP/1.1" 200 1061 0.018965 10.0.0.42 - - [2024-10-28 02:19:52] "POST /neutron/port HTTP/1.1" 200 1115 0.092850 10.0.0.42 - - [2024-10-28 02:19:52] "GET /projects?obj_uuids=e8fb4380-76fd-47de-bc18-ab0f2bdbc785&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001471 10.0.0.42 - - [2024-10-28 02:19:52] "POST /neutron/port HTTP/1.1" 200 1089 0.025071 10.0.0.42 - - [2024-10-28 02:19:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007290 10.0.0.42 - - [2024-10-28 02:19:52] "GET /project/e8fb4380-76fd-47de-bc18-ab0f2bdbc785?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.066801 10.0.0.42 - - [2024-10-28 02:19:53] "POST /neutron/network HTTP/1.1" 200 835 0.009327 10.0.0.42 - - [2024-10-28 02:19:53] "POST /neutron/subnet HTTP/1.1" 200 689 0.019368 10.0.0.42 - - [2024-10-28 02:19:53] "POST /neutron/port HTTP/1.1" 200 117 0.001434 10.0.0.42 - - [2024-10-28 02:19:53] "POST /neutron/network HTTP/1.1" 200 825 0.007669 10.0.0.42 - - [2024-10-28 02:19:53] "POST /neutron/port HTTP/1.1" 200 1089 0.030695 10.0.0.42 - - [2024-10-28 02:19:53] "POST /neutron/security_group HTTP/1.1" 200 2002 0.011820 10.0.0.42 - - [2024-10-28 02:19:53] "POST /neutron/port HTTP/1.1" 200 117 0.008914 10.0.0.42 - - [2024-10-28 02:19:53] "GET /projects?obj_uuids=e8fb4380-76fd-47de-bc18-ab0f2bdbc785&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002247 10.0.0.42 - - [2024-10-28 02:19:53] "POST /neutron/router HTTP/1.1" 200 585 0.070667 10.0.0.42 - - [2024-10-28 02:19:53] "POST /neutron/router HTTP/1.1" 200 585 0.008776 10.0.0.42 - - [2024-10-28 02:19:53] "POST /route-targets HTTP/1.1" 200 327 0.036822 10.0.0.42 - - [2024-10-28 02:19:53] "POST /neutron/router HTTP/1.1" 200 656 0.061750 10.0.0.42 - - [2024-10-28 02:19:53] "PUT /logical-router/5178e1e0-7bab-4d0a-9181-24391cbe8956 HTTP/1.1" 200 262 0.044788 10.0.0.42 - - [2024-10-28 02:19:53] "GET /logical-router/5178e1e0-7bab-4d0a-9181-24391cbe8956?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1641 0.037302 10.0.0.42 - - [2024-10-28 02:19:53] "POST /neutron/router HTTP/1.1" 200 656 0.030246 10.0.0.42 - - [2024-10-28 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.42 - - [2024-10-28 02:19:53] "GET /projects?obj_uuids=e8fb4380-76fd-47de-bc18-ab0f2bdbc785&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001619 10.0.0.42 - - [2024-10-28 02:19:53] "GET /service-template/42632d8a-c5ce-47b3-bfcd-3b01636312cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.003679 10.0.0.42 - - [2024-10-28 02:19:53] "POST /fqname-to-id HTTP/1.1" 404 215 0.009066 10.0.0.42 - - [2024-10-28 02:19:53] "POST /neutron/network HTTP/1.1" 200 845 0.030963 10.0.0.42 - - [2024-10-28 02:19:53] "GET /projects?obj_uuids=e8fb4380-76fd-47de-bc18-ab0f2bdbc785&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001502 10.0.0.42 - - [2024-10-28 02:19:53] "POST /useragent-kv HTTP/1.1" 200 115 0.007327 10.0.0.42 - - [2024-10-28 02:19:53] "POST /virtual-networks HTTP/1.1" 200 694 0.274460 10.0.0.42 - - [2024-10-28 02:19:53] "POST /neutron/router HTTP/1.1" 200 344 0.475767 10.0.0.42 - - [2024-10-28 02:19:54] "POST /route-targets HTTP/1.1" 200 327 0.048600 10.0.0.42 - - [2024-10-28 02:19:54] "POST /ref-update HTTP/1.1" 200 156 0.048579 10.0.0.42 - - [2024-10-28 02:19:54] "POST /neutron/port HTTP/1.1" 200 1089 0.045510 10.0.0.42 - - [2024-10-28 02:19:54] "POST /neutron/security_group HTTP/1.1" 200 2002 0.062310 10.0.0.42 - - [2024-10-28 02:19:54] "POST /service-instances HTTP/1.1" 200 670 0.164036 10.0.0.42 - - [2024-10-28 02:19:54] "POST /ref-update HTTP/1.1" 200 156 0.102947 10.0.0.42 - - [2024-10-28 02:19:54] "POST /route-tables HTTP/1.1" 200 582 0.061892 10.0.0.42 - - [2024-10-28 02:19:54] "PUT /logical-router/5178e1e0-7bab-4d0a-9181-24391cbe8956 HTTP/1.1" 200 262 0.046100 10.0.0.42 - - [2024-10-28 02:19:54] "POST /neutron/port HTTP/1.1" 200 1064 0.539804 10.0.0.42 - - [2024-10-28 02:19:54] "POST /neutron/port HTTP/1.1" 200 1064 0.020625 10.0.0.42 - - [2024-10-28 02:19:54] "POST /ref-update HTTP/1.1" 200 156 0.040108 10.0.0.42 - - [2024-10-28 02:19:54] "POST /neutron/port HTTP/1.1" 200 1064 0.020799 10.0.0.42 - - [2024-10-28 02:19:54] "POST /neutron/port HTTP/1.1" 200 1118 0.120692 10.0.0.42 - - [2024-10-28 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.42 - - [2024-10-28 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003996 10.0.0.42 - - [2024-10-28 02:19:54] "POST /neutron/port HTTP/1.1" 200 1092 0.016902 10.0.0.42 - - [2024-10-28 02:19:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006977 10.0.0.42 - - [2024-10-28 02:19:54] "POST /virtual-machines HTTP/1.1" 200 553 0.020379 10.0.0.42 - - [2024-10-28 02:19:54] "POST /neutron/subnet HTTP/1.1" 200 703 0.013222 10.0.0.42 - - [2024-10-28 02:19:54] "POST /neutron/port HTTP/1.1" 200 117 0.001498 10.0.0.42 - - [2024-10-28 02:19:54] "POST /neutron/network HTTP/1.1" 200 835 0.006377 10.0.0.42 - - [2024-10-28 02:19:54] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.117534 10.0.0.42 - - [2024-10-28 02:19:54] "POST /chown HTTP/1.1" 200 109 0.010036 10.0.0.42 - - [2024-10-28 02:19:54] "POST /instance-ips HTTP/1.1" 200 551 0.038036 10.0.0.42 - - [2024-10-28 02:19:55] "POST /instance-ips HTTP/1.1" 400 246 0.020375 10.0.0.42 - - [2024-10-28 02:19:55] "POST /chown HTTP/1.1" 200 109 0.018068 10.0.0.42 - - [2024-10-28 02:19:55] "PUT /virtual-machine-interface/c2b6ec83-6b62-47df-ad74-83729eba43c9 HTTP/1.1" 200 284 0.014025 10.0.0.42 - - [2024-10-28 02:19:55] "PUT /instance-ip/dd089744-2120-4d5e-9042-26641b2556f8 HTTP/1.1" 200 256 0.013489 10.0.0.42 - - [2024-10-28 02:19:55] "POST /ref-update HTTP/1.1" 200 156 0.013991 10.0.0.42 - - [2024-10-28 02:19:55] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.136279 10.0.0.42 - - [2024-10-28 02:19:55] "POST /chown HTTP/1.1" 200 109 0.008710 10.0.0.42 - - [2024-10-28 02:19:55] "POST /instance-ips HTTP/1.1" 200 549 0.038267 10.0.0.42 - - [2024-10-28 02:19:55] "POST /instance-ips HTTP/1.1" 400 316 0.020541 10.0.0.42 - - [2024-10-28 02:19:55] "POST /chown HTTP/1.1" 200 109 0.022947 10.0.0.42 - - [2024-10-28 02:19:55] "PUT /virtual-machine-interface/fe502078-eec9-47a1-94f9-b9070dd58191 HTTP/1.1" 200 284 0.018573 10.0.0.42 - - [2024-10-28 02:19:55] "PUT /instance-ip/f5353fae-ffd6-41d9-992a-c70aad804f6e HTTP/1.1" 200 256 0.014943 10.0.0.42 - - [2024-10-28 02:19:55] "POST /ref-update HTTP/1.1" 200 156 0.015999 10.0.0.42 - - [2024-10-28 02:19:56] "POST /ref-update HTTP/1.1" 200 156 0.019688 10.0.0.42 - - [2024-10-28 02:19:56] "POST /ref-update HTTP/1.1" 200 156 0.022084 10.0.0.42 - - [2024-10-28 02:19:56] "PUT /routing-instance/9d6e37fb-36da-4fed-a8d4-0f0147578967 HTTP/1.1" 200 266 0.034118 10.0.0.42 - - [2024-10-28 02:19:56] "POST /virtual-machines HTTP/1.1" 200 553 0.026677 10.0.0.42 - - [2024-10-28 02:19:56] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.111399 10.0.0.42 - - [2024-10-28 02:19:56] "POST /chown HTTP/1.1" 200 109 0.008458 10.0.0.42 - - [2024-10-28 02:19:56] "POST /instance-ips HTTP/1.1" 400 246 0.022001 10.0.0.42 - - [2024-10-28 02:19:56] "POST /chown HTTP/1.1" 200 109 0.010932 10.0.0.42 - - [2024-10-28 02:19:56] "PUT /virtual-machine-interface/5a397bb4-d2e7-474a-ab6d-eff206861e82 HTTP/1.1" 200 284 0.016847 10.0.0.42 - - [2024-10-28 02:19:56] "PUT /instance-ip/dd089744-2120-4d5e-9042-26641b2556f8 HTTP/1.1" 200 256 0.016936 10.0.0.42 - - [2024-10-28 02:19:56] "POST /ref-update HTTP/1.1" 200 156 0.014421 10.0.0.42 - - [2024-10-28 02:19:56] "POST /ref-update HTTP/1.1" 200 156 0.019693 10.0.0.42 - - [2024-10-28 02:19:56] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.105578 10.0.0.42 - - [2024-10-28 02:19:56] "POST /ref-update HTTP/1.1" 200 156 0.023059 10.0.0.42 - - [2024-10-28 02:19:56] "PUT /routing-instance/9d6e37fb-36da-4fed-a8d4-0f0147578967 HTTP/1.1" 200 266 0.011811 10.0.0.42 - - [2024-10-28 02:19:56] "POST /chown HTTP/1.1" 200 109 0.008565 10.0.0.42 - - [2024-10-28 02:19:57] "POST /instance-ips HTTP/1.1" 400 316 0.026962 10.0.0.42 - - [2024-10-28 02:19:57] "POST /chown HTTP/1.1" 200 109 0.011174 10.0.0.42 - - [2024-10-28 02:19:57] "PUT /virtual-machine-interface/7f1be5a5-f2bd-4b10-ac59-81c776d57f58 HTTP/1.1" 200 284 0.019266 10.0.0.42 - - [2024-10-28 02:19:57] "PUT /instance-ip/f5353fae-ffd6-41d9-992a-c70aad804f6e HTTP/1.1" 200 256 0.033427 10.0.0.42 - - [2024-10-28 02:19:57] "POST /ref-update HTTP/1.1" 200 156 0.027462 10.0.0.42 - - [2024-10-28 02:19:57] "POST /ref-update HTTP/1.1" 200 156 0.014604 10.0.0.42 - - [2024-10-28 02:19:57] "POST /ref-update HTTP/1.1" 200 156 0.012779 10.0.0.42 - - [2024-10-28 02:19:57] "PUT /routing-instance/9d6e37fb-36da-4fed-a8d4-0f0147578967 HTTP/1.1" 200 266 0.019303 10.0.0.42 - - [2024-10-28 02:19:59] "POST /neutron/port HTTP/1.1" 200 1089 0.023123 10.0.0.42 - - [2024-10-28 02:19:59] "POST /neutron/security_group HTTP/1.1" 200 2002 0.011498 10.0.0.42 - - [2024-10-28 02:19:59] "POST /neutron/port HTTP/1.1" 200 1089 0.020576 10.0.0.42 - - [2024-10-28 02:19:59] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008042 10.0.0.42 - - [2024-10-28 02:19:59] "POST /neutron/port HTTP/1.1" 200 1089 0.021511 10.0.0.42 - - [2024-10-28 02:19:59] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008598 10.0.0.42 - - [2024-10-28 02:19:59] "GET /virtual-machine/999d717e-3df5-4142-8603-1898daf1a8f2 HTTP/1.1" 401 292 0.000521 10.0.0.42 - - [2024-10-28 02:19:59] "GET /virtual-machine/999d717e-3df5-4142-8603-1898daf1a8f2 HTTP/1.1" 200 1295 0.047040 10.0.0.42 - - [2024-10-28 02:19:59] "GET /virtual-machine-interface/15bcaae1-3f06-4ebf-9fe9-c35aca52b768 HTTP/1.1" 200 2956 0.003686 10.0.0.42 - - [2024-10-28 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896 10.0.0.42 - - [2024-10-28 02:19:59] "GET /global-vrouter-config/5bfa3f7d-c6bc-4f4a-b24c-64ddf8783142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004143 10.0.0.42 - - [2024-10-28 02:20:00] "GET /virtual-networks?parent_id=e8fb4380-76fd-47de-bc18-ab0f2bdbc785&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003587 10.0.0.42 - - [2024-10-28 02:20:00] "GET /virtual-network/d02c1d8b-1f82-4265-b9fb-5f2839790c68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004280 10.0.0.42 - - [2024-10-28 02:20:03] "POST /neutron/port HTTP/1.1" 200 1089 0.025167 10.0.0.42 - - [2024-10-28 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.42 - - [2024-10-28 02:20:03] "GET /virtual-network/d02c1d8b-1f82-4265-b9fb-5f2839790c68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004230 10.0.0.42 - - [2024-10-28 02:20:03] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008435 10.0.0.42 - - [2024-10-28 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.42 - - [2024-10-28 02:20:05] "GET /global-vrouter-config/5bfa3f7d-c6bc-4f4a-b24c-64ddf8783142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002923 10.0.0.42 - - [2024-10-28 02:20:05] "GET /virtual-networks?parent_id=e8fb4380-76fd-47de-bc18-ab0f2bdbc785&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004586 10.0.0.42 - - [2024-10-28 02:20:05] "POST /neutron/port HTTP/1.1" 200 1092 0.019171 10.0.0.42 - - [2024-10-28 02:20:05] "GET /virtual-network/d02c1d8b-1f82-4265-b9fb-5f2839790c68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005882 10.0.0.42 - - [2024-10-28 02:20:05] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008866 10.0.0.42 - - [2024-10-28 02:20:05] "POST /neutron/port HTTP/1.1" 200 1092 0.017455 10.0.0.42 - - [2024-10-28 02:20:05] "POST /neutron/security_group HTTP/1.1" 200 2002 0.012739 10.0.0.42 - - [2024-10-28 02:20:05] "POST /neutron/port HTTP/1.1" 200 1092 0.017111 10.0.0.42 - - [2024-10-28 02:20:05] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008924 10.0.0.42 - - [2024-10-28 02:20:05] "POST /neutron/port HTTP/1.1" 200 1092 0.019144 10.0.0.42 - - [2024-10-28 02:20:05] "POST /neutron/security_group HTTP/1.1" 200 2002 0.011137 10.0.0.42 - - [2024-10-28 02:20:06] "GET /virtual-machine/a30927d0-1c8d-49d1-9ec1-3a3da1711c3d HTTP/1.1" 200 1296 0.007447 10.0.0.42 - - [2024-10-28 02:20:06] "GET /virtual-machine-interface/0606cf83-990c-4b8a-8137-6245dfe387f9 HTTP/1.1" 200 2966 0.004900 10.0.0.42 - - [2024-10-28 02:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.42 - - [2024-10-28 02:20:06] "GET /global-vrouter-config/5bfa3f7d-c6bc-4f4a-b24c-64ddf8783142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003625 10.0.0.42 - - [2024-10-28 02:20:06] "GET /virtual-networks?parent_id=e8fb4380-76fd-47de-bc18-ab0f2bdbc785&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.005406 10.0.0.42 - - [2024-10-28 02:20:06] "GET /virtual-network/6388de70-7b3f-4129-8293-cf95c3570ee6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.004623 10.0.0.42 - - [2024-10-28 02:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004142 10.0.0.42 - - [2024-10-28 02:20:07] "GET /global-vrouter-config/5bfa3f7d-c6bc-4f4a-b24c-64ddf8783142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004499 10.0.0.42 - - [2024-10-28 02:20:07] "GET /virtual-networks?parent_id=e8fb4380-76fd-47de-bc18-ab0f2bdbc785&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003495 10.0.0.42 - - [2024-10-28 02:20:07] "GET /virtual-network/6388de70-7b3f-4129-8293-cf95c3570ee6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.004565 10.0.0.42 - - [2024-10-28 02:20:07] "POST /neutron/port HTTP/1.1" 200 1092 0.017272 10.0.0.42 - - [2024-10-28 02:20:07] "POST /neutron/security_group HTTP/1.1" 200 2002 0.011450 10.0.0.42 - - [2024-10-28 02:20:16] "POST /neutron/router HTTP/1.1" 200 656 0.005854 10.0.0.42 - - [2024-10-28 02:20:16] "POST /ref-update HTTP/1.1" 200 156 0.020240 10.0.0.42 - - [2024-10-28 02:20:16] "POST /neutron/router HTTP/1.1" 200 344 0.154940 10.0.0.42 - - [2024-10-28 02:20:16] "POST /neutron/router HTTP/1.1" 200 656 0.006418 10.0.0.42 - - [2024-10-28 02:20:16] "GET /logical-router/5178e1e0-7bab-4d0a-9181-24391cbe8956?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1972 0.003648 10.0.0.42 - - [2024-10-28 02:20:16] "GET /service-instance/9ca3df85-7246-4b1c-8299-b552820e185f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.003299 10.0.0.42 - - [2024-10-28 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.42 - - [2024-10-28 02:20:16] "POST /neutron/router HTTP/1.1" 200 151 0.063914 10.0.0.42 - - [2024-10-28 02:20:16] "DELETE /route-target/778b8f80-7e70-4a65-9d17-35dda52c8eb6 HTTP/1.1" 409 239 0.006687 10.0.0.42 - - [2024-10-28 02:20:16] "PUT /logical-router/5178e1e0-7bab-4d0a-9181-24391cbe8956 HTTP/1.1" 404 171 0.003250 10.0.0.42 - - [2024-10-28 02:20:16] "POST /ref-update HTTP/1.1" 200 156 0.015800 10.0.0.42 - - [2024-10-28 02:20:16] "DELETE /route-table/ffe8cd64-6ac0-4446-81a7-6c5a45a8e381 HTTP/1.1" 200 115 0.035355 10.0.0.42 - - [2024-10-28 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437 10.0.0.42 - - [2024-10-28 02:20:16] "PUT /routing-instance/9d6e37fb-36da-4fed-a8d4-0f0147578967 HTTP/1.1" 200 266 0.014023 10.0.0.42 - - [2024-10-28 02:20:16] "GET /virtual-network/6051b234-1bc8-4062-a900-0dcde394233a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005131 10.0.0.42 - - [2024-10-28 02:20:17] "POST /neutron/network HTTP/1.1" 200 835 0.009413 10.0.0.42 - - [2024-10-28 02:20:17] "POST /ref-update HTTP/1.1" 200 156 0.011542 10.0.0.42 - - [2024-10-28 02:20:17] "POST /neutron/network HTTP/1.1" 400 204 0.067017 10.0.0.42 - - [2024-10-28 02:20:17] "POST /ref-update HTTP/1.1" 200 156 0.014284 10.0.0.42 - - [2024-10-28 02:20:17] "DELETE /instance-ip/f5353fae-ffd6-41d9-992a-c70aad804f6e HTTP/1.1" 200 115 0.043170 10.0.0.42 - - [2024-10-28 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004008 10.0.0.42 - - [2024-10-28 02:20:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002092 10.0.0.42 - - [2024-10-28 02:20:17] "POST /useragent-kv HTTP/1.1" 200 115 0.001860 10.0.0.42 - - [2024-10-28 02:20:17] "DELETE /virtual-network/6051b234-1bc8-4062-a900-0dcde394233a HTTP/1.1" 200 115 0.182998 10.0.0.42 - - [2024-10-28 02:20:17] "DELETE /route-target/6122b882-cafe-45d4-8769-ed53f4b8a62a HTTP/1.1" 200 115 0.039183 10.0.0.42 - - [2024-10-28 02:20:17] "DELETE /service-instance/9ca3df85-7246-4b1c-8299-b552820e185f HTTP/1.1" 200 115 0.052533 10.0.0.42 - - [2024-10-28 02:20:17] "GET /logical-router/5178e1e0-7bab-4d0a-9181-24391cbe8956?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003371 10.0.0.42 - - [2024-10-28 02:20:17] "GET /service-instance/9ca3df85-7246-4b1c-8299-b552820e185f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.006500 10.0.0.42 - - [2024-10-28 02:20:17] "POST /neutron/port HTTP/1.1" 200 1092 0.036518 10.0.0.42 - - [2024-10-28 02:20:17] "POST /neutron/port HTTP/1.1" 200 1118 0.016970 10.0.0.42 - - [2024-10-28 02:20:17] "GET /virtual-machine-interface/fe502078-eec9-47a1-94f9-b9070dd58191?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1334 0.006169 10.0.0.42 - - [2024-10-28 02:20:17] "POST /neutron/port HTTP/1.1" 200 1089 0.034593 10.0.0.42 - - [2024-10-28 02:20:17] "POST /neutron/port HTTP/1.1" 200 1115 0.015479 10.0.0.42 - - [2024-10-28 02:20:17] "DELETE /virtual-machine-interface/fe502078-eec9-47a1-94f9-b9070dd58191 HTTP/1.1" 200 115 0.067245 10.0.0.42 - - [2024-10-28 02:20:17] "GET /virtual-machine-interface/c2b6ec83-6b62-47df-ad74-83729eba43c9?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1654 0.005225 10.0.0.42 - - [2024-10-28 02:20:17] "POST /ref-update HTTP/1.1" 200 156 0.017713 10.0.0.42 - - [2024-10-28 02:20:17] "POST /neutron/port HTTP/1.1" 200 151 0.225156 10.0.0.42 - - [2024-10-28 02:20:17] "GET /instance-ip/dd089744-2120-4d5e-9042-26641b2556f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.004126 10.0.0.42 - - [2024-10-28 02:20:17] "POST /neutron/port HTTP/1.1" 200 151 0.169600 10.0.0.42 - - [2024-10-28 02:20:17] "DELETE /virtual-machine-interface/c2b6ec83-6b62-47df-ad74-83729eba43c9 HTTP/1.1" 200 115 0.049249 10.0.0.42 - - [2024-10-28 02:20:17] "POST /ref-update HTTP/1.1" 200 156 0.013582 10.0.0.42 - - [2024-10-28 02:20:17] "DELETE /virtual-machine/537efd1d-2a20-484c-aad0-1eb6767158a5 HTTP/1.1" 200 115 0.033091 10.0.0.42 - - [2024-10-28 02:20:18] "GET /virtual-machine-interface/5a397bb4-d2e7-474a-ab6d-eff206861e82?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1653 0.007206 10.0.0.42 - - [2024-10-28 02:20:18] "POST /ref-update HTTP/1.1" 200 156 0.017623 10.0.0.42 - - [2024-10-28 02:20:18] "GET /instance-ip/dd089744-2120-4d5e-9042-26641b2556f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1697 0.006638 10.0.0.42 - - [2024-10-28 02:20:18] "DELETE /instance-ip/dd089744-2120-4d5e-9042-26641b2556f8 HTTP/1.1" 200 115 0.031847 10.0.0.42 - - [2024-10-28 02:20:18] "DELETE /virtual-machine-interface/5a397bb4-d2e7-474a-ab6d-eff206861e82 HTTP/1.1" 200 115 0.034102 10.0.0.42 - - [2024-10-28 02:20:18] "GET /virtual-machine-interface/7f1be5a5-f2bd-4b10-ac59-81c776d57f58?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1333 0.003662 10.0.0.42 - - [2024-10-28 02:20:18] "DELETE /virtual-machine-interface/7f1be5a5-f2bd-4b10-ac59-81c776d57f58 HTTP/1.1" 200 115 0.030259 10.0.0.42 - - [2024-10-28 02:20:18] "DELETE /virtual-machine/c40cc180-6841-4c46-8872-2c24d423c16c HTTP/1.1" 200 115 0.025690 10.0.0.42 - - [2024-10-28 02:20:19] "POST /neutron/network HTTP/1.1" 200 835 0.007736 10.0.0.42 - - [2024-10-28 02:20:19] "POST /useragent-kv HTTP/1.1" 200 115 0.001671 10.0.0.42 - - [2024-10-28 02:20:19] "POST /useragent-kv HTTP/1.1" 200 115 0.001405 10.0.0.42 - - [2024-10-28 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005823 10.0.0.42 - - [2024-10-28 02:20:19] "POST /neutron/network HTTP/1.1" 200 151 0.094249 10.0.0.42 - - [2024-10-28 02:20:19] "DELETE /route-target/3a157f47-b524-4685-a64c-1c1e1cdaf116 HTTP/1.1" 200 115 0.023085 10.0.0.42 - - [2024-10-28 02:20:19] "POST /neutron/network HTTP/1.1" 200 825 0.011351 10.0.0.42 - - [2024-10-28 02:20:19] "POST /useragent-kv HTTP/1.1" 200 115 0.001672 10.0.0.42 - - [2024-10-28 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.008844 10.0.0.42 - - [2024-10-28 02:20:19] "POST /useragent-kv HTTP/1.1" 200 115 0.001254 10.0.0.42 - - [2024-10-28 02:20:19] "POST /neutron/network HTTP/1.1" 200 151 0.093677 10.0.0.42 - - [2024-10-28 02:20:19] "DELETE /route-target/7e204717-b0f6-40fc-b7f4-497ec36fd5dc HTTP/1.1" 200 115 0.016254 10.0.0.42 - - [2024-10-28 02:20:19] "GET /projects?obj_uuids=e8fb4380-76fd-47de-bc18-ab0f2bdbc785&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001308 10.0.0.42 - - [2024-10-28 02:20:19] "GET /project/e8fb4380-76fd-47de-bc18-ab0f2bdbc785?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.024563 10.0.0.42 - - [2024-10-28 02:20:19] "GET /projects?obj_uuids=e8fb4380-76fd-47de-bc18-ab0f2bdbc785&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001402 10.0.0.42 - - [2024-10-28 02:20:19] "GET /project/e8fb4380-76fd-47de-bc18-ab0f2bdbc785?fields=virtual_networks HTTP/1.1" 200 1039 0.074481 10.0.0.42 - - [2024-10-28 02:20:19] "GET /projects?obj_uuids=e8fb4380-76fd-47de-bc18-ab0f2bdbc785&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002797 10.0.0.42 - - [2024-10-28 02:20:19] "GET /project/e8fb4380-76fd-47de-bc18-ab0f2bdbc785?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.032413 10.0.0.42 - - [2024-10-28 02:20:19] "GET /projects?obj_uuids=e8fb4380-76fd-47de-bc18-ab0f2bdbc785&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001510 10.0.0.42 - - [2024-10-28 02:20:19] "GET /project/e8fb4380-76fd-47de-bc18-ab0f2bdbc785?fields=security_groups HTTP/1.1" 200 1268 0.028821 10.0.0.42 - - [2024-10-28 02:20:20] "POST /fqname-to-id HTTP/1.1" 404 196 0.030774 10.0.0.42 - - [2024-10-28 02:20:20] "GET /projects?obj_uuids=1c6be450-4865-492d-a264-fc520c3eeeed&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003485 10.0.0.42 - - [2024-10-28 02:20:20] "GET /domains?obj_uuids=80462946-db05-473a-912b-5ba74f83468f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001506 10.0.0.42 - - [2024-10-28 02:20:20] "GET /domain/80462946-db05-473a-912b-5ba74f83468f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009295 10.0.0.42 - - [2024-10-28 02:20:21] "POST /id-to-fqname HTTP/1.1" 200 198 0.001896 10.0.0.42 - - [2024-10-28 02:20:21] "POST /fqname-to-id HTTP/1.1" 404 207 0.003373 10.0.0.42 - - [2024-10-28 02:20:21] "POST /security-groups HTTP/1.1" 200 599 0.066323 10.0.0.42 - - [2024-10-28 02:20:21] "POST /fqname-to-id HTTP/1.1" 404 242 0.003908 10.0.0.42 - - [2024-10-28 02:20:21] "POST /projects HTTP/1.1" 200 601 0.231527 10.0.0.42 - - [2024-10-28 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.306170 10.0.0.42 - - [2024-10-28 02:20:21] "POST /access-control-lists HTTP/1.1" 200 604 0.060961 10.0.0.42 - - [2024-10-28 02:20:21] "POST /fqname-to-id HTTP/1.1" 404 241 0.003573 10.0.0.42 - - [2024-10-28 02:20:21] "GET /project/1c6be450-4865-492d-a264-fc520c3eeeed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.444797 10.0.0.42 - - [2024-10-28 02:20:21] "POST /access-control-lists HTTP/1.1" 200 602 0.062435 10.0.0.42 - - [2024-10-28 02:20:22] "GET / HTTP/1.1" 200 35931 0.002863 10.0.0.42 - - [2024-10-28 02:20:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000638 10.0.0.42 - - [2024-10-28 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.070758 10.0.0.42 - - [2024-10-28 02:20:23] "GET /projects?obj_uuids=1c6be450-4865-492d-a264-fc520c3eeeed&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001503 10.0.0.42 - - [2024-10-28 02:20:23] "GET /project/1c6be450-4865-492d-a264-fc520c3eeeed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.022811 10.0.0.42 - - [2024-10-28 02:20:23] "POST /neutron/network HTTP/1.1" 200 117 0.037953 10.0.0.42 - - [2024-10-28 02:20:23] "GET /projects?obj_uuids=1c6be450-4865-492d-a264-fc520c3eeeed&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002608 10.0.0.42 - - [2024-10-28 02:20:24] "POST /neutron/network HTTP/1.1" 200 613 0.090754 10.0.0.42 - - [2024-10-28 02:20:24] "POST /route-targets HTTP/1.1" 200 327 0.015568 10.0.0.42 - - [2024-10-28 02:20:24] "POST /ref-update HTTP/1.1" 200 156 0.016065 10.0.0.42 - - [2024-10-28 02:20:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003082 10.0.0.42 - - [2024-10-28 02:20:24] "POST /neutron/subnet HTTP/1.1" 200 720 0.206313 10.0.0.42 - - [2024-10-28 02:20:24] "POST /useragent-kv HTTP/1.1" 200 115 0.004718 10.0.0.42 - - [2024-10-28 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.039844 10.0.0.42 - - [2024-10-28 02:20:24] "POST /neutron/subnet HTTP/1.1" 200 823 0.184544 10.0.0.42 - - [2024-10-28 02:20:24] "GET /virtual-network/274a5360-b197-4dd2-ae85-141286047292?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.010669 10.0.0.42 - - [2024-10-28 02:20:24] "POST /neutron/network HTTP/1.1" 200 1004 0.012491 10.0.0.42 - - [2024-10-28 02:20:24] "POST /id-to-fqname HTTP/1.1" 200 228 0.001532 10.0.0.42 - - [2024-10-28 02:20:24] "GET /virtual-network/d6c0ff27-10ba-40ae-b469-28b199dc63b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.003321 10.0.0.42 - - [2024-10-28 02:20:24] "POST /neutron/network HTTP/1.1" 200 1004 0.014407 10.0.0.42 - - [2024-10-28 02:20:24] "GET /virtual-network/d6c0ff27-10ba-40ae-b469-28b199dc63b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.004881 10.0.0.42 - - [2024-10-28 02:20:24] "POST /neutron/network HTTP/1.1" 200 1004 0.013283 10.0.0.42 - - [2024-10-28 02:20:24] "POST /neutron/subnet HTTP/1.1" 200 720 0.011144 10.0.0.42 - - [2024-10-28 02:20:24] "POST /neutron/subnet HTTP/1.1" 200 823 0.009250 10.0.0.42 - - [2024-10-28 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.42 - - [2024-10-28 02:20:24] "GET /projects?obj_uuids=1c6be450-4865-492d-a264-fc520c3eeeed&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001580 10.0.0.42 - - [2024-10-28 02:20:24] "GET /project/1c6be450-4865-492d-a264-fc520c3eeeed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.032627 10.0.0.42 - - [2024-10-28 02:20:24] "POST /neutron/network HTTP/1.1" 200 117 0.013518 10.0.0.42 - - [2024-10-28 02:20:24] "GET /projects?obj_uuids=1c6be450-4865-492d-a264-fc520c3eeeed&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001559 10.0.0.42 - - [2024-10-28 02:20:24] "POST /neutron/network HTTP/1.1" 200 613 0.078685 10.0.0.42 - - [2024-10-28 02:20:25] "POST /route-targets HTTP/1.1" 200 327 0.013041 10.0.0.42 - - [2024-10-28 02:20:25] "POST /ref-update HTTP/1.1" 200 156 0.014495 10.0.0.42 - - [2024-10-28 02:20:25] "POST /useragent-kv HTTP/1.1" 200 115 0.005433 10.0.0.42 - - [2024-10-28 02:20:25] "POST /neutron/subnet HTTP/1.1" 200 734 0.213805 10.0.0.42 - - [2024-10-28 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.008664 10.0.0.42 - - [2024-10-28 02:20:25] "GET /virtual-network/274a5360-b197-4dd2-ae85-141286047292?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.004265 10.0.0.42 - - [2024-10-28 02:20:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003742 10.0.0.42 - - [2024-10-28 02:20:25] "POST /neutron/subnet HTTP/1.1" 200 828 0.231444 10.0.0.42 - - [2024-10-28 02:20:25] "POST /neutron/network HTTP/1.1" 200 1008 0.016723 10.0.0.42 - - [2024-10-28 02:20:25] "POST /id-to-fqname HTTP/1.1" 200 228 0.001757 10.0.0.42 - - [2024-10-28 02:20:25] "GET /virtual-network/44949080-09f3-44bd-986e-4c223b368888?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.003871 10.0.0.42 - - [2024-10-28 02:20:25] "POST /neutron/network HTTP/1.1" 200 1008 0.009381 10.0.0.42 - - [2024-10-28 02:20:25] "GET /virtual-network/44949080-09f3-44bd-986e-4c223b368888?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.004434 10.0.0.42 - - [2024-10-28 02:20:25] "POST /neutron/network HTTP/1.1" 200 1008 0.008319 10.0.0.42 - - [2024-10-28 02:20:25] "POST /neutron/subnet HTTP/1.1" 200 734 0.012105 10.0.0.42 - - [2024-10-28 02:20:25] "POST /neutron/subnet HTTP/1.1" 200 828 0.012008 10.0.0.42 - - [2024-10-28 02:20:25] "POST /fqname-to-id HTTP/1.1" 404 234 0.004375 10.0.0.42 - - [2024-10-28 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.42 - - [2024-10-28 02:20:25] "GET /projects?obj_uuids=1c6be450-4865-492d-a264-fc520c3eeeed&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001420 10.0.0.42 - - [2024-10-28 02:20:25] "GET /project/1c6be450-4865-492d-a264-fc520c3eeeed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.028517 10.0.0.42 - - [2024-10-28 02:20:25] "POST /network-policys HTTP/1.1" 200 577 0.068444 10.0.0.42 - - [2024-10-28 02:20:25] "GET /network-policy/f64a25c6-196c-4357-b253-67637c91646e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.005835 10.0.0.42 - - [2024-10-28 02:20:26] "POST /neutron/network HTTP/1.1" 200 1004 0.008720 10.0.0.42 - - [2024-10-28 02:20:26] "POST /fqname-to-id HTTP/1.1" 404 242 0.009597 10.0.0.42 - - [2024-10-28 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.013232 10.0.0.42 - - [2024-10-28 02:20:26] "GET /virtual-network/274a5360-b197-4dd2-ae85-141286047292?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.004072 10.0.0.42 - - [2024-10-28 02:20:26] "POST /neutron/network HTTP/1.1" 200 1112 0.073372 10.0.0.42 - - [2024-10-28 02:20:26] "POST /access-control-lists HTTP/1.1" 200 596 0.080232 10.0.0.42 - - [2024-10-28 02:20:26] "POST /neutron/network HTTP/1.1" 200 1112 0.039847 10.0.0.42 - - [2024-10-28 02:20:26] "GET /virtual-network/d6c0ff27-10ba-40ae-b469-28b199dc63b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006841 10.0.0.42 - - [2024-10-28 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.42 - - [2024-10-28 02:20:26] "GET /network-policy/f64a25c6-196c-4357-b253-67637c91646e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.005113 10.0.0.42 - - [2024-10-28 02:20:26] "POST /neutron/network HTTP/1.1" 200 1008 0.014116 10.0.0.42 - - [2024-10-28 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.007005 10.0.0.42 - - [2024-10-28 02:20:26] "POST /fqname-to-id HTTP/1.1" 404 242 0.006318 10.0.0.42 - - [2024-10-28 02:20:26] "GET /virtual-network/274a5360-b197-4dd2-ae85-141286047292?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.003964 10.0.0.42 - - [2024-10-28 02:20:26] "POST /neutron/network HTTP/1.1" 200 1116 0.068629 10.0.0.42 - - [2024-10-28 02:20:26] "POST /access-control-lists HTTP/1.1" 200 596 0.073031 10.0.0.42 - - [2024-10-28 02:20:26] "POST /neutron/network HTTP/1.1" 200 1116 0.036308 10.0.0.42 - - [2024-10-28 02:20:26] "GET /virtual-network/44949080-09f3-44bd-986e-4c223b368888?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.004976 10.0.0.42 - - [2024-10-28 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.42 - - [2024-10-28 02:20:26] "POST /ref-update HTTP/1.1" 200 156 0.013052 10.0.0.42 - - [2024-10-28 02:20:26] "GET /network-policy/f64a25c6-196c-4357-b253-67637c91646e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.003954 10.0.0.42 - - [2024-10-28 02:20:26] "GET /domains HTTP/1.1" 401 292 0.000559 10.0.0.42 - - [2024-10-28 02:20:26] "PUT /access-control-list/d8b2bae8-38e0-4775-9552-f05db4e5eed1 HTTP/1.1" 200 272 0.057886 10.0.0.42 - - [2024-10-28 02:20:26] "GET /domains HTTP/1.1" 200 280 0.031598 10.0.0.42 - - [2024-10-28 02:20:26] "GET /domains?obj_uuids=80462946-db05-473a-912b-5ba74f83468f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001462 10.0.0.42 - - [2024-10-28 02:20:26] "GET /domain/80462946-db05-473a-912b-5ba74f83468f HTTP/1.1" 200 3149 0.011015 10.0.0.42 - - [2024-10-28 02:20:26] "GET /projects?obj_uuids=1c6be450-4865-492d-a264-fc520c3eeeed&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001471 10.0.0.42 - - [2024-10-28 02:20:27] "GET /project/1c6be450-4865-492d-a264-fc520c3eeeed HTTP/1.1" 200 2625 0.067471 10.0.0.42 - - [2024-10-28 02:20:27] "GET /virtual-network/d6c0ff27-10ba-40ae-b469-28b199dc63b0 HTTP/1.1" 200 3500 0.006042 10.0.0.42 - - [2024-10-28 02:20:27] "GET /virtual-network/d6c0ff27-10ba-40ae-b469-28b199dc63b0 HTTP/1.1" 200 3500 0.004922 10.0.0.42 - - [2024-10-28 02:20:27] "GET /routing-instance/1d9098e6-90e3-4ba8-96d0-4b4c5fc121df HTTP/1.1" 200 1795 0.004633 10.0.0.42 - - [2024-10-28 02:20:27] "GET /routing-instance/1d9098e6-90e3-4ba8-96d0-4b4c5fc121df HTTP/1.1" 200 1795 0.003964 10.0.0.42 - - [2024-10-28 02:20:27] "GET /route-target/b81732b5-4a8c-4f11-aff3-5e8d99a02eb9 HTTP/1.1" 200 1213 0.004519 10.0.0.42 - - [2024-10-28 02:20:27] "GET /virtual-network/d6c0ff27-10ba-40ae-b469-28b199dc63b0 HTTP/1.1" 200 3500 0.004392 10.0.0.42 - - [2024-10-28 02:20:27] "GET /routing-instance/1d9098e6-90e3-4ba8-96d0-4b4c5fc121df HTTP/1.1" 200 1795 0.003928 10.0.0.42 - - [2024-10-28 02:20:27] "GET /virtual-network/d6c0ff27-10ba-40ae-b469-28b199dc63b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.003517 10.0.0.42 - - [2024-10-28 02:20:27] "GET /virtual-network/d6c0ff27-10ba-40ae-b469-28b199dc63b0 HTTP/1.1" 200 3500 0.003193 10.0.0.42 - - [2024-10-28 02:20:27] "GET /routing-instance/1d9098e6-90e3-4ba8-96d0-4b4c5fc121df HTTP/1.1" 200 1795 0.003683 10.0.0.42 - - [2024-10-28 02:20:27] "GET /routing-instance/1d9098e6-90e3-4ba8-96d0-4b4c5fc121df HTTP/1.1" 200 1795 0.004234 10.0.0.42 - - [2024-10-28 02:20:27] "GET /route-target/b81732b5-4a8c-4f11-aff3-5e8d99a02eb9 HTTP/1.1" 200 1213 0.004096 10.0.0.42 - - [2024-10-28 02:20:27] "GET /domains HTTP/1.1" 200 280 0.004732 10.0.0.42 - - [2024-10-28 02:20:27] "GET /domains?obj_uuids=80462946-db05-473a-912b-5ba74f83468f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002323 10.0.0.42 - - [2024-10-28 02:20:27] "GET /domain/80462946-db05-473a-912b-5ba74f83468f HTTP/1.1" 200 3149 0.011368 10.0.0.42 - - [2024-10-28 02:20:27] "GET /projects?obj_uuids=1c6be450-4865-492d-a264-fc520c3eeeed&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001652 10.0.0.42 - - [2024-10-28 02:20:27] "GET /project/1c6be450-4865-492d-a264-fc520c3eeeed HTTP/1.1" 200 2625 0.072255 10.0.0.42 - - [2024-10-28 02:20:27] "GET /virtual-network/d6c0ff27-10ba-40ae-b469-28b199dc63b0 HTTP/1.1" 200 3500 0.005358 10.0.0.42 - - [2024-10-28 02:20:27] "GET /obj-perms HTTP/1.1" 200 5046 0.076585 10.0.0.42 - - [2024-10-28 02:20:27] "GET /domains HTTP/1.1" 200 280 0.004069 10.0.0.42 - - [2024-10-28 02:20:27] "GET /domains?obj_uuids=80462946-db05-473a-912b-5ba74f83468f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001543 10.0.0.42 - - [2024-10-28 02:20:27] "GET /domain/80462946-db05-473a-912b-5ba74f83468f HTTP/1.1" 200 3149 0.009211 10.0.0.42 - - [2024-10-28 02:20:27] "GET /projects?obj_uuids=1c6be450-4865-492d-a264-fc520c3eeeed&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001438 10.0.0.42 - - [2024-10-28 02:20:27] "GET /project/1c6be450-4865-492d-a264-fc520c3eeeed HTTP/1.1" 200 2625 0.072768 10.0.0.42 - - [2024-10-28 02:20:27] "GET /virtual-network/44949080-09f3-44bd-986e-4c223b368888 HTTP/1.1" 200 3511 0.012999 10.0.0.42 - - [2024-10-28 02:20:27] "GET /virtual-network/44949080-09f3-44bd-986e-4c223b368888 HTTP/1.1" 200 3511 0.004419 10.0.0.42 - - [2024-10-28 02:20:27] "GET /routing-instance/4b16cb27-f1f8-4fe4-8e8f-32cb3138f1b3 HTTP/1.1" 200 1795 0.004038 10.0.0.42 - - [2024-10-28 02:20:27] "GET /routing-instance/4b16cb27-f1f8-4fe4-8e8f-32cb3138f1b3 HTTP/1.1" 200 1795 0.005126 10.0.0.42 - - [2024-10-28 02:20:27] "GET /route-target/454651f0-d337-4543-822a-9bd99cd8ee76 HTTP/1.1" 200 1211 0.003792 10.0.0.42 - - [2024-10-28 02:20:27] "GET /virtual-network/44949080-09f3-44bd-986e-4c223b368888 HTTP/1.1" 200 3511 0.003726 10.0.0.42 - - [2024-10-28 02:20:27] "GET /routing-instance/4b16cb27-f1f8-4fe4-8e8f-32cb3138f1b3 HTTP/1.1" 200 1795 0.003224 10.0.0.42 - - [2024-10-28 02:20:27] "GET /virtual-network/44949080-09f3-44bd-986e-4c223b368888?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.003756 10.0.0.42 - - [2024-10-28 02:20:27] "GET /virtual-network/44949080-09f3-44bd-986e-4c223b368888 HTTP/1.1" 200 3511 0.004983 10.0.0.42 - - [2024-10-28 02:20:27] "GET /routing-instance/4b16cb27-f1f8-4fe4-8e8f-32cb3138f1b3 HTTP/1.1" 200 1795 0.003806 10.0.0.42 - - [2024-10-28 02:20:27] "GET /routing-instance/4b16cb27-f1f8-4fe4-8e8f-32cb3138f1b3 HTTP/1.1" 200 1795 0.003819 10.0.0.42 - - [2024-10-28 02:20:27] "GET /route-target/454651f0-d337-4543-822a-9bd99cd8ee76 HTTP/1.1" 200 1211 0.003623 10.0.0.42 - - [2024-10-28 02:20:28] "GET /domains HTTP/1.1" 200 280 0.004675 10.0.0.42 - - [2024-10-28 02:20:28] "GET /domains?obj_uuids=80462946-db05-473a-912b-5ba74f83468f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001267 10.0.0.42 - - [2024-10-28 02:20:28] "GET /domain/80462946-db05-473a-912b-5ba74f83468f HTTP/1.1" 200 3149 0.008683 10.0.0.42 - - [2024-10-28 02:20:28] "GET /projects?obj_uuids=1c6be450-4865-492d-a264-fc520c3eeeed&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001351 10.0.0.42 - - [2024-10-28 02:20:28] "GET /project/1c6be450-4865-492d-a264-fc520c3eeeed HTTP/1.1" 200 2625 0.077000 10.0.0.42 - - [2024-10-28 02:20:28] "GET /virtual-network/44949080-09f3-44bd-986e-4c223b368888 HTTP/1.1" 200 3511 0.004920 10.0.0.42 - - [2024-10-28 02:20:28] "GET /obj-perms HTTP/1.1" 200 5046 0.004826 10.0.0.42 - - [2024-10-28 02:20:28] "GET /virtual-network/44949080-09f3-44bd-986e-4c223b368888?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.004049 10.0.0.42 - - [2024-10-28 02:20:28] "POST /neutron/network HTTP/1.1" 200 1116 0.010805 10.0.0.42 - - [2024-10-28 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.013050 10.0.0.42 - - [2024-10-28 02:20:28] "GET /virtual-network/274a5360-b197-4dd2-ae85-141286047292?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.003994 10.0.0.42 - - [2024-10-28 02:20:28] "POST /neutron/network HTTP/1.1" 200 1008 0.067903 10.0.0.42 - - [2024-10-28 02:20:28] "DELETE /access-control-list/3f343118-c45e-4583-abac-0a016eb1f8c3 HTTP/1.1" 200 115 0.048169 10.0.0.42 - - [2024-10-28 02:20:28] "POST /neutron/network HTTP/1.1" 200 1008 0.014327 10.0.0.42 - - [2024-10-28 02:20:28] "GET /virtual-network/44949080-09f3-44bd-986e-4c223b368888?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006049 10.0.0.42 - - [2024-10-28 02:20:28] "POST /ref-update HTTP/1.1" 200 156 0.021981 10.0.0.42 - - [2024-10-28 02:20:28] "GET /virtual-network/d6c0ff27-10ba-40ae-b469-28b199dc63b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.007737 10.0.0.42 - - [2024-10-28 02:20:28] "POST /neutron/network HTTP/1.1" 200 1112 0.009309 10.0.0.42 - - [2024-10-28 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.007706 10.0.0.42 - - [2024-10-28 02:20:28] "GET /virtual-network/274a5360-b197-4dd2-ae85-141286047292?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.006697 10.0.0.42 - - [2024-10-28 02:20:28] "POST /neutron/network HTTP/1.1" 200 1004 0.055441 10.0.0.42 - - [2024-10-28 02:20:28] "DELETE /access-control-list/d8b2bae8-38e0-4775-9552-f05db4e5eed1 HTTP/1.1" 200 115 0.040827 10.0.0.42 - - [2024-10-28 02:20:28] "POST /neutron/network HTTP/1.1" 200 1004 0.013629 10.0.0.42 - - [2024-10-28 02:20:28] "POST /ref-update HTTP/1.1" 200 156 0.017029 10.0.0.42 - - [2024-10-28 02:20:28] "GET /virtual-network/d6c0ff27-10ba-40ae-b469-28b199dc63b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.007499 10.0.0.42 - - [2024-10-28 02:20:28] "DELETE /network-policy/f64a25c6-196c-4357-b253-67637c91646e HTTP/1.1" 200 115 0.027465 10.0.0.42 - - [2024-10-28 02:20:28] "POST /neutron/network HTTP/1.1" 200 1008 0.010632 10.0.0.42 - - [2024-10-28 02:20:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002165 10.0.0.42 - - [2024-10-28 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.010454 10.0.0.42 - - [2024-10-28 02:20:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002026 10.0.0.42 - - [2024-10-28 02:20:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002379 10.0.0.42 - - [2024-10-28 02:20:28] "POST /useragent-kv HTTP/1.1" 200 115 0.001488 10.0.0.42 - - [2024-10-28 02:20:28] "POST /neutron/network HTTP/1.1" 200 151 0.117751 10.0.0.42 - - [2024-10-28 02:20:28] "DELETE /route-target/454651f0-d337-4543-822a-9bd99cd8ee76 HTTP/1.1" 200 115 0.030806 10.0.0.42 - - [2024-10-28 02:20:28] "GET /routing-instance/4b16cb27-f1f8-4fe4-8e8f-32cb3138f1b3 HTTP/1.1" 404 171 0.003164 10.0.0.42 - - [2024-10-28 02:20:28] "GET /domains HTTP/1.1" 200 280 0.003035 10.0.0.42 - - [2024-10-28 02:20:28] "GET /domains?obj_uuids=80462946-db05-473a-912b-5ba74f83468f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001416 10.0.0.42 - - [2024-10-28 02:20:28] "GET /domain/80462946-db05-473a-912b-5ba74f83468f HTTP/1.1" 200 3149 0.051518 10.0.0.42 - - [2024-10-28 02:20:28] "GET /projects?obj_uuids=1c6be450-4865-492d-a264-fc520c3eeeed&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001463 10.0.0.42 - - [2024-10-28 02:20:28] "GET /project/1c6be450-4865-492d-a264-fc520c3eeeed HTTP/1.1" 200 2145 0.071783 10.0.0.42 - - [2024-10-28 02:20:28] "POST /neutron/network HTTP/1.1" 200 1004 0.023958 10.0.0.42 - - [2024-10-28 02:20:28] "DELETE /project/1c6be4504865492da264fc520c3eeeed HTTP/1.1" 404 173 0.021244 10.0.0.42 - - [2024-10-28 02:20:28] "DELETE /project/b6b53e69fb734b2396189d9911bda66e HTTP/1.1" 404 173 0.020569 10.0.0.42 - - [2024-10-28 02:20:28] "DELETE /project/e8fb438076fd47debc18ab0f2bdbc785 HTTP/1.1" 404 173 0.014874 10.0.0.42 - - [2024-10-28 02:20:28] "GET /projects?obj_uuids=dbb74c3b-748e-4600-afbb-a2ae035238e0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001766 10.0.0.42 - - [2024-10-28 02:20:28] "GET /projects?obj_uuids=b6b53e69-fb73-4b23-9618-9d9911bda66e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001158 10.0.0.42 - - [2024-10-28 02:20:28] "GET /projects?obj_uuids=e8fb4380-76fd-47de-bc18-ab0f2bdbc785&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001391 10.0.0.42 - - [2024-10-28 02:20:28] "GET /project/b6b53e69-fb73-4b23-9618-9d9911bda66e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.055897 10.0.0.42 - - [2024-10-28 02:20:29] "GET /project/dbb74c3b-748e-4600-afbb-a2ae035238e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.063298 10.0.0.42 - - [2024-10-28 02:20:29] "GET /project/e8fb4380-76fd-47de-bc18-ab0f2bdbc785?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.066000 10.0.0.42 - - [2024-10-28 02:20:29] "GET /projects?obj_uuids=dbb74c3b-748e-4600-afbb-a2ae035238e0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001292 10.0.0.42 - - [2024-10-28 02:20:29] "GET /projects?obj_uuids=b6b53e69-fb73-4b23-9618-9d9911bda66e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001123 10.0.0.42 - - [2024-10-28 02:20:29] "GET /projects?obj_uuids=e8fb4380-76fd-47de-bc18-ab0f2bdbc785&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001201 10.0.0.42 - - [2024-10-28 02:20:29] "GET /project/b6b53e69-fb73-4b23-9618-9d9911bda66e?fields=security_groups HTTP/1.1" 200 1349 0.053692 10.0.0.42 - - [2024-10-28 02:20:29] "GET /project/dbb74c3b-748e-4600-afbb-a2ae035238e0?fields=security_groups HTTP/1.1" 200 1400 0.056434 10.0.0.42 - - [2024-10-28 02:20:29] "GET /project/e8fb4380-76fd-47de-bc18-ab0f2bdbc785?fields=security_groups HTTP/1.1" 200 1373 0.052831 10.0.0.42 - - [2024-10-28 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.006047 10.0.0.42 - - [2024-10-28 02:20:29] "POST /useragent-kv HTTP/1.1" 200 115 0.001685 10.0.0.42 - - [2024-10-28 02:20:29] "DELETE /route-target/b81732b5-4a8c-4f11-aff3-5e8d99a02eb9 HTTP/1.1" 200 115 0.057060 10.0.0.42 - - [2024-10-28 02:20:29] "POST /useragent-kv HTTP/1.1" 200 115 0.001480 10.0.0.42 - - [2024-10-28 02:20:29] "POST /useragent-kv HTTP/1.1" 200 115 0.001514 10.0.0.42 - - [2024-10-28 02:20:29] "POST /useragent-kv HTTP/1.1" 200 115 0.001499 10.0.0.42 - - [2024-10-28 02:20:29] "DELETE /security-group/2a982a8f-179b-416c-8bfe-c0c653c44a5b HTTP/1.1" 200 115 0.127001 10.0.0.42 - - [2024-10-28 02:20:29] "POST /neutron/network HTTP/1.1" 200 151 0.323720 10.0.0.42 - - [2024-10-28 02:20:29] "GET /projects?obj_uuids=b6b53e69-fb73-4b23-9618-9d9911bda66e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002181 10.0.0.42 - - [2024-10-28 02:20:29] "GET /routing-instance/1d9098e6-90e3-4ba8-96d0-4b4c5fc121df HTTP/1.1" 404 171 0.003431 10.0.0.42 - - [2024-10-28 02:20:29] "DELETE /security-group/6789edb8-7337-4ef1-8561-520e8a384d31 HTTP/1.1" 200 115 0.145445 10.0.0.42 - - [2024-10-28 02:20:29] "GET /domains HTTP/1.1" 200 280 0.006439 10.0.0.42 - - [2024-10-28 02:20:29] "DELETE /security-group/0a4cd264-c85f-42fb-a551-f9418a87eca2 HTTP/1.1" 200 115 0.136682 10.0.0.42 - - [2024-10-28 02:20:29] "GET /projects?obj_uuids=dbb74c3b-748e-4600-afbb-a2ae035238e0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001472 10.0.0.42 - - [2024-10-28 02:20:29] "GET /domains?obj_uuids=80462946-db05-473a-912b-5ba74f83468f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001352 10.0.0.42 - - [2024-10-28 02:20:29] "DELETE /access-control-list/c1e5ed5c-b5ed-4f88-a1f8-9d0602720f87 HTTP/1.1" 200 115 0.073821 10.0.0.42 - - [2024-10-28 02:20:29] "GET /projects?obj_uuids=e8fb4380-76fd-47de-bc18-ab0f2bdbc785&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002366 10.0.0.42 - - [2024-10-28 02:20:29] "GET /domain/80462946-db05-473a-912b-5ba74f83468f HTTP/1.1" 200 3149 0.024159 10.0.0.42 - - [2024-10-28 02:20:29] "GET /projects?obj_uuids=1c6be450-4865-492d-a264-fc520c3eeeed&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001296 10.0.0.42 - - [2024-10-28 02:20:29] "GET /project/dbb74c3b-748e-4600-afbb-a2ae035238e0?fields=application_policy_sets HTTP/1.1" 200 1439 0.087026 10.0.0.42 - - [2024-10-28 02:20:29] "GET /project/b6b53e69-fb73-4b23-9618-9d9911bda66e?fields=application_policy_sets HTTP/1.1" 200 1388 0.120730 10.0.0.42 - - [2024-10-28 02:20:29] "GET /project/e8fb4380-76fd-47de-bc18-ab0f2bdbc785?fields=application_policy_sets HTTP/1.1" 200 1412 0.091661 10.0.0.42 - - [2024-10-28 02:20:29] "DELETE /access-control-list/8ee51217-c4b2-43f0-a9b9-132857e5b3ba HTTP/1.1" 200 115 0.093728 10.0.0.42 - - [2024-10-28 02:20:29] "GET /project/1c6be450-4865-492d-a264-fc520c3eeeed HTTP/1.1" 200 1900 0.118967 10.0.0.42 - - [2024-10-28 02:20:29] "DELETE /access-control-list/c2d764d0-e524-423b-a7f5-67d081207a1a HTTP/1.1" 200 115 0.096986 10.0.0.42 - - [2024-10-28 02:20:29] "DELETE /access-control-list/71c11fbf-18b8-407f-a0a3-3666100bcb09 HTTP/1.1" 200 115 0.045252 10.0.0.42 - - [2024-10-28 02:20:29] "DELETE /project/dbb74c3b-748e-4600-afbb-a2ae035238e0 HTTP/1.1" 200 115 0.684113 10.0.0.42 - - [2024-10-28 02:20:29] "DELETE /project/b6b53e69-fb73-4b23-9618-9d9911bda66e HTTP/1.1" 200 115 0.696697 10.0.0.42 - - [2024-10-28 02:20:29] "DELETE /access-control-list/f61e8312-7f4e-4c11-85e5-85445108a7ac HTTP/1.1" 200 115 0.040905 10.0.0.42 - - [2024-10-28 02:20:29] "DELETE /project/e8fb4380-76fd-47de-bc18-ab0f2bdbc785 HTTP/1.1" 200 115 0.695261 10.0.0.42 - - [2024-10-28 02:20:29] "DELETE /access-control-list/673d2152-71ae-4032-982c-531c1b47b07f HTTP/1.1" 200 115 0.031174 10.0.0.42 - - [2024-10-28 02:20:29] "GET /projects?obj_uuids=1c6be450-4865-492d-a264-fc520c3eeeed&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001586 10.0.0.42 - - [2024-10-28 02:20:29] "GET /project/1c6be450-4865-492d-a264-fc520c3eeeed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.028851 10.0.0.42 - - [2024-10-28 02:20:29] "GET /projects?obj_uuids=1c6be450-4865-492d-a264-fc520c3eeeed&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002259 10.0.0.42 - - [2024-10-28 02:20:29] "GET /project/1c6be450-4865-492d-a264-fc520c3eeeed?fields=virtual_networks HTTP/1.1" 200 1048 0.079380 10.0.0.42 - - [2024-10-28 02:20:29] "GET /projects?obj_uuids=1c6be450-4865-492d-a264-fc520c3eeeed&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002140 10.0.0.42 - - [2024-10-28 02:20:29] "GET /project/1c6be450-4865-492d-a264-fc520c3eeeed?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.024458 10.0.0.42 - - [2024-10-28 02:20:29] "GET /projects?obj_uuids=1c6be450-4865-492d-a264-fc520c3eeeed&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002219 10.0.0.42 - - [2024-10-28 02:20:30] "GET /project/1c6be450-4865-492d-a264-fc520c3eeeed?fields=security_groups HTTP/1.1" 200 1282 0.036394 10.0.0.42 - - [2024-10-28 02:20:30] "POST /fqname-to-id HTTP/1.1" 404 190 0.039143 10.0.0.42 - - [2024-10-28 02:20:31] "GET /projects?obj_uuids=36d13037-5f67-418e-82c3-807c01dd76b5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003222 10.0.0.42 - - [2024-10-28 02:20:31] "GET /domains?obj_uuids=80462946-db05-473a-912b-5ba74f83468f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001563 10.0.0.42 - - [2024-10-28 02:20:31] "GET /domain/80462946-db05-473a-912b-5ba74f83468f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010051 10.0.0.42 - - [2024-10-28 02:20:31] "POST /id-to-fqname HTTP/1.1" 200 192 0.002074 10.0.0.42 - - [2024-10-28 02:20:31] "POST /fqname-to-id HTTP/1.1" 404 201 0.002569 10.0.0.42 - - [2024-10-28 02:20:31] "POST /security-groups HTTP/1.1" 200 593 0.068612 10.0.0.42 - - [2024-10-28 02:20:31] "POST /fqname-to-id HTTP/1.1" 404 236 0.004359 10.0.0.42 - - [2024-10-28 02:20:31] "POST /projects HTTP/1.1" 200 589 0.244977 10.0.0.42 - - [2024-10-28 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.285167 10.0.0.42 - - [2024-10-28 02:20:31] "POST /access-control-lists HTTP/1.1" 200 598 0.071885 10.0.0.42 - - [2024-10-28 02:20:31] "GET /project/36d13037-5f67-418e-82c3-807c01dd76b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.450646 10.0.0.42 - - [2024-10-28 02:20:31] "POST /fqname-to-id HTTP/1.1" 404 235 0.004249 10.0.0.42 - - [2024-10-28 02:20:31] "POST /access-control-lists HTTP/1.1" 200 596 0.063587 10.0.0.42 - - [2024-10-28 02:20:32] "GET / HTTP/1.1" 200 35931 0.003386 10.0.0.42 - - [2024-10-28 02:20:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000624 10.0.0.42 - - [2024-10-28 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.070982 10.0.0.42 - - [2024-10-28 02:20:33] "GET /projects?obj_uuids=36d13037-5f67-418e-82c3-807c01dd76b5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001224 10.0.0.42 - - [2024-10-28 02:20:33] "GET /project/36d13037-5f67-418e-82c3-807c01dd76b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.028924 10.0.0.42 - - [2024-10-28 02:20:34] "POST /neutron/network HTTP/1.1" 200 117 0.034346 10.0.0.42 - - [2024-10-28 02:20:34] "GET /projects?obj_uuids=36d13037-5f67-418e-82c3-807c01dd76b5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001475 10.0.0.42 - - [2024-10-28 02:20:34] "POST /neutron/network HTTP/1.1" 200 607 0.076530 10.0.0.42 - - [2024-10-28 02:20:34] "POST /route-targets HTTP/1.1" 200 327 0.014455 10.0.0.42 - - [2024-10-28 02:20:34] "POST /ref-update HTTP/1.1" 200 156 0.015864 10.0.0.42 - - [2024-10-28 02:20:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003537 10.0.0.42 - - [2024-10-28 02:20:34] "POST /neutron/subnet HTTP/1.1" 200 715 0.153947 10.0.0.42 - - [2024-10-28 02:20:34] "POST /neutron/network HTTP/1.1" 200 824 0.007573 10.0.0.42 - - [2024-10-28 02:20:34] "POST /id-to-fqname HTTP/1.1" 200 222 0.001790 10.0.0.42 - - [2024-10-28 02:20:34] "GET /virtual-network/d69e702c-a665-4639-8a9f-8803fb83516a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.003783 10.0.0.42 - - [2024-10-28 02:20:34] "POST /neutron/network HTTP/1.1" 200 824 0.006735 10.0.0.42 - - [2024-10-28 02:20:34] "GET /virtual-network/d69e702c-a665-4639-8a9f-8803fb83516a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.002920 10.0.0.42 - - [2024-10-28 02:20:34] "POST /neutron/network HTTP/1.1" 200 824 0.007285 10.0.0.42 - - [2024-10-28 02:20:34] "POST /neutron/subnet HTTP/1.1" 200 715 0.008530 10.0.0.42 - - [2024-10-28 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002762 10.0.0.42 - - [2024-10-28 02:20:34] "GET /projects?obj_uuids=36d13037-5f67-418e-82c3-807c01dd76b5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001329 10.0.0.42 - - [2024-10-28 02:20:34] "GET /project/36d13037-5f67-418e-82c3-807c01dd76b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.021830 10.0.0.42 - - [2024-10-28 02:20:34] "POST /neutron/network HTTP/1.1" 200 117 0.012990 10.0.0.42 - - [2024-10-28 02:20:34] "GET /projects?obj_uuids=36d13037-5f67-418e-82c3-807c01dd76b5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001565 10.0.0.42 - - [2024-10-28 02:20:34] "POST /neutron/network HTTP/1.1" 200 607 0.095085 10.0.0.42 - - [2024-10-28 02:20:34] "POST /route-targets HTTP/1.1" 200 327 0.018968 10.0.0.42 - - [2024-10-28 02:20:34] "POST /ref-update HTTP/1.1" 200 156 0.016563 10.0.0.42 - - [2024-10-28 02:20:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003300 10.0.0.42 - - [2024-10-28 02:20:34] "POST /neutron/subnet HTTP/1.1" 200 730 0.206188 10.0.0.42 - - [2024-10-28 02:20:35] "POST /neutron/network HTTP/1.1" 200 827 0.007041 10.0.0.42 - - [2024-10-28 02:20:35] "POST /id-to-fqname HTTP/1.1" 200 222 0.001619 10.0.0.42 - - [2024-10-28 02:20:35] "GET /virtual-network/82ff9f38-fe89-4f45-ab4d-07eb8f43370d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.003511 10.0.0.42 - - [2024-10-28 02:20:35] "POST /neutron/network HTTP/1.1" 200 827 0.006944 10.0.0.42 - - [2024-10-28 02:20:35] "GET /virtual-network/82ff9f38-fe89-4f45-ab4d-07eb8f43370d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.003807 10.0.0.42 - - [2024-10-28 02:20:35] "POST /neutron/network HTTP/1.1" 200 827 0.007417 10.0.0.42 - - [2024-10-28 02:20:35] "POST /neutron/subnet HTTP/1.1" 200 730 0.012847 10.0.0.42 - - [2024-10-28 02:20:35] "POST /fqname-to-id HTTP/1.1" 404 228 0.003520 10.0.0.42 - - [2024-10-28 02:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.42 - - [2024-10-28 02:20:35] "GET /projects?obj_uuids=36d13037-5f67-418e-82c3-807c01dd76b5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001576 10.0.0.42 - - [2024-10-28 02:20:35] "GET /project/36d13037-5f67-418e-82c3-807c01dd76b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.028612 10.0.0.42 - - [2024-10-28 02:20:35] "POST /network-policys HTTP/1.1" 200 571 0.023194 10.0.0.42 - - [2024-10-28 02:20:35] "GET /network-policy/ca149106-8c79-49fc-a7f2-9a483c7076a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.007434 10.0.0.42 - - [2024-10-28 02:20:35] "POST /neutron/network HTTP/1.1" 200 824 0.007742 10.0.0.42 - - [2024-10-28 02:20:35] "POST /fqname-to-id HTTP/1.1" 404 236 0.003074 10.0.0.42 - - [2024-10-28 02:20:35] "POST /neutron/network HTTP/1.1" 200 926 0.069398 10.0.0.42 - - [2024-10-28 02:20:35] "POST /neutron/network HTTP/1.1" 200 926 0.034225 10.0.0.42 - - [2024-10-28 02:20:35] "POST /access-control-lists HTTP/1.1" 200 590 0.074074 10.0.0.42 - - [2024-10-28 02:20:35] "GET /virtual-network/d69e702c-a665-4639-8a9f-8803fb83516a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.012444 10.0.0.42 - - [2024-10-28 02:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.42 - - [2024-10-28 02:20:35] "GET /network-policy/ca149106-8c79-49fc-a7f2-9a483c7076a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.005377 10.0.0.42 - - [2024-10-28 02:20:35] "POST /neutron/network HTTP/1.1" 200 827 0.009881 10.0.0.42 - - [2024-10-28 02:20:35] "GET /obj-perms HTTP/1.1" 200 5056 0.066956 10.0.0.42 - - [2024-10-28 02:20:35] "PUT /access-control-list/46f38298-e708-4863-8a27-faec29d9db74 HTTP/1.1" 200 272 0.065533 10.0.0.42 - - [2024-10-28 02:20:35] "POST /neutron/network HTTP/1.1" 200 929 0.123924 10.0.0.42 - - [2024-10-28 02:20:35] "POST /fqname-to-id HTTP/1.1" 404 236 0.003461 10.0.0.42 - - [2024-10-28 02:20:35] "POST /neutron/network HTTP/1.1" 200 929 0.008775 10.0.0.42 - - [2024-10-28 02:20:35] "GET /virtual-network/82ff9f38-fe89-4f45-ab4d-07eb8f43370d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.004100 10.0.0.42 - - [2024-10-28 02:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.42 - - [2024-10-28 02:20:36] "GET /network-policy/ca149106-8c79-49fc-a7f2-9a483c7076a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.035334 10.0.0.42 - - [2024-10-28 02:20:36] "POST /access-control-lists HTTP/1.1" 200 590 0.071905 10.0.0.42 - - [2024-10-28 02:20:36] "GET /domains HTTP/1.1" 401 292 0.000506 10.0.0.42 - - [2024-10-28 02:20:36] "POST /ref-update HTTP/1.1" 200 156 0.015155 10.0.0.42 - - [2024-10-28 02:20:36] "GET /domains HTTP/1.1" 200 280 0.044085 10.0.0.42 - - [2024-10-28 02:20:36] "GET /domains?obj_uuids=80462946-db05-473a-912b-5ba74f83468f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001536 10.0.0.42 - - [2024-10-28 02:20:36] "GET /obj-perms HTTP/1.1" 200 5056 0.394308 10.0.0.42 - - [2024-10-28 02:20:36] "GET /domain/80462946-db05-473a-912b-5ba74f83468f HTTP/1.1" 200 2769 0.013314 10.0.0.42 - - [2024-10-28 02:20:36] "GET /projects?obj_uuids=36d13037-5f67-418e-82c3-807c01dd76b5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001431 10.0.0.42 - - [2024-10-28 02:20:36] "GET /project/36d13037-5f67-418e-82c3-807c01dd76b5 HTTP/1.1" 200 2570 0.073541 10.0.0.42 - - [2024-10-28 02:20:36] "GET /virtual-network/d69e702c-a665-4639-8a9f-8803fb83516a HTTP/1.1" 200 2885 0.006874 10.0.0.42 - - [2024-10-28 02:20:36] "GET /virtual-network/d69e702c-a665-4639-8a9f-8803fb83516a HTTP/1.1" 200 2885 0.005169 10.0.0.42 - - [2024-10-28 02:20:36] "GET /routing-instance/b76b7889-848b-4bdc-8c28-b13be29542a2 HTTP/1.1" 200 1784 0.004222 10.0.0.42 - - [2024-10-28 02:20:36] "GET /routing-instance/b76b7889-848b-4bdc-8c28-b13be29542a2 HTTP/1.1" 200 1784 0.003840 10.0.0.42 - - [2024-10-28 02:20:36] "GET /route-target/a71e256e-bbbc-49ae-b669-90ddc8a6c375 HTTP/1.1" 200 1207 0.003604 10.0.0.42 - - [2024-10-28 02:20:36] "GET /virtual-network/d69e702c-a665-4639-8a9f-8803fb83516a HTTP/1.1" 200 2885 0.004910 10.0.0.42 - - [2024-10-28 02:20:36] "GET /routing-instance/b76b7889-848b-4bdc-8c28-b13be29542a2 HTTP/1.1" 200 1784 0.004268 10.0.0.42 - - [2024-10-28 02:20:36] "GET /virtual-network/d69e702c-a665-4639-8a9f-8803fb83516a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.004529 10.0.0.42 - - [2024-10-28 02:20:36] "GET /virtual-network/d69e702c-a665-4639-8a9f-8803fb83516a HTTP/1.1" 200 2885 0.004103 10.0.0.42 - - [2024-10-28 02:20:36] "GET /routing-instance/b76b7889-848b-4bdc-8c28-b13be29542a2 HTTP/1.1" 200 1784 0.004992 10.0.0.42 - - [2024-10-28 02:20:36] "GET /routing-instance/b76b7889-848b-4bdc-8c28-b13be29542a2 HTTP/1.1" 200 1784 0.003762 10.0.0.42 - - [2024-10-28 02:20:36] "GET /route-target/a71e256e-bbbc-49ae-b669-90ddc8a6c375 HTTP/1.1" 200 1207 0.003954 10.0.0.42 - - [2024-10-28 02:20:36] "GET /domains HTTP/1.1" 200 280 0.003674 10.0.0.42 - - [2024-10-28 02:20:36] "GET /domains?obj_uuids=80462946-db05-473a-912b-5ba74f83468f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001519 10.0.0.42 - - [2024-10-28 02:20:36] "GET /domain/80462946-db05-473a-912b-5ba74f83468f HTTP/1.1" 200 2769 0.012184 10.0.0.42 - - [2024-10-28 02:20:36] "GET /projects?obj_uuids=36d13037-5f67-418e-82c3-807c01dd76b5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001481 10.0.0.42 - - [2024-10-28 02:20:36] "GET /project/36d13037-5f67-418e-82c3-807c01dd76b5 HTTP/1.1" 200 2570 0.070363 10.0.0.42 - - [2024-10-28 02:20:36] "GET /virtual-network/d69e702c-a665-4639-8a9f-8803fb83516a HTTP/1.1" 200 2885 0.003484 10.0.0.42 - - [2024-10-28 02:20:37] "GET /obj-perms HTTP/1.1" 200 5034 0.060318 10.0.0.42 - - [2024-10-28 02:20:37] "GET /domains HTTP/1.1" 200 280 0.004018 10.0.0.42 - - [2024-10-28 02:20:37] "GET /domains?obj_uuids=80462946-db05-473a-912b-5ba74f83468f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002017 10.0.0.42 - - [2024-10-28 02:20:37] "GET /domain/80462946-db05-473a-912b-5ba74f83468f HTTP/1.1" 200 2769 0.009587 10.0.0.42 - - [2024-10-28 02:20:37] "GET /projects?obj_uuids=36d13037-5f67-418e-82c3-807c01dd76b5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001715 10.0.0.42 - - [2024-10-28 02:20:37] "GET /project/36d13037-5f67-418e-82c3-807c01dd76b5 HTTP/1.1" 200 2570 0.080069 10.0.0.42 - - [2024-10-28 02:20:37] "GET /virtual-network/82ff9f38-fe89-4f45-ab4d-07eb8f43370d HTTP/1.1" 200 2894 0.008077 10.0.0.42 - - [2024-10-28 02:20:37] "GET /virtual-network/82ff9f38-fe89-4f45-ab4d-07eb8f43370d HTTP/1.1" 200 2894 0.004317 10.0.0.42 - - [2024-10-28 02:20:37] "GET /routing-instance/3098fcab-1883-4307-8917-3f2f9f398143 HTTP/1.1" 200 1782 0.003838 10.0.0.42 - - [2024-10-28 02:20:37] "GET /routing-instance/3098fcab-1883-4307-8917-3f2f9f398143 HTTP/1.1" 200 1782 0.003422 10.0.0.42 - - [2024-10-28 02:20:37] "GET /route-target/ae34dd49-e073-48df-8d5f-7d1af764f526 HTTP/1.1" 200 1207 0.003194 10.0.0.42 - - [2024-10-28 02:20:37] "GET /virtual-network/82ff9f38-fe89-4f45-ab4d-07eb8f43370d HTTP/1.1" 200 2894 0.005157 10.0.0.42 - - [2024-10-28 02:20:37] "GET /routing-instance/3098fcab-1883-4307-8917-3f2f9f398143 HTTP/1.1" 200 1782 0.004038 10.0.0.42 - - [2024-10-28 02:20:37] "GET /virtual-network/82ff9f38-fe89-4f45-ab4d-07eb8f43370d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.004871 10.0.0.42 - - [2024-10-28 02:20:37] "GET /virtual-network/82ff9f38-fe89-4f45-ab4d-07eb8f43370d HTTP/1.1" 200 2894 0.004581 10.0.0.42 - - [2024-10-28 02:20:37] "GET /routing-instance/3098fcab-1883-4307-8917-3f2f9f398143 HTTP/1.1" 200 1782 0.003741 10.0.0.42 - - [2024-10-28 02:20:37] "GET /routing-instance/3098fcab-1883-4307-8917-3f2f9f398143 HTTP/1.1" 200 1782 0.003598 10.0.0.42 - - [2024-10-28 02:20:37] "GET /route-target/ae34dd49-e073-48df-8d5f-7d1af764f526 HTTP/1.1" 200 1207 0.003194 10.0.0.42 - - [2024-10-28 02:20:37] "GET /domains HTTP/1.1" 200 280 0.003647 10.0.0.42 - - [2024-10-28 02:20:37] "GET /domains?obj_uuids=80462946-db05-473a-912b-5ba74f83468f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001428 10.0.0.42 - - [2024-10-28 02:20:37] "GET /domain/80462946-db05-473a-912b-5ba74f83468f HTTP/1.1" 200 2769 0.009818 10.0.0.42 - - [2024-10-28 02:20:37] "GET /projects?obj_uuids=36d13037-5f67-418e-82c3-807c01dd76b5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001395 10.0.0.42 - - [2024-10-28 02:20:37] "GET /project/36d13037-5f67-418e-82c3-807c01dd76b5 HTTP/1.1" 200 2570 0.071061 10.0.0.42 - - [2024-10-28 02:20:37] "GET /virtual-network/82ff9f38-fe89-4f45-ab4d-07eb8f43370d HTTP/1.1" 200 2894 0.003756 10.0.0.42 - - [2024-10-28 02:20:37] "GET /obj-perms HTTP/1.1" 200 5034 0.004174 10.0.0.42 - - [2024-10-28 02:20:37] "POST /id-to-fqname HTTP/1.1" 200 222 0.001745 10.0.0.42 - - [2024-10-28 02:20:38] "POST /neutron/network HTTP/1.1" 200 936 0.010231 10.0.0.42 - - [2024-10-28 02:20:38] "GET /aaa-mode HTTP/1.1" 401 292 0.000833 10.0.0.42 - - [2024-10-28 02:20:38] "GET / HTTP/1.1" 200 35931 0.004089 10.0.0.42 - - [2024-10-28 02:20:38] "GET /project/36d13037-5f67-418e-82c3-807c01dd76b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000816 10.0.0.42 - - [2024-10-28 02:20:38] "GET /projects?obj_uuids=36d13037-5f67-418e-82c3-807c01dd76b5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001375 10.0.0.42 - - [2024-10-28 02:20:38] "GET /project/36d13037-5f67-418e-82c3-807c01dd76b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.060010 10.0.0.42 - - [2024-10-28 02:20:38] "POST /neutron/network HTTP/1.1" 200 926 0.010042 10.0.0.42 - - [2024-10-28 02:20:39] "POST /neutron/port HTTP/1.1" 200 117 0.005909 10.0.0.42 - - [2024-10-28 02:20:39] "POST /neutron/port HTTP/1.1" 200 117 0.009214 10.0.0.42 - - [2024-10-28 02:20:39] "POST /id-to-fqname HTTP/1.1" 200 222 0.002527 10.0.0.42 - - [2024-10-28 02:20:39] "POST /neutron/port HTTP/1.1" 200 117 0.009342 10.0.0.42 - - [2024-10-28 02:20:39] "POST /neutron/network HTTP/1.1" 200 939 0.010071 10.0.0.42 - - [2024-10-28 02:20:39] "GET /aaa-mode HTTP/1.1" 401 292 0.000602 10.0.0.42 - - [2024-10-28 02:20:39] "POST /neutron/network HTTP/1.1" 200 936 0.007860 10.0.0.42 - - [2024-10-28 02:20:39] "GET /projects?obj_uuids=36d13037-5f67-418e-82c3-807c01dd76b5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001409 10.0.0.42 - - [2024-10-28 02:20:39] "GET / HTTP/1.1" 200 35931 0.003109 10.0.0.42 - - [2024-10-28 02:20:39] "GET /project/36d13037-5f67-418e-82c3-807c01dd76b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000598 10.0.0.42 - - [2024-10-28 02:20:39] "POST /neutron/port HTTP/1.1" 200 1060 0.253092 10.0.0.42 - - [2024-10-28 02:20:39] "POST /neutron/port HTTP/1.1" 200 1060 0.015133 10.0.0.42 - - [2024-10-28 02:20:39] "POST /neutron/port HTTP/1.1" 200 1060 0.013008 10.0.0.42 - - [2024-10-28 02:20:40] "POST /neutron/port HTTP/1.1" 200 1114 0.070110 10.0.0.42 - - [2024-10-28 02:20:40] "POST /neutron/port HTTP/1.1" 200 1088 0.020873 10.0.0.42 - - [2024-10-28 02:20:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004816 10.0.0.42 - - [2024-10-28 02:20:40] "POST /neutron/subnet HTTP/1.1" 200 689 0.014043 10.0.0.42 - - [2024-10-28 02:20:40] "POST /neutron/port HTTP/1.1" 200 117 0.001640 10.0.0.42 - - [2024-10-28 02:20:40] "POST /neutron/network HTTP/1.1" 200 926 0.007681 10.0.0.42 - - [2024-10-28 02:20:40] "GET /projects?obj_uuids=36d13037-5f67-418e-82c3-807c01dd76b5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002141 10.0.0.42 - - [2024-10-28 02:20:40] "GET /project/36d13037-5f67-418e-82c3-807c01dd76b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.065253 10.0.0.42 - - [2024-10-28 02:20:40] "POST /neutron/network HTTP/1.1" 200 929 0.007551 10.0.0.42 - - [2024-10-28 02:20:40] "POST /neutron/port HTTP/1.1" 200 1088 0.033770 10.0.0.42 - - [2024-10-28 02:20:40] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009447 10.0.0.42 - - [2024-10-28 02:20:40] "POST /neutron/port HTTP/1.1" 200 117 0.009473 10.0.0.42 - - [2024-10-28 02:20:40] "POST /neutron/port HTTP/1.1" 200 1088 0.028268 10.0.0.42 - - [2024-10-28 02:20:40] "POST /neutron/security_group HTTP/1.1" 200 2060 0.011639 10.0.0.42 - - [2024-10-28 02:20:41] "POST /neutron/network HTTP/1.1" 200 939 0.011137 10.0.0.42 - - [2024-10-28 02:20:41] "GET /projects?obj_uuids=36d13037-5f67-418e-82c3-807c01dd76b5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002295 10.0.0.42 - - [2024-10-28 02:20:41] "PUT /access-control-list/1fdc575e-8b41-4717-b161-02dcab04f6d9 HTTP/1.1" 200 272 0.075915 10.0.0.42 - - [2024-10-28 02:20:41] "POST /neutron/port HTTP/1.1" 200 1063 0.382108 10.0.0.42 - - [2024-10-28 02:20:41] "POST /neutron/port HTTP/1.1" 200 1063 0.015531 10.0.0.42 - - [2024-10-28 02:20:41] "POST /neutron/port HTTP/1.1" 200 1063 0.011059 10.0.0.42 - - [2024-10-28 02:20:41] "POST /neutron/port HTTP/1.1" 200 1117 0.099714 10.0.0.42 - - [2024-10-28 02:20:41] "POST /neutron/port HTTP/1.1" 200 1091 0.023100 10.0.0.42 - - [2024-10-28 02:20:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003859 10.0.0.42 - - [2024-10-28 02:20:41] "POST /neutron/subnet HTTP/1.1" 200 704 0.013739 10.0.0.42 - - [2024-10-28 02:20:41] "POST /neutron/port HTTP/1.1" 200 117 0.001526 10.0.0.42 - - [2024-10-28 02:20:41] "POST /neutron/network HTTP/1.1" 200 929 0.007072 10.0.0.42 - - [2024-10-28 02:20:45] "POST /neutron/port HTTP/1.1" 200 1088 0.020419 10.0.0.42 - - [2024-10-28 02:20:45] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007594 10.0.0.42 - - [2024-10-28 02:20:45] "POST /neutron/port HTTP/1.1" 200 1088 0.018083 10.0.0.42 - - [2024-10-28 02:20:45] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007173 10.0.0.42 - - [2024-10-28 02:20:46] "POST /neutron/port HTTP/1.1" 200 1088 0.021880 10.0.0.42 - - [2024-10-28 02:20:46] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010422 10.0.0.42 - - [2024-10-28 02:20:46] "GET /virtual-machine/5833afbf-34b5-43ee-a052-f054a1fe004b HTTP/1.1" 200 1294 0.007185 10.0.0.42 - - [2024-10-28 02:20:46] "GET /virtual-machine-interface/9321d660-beee-4a14-b68e-b0e36317c9dd HTTP/1.1" 200 2952 0.004834 10.0.0.42 - - [2024-10-28 02:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004605 10.0.0.42 - - [2024-10-28 02:20:46] "GET /global-vrouter-config/5bfa3f7d-c6bc-4f4a-b24c-64ddf8783142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004684 10.0.0.42 - - [2024-10-28 02:20:46] "GET /virtual-networks?parent_id=36d13037-5f67-418e-82c3-807c01dd76b5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.005183 10.0.0.42 - - [2024-10-28 02:20:46] "GET /virtual-network/d69e702c-a665-4639-8a9f-8803fb83516a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.005657 10.0.0.42 - - [2024-10-28 02:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.42 - - [2024-10-28 02:20:49] "GET /virtual-network/d69e702c-a665-4639-8a9f-8803fb83516a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.004982 10.0.0.42 - - [2024-10-28 02:20:50] "POST /neutron/port HTTP/1.1" 200 1088 0.026544 10.0.0.42 - - [2024-10-28 02:20:50] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007314 10.0.0.42 - - [2024-10-28 02:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.42 - - [2024-10-28 02:20:51] "GET /global-vrouter-config/5bfa3f7d-c6bc-4f4a-b24c-64ddf8783142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003331 10.0.0.42 - - [2024-10-28 02:20:51] "GET /virtual-networks?parent_id=36d13037-5f67-418e-82c3-807c01dd76b5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003794 10.0.0.42 - - [2024-10-28 02:20:51] "GET /virtual-network/d69e702c-a665-4639-8a9f-8803fb83516a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.004048 10.0.0.42 - - [2024-10-28 02:20:51] "POST /neutron/port HTTP/1.1" 200 1088 0.020473 10.0.0.42 - - [2024-10-28 02:20:51] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009844 10.0.0.42 - - [2024-10-28 02:20:51] "POST /neutron/port HTTP/1.1" 200 1091 0.021795 10.0.0.42 - - [2024-10-28 02:20:51] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007702 10.0.0.42 - - [2024-10-28 02:20:57] "POST /neutron/port HTTP/1.1" 200 1091 0.021095 10.0.0.42 - - [2024-10-28 02:20:57] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008451 10.0.0.42 - - [2024-10-28 02:20:57] "POST /neutron/port HTTP/1.1" 200 1091 0.021717 10.0.0.42 - - [2024-10-28 02:20:57] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009089 10.0.0.42 - - [2024-10-28 02:20:57] "POST /neutron/port HTTP/1.1" 200 1091 0.023866 10.0.0.42 - - [2024-10-28 02:20:57] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009553 10.0.0.42 - - [2024-10-28 02:20:57] "GET /virtual-machine/4f5bef03-b56f-443b-b2ca-5ca5dc0c54c2 HTTP/1.1" 200 1294 0.005433 10.0.0.42 - - [2024-10-28 02:20:57] "GET /virtual-machine-interface/fefb22d9-230b-4b21-b3f5-c9dcfb30acbf HTTP/1.1" 200 2952 0.004009 10.0.0.42 - - [2024-10-28 02:20:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004376 10.0.0.42 - - [2024-10-28 02:20:57] "GET /global-vrouter-config/5bfa3f7d-c6bc-4f4a-b24c-64ddf8783142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004539 10.0.0.42 - - [2024-10-28 02:20:57] "GET /virtual-networks?parent_id=36d13037-5f67-418e-82c3-807c01dd76b5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004243 10.0.0.42 - - [2024-10-28 02:20:57] "GET /virtual-network/82ff9f38-fe89-4f45-ab4d-07eb8f43370d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.004465 10.0.0.42 - - [2024-10-28 02:20:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472 10.0.0.42 - - [2024-10-28 02:20:58] "GET /global-vrouter-config/5bfa3f7d-c6bc-4f4a-b24c-64ddf8783142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004794 10.0.0.42 - - [2024-10-28 02:20:58] "GET /virtual-networks?parent_id=36d13037-5f67-418e-82c3-807c01dd76b5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004356 10.0.0.42 - - [2024-10-28 02:20:58] "GET /virtual-network/82ff9f38-fe89-4f45-ab4d-07eb8f43370d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.004991 10.0.0.42 - - [2024-10-28 02:21:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.42 - - [2024-10-28 02:21:03] "GET /projects?obj_uuids=36d13037-5f67-418e-82c3-807c01dd76b5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001327 10.0.0.42 - - [2024-10-28 02:21:03] "GET /project/36d13037-5f67-418e-82c3-807c01dd76b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.023331 10.0.0.42 - - [2024-10-28 02:21:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.42 - - [2024-10-28 02:21:03] "PUT /network-policy/ca149106-8c79-49fc-a7f2-9a483c7076a7 HTTP/1.1" 200 262 0.013746 10.0.0.42 - - [2024-10-28 02:21:03] "PUT /access-control-list/46f38298-e708-4863-8a27-faec29d9db74 HTTP/1.1" 200 272 0.054757 10.0.0.42 - - [2024-10-28 02:21:03] "POST /ref-update HTTP/1.1" 200 156 0.011162 10.0.0.42 - - [2024-10-28 02:21:03] "PUT /access-control-list/1fdc575e-8b41-4717-b161-02dcab04f6d9 HTTP/1.1" 200 272 0.056096 10.0.0.42 - - [2024-10-28 02:21:03] "POST /ref-update HTTP/1.1" 200 156 0.013463 10.0.0.42 - - [2024-10-28 02:21:06] "GET /virtual-network/82ff9f38-fe89-4f45-ab4d-07eb8f43370d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.003814 10.0.0.42 - - [2024-10-28 02:21:06] "POST /neutron/network HTTP/1.1" 200 929 0.011849 10.0.0.42 - - [2024-10-28 02:21:06] "POST /neutron/network HTTP/1.1" 200 827 0.081741 10.0.0.42 - - [2024-10-28 02:21:06] "DELETE /access-control-list/1fdc575e-8b41-4717-b161-02dcab04f6d9 HTTP/1.1" 200 115 0.074035 10.0.0.42 - - [2024-10-28 02:21:06] "POST /neutron/network HTTP/1.1" 200 827 0.036141 10.0.0.42 - - [2024-10-28 02:21:06] "GET /virtual-network/82ff9f38-fe89-4f45-ab4d-07eb8f43370d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.003596 10.0.0.42 - - [2024-10-28 02:21:06] "GET /virtual-network/d69e702c-a665-4639-8a9f-8803fb83516a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.005047 10.0.0.42 - - [2024-10-28 02:21:06] "POST /neutron/network HTTP/1.1" 200 926 0.009536 10.0.0.42 - - [2024-10-28 02:21:06] "POST /neutron/network HTTP/1.1" 200 824 0.061022 10.0.0.42 - - [2024-10-28 02:21:06] "DELETE /access-control-list/46f38298-e708-4863-8a27-faec29d9db74 HTTP/1.1" 200 115 0.040152 10.0.0.42 - - [2024-10-28 02:21:07] "POST /neutron/network HTTP/1.1" 200 824 0.009958 10.0.0.42 - - [2024-10-28 02:21:07] "GET /virtual-network/d69e702c-a665-4639-8a9f-8803fb83516a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.003745 10.0.0.42 - - [2024-10-28 02:21:07] "DELETE /network-policy/ca149106-8c79-49fc-a7f2-9a483c7076a7 HTTP/1.1" 200 115 0.026764 10.0.0.42 - - [2024-10-28 02:21:07] "POST /neutron/network HTTP/1.1" 200 827 0.009632 10.0.0.42 - - [2024-10-28 02:21:07] "POST /neutron/network HTTP/1.1" 400 204 0.020849 10.0.0.42 - - [2024-10-28 02:21:07] "POST /neutron/port HTTP/1.1" 200 1088 0.027887 10.0.0.42 - - [2024-10-28 02:21:07] "POST /neutron/port HTTP/1.1" 200 1091 0.028179 10.0.0.42 - - [2024-10-28 02:21:07] "POST /neutron/port HTTP/1.1" 200 1114 0.019661 10.0.0.42 - - [2024-10-28 02:21:07] "POST /neutron/port HTTP/1.1" 200 1117 0.017491 10.0.0.42 - - [2024-10-28 02:21:07] "POST /neutron/port HTTP/1.1" 200 151 0.201127 10.0.0.42 - - [2024-10-28 02:21:07] "POST /neutron/port HTTP/1.1" 200 151 0.201758 10.0.0.42 - - [2024-10-28 02:21:09] "POST /neutron/network HTTP/1.1" 200 827 0.006122 10.0.0.42 - - [2024-10-28 02:21:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004089 10.0.0.42 - - [2024-10-28 02:21:09] "POST /useragent-kv HTTP/1.1" 200 115 0.001477 10.0.0.42 - - [2024-10-28 02:21:09] "POST /useragent-kv HTTP/1.1" 200 115 0.001361 10.0.0.42 - - [2024-10-28 02:21:09] "POST /neutron/network HTTP/1.1" 200 151 0.113871 10.0.0.42 - - [2024-10-28 02:21:09] "DELETE /route-target/ae34dd49-e073-48df-8d5f-7d1af764f526 HTTP/1.1" 200 115 0.036874 10.0.0.42 - - [2024-10-28 02:21:09] "GET /routing-instance/3098fcab-1883-4307-8917-3f2f9f398143 HTTP/1.1" 404 171 0.003846 10.0.0.42 - - [2024-10-28 02:21:09] "GET /domains HTTP/1.1" 200 280 0.004111 10.0.0.42 - - [2024-10-28 02:21:09] "GET /domains?obj_uuids=80462946-db05-473a-912b-5ba74f83468f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002248 10.0.0.42 - - [2024-10-28 02:21:09] "GET /domain/80462946-db05-473a-912b-5ba74f83468f HTTP/1.1" 200 2769 0.014505 10.0.0.42 - - [2024-10-28 02:21:09] "GET /projects?obj_uuids=36d13037-5f67-418e-82c3-807c01dd76b5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002223 10.0.0.42 - - [2024-10-28 02:21:09] "GET /project/36d13037-5f67-418e-82c3-807c01dd76b5 HTTP/1.1" 200 2102 0.081810 10.0.0.42 - - [2024-10-28 02:21:09] "POST /neutron/network HTTP/1.1" 200 824 0.008424 10.0.0.42 - - [2024-10-28 02:21:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.42 - - [2024-10-28 02:21:09] "POST /useragent-kv HTTP/1.1" 200 115 0.001628 10.0.0.42 - - [2024-10-28 02:21:09] "POST /useragent-kv HTTP/1.1" 200 115 0.001535 10.0.0.42 - - [2024-10-28 02:21:09] "POST /neutron/network HTTP/1.1" 200 151 0.111577 10.0.0.42 - - [2024-10-28 02:21:09] "GET /routing-instance/b76b7889-848b-4bdc-8c28-b13be29542a2 HTTP/1.1" 404 171 0.005917 10.0.0.42 - - [2024-10-28 02:21:09] "DELETE /route-target/a71e256e-bbbc-49ae-b669-90ddc8a6c375 HTTP/1.1" 200 115 0.031479 10.0.0.42 - - [2024-10-28 02:21:09] "GET /domains HTTP/1.1" 200 280 0.006898 10.0.0.42 - - [2024-10-28 02:21:09] "GET /domains?obj_uuids=80462946-db05-473a-912b-5ba74f83468f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001497 10.0.0.42 - - [2024-10-28 02:21:09] "GET /domain/80462946-db05-473a-912b-5ba74f83468f HTTP/1.1" 200 2769 0.050757 10.0.0.42 - - [2024-10-28 02:21:09] "GET /projects?obj_uuids=36d13037-5f67-418e-82c3-807c01dd76b5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001470 10.0.0.42 - - [2024-10-28 02:21:09] "GET /project/36d13037-5f67-418e-82c3-807c01dd76b5 HTTP/1.1" 200 1863 0.071493 10.0.0.42 - - [2024-10-28 02:21:10] "GET /projects?obj_uuids=36d13037-5f67-418e-82c3-807c01dd76b5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002262 10.0.0.42 - - [2024-10-28 02:21:10] "GET /project/36d13037-5f67-418e-82c3-807c01dd76b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.037886 10.0.0.42 - - [2024-10-28 02:21:10] "GET /projects?obj_uuids=36d13037-5f67-418e-82c3-807c01dd76b5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001561 10.0.0.42 - - [2024-10-28 02:21:10] "GET /project/36d13037-5f67-418e-82c3-807c01dd76b5?fields=virtual_networks HTTP/1.1" 200 1035 0.072345 10.0.0.42 - - [2024-10-28 02:21:10] "GET /projects?obj_uuids=36d13037-5f67-418e-82c3-807c01dd76b5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001415 10.0.0.42 - - [2024-10-28 02:21:10] "GET /project/36d13037-5f67-418e-82c3-807c01dd76b5?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.028039 10.0.0.42 - - [2024-10-28 02:21:10] "GET /projects?obj_uuids=36d13037-5f67-418e-82c3-807c01dd76b5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001529 10.0.0.42 - - [2024-10-28 02:21:10] "GET /project/36d13037-5f67-418e-82c3-807c01dd76b5?fields=security_groups HTTP/1.1" 200 1263 0.027630 10.0.0.42 - - [2024-10-28 02:21:11] "POST /fqname-to-id HTTP/1.1" 404 186 0.029608 10.0.0.42 - - [2024-10-28 02:21:11] "GET /projects?obj_uuids=11dde109-01be-4e05-b5ca-94346ebc3f20&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003161 10.0.0.42 - - [2024-10-28 02:21:11] "GET /domains?obj_uuids=80462946-db05-473a-912b-5ba74f83468f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001521 10.0.0.42 - - [2024-10-28 02:21:11] "GET /domain/80462946-db05-473a-912b-5ba74f83468f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009270 10.0.0.42 - - [2024-10-28 02:21:11] "POST /id-to-fqname HTTP/1.1" 200 188 0.001981 10.0.0.42 - - [2024-10-28 02:21:11] "POST /fqname-to-id HTTP/1.1" 404 197 0.003137 10.0.0.42 - - [2024-10-28 02:21:11] "POST /security-groups HTTP/1.1" 200 589 0.067391 10.0.0.42 - - [2024-10-28 02:21:11] "POST /fqname-to-id HTTP/1.1" 404 232 0.003121 10.0.0.42 - - [2024-10-28 02:21:11] "POST /projects HTTP/1.1" 200 581 0.241162 10.0.0.42 - - [2024-10-28 02:21:11] "POST /access-control-lists HTTP/1.1" 200 594 0.057954 10.0.0.42 - - [2024-10-28 02:21:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.321162 10.0.0.42 - - [2024-10-28 02:21:11] "POST /fqname-to-id HTTP/1.1" 404 231 0.003247 10.0.0.42 - - [2024-10-28 02:21:11] "GET /project/11dde109-01be-4e05-b5ca-94346ebc3f20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.467915 10.0.0.42 - - [2024-10-28 02:21:11] "POST /access-control-lists HTTP/1.1" 200 592 0.067577 10.0.0.42 - - [2024-10-28 02:21:13] "GET / HTTP/1.1" 200 35931 0.003834 10.0.0.42 - - [2024-10-28 02:21:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000757 10.0.0.42 - - [2024-10-28 02:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.070203 10.0.0.42 - - [2024-10-28 02:21:14] "GET /projects?obj_uuids=11dde109-01be-4e05-b5ca-94346ebc3f20&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002008 10.0.0.42 - - [2024-10-28 02:21:14] "GET /project/11dde109-01be-4e05-b5ca-94346ebc3f20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.031826 10.0.0.42 - - [2024-10-28 02:21:14] "POST /neutron/network HTTP/1.1" 200 117 0.039579 10.0.0.42 - - [2024-10-28 02:21:14] "GET /projects?obj_uuids=11dde109-01be-4e05-b5ca-94346ebc3f20&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002025 10.0.0.42 - - [2024-10-28 02:21:14] "POST /neutron/network HTTP/1.1" 200 613 0.086758 10.0.0.42 - - [2024-10-28 02:21:14] "POST /route-targets HTTP/1.1" 200 327 0.012575 10.0.0.42 - - [2024-10-28 02:21:14] "POST /ref-update HTTP/1.1" 200 156 0.011547 10.0.0.42 - - [2024-10-28 02:21:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002460 10.0.0.42 - - [2024-10-28 02:21:14] "POST /neutron/subnet HTTP/1.1" 200 724 0.156618 10.0.0.42 - - [2024-10-28 02:21:14] "POST /neutron/network HTTP/1.1" 200 832 0.009110 10.0.0.42 - - [2024-10-28 02:21:14] "POST /id-to-fqname HTTP/1.1" 200 223 0.002366 10.0.0.42 - - [2024-10-28 02:21:14] "GET /virtual-network/f5be55ca-224a-49ec-aaa6-b3f286da6c38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004904 10.0.0.42 - - [2024-10-28 02:21:14] "POST /neutron/network HTTP/1.1" 200 832 0.006964 10.0.0.42 - - [2024-10-28 02:21:14] "GET /virtual-network/f5be55ca-224a-49ec-aaa6-b3f286da6c38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004682 10.0.0.42 - - [2024-10-28 02:21:14] "POST /neutron/network HTTP/1.1" 200 832 0.006309 10.0.0.42 - - [2024-10-28 02:21:14] "POST /neutron/subnet HTTP/1.1" 200 724 0.009432 10.0.0.42 - - [2024-10-28 02:21:14] "GET /domains HTTP/1.1" 401 292 0.000783 10.0.0.42 - - [2024-10-28 02:21:15] "GET /domains HTTP/1.1" 200 280 0.033936 10.0.0.42 - - [2024-10-28 02:21:15] "GET /domains?obj_uuids=80462946-db05-473a-912b-5ba74f83468f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001260 10.0.0.42 - - [2024-10-28 02:21:15] "GET /domain/80462946-db05-473a-912b-5ba74f83468f HTTP/1.1" 200 2953 0.010624 10.0.0.42 - - [2024-10-28 02:21:15] "GET /projects?obj_uuids=11dde109-01be-4e05-b5ca-94346ebc3f20&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001908 10.0.0.42 - - [2024-10-28 02:21:15] "GET /project/11dde109-01be-4e05-b5ca-94346ebc3f20 HTTP/1.1" 200 2080 0.071462 10.0.0.42 - - [2024-10-28 02:21:15] "GET /virtual-network/f5be55ca-224a-49ec-aaa6-b3f286da6c38 HTTP/1.1" 200 2319 0.004275 10.0.0.42 - - [2024-10-28 02:21:15] "GET /virtual-network/f5be55ca-224a-49ec-aaa6-b3f286da6c38 HTTP/1.1" 200 2319 0.003133 10.0.0.42 - - [2024-10-28 02:21:15] "GET /routing-instance/b9361e58-e358-442c-a1a5-77482beb8b88 HTTP/1.1" 200 1494 0.003688 10.0.0.42 - - [2024-10-28 02:21:15] "GET /routing-instance/b9361e58-e358-442c-a1a5-77482beb8b88 HTTP/1.1" 200 1494 0.003374 10.0.0.42 - - [2024-10-28 02:21:15] "GET /route-target/015c13a8-480b-496c-8284-f7d2ae8d87a1 HTTP/1.1" 200 1209 0.003371 10.0.0.42 - - [2024-10-28 02:21:15] "GET /virtual-network/f5be55ca-224a-49ec-aaa6-b3f286da6c38 HTTP/1.1" 200 2319 0.004493 10.0.0.42 - - [2024-10-28 02:21:15] "GET /routing-instance/b9361e58-e358-442c-a1a5-77482beb8b88 HTTP/1.1" 200 1494 0.004422 10.0.0.42 - - [2024-10-28 02:21:15] "GET /virtual-network/f5be55ca-224a-49ec-aaa6-b3f286da6c38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004288 10.0.0.42 - - [2024-10-28 02:21:15] "GET /virtual-network/f5be55ca-224a-49ec-aaa6-b3f286da6c38 HTTP/1.1" 200 2319 0.004556 10.0.0.42 - - [2024-10-28 02:21:15] "GET /routing-instance/b9361e58-e358-442c-a1a5-77482beb8b88 HTTP/1.1" 200 1494 0.003754 10.0.0.42 - - [2024-10-28 02:21:15] "GET /routing-instance/b9361e58-e358-442c-a1a5-77482beb8b88 HTTP/1.1" 200 1494 0.003343 10.0.0.42 - - [2024-10-28 02:21:15] "GET /route-target/015c13a8-480b-496c-8284-f7d2ae8d87a1 HTTP/1.1" 200 1209 0.003048 10.0.0.42 - - [2024-10-28 02:21:15] "GET /domains HTTP/1.1" 200 280 0.003837 10.0.0.42 - - [2024-10-28 02:21:15] "GET /domains?obj_uuids=80462946-db05-473a-912b-5ba74f83468f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001517 10.0.0.42 - - [2024-10-28 02:21:15] "GET /domain/80462946-db05-473a-912b-5ba74f83468f HTTP/1.1" 200 2953 0.010183 10.0.0.42 - - [2024-10-28 02:21:15] "GET /projects?obj_uuids=11dde109-01be-4e05-b5ca-94346ebc3f20&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001498 10.0.0.42 - - [2024-10-28 02:21:15] "GET /project/11dde109-01be-4e05-b5ca-94346ebc3f20 HTTP/1.1" 200 2080 0.064156 10.0.0.42 - - [2024-10-28 02:21:15] "GET /virtual-network/f5be55ca-224a-49ec-aaa6-b3f286da6c38 HTTP/1.1" 200 2319 0.003698 10.0.0.42 - - [2024-10-28 02:21:15] "GET /obj-perms HTTP/1.1" 200 5026 0.061172 10.0.0.42 - - [2024-10-28 02:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003457 10.0.0.42 - - [2024-10-28 02:21:16] "GET /projects?obj_uuids=11dde109-01be-4e05-b5ca-94346ebc3f20&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002770 10.0.0.42 - - [2024-10-28 02:21:16] "GET /project/11dde109-01be-4e05-b5ca-94346ebc3f20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.031247 10.0.0.42 - - [2024-10-28 02:21:16] "POST /neutron/network HTTP/1.1" 200 117 0.014081 10.0.0.42 - - [2024-10-28 02:21:16] "GET /projects?obj_uuids=11dde109-01be-4e05-b5ca-94346ebc3f20&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001326 10.0.0.42 - - [2024-10-28 02:21:16] "POST /neutron/network HTTP/1.1" 200 613 0.081915 10.0.0.42 - - [2024-10-28 02:21:16] "POST /route-targets HTTP/1.1" 200 327 0.013136 10.0.0.42 - - [2024-10-28 02:21:16] "POST /ref-update HTTP/1.1" 200 156 0.015647 10.0.0.42 - - [2024-10-28 02:21:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003266 10.0.0.42 - - [2024-10-28 02:21:16] "POST /neutron/subnet HTTP/1.1" 200 720 0.172218 10.0.0.42 - - [2024-10-28 02:21:16] "POST /neutron/network HTTP/1.1" 200 831 0.007467 10.0.0.42 - - [2024-10-28 02:21:16] "POST /id-to-fqname HTTP/1.1" 200 223 0.001760 10.0.0.42 - - [2024-10-28 02:21:16] "GET /virtual-network/b17a7a4b-fc05-4472-a6e6-e2aa6e51e634?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.003874 10.0.0.42 - - [2024-10-28 02:21:16] "POST /neutron/network HTTP/1.1" 200 831 0.006753 10.0.0.42 - - [2024-10-28 02:21:16] "GET /virtual-network/b17a7a4b-fc05-4472-a6e6-e2aa6e51e634?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.003267 10.0.0.42 - - [2024-10-28 02:21:16] "POST /neutron/network HTTP/1.1" 200 831 0.007371 10.0.0.42 - - [2024-10-28 02:21:16] "POST /neutron/subnet HTTP/1.1" 200 720 0.008800 10.0.0.42 - - [2024-10-28 02:21:16] "GET /domains HTTP/1.1" 200 280 0.002823 10.0.0.42 - - [2024-10-28 02:21:16] "GET /domains?obj_uuids=80462946-db05-473a-912b-5ba74f83468f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001197 10.0.0.42 - - [2024-10-28 02:21:16] "GET /domain/80462946-db05-473a-912b-5ba74f83468f HTTP/1.1" 200 2953 0.007496 10.0.0.42 - - [2024-10-28 02:21:16] "GET /projects?obj_uuids=11dde109-01be-4e05-b5ca-94346ebc3f20&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001196 10.0.0.42 - - [2024-10-28 02:21:16] "GET /project/11dde109-01be-4e05-b5ca-94346ebc3f20 HTTP/1.1" 200 2298 0.074641 10.0.0.42 - - [2024-10-28 02:21:16] "GET /virtual-network/b17a7a4b-fc05-4472-a6e6-e2aa6e51e634 HTTP/1.1" 200 2316 0.004856 10.0.0.42 - - [2024-10-28 02:21:16] "GET /virtual-network/b17a7a4b-fc05-4472-a6e6-e2aa6e51e634 HTTP/1.1" 200 2316 0.003098 10.0.0.42 - - [2024-10-28 02:21:16] "GET /routing-instance/74656798-b646-48dd-a714-a48b000bfa61 HTTP/1.1" 200 1493 0.002743 10.0.0.42 - - [2024-10-28 02:21:16] "GET /routing-instance/74656798-b646-48dd-a714-a48b000bfa61 HTTP/1.1" 200 1493 0.002431 10.0.0.42 - - [2024-10-28 02:21:16] "GET /route-target/eea67a78-cf40-479e-a908-4ae6de41c13f HTTP/1.1" 200 1213 0.004119 10.0.0.42 - - [2024-10-28 02:21:16] "GET /virtual-network/b17a7a4b-fc05-4472-a6e6-e2aa6e51e634 HTTP/1.1" 200 2316 0.004436 10.0.0.42 - - [2024-10-28 02:21:16] "GET /routing-instance/74656798-b646-48dd-a714-a48b000bfa61 HTTP/1.1" 200 1493 0.004405 10.0.0.42 - - [2024-10-28 02:21:16] "GET /virtual-network/b17a7a4b-fc05-4472-a6e6-e2aa6e51e634?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004492 10.0.0.42 - - [2024-10-28 02:21:16] "GET /virtual-network/b17a7a4b-fc05-4472-a6e6-e2aa6e51e634 HTTP/1.1" 200 2316 0.007248 10.0.0.42 - - [2024-10-28 02:21:16] "GET /routing-instance/74656798-b646-48dd-a714-a48b000bfa61 HTTP/1.1" 200 1493 0.004343 10.0.0.42 - - [2024-10-28 02:21:16] "GET /routing-instance/74656798-b646-48dd-a714-a48b000bfa61 HTTP/1.1" 200 1493 0.004290 10.0.0.42 - - [2024-10-28 02:21:16] "GET /route-target/eea67a78-cf40-479e-a908-4ae6de41c13f HTTP/1.1" 200 1213 0.003072 10.0.0.42 - - [2024-10-28 02:21:16] "GET /domains HTTP/1.1" 200 280 0.002850 10.0.0.42 - - [2024-10-28 02:21:16] "GET /domains?obj_uuids=80462946-db05-473a-912b-5ba74f83468f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002044 10.0.0.42 - - [2024-10-28 02:21:16] "GET /domain/80462946-db05-473a-912b-5ba74f83468f HTTP/1.1" 200 2953 0.011781 10.0.0.42 - - [2024-10-28 02:21:16] "GET /projects?obj_uuids=11dde109-01be-4e05-b5ca-94346ebc3f20&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002668 10.0.0.42 - - [2024-10-28 02:21:16] "GET /project/11dde109-01be-4e05-b5ca-94346ebc3f20 HTTP/1.1" 200 2298 0.069697 10.0.0.42 - - [2024-10-28 02:21:16] "GET /virtual-network/b17a7a4b-fc05-4472-a6e6-e2aa6e51e634 HTTP/1.1" 200 2316 0.002969 10.0.0.42 - - [2024-10-28 02:21:16] "GET /obj-perms HTTP/1.1" 200 5026 0.003936 10.0.0.42 - - [2024-10-28 02:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.42 - - [2024-10-28 02:21:17] "GET /projects?obj_uuids=11dde109-01be-4e05-b5ca-94346ebc3f20&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001501 10.0.0.42 - - [2024-10-28 02:21:17] "GET /project/11dde109-01be-4e05-b5ca-94346ebc3f20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.023288 10.0.0.42 - - [2024-10-28 02:21:17] "POST /neutron/network HTTP/1.1" 200 117 0.012506 10.0.0.42 - - [2024-10-28 02:21:17] "GET /projects?obj_uuids=11dde109-01be-4e05-b5ca-94346ebc3f20&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001498 10.0.0.42 - - [2024-10-28 02:21:17] "POST /neutron/network HTTP/1.1" 200 615 0.075649 10.0.0.42 - - [2024-10-28 02:21:17] "POST /ref-update HTTP/1.1" 200 156 0.016749 10.0.0.42 - - [2024-10-28 02:21:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002850 10.0.0.42 - - [2024-10-28 02:21:17] "POST /neutron/subnet HTTP/1.1" 200 729 0.218786 10.0.0.42 - - [2024-10-28 02:21:17] "POST /neutron/network HTTP/1.1" 200 835 0.007984 10.0.0.42 - - [2024-10-28 02:21:17] "POST /id-to-fqname HTTP/1.1" 200 224 0.001649 10.0.0.42 - - [2024-10-28 02:21:17] "GET /virtual-network/8ab793dd-f1a2-48e2-bf01-20ada2bd0387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004164 10.0.0.42 - - [2024-10-28 02:21:17] "POST /neutron/network HTTP/1.1" 200 835 0.006456 10.0.0.42 - - [2024-10-28 02:21:17] "GET /virtual-network/8ab793dd-f1a2-48e2-bf01-20ada2bd0387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.003353 10.0.0.42 - - [2024-10-28 02:21:17] "POST /neutron/network HTTP/1.1" 200 835 0.007289 10.0.0.42 - - [2024-10-28 02:21:17] "POST /neutron/subnet HTTP/1.1" 200 729 0.007633 10.0.0.42 - - [2024-10-28 02:21:17] "GET /domains HTTP/1.1" 200 280 0.002347 10.0.0.42 - - [2024-10-28 02:21:17] "GET /domains?obj_uuids=80462946-db05-473a-912b-5ba74f83468f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001953 10.0.0.42 - - [2024-10-28 02:21:17] "GET /domain/80462946-db05-473a-912b-5ba74f83468f HTTP/1.1" 200 2953 0.009456 10.0.0.42 - - [2024-10-28 02:21:17] "GET /projects?obj_uuids=11dde109-01be-4e05-b5ca-94346ebc3f20&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001433 10.0.0.42 - - [2024-10-28 02:21:17] "GET /project/11dde109-01be-4e05-b5ca-94346ebc3f20 HTTP/1.1" 200 2517 0.064061 10.0.0.42 - - [2024-10-28 02:21:17] "GET /virtual-network/8ab793dd-f1a2-48e2-bf01-20ada2bd0387 HTTP/1.1" 200 2327 0.004192 10.0.0.42 - - [2024-10-28 02:21:17] "GET /virtual-network/8ab793dd-f1a2-48e2-bf01-20ada2bd0387 HTTP/1.1" 200 2327 0.003468 10.0.0.42 - - [2024-10-28 02:21:17] "GET /routing-instance/b5982a2e-f0c6-4839-8d05-bd77b3bc7276 HTTP/1.1" 200 1498 0.003710 10.0.0.42 - - [2024-10-28 02:21:17] "GET /routing-instance/b5982a2e-f0c6-4839-8d05-bd77b3bc7276 HTTP/1.1" 200 1498 0.003339 10.0.0.42 - - [2024-10-28 02:21:17] "GET /route-target/778b8f80-7e70-4a65-9d17-35dda52c8eb6 HTTP/1.1" 200 1214 0.003569 10.0.0.42 - - [2024-10-28 02:21:17] "GET /virtual-network/8ab793dd-f1a2-48e2-bf01-20ada2bd0387 HTTP/1.1" 200 2327 0.004170 10.0.0.42 - - [2024-10-28 02:21:17] "GET /routing-instance/b5982a2e-f0c6-4839-8d05-bd77b3bc7276 HTTP/1.1" 200 1498 0.003531 10.0.0.42 - - [2024-10-28 02:21:17] "GET /virtual-network/8ab793dd-f1a2-48e2-bf01-20ada2bd0387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.003689 10.0.0.42 - - [2024-10-28 02:21:17] "GET /virtual-network/8ab793dd-f1a2-48e2-bf01-20ada2bd0387 HTTP/1.1" 200 2327 0.003794 10.0.0.42 - - [2024-10-28 02:21:17] "GET /routing-instance/b5982a2e-f0c6-4839-8d05-bd77b3bc7276 HTTP/1.1" 200 1498 0.003444 10.0.0.42 - - [2024-10-28 02:21:17] "GET /routing-instance/b5982a2e-f0c6-4839-8d05-bd77b3bc7276 HTTP/1.1" 200 1498 0.003493 10.0.0.42 - - [2024-10-28 02:21:17] "GET /route-target/778b8f80-7e70-4a65-9d17-35dda52c8eb6 HTTP/1.1" 200 1214 0.003638 10.0.0.42 - - [2024-10-28 02:21:17] "GET /domains HTTP/1.1" 200 280 0.003372 10.0.0.42 - - [2024-10-28 02:21:17] "GET /domains?obj_uuids=80462946-db05-473a-912b-5ba74f83468f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001499 10.0.0.42 - - [2024-10-28 02:21:17] "GET /domain/80462946-db05-473a-912b-5ba74f83468f HTTP/1.1" 200 2953 0.009381 10.0.0.42 - - [2024-10-28 02:21:17] "GET /projects?obj_uuids=11dde109-01be-4e05-b5ca-94346ebc3f20&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001551 10.0.0.42 - - [2024-10-28 02:21:17] "GET /project/11dde109-01be-4e05-b5ca-94346ebc3f20 HTTP/1.1" 200 2517 0.064438 10.0.0.42 - - [2024-10-28 02:21:17] "GET /virtual-network/8ab793dd-f1a2-48e2-bf01-20ada2bd0387 HTTP/1.1" 200 2327 0.003727 10.0.0.42 - - [2024-10-28 02:21:17] "GET /obj-perms HTTP/1.1" 200 5026 0.004373 10.0.0.42 - - [2024-10-28 02:21:18] "POST /id-to-fqname HTTP/1.1" 200 223 0.001794 10.0.0.42 - - [2024-10-28 02:21:18] "POST /neutron/network HTTP/1.1" 200 841 0.007461 10.0.0.42 - - [2024-10-28 02:21:18] "GET /aaa-mode HTTP/1.1" 401 292 0.000601 10.0.0.42 - - [2024-10-28 02:21:18] "GET / HTTP/1.1" 200 35931 0.003838 10.0.0.42 - - [2024-10-28 02:21:18] "GET /project/11dde109-01be-4e05-b5ca-94346ebc3f20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000757 10.0.0.42 - - [2024-10-28 02:21:19] "GET /projects?obj_uuids=11dde109-01be-4e05-b5ca-94346ebc3f20&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001419 10.0.0.42 - - [2024-10-28 02:21:19] "GET /project/11dde109-01be-4e05-b5ca-94346ebc3f20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.053463 10.0.0.42 - - [2024-10-28 02:21:19] "POST /neutron/network HTTP/1.1" 200 831 0.007782 10.0.0.42 - - [2024-10-28 02:21:19] "POST /neutron/port HTTP/1.1" 200 117 0.006186 10.0.0.42 - - [2024-10-28 02:21:19] "POST /neutron/port HTTP/1.1" 200 117 0.006140 10.0.0.42 - - [2024-10-28 02:21:19] "POST /id-to-fqname HTTP/1.1" 200 224 0.002246 10.0.0.42 - - [2024-10-28 02:21:19] "POST /neutron/port HTTP/1.1" 200 117 0.007269 10.0.0.42 - - [2024-10-28 02:21:19] "POST /neutron/network HTTP/1.1" 200 845 0.007349 10.0.0.42 - - [2024-10-28 02:21:19] "GET /aaa-mode HTTP/1.1" 401 292 0.000814 10.0.0.42 - - [2024-10-28 02:21:19] "POST /neutron/network HTTP/1.1" 200 841 0.007488 10.0.0.42 - - [2024-10-28 02:21:19] "GET /projects?obj_uuids=11dde109-01be-4e05-b5ca-94346ebc3f20&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001464 10.0.0.42 - - [2024-10-28 02:21:19] "GET / HTTP/1.1" 200 35931 0.001837 10.0.0.42 - - [2024-10-28 02:21:19] "GET /project/11dde109-01be-4e05-b5ca-94346ebc3f20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000516 10.0.0.42 - - [2024-10-28 02:21:20] "POST /neutron/port HTTP/1.1" 200 1057 0.228709 10.0.0.42 - - [2024-10-28 02:21:20] "POST /neutron/port HTTP/1.1" 200 1057 0.011211 10.0.0.42 - - [2024-10-28 02:21:20] "POST /neutron/port HTTP/1.1" 200 1057 0.009490 10.0.0.42 - - [2024-10-28 02:21:20] "POST /neutron/port HTTP/1.1" 200 1111 0.067950 10.0.0.42 - - [2024-10-28 02:21:20] "POST /neutron/port HTTP/1.1" 200 1085 0.027995 10.0.0.42 - - [2024-10-28 02:21:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004888 10.0.0.42 - - [2024-10-28 02:21:20] "POST /neutron/subnet HTTP/1.1" 200 694 0.014437 10.0.0.42 - - [2024-10-28 02:21:20] "GET /projects?obj_uuids=11dde109-01be-4e05-b5ca-94346ebc3f20&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001881 10.0.0.42 - - [2024-10-28 02:21:20] "POST /neutron/port HTTP/1.1" 200 117 0.001938 10.0.0.42 - - [2024-10-28 02:21:20] "GET /project/11dde109-01be-4e05-b5ca-94346ebc3f20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.066436 10.0.0.42 - - [2024-10-28 02:21:20] "POST /neutron/network HTTP/1.1" 200 831 0.007775 10.0.0.42 - - [2024-10-28 02:21:20] "POST /neutron/network HTTP/1.1" 200 835 0.008007 10.0.0.42 - - [2024-10-28 02:21:20] "POST /neutron/port HTTP/1.1" 200 1085 0.020181 10.0.0.42 - - [2024-10-28 02:21:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008057 10.0.0.42 - - [2024-10-28 02:21:20] "POST /neutron/port HTTP/1.1" 200 117 0.006135 10.0.0.42 - - [2024-10-28 02:21:20] "POST /fqname-to-id HTTP/1.1" 404 193 0.006231 10.0.0.42 - - [2024-10-28 02:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004362 10.0.0.42 - - [2024-10-28 02:21:20] "GET /domains?obj_uuids=80462946-db05-473a-912b-5ba74f83468f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001700 10.0.0.42 - - [2024-10-28 02:21:20] "GET /domain/80462946-db05-473a-912b-5ba74f83468f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.009972 10.0.0.42 - - [2024-10-28 02:21:20] "POST /service-templates HTTP/1.1" 200 543 0.063341 10.0.0.42 - - [2024-10-28 02:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003753 10.0.0.42 - - [2024-10-28 02:21:20] "GET /service-template/84c977f9-fd0a-48aa-b1c3-c615a6a1767c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.005501 10.0.0.42 - - [2024-10-28 02:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.42 - - [2024-10-28 02:21:20] "GET /service-template/84c977f9-fd0a-48aa-b1c3-c615a6a1767c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.003804 10.0.0.42 - - [2024-10-28 02:21:21] "POST /neutron/network HTTP/1.1" 200 845 0.009359 10.0.0.42 - - [2024-10-28 02:21:21] "POST /id-to-fqname HTTP/1.1" 200 223 0.001963 10.0.0.42 - - [2024-10-28 02:21:21] "GET /projects?obj_uuids=11dde109-01be-4e05-b5ca-94346ebc3f20&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001385 10.0.0.42 - - [2024-10-28 02:21:21] "POST /id-to-fqname HTTP/1.1" 200 223 0.001708 10.0.0.42 - - [2024-10-28 02:21:21] "POST /id-to-fqname HTTP/1.1" 200 224 0.001845 10.0.0.42 - - [2024-10-28 02:21:21] "POST /neutron/port HTTP/1.1" 200 2002 0.102311 10.0.0.42 - - [2024-10-28 02:21:21] "POST /neutron/port HTTP/1.1" 200 1059 0.408545 10.0.0.42 - - [2024-10-28 02:21:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011431 10.0.0.42 - - [2024-10-28 02:21:21] "POST /neutron/port HTTP/1.1" 200 1059 0.031570 10.0.0.42 - - [2024-10-28 02:21:21] "POST /neutron/port HTTP/1.1" 200 1059 0.012325 10.0.0.42 - - [2024-10-28 02:21:21] "POST /neutron/port HTTP/1.1" 200 1113 0.079127 10.0.0.42 - - [2024-10-28 02:21:21] "POST /neutron/port HTTP/1.1" 200 1087 0.025945 10.0.0.42 - - [2024-10-28 02:21:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004743 10.0.0.42 - - [2024-10-28 02:21:21] "POST /neutron/subnet HTTP/1.1" 200 703 0.014745 10.0.0.42 - - [2024-10-28 02:21:21] "POST /neutron/port HTTP/1.1" 200 117 0.001456 10.0.0.42 - - [2024-10-28 02:21:21] "POST /neutron/network HTTP/1.1" 200 835 0.007227 10.0.0.42 - - [2024-10-28 02:21:22] "POST /neutron/network HTTP/1.1" 200 2223 0.047866 10.0.0.42 - - [2024-10-28 02:21:22] "GET /aaa-mode HTTP/1.1" 401 292 0.000739 10.0.0.42 - - [2024-10-28 02:21:22] "GET / HTTP/1.1" 200 35931 0.002392 10.0.0.42 - - [2024-10-28 02:21:22] "GET /project/11dde109-01be-4e05-b5ca-94346ebc3f20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000559 10.0.0.42 - - [2024-10-28 02:21:23] "GET /projects?obj_uuids=11dde109-01be-4e05-b5ca-94346ebc3f20&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001787 10.0.0.42 - - [2024-10-28 02:21:23] "GET /project/11dde109-01be-4e05-b5ca-94346ebc3f20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.071874 10.0.0.42 - - [2024-10-28 02:21:23] "POST /neutron/network HTTP/1.1" 200 832 0.006969 10.0.0.42 - - [2024-10-28 02:21:23] "POST /neutron/network HTTP/1.1" 200 831 0.007407 10.0.0.42 - - [2024-10-28 02:21:23] "POST /neutron/network HTTP/1.1" 200 835 0.007277 10.0.0.42 - - [2024-10-28 02:21:23] "POST /neutron/port HTTP/1.1" 200 2056 0.032660 10.0.0.42 - - [2024-10-28 02:21:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008409 10.0.0.42 - - [2024-10-28 02:21:23] "POST /neutron/port HTTP/1.1" 200 117 0.006469 10.0.0.42 - - [2024-10-28 02:21:23] "POST /neutron/port HTTP/1.1" 200 117 0.008966 10.0.0.42 - - [2024-10-28 02:21:23] "POST /neutron/network HTTP/1.1" 200 2223 0.019612 10.0.0.42 - - [2024-10-28 02:21:23] "GET /projects?obj_uuids=11dde109-01be-4e05-b5ca-94346ebc3f20&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002273 10.0.0.42 - - [2024-10-28 02:21:24] "POST /neutron/port HTTP/1.1" 200 1058 0.427285 10.0.0.42 - - [2024-10-28 02:21:24] "GET /projects?obj_uuids=11dde109-01be-4e05-b5ca-94346ebc3f20&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001498 10.0.0.42 - - [2024-10-28 02:21:24] "POST /neutron/port HTTP/1.1" 200 1057 0.308828 10.0.0.42 - - [2024-10-28 02:21:24] "GET /projects?obj_uuids=11dde109-01be-4e05-b5ca-94346ebc3f20&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002439 10.0.0.42 - - [2024-10-28 02:21:25] "POST /neutron/port HTTP/1.1" 200 1059 0.268924 10.0.0.42 - - [2024-10-28 02:21:25] "POST /neutron/port HTTP/1.1" 200 1058 0.014024 10.0.0.42 - - [2024-10-28 02:21:25] "POST /neutron/port HTTP/1.1" 200 1058 0.012135 10.0.0.42 - - [2024-10-28 02:21:25] "POST /neutron/port HTTP/1.1" 200 1112 0.080091 10.0.0.42 - - [2024-10-28 02:21:25] "POST /neutron/port HTTP/1.1" 200 1057 0.012515 10.0.0.42 - - [2024-10-28 02:21:25] "POST /neutron/port HTTP/1.1" 200 1057 0.012399 10.0.0.42 - - [2024-10-28 02:21:25] "POST /neutron/port HTTP/1.1" 200 1111 0.084824 10.0.0.42 - - [2024-10-28 02:21:25] "POST /neutron/port HTTP/1.1" 200 1059 0.014192 10.0.0.42 - - [2024-10-28 02:21:25] "POST /neutron/port HTTP/1.1" 200 1059 0.012552 10.0.0.42 - - [2024-10-28 02:21:25] "POST /neutron/port HTTP/1.1" 200 1113 0.078804 10.0.0.42 - - [2024-10-28 02:21:25] "POST /neutron/port HTTP/1.1" 200 3025 0.023460 10.0.0.42 - - [2024-10-28 02:21:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004291 10.0.0.42 - - [2024-10-28 02:21:25] "POST /neutron/subnet HTTP/1.1" 200 698 0.025169 10.0.0.42 - - [2024-10-28 02:21:25] "POST /neutron/port HTTP/1.1" 200 117 0.001899 10.0.0.42 - - [2024-10-28 02:21:25] "POST /neutron/network HTTP/1.1" 200 832 0.007128 10.0.0.42 - - [2024-10-28 02:21:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004407 10.0.0.42 - - [2024-10-28 02:21:25] "POST /neutron/subnet HTTP/1.1" 200 694 0.013114 10.0.0.42 - - [2024-10-28 02:21:25] "POST /neutron/port HTTP/1.1" 200 117 0.001590 10.0.0.42 - - [2024-10-28 02:21:25] "POST /neutron/network HTTP/1.1" 200 831 0.007748 10.0.0.42 - - [2024-10-28 02:21:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004815 10.0.0.42 - - [2024-10-28 02:21:25] "POST /neutron/subnet HTTP/1.1" 200 703 0.014407 10.0.0.42 - - [2024-10-28 02:21:25] "POST /neutron/port HTTP/1.1" 200 117 0.001663 10.0.0.42 - - [2024-10-28 02:21:25] "POST /neutron/network HTTP/1.1" 200 835 0.006685 10.0.0.42 - - [2024-10-28 02:21:28] "POST /neutron/port HTTP/1.1" 200 3025 0.031101 10.0.0.42 - - [2024-10-28 02:21:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009552 10.0.0.42 - - [2024-10-28 02:21:28] "POST /neutron/port HTTP/1.1" 200 3025 0.031367 10.0.0.42 - - [2024-10-28 02:21:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009981 10.0.0.42 - - [2024-10-28 02:21:28] "POST /neutron/port HTTP/1.1" 200 3025 0.032669 10.0.0.42 - - [2024-10-28 02:21:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.013603 10.0.0.42 - - [2024-10-28 02:21:29] "POST /neutron/port HTTP/1.1" 200 3025 0.036786 10.0.0.42 - - [2024-10-28 02:21:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.014295 10.0.0.42 - - [2024-10-28 02:21:29] "POST /neutron/port HTTP/1.1" 200 3025 0.044455 10.0.0.42 - - [2024-10-28 02:21:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.014711 10.0.0.42 - - [2024-10-28 02:21:29] "GET /virtual-machine/4d5be690-f5e2-4be9-ab1c-cf4ab099d259 HTTP/1.1" 200 1802 0.007729 10.0.0.42 - - [2024-10-28 02:21:29] "GET /virtual-machine-interface/367e5f1d-f8cd-4964-aa11-7cd0d4922568 HTTP/1.1" 200 2949 0.004773 10.0.0.42 - - [2024-10-28 02:21:29] "GET /virtual-machine-interface/5d8574d0-0ea8-4697-89f3-5c0816b78ac1 HTTP/1.1" 200 2945 0.006433 10.0.0.42 - - [2024-10-28 02:21:29] "GET /virtual-machine-interface/e99a3d21-d16f-4815-a817-8c4abd1c40cb HTTP/1.1" 200 2947 0.004072 10.0.0.42 - - [2024-10-28 02:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005697 10.0.0.42 - - [2024-10-28 02:21:29] "GET /global-vrouter-config/5bfa3f7d-c6bc-4f4a-b24c-64ddf8783142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004253 10.0.0.42 - - [2024-10-28 02:21:29] "GET /virtual-networks?parent_id=11dde109-01be-4e05-b5ca-94346ebc3f20&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004641 10.0.0.42 - - [2024-10-28 02:21:29] "GET /virtual-network/f5be55ca-224a-49ec-aaa6-b3f286da6c38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007946 10.0.0.42 - - [2024-10-28 02:21:29] "DELETE /project/36d130375f67418e82c3807c01dd76b5 HTTP/1.1" 404 173 0.019246 10.0.0.42 - - [2024-10-28 02:21:29] "DELETE /project/11dde10901be4e05b5ca94346ebc3f20 HTTP/1.1" 404 173 0.011253 10.0.0.42 - - [2024-10-28 02:21:29] "GET /projects?obj_uuids=36d13037-5f67-418e-82c3-807c01dd76b5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001490 10.0.0.42 - - [2024-10-28 02:21:29] "GET /projects?obj_uuids=1c6be450-4865-492d-a264-fc520c3eeeed&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001202 10.0.0.42 - - [2024-10-28 02:21:29] "GET /project/1c6be450-4865-492d-a264-fc520c3eeeed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.065368 10.0.0.42 - - [2024-10-28 02:21:29] "GET /project/36d13037-5f67-418e-82c3-807c01dd76b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.062914 10.0.0.42 - - [2024-10-28 02:21:29] "GET /projects?obj_uuids=36d13037-5f67-418e-82c3-807c01dd76b5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002775 10.0.0.42 - - [2024-10-28 02:21:29] "GET /projects?obj_uuids=1c6be450-4865-492d-a264-fc520c3eeeed&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002489 10.0.0.42 - - [2024-10-28 02:21:29] "GET /project/1c6be450-4865-492d-a264-fc520c3eeeed?fields=security_groups HTTP/1.1" 200 1387 0.051661 10.0.0.42 - - [2024-10-28 02:21:29] "GET /project/36d13037-5f67-418e-82c3-807c01dd76b5?fields=security_groups HTTP/1.1" 200 1368 0.046415 10.0.0.42 - - [2024-10-28 02:21:29] "DELETE /security-group/122bd8bb-c090-47be-9787-c30554ca4d55 HTTP/1.1" 200 115 0.092508 10.0.0.42 - - [2024-10-28 02:21:29] "GET /projects?obj_uuids=1c6be450-4865-492d-a264-fc520c3eeeed&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001481 10.0.0.42 - - [2024-10-28 02:21:29] "DELETE /security-group/a0a7f3eb-aced-49c7-b1c6-376b4a4246a1 HTTP/1.1" 200 115 0.100009 10.0.0.42 - - [2024-10-28 02:21:30] "GET /projects?obj_uuids=36d13037-5f67-418e-82c3-807c01dd76b5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001497 10.0.0.42 - - [2024-10-28 02:21:30] "DELETE /access-control-list/53c5bfd8-d7c1-4a43-b916-03437364942d HTTP/1.1" 200 115 0.056605 10.0.0.42 - - [2024-10-28 02:21:30] "GET /project/1c6be450-4865-492d-a264-fc520c3eeeed?fields=application_policy_sets HTTP/1.1" 200 1426 0.057541 10.0.0.42 - - [2024-10-28 02:21:30] "DELETE /access-control-list/0e258f35-d045-4c79-aaa0-104f5160fa63 HTTP/1.1" 200 115 0.068496 10.0.0.42 - - [2024-10-28 02:21:30] "GET /project/36d13037-5f67-418e-82c3-807c01dd76b5?fields=application_policy_sets HTTP/1.1" 200 1407 0.111474 10.0.0.42 - - [2024-10-28 02:21:30] "DELETE /access-control-list/bdf25863-aee9-4fe3-b90b-5856e74146fb HTTP/1.1" 200 115 0.058263 10.0.0.42 - - [2024-10-28 02:21:30] "DELETE /access-control-list/775d40ca-02b6-432b-be81-40016729e979 HTTP/1.1" 200 115 0.089916 10.0.0.42 - - [2024-10-28 02:21:30] "DELETE /project/1c6be450-4865-492d-a264-fc520c3eeeed HTTP/1.1" 200 115 0.598020 10.0.0.42 - - [2024-10-28 02:21:30] "DELETE /project/36d13037-5f67-418e-82c3-807c01dd76b5 HTTP/1.1" 200 115 0.652494 10.0.0.42 - - [2024-10-28 02:21:30] "POST /neutron/port HTTP/1.1" 200 1085 0.028348 10.0.0.42 - - [2024-10-28 02:21:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007688 10.0.0.42 - - [2024-10-28 02:21:32] "POST /neutron/port HTTP/1.1" 200 1087 0.017709 10.0.0.42 - - [2024-10-28 02:21:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007553 10.0.0.42 - - [2024-10-28 02:21:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.42 - - [2024-10-28 02:21:32] "GET /virtual-network/f5be55ca-224a-49ec-aaa6-b3f286da6c38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.003455 10.0.0.42 - - [2024-10-28 02:21:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004157 10.0.0.42 - - [2024-10-28 02:21:36] "GET /virtual-network/f5be55ca-224a-49ec-aaa6-b3f286da6c38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.003642 10.0.0.42 - - [2024-10-28 02:21:37] "GET /obj-perms HTTP/1.1" 200 5056 0.064404 10.0.0.42 - - [2024-10-28 02:21:37] "GET /obj-perms HTTP/1.1" 200 5056 0.072192 10.0.0.42 - - [2024-10-28 02:21:39] "POST /neutron/port HTTP/1.1" 200 1085 0.019016 10.0.0.42 - - [2024-10-28 02:21:39] "POST /neutron/port HTTP/1.1" 200 1085 0.021049 10.0.0.42 - - [2024-10-28 02:21:39] "POST /neutron/network HTTP/1.1" 200 841 0.008313 10.0.0.42 - - [2024-10-28 02:21:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004498 10.0.0.42 - - [2024-10-28 02:21:39] "POST /neutron/subnet HTTP/1.1" 200 694 0.013943 10.0.0.42 - - [2024-10-28 02:21:39] "POST /neutron/port HTTP/1.1" 200 117 0.001577 10.0.0.42 - - [2024-10-28 02:21:39] "POST /neutron/network HTTP/1.1" 200 831 0.007495 10.0.0.42 - - [2024-10-28 02:21:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004121 10.0.0.42 - - [2024-10-28 02:21:40] "GET /virtual-network/f5be55ca-224a-49ec-aaa6-b3f286da6c38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.003984 10.0.0.42 - - [2024-10-28 02:21:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004834 10.0.0.42 - - [2024-10-28 02:21:45] "GET /virtual-network/f5be55ca-224a-49ec-aaa6-b3f286da6c38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005875 10.0.0.42 - - [2024-10-28 02:21:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.42 - - [2024-10-28 02:21:47] "GET /global-vrouter-config/5bfa3f7d-c6bc-4f4a-b24c-64ddf8783142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003411 10.0.0.42 - - [2024-10-28 02:21:47] "GET /virtual-networks?parent_id=11dde109-01be-4e05-b5ca-94346ebc3f20&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003666 10.0.0.42 - - [2024-10-28 02:21:47] "GET /virtual-network/f5be55ca-224a-49ec-aaa6-b3f286da6c38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.003803 10.0.0.42 - - [2024-10-28 02:21:47] "POST /neutron/port HTTP/1.1" 200 3025 0.028705 10.0.0.42 - - [2024-10-28 02:21:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009151 10.0.0.42 - - [2024-10-28 02:21:52] "POST /neutron/port HTTP/1.1" 200 3025 0.025687 10.0.0.42 - - [2024-10-28 02:21:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007850 10.0.0.42 - - [2024-10-28 02:21:57] "POST /neutron/port HTTP/1.1" 200 3025 0.025866 10.0.0.42 - - [2024-10-28 02:21:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008111 10.0.0.42 - - [2024-10-28 02:21:57] "POST /neutron/port HTTP/1.1" 200 3025 0.021788 10.0.0.42 - - [2024-10-28 02:21:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009359 10.0.0.42 - - [2024-10-28 02:22:03] "POST /neutron/port HTTP/1.1" 200 3025 0.027709 10.0.0.42 - - [2024-10-28 02:22:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008893 10.0.0.42 - - [2024-10-28 02:22:08] "POST /neutron/port HTTP/1.1" 200 3025 0.030762 10.0.0.42 - - [2024-10-28 02:22:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009165 10.0.0.42 - - [2024-10-28 02:22:09] "GET /global-system-configs HTTP/1.1" 200 322 0.052043 10.0.0.42 - - [2024-10-28 02:22:09] "GET /obj-perms HTTP/1.1" 200 5056 0.114819 10.0.0.42 - - [2024-10-28 02:22:10] "GET /global-system-configs HTTP/1.1" 200 322 0.048795 10.0.0.42 - - [2024-10-28 02:22:10] "GET /obj-perms HTTP/1.1" 200 5056 0.100036 10.0.0.42 - - [2024-10-28 02:22:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.42 - - [2024-10-28 02:22:13] "GET /global-vrouter-config/5bfa3f7d-c6bc-4f4a-b24c-64ddf8783142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003422 10.0.0.42 - - [2024-10-28 02:22:13] "GET /virtual-networks?parent_id=11dde109-01be-4e05-b5ca-94346ebc3f20&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003924 10.0.0.42 - - [2024-10-28 02:22:13] "GET /virtual-network/b17a7a4b-fc05-4472-a6e6-e2aa6e51e634?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004024 10.0.0.42 - - [2024-10-28 02:22:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.42 - - [2024-10-28 02:22:13] "GET /global-vrouter-config/5bfa3f7d-c6bc-4f4a-b24c-64ddf8783142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003775 10.0.0.42 - - [2024-10-28 02:22:13] "GET /virtual-networks?parent_id=11dde109-01be-4e05-b5ca-94346ebc3f20&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003592 10.0.0.42 - - [2024-10-28 02:22:13] "GET /virtual-network/8ab793dd-f1a2-48e2-bf01-20ada2bd0387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004373 10.0.0.42 - - [2024-10-28 02:22:14] "POST /fqname-to-id HTTP/1.1" 404 207 0.003814 10.0.0.42 - - [2024-10-28 02:22:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.42 - - [2024-10-28 02:22:14] "GET /projects?obj_uuids=11dde109-01be-4e05-b5ca-94346ebc3f20&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001514 10.0.0.42 - - [2024-10-28 02:22:14] "GET /project/11dde109-01be-4e05-b5ca-94346ebc3f20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.023293 10.0.0.42 - - [2024-10-28 02:22:14] "POST /service-instances HTTP/1.1" 200 543 0.067824 10.0.0.42 - - [2024-10-28 02:22:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.42 - - [2024-10-28 02:22:14] "GET /service-instance/391272e3-3eba-42fe-99f0-8ac158bba268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2135 0.005165 10.0.0.42 - - [2024-10-28 02:22:14] "POST /port-tuples HTTP/1.1" 200 586 0.029538 10.0.0.42 - - [2024-10-28 02:22:14] "GET /virtual-machine-interface/5d8574d0-0ea8-4697-89f3-5c0816b78ac1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.003963 10.0.0.42 - - [2024-10-28 02:22:14] "PUT /virtual-machine-interface/5d8574d0-0ea8-4697-89f3-5c0816b78ac1 HTTP/1.1" 200 284 0.013125 10.0.0.42 - - [2024-10-28 02:22:14] "POST /ref-update HTTP/1.1" 200 156 0.011976 10.0.0.42 - - [2024-10-28 02:22:14] "POST /instance-ips HTTP/1.1" 200 385 0.030548 10.0.0.42 - - [2024-10-28 02:22:14] "GET /virtual-machine-interface/e99a3d21-d16f-4815-a817-8c4abd1c40cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2726 0.006813 10.0.0.42 - - [2024-10-28 02:22:14] "POST /ref-update HTTP/1.1" 200 156 0.011718 10.0.0.42 - - [2024-10-28 02:22:14] "PUT /virtual-machine-interface/e99a3d21-d16f-4815-a817-8c4abd1c40cb HTTP/1.1" 200 284 0.017719 10.0.0.42 - - [2024-10-28 02:22:14] "POST /ref-update HTTP/1.1" 200 156 0.015114 10.0.0.42 - - [2024-10-28 02:22:14] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.023340 10.0.0.42 - - [2024-10-28 02:22:14] "POST /ref-update HTTP/1.1" 200 156 0.036689 10.0.0.42 - - [2024-10-28 02:22:14] "GET /virtual-machine-interface/367e5f1d-f8cd-4964-aa11-7cd0d4922568?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2728 0.003593 10.0.0.42 - - [2024-10-28 02:22:14] "POST /instance-ips HTTP/1.1" 200 385 0.027890 10.0.0.42 - - [2024-10-28 02:22:14] "PUT /virtual-machine-interface/367e5f1d-f8cd-4964-aa11-7cd0d4922568 HTTP/1.1" 200 284 0.012505 10.0.0.42 - - [2024-10-28 02:22:14] "POST /ref-update HTTP/1.1" 200 156 0.023688 10.0.0.42 - - [2024-10-28 02:22:14] "POST /ref-update HTTP/1.1" 200 156 0.016308 10.0.0.42 - - [2024-10-28 02:22:14] "POST /ref-update HTTP/1.1" 200 156 0.012327 10.0.0.42 - - [2024-10-28 02:22:15] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.010108 10.0.0.42 - - [2024-10-28 02:22:15] "POST /neutron/port HTTP/1.1" 200 1085 0.021784 10.0.0.42 - - [2024-10-28 02:22:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007334 10.0.0.42 - - [2024-10-28 02:22:15] "POST /instance-ips HTTP/1.1" 200 373 0.031063 10.0.0.42 - - [2024-10-28 02:22:15] "POST /ref-update HTTP/1.1" 200 156 0.015536 10.0.0.42 - - [2024-10-28 02:22:15] "POST /neutron/port HTTP/1.1" 200 1085 0.044497 10.0.0.42 - - [2024-10-28 02:22:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009590 10.0.0.42 - - [2024-10-28 02:22:15] "POST /ref-update HTTP/1.1" 200 156 0.018484 10.0.0.42 - - [2024-10-28 02:22:15] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.005173 10.0.0.42 - - [2024-10-28 02:22:15] "POST /neutron/port HTTP/1.1" 200 1085 0.025082 10.0.0.42 - - [2024-10-28 02:22:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008570 10.0.0.42 - - [2024-10-28 02:22:15] "GET /virtual-machine/53555c4f-8744-4368-b8d4-ead942d62dfc HTTP/1.1" 200 1290 0.007559 10.0.0.42 - - [2024-10-28 02:22:15] "GET /virtual-machine-interface/aab3c619-c34b-428d-b026-9ab2282a23ef HTTP/1.1" 200 2947 0.005530 10.0.0.42 - - [2024-10-28 02:22:15] "POST /instance-ips HTTP/1.1" 200 373 0.030404 10.0.0.42 - - [2024-10-28 02:22:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004155 10.0.0.42 - - [2024-10-28 02:22:15] "GET /global-vrouter-config/5bfa3f7d-c6bc-4f4a-b24c-64ddf8783142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003667 10.0.0.42 - - [2024-10-28 02:22:15] "POST /ref-update HTTP/1.1" 200 156 0.010908 10.0.0.42 - - [2024-10-28 02:22:15] "GET /virtual-networks?parent_id=11dde109-01be-4e05-b5ca-94346ebc3f20&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003761 10.0.0.42 - - [2024-10-28 02:22:15] "POST /ref-update HTTP/1.1" 200 156 0.011640 10.0.0.42 - - [2024-10-28 02:22:15] "GET /virtual-network/b17a7a4b-fc05-4472-a6e6-e2aa6e51e634?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005136 10.0.0.42 - - [2024-10-28 02:22:15] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004173 10.0.0.42 - - [2024-10-28 02:22:15] "POST /instance-ips HTTP/1.1" 200 375 0.019250 10.0.0.42 - - [2024-10-28 02:22:15] "POST /ref-update HTTP/1.1" 200 156 0.012573 10.0.0.42 - - [2024-10-28 02:22:15] "POST /ref-update HTTP/1.1" 200 156 0.011471 10.0.0.42 - - [2024-10-28 02:22:15] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004280 10.0.0.42 - - [2024-10-28 02:22:15] "POST /instance-ips HTTP/1.1" 200 375 0.021264 10.0.0.42 - - [2024-10-28 02:22:15] "POST /ref-update HTTP/1.1" 200 156 0.010178 10.0.0.42 - - [2024-10-28 02:22:16] "POST /ref-update HTTP/1.1" 200 156 0.013768 10.0.0.42 - - [2024-10-28 02:22:16] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004292 10.0.0.42 - - [2024-10-28 02:22:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.42 - - [2024-10-28 02:22:16] "GET /global-vrouter-config/5bfa3f7d-c6bc-4f4a-b24c-64ddf8783142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002849 10.0.0.42 - - [2024-10-28 02:22:16] "GET /virtual-networks?parent_id=11dde109-01be-4e05-b5ca-94346ebc3f20&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003757 10.0.0.42 - - [2024-10-28 02:22:16] "GET /virtual-network/b17a7a4b-fc05-4472-a6e6-e2aa6e51e634?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.003751 10.0.0.42 - - [2024-10-28 02:22:16] "POST /neutron/port HTTP/1.1" 200 1087 0.019684 10.0.0.42 - - [2024-10-28 02:22:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007689 10.0.0.42 - - [2024-10-28 02:22:17] "POST /neutron/port HTTP/1.1" 200 1087 0.017187 10.0.0.42 - - [2024-10-28 02:22:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008159 10.0.0.42 - - [2024-10-28 02:22:17] "POST /neutron/port HTTP/1.1" 200 1087 0.017069 10.0.0.42 - - [2024-10-28 02:22:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007882 10.0.0.42 - - [2024-10-28 02:22:17] "GET /virtual-machine/2e1a0c23-01fc-45f6-9356-5095fbdbfb9d HTTP/1.1" 200 1290 0.005400 10.0.0.42 - - [2024-10-28 02:22:17] "GET /virtual-machine-interface/c5aa3970-b39f-4623-a4b9-6a6e4e273b38 HTTP/1.1" 200 2950 0.003582 10.0.0.42 - - [2024-10-28 02:22:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.42 - - [2024-10-28 02:22:17] "GET /global-vrouter-config/5bfa3f7d-c6bc-4f4a-b24c-64ddf8783142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003040 10.0.0.42 - - [2024-10-28 02:22:17] "GET /virtual-networks?parent_id=11dde109-01be-4e05-b5ca-94346ebc3f20&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003860 10.0.0.42 - - [2024-10-28 02:22:17] "GET /virtual-network/8ab793dd-f1a2-48e2-bf01-20ada2bd0387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.003716 10.0.0.42 - - [2024-10-28 02:22:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004293 10.0.0.42 - - [2024-10-28 02:22:18] "GET /global-vrouter-config/5bfa3f7d-c6bc-4f4a-b24c-64ddf8783142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003145 10.0.0.42 - - [2024-10-28 02:22:18] "GET /virtual-networks?parent_id=11dde109-01be-4e05-b5ca-94346ebc3f20&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004034 10.0.0.42 - - [2024-10-28 02:22:18] "GET /virtual-network/8ab793dd-f1a2-48e2-bf01-20ada2bd0387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005234 10.0.0.42 - - [2024-10-28 02:22:18] "POST /fqname-to-id HTTP/1.1" 404 211 0.005131 10.0.0.42 - - [2024-10-28 02:22:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004316 10.0.0.42 - - [2024-10-28 02:22:18] "GET /projects?obj_uuids=11dde109-01be-4e05-b5ca-94346ebc3f20&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001349 10.0.0.42 - - [2024-10-28 02:22:18] "GET /project/11dde109-01be-4e05-b5ca-94346ebc3f20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.030186 10.0.0.42 - - [2024-10-28 02:22:18] "POST /network-policys HTTP/1.1" 200 547 0.020784 10.0.0.42 - - [2024-10-28 02:22:18] "GET /network-policy/12b03c34-23ca-4c37-b6e9-9241f16677d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.005896 10.0.0.42 - - [2024-10-28 02:22:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.42 - - [2024-10-28 02:22:19] "GET /virtual-network/b17a7a4b-fc05-4472-a6e6-e2aa6e51e634?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006437 10.0.0.42 - - [2024-10-28 02:22:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004028 10.0.0.42 - - [2024-10-28 02:22:19] "GET /network-policy/12b03c34-23ca-4c37-b6e9-9241f16677d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004636 10.0.0.42 - - [2024-10-28 02:22:19] "POST /ref-update HTTP/1.1" 200 156 0.039402 10.0.0.42 - - [2024-10-28 02:22:19] "POST /fqname-to-id HTTP/1.1" 404 242 0.039176 10.0.0.42 - - [2024-10-28 02:22:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869 10.0.0.42 - - [2024-10-28 02:22:19] "GET /network-policy/12b03c34-23ca-4c37-b6e9-9241f16677d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.006461 10.0.0.42 - - [2024-10-28 02:22:19] "POST /access-control-lists HTTP/1.1" 200 601 0.065070 10.0.0.42 - - [2024-10-28 02:22:19] "POST /neutron/network HTTP/1.1" 200 919 0.008132 10.0.0.42 - - [2024-10-28 02:22:19] "GET /virtual-network/b17a7a4b-fc05-4472-a6e6-e2aa6e51e634?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.003013 10.0.0.42 - - [2024-10-28 02:22:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.42 - - [2024-10-28 02:22:19] "GET /network-policy/12b03c34-23ca-4c37-b6e9-9241f16677d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003728 10.0.0.42 - - [2024-10-28 02:22:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004487 10.0.0.42 - - [2024-10-28 02:22:19] "GET /virtual-network/8ab793dd-f1a2-48e2-bf01-20ada2bd0387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004010 10.0.0.42 - - [2024-10-28 02:22:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.42 - - [2024-10-28 02:22:19] "GET /network-policy/12b03c34-23ca-4c37-b6e9-9241f16677d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004147 10.0.0.42 - - [2024-10-28 02:22:19] "POST /ref-update HTTP/1.1" 200 156 0.032146 10.0.0.42 - - [2024-10-28 02:22:19] "POST /fqname-to-id HTTP/1.1" 404 244 0.003984 10.0.0.42 - - [2024-10-28 02:22:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.42 - - [2024-10-28 02:22:19] "POST /access-control-lists HTTP/1.1" 200 604 0.068152 10.0.0.42 - - [2024-10-28 02:22:19] "GET /network-policy/12b03c34-23ca-4c37-b6e9-9241f16677d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004811 10.0.0.42 - - [2024-10-28 02:22:19] "POST /routing-instances HTTP/1.1" 200 759 0.027305 10.0.0.42 - - [2024-10-28 02:22:19] "POST /neutron/network HTTP/1.1" 200 923 0.008066 10.0.0.42 - - [2024-10-28 02:22:20] "GET /virtual-network/8ab793dd-f1a2-48e2-bf01-20ada2bd0387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.003671 10.0.0.42 - - [2024-10-28 02:22:20] "POST /route-targets HTTP/1.1" 200 327 0.011172 10.0.0.42 - - [2024-10-28 02:22:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.42 - - [2024-10-28 02:22:20] "POST /ref-update HTTP/1.1" 200 156 0.014743 10.0.0.42 - - [2024-10-28 02:22:20] "GET /network-policy/12b03c34-23ca-4c37-b6e9-9241f16677d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004450 10.0.0.42 - - [2024-10-28 02:22:20] "GET /routing-instance/f48f53b4-68ea-4811-b981-d80577610175?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1278 0.004081 10.0.0.42 - - [2024-10-28 02:22:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002767 10.0.0.42 - - [2024-10-28 02:22:20] "GET /routing-instance/f48f53b4-68ea-4811-b981-d80577610175?fields=routing_policy_back_refs HTTP/1.1" 200 1278 0.005218 10.0.0.42 - - [2024-10-28 02:22:20] "GET /service-template/84c977f9-fd0a-48aa-b1c3-c615a6a1767c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004501 10.0.0.42 - - [2024-10-28 02:22:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.42 - - [2024-10-28 02:22:20] "POST /ref-update HTTP/1.1" 200 156 0.012686 10.0.0.42 - - [2024-10-28 02:22:20] "GET /projects?obj_uuids=11dde109-01be-4e05-b5ca-94346ebc3f20&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001521 10.0.0.42 - - [2024-10-28 02:22:20] "GET /project/11dde109-01be-4e05-b5ca-94346ebc3f20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.047195 10.0.0.42 - - [2024-10-28 02:22:20] "POST /routing-instances HTTP/1.1" 200 760 0.043381 10.0.0.42 - - [2024-10-28 02:22:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.42 - - [2024-10-28 02:22:20] "POST /route-targets HTTP/1.1" 200 327 0.013640 10.0.0.42 - - [2024-10-28 02:22:20] "GET /service-instance/391272e3-3eba-42fe-99f0-8ac158bba268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3529 0.005107 10.0.0.42 - - [2024-10-28 02:22:20] "POST /ref-update HTTP/1.1" 200 156 0.012898 10.0.0.42 - - [2024-10-28 02:22:20] "GET /domains HTTP/1.1" 200 280 0.003222 10.0.0.42 - - [2024-10-28 02:22:20] "GET /domains?obj_uuids=80462946-db05-473a-912b-5ba74f83468f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001438 10.0.0.42 - - [2024-10-28 02:22:20] "GET /domain/80462946-db05-473a-912b-5ba74f83468f HTTP/1.1" 200 2771 0.010202 10.0.0.42 - - [2024-10-28 02:22:20] "GET /projects?obj_uuids=11dde109-01be-4e05-b5ca-94346ebc3f20&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001403 10.0.0.42 - - [2024-10-28 02:22:20] "GET /routing-instance/86ea178f-1500-46cb-83b0-55e2cd0211cf?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1277 0.003053 10.0.0.42 - - [2024-10-28 02:22:20] "GET /routing-instance/86ea178f-1500-46cb-83b0-55e2cd0211cf?fields=routing_policy_back_refs HTTP/1.1" 200 1277 0.003373 10.0.0.42 - - [2024-10-28 02:22:20] "GET /project/11dde109-01be-4e05-b5ca-94346ebc3f20 HTTP/1.1" 200 4233 0.073801 10.0.0.42 - - [2024-10-28 02:22:20] "GET /service-instance/391272e3-3eba-42fe-99f0-8ac158bba268 HTTP/1.1" 200 3783 0.005677 10.0.0.42 - - [2024-10-28 02:22:20] "GET /domains HTTP/1.1" 200 280 0.003009 10.0.0.42 - - [2024-10-28 02:22:20] "GET /domains?obj_uuids=80462946-db05-473a-912b-5ba74f83468f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001405 10.0.0.42 - - [2024-10-28 02:22:20] "GET /domain/80462946-db05-473a-912b-5ba74f83468f HTTP/1.1" 200 2771 0.011863 10.0.0.42 - - [2024-10-28 02:22:20] "PUT /routing-instance/f48f53b4-68ea-4811-b981-d80577610175 HTTP/1.1" 200 266 0.018382 10.0.0.42 - - [2024-10-28 02:22:20] "GET /projects?obj_uuids=11dde109-01be-4e05-b5ca-94346ebc3f20&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001175 10.0.0.42 - - [2024-10-28 02:22:20] "PUT /routing-instance/86ea178f-1500-46cb-83b0-55e2cd0211cf HTTP/1.1" 200 266 0.020426 10.0.0.42 - - [2024-10-28 02:22:20] "GET /project/11dde109-01be-4e05-b5ca-94346ebc3f20 HTTP/1.1" 200 4233 0.079247 10.0.0.42 - - [2024-10-28 02:22:20] "GET /service-instance/391272e3-3eba-42fe-99f0-8ac158bba268 HTTP/1.1" 200 3783 0.004117 10.0.0.42 - - [2024-10-28 02:22:20] "GET /port-tuple/95b52b3f-0188-4b11-a729-7ae02d4aa81e HTTP/1.1" 200 1980 0.003270 10.0.0.42 - - [2024-10-28 02:22:20] "GET /virtual-machine-interface/367e5f1d-f8cd-4964-aa11-7cd0d4922568 HTTP/1.1" 200 3804 0.005580 10.0.0.42 - - [2024-10-28 02:22:20] "GET /virtual-machine-interface/5d8574d0-0ea8-4697-89f3-5c0816b78ac1 HTTP/1.1" 200 3815 0.003661 10.0.0.42 - - [2024-10-28 02:22:20] "POST /ref-update HTTP/1.1" 200 156 0.015016 10.0.0.42 - - [2024-10-28 02:22:20] "GET /virtual-machine-interface/e99a3d21-d16f-4815-a817-8c4abd1c40cb HTTP/1.1" 200 3799 0.005027 10.0.0.42 - - [2024-10-28 02:22:20] "PUT /access-control-list/48272521-bff9-418b-abe8-30a00ae030ff HTTP/1.1" 200 272 0.021711 10.0.0.42 - - [2024-10-28 02:22:20] "POST /neutron/port HTTP/1.1" 200 3832 0.068487 10.0.0.42 - - [2024-10-28 02:22:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.013012 10.0.0.42 - - [2024-10-28 02:22:20] "PUT /access-control-list/ab5a9aef-f737-4c76-b36d-77d556c1afbf HTTP/1.1" 200 272 0.022016 10.0.0.42 - - [2024-10-28 02:22:21] "POST /neutron/port HTTP/1.1" 200 3832 0.044019 10.0.0.42 - - [2024-10-28 02:22:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007378 10.0.0.42 - - [2024-10-28 02:22:21] "POST /neutron/port HTTP/1.1" 200 3832 0.040120 10.0.0.42 - - [2024-10-28 02:22:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008445 10.0.0.42 - - [2024-10-28 02:22:21] "POST /neutron/port HTTP/1.1" 200 3832 0.039624 10.0.0.42 - - [2024-10-28 02:22:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008152 10.0.0.42 - - [2024-10-28 02:22:21] "POST /neutron/network HTTP/1.1" 200 893 0.014598 10.0.0.42 - - [2024-10-28 02:22:21] "POST /neutron/network HTTP/1.1" 200 919 0.006754 10.0.0.42 - - [2024-10-28 02:22:21] "POST /neutron/network HTTP/1.1" 200 806 0.015485 10.0.0.42 - - [2024-10-28 02:22:21] "POST /neutron/network HTTP/1.1" 200 832 0.008217 10.0.0.42 - - [2024-10-28 02:22:21] "POST /neutron/network HTTP/1.1" 200 897 0.017084 10.0.0.42 - - [2024-10-28 02:22:21] "POST /neutron/network HTTP/1.1" 200 923 0.006658 10.0.0.42 - - [2024-10-28 02:22:21] "POST /id-to-fqname HTTP/1.1" 200 223 0.001369 10.0.0.42 - - [2024-10-28 02:22:21] "POST /id-to-fqname HTTP/1.1" 200 223 0.001254 10.0.0.42 - - [2024-10-28 02:22:21] "POST /id-to-fqname HTTP/1.1" 200 224 0.001807 10.0.0.42 - - [2024-10-28 02:22:21] "GET /virtual-machine/4d5be690-f5e2-4be9-ab1c-cf4ab099d259 HTTP/1.1" 200 1802 0.003818 10.0.0.42 - - [2024-10-28 02:22:21] "GET /virtual-machine-interface/367e5f1d-f8cd-4964-aa11-7cd0d4922568 HTTP/1.1" 200 3804 0.003827 10.0.0.42 - - [2024-10-28 02:22:21] "GET /virtual-machine-interface/5d8574d0-0ea8-4697-89f3-5c0816b78ac1 HTTP/1.1" 200 3815 0.003865 10.0.0.42 - - [2024-10-28 02:22:21] "GET /virtual-machine-interface/e99a3d21-d16f-4815-a817-8c4abd1c40cb HTTP/1.1" 200 3799 0.003798 10.0.0.42 - - [2024-10-28 02:22:21] "GET /instance-ip/33fbec42-e560-406d-b8e9-c1decc990c59 HTTP/1.1" 200 1960 0.003499 10.0.0.42 - - [2024-10-28 02:22:21] "GET /instance-ip/ea07a031-f632-4dd0-b1e8-19942f5fa559 HTTP/1.1" 200 1959 0.003431 10.0.0.42 - - [2024-10-28 02:22:21] "GET /instance-ip/ef75964d-bbfe-4a95-8841-1730d6fad232 HTTP/1.1" 200 1623 0.004766 10.0.0.42 - - [2024-10-28 02:22:21] "GET /instance-ip/1f0b0077-65b2-4531-a95c-5abe16f552ea HTTP/1.1" 200 1980 0.003565 10.0.0.42 - - [2024-10-28 02:22:21] "GET /instance-ip/a327e283-10b0-48a3-90c0-0f0baf3decda HTTP/1.1" 200 1979 0.004210 10.0.0.42 - - [2024-10-28 02:22:21] "GET /instance-ip/d3491048-9a83-49bc-897b-b3441520e2d3 HTTP/1.1" 200 1621 0.004828 10.0.0.42 - - [2024-10-28 02:22:21] "GET /instance-ip/54e9a2bb-9c79-414e-9f1c-06d36df6c88f HTTP/1.1" 200 1956 0.003278 10.0.0.42 - - [2024-10-28 02:22:21] "GET /instance-ip/6e0e1244-bf74-4a81-893d-31a9b5d778ca HTTP/1.1" 200 1619 0.003960 10.0.0.42 - - [2024-10-28 02:22:21] "GET /instance-ip/893f2503-3cb1-4a11-a8e6-8d5148d6f605 HTTP/1.1" 200 1954 0.003304 10.0.0.42 - - [2024-10-28 02:22:21] "POST /neutron/port HTTP/1.1" 200 3832 0.038461 10.0.0.42 - - [2024-10-28 02:22:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007903 10.0.0.42 - - [2024-10-28 02:22:21] "POST /neutron/port HTTP/1.1" 200 3832 0.035873 10.0.0.42 - - [2024-10-28 02:22:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007842 10.0.0.42 - - [2024-10-28 02:22:21] "POST /neutron/port HTTP/1.1" 200 3832 0.037538 10.0.0.42 - - [2024-10-28 02:22:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008135 10.0.0.42 - - [2024-10-28 02:22:22] "POST /neutron/port HTTP/1.1" 200 3832 0.040671 10.0.0.42 - - [2024-10-28 02:22:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008648 10.0.0.42 - - [2024-10-28 02:22:22] "GET /virtual-machine/4d5be690-f5e2-4be9-ab1c-cf4ab099d259 HTTP/1.1" 200 1802 0.005501 10.0.0.42 - - [2024-10-28 02:22:22] "GET /virtual-machine-interface/367e5f1d-f8cd-4964-aa11-7cd0d4922568 HTTP/1.1" 200 3804 0.003891 10.0.0.42 - - [2024-10-28 02:22:22] "GET /virtual-machine-interface/5d8574d0-0ea8-4697-89f3-5c0816b78ac1 HTTP/1.1" 200 3815 0.003600 10.0.0.42 - - [2024-10-28 02:22:22] "GET /virtual-machine-interface/e99a3d21-d16f-4815-a817-8c4abd1c40cb HTTP/1.1" 200 3799 0.003270 10.0.0.42 - - [2024-10-28 02:22:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.42 - - [2024-10-28 02:22:22] "GET /global-vrouter-config/5bfa3f7d-c6bc-4f4a-b24c-64ddf8783142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003543 10.0.0.42 - - [2024-10-28 02:22:22] "GET /virtual-networks?parent_id=11dde109-01be-4e05-b5ca-94346ebc3f20&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003509 10.0.0.42 - - [2024-10-28 02:22:22] "GET /virtual-network/b17a7a4b-fc05-4472-a6e6-e2aa6e51e634?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005774 10.0.0.42 - - [2024-10-28 02:22:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.42 - - [2024-10-28 02:22:23] "GET /global-vrouter-config/5bfa3f7d-c6bc-4f4a-b24c-64ddf8783142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003082 10.0.0.42 - - [2024-10-28 02:22:23] "GET /virtual-networks?parent_id=11dde109-01be-4e05-b5ca-94346ebc3f20&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003525 10.0.0.42 - - [2024-10-28 02:22:23] "GET /virtual-network/b17a7a4b-fc05-4472-a6e6-e2aa6e51e634?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.004155 10.0.0.42 - - [2024-10-28 02:22:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004205 10.0.0.42 - - [2024-10-28 02:22:23] "GET /global-vrouter-config/5bfa3f7d-c6bc-4f4a-b24c-64ddf8783142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003812 10.0.0.42 - - [2024-10-28 02:22:23] "GET /virtual-networks?parent_id=11dde109-01be-4e05-b5ca-94346ebc3f20&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003642 10.0.0.42 - - [2024-10-28 02:22:23] "GET /virtual-network/b17a7a4b-fc05-4472-a6e6-e2aa6e51e634?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.009810 10.0.0.42 - - [2024-10-28 02:22:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.42 - - [2024-10-28 02:22:23] "GET /global-vrouter-config/5bfa3f7d-c6bc-4f4a-b24c-64ddf8783142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004165 10.0.0.42 - - [2024-10-28 02:22:23] "GET /virtual-networks?parent_id=11dde109-01be-4e05-b5ca-94346ebc3f20&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003413 10.0.0.42 - - [2024-10-28 02:22:23] "GET /virtual-network/b17a7a4b-fc05-4472-a6e6-e2aa6e51e634?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.003961 10.0.0.42 - - [2024-10-28 02:22:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.42 - - [2024-10-28 02:22:24] "GET /global-vrouter-config/5bfa3f7d-c6bc-4f4a-b24c-64ddf8783142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003751 10.0.0.42 - - [2024-10-28 02:22:24] "GET /virtual-networks?parent_id=11dde109-01be-4e05-b5ca-94346ebc3f20&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003692 10.0.0.42 - - [2024-10-28 02:22:24] "GET /virtual-network/b17a7a4b-fc05-4472-a6e6-e2aa6e51e634?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.004023 10.0.0.42 - - [2024-10-28 02:22:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004651 10.0.0.42 - - [2024-10-28 02:22:24] "GET /global-vrouter-config/5bfa3f7d-c6bc-4f4a-b24c-64ddf8783142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004848 10.0.0.42 - - [2024-10-28 02:22:24] "GET /virtual-networks?parent_id=11dde109-01be-4e05-b5ca-94346ebc3f20&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004887 10.0.0.42 - - [2024-10-28 02:22:24] "GET /virtual-network/f5be55ca-224a-49ec-aaa6-b3f286da6c38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005188 10.0.0.42 - - [2024-10-28 02:22:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004334 10.0.0.42 - - [2024-10-28 02:22:24] "GET /global-vrouter-config/5bfa3f7d-c6bc-4f4a-b24c-64ddf8783142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003770 10.0.0.42 - - [2024-10-28 02:22:24] "GET /virtual-networks?parent_id=11dde109-01be-4e05-b5ca-94346ebc3f20&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003600 10.0.0.42 - - [2024-10-28 02:22:24] "GET /virtual-network/f5be55ca-224a-49ec-aaa6-b3f286da6c38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.003916 10.0.0.42 - - [2024-10-28 02:22:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.42 - - [2024-10-28 02:22:24] "GET /global-vrouter-config/5bfa3f7d-c6bc-4f4a-b24c-64ddf8783142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004929 10.0.0.42 - - [2024-10-28 02:22:24] "GET /virtual-networks?parent_id=11dde109-01be-4e05-b5ca-94346ebc3f20&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004937 10.0.0.42 - - [2024-10-28 02:22:24] "GET /virtual-network/f5be55ca-224a-49ec-aaa6-b3f286da6c38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006211 10.0.0.42 - - [2024-10-28 02:22:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003890 10.0.0.42 - - [2024-10-28 02:22:24] "GET /global-vrouter-config/5bfa3f7d-c6bc-4f4a-b24c-64ddf8783142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003695 10.0.0.42 - - [2024-10-28 02:22:25] "GET /virtual-networks?parent_id=11dde109-01be-4e05-b5ca-94346ebc3f20&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003901 10.0.0.42 - - [2024-10-28 02:22:25] "GET /virtual-network/f5be55ca-224a-49ec-aaa6-b3f286da6c38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.003796 10.0.0.42 - - [2024-10-28 02:22:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.42 - - [2024-10-28 02:22:25] "GET /global-vrouter-config/5bfa3f7d-c6bc-4f4a-b24c-64ddf8783142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003580 10.0.0.42 - - [2024-10-28 02:22:25] "GET /virtual-networks?parent_id=11dde109-01be-4e05-b5ca-94346ebc3f20&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003556 10.0.0.42 - - [2024-10-28 02:22:25] "GET /virtual-network/8ab793dd-f1a2-48e2-bf01-20ada2bd0387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004198 10.0.0.42 - - [2024-10-28 02:22:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.42 - - [2024-10-28 02:22:25] "GET /global-vrouter-config/5bfa3f7d-c6bc-4f4a-b24c-64ddf8783142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003830 10.0.0.42 - - [2024-10-28 02:22:25] "GET /virtual-networks?parent_id=11dde109-01be-4e05-b5ca-94346ebc3f20&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004874 10.0.0.42 - - [2024-10-28 02:22:25] "GET /virtual-network/8ab793dd-f1a2-48e2-bf01-20ada2bd0387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004018 10.0.0.42 - - [2024-10-28 02:22:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.42 - - [2024-10-28 02:22:25] "GET /global-vrouter-config/5bfa3f7d-c6bc-4f4a-b24c-64ddf8783142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004885 10.0.0.42 - - [2024-10-28 02:22:25] "GET /virtual-networks?parent_id=11dde109-01be-4e05-b5ca-94346ebc3f20&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003569 10.0.0.42 - - [2024-10-28 02:22:25] "GET /virtual-network/8ab793dd-f1a2-48e2-bf01-20ada2bd0387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004003 10.0.0.42 - - [2024-10-28 02:22:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004180 10.0.0.42 - - [2024-10-28 02:22:25] "GET /global-vrouter-config/5bfa3f7d-c6bc-4f4a-b24c-64ddf8783142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003942 10.0.0.42 - - [2024-10-28 02:22:25] "GET /virtual-networks?parent_id=11dde109-01be-4e05-b5ca-94346ebc3f20&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003830 10.0.0.42 - - [2024-10-28 02:22:25] "GET /virtual-network/8ab793dd-f1a2-48e2-bf01-20ada2bd0387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004539 10.0.0.42 - - [2024-10-28 02:22:25] "GET /virtual-machine/4d5be690-f5e2-4be9-ab1c-cf4ab099d259 HTTP/1.1" 200 1802 0.004555 10.0.0.42 - - [2024-10-28 02:22:25] "GET /domains HTTP/1.1" 200 280 0.003491 10.0.0.42 - - [2024-10-28 02:22:25] "GET /domains?obj_uuids=80462946-db05-473a-912b-5ba74f83468f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001651 10.0.0.42 - - [2024-10-28 02:22:25] "GET /domain/80462946-db05-473a-912b-5ba74f83468f HTTP/1.1" 200 2771 0.009769 10.0.0.42 - - [2024-10-28 02:22:26] "GET /projects?obj_uuids=11dde109-01be-4e05-b5ca-94346ebc3f20&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001731 10.0.0.42 - - [2024-10-28 02:22:26] "GET /project/11dde109-01be-4e05-b5ca-94346ebc3f20 HTTP/1.1" 200 4233 0.072204 10.0.0.42 - - [2024-10-28 02:22:26] "GET /service-instance/391272e3-3eba-42fe-99f0-8ac158bba268 HTTP/1.1" 200 3783 0.004128 10.0.0.42 - - [2024-10-28 02:22:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004417 10.0.0.42 - - [2024-10-28 02:22:26] "GET /routing-instance/74656798-b646-48dd-a714-a48b000bfa61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1887 0.005010 10.0.0.42 - - [2024-10-28 02:22:26] "GET /routing-instance/74656798-b646-48dd-a714-a48b000bfa61?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2020 0.006015 10.0.0.42 - - [2024-10-28 02:22:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.42 - - [2024-10-28 02:22:26] "GET /routing-instance/b5982a2e-f0c6-4839-8d05-bd77b3bc7276?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1893 0.003814 10.0.0.42 - - [2024-10-28 02:22:26] "GET /routing-instance/b5982a2e-f0c6-4839-8d05-bd77b3bc7276?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2024 0.005518 10.0.0.42 - - [2024-10-28 02:22:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.42 - - [2024-10-28 02:22:26] "GET /virtual-network/b17a7a4b-fc05-4472-a6e6-e2aa6e51e634?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.004013 10.0.0.42 - - [2024-10-28 02:22:26] "GET /virtual-network/b17a7a4b-fc05-4472-a6e6-e2aa6e51e634?fields=routing_instances HTTP/1.1" 200 1684 0.005385 10.0.0.42 - - [2024-10-28 02:22:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004036 10.0.0.42 - - [2024-10-28 02:22:26] "GET /virtual-network/8ab793dd-f1a2-48e2-bf01-20ada2bd0387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004158 10.0.0.42 - - [2024-10-28 02:22:26] "GET /virtual-network/8ab793dd-f1a2-48e2-bf01-20ada2bd0387?fields=routing_instances HTTP/1.1" 200 1688 0.006009 10.0.0.42 - - [2024-10-28 02:22:30] "POST /ref-update HTTP/1.1" 200 156 0.048042 10.0.0.42 - - [2024-10-28 02:22:30] "DELETE /access-control-list/ab5a9aef-f737-4c76-b36d-77d556c1afbf HTTP/1.1" 200 115 0.044758 10.0.0.42 - - [2024-10-28 02:22:30] "POST /neutron/network HTTP/1.1" 200 835 0.008355 10.0.0.42 - - [2024-10-28 02:22:30] "GET /virtual-network/8ab793dd-f1a2-48e2-bf01-20ada2bd0387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.002824 10.0.0.42 - - [2024-10-28 02:22:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005728 10.0.0.42 - - [2024-10-28 02:22:30] "DELETE /routing-instance/f48f53b4-68ea-4811-b981-d80577610175 HTTP/1.1" 200 115 0.034468 10.0.0.42 - - [2024-10-28 02:22:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.42 - - [2024-10-28 02:22:30] "GET /network-policy/12b03c34-23ca-4c37-b6e9-9241f16677d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003334 10.0.0.42 - - [2024-10-28 02:22:31] "DELETE /route-target/6bddf207-82a4-44c8-887e-21b726f9d5e2 HTTP/1.1" 200 115 0.031465 10.0.0.42 - - [2024-10-28 02:22:31] "POST /ref-update HTTP/1.1" 200 156 0.043374 10.0.0.42 - - [2024-10-28 02:22:31] "DELETE /routing-instance/86ea178f-1500-46cb-83b0-55e2cd0211cf HTTP/1.1" 200 115 0.035024 10.0.0.42 - - [2024-10-28 02:22:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.42 - - [2024-10-28 02:22:31] "POST /neutron/network HTTP/1.1" 200 831 0.008775 10.0.0.42 - - [2024-10-28 02:22:31] "GET /virtual-network/b17a7a4b-fc05-4472-a6e6-e2aa6e51e634?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.003828 10.0.0.42 - - [2024-10-28 02:22:31] "DELETE /route-target/6b967de3-af53-413c-97b8-c90329e587fc HTTP/1.1" 200 115 0.014899 10.0.0.42 - - [2024-10-28 02:22:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002869 10.0.0.42 - - [2024-10-28 02:22:31] "DELETE /access-control-list/48272521-bff9-418b-abe8-30a00ae030ff HTTP/1.1" 200 115 0.035522 10.0.0.42 - - [2024-10-28 02:22:31] "GET /network-policy/12b03c34-23ca-4c37-b6e9-9241f16677d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004293 10.0.0.42 - - [2024-10-28 02:22:31] "DELETE /network-policy/12b03c34-23ca-4c37-b6e9-9241f16677d4 HTTP/1.1" 200 115 0.031565 10.0.0.42 - - [2024-10-28 02:22:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.42 - - [2024-10-28 02:22:31] "DELETE /service-instance/391272e3-3eba-42fe-99f0-8ac158bba268 HTTP/1.1" 200 115 0.048737 10.0.0.42 - - [2024-10-28 02:22:31] "GET /domains HTTP/1.1" 200 280 0.002857 10.0.0.42 - - [2024-10-28 02:22:31] "POST /ref-update HTTP/1.1" 200 156 0.013319 10.0.0.42 - - [2024-10-28 02:22:31] "GET /domains?obj_uuids=80462946-db05-473a-912b-5ba74f83468f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001372 10.0.0.42 - - [2024-10-28 02:22:31] "GET /domain/80462946-db05-473a-912b-5ba74f83468f HTTP/1.1" 200 2771 0.011883 10.0.0.42 - - [2024-10-28 02:22:31] "GET /projects?obj_uuids=11dde109-01be-4e05-b5ca-94346ebc3f20&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001904 10.0.0.42 - - [2024-10-28 02:22:31] "DELETE /instance-ip/33fbec42-e560-406d-b8e9-c1decc990c59 HTTP/1.1" 200 115 0.031176 10.0.0.42 - - [2024-10-28 02:22:31] "POST /ref-update HTTP/1.1" 200 156 0.009975 10.0.0.42 - - [2024-10-28 02:22:31] "GET /project/11dde109-01be-4e05-b5ca-94346ebc3f20 HTTP/1.1" 200 3759 0.070887 10.0.0.42 - - [2024-10-28 02:22:31] "GET /virtual-machine/4d5be690-f5e2-4be9-ab1c-cf4ab099d259 HTTP/1.1" 200 1802 0.004891 10.0.0.42 - - [2024-10-28 02:22:31] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003048 10.0.0.42 - - [2024-10-28 02:22:31] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002756 10.0.0.42 - - [2024-10-28 02:22:31] "DELETE /instance-ip/ea07a031-f632-4dd0-b1e8-19942f5fa559 HTTP/1.1" 200 115 0.035080 10.0.0.42 - - [2024-10-28 02:22:31] "POST /ref-update HTTP/1.1" 200 156 0.010018 10.0.0.42 - - [2024-10-28 02:22:31] "DELETE /instance-ip/1f0b0077-65b2-4531-a95c-5abe16f552ea HTTP/1.1" 200 115 0.030051 10.0.0.42 - - [2024-10-28 02:22:31] "POST /ref-update HTTP/1.1" 200 156 0.010526 10.0.0.42 - - [2024-10-28 02:22:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.42 - - [2024-10-28 02:22:31] "DELETE /service-template/84c977f9-fd0a-48aa-b1c3-c615a6a1767c HTTP/1.1" 200 115 0.041002 10.0.0.42 - - [2024-10-28 02:22:31] "DELETE /instance-ip/893f2503-3cb1-4a11-a8e6-8d5148d6f605 HTTP/1.1" 200 115 0.047108 10.0.0.42 - - [2024-10-28 02:22:31] "POST /fqname-to-id HTTP/1.1" 404 193 0.004561 10.0.0.42 - - [2024-10-28 02:22:31] "POST /ref-update HTTP/1.1" 200 156 0.011546 10.0.0.42 - - [2024-10-28 02:22:31] "DELETE /instance-ip/a327e283-10b0-48a3-90c0-0f0baf3decda HTTP/1.1" 200 115 0.031968 10.0.0.42 - - [2024-10-28 02:22:31] "POST /ref-update HTTP/1.1" 200 156 0.010143 10.0.0.42 - - [2024-10-28 02:22:31] "DELETE /instance-ip/54e9a2bb-9c79-414e-9f1c-06d36df6c88f HTTP/1.1" 200 115 0.055856 10.0.0.42 - - [2024-10-28 02:22:32] "POST /neutron/network HTTP/1.1" 200 835 0.012427 10.0.0.42 - - [2024-10-28 02:22:32] "POST /neutron/network HTTP/1.1" 400 204 0.016683 10.0.0.42 - - [2024-10-28 02:22:32] "POST /neutron/port HTTP/1.1" 200 1087 0.020383 10.0.0.42 - - [2024-10-28 02:22:32] "POST /neutron/port HTTP/1.1" 200 1113 0.011418 10.0.0.42 - - [2024-10-28 02:22:32] "POST /neutron/port HTTP/1.1" 200 1085 0.022815 10.0.0.42 - - [2024-10-28 02:22:32] "POST /neutron/port HTTP/1.1" 200 1111 0.014160 10.0.0.42 - - [2024-10-28 02:22:32] "POST /neutron/port HTTP/1.1" 200 151 0.144729 10.0.0.42 - - [2024-10-28 02:22:32] "POST /neutron/port HTTP/1.1" 200 3025 0.041141 10.0.0.42 - - [2024-10-28 02:22:32] "POST /neutron/port HTTP/1.1" 200 151 0.152510 10.0.0.42 - - [2024-10-28 02:22:32] "POST /neutron/port HTTP/1.1" 200 1113 0.014068 10.0.0.42 - - [2024-10-28 02:22:32] "POST /neutron/port HTTP/1.1" 200 151 0.137007 10.0.0.42 - - [2024-10-28 02:22:32] "POST /neutron/port HTTP/1.1" 200 1111 0.010090 10.0.0.42 - - [2024-10-28 02:22:33] "POST /neutron/port HTTP/1.1" 200 151 0.116379 10.0.0.42 - - [2024-10-28 02:22:33] "POST /neutron/port HTTP/1.1" 200 1112 0.011670 10.0.0.42 - - [2024-10-28 02:22:33] "POST /neutron/port HTTP/1.1" 200 151 0.114492 10.0.0.42 - - [2024-10-28 02:22:34] "POST /neutron/network HTTP/1.1" 200 835 0.007180 10.0.0.42 - - [2024-10-28 02:22:34] "POST /useragent-kv HTTP/1.1" 200 115 0.001349 10.0.0.42 - - [2024-10-28 02:22:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.006949 10.0.0.42 - - [2024-10-28 02:22:34] "POST /useragent-kv HTTP/1.1" 200 115 0.001245 10.0.0.42 - - [2024-10-28 02:22:34] "POST /neutron/network HTTP/1.1" 200 151 0.091216 10.0.0.42 - - [2024-10-28 02:22:34] "GET /routing-instance/b5982a2e-f0c6-4839-8d05-bd77b3bc7276 HTTP/1.1" 404 171 0.004949 10.0.0.42 - - [2024-10-28 02:22:34] "DELETE /route-target/778b8f80-7e70-4a65-9d17-35dda52c8eb6 HTTP/1.1" 200 115 0.021503 10.0.0.42 - - [2024-10-28 02:22:34] "GET /domains HTTP/1.1" 200 280 0.003280 10.0.0.42 - - [2024-10-28 02:22:34] "GET /domains?obj_uuids=80462946-db05-473a-912b-5ba74f83468f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001550 10.0.0.42 - - [2024-10-28 02:22:34] "GET /domain/80462946-db05-473a-912b-5ba74f83468f HTTP/1.1" 200 2571 0.051131 10.0.0.42 - - [2024-10-28 02:22:34] "GET /projects?obj_uuids=11dde109-01be-4e05-b5ca-94346ebc3f20&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001256 10.0.0.42 - - [2024-10-28 02:22:34] "GET /project/11dde109-01be-4e05-b5ca-94346ebc3f20 HTTP/1.1" 200 2298 0.067641 10.0.0.42 - - [2024-10-28 02:22:34] "POST /neutron/network HTTP/1.1" 200 831 0.009328 10.0.0.42 - - [2024-10-28 02:22:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005155 10.0.0.42 - - [2024-10-28 02:22:34] "POST /useragent-kv HTTP/1.1" 200 115 0.001511 10.0.0.42 - - [2024-10-28 02:22:34] "POST /useragent-kv HTTP/1.1" 200 115 0.001958 10.0.0.42 - - [2024-10-28 02:22:34] "POST /neutron/network HTTP/1.1" 200 151 0.098267 10.0.0.42 - - [2024-10-28 02:22:34] "DELETE /route-target/eea67a78-cf40-479e-a908-4ae6de41c13f HTTP/1.1" 200 115 0.019958 10.0.0.42 - - [2024-10-28 02:22:34] "GET /routing-instance/74656798-b646-48dd-a714-a48b000bfa61 HTTP/1.1" 404 171 0.005186 10.0.0.42 - - [2024-10-28 02:22:34] "GET /domains HTTP/1.1" 200 280 0.003143 10.0.0.42 - - [2024-10-28 02:22:34] "GET /domains?obj_uuids=80462946-db05-473a-912b-5ba74f83468f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001411 10.0.0.42 - - [2024-10-28 02:22:34] "GET /domain/80462946-db05-473a-912b-5ba74f83468f HTTP/1.1" 200 2571 0.054467 10.0.0.42 - - [2024-10-28 02:22:34] "GET /projects?obj_uuids=11dde109-01be-4e05-b5ca-94346ebc3f20&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001440 10.0.0.42 - - [2024-10-28 02:22:34] "GET /project/11dde109-01be-4e05-b5ca-94346ebc3f20 HTTP/1.1" 200 2080 0.070969 10.0.0.42 - - [2024-10-28 02:22:34] "POST /neutron/network HTTP/1.1" 200 832 0.007000 10.0.0.42 - - [2024-10-28 02:22:34] "POST /useragent-kv HTTP/1.1" 200 115 0.001496 10.0.0.42 - - [2024-10-28 02:22:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.007832 10.0.0.42 - - [2024-10-28 02:22:34] "POST /useragent-kv HTTP/1.1" 200 115 0.001371 10.0.0.42 - - [2024-10-28 02:22:34] "POST /neutron/network HTTP/1.1" 200 151 0.089158 10.0.0.42 - - [2024-10-28 02:22:34] "GET /routing-instance/b9361e58-e358-442c-a1a5-77482beb8b88 HTTP/1.1" 404 171 0.004380 10.0.0.42 - - [2024-10-28 02:22:34] "DELETE /route-target/015c13a8-480b-496c-8284-f7d2ae8d87a1 HTTP/1.1" 200 115 0.020677 10.0.0.42 - - [2024-10-28 02:22:34] "GET /domains HTTP/1.1" 200 280 0.003216 10.0.0.42 - - [2024-10-28 02:22:34] "GET /domains?obj_uuids=80462946-db05-473a-912b-5ba74f83468f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001486 10.0.0.42 - - [2024-10-28 02:22:34] "GET /domain/80462946-db05-473a-912b-5ba74f83468f HTTP/1.1" 200 2571 0.051707 10.0.0.42 - - [2024-10-28 02:22:34] "GET /projects?obj_uuids=11dde109-01be-4e05-b5ca-94346ebc3f20&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003116 10.0.0.42 - - [2024-10-28 02:22:34] "GET /project/11dde109-01be-4e05-b5ca-94346ebc3f20 HTTP/1.1" 200 1840 0.070626 10.0.0.42 - - [2024-10-28 02:22:35] "GET /projects?obj_uuids=11dde109-01be-4e05-b5ca-94346ebc3f20&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001367 10.0.0.42 - - [2024-10-28 02:22:35] "GET /project/11dde109-01be-4e05-b5ca-94346ebc3f20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.028586 10.0.0.42 - - [2024-10-28 02:22:35] "GET /projects?obj_uuids=11dde109-01be-4e05-b5ca-94346ebc3f20&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002138 10.0.0.42 - - [2024-10-28 02:22:35] "GET /project/11dde109-01be-4e05-b5ca-94346ebc3f20?fields=virtual_networks HTTP/1.1" 200 1028 0.068381 10.0.0.42 - - [2024-10-28 02:22:35] "GET /projects?obj_uuids=11dde109-01be-4e05-b5ca-94346ebc3f20&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002170 10.0.0.42 - - [2024-10-28 02:22:35] "GET /project/11dde109-01be-4e05-b5ca-94346ebc3f20?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.034078 10.0.0.42 - - [2024-10-28 02:22:35] "GET /projects?obj_uuids=11dde109-01be-4e05-b5ca-94346ebc3f20&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001535 10.0.0.42 - - [2024-10-28 02:22:35] "GET /project/11dde109-01be-4e05-b5ca-94346ebc3f20?fields=security_groups HTTP/1.1" 200 1252 0.039387 10.0.0.42 - - [2024-10-28 02:22:36] "POST /fqname-to-id HTTP/1.1" 404 189 0.031340 10.0.0.42 - - [2024-10-28 02:22:36] "GET /projects?obj_uuids=0e55a044-e956-4882-af26-5b37c3fda320&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002885 10.0.0.42 - - [2024-10-28 02:22:36] "GET /domains?obj_uuids=80462946-db05-473a-912b-5ba74f83468f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002887 10.0.0.42 - - [2024-10-28 02:22:36] "GET /domain/80462946-db05-473a-912b-5ba74f83468f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.012429 10.0.0.42 - - [2024-10-28 02:22:36] "POST /id-to-fqname HTTP/1.1" 200 191 0.001455 10.0.0.42 - - [2024-10-28 02:22:36] "POST /fqname-to-id HTTP/1.1" 404 200 0.002630 10.0.0.42 - - [2024-10-28 02:22:36] "POST /security-groups HTTP/1.1" 200 592 0.070032 10.0.0.42 - - [2024-10-28 02:22:36] "POST /fqname-to-id HTTP/1.1" 404 235 0.004098 10.0.0.42 - - [2024-10-28 02:22:36] "POST /projects HTTP/1.1" 200 587 0.252984 10.0.0.42 - - [2024-10-28 02:22:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.287879 10.0.0.42 - - [2024-10-28 02:22:36] "POST /access-control-lists HTTP/1.1" 200 597 0.077138 10.0.0.42 - - [2024-10-28 02:22:36] "GET /project/0e55a044-e956-4882-af26-5b37c3fda320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.450638 10.0.0.42 - - [2024-10-28 02:22:37] "POST /fqname-to-id HTTP/1.1" 404 234 0.005466 10.0.0.42 - - [2024-10-28 02:22:37] "POST /access-control-lists HTTP/1.1" 200 595 0.066553 10.0.0.42 - - [2024-10-28 02:22:37] "GET /obj-perms HTTP/1.1" 200 5056 0.161392 10.0.0.42 - - [2024-10-28 02:22:38] "GET /obj-perms HTTP/1.1" 200 5056 0.127770 10.0.0.42 - - [2024-10-28 02:22:39] "GET / HTTP/1.1" 200 35931 0.003179 10.0.0.42 - - [2024-10-28 02:22:40] "GET /project/0e55a044-e956-4882-af26-5b37c3fda320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000614 10.0.0.42 - - [2024-10-28 02:22:40] "GET /projects?obj_uuids=0e55a044-e956-4882-af26-5b37c3fda320&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001545 10.0.0.42 - - [2024-10-28 02:22:40] "GET /project/0e55a044-e956-4882-af26-5b37c3fda320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.053575 10.0.0.42 - - [2024-10-28 02:22:40] "POST /fqname-to-id HTTP/1.1" 404 180 0.003089 10.0.0.42 - - [2024-10-28 02:22:40] "POST /virtual-DNSs HTTP/1.1" 200 507 0.021433 10.0.0.42 - - [2024-10-28 02:22:40] "GET /virtual-DNS/8e284e18-a04d-4173-9840-a5a452162112?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.004961 10.0.0.42 - - [2024-10-28 02:22:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.42 - - [2024-10-28 02:22:40] "GET /virtual-DNS/8e284e18-a04d-4173-9840-a5a452162112?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.003822 10.0.0.42 - - [2024-10-28 02:22:40] "GET /domains HTTP/1.1" 401 292 0.000597 10.0.0.42 - - [2024-10-28 02:22:41] "GET /domains HTTP/1.1" 200 280 0.030476 10.0.0.42 - - [2024-10-28 02:22:41] "GET /domains?obj_uuids=80462946-db05-473a-912b-5ba74f83468f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001396 10.0.0.42 - - [2024-10-28 02:22:41] "GET /domain/80462946-db05-473a-912b-5ba74f83468f HTTP/1.1" 200 2958 0.009977 10.0.0.42 - - [2024-10-28 02:22:41] "GET /virtual-DNS/8e284e18-a04d-4173-9840-a5a452162112 HTTP/1.1" 200 1439 0.005907 10.0.0.42 - - [2024-10-28 02:22:41] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.002826 10.0.0.42 - - [2024-10-28 02:22:41] "POST /network-ipams HTTP/1.1" 200 514 0.016173 10.0.0.42 - - [2024-10-28 02:22:41] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 968 0.003388 10.0.0.42 - - [2024-10-28 02:22:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.42 - - [2024-10-28 02:22:41] "GET /network-ipam/df4d0b77-0441-4380-906a-cbc30c7f9f46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.005018 10.0.0.42 - - [2024-10-28 02:22:41] "PUT /network-ipam/df4d0b77-0441-4380-906a-cbc30c7f9f46 HTTP/1.1" 200 258 0.010379 10.0.0.42 - - [2024-10-28 02:22:41] "POST /ref-update HTTP/1.1" 200 156 0.011153 10.0.0.42 - - [2024-10-28 02:22:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.42 - - [2024-10-28 02:22:41] "GET /projects?obj_uuids=0e55a044-e956-4882-af26-5b37c3fda320&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002139 10.0.0.42 - - [2024-10-28 02:22:41] "GET /project/0e55a044-e956-4882-af26-5b37c3fda320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.030665 10.0.0.42 - - [2024-10-28 02:22:41] "POST /neutron/network HTTP/1.1" 200 117 0.047789 10.0.0.42 - - [2024-10-28 02:22:41] "GET /projects?obj_uuids=0e55a044-e956-4882-af26-5b37c3fda320&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002334 10.0.0.42 - - [2024-10-28 02:22:41] "POST /neutron/network HTTP/1.1" 200 618 0.088663 10.0.0.42 - - [2024-10-28 02:22:41] "POST /route-targets HTTP/1.1" 200 327 0.017191 10.0.0.42 - - [2024-10-28 02:22:42] "POST /ref-update HTTP/1.1" 200 156 0.015832 10.0.0.42 - - [2024-10-28 02:22:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002466 10.0.0.42 - - [2024-10-28 02:22:42] "POST /neutron/subnet HTTP/1.1" 200 711 0.188491 10.0.0.42 - - [2024-10-28 02:22:42] "POST /neutron/network HTTP/1.1" 200 833 0.007063 10.0.0.42 - - [2024-10-28 02:22:42] "POST /id-to-fqname HTTP/1.1" 200 227 0.001706 10.0.0.42 - - [2024-10-28 02:22:42] "GET /virtual-network/d2b39920-2d79-4bb0-b37a-51033be9d151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004102 10.0.0.42 - - [2024-10-28 02:22:42] "POST /neutron/network HTTP/1.1" 200 833 0.006355 10.0.0.42 - - [2024-10-28 02:22:42] "GET /virtual-network/d2b39920-2d79-4bb0-b37a-51033be9d151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.003005 10.0.0.42 - - [2024-10-28 02:22:42] "POST /neutron/network HTTP/1.1" 200 833 0.006769 10.0.0.42 - - [2024-10-28 02:22:42] "POST /neutron/subnet HTTP/1.1" 200 711 0.007985 10.0.0.42 - - [2024-10-28 02:22:42] "POST /neutron/network HTTP/1.1" 200 807 0.013257 10.0.0.42 - - [2024-10-28 02:22:42] "POST /neutron/network HTTP/1.1" 200 833 0.006716 10.0.0.42 - - [2024-10-28 02:22:42] "POST /id-to-fqname HTTP/1.1" 200 227 0.001621 10.0.0.42 - - [2024-10-28 02:22:42] "POST /neutron/network HTTP/1.1" 200 843 0.006810 10.0.0.42 - - [2024-10-28 02:22:42] "GET /aaa-mode HTTP/1.1" 401 292 0.000549 10.0.0.42 - - [2024-10-28 02:22:42] "GET / HTTP/1.1" 200 35931 0.002232 10.0.0.42 - - [2024-10-28 02:22:42] "GET /project/0e55a044-e956-4882-af26-5b37c3fda320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000594 10.0.0.42 - - [2024-10-28 02:22:43] "GET /projects?obj_uuids=0e55a044-e956-4882-af26-5b37c3fda320&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002159 10.0.0.42 - - [2024-10-28 02:22:43] "GET /project/0e55a044-e956-4882-af26-5b37c3fda320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.059590 10.0.0.42 - - [2024-10-28 02:22:43] "POST /neutron/network HTTP/1.1" 200 833 0.008232 10.0.0.42 - - [2024-10-28 02:22:43] "POST /neutron/port HTTP/1.1" 200 117 0.007178 10.0.0.42 - - [2024-10-28 02:22:43] "POST /neutron/port HTTP/1.1" 200 117 0.005457 10.0.0.42 - - [2024-10-28 02:22:43] "POST /neutron/port HTTP/1.1" 200 117 0.006290 10.0.0.42 - - [2024-10-28 02:22:44] "POST /neutron/network HTTP/1.1" 200 843 0.006924 10.0.0.42 - - [2024-10-28 02:22:44] "GET /projects?obj_uuids=0e55a044-e956-4882-af26-5b37c3fda320&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001575 10.0.0.42 - - [2024-10-28 02:22:44] "POST /neutron/port HTTP/1.1" 200 1058 0.239075 10.0.0.42 - - [2024-10-28 02:22:44] "POST /neutron/port HTTP/1.1" 200 1058 0.012350 10.0.0.42 - - [2024-10-28 02:22:44] "POST /neutron/port HTTP/1.1" 200 1058 0.011147 10.0.0.42 - - [2024-10-28 02:22:44] "POST /neutron/port HTTP/1.1" 200 1112 0.064013 10.0.0.42 - - [2024-10-28 02:22:44] "POST /neutron/port HTTP/1.1" 200 1086 0.018897 10.0.0.42 - - [2024-10-28 02:22:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004980 10.0.0.42 - - [2024-10-28 02:22:44] "POST /neutron/subnet HTTP/1.1" 200 685 0.015275 10.0.0.42 - - [2024-10-28 02:22:44] "POST /neutron/port HTTP/1.1" 200 117 0.001446 10.0.0.42 - - [2024-10-28 02:22:44] "POST /neutron/network HTTP/1.1" 200 833 0.006949 10.0.0.42 - - [2024-10-28 02:22:48] "POST /neutron/port HTTP/1.1" 200 1086 0.020633 10.0.0.42 - - [2024-10-28 02:22:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010916 10.0.0.42 - - [2024-10-28 02:22:48] "POST /neutron/port HTTP/1.1" 200 1086 0.023630 10.0.0.42 - - [2024-10-28 02:22:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009691 10.0.0.42 - - [2024-10-28 02:22:48] "POST /neutron/port HTTP/1.1" 200 1086 0.019899 10.0.0.42 - - [2024-10-28 02:22:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008327 10.0.0.42 - - [2024-10-28 02:22:49] "GET /virtual-machine/baef9b04-4ab3-47cd-b8e0-b0c09bdc3e2a HTTP/1.1" 200 1294 0.005117 10.0.0.42 - - [2024-10-28 02:22:49] "GET /virtual-machine-interface/9cbb31ae-99e0-4d75-87c1-9214ca1676ed HTTP/1.1" 200 2964 0.003575 10.0.0.42 - - [2024-10-28 02:22:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004201 10.0.0.42 - - [2024-10-28 02:22:49] "GET /global-vrouter-config/5bfa3f7d-c6bc-4f4a-b24c-64ddf8783142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.017514 10.0.0.42 - - [2024-10-28 02:22:49] "GET /virtual-networks?parent_id=0e55a044-e956-4882-af26-5b37c3fda320&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004512 10.0.0.42 - - [2024-10-28 02:22:49] "GET /virtual-network/d2b39920-2d79-4bb0-b37a-51033be9d151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.003904 10.0.0.42 - - [2024-10-28 02:22:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.42 - - [2024-10-28 02:22:52] "GET /virtual-network/d2b39920-2d79-4bb0-b37a-51033be9d151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.003534 10.0.0.42 - - [2024-10-28 02:22:54] "POST /neutron/port HTTP/1.1" 200 1086 0.017794 10.0.0.42 - - [2024-10-28 02:22:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007634 10.0.0.42 - - [2024-10-28 02:22:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.42 - - [2024-10-28 02:22:56] "GET /global-vrouter-config/5bfa3f7d-c6bc-4f4a-b24c-64ddf8783142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003006 10.0.0.42 - - [2024-10-28 02:22:56] "GET /virtual-networks?parent_id=0e55a044-e956-4882-af26-5b37c3fda320&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003538 10.0.0.42 - - [2024-10-28 02:22:56] "GET /virtual-network/d2b39920-2d79-4bb0-b37a-51033be9d151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004656 10.0.0.42 - - [2024-10-28 02:23:01] "POST /neutron/network HTTP/1.1" 200 807 0.014026 10.0.0.42 - - [2024-10-28 02:23:01] "POST /neutron/network HTTP/1.1" 200 833 0.007982 10.0.0.42 - - [2024-10-28 02:23:01] "POST /id-to-fqname HTTP/1.1" 200 227 0.002014 10.0.0.42 - - [2024-10-28 02:23:01] "POST /neutron/port HTTP/1.1" 200 1086 0.019402 10.0.0.42 - - [2024-10-28 02:23:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007345 10.0.0.42 - - [2024-10-28 02:23:01] "POST /neutron/network HTTP/1.1" 200 843 0.008106 10.0.0.42 - - [2024-10-28 02:23:01] "GET /aaa-mode HTTP/1.1" 401 292 0.000592 10.0.0.42 - - [2024-10-28 02:23:01] "GET / HTTP/1.1" 200 35931 0.001967 10.0.0.42 - - [2024-10-28 02:23:01] "GET /project/0e55a044-e956-4882-af26-5b37c3fda320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000491 10.0.0.42 - - [2024-10-28 02:23:02] "GET /projects?obj_uuids=0e55a044-e956-4882-af26-5b37c3fda320&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001552 10.0.0.42 - - [2024-10-28 02:23:02] "GET /project/0e55a044-e956-4882-af26-5b37c3fda320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.060161 10.0.0.42 - - [2024-10-28 02:23:02] "POST /neutron/network HTTP/1.1" 200 833 0.009679 10.0.0.42 - - [2024-10-28 02:23:02] "POST /neutron/port HTTP/1.1" 200 1086 0.028782 10.0.0.42 - - [2024-10-28 02:23:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010198 10.0.0.42 - - [2024-10-28 02:23:02] "POST /neutron/port HTTP/1.1" 200 117 0.005797 10.0.0.42 - - [2024-10-28 02:23:02] "POST /neutron/port HTTP/1.1" 200 117 0.005998 10.0.0.42 - - [2024-10-28 02:23:02] "POST /neutron/network HTTP/1.1" 200 843 0.006224 10.0.0.42 - - [2024-10-28 02:23:02] "GET /projects?obj_uuids=0e55a044-e956-4882-af26-5b37c3fda320&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002135 10.0.0.42 - - [2024-10-28 02:23:03] "POST /neutron/port HTTP/1.1" 200 1058 0.238903 10.0.0.42 - - [2024-10-28 02:23:03] "POST /neutron/port HTTP/1.1" 200 1058 0.013789 10.0.0.42 - - [2024-10-28 02:23:03] "POST /neutron/port HTTP/1.1" 200 1058 0.010166 10.0.0.42 - - [2024-10-28 02:23:03] "POST /neutron/port HTTP/1.1" 200 1112 0.089007 10.0.0.42 - - [2024-10-28 02:23:03] "POST /neutron/port HTTP/1.1" 200 1086 0.025112 10.0.0.42 - - [2024-10-28 02:23:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004440 10.0.0.42 - - [2024-10-28 02:23:03] "POST /neutron/subnet HTTP/1.1" 200 685 0.014503 10.0.0.42 - - [2024-10-28 02:23:03] "POST /neutron/port HTTP/1.1" 200 117 0.001688 10.0.0.42 - - [2024-10-28 02:23:03] "POST /neutron/network HTTP/1.1" 200 833 0.007741 10.0.0.42 - - [2024-10-28 02:23:07] "POST /neutron/port HTTP/1.1" 200 1086 0.019792 10.0.0.42 - - [2024-10-28 02:23:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011577 10.0.0.42 - - [2024-10-28 02:23:07] "POST /neutron/port HTTP/1.1" 200 1086 0.023495 10.0.0.42 - - [2024-10-28 02:23:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010995 10.0.0.42 - - [2024-10-28 02:23:07] "POST /neutron/port HTTP/1.1" 200 1086 0.026176 10.0.0.42 - - [2024-10-28 02:23:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010465 10.0.0.42 - - [2024-10-28 02:23:07] "GET /virtual-machine/3d980d6a-d1c6-405d-9aaf-5db026240208 HTTP/1.1" 200 1293 0.004700 10.0.0.42 - - [2024-10-28 02:23:07] "GET /virtual-machine-interface/20b75004-b6b7-4d04-b454-9f8c14b74f37 HTTP/1.1" 200 2964 0.003339 10.0.0.42 - - [2024-10-28 02:23:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004980 10.0.0.42 - - [2024-10-28 02:23:07] "GET /global-vrouter-config/5bfa3f7d-c6bc-4f4a-b24c-64ddf8783142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.006983 10.0.0.42 - - [2024-10-28 02:23:08] "GET /virtual-networks?parent_id=0e55a044-e956-4882-af26-5b37c3fda320&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004085 10.0.0.42 - - [2024-10-28 02:23:08] "GET /virtual-network/d2b39920-2d79-4bb0-b37a-51033be9d151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004148 10.0.0.42 - - [2024-10-28 02:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004137 10.0.0.42 - - [2024-10-28 02:23:11] "GET /virtual-network/d2b39920-2d79-4bb0-b37a-51033be9d151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004084 10.0.0.42 - - [2024-10-28 02:23:13] "POST /neutron/port HTTP/1.1" 200 1086 0.022868 10.0.0.42 - - [2024-10-28 02:23:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007234 10.0.0.42 - - [2024-10-28 02:23:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.42 - - [2024-10-28 02:23:15] "GET /global-vrouter-config/5bfa3f7d-c6bc-4f4a-b24c-64ddf8783142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004265 10.0.0.42 - - [2024-10-28 02:23:15] "GET /virtual-networks?parent_id=0e55a044-e956-4882-af26-5b37c3fda320&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004272 10.0.0.42 - - [2024-10-28 02:23:15] "GET /virtual-network/d2b39920-2d79-4bb0-b37a-51033be9d151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.003756 10.0.0.42 - - [2024-10-28 02:23:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.42 - - [2024-10-28 02:23:21] "DELETE /virtual-DNS/8e284e18-a04d-4173-9840-a5a452162112 HTTP/1.1" 409 235 0.006505 10.0.0.42 - - [2024-10-28 02:23:21] "POST /fqname-to-id HTTP/1.1" 404 192 0.003232 10.0.0.42 - - [2024-10-28 02:23:21] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.017274 10.0.0.42 - - [2024-10-28 02:23:21] "GET /virtual-DNS-record/9c7b9d3d-56da-49c7-9c98-2a9a2a7d4162?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.005328 10.0.0.42 - - [2024-10-28 02:23:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.42 - - [2024-10-28 02:23:21] "GET /virtual-DNS-record/9c7b9d3d-56da-49c7-9c98-2a9a2a7d4162?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.003579 10.0.0.42 - - [2024-10-28 02:23:21] "GET /domains HTTP/1.1" 200 280 0.003172 10.0.0.42 - - [2024-10-28 02:23:21] "GET /domains?obj_uuids=80462946-db05-473a-912b-5ba74f83468f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001258 10.0.0.42 - - [2024-10-28 02:23:21] "GET /domain/80462946-db05-473a-912b-5ba74f83468f HTTP/1.1" 200 2958 0.008005 10.0.0.42 - - [2024-10-28 02:23:21] "GET /virtual-DNS/8e284e18-a04d-4173-9840-a5a452162112 HTTP/1.1" 200 1908 0.004490 10.0.0.42 - - [2024-10-28 02:23:21] "GET /virtual-DNS-record/9c7b9d3d-56da-49c7-9c98-2a9a2a7d4162 HTTP/1.1" 200 1337 0.004296 10.0.0.42 - - [2024-10-28 02:23:27] "DELETE /virtual-DNS-record/9c7b9d3d-56da-49c7-9c98-2a9a2a7d4162 HTTP/1.1" 200 115 0.025294 10.0.0.42 - - [2024-10-28 02:23:27] "POST /fqname-to-id HTTP/1.1" 404 184 0.003711 10.0.0.42 - - [2024-10-28 02:23:27] "POST /neutron/network HTTP/1.1" 200 833 0.007570 10.0.0.42 - - [2024-10-28 02:23:27] "POST /neutron/network HTTP/1.1" 400 204 0.013118 10.0.0.42 - - [2024-10-28 02:23:27] "POST /neutron/port HTTP/1.1" 200 1086 0.018226 10.0.0.42 - - [2024-10-28 02:23:27] "POST /neutron/port HTTP/1.1" 200 1112 0.011562 10.0.0.42 - - [2024-10-28 02:23:28] "POST /neutron/port HTTP/1.1" 200 1086 0.028079 10.0.0.42 - - [2024-10-28 02:23:28] "POST /neutron/port HTTP/1.1" 200 1112 0.012946 10.0.0.42 - - [2024-10-28 02:23:28] "POST /neutron/port HTTP/1.1" 200 151 0.161631 10.0.0.42 - - [2024-10-28 02:23:28] "POST /neutron/port HTTP/1.1" 200 151 0.173786 10.0.0.42 - - [2024-10-28 02:23:29] "POST /neutron/network HTTP/1.1" 200 833 0.008838 10.0.0.42 - - [2024-10-28 02:23:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005101 10.0.0.42 - - [2024-10-28 02:23:29] "POST /useragent-kv HTTP/1.1" 200 115 0.001548 10.0.0.42 - - [2024-10-28 02:23:29] "DELETE /route-target/aca38b68-5ba7-410f-8e84-75b0e579d94f HTTP/1.1" 200 115 0.050005 10.0.0.42 - - [2024-10-28 02:23:29] "POST /useragent-kv HTTP/1.1" 200 115 0.001203 10.0.0.42 - - [2024-10-28 02:23:29] "POST /neutron/network HTTP/1.1" 200 151 0.220041 10.0.0.42 - - [2024-10-28 02:23:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.42 - - [2024-10-28 02:23:29] "DELETE /network-ipam/df4d0b77-0441-4380-906a-cbc30c7f9f46 HTTP/1.1" 200 115 0.027612 10.0.0.42 - - [2024-10-28 02:23:29] "DELETE /virtual-DNS/8e284e18-a04d-4173-9840-a5a452162112 HTTP/1.1" 200 115 0.024167 10.0.0.42 - - [2024-10-28 02:23:29] "POST /fqname-to-id HTTP/1.1" 404 180 0.002989 10.0.0.42 - - [2024-10-28 02:23:29] "GET /domains HTTP/1.1" 200 280 0.004599 10.0.0.42 - - [2024-10-28 02:23:29] "GET /domains?obj_uuids=80462946-db05-473a-912b-5ba74f83468f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001447 10.0.0.42 - - [2024-10-28 02:23:29] "GET /domain/80462946-db05-473a-912b-5ba74f83468f HTTP/1.1" 200 2758 0.009850 10.0.0.42 - - [2024-10-28 02:23:30] "GET /projects?obj_uuids=0e55a044-e956-4882-af26-5b37c3fda320&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001552 10.0.0.42 - - [2024-10-28 02:23:30] "GET /project/0e55a044-e956-4882-af26-5b37c3fda320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.028889 10.0.0.42 - - [2024-10-28 02:23:30] "GET /projects?obj_uuids=0e55a044-e956-4882-af26-5b37c3fda320&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001466 10.0.0.42 - - [2024-10-28 02:23:30] "GET /project/0e55a044-e956-4882-af26-5b37c3fda320?fields=virtual_networks HTTP/1.1" 200 1034 0.068660 10.0.0.42 - - [2024-10-28 02:23:30] "GET /projects?obj_uuids=0e55a044-e956-4882-af26-5b37c3fda320&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002805 10.0.0.42 - - [2024-10-28 02:23:30] "GET /project/0e55a044-e956-4882-af26-5b37c3fda320?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.029563 10.0.0.42 - - [2024-10-28 02:23:30] "GET /projects?obj_uuids=0e55a044-e956-4882-af26-5b37c3fda320&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002037 10.0.0.42 - - [2024-10-28 02:23:30] "GET /project/0e55a044-e956-4882-af26-5b37c3fda320?fields=security_groups HTTP/1.1" 200 1261 0.026424 10.0.0.42 - - [2024-10-28 02:23:30] "DELETE /project/0e55a044e9564882af265b37c3fda320 HTTP/1.1" 404 173 0.009219 10.0.0.42 - - [2024-10-28 02:23:30] "GET /projects?obj_uuids=11dde109-01be-4e05-b5ca-94346ebc3f20&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001266 10.0.0.42 - - [2024-10-28 02:23:30] "GET /project/11dde109-01be-4e05-b5ca-94346ebc3f20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.025521 10.0.0.42 - - [2024-10-28 02:23:30] "GET /projects?obj_uuids=11dde109-01be-4e05-b5ca-94346ebc3f20&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001497 10.0.0.42 - - [2024-10-28 02:23:30] "GET /project/11dde109-01be-4e05-b5ca-94346ebc3f20?fields=security_groups HTTP/1.1" 200 1357 0.070649 10.0.0.42 - - [2024-10-28 02:23:31] "DELETE /security-group/c476f084-09b3-414b-8a14-0f3ce52b8f2a HTTP/1.1" 200 115 0.057635 10.0.0.42 - - [2024-10-28 02:23:31] "GET /projects?obj_uuids=11dde109-01be-4e05-b5ca-94346ebc3f20&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001580 10.0.0.42 - - [2024-10-28 02:23:31] "DELETE /access-control-list/8495ec4b-d15c-46d7-bf49-3abd164f0c2b HTTP/1.1" 200 115 0.039923 10.0.0.42 - - [2024-10-28 02:23:31] "GET /project/11dde109-01be-4e05-b5ca-94346ebc3f20?fields=application_policy_sets HTTP/1.1" 200 1396 0.042176 10.0.0.42 - - [2024-10-28 02:23:31] "DELETE /access-control-list/4f824584-a7ee-44c6-8af5-9e74c39006a1 HTTP/1.1" 200 115 0.041121 10.0.0.42 - - [2024-10-28 02:23:31] "DELETE /project/11dde109-01be-4e05-b5ca-94346ebc3f20 HTTP/1.1" 200 115 0.357586 10.0.0.42 - - [2024-10-28 02:23:31] "POST /fqname-to-id HTTP/1.1" 404 189 0.028642 10.0.0.42 - - [2024-10-28 02:23:31] "GET /projects?obj_uuids=183ae548-a9a9-466a-8569-953987e4c96d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002635 10.0.0.42 - - [2024-10-28 02:23:31] "GET /domains?obj_uuids=80462946-db05-473a-912b-5ba74f83468f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001463 10.0.0.42 - - [2024-10-28 02:23:31] "GET /domain/80462946-db05-473a-912b-5ba74f83468f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008392 10.0.0.42 - - [2024-10-28 02:23:31] "POST /id-to-fqname HTTP/1.1" 200 191 0.001941 10.0.0.42 - - [2024-10-28 02:23:31] "POST /fqname-to-id HTTP/1.1" 404 200 0.002917 10.0.0.42 - - [2024-10-28 02:23:31] "POST /security-groups HTTP/1.1" 200 592 0.075275 10.0.0.42 - - [2024-10-28 02:23:31] "POST /fqname-to-id HTTP/1.1" 404 235 0.003396 10.0.0.42 - - [2024-10-28 02:23:31] "POST /projects HTTP/1.1" 200 587 0.247438 10.0.0.42 - - [2024-10-28 02:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.318381 10.0.0.42 - - [2024-10-28 02:23:31] "POST /access-control-lists HTTP/1.1" 200 597 0.063982 10.0.0.42 - - [2024-10-28 02:23:31] "POST /fqname-to-id HTTP/1.1" 404 234 0.002904 10.0.0.42 - - [2024-10-28 02:23:31] "GET /project/183ae548-a9a9-466a-8569-953987e4c96d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.459436 10.0.0.42 - - [2024-10-28 02:23:31] "POST /access-control-lists HTTP/1.1" 200 595 0.059778 10.0.0.42 - - [2024-10-28 02:23:33] "GET / HTTP/1.1" 200 35931 0.002559 10.0.0.42 - - [2024-10-28 02:23:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000619 10.0.0.42 - - [2024-10-28 02:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.064818 10.0.0.42 - - [2024-10-28 02:23:34] "GET /projects?obj_uuids=183ae548-a9a9-466a-8569-953987e4c96d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001414 10.0.0.42 - - [2024-10-28 02:23:34] "GET /project/183ae548-a9a9-466a-8569-953987e4c96d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.026486 10.0.0.42 - - [2024-10-28 02:23:34] "POST /neutron/network HTTP/1.1" 200 117 0.041738 10.0.0.42 - - [2024-10-28 02:23:34] "GET /projects?obj_uuids=183ae548-a9a9-466a-8569-953987e4c96d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002129 10.0.0.42 - - [2024-10-28 02:23:34] "POST /neutron/network HTTP/1.1" 200 606 0.075454 10.0.0.42 - - [2024-10-28 02:23:34] "POST /route-targets HTTP/1.1" 200 327 0.016903 10.0.0.42 - - [2024-10-28 02:23:34] "POST /ref-update HTTP/1.1" 200 156 0.010786 10.0.0.42 - - [2024-10-28 02:23:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003119 10.0.0.42 - - [2024-10-28 02:23:34] "POST /neutron/subnet HTTP/1.1" 200 720 0.208853 10.0.0.42 - - [2024-10-28 02:23:34] "POST /neutron/network HTTP/1.1" 200 824 0.006253 10.0.0.42 - - [2024-10-28 02:23:34] "POST /id-to-fqname HTTP/1.1" 200 221 0.001401 10.0.0.42 - - [2024-10-28 02:23:34] "GET /virtual-network/196e2476-3fd1-49fe-ace7-5d0412ebca89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.003173 10.0.0.42 - - [2024-10-28 02:23:34] "POST /neutron/network HTTP/1.1" 200 824 0.008877 10.0.0.42 - - [2024-10-28 02:23:34] "GET /virtual-network/196e2476-3fd1-49fe-ace7-5d0412ebca89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.003756 10.0.0.42 - - [2024-10-28 02:23:34] "POST /neutron/network HTTP/1.1" 200 824 0.007374 10.0.0.42 - - [2024-10-28 02:23:34] "POST /neutron/subnet HTTP/1.1" 200 720 0.009295 10.0.0.42 - - [2024-10-28 02:23:34] "POST /id-to-fqname HTTP/1.1" 200 221 0.001491 10.0.0.42 - - [2024-10-28 02:23:35] "POST /neutron/network HTTP/1.1" 200 834 0.007101 10.0.0.42 - - [2024-10-28 02:23:35] "GET /aaa-mode HTTP/1.1" 401 292 0.000548 10.0.0.42 - - [2024-10-28 02:23:35] "GET / HTTP/1.1" 200 35931 0.002246 10.0.0.42 - - [2024-10-28 02:23:35] "GET /project/183ae548-a9a9-466a-8569-953987e4c96d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000479 10.0.0.42 - - [2024-10-28 02:23:35] "GET /projects?obj_uuids=183ae548-a9a9-466a-8569-953987e4c96d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.029856 10.0.0.42 - - [2024-10-28 02:23:35] "GET /project/183ae548-a9a9-466a-8569-953987e4c96d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.083734 10.0.0.42 - - [2024-10-28 02:23:36] "POST /neutron/network HTTP/1.1" 200 824 0.008052 10.0.0.42 - - [2024-10-28 02:23:36] "POST /neutron/port HTTP/1.1" 200 117 0.006597 10.0.0.42 - - [2024-10-28 02:23:36] "POST /neutron/port HTTP/1.1" 200 117 0.007295 10.0.0.42 - - [2024-10-28 02:23:36] "POST /id-to-fqname HTTP/1.1" 200 221 0.001804 10.0.0.42 - - [2024-10-28 02:23:36] "POST /neutron/port HTTP/1.1" 200 117 0.006895 10.0.0.42 - - [2024-10-28 02:23:36] "POST /neutron/network HTTP/1.1" 200 834 0.007718 10.0.0.42 - - [2024-10-28 02:23:36] "GET /aaa-mode HTTP/1.1" 401 292 0.000557 10.0.0.42 - - [2024-10-28 02:23:36] "POST /neutron/network HTTP/1.1" 200 834 0.007534 10.0.0.42 - - [2024-10-28 02:23:36] "GET /projects?obj_uuids=183ae548-a9a9-466a-8569-953987e4c96d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001884 10.0.0.42 - - [2024-10-28 02:23:36] "GET / HTTP/1.1" 200 35931 0.002203 10.0.0.42 - - [2024-10-28 02:23:36] "GET /project/183ae548-a9a9-466a-8569-953987e4c96d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000545 10.0.0.42 - - [2024-10-28 02:23:36] "POST /neutron/port HTTP/1.1" 200 1060 0.254605 10.0.0.42 - - [2024-10-28 02:23:36] "POST /neutron/port HTTP/1.1" 200 1060 0.010835 10.0.0.42 - - [2024-10-28 02:23:36] "POST /neutron/port HTTP/1.1" 200 1060 0.010160 10.0.0.42 - - [2024-10-28 02:23:37] "POST /neutron/port HTTP/1.1" 200 1114 0.078055 10.0.0.42 - - [2024-10-28 02:23:37] "POST /neutron/port HTTP/1.1" 200 1088 0.019613 10.0.0.42 - - [2024-10-28 02:23:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004493 10.0.0.42 - - [2024-10-28 02:23:37] "POST /neutron/subnet HTTP/1.1" 200 694 0.018365 10.0.0.42 - - [2024-10-28 02:23:37] "POST /neutron/port HTTP/1.1" 200 117 0.001952 10.0.0.42 - - [2024-10-28 02:23:37] "GET /projects?obj_uuids=183ae548-a9a9-466a-8569-953987e4c96d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001577 10.0.0.42 - - [2024-10-28 02:23:37] "POST /neutron/network HTTP/1.1" 200 824 0.009353 10.0.0.42 - - [2024-10-28 02:23:37] "GET /project/183ae548-a9a9-466a-8569-953987e4c96d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.072126 10.0.0.42 - - [2024-10-28 02:23:37] "POST /neutron/network HTTP/1.1" 200 824 0.007426 10.0.0.42 - - [2024-10-28 02:23:37] "POST /neutron/port HTTP/1.1" 200 1088 0.020253 10.0.0.42 - - [2024-10-28 02:23:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008956 10.0.0.42 - - [2024-10-28 02:23:37] "POST /neutron/port HTTP/1.1" 200 117 0.006739 10.0.0.42 - - [2024-10-28 02:23:37] "POST /neutron/port HTTP/1.1" 200 1088 0.016659 10.0.0.42 - - [2024-10-28 02:23:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009399 10.0.0.42 - - [2024-10-28 02:23:37] "POST /neutron/network HTTP/1.1" 200 834 0.011106 10.0.0.42 - - [2024-10-28 02:23:37] "GET /projects?obj_uuids=183ae548-a9a9-466a-8569-953987e4c96d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001431 10.0.0.42 - - [2024-10-28 02:23:38] "POST /neutron/port HTTP/1.1" 200 1060 0.338435 10.0.0.42 - - [2024-10-28 02:23:38] "POST /neutron/port HTTP/1.1" 200 1060 0.016486 10.0.0.42 - - [2024-10-28 02:23:38] "POST /neutron/port HTTP/1.1" 200 1060 0.014025 10.0.0.42 - - [2024-10-28 02:23:38] "POST /neutron/port HTTP/1.1" 200 1114 0.096471 10.0.0.42 - - [2024-10-28 02:23:38] "POST /neutron/port HTTP/1.1" 200 1088 0.021708 10.0.0.42 - - [2024-10-28 02:23:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004113 10.0.0.42 - - [2024-10-28 02:23:38] "POST /neutron/subnet HTTP/1.1" 200 694 0.018319 10.0.0.42 - - [2024-10-28 02:23:38] "POST /neutron/port HTTP/1.1" 200 117 0.001659 10.0.0.42 - - [2024-10-28 02:23:38] "POST /neutron/network HTTP/1.1" 200 824 0.006907 10.0.0.42 - - [2024-10-28 02:23:38] "GET /obj-perms HTTP/1.1" 200 5056 0.062888 10.0.0.42 - - [2024-10-28 02:23:39] "GET /obj-perms HTTP/1.1" 200 5056 0.058857 10.0.0.42 - - [2024-10-28 02:23:42] "POST /neutron/port HTTP/1.1" 200 1088 0.022410 10.0.0.42 - - [2024-10-28 02:23:42] "POST /neutron/port HTTP/1.1" 200 1088 0.020129 10.0.0.42 - - [2024-10-28 02:23:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007130 10.0.0.42 - - [2024-10-28 02:23:42] "POST /neutron/port HTTP/1.1" 200 1088 0.024610 10.0.0.42 - - [2024-10-28 02:23:42] "POST /neutron/network HTTP/1.1" 200 834 0.009084 10.0.0.42 - - [2024-10-28 02:23:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003802 10.0.0.42 - - [2024-10-28 02:23:42] "POST /neutron/port HTTP/1.1" 200 1088 0.026738 10.0.0.42 - - [2024-10-28 02:23:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007126 10.0.0.42 - - [2024-10-28 02:23:42] "POST /neutron/subnet HTTP/1.1" 200 694 0.019807 10.0.0.42 - - [2024-10-28 02:23:42] "POST /neutron/port HTTP/1.1" 200 117 0.001628 10.0.0.42 - - [2024-10-28 02:23:42] "POST /neutron/network HTTP/1.1" 200 824 0.007164 10.0.0.42 - - [2024-10-28 02:23:43] "POST /neutron/port HTTP/1.1" 200 1088 0.017169 10.0.0.42 - - [2024-10-28 02:23:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008410 10.0.0.42 - - [2024-10-28 02:23:43] "GET /virtual-machine/7767661b-de1d-42d3-a597-cbf4840b91bd HTTP/1.1" 401 292 0.000592 10.0.0.42 - - [2024-10-28 02:23:43] "GET /virtual-machine/7767661b-de1d-42d3-a597-cbf4840b91bd HTTP/1.1" 200 1293 0.031999 10.0.0.42 - - [2024-10-28 02:23:43] "GET /virtual-machine-interface/b3564309-e2f1-4fd0-a6fc-298e35e17a6c HTTP/1.1" 200 2947 0.003651 10.0.0.42 - - [2024-10-28 02:23:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004023 10.0.0.42 - - [2024-10-28 02:23:43] "GET /global-vrouter-config/5bfa3f7d-c6bc-4f4a-b24c-64ddf8783142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003680 10.0.0.42 - - [2024-10-28 02:23:43] "GET /virtual-networks?parent_id=183ae548-a9a9-466a-8569-953987e4c96d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003438 10.0.0.42 - - [2024-10-28 02:23:43] "GET /virtual-network/196e2476-3fd1-49fe-ace7-5d0412ebca89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.003859 10.0.0.42 - - [2024-10-28 02:23:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.42 - - [2024-10-28 02:23:46] "GET /virtual-network/196e2476-3fd1-49fe-ace7-5d0412ebca89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004722 10.0.0.42 - - [2024-10-28 02:23:46] "POST /neutron/port HTTP/1.1" 200 1088 0.029433 10.0.0.42 - - [2024-10-28 02:23:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008155 10.0.0.42 - - [2024-10-28 02:23:48] "POST /neutron/port HTTP/1.1" 200 1088 0.017366 10.0.0.42 - - [2024-10-28 02:23:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006538 10.0.0.42 - - [2024-10-28 02:23:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.42 - - [2024-10-28 02:23:48] "GET /global-vrouter-config/5bfa3f7d-c6bc-4f4a-b24c-64ddf8783142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003077 10.0.0.42 - - [2024-10-28 02:23:48] "GET /virtual-networks?parent_id=183ae548-a9a9-466a-8569-953987e4c96d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003599 10.0.0.42 - - [2024-10-28 02:23:48] "GET /virtual-network/196e2476-3fd1-49fe-ace7-5d0412ebca89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.003706 10.0.0.42 - - [2024-10-28 02:23:49] "POST /neutron/port HTTP/1.1" 200 1088 0.019646 10.0.0.42 - - [2024-10-28 02:23:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007425 10.0.0.42 - - [2024-10-28 02:23:49] "POST /neutron/port HTTP/1.1" 200 1088 0.023012 10.0.0.42 - - [2024-10-28 02:23:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008030 10.0.0.42 - - [2024-10-28 02:23:49] "POST /neutron/port HTTP/1.1" 200 1088 0.019276 10.0.0.42 - - [2024-10-28 02:23:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008389 10.0.0.42 - - [2024-10-28 02:23:49] "GET /virtual-machine/e85de56b-9320-4c4b-977f-c67ef79ea2ae HTTP/1.1" 200 1294 0.005936 10.0.0.42 - - [2024-10-28 02:23:49] "GET /virtual-machine-interface/e83a2302-6209-49ac-bddc-c43b246defe8 HTTP/1.1" 200 2947 0.004577 10.0.0.42 - - [2024-10-28 02:23:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.42 - - [2024-10-28 02:23:49] "GET /global-vrouter-config/5bfa3f7d-c6bc-4f4a-b24c-64ddf8783142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003705 10.0.0.42 - - [2024-10-28 02:23:49] "GET /virtual-networks?parent_id=183ae548-a9a9-466a-8569-953987e4c96d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004324 10.0.0.42 - - [2024-10-28 02:23:49] "GET /virtual-network/196e2476-3fd1-49fe-ace7-5d0412ebca89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.003919 10.0.0.42 - - [2024-10-28 02:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.42 - - [2024-10-28 02:23:50] "GET /global-vrouter-config/5bfa3f7d-c6bc-4f4a-b24c-64ddf8783142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003138 10.0.0.42 - - [2024-10-28 02:23:50] "GET /virtual-networks?parent_id=183ae548-a9a9-466a-8569-953987e4c96d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003860 10.0.0.42 - - [2024-10-28 02:23:50] "GET /virtual-network/196e2476-3fd1-49fe-ace7-5d0412ebca89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.003815 10.0.0.42 - - [2024-10-28 02:23:55] "POST /neutron/network HTTP/1.1" 200 824 0.009053 10.0.0.42 - - [2024-10-28 02:23:55] "POST /neutron/network HTTP/1.1" 400 204 0.011064 10.0.0.42 - - [2024-10-28 02:23:56] "POST /neutron/port HTTP/1.1" 200 1088 0.020115 10.0.0.42 - - [2024-10-28 02:23:56] "POST /neutron/port HTTP/1.1" 200 1114 0.011555 10.0.0.42 - - [2024-10-28 02:23:56] "POST /neutron/port HTTP/1.1" 200 1088 0.023956 10.0.0.42 - - [2024-10-28 02:23:56] "POST /neutron/port HTTP/1.1" 200 1114 0.009979 10.0.0.42 - - [2024-10-28 02:23:56] "POST /neutron/port HTTP/1.1" 200 151 0.150351 10.0.0.42 - - [2024-10-28 02:23:56] "POST /neutron/port HTTP/1.1" 200 151 0.141951 10.0.0.42 - - [2024-10-28 02:23:57] "POST /neutron/network HTTP/1.1" 200 824 0.008282 10.0.0.42 - - [2024-10-28 02:23:58] "POST /useragent-kv HTTP/1.1" 200 115 0.004186 10.0.0.42 - - [2024-10-28 02:23:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.012867 10.0.0.42 - - [2024-10-28 02:23:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002275 10.0.0.42 - - [2024-10-28 02:23:58] "POST /neutron/network HTTP/1.1" 200 151 0.103110 10.0.0.42 - - [2024-10-28 02:23:58] "DELETE /route-target/f27e24bc-face-4c4f-a4f5-1ae414005124 HTTP/1.1" 200 115 0.025876 10.0.0.42 - - [2024-10-28 02:23:58] "GET /projects?obj_uuids=183ae548-a9a9-466a-8569-953987e4c96d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001568 10.0.0.42 - - [2024-10-28 02:23:58] "GET /project/183ae548-a9a9-466a-8569-953987e4c96d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.075270 10.0.0.42 - - [2024-10-28 02:23:58] "GET /projects?obj_uuids=183ae548-a9a9-466a-8569-953987e4c96d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001521 10.0.0.42 - - [2024-10-28 02:23:58] "GET /project/183ae548-a9a9-466a-8569-953987e4c96d?fields=virtual_networks HTTP/1.1" 200 1033 0.072896 10.0.0.42 - - [2024-10-28 02:23:58] "GET /projects?obj_uuids=183ae548-a9a9-466a-8569-953987e4c96d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001518 10.0.0.42 - - [2024-10-28 02:23:58] "GET /project/183ae548-a9a9-466a-8569-953987e4c96d?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.026964 10.0.0.42 - - [2024-10-28 02:23:58] "GET /projects?obj_uuids=183ae548-a9a9-466a-8569-953987e4c96d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001862 10.0.0.42 - - [2024-10-28 02:23:58] "GET /project/183ae548-a9a9-466a-8569-953987e4c96d?fields=security_groups HTTP/1.1" 200 1260 0.029948 10.0.0.42 - - [2024-10-28 02:23:59] "POST /fqname-to-id HTTP/1.1" 404 188 0.030245 10.0.0.42 - - [2024-10-28 02:23:59] "GET /projects?obj_uuids=04afc277-08f6-4624-9d84-1187e8ee119e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003250 10.0.0.42 - - [2024-10-28 02:23:59] "GET /domains?obj_uuids=80462946-db05-473a-912b-5ba74f83468f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001700 10.0.0.42 - - [2024-10-28 02:23:59] "GET /domain/80462946-db05-473a-912b-5ba74f83468f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.043389 10.0.0.42 - - [2024-10-28 02:23:59] "POST /id-to-fqname HTTP/1.1" 200 190 0.001651 10.0.0.42 - - [2024-10-28 02:23:59] "POST /fqname-to-id HTTP/1.1" 404 199 0.003857 10.0.0.42 - - [2024-10-28 02:24:00] "POST /security-groups HTTP/1.1" 200 591 0.067606 10.0.0.42 - - [2024-10-28 02:24:00] "POST /fqname-to-id HTTP/1.1" 404 234 0.003158 10.0.0.42 - - [2024-10-28 02:24:00] "POST /projects HTTP/1.1" 200 585 0.225002 10.0.0.42 - - [2024-10-28 02:24:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.302507 10.0.0.42 - - [2024-10-28 02:24:00] "POST /access-control-lists HTTP/1.1" 200 596 0.065590 10.0.0.42 - - [2024-10-28 02:24:00] "POST /fqname-to-id HTTP/1.1" 404 233 0.004294 10.0.0.42 - - [2024-10-28 02:24:00] "GET /project/04afc277-08f6-4624-9d84-1187e8ee119e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.482185 10.0.0.42 - - [2024-10-28 02:24:00] "POST /access-control-lists HTTP/1.1" 200 594 0.067594 10.0.0.42 - - [2024-10-28 02:24:01] "GET / HTTP/1.1" 200 35931 0.002562 10.0.0.42 - - [2024-10-28 02:24:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000644 10.0.0.42 - - [2024-10-28 02:24:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.073315 10.0.0.42 - - [2024-10-28 02:24:02] "GET /projects?obj_uuids=04afc277-08f6-4624-9d84-1187e8ee119e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001256 10.0.0.42 - - [2024-10-28 02:24:02] "GET /project/04afc277-08f6-4624-9d84-1187e8ee119e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.026551 10.0.0.42 - - [2024-10-28 02:24:02] "POST /neutron/network HTTP/1.1" 200 117 0.040660 10.0.0.42 - - [2024-10-28 02:24:02] "GET /projects?obj_uuids=04afc277-08f6-4624-9d84-1187e8ee119e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002044 10.0.0.42 - - [2024-10-28 02:24:02] "POST /neutron/network HTTP/1.1" 200 625 0.084454 10.0.0.42 - - [2024-10-28 02:24:02] "POST /route-targets HTTP/1.1" 200 327 0.016236 10.0.0.42 - - [2024-10-28 02:24:02] "POST /ref-update HTTP/1.1" 200 156 0.014163 10.0.0.42 - - [2024-10-28 02:24:03] "POST /useragent-kv HTTP/1.1" 200 115 0.005173 10.0.0.42 - - [2024-10-28 02:24:03] "POST /neutron/subnet HTTP/1.1" 200 701 0.193017 10.0.0.42 - - [2024-10-28 02:24:03] "POST /neutron/network HTTP/1.1" 200 839 0.008188 10.0.0.42 - - [2024-10-28 02:24:03] "POST /id-to-fqname HTTP/1.1" 200 230 0.001627 10.0.0.42 - - [2024-10-28 02:24:03] "GET /virtual-network/dbab9bd7-3781-40da-b2b0-e75d16dc375a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.003279 10.0.0.42 - - [2024-10-28 02:24:03] "POST /neutron/network HTTP/1.1" 200 839 0.008826 10.0.0.42 - - [2024-10-28 02:24:03] "GET /virtual-network/dbab9bd7-3781-40da-b2b0-e75d16dc375a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005217 10.0.0.42 - - [2024-10-28 02:24:03] "POST /neutron/network HTTP/1.1" 200 839 0.009537 10.0.0.42 - - [2024-10-28 02:24:03] "POST /neutron/subnet HTTP/1.1" 200 701 0.013209 10.0.0.42 - - [2024-10-28 02:24:03] "POST /neutron/network HTTP/1.1" 200 839 0.007851 10.0.0.42 - - [2024-10-28 02:24:03] "POST /id-to-fqname HTTP/1.1" 200 230 0.002232 10.0.0.42 - - [2024-10-28 02:24:03] "POST /neutron/network HTTP/1.1" 200 849 0.008315 10.0.0.42 - - [2024-10-28 02:24:03] "GET /aaa-mode HTTP/1.1" 401 292 0.000617 10.0.0.42 - - [2024-10-28 02:24:03] "GET / HTTP/1.1" 200 35931 0.002012 10.0.0.42 - - [2024-10-28 02:24:03] "GET /project/04afc277-08f6-4624-9d84-1187e8ee119e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000575 10.0.0.42 - - [2024-10-28 02:24:04] "GET /projects?obj_uuids=04afc277-08f6-4624-9d84-1187e8ee119e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001484 10.0.0.42 - - [2024-10-28 02:24:04] "GET /project/04afc277-08f6-4624-9d84-1187e8ee119e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.054584 10.0.0.42 - - [2024-10-28 02:24:04] "POST /neutron/network HTTP/1.1" 200 839 0.040686 10.0.0.42 - - [2024-10-28 02:24:04] "POST /neutron/port HTTP/1.1" 200 117 0.006480 10.0.0.42 - - [2024-10-28 02:24:04] "POST /neutron/port HTTP/1.1" 200 117 0.006568 10.0.0.42 - - [2024-10-28 02:24:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004642 10.0.0.42 - - [2024-10-28 02:24:04] "GET /global-vrouter-config/5bfa3f7d-c6bc-4f4a-b24c-64ddf8783142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005175 10.0.0.42 - - [2024-10-28 02:24:04] "PUT /global-vrouter-config/5bfa3f7d-c6bc-4f4a-b24c-64ddf8783142 HTTP/1.1" 200 276 0.012416 10.0.0.42 - - [2024-10-28 02:24:04] "POST /neutron/port HTTP/1.1" 200 117 0.005446 10.0.0.42 - - [2024-10-28 02:24:05] "POST /neutron/network HTTP/1.1" 200 849 0.008367 10.0.0.42 - - [2024-10-28 02:24:05] "GET /projects?obj_uuids=04afc277-08f6-4624-9d84-1187e8ee119e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001512 10.0.0.42 - - [2024-10-28 02:24:05] "POST /neutron/port HTTP/1.1" 200 1055 0.256248 10.0.0.42 - - [2024-10-28 02:24:05] "POST /neutron/port HTTP/1.1" 200 1055 0.042927 10.0.0.42 - - [2024-10-28 02:24:05] "POST /neutron/port HTTP/1.1" 200 1055 0.012638 10.0.0.42 - - [2024-10-28 02:24:05] "POST /neutron/port HTTP/1.1" 200 1109 0.080906 10.0.0.42 - - [2024-10-28 02:24:05] "POST /neutron/port HTTP/1.1" 200 1083 0.017356 10.0.0.42 - - [2024-10-28 02:24:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005754 10.0.0.42 - - [2024-10-28 02:24:05] "POST /neutron/subnet HTTP/1.1" 200 675 0.015831 10.0.0.42 - - [2024-10-28 02:24:05] "POST /neutron/port HTTP/1.1" 200 117 0.002192 10.0.0.42 - - [2024-10-28 02:24:05] "POST /neutron/network HTTP/1.1" 200 839 0.008325 10.0.0.42 - - [2024-10-28 02:24:09] "POST /neutron/port HTTP/1.1" 200 1083 0.019006 10.0.0.42 - - [2024-10-28 02:24:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007494 10.0.0.42 - - [2024-10-28 02:24:10] "POST /neutron/port HTTP/1.1" 200 1083 0.018196 10.0.0.42 - - [2024-10-28 02:24:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007205 10.0.0.42 - - [2024-10-28 02:24:10] "POST /neutron/port HTTP/1.1" 200 1083 0.021009 10.0.0.42 - - [2024-10-28 02:24:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007066 10.0.0.42 - - [2024-10-28 02:24:10] "GET /virtual-machine/1a483c08-b2cc-4b31-b0dc-ee29ab6baddc HTTP/1.1" 401 292 0.000519 10.0.0.42 - - [2024-10-28 02:24:10] "GET /virtual-machine/1a483c08-b2cc-4b31-b0dc-ee29ab6baddc HTTP/1.1" 200 1292 0.033679 10.0.0.42 - - [2024-10-28 02:24:10] "GET /virtual-machine-interface/001b4830-fc9f-47bb-a527-d79b5fe43f74 HTTP/1.1" 200 2968 0.003118 10.0.0.42 - - [2024-10-28 02:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.42 - - [2024-10-28 02:24:10] "GET /global-vrouter-config/5bfa3f7d-c6bc-4f4a-b24c-64ddf8783142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.003966 10.0.0.42 - - [2024-10-28 02:24:10] "GET /virtual-networks?parent_id=04afc277-08f6-4624-9d84-1187e8ee119e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003558 10.0.0.42 - - [2024-10-28 02:24:10] "GET /virtual-network/dbab9bd7-3781-40da-b2b0-e75d16dc375a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.003778 10.0.0.42 - - [2024-10-28 02:24:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.42 - - [2024-10-28 02:24:13] "GET /virtual-network/dbab9bd7-3781-40da-b2b0-e75d16dc375a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.003609 10.0.0.42 - - [2024-10-28 02:24:15] "POST /neutron/port HTTP/1.1" 200 1083 0.017694 10.0.0.42 - - [2024-10-28 02:24:15] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006955 10.0.0.42 - - [2024-10-28 02:24:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.42 - - [2024-10-28 02:24:16] "GET /global-vrouter-config/5bfa3f7d-c6bc-4f4a-b24c-64ddf8783142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.003266 10.0.0.42 - - [2024-10-28 02:24:16] "GET /virtual-networks?parent_id=04afc277-08f6-4624-9d84-1187e8ee119e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003596 10.0.0.42 - - [2024-10-28 02:24:16] "GET /virtual-network/dbab9bd7-3781-40da-b2b0-e75d16dc375a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004138 10.0.0.42 - - [2024-10-28 02:24:16] "POST /neutron/port HTTP/1.1" 200 1083 0.019145 10.0.0.42 - - [2024-10-28 02:24:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008771 10.0.0.42 - - [2024-10-28 02:24:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004249 10.0.0.42 - - [2024-10-28 02:24:23] "GET /global-vrouter-config/5bfa3f7d-c6bc-4f4a-b24c-64ddf8783142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.003989 10.0.0.42 - - [2024-10-28 02:24:23] "PUT /global-vrouter-config/5bfa3f7d-c6bc-4f4a-b24c-64ddf8783142 HTTP/1.1" 200 276 0.010180 10.0.0.42 - - [2024-10-28 02:24:23] "POST /neutron/network HTTP/1.1" 200 839 0.007766 10.0.0.42 - - [2024-10-28 02:24:23] "POST /neutron/network HTTP/1.1" 400 204 0.011399 10.0.0.42 - - [2024-10-28 02:24:24] "POST /neutron/port HTTP/1.1" 200 1083 0.024148 10.0.0.42 - - [2024-10-28 02:24:24] "POST /neutron/port HTTP/1.1" 200 1109 0.016309 10.0.0.42 - - [2024-10-28 02:24:24] "POST /neutron/port HTTP/1.1" 200 151 0.114766 10.0.0.42 - - [2024-10-28 02:24:25] "POST /neutron/network HTTP/1.1" 200 839 0.007305 10.0.0.42 - - [2024-10-28 02:24:25] "POST /useragent-kv HTTP/1.1" 200 115 0.001471 10.0.0.42 - - [2024-10-28 02:24:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.008192 10.0.0.42 - - [2024-10-28 02:24:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002008 10.0.0.42 - - [2024-10-28 02:24:25] "POST /neutron/network HTTP/1.1" 200 151 0.102784 10.0.0.42 - - [2024-10-28 02:24:25] "DELETE /route-target/0269002b-a1af-4e07-8ff7-9a0f262fbacf HTTP/1.1" 200 115 0.022207 10.0.0.42 - - [2024-10-28 02:24:26] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.003375 10.0.0.42 - - [2024-10-28 02:24:26] "POST /network-ipams HTTP/1.1" 200 541 0.019037 10.0.0.42 - - [2024-10-28 02:24:26] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 981 0.004316 10.0.0.42 - - [2024-10-28 02:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004577 10.0.0.42 - - [2024-10-28 02:24:26] "GET /network-ipam/16b12ae5-589a-44ef-bfbd-0d05491205ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.006294 10.0.0.42 - - [2024-10-28 02:24:26] "PUT /network-ipam/16b12ae5-589a-44ef-bfbd-0d05491205ff HTTP/1.1" 200 258 0.014204 10.0.0.42 - - [2024-10-28 02:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.42 - - [2024-10-28 02:24:26] "GET /projects?obj_uuids=04afc277-08f6-4624-9d84-1187e8ee119e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001525 10.0.0.42 - - [2024-10-28 02:24:26] "GET /project/04afc277-08f6-4624-9d84-1187e8ee119e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.027683 10.0.0.42 - - [2024-10-28 02:24:26] "POST /neutron/network HTTP/1.1" 200 117 0.008175 10.0.0.42 - - [2024-10-28 02:24:26] "GET /projects?obj_uuids=04afc277-08f6-4624-9d84-1187e8ee119e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001474 10.0.0.42 - - [2024-10-28 02:24:26] "POST /neutron/network HTTP/1.1" 200 605 0.078349 10.0.0.42 - - [2024-10-28 02:24:26] "POST /route-targets HTTP/1.1" 200 327 0.016493 10.0.0.42 - - [2024-10-28 02:24:26] "POST /ref-update HTTP/1.1" 200 156 0.013617 10.0.0.42 - - [2024-10-28 02:24:26] "POST /useragent-kv HTTP/1.1" 200 115 0.004619 10.0.0.42 - - [2024-10-28 02:24:26] "POST /neutron/subnet HTTP/1.1" 200 699 0.208224 10.0.0.42 - - [2024-10-28 02:24:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002494 10.0.0.42 - - [2024-10-28 02:24:27] "POST /neutron/subnet HTTP/1.1" 200 699 0.133671 10.0.0.42 - - [2024-10-28 02:24:27] "POST /neutron/network HTTP/1.1" 200 994 0.009360 10.0.0.42 - - [2024-10-28 02:24:27] "POST /id-to-fqname HTTP/1.1" 200 220 0.001647 10.0.0.42 - - [2024-10-28 02:24:27] "GET /virtual-network/8217a04c-48b9-4359-88cd-baf1cdebb434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.004033 10.0.0.42 - - [2024-10-28 02:24:27] "POST /neutron/network HTTP/1.1" 200 994 0.007858 10.0.0.42 - - [2024-10-28 02:24:27] "GET /virtual-network/8217a04c-48b9-4359-88cd-baf1cdebb434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.002841 10.0.0.42 - - [2024-10-28 02:24:27] "POST /neutron/network HTTP/1.1" 200 994 0.009481 10.0.0.42 - - [2024-10-28 02:24:27] "POST /neutron/subnet HTTP/1.1" 200 699 0.008255 10.0.0.42 - - [2024-10-28 02:24:27] "POST /neutron/subnet HTTP/1.1" 200 699 0.008934 10.0.0.42 - - [2024-10-28 02:24:27] "POST /neutron/network HTTP/1.1" 200 994 0.009281 10.0.0.42 - - [2024-10-28 02:24:27] "POST /neutron/subnet HTTP/1.1" 200 699 0.008900 10.0.0.42 - - [2024-10-28 02:24:27] "POST /neutron/subnet HTTP/1.1" 200 699 0.008032 10.0.0.42 - - [2024-10-28 02:24:27] "GET /projects?obj_uuids=04afc277-08f6-4624-9d84-1187e8ee119e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001505 10.0.0.42 - - [2024-10-28 02:24:27] "POST /neutron/port HTTP/1.1" 200 1017 0.182713 10.0.0.42 - - [2024-10-28 02:24:27] "GET /projects?obj_uuids=04afc277-08f6-4624-9d84-1187e8ee119e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001452 10.0.0.42 - - [2024-10-28 02:24:27] "POST /neutron/port HTTP/1.1" 200 1017 0.174029 10.0.0.42 - - [2024-10-28 02:24:27] "POST /id-to-fqname HTTP/1.1" 200 220 0.001791 10.0.0.42 - - [2024-10-28 02:24:28] "POST /neutron/port HTTP/1.1" 200 1017 0.009123 10.0.0.42 - - [2024-10-28 02:24:28] "POST /neutron/port HTTP/1.1" 200 1017 0.011258 10.0.0.42 - - [2024-10-28 02:24:28] "POST /neutron/network HTTP/1.1" 200 994 0.011012 10.0.0.42 - - [2024-10-28 02:24:28] "POST /neutron/port HTTP/1.1" 200 1017 0.009490 10.0.0.42 - - [2024-10-28 02:24:28] "POST /neutron/port HTTP/1.1" 200 117 0.006056 10.0.0.42 - - [2024-10-28 02:24:28] "POST /neutron/port HTTP/1.1" 200 117 0.006734 10.0.0.42 - - [2024-10-28 02:24:28] "POST /id-to-fqname HTTP/1.1" 200 220 0.001762 10.0.0.42 - - [2024-10-28 02:24:28] "POST /neutron/port HTTP/1.1" 200 117 0.007018 10.0.0.42 - - [2024-10-28 02:24:28] "POST /neutron/port HTTP/1.1" 200 1017 0.014266 10.0.0.42 - - [2024-10-28 02:24:28] "POST /neutron/port HTTP/1.1" 200 1017 0.008868 10.0.0.42 - - [2024-10-28 02:24:28] "POST /neutron/network HTTP/1.1" 200 994 0.007423 10.0.0.42 - - [2024-10-28 02:24:28] "POST /neutron/port HTTP/1.1" 200 1017 0.009317 10.0.0.42 - - [2024-10-28 02:24:28] "POST /neutron/port HTTP/1.1" 200 1017 0.009723 10.0.0.42 - - [2024-10-28 02:24:28] "POST /neutron/port HTTP/1.1" 200 1017 0.009568 10.0.0.42 - - [2024-10-28 02:24:28] "POST /neutron/port HTTP/1.1" 200 117 0.006963 10.0.0.42 - - [2024-10-28 02:24:28] "POST /neutron/port HTTP/1.1" 200 117 0.005504 10.0.0.42 - - [2024-10-28 02:24:28] "POST /id-to-fqname HTTP/1.1" 200 220 0.001681 10.0.0.42 - - [2024-10-28 02:24:28] "POST /neutron/port HTTP/1.1" 200 117 0.007393 10.0.0.42 - - [2024-10-28 02:24:28] "POST /neutron/network HTTP/1.1" 200 1004 0.009158 10.0.0.42 - - [2024-10-28 02:24:28] "GET /aaa-mode HTTP/1.1" 401 292 0.000542 10.0.0.42 - - [2024-10-28 02:24:29] "GET / HTTP/1.1" 200 35931 0.001966 10.0.0.42 - - [2024-10-28 02:24:29] "GET /project/04afc277-08f6-4624-9d84-1187e8ee119e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000545 10.0.0.42 - - [2024-10-28 02:24:29] "POST /neutron/port HTTP/1.1" 200 1017 0.010792 10.0.0.42 - - [2024-10-28 02:24:29] "POST /neutron/network HTTP/1.1" 200 1004 0.009124 10.0.0.42 - - [2024-10-28 02:24:29] "POST /neutron/port HTTP/1.1" 200 1017 0.009741 10.0.0.42 - - [2024-10-28 02:24:29] "POST /neutron/port HTTP/1.1" 200 1017 0.010648 10.0.0.42 - - [2024-10-28 02:24:29] "POST /neutron/network HTTP/1.1" 200 1004 0.013819 10.0.0.42 - - [2024-10-28 02:24:29] "POST /neutron/port HTTP/1.1" 200 1017 0.012761 10.0.0.42 - - [2024-10-28 02:24:29] "POST /neutron/port HTTP/1.1" 200 1017 0.011602 10.0.0.42 - - [2024-10-28 02:24:29] "POST /neutron/port HTTP/1.1" 200 1017 0.011315 10.0.0.42 - - [2024-10-28 02:24:29] "POST /neutron/port HTTP/1.1" 200 1109 0.147458 10.0.0.42 - - [2024-10-28 02:24:29] "POST /neutron/port HTTP/1.1" 200 1109 0.140655 10.0.0.42 - - [2024-10-28 02:24:29] "POST /neutron/port HTTP/1.1" 200 1083 0.029473 10.0.0.42 - - [2024-10-28 02:24:29] "POST /neutron/port HTTP/1.1" 200 1083 0.026869 10.0.0.42 - - [2024-10-28 02:24:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007510 10.0.0.42 - - [2024-10-28 02:24:29] "GET /projects?obj_uuids=04afc277-08f6-4624-9d84-1187e8ee119e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001244 10.0.0.42 - - [2024-10-28 02:24:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003505 10.0.0.42 - - [2024-10-28 02:24:29] "GET /project/04afc277-08f6-4624-9d84-1187e8ee119e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.061543 10.0.0.42 - - [2024-10-28 02:24:29] "POST /neutron/subnet HTTP/1.1" 200 673 0.101404 10.0.0.42 - - [2024-10-28 02:24:29] "POST /neutron/network HTTP/1.1" 200 994 0.086948 10.0.0.42 - - [2024-10-28 02:24:29] "POST /neutron/subnet HTTP/1.1" 200 673 0.022315 10.0.0.42 - - [2024-10-28 02:24:29] "POST /neutron/port HTTP/1.1" 200 117 0.001604 10.0.0.42 - - [2024-10-28 02:24:29] "POST /neutron/port HTTP/1.1" 200 117 0.001732 10.0.0.42 - - [2024-10-28 02:24:29] "POST /neutron/network HTTP/1.1" 200 994 0.009241 10.0.0.42 - - [2024-10-28 02:24:29] "POST /neutron/network HTTP/1.1" 200 994 0.007482 10.0.0.42 - - [2024-10-28 02:24:30] "POST /neutron/port HTTP/1.1" 200 2050 0.040427 10.0.0.42 - - [2024-10-28 02:24:30] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011304 10.0.0.42 - - [2024-10-28 02:24:30] "POST /neutron/port HTTP/1.1" 200 117 0.006402 10.0.0.42 - - [2024-10-28 02:24:30] "GET /domains HTTP/1.1" 200 280 0.003245 10.0.0.42 - - [2024-10-28 02:24:30] "GET /domains?obj_uuids=80462946-db05-473a-912b-5ba74f83468f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001417 10.0.0.42 - - [2024-10-28 02:24:30] "GET /domain/80462946-db05-473a-912b-5ba74f83468f HTTP/1.1" 200 2947 0.009898 10.0.0.42 - - [2024-10-28 02:24:30] "GET /projects?obj_uuids=04afc277-08f6-4624-9d84-1187e8ee119e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001891 10.0.0.42 - - [2024-10-28 02:24:30] "GET /project/04afc277-08f6-4624-9d84-1187e8ee119e HTTP/1.1" 200 2841 0.082023 10.0.0.42 - - [2024-10-28 02:24:30] "GET /network-ipam/16b12ae5-589a-44ef-bfbd-0d05491205ff HTTP/1.1" 200 2601 0.005399 10.0.0.42 - - [2024-10-28 02:24:30] "GET /domains HTTP/1.1" 200 280 0.004353 10.0.0.42 - - [2024-10-28 02:24:30] "GET /domains?obj_uuids=80462946-db05-473a-912b-5ba74f83468f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001564 10.0.0.42 - - [2024-10-28 02:24:30] "GET /domain/80462946-db05-473a-912b-5ba74f83468f HTTP/1.1" 200 2947 0.013081 10.0.0.42 - - [2024-10-28 02:24:30] "GET /projects?obj_uuids=04afc277-08f6-4624-9d84-1187e8ee119e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003447 10.0.0.42 - - [2024-10-28 02:24:30] "GET /project/04afc277-08f6-4624-9d84-1187e8ee119e HTTP/1.1" 200 2841 0.084577 10.0.0.42 - - [2024-10-28 02:24:30] "GET /virtual-network/8217a04c-48b9-4359-88cd-baf1cdebb434 HTTP/1.1" 200 3778 0.009026 10.0.0.42 - - [2024-10-28 02:24:30] "GET /virtual-network/8217a04c-48b9-4359-88cd-baf1cdebb434 HTTP/1.1" 200 3778 0.005658 10.0.0.42 - - [2024-10-28 02:24:30] "GET /routing-instance/136ba085-9bd7-4ccd-8378-a2f0d420d873 HTTP/1.1" 200 2379 0.007498 10.0.0.42 - - [2024-10-28 02:24:30] "GET /routing-instance/136ba085-9bd7-4ccd-8378-a2f0d420d873 HTTP/1.1" 200 2379 0.006141 10.0.0.42 - - [2024-10-28 02:24:30] "GET /route-target/50d27e6b-86ab-4819-aab7-6806d0724f93 HTTP/1.1" 200 1204 0.006028 10.0.0.42 - - [2024-10-28 02:24:30] "GET /virtual-network/8217a04c-48b9-4359-88cd-baf1cdebb434 HTTP/1.1" 200 3778 0.006463 10.0.0.42 - - [2024-10-28 02:24:30] "GET /routing-instance/136ba085-9bd7-4ccd-8378-a2f0d420d873 HTTP/1.1" 200 2379 0.005669 10.0.0.42 - - [2024-10-28 02:24:30] "GET /virtual-network/8217a04c-48b9-4359-88cd-baf1cdebb434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005476 10.0.0.42 - - [2024-10-28 02:24:30] "GET /virtual-network/8217a04c-48b9-4359-88cd-baf1cdebb434 HTTP/1.1" 200 3778 0.006491 10.0.0.42 - - [2024-10-28 02:24:30] "GET /routing-instance/136ba085-9bd7-4ccd-8378-a2f0d420d873 HTTP/1.1" 200 2379 0.009663 10.0.0.42 - - [2024-10-28 02:24:30] "POST /neutron/network HTTP/1.1" 200 1004 0.019008 10.0.0.42 - - [2024-10-28 02:24:30] "GET /routing-instance/136ba085-9bd7-4ccd-8378-a2f0d420d873 HTTP/1.1" 200 2379 0.008610 10.0.0.42 - - [2024-10-28 02:24:30] "GET /route-target/50d27e6b-86ab-4819-aab7-6806d0724f93 HTTP/1.1" 200 1204 0.007520 10.0.0.42 - - [2024-10-28 02:24:30] "GET /projects?obj_uuids=04afc277-08f6-4624-9d84-1187e8ee119e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001949 10.0.0.42 - - [2024-10-28 02:24:30] "GET /domains HTTP/1.1" 200 280 0.006049 10.0.0.42 - - [2024-10-28 02:24:30] "GET /domains?obj_uuids=80462946-db05-473a-912b-5ba74f83468f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001201 10.0.0.42 - - [2024-10-28 02:24:30] "GET /domain/80462946-db05-473a-912b-5ba74f83468f HTTP/1.1" 200 2947 0.058211 10.0.0.42 - - [2024-10-28 02:24:30] "GET /projects?obj_uuids=04afc277-08f6-4624-9d84-1187e8ee119e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001629 10.0.0.42 - - [2024-10-28 02:24:30] "GET /project/04afc277-08f6-4624-9d84-1187e8ee119e HTTP/1.1" 200 3085 0.118128 10.0.0.42 - - [2024-10-28 02:24:30] "GET /virtual-network/8217a04c-48b9-4359-88cd-baf1cdebb434 HTTP/1.1" 200 4036 0.013821 10.0.0.42 - - [2024-10-28 02:24:30] "POST /neutron/port HTTP/1.1" 200 1055 0.342594 10.0.0.42 - - [2024-10-28 02:24:31] "POST /neutron/port HTTP/1.1" 200 1055 0.038239 10.0.0.42 - - [2024-10-28 02:24:31] "POST /neutron/port HTTP/1.1" 200 1055 0.012631 10.0.0.42 - - [2024-10-28 02:24:31] "POST /neutron/port HTTP/1.1" 200 1109 0.089836 10.0.0.42 - - [2024-10-28 02:24:31] "POST /neutron/port HTTP/1.1" 200 1083 0.026687 10.0.0.42 - - [2024-10-28 02:24:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004647 10.0.0.42 - - [2024-10-28 02:24:31] "POST /neutron/subnet HTTP/1.1" 200 673 0.037259 10.0.0.42 - - [2024-10-28 02:24:31] "POST /neutron/port HTTP/1.1" 200 117 0.003769 10.0.0.42 - - [2024-10-28 02:24:31] "DELETE /project/04afc27708f646249d841187e8ee119e HTTP/1.1" 404 173 0.023087 10.0.0.42 - - [2024-10-28 02:24:31] "DELETE /project/183ae548a9a9466a8569953987e4c96d HTTP/1.1" 404 173 0.021453 10.0.0.42 - - [2024-10-28 02:24:31] "GET /obj-perms HTTP/1.1" 200 5030 0.145099 10.0.0.42 - - [2024-10-28 02:24:31] "GET /projects?obj_uuids=0e55a044-e956-4882-af26-5b37c3fda320&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003712 10.0.0.42 - - [2024-10-28 02:24:31] "GET /projects?obj_uuids=183ae548-a9a9-466a-8569-953987e4c96d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001540 10.0.0.42 - - [2024-10-28 02:24:31] "POST /neutron/network HTTP/1.1" 200 994 0.025622 10.0.0.42 - - [2024-10-28 02:24:31] "GET /project/183ae548-a9a9-466a-8569-953987e4c96d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.094598 10.0.0.42 - - [2024-10-28 02:24:31] "GET /project/0e55a044-e956-4882-af26-5b37c3fda320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.125986 10.0.0.42 - - [2024-10-28 02:24:31] "GET /projects?obj_uuids=183ae548-a9a9-466a-8569-953987e4c96d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001586 10.0.0.42 - - [2024-10-28 02:24:31] "GET /projects?obj_uuids=0e55a044-e956-4882-af26-5b37c3fda320&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001265 10.0.0.42 - - [2024-10-28 02:24:31] "POST /neutron/port HTTP/1.1" 200 1083 0.081962 10.0.0.42 - - [2024-10-28 02:24:31] "GET /project/183ae548-a9a9-466a-8569-953987e4c96d?fields=security_groups HTTP/1.1" 200 1365 0.063799 10.0.0.42 - - [2024-10-28 02:24:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011589 10.0.0.42 - - [2024-10-28 02:24:31] "GET /project/0e55a044-e956-4882-af26-5b37c3fda320?fields=security_groups HTTP/1.1" 200 1366 0.081770 10.0.0.42 - - [2024-10-28 02:24:31] "POST /neutron/port HTTP/1.1" 200 1083 0.057969 10.0.0.42 - - [2024-10-28 02:24:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009972 10.0.0.42 - - [2024-10-28 02:24:31] "DELETE /security-group/ab2b3508-4c1b-4391-aa2b-e4e41f441c36 HTTP/1.1" 200 115 0.155956 10.0.0.42 - - [2024-10-28 02:24:31] "DELETE /access-control-list/c9c6b7f5-1f72-43c4-bb41-9bd160be5a9e HTTP/1.1" 200 115 0.065555 10.0.0.42 - - [2024-10-28 02:24:31] "GET /projects?obj_uuids=183ae548-a9a9-466a-8569-953987e4c96d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001573 10.0.0.42 - - [2024-10-28 02:24:31] "DELETE /security-group/04f5cc23-ffb3-4d15-bcfc-ba7acb492f1c HTTP/1.1" 200 115 0.180595 10.0.0.42 - - [2024-10-28 02:24:31] "GET /projects?obj_uuids=0e55a044-e956-4882-af26-5b37c3fda320&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001577 10.0.0.42 - - [2024-10-28 02:24:31] "GET /project/183ae548-a9a9-466a-8569-953987e4c96d?fields=application_policy_sets HTTP/1.1" 200 1404 0.141221 10.0.0.42 - - [2024-10-28 02:24:31] "POST /neutron/port HTTP/1.1" 200 1083 0.127109 10.0.0.42 - - [2024-10-28 02:24:31] "DELETE /access-control-list/c88277d8-953e-4675-b3ec-3f7945574094 HTTP/1.1" 200 115 0.169749 10.0.0.42 - - [2024-10-28 02:24:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.021911 10.0.0.42 - - [2024-10-28 02:24:31] "GET /project/0e55a044-e956-4882-af26-5b37c3fda320?fields=application_policy_sets HTTP/1.1" 200 1405 0.117151 10.0.0.42 - - [2024-10-28 02:24:32] "GET /virtual-machine/41710538-43a6-4718-9078-d5bcc73b0748 HTTP/1.1" 200 1288 0.007880 10.0.0.42 - - [2024-10-28 02:24:32] "DELETE /access-control-list/b9873cd9-aa90-4dc2-8f19-5afd436918a0 HTTP/1.1" 200 115 0.061121 10.0.0.42 - - [2024-10-28 02:24:32] "GET /virtual-machine-interface/3313d322-eb4e-4a43-a936-fc63b340affc HTTP/1.1" 200 2941 0.012376 10.0.0.42 - - [2024-10-28 02:24:32] "DELETE /access-control-list/a4a8461d-e76a-44b5-91f9-de3fc3a1052b HTTP/1.1" 200 115 0.062544 10.0.0.42 - - [2024-10-28 02:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.009225 10.0.0.42 - - [2024-10-28 02:24:32] "DELETE /project/183ae548-a9a9-466a-8569-953987e4c96d HTTP/1.1" 200 115 0.776156 10.0.0.42 - - [2024-10-28 02:24:32] "GET /global-vrouter-config/5bfa3f7d-c6bc-4f4a-b24c-64ddf8783142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004351 10.0.0.42 - - [2024-10-28 02:24:32] "DELETE /project/0e55a044-e956-4882-af26-5b37c3fda320 HTTP/1.1" 200 115 0.795720 10.0.0.42 - - [2024-10-28 02:24:32] "GET /virtual-networks?parent_id=04afc277-08f6-4624-9d84-1187e8ee119e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004340 10.0.0.42 - - [2024-10-28 02:24:32] "GET /virtual-network/8217a04c-48b9-4359-88cd-baf1cdebb434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.007741 10.0.0.42 - - [2024-10-28 02:24:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004287 10.0.0.42 - - [2024-10-28 02:24:35] "GET /virtual-network/8217a04c-48b9-4359-88cd-baf1cdebb434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.004763 10.0.0.42 - - [2024-10-28 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.42 - - [2024-10-28 02:24:39] "GET /virtual-network/8217a04c-48b9-4359-88cd-baf1cdebb434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.003910 10.0.0.42 - - [2024-10-28 02:24:39] "GET /obj-perms HTTP/1.1" 200 5056 0.066936 10.0.0.42 - - [2024-10-28 02:24:40] "GET /obj-perms HTTP/1.1" 200 5056 0.099507 10.0.0.42 - - [2024-10-28 02:24:40] "POST /neutron/port HTTP/1.1" 200 1083 0.065385 10.0.0.42 - - [2024-10-28 02:24:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007009 10.0.0.42 - - [2024-10-28 02:24:40] "POST /neutron/port HTTP/1.1" 200 1083 0.018527 10.0.0.42 - - [2024-10-28 02:24:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009693 10.0.0.42 - - [2024-10-28 02:24:41] "POST /neutron/port HTTP/1.1" 200 1083 0.018596 10.0.0.42 - - [2024-10-28 02:24:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006647 10.0.0.42 - - [2024-10-28 02:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.42 - - [2024-10-28 02:24:41] "GET /global-vrouter-config/5bfa3f7d-c6bc-4f4a-b24c-64ddf8783142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003035 10.0.0.42 - - [2024-10-28 02:24:41] "GET /virtual-networks?parent_id=04afc277-08f6-4624-9d84-1187e8ee119e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003989 10.0.0.42 - - [2024-10-28 02:24:41] "GET /virtual-network/8217a04c-48b9-4359-88cd-baf1cdebb434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.004773 10.0.0.42 - - [2024-10-28 02:24:41] "POST /neutron/port HTTP/1.1" 200 1083 0.019237 10.0.0.42 - - [2024-10-28 02:24:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008424 10.0.0.42 - - [2024-10-28 02:24:42] "POST /neutron/port HTTP/1.1" 200 1083 0.018093 10.0.0.42 - - [2024-10-28 02:24:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007744 10.0.0.42 - - [2024-10-28 02:24:42] "POST /neutron/port HTTP/1.1" 200 1083 0.018152 10.0.0.42 - - [2024-10-28 02:24:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007806 10.0.0.42 - - [2024-10-28 02:24:42] "GET /virtual-machine/dfc39d72-0901-4bc6-8adf-9952fc039987 HTTP/1.1" 200 1289 0.006022 10.0.0.42 - - [2024-10-28 02:24:42] "GET /virtual-machine-interface/6de9f104-c197-48f9-817c-20fb558726f2 HTTP/1.1" 200 2940 0.003440 10.0.0.42 - - [2024-10-28 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.42 - - [2024-10-28 02:24:42] "GET /global-vrouter-config/5bfa3f7d-c6bc-4f4a-b24c-64ddf8783142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003235 10.0.0.42 - - [2024-10-28 02:24:42] "GET /virtual-networks?parent_id=04afc277-08f6-4624-9d84-1187e8ee119e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003956 10.0.0.42 - - [2024-10-28 02:24:42] "GET /virtual-network/8217a04c-48b9-4359-88cd-baf1cdebb434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.003996 10.0.0.42 - - [2024-10-28 02:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.42 - - [2024-10-28 02:24:43] "GET /global-vrouter-config/5bfa3f7d-c6bc-4f4a-b24c-64ddf8783142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003469 10.0.0.42 - - [2024-10-28 02:24:43] "GET /virtual-networks?parent_id=04afc277-08f6-4624-9d84-1187e8ee119e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003559 10.0.0.42 - - [2024-10-28 02:24:43] "GET /virtual-network/8217a04c-48b9-4359-88cd-baf1cdebb434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.003909 10.0.0.42 - - [2024-10-28 02:24:43] "POST /neutron/port HTTP/1.1" 200 1083 0.017440 10.0.0.42 - - [2024-10-28 02:24:43] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006250 10.0.0.42 - - [2024-10-28 02:24:43] "POST /neutron/port HTTP/1.1" 200 1083 0.017000 10.0.0.42 - - [2024-10-28 02:24:43] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007419 10.0.0.42 - - [2024-10-28 02:24:44] "POST /neutron/port HTTP/1.1" 200 1083 0.017765 10.0.0.42 - - [2024-10-28 02:24:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008301 10.0.0.42 - - [2024-10-28 02:24:44] "GET /virtual-machine/2ac2cdd3-7bc7-4cc1-ad30-755cf17e2a06 HTTP/1.1" 200 1292 0.004529 10.0.0.42 - - [2024-10-28 02:24:44] "GET /virtual-machine-interface/2023151a-ed8e-41a3-8c38-c8b11c960e03 HTTP/1.1" 200 2941 0.002852 10.0.0.42 - - [2024-10-28 02:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.42 - - [2024-10-28 02:24:44] "GET /global-vrouter-config/5bfa3f7d-c6bc-4f4a-b24c-64ddf8783142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003457 10.0.0.42 - - [2024-10-28 02:24:44] "GET /virtual-networks?parent_id=04afc277-08f6-4624-9d84-1187e8ee119e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003492 10.0.0.42 - - [2024-10-28 02:24:44] "GET /virtual-network/8217a04c-48b9-4359-88cd-baf1cdebb434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.004151 10.0.0.42 - - [2024-10-28 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.42 - - [2024-10-28 02:24:45] "GET /global-vrouter-config/5bfa3f7d-c6bc-4f4a-b24c-64ddf8783142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003615 10.0.0.42 - - [2024-10-28 02:24:45] "GET /virtual-networks?parent_id=04afc277-08f6-4624-9d84-1187e8ee119e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.005263 10.0.0.42 - - [2024-10-28 02:24:45] "GET /virtual-network/8217a04c-48b9-4359-88cd-baf1cdebb434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.004070 10.0.0.42 - - [2024-10-28 02:25:01] "POST /neutron/port HTTP/1.1" 200 1109 0.013897 10.0.0.42 - - [2024-10-28 02:25:01] "POST /neutron/port HTTP/1.1" 200 1109 0.011476 10.0.0.42 - - [2024-10-28 02:25:01] "POST /neutron/port HTTP/1.1" 200 151 0.139271 10.0.0.42 - - [2024-10-28 02:25:01] "POST /neutron/port HTTP/1.1" 200 1109 0.018380 10.0.0.42 - - [2024-10-28 02:25:01] "POST /neutron/port HTTP/1.1" 200 1109 0.013677 10.0.0.42 - - [2024-10-28 02:25:02] "POST /neutron/port HTTP/1.1" 200 151 0.151597 10.0.0.42 - - [2024-10-28 02:25:02] "POST /neutron/port HTTP/1.1" 200 1083 0.023162 10.0.0.42 - - [2024-10-28 02:25:02] "POST /neutron/network HTTP/1.1" 200 994 0.009161 10.0.0.42 - - [2024-10-28 02:25:02] "POST /neutron/port HTTP/1.1" 200 1109 0.023092 10.0.0.42 - - [2024-10-28 02:25:02] "POST /neutron/network HTTP/1.1" 400 204 0.028743 10.0.0.42 - - [2024-10-28 02:25:02] "POST /neutron/port HTTP/1.1" 200 151 0.122894 10.0.0.42 - - [2024-10-28 02:25:04] "POST /neutron/network HTTP/1.1" 200 994 0.009237 10.0.0.42 - - [2024-10-28 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.42 - - [2024-10-28 02:25:04] "POST /useragent-kv HTTP/1.1" 200 115 0.001508 10.0.0.42 - - [2024-10-28 02:25:04] "POST /useragent-kv HTTP/1.1" 200 115 0.001568 10.0.0.42 - - [2024-10-28 02:25:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002139 10.0.0.42 - - [2024-10-28 02:25:04] "POST /useragent-kv HTTP/1.1" 200 115 0.001544 10.0.0.42 - - [2024-10-28 02:25:04] "POST /neutron/network HTTP/1.1" 200 151 0.128765 10.0.0.42 - - [2024-10-28 02:25:04] "DELETE /route-target/50d27e6b-86ab-4819-aab7-6806d0724f93 HTTP/1.1" 200 115 0.035526 10.0.0.42 - - [2024-10-28 02:25:04] "GET /routing-instance/136ba085-9bd7-4ccd-8378-a2f0d420d873 HTTP/1.1" 404 171 0.003624 10.0.0.42 - - [2024-10-28 02:25:04] "GET /domains HTTP/1.1" 200 280 0.003404 10.0.0.42 - - [2024-10-28 02:25:04] "GET /domains?obj_uuids=80462946-db05-473a-912b-5ba74f83468f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001564 10.0.0.42 - - [2024-10-28 02:25:04] "GET /domain/80462946-db05-473a-912b-5ba74f83468f HTTP/1.1" 200 2573 0.055807 10.0.0.42 - - [2024-10-28 02:25:04] "GET /projects?obj_uuids=04afc277-08f6-4624-9d84-1187e8ee119e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003063 10.0.0.42 - - [2024-10-28 02:25:04] "GET /project/04afc277-08f6-4624-9d84-1187e8ee119e HTTP/1.1" 200 2084 0.074197 10.0.0.42 - - [2024-10-28 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003938 10.0.0.42 - - [2024-10-28 02:25:04] "DELETE /network-ipam/16b12ae5-589a-44ef-bfbd-0d05491205ff HTTP/1.1" 200 115 0.030703 10.0.0.42 - - [2024-10-28 02:25:04] "POST /fqname-to-id HTTP/1.1" 404 211 0.002784 10.0.0.42 - - [2024-10-28 02:25:04] "GET /projects?obj_uuids=04afc277-08f6-4624-9d84-1187e8ee119e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002203 10.0.0.42 - - [2024-10-28 02:25:04] "GET /project/04afc277-08f6-4624-9d84-1187e8ee119e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.032134 10.0.0.42 - - [2024-10-28 02:25:05] "GET /projects?obj_uuids=04afc277-08f6-4624-9d84-1187e8ee119e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001525 10.0.0.42 - - [2024-10-28 02:25:05] "GET /project/04afc277-08f6-4624-9d84-1187e8ee119e?fields=virtual_networks HTTP/1.1" 200 1031 0.073906 10.0.0.42 - - [2024-10-28 02:25:05] "GET /projects?obj_uuids=04afc277-08f6-4624-9d84-1187e8ee119e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001948 10.0.0.42 - - [2024-10-28 02:25:05] "GET /project/04afc277-08f6-4624-9d84-1187e8ee119e?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.027453 10.0.0.42 - - [2024-10-28 02:25:05] "GET /projects?obj_uuids=04afc277-08f6-4624-9d84-1187e8ee119e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001694 10.0.0.42 - - [2024-10-28 02:25:05] "GET /project/04afc277-08f6-4624-9d84-1187e8ee119e?fields=security_groups HTTP/1.1" 200 1257 0.036533 10.0.0.42 - - [2024-10-28 02:25:07] "POST /neutron/port HTTP/1.1" 200 117 0.007328 10.0.0.42 - - [2024-10-28 02:25:07] "POST /neutron/port HTTP/1.1" 200 117 0.006691 10.0.0.42 - - [2024-10-28 02:25:07] "POST /neutron/port HTTP/1.1" 400 205 0.004142 10.0.0.42 - - [2024-10-28 02:25:07] "POST /neutron/port HTTP/1.1" 400 205 0.012387 10.0.0.42 - - [2024-10-28 02:25:14] "GET / HTTP/1.1" 200 35931 0.002680 10.0.0.42 - - [2024-10-28 02:25:14] "GET /project/5780e375-710c-49ea-8e84-89b5537f74a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000756 10.0.0.42 - - [2024-10-28 02:25:15] "GET /projects?obj_uuids=5780e375-710c-49ea-8e84-89b5537f74a5&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.002021 10.0.0.42 - - [2024-10-28 02:25:15] "GET /project/5780e375-710c-49ea-8e84-89b5537f74a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.062791 [Introspect:8084]10.0.0.42 - - [2024-10-28 02:25:15] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001828 10.0.0.42 - - [2024-10-28 02:25:16] "POST /fqname-to-id HTTP/1.1" 404 184 0.035902 10.0.0.42 - - [2024-10-28 02:25:16] "GET /projects?obj_uuids=92e22e8a-16ea-4cd2-9e1e-7fdc8beedf06&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003148 10.0.0.42 - - [2024-10-28 02:25:16] "GET /domains?obj_uuids=80462946-db05-473a-912b-5ba74f83468f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001466 10.0.0.42 - - [2024-10-28 02:25:16] "GET /domain/80462946-db05-473a-912b-5ba74f83468f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009197