++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Thu Sep 19 02:31:38 UTC 2024 ===================' INFO: =================== Thu Sep 19 02:31:38 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.24 ++ 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.24 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.24 ++ ANALYTICSDB_NODES=10.0.0.24 ++ ANALYTICS_SNMP_NODES=10.0.0.24 ++ 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.24 +++ local server_address=10.0.0.24 +++ extended_server_list+='10.0.0.24:8081 ' +++ '[' -n '10.0.0.24:8081 ' ']' +++ echo 10.0.0.24:8081 ++ ANALYTICS_SERVERS=10.0.0.24: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.24 +++ local server_address=10.0.0.24 +++ extended_server_list+='10.0.0.24:9042 ' +++ '[' -n '10.0.0.24:9042 ' ']' +++ echo 10.0.0.24:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.24:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.24 ++ 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.24 +++ local server_address=10.0.0.24 +++ extended_server_list+='10.0.0.24:8086 ' +++ '[' -n '10.0.0.24:8086 ' ']' +++ echo 10.0.0.24:8086 ++ COLLECTOR_SERVERS=10.0.0.24: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.24 ++ CONFIGDB_NODES=10.0.0.24 ++ 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.24 +++ local server_address=10.0.0.24 +++ extended_server_list+='10.0.0.24:8082 ' +++ '[' -n '10.0.0.24:8082 ' ']' +++ echo 10.0.0.24:8082 ++ CONFIG_SERVERS=10.0.0.24: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.24 +++ local server_address=10.0.0.24 +++ extended_server_list+='10.0.0.24:9161 ' +++ '[' -n '10.0.0.24:9161 ' ']' +++ echo 10.0.0.24:9161 ++ CONFIGDB_SERVERS=10.0.0.24: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.24 +++ local server_address=10.0.0.24 +++ extended_server_list+='10.0.0.24:9041 ' +++ '[' -n '10.0.0.24:9041 ' ']' +++ echo 10.0.0.24:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.24: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.12 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.12 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.24 ++ 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.24 +++ local server_address=10.0.0.24 +++ extended_server_list+=10.0.0.24:2181, +++ '[' -n 10.0.0.24:2181, ']' +++ echo 10.0.0.24:2181 ++ ZOOKEEPER_SERVERS=10.0.0.24: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.24 +++ local server_address=10.0.0.24 +++ extended_server_list+='10.0.0.24:2181 ' +++ '[' -n '10.0.0.24:2181 ' ']' +++ echo 10.0.0.24:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.24:2181 ++ RABBITMQ_NODES=10.0.0.24 ++ 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.24 +++ local server_address=10.0.0.24 +++ extended_server_list+=10.0.0.24:5673, +++ '[' -n 10.0.0.24:5673, ']' +++ echo 10.0.0.24:5673 ++ RABBITMQ_SERVERS=10.0.0.24: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.24 +++ local server_address=10.0.0.24 +++ extended_server_list+='10.0.0.24:6379 ' +++ '[' -n '10.0.0.24:6379 ' ']' +++ echo 10.0.0.24:6379 ++ REDIS_SERVERS=10.0.0.24: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.24 ++ 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.24 +++ local server_address=10.0.0.24 +++ extended_server_list+='10.0.0.24:9092 ' +++ '[' -n '10.0.0.24:9092 ' ']' +++ echo 10.0.0.24:9092 ++ KAFKA_SERVERS=10.0.0.24: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.24 ++ 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.24 ++ 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.24 ++ 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.24 ++ cut -d , -f 1 + local cassandra=10.0.0.24 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.24 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.24 +++ local servers=10.0.0.24 +++ 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}' ++++ sort ++++ grep -vi host ++++ uniq +++ local local_ips=,10.0.0.24,10.20.0.12,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.24'\''))' +++ local server_ip=10.0.0.24 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.24 ]] +++ [[ ,10.0.0.24,10.20.0.12,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.24, ]] +++ echo 10.0.0.24 1 +++ return ++ local ip=10.0.0.24 ++ [[ -z 10.0.0.24 ]] ++ echo 10.0.0.24 + host_ip=10.0.0.24 + [[ cql == \c\q\l ]] ++ echo 10.0.0.24:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.24:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.24: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 09/19/2024 02:31:47.394 7f6430aa2ec8 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 09/19/2024 02:31:47.429 7f6430aa2ec8 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 09/19/2024 02:31:47.446 7f6430aa2ec8 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 09/19/2024 02:31:47.446 7f6430aa2ec8 [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.24:8082/ Hit Ctrl-C to quit. 10.0.0.24 - - [2024-09-19 02:31:51] "GET / HTTP/1.1" 200 45871 0.002030 10.0.0.24 - - [2024-09-19 02:31:51] "GET / HTTP/1.1" 200 45871 0.001606 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.24 - - [2024-09-19 02:31:51] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000798 10.0.0.24 - - [2024-09-19 02:31:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000426 10.0.0.24 - - [2024-09-19 02:31:51] "GET / HTTP/1.1" 200 35931 0.001910 10.0.0.24 - - [2024-09-19 02:31:52] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.746735 10.0.0.24 - - [2024-09-19 02:31:52] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.007324 10.0.0.24 - - [2024-09-19 02:31:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.426016 10.0.0.24 - - [2024-09-19 02:31:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.24 - - [2024-09-19 02:31:52] "GET / HTTP/1.1" 200 35931 0.002853 10.0.0.24 - - [2024-09-19 02:31:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000595 10.0.0.24 - - [2024-09-19 02:31:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000580 10.0.0.24 - - [2024-09-19 02:31:53] "GET / HTTP/1.1" 200 35931 0.003263 /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.24 - - [2024-09-19 02:31:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.370784 10.0.0.24 - - [2024-09-19 02:31:53] "GET /global-system-config/45bc8b5e-5c9b-4e2d-90b1-ea24a8a086f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.013105 10.0.0.24 - - [2024-09-19 02:31:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.061061 10.0.0.24 - - [2024-09-19 02:31:53] "GET /network-ipam/0408ea05-51e3-496f-9862-47a257aeb476?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.005478 10.0.0.24 - - [2024-09-19 02:31:53] "GET / HTTP/1.1" 200 35931 0.002747 10.0.0.24 - - [2024-09-19 02:31:53] "POST /fqname-to-id HTTP/1.1" 404 220 0.005850 10.0.0.24 - - [2024-09-19 02:31:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000601 10.0.0.24 - - [2024-09-19 02:31:53] "POST /config-nodes HTTP/1.1" 200 599 0.042721 10.0.0.24 - - [2024-09-19 02:31:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000841 10.0.0.24 - - [2024-09-19 02:31:54] "GET / HTTP/1.1" 200 35931 0.002644 10.0.0.24 - - [2024-09-19 02:31:54] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000671 10.0.0.24 - - [2024-09-19 02:31:54] "POST /fqname-to-id HTTP/1.1" 404 225 0.003507 10.0.0.24 - - [2024-09-19 02:31:54] "POST /access-control-lists HTTP/1.1" 200 587 0.020963 10.0.0.24 - - [2024-09-19 02:31:54] "POST /fqname-to-id HTTP/1.1" 404 224 0.003866 10.0.0.24 - - [2024-09-19 02:31:54] "POST /access-control-lists HTTP/1.1" 200 585 0.028473 10.0.0.24 - - [2024-09-19 02:31:54] "POST /fqname-to-id HTTP/1.1" 404 186 0.357126 10.0.0.24 - - [2024-09-19 02:31:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005979 10.0.0.24 - - [2024-09-19 02:31:54] "POST /route-targets HTTP/1.1" 200 327 0.012356 10.0.0.24 - - [2024-09-19 02:31:54] "GET /global-system-config/45bc8b5e-5c9b-4e2d-90b1-ea24a8a086f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.012738 10.0.0.24 - - [2024-09-19 02:31:54] "POST /ref-update HTTP/1.1" 200 156 0.012243 10.0.0.24 - - [2024-09-19 02:31:54] "POST /service-appliance-sets HTTP/1.1" 200 553 0.017612 10.0.0.24 - - [2024-09-19 02:31:54] "POST /route-targets HTTP/1.1" 200 327 0.013656 10.0.0.24 - - [2024-09-19 02:31:54] "POST /fqname-to-id HTTP/1.1" 404 180 0.003410 10.0.0.24 - - [2024-09-19 02:31:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002824 10.0.0.24 - - [2024-09-19 02:31:54] "POST /ref-update HTTP/1.1" 200 156 0.014778 10.0.0.24 - - [2024-09-19 02:31:54] "GET /global-system-config/45bc8b5e-5c9b-4e2d-90b1-ea24a8a086f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.012412 10.0.0.24 - - [2024-09-19 02:31:54] "POST /route-targets HTTP/1.1" 200 327 0.012739 10.0.0.24 - - [2024-09-19 02:31:54] "POST /fqname-to-id HTTP/1.1" 404 196 0.375421 10.0.0.24 - - [2024-09-19 02:31:54] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.040936 10.0.0.24 - - [2024-09-19 02:31:54] "POST /service-appliance-sets HTTP/1.1" 200 541 0.039962 10.0.0.24 - - [2024-09-19 02:31:54] "POST /ref-update HTTP/1.1" 200 156 0.027057 10.0.0.24 - - [2024-09-19 02:31:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.24 - - [2024-09-19 02:31:54] "POST /job-templates HTTP/1.1" 200 555 0.076131 10.0.0.24 - - [2024-09-19 02:31:54] "POST /route-targets HTTP/1.1" 200 327 0.016661 10.0.0.24 - - [2024-09-19 02:31:54] "GET /network-ipam/0408ea05-51e3-496f-9862-47a257aeb476?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.006223 10.0.0.24 - - [2024-09-19 02:31:55] "POST /fqname-to-id HTTP/1.1" 404 200 0.003720 10.0.0.24 - - [2024-09-19 02:31:55] "POST /ref-update HTTP/1.1" 200 156 0.012668 10.0.0.24 - - [2024-09-19 02:31:55] "POST /fqname-to-id HTTP/1.1" 404 201 0.003847 10.0.0.24 - - [2024-09-19 02:31:55] "POST /job-templates HTTP/1.1" 200 563 0.067134 10.0.0.24 - - [2024-09-19 02:31:55] "POST /service-templates HTTP/1.1" 200 511 0.026635 10.0.0.24 - - [2024-09-19 02:31:55] "POST /fqname-to-id HTTP/1.1" 404 191 0.003775 10.0.0.24 - - [2024-09-19 02:31:55] "POST /service-templates HTTP/1.1" 200 501 0.031190 10.0.0.24 - - [2024-09-19 02:31:55] "POST /access-control-lists HTTP/1.1" 200 551 0.027002 10.0.0.24 - - [2024-09-19 02:31:55] "PUT /access-control-list/69c94433-c338-43ad-9d75-ede6af39704d HTTP/1.1" 200 272 0.025435 10.0.0.24 - - [2024-09-19 02:31:55] "POST /service-templates HTTP/1.1" 200 515 0.037277 10.0.0.24 - - [2024-09-19 02:31:55] "POST /job-templates HTTP/1.1" 200 545 0.085805 10.0.0.24 - - [2024-09-19 02:31:55] "PUT /access-control-list/ce887d9d-bb0f-4558-9c99-1bf217f7c863 HTTP/1.1" 200 272 0.021936 10.0.0.24 - - [2024-09-19 02:31:55] "POST /service-templates HTTP/1.1" 200 535 0.031523 10.0.0.24 - - [2024-09-19 02:31:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.003655 10.0.0.24 - - [2024-09-19 02:31:55] "POST /service-templates HTTP/1.1" 200 507 0.029475 10.0.0.24 - - [2024-09-19 02:31:55] "POST /job-templates HTTP/1.1" 200 577 0.070032 10.0.0.24 - - [2024-09-19 02:31:55] "GET / HTTP/1.1" 200 35931 0.001969 10.0.0.24 - - [2024-09-19 02:31:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000513 10.0.0.24 - - [2024-09-19 02:31:55] "POST /fqname-to-id HTTP/1.1" 404 208 0.003560 10.0.0.24 - - [2024-09-19 02:31:55] "POST /job-templates HTTP/1.1" 200 579 0.069745 10.0.0.24 - - [2024-09-19 02:31:55] "POST /fqname-to-id HTTP/1.1" 404 210 0.004242 10.0.0.24 - - [2024-09-19 02:31:55] "POST /job-templates HTTP/1.1" 200 583 0.068827 10.0.0.24 - - [2024-09-19 02:31:55] "POST /fqname-to-id HTTP/1.1" 404 198 0.004152 10.0.0.24 - - [2024-09-19 02:31:55] "POST /job-templates HTTP/1.1" 200 559 0.064948 10.0.0.24 - - [2024-09-19 02:31:56] "POST /fqname-to-id HTTP/1.1" 404 203 0.004229 10.0.0.24 - - [2024-09-19 02:31:56] "POST /job-templates HTTP/1.1" 200 569 0.065100 10.0.0.24 - - [2024-09-19 02:31:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.032859 10.0.0.24 - - [2024-09-19 02:31:56] "GET /global-system-config/45bc8b5e-5c9b-4e2d-90b1-ea24a8a086f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.013283 10.0.0.24 - - [2024-09-19 02:31:56] "POST /fqname-to-id HTTP/1.1" 404 196 0.012393 10.0.0.24 - - [2024-09-19 02:31:56] "POST /fqname-to-id HTTP/1.1" 404 220 0.003754 10.0.0.24 - - [2024-09-19 02:31:56] "POST /job-templates HTTP/1.1" 200 555 0.065965 10.0.0.24 - - [2024-09-19 02:31:56] "POST /config-database-nodes HTTP/1.1" 200 617 0.028256 10.0.0.24 - - [2024-09-19 02:31:56] "POST /fqname-to-id HTTP/1.1" 404 196 0.003601 10.0.0.24 - - [2024-09-19 02:31:56] "POST /job-templates HTTP/1.1" 200 555 0.065284 10.0.0.24 - - [2024-09-19 02:31:56] "POST /fqname-to-id HTTP/1.1" 404 196 0.003855 10.0.0.24 - - [2024-09-19 02:31:56] "POST /job-templates HTTP/1.1" 200 555 0.069002 10.0.0.24 - - [2024-09-19 02:31:56] "POST /fqname-to-id HTTP/1.1" 404 186 0.003737 10.0.0.24 - - [2024-09-19 02:31:56] "POST /job-templates HTTP/1.1" 200 535 0.072523 10.0.0.24 - - [2024-09-19 02:31:56] "POST /fqname-to-id HTTP/1.1" 404 198 0.003885 10.0.0.24 - - [2024-09-19 02:31:56] "POST /job-templates HTTP/1.1" 200 559 0.069889 10.0.0.24 - - [2024-09-19 02:31:57] "POST /fqname-to-id HTTP/1.1" 404 198 0.003799 10.0.0.24 - - [2024-09-19 02:31:57] "POST /job-templates HTTP/1.1" 200 559 0.070152 10.0.0.24 - - [2024-09-19 02:31:57] "POST /fqname-to-id HTTP/1.1" 404 198 0.004601 10.0.0.24 - - [2024-09-19 02:31:57] "POST /job-templates HTTP/1.1" 200 559 0.072785 10.0.0.24 - - [2024-09-19 02:31:57] "POST /fqname-to-id HTTP/1.1" 404 201 0.003821 10.0.0.24 - - [2024-09-19 02:31:57] "POST /job-templates HTTP/1.1" 200 565 0.068462 10.0.0.24 - - [2024-09-19 02:31:57] "POST /fqname-to-id HTTP/1.1" 404 197 0.004957 10.0.0.24 - - [2024-09-19 02:31:57] "POST /job-templates HTTP/1.1" 200 557 0.066980 10.0.0.24 - - [2024-09-19 02:31:57] "POST /fqname-to-id HTTP/1.1" 404 196 0.004218 10.0.0.24 - - [2024-09-19 02:31:57] "POST /job-templates HTTP/1.1" 200 555 0.066610 10.0.0.24 - - [2024-09-19 02:31:57] "POST /fqname-to-id HTTP/1.1" 404 205 0.004756 10.0.0.24 - - [2024-09-19 02:31:57] "POST /job-templates HTTP/1.1" 200 573 0.069140 10.0.0.24 - - [2024-09-19 02:31:58] "POST /fqname-to-id HTTP/1.1" 404 194 0.004488 10.0.0.24 - - [2024-09-19 02:31:58] "POST /job-templates HTTP/1.1" 200 551 0.073370 10.0.0.24 - - [2024-09-19 02:31:58] "POST /fqname-to-id HTTP/1.1" 404 208 0.003945 10.0.0.24 - - [2024-09-19 02:31:58] "POST /job-templates HTTP/1.1" 200 579 0.069942 10.0.0.24 - - [2024-09-19 02:31:58] "POST /fqname-to-id HTTP/1.1" 404 196 0.003507 10.0.0.24 - - [2024-09-19 02:31:58] "POST /job-templates HTTP/1.1" 200 555 0.064975 10.0.0.24 - - [2024-09-19 02:31:58] "POST /fqname-to-id HTTP/1.1" 404 198 0.003848 10.0.0.24 - - [2024-09-19 02:31:58] "POST /job-templates HTTP/1.1" 200 559 0.066190 10.0.0.24 - - [2024-09-19 02:31:58] "POST /fqname-to-id HTTP/1.1" 404 206 0.003649 10.0.0.24 - - [2024-09-19 02:31:58] "POST /job-templates HTTP/1.1" 200 575 0.066013 10.0.0.24 - - [2024-09-19 02:31:58] "POST /fqname-to-id HTTP/1.1" 404 197 0.003592 10.0.0.24 - - [2024-09-19 02:31:58] "POST /job-templates HTTP/1.1" 200 557 0.065371 10.0.0.24 - - [2024-09-19 02:31:58] "POST /fqname-to-id HTTP/1.1" 404 198 0.004050 10.0.0.24 - - [2024-09-19 02:31:59] "POST /job-templates HTTP/1.1" 200 559 0.067409 10.0.0.24 - - [2024-09-19 02:31:59] "POST /fqname-to-id HTTP/1.1" 404 196 0.003617 10.0.0.24 - - [2024-09-19 02:31:59] "POST /job-templates HTTP/1.1" 200 555 0.065181 10.0.0.24 - - [2024-09-19 02:31:59] "POST /fqname-to-id HTTP/1.1" 404 195 0.004008 10.0.0.24 - - [2024-09-19 02:31:59] "POST /job-templates HTTP/1.1" 200 553 0.065313 10.0.0.24 - - [2024-09-19 02:31:59] "POST /fqname-to-id HTTP/1.1" 404 195 0.006465 10.0.0.24 - - [2024-09-19 02:31:59] "POST /job-templates HTTP/1.1" 200 553 0.065593 10.0.0.24 - - [2024-09-19 02:31:59] "POST /fqname-to-id HTTP/1.1" 404 195 0.005589 10.0.0.24 - - [2024-09-19 02:31:59] "POST /job-templates HTTP/1.1" 200 553 0.068874 10.0.0.24 - - [2024-09-19 02:31:59] "POST /fqname-to-id HTTP/1.1" 404 200 0.003803 10.0.0.24 - - [2024-09-19 02:31:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004440 10.0.0.24 - - [2024-09-19 02:31:59] "POST /job-templates HTTP/1.1" 200 563 0.067840 10.0.0.24 - - [2024-09-19 02:31:59] "GET /global-vrouter-config/6758536d-2137-4014-927a-c6f798680ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1161 0.006280 10.0.0.24 - - [2024-09-19 02:31:59] "POST /fqname-to-id HTTP/1.1" 404 201 0.003734 10.0.0.24 - - [2024-09-19 02:31:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810 10.0.0.24 - - [2024-09-19 02:32:00] "PUT /global-vrouter-config/6758536d-2137-4014-927a-c6f798680ebc HTTP/1.1" 200 276 0.011337 10.0.0.24 - - [2024-09-19 02:32:00] "POST /job-templates HTTP/1.1" 200 565 0.068595 10.0.0.24 - - [2024-09-19 02:32:00] "POST /fqname-to-id HTTP/1.1" 404 189 0.003633 10.0.0.24 - - [2024-09-19 02:32:00] "POST /config-propertiess HTTP/1.1" 200 551 0.020882 10.0.0.24 - - [2024-09-19 02:32:00] "POST /fqname-to-id HTTP/1.1" 404 168 0.003665 10.0.0.24 - - [2024-09-19 02:32:00] "POST /tags HTTP/1.1" 200 321 0.038267 10.0.0.24 - - [2024-09-19 02:32:00] "POST /fqname-to-id HTTP/1.1" 404 166 0.003635 10.0.0.24 - - [2024-09-19 02:32:00] "POST /tags HTTP/1.1" 200 317 0.030505 10.0.0.24 - - [2024-09-19 02:32:00] "GET / HTTP/1.1" 200 35931 0.002163 10.0.0.24 - - [2024-09-19 02:32:00] "POST /alarms HTTP/1.1" 401 292 0.000536 10.0.0.24 - - [2024-09-19 02:32:00] "POST /fqname-to-id HTTP/1.1" 404 174 0.004315 10.0.0.24 - - [2024-09-19 02:32:00] "POST /tags HTTP/1.1" 200 333 0.028330 10.0.0.24 - - [2024-09-19 02:32:00] "POST /fqname-to-id HTTP/1.1" 404 162 0.003917 10.0.0.24 - - [2024-09-19 02:32:00] "POST /tags HTTP/1.1" 200 309 0.025272 10.0.0.24 - - [2024-09-19 02:32:00] "POST /fqname-to-id HTTP/1.1" 404 174 0.003842 10.0.0.24 - - [2024-09-19 02:32:00] "POST /tags HTTP/1.1" 200 333 0.031447 10.0.0.24 - - [2024-09-19 02:32:00] "POST /fqname-to-id HTTP/1.1" 404 164 0.003390 10.0.0.24 - - [2024-09-19 02:32:00] "POST /alarms HTTP/1.1" 200 581 0.044338 10.0.0.24 - - [2024-09-19 02:32:00] "POST /alarms HTTP/1.1" 200 575 0.022776 10.0.0.24 - - [2024-09-19 02:32:00] "POST /tags HTTP/1.1" 200 313 0.025270 10.0.0.24 - - [2024-09-19 02:32:00] "POST /fqname-to-id HTTP/1.1" 404 169 0.002920 10.0.0.24 - - [2024-09-19 02:32:00] "POST /alarms HTTP/1.1" 200 575 0.020630 10.0.0.24 - - [2024-09-19 02:32:01] "POST /alarms HTTP/1.1" 200 559 0.023551 10.0.0.24 - - [2024-09-19 02:32:01] "POST /tags HTTP/1.1" 200 323 0.034758 10.0.0.24 - - [2024-09-19 02:32:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.24 - - [2024-09-19 02:32:01] "POST /alarms HTTP/1.1" 200 555 0.022859 10.0.0.24 - - [2024-09-19 02:32:01] "PUT /global-system-config/45bc8b5e-5c9b-4e2d-90b1-ea24a8a086f6 HTTP/1.1" 200 274 0.013595 10.0.0.24 - - [2024-09-19 02:32:01] "POST /alarms HTTP/1.1" 200 557 0.021904 10.0.0.24 - - [2024-09-19 02:32:01] "POST /fqname-to-id HTTP/1.1" 404 166 0.003569 10.0.0.24 - - [2024-09-19 02:32:01] "POST /alarms HTTP/1.1" 200 565 0.018517 10.0.0.24 - - [2024-09-19 02:32:01] "POST /hardwares HTTP/1.1" 200 327 0.013197 10.0.0.24 - - [2024-09-19 02:32:01] "POST /alarms HTTP/1.1" 200 549 0.021597 10.0.0.24 - - [2024-09-19 02:32:01] "POST /fqname-to-id HTTP/1.1" 404 166 0.002807 10.0.0.24 - - [2024-09-19 02:32:01] "POST /hardwares HTTP/1.1" 200 327 0.015335 10.0.0.24 - - [2024-09-19 02:32:01] "POST /alarms HTTP/1.1" 200 557 0.027874 10.0.0.24 - - [2024-09-19 02:32:01] "POST /fqname-to-id HTTP/1.1" 404 166 0.006128 10.0.0.24 - - [2024-09-19 02:32:01] "POST /alarms HTTP/1.1" 200 567 0.021826 10.0.0.24 - - [2024-09-19 02:32:01] "POST /hardwares HTTP/1.1" 200 327 0.019816 10.0.0.24 - - [2024-09-19 02:32:01] "POST /alarms HTTP/1.1" 200 555 0.021292 10.0.0.24 - - [2024-09-19 02:32:01] "POST /fqname-to-id HTTP/1.1" 404 166 0.003383 10.0.0.24 - - [2024-09-19 02:32:01] "POST /alarms HTTP/1.1" 200 567 0.021725 10.0.0.24 - - [2024-09-19 02:32:01] "POST /hardwares HTTP/1.1" 200 327 0.012650 10.0.0.24 - - [2024-09-19 02:32:01] "POST /fqname-to-id HTTP/1.1" 404 164 0.003045 10.0.0.24 - - [2024-09-19 02:32:01] "POST /alarms HTTP/1.1" 200 575 0.071712 10.0.0.24 - - [2024-09-19 02:32:01] "POST /hardwares HTTP/1.1" 200 323 0.015965 10.0.0.24 - - [2024-09-19 02:32:01] "POST /fqname-to-id HTTP/1.1" 404 164 0.003507 10.0.0.24 - - [2024-09-19 02:32:01] "POST /alarms HTTP/1.1" 200 569 0.021446 10.0.0.24 - - [2024-09-19 02:32:01] "POST /hardwares HTTP/1.1" 200 323 0.018035 10.0.0.24 - - [2024-09-19 02:32:01] "POST /alarms HTTP/1.1" 200 561 0.022536 10.0.0.24 - - [2024-09-19 02:32:01] "POST /fqname-to-id HTTP/1.1" 404 161 0.003767 10.0.0.24 - - [2024-09-19 02:32:01] "POST /alarms HTTP/1.1" 200 561 0.020597 10.0.0.24 - - [2024-09-19 02:32:01] "POST /hardwares HTTP/1.1" 200 317 0.012797 10.0.0.24 - - [2024-09-19 02:32:01] "POST /alarms HTTP/1.1" 200 561 0.019077 10.0.0.24 - - [2024-09-19 02:32:01] "POST /fqname-to-id HTTP/1.1" 404 164 0.003494 10.0.0.24 - - [2024-09-19 02:32:02] "POST /alarms HTTP/1.1" 200 547 0.018618 10.0.0.24 - - [2024-09-19 02:32:02] "POST /hardwares HTTP/1.1" 200 323 0.013346 10.0.0.24 - - [2024-09-19 02:32:02] "POST /fqname-to-id HTTP/1.1" 404 164 0.003262 10.0.0.24 - - [2024-09-19 02:32:02] "POST /alarms HTTP/1.1" 200 595 0.021280 10.0.0.24 - - [2024-09-19 02:32:02] "POST /hardwares HTTP/1.1" 200 323 0.016293 10.0.0.24 - - [2024-09-19 02:32:02] "POST /alarms HTTP/1.1" 200 575 0.021784 10.0.0.24 - - [2024-09-19 02:32:02] "POST /fqname-to-id HTTP/1.1" 404 164 0.003716 10.0.0.24 - - [2024-09-19 02:32:02] "POST /alarms HTTP/1.1" 200 571 0.019995 10.0.0.24 - - [2024-09-19 02:32:02] "POST /hardwares HTTP/1.1" 200 323 0.011352 10.0.0.24 - - [2024-09-19 02:32:02] "POST /alarms HTTP/1.1" 200 583 0.020399 10.0.0.24 - - [2024-09-19 02:32:02] "POST /fqname-to-id HTTP/1.1" 404 165 0.002951 10.0.0.24 - - [2024-09-19 02:32:02] "POST /alarms HTTP/1.1" 200 609 0.026495 10.0.0.24 - - [2024-09-19 02:32:02] "POST /hardwares HTTP/1.1" 200 325 0.011985 10.0.0.24 - - [2024-09-19 02:32:02] "POST /fqname-to-id HTTP/1.1" 404 165 0.003362 10.0.0.24 - - [2024-09-19 02:32:02] "POST /hardwares HTTP/1.1" 200 325 0.014657 10.0.0.24 - - [2024-09-19 02:32:02] "POST /fqname-to-id HTTP/1.1" 404 165 0.004043 10.0.0.24 - - [2024-09-19 02:32:02] "POST /hardwares HTTP/1.1" 200 325 0.012940 10.0.0.24 - - [2024-09-19 02:32:02] "POST /fqname-to-id HTTP/1.1" 404 165 0.004136 10.0.0.24 - - [2024-09-19 02:32:02] "POST /hardwares HTTP/1.1" 200 325 0.013431 10.0.0.24 - - [2024-09-19 02:32:02] "POST /fqname-to-id HTTP/1.1" 404 164 0.003333 10.0.0.24 - - [2024-09-19 02:32:02] "GET / HTTP/1.1" 200 35931 0.001999 10.0.0.24 - - [2024-09-19 02:32:02] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000495 10.0.0.24 - - [2024-09-19 02:32:02] "POST /hardwares HTTP/1.1" 200 323 0.014015 10.0.0.24 - - [2024-09-19 02:32:02] "POST /fqname-to-id HTTP/1.1" 404 161 0.003408 10.0.0.24 - - [2024-09-19 02:32:02] "POST /hardwares HTTP/1.1" 200 317 0.013052 10.0.0.24 - - [2024-09-19 02:32:02] "POST /fqname-to-id HTTP/1.1" 404 164 0.003373 10.0.0.24 - - [2024-09-19 02:32:03] "POST /hardwares HTTP/1.1" 200 323 0.013405 10.0.0.24 - - [2024-09-19 02:32:03] "POST /fqname-to-id HTTP/1.1" 404 161 0.003559 10.0.0.24 - - [2024-09-19 02:32:03] "POST /hardwares HTTP/1.1" 200 317 0.012671 10.0.0.24 - - [2024-09-19 02:32:03] "POST /fqname-to-id HTTP/1.1" 404 164 0.003443 10.0.0.24 - - [2024-09-19 02:32:03] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.032679 10.0.0.24 - - [2024-09-19 02:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004618 10.0.0.24 - - [2024-09-19 02:32:03] "POST /hardwares HTTP/1.1" 200 323 0.013160 10.0.0.24 - - [2024-09-19 02:32:03] "PUT /global-vrouter-config/6758536d-2137-4014-927a-c6f798680ebc HTTP/1.1" 200 276 0.010314 10.0.0.24 - - [2024-09-19 02:32:03] "POST /fqname-to-id HTTP/1.1" 404 162 0.002668 10.0.0.24 - - [2024-09-19 02:32:03] "POST /hardwares HTTP/1.1" 200 319 0.016113 10.0.0.24 - - [2024-09-19 02:32:03] "POST /fqname-to-id HTTP/1.1" 404 162 0.004334 10.0.0.24 - - [2024-09-19 02:32:03] "POST /hardwares HTTP/1.1" 200 319 0.019330 10.0.0.24 - - [2024-09-19 02:32:03] "POST /fqname-to-id HTTP/1.1" 404 165 0.004882 10.0.0.24 - - [2024-09-19 02:32:03] "POST /hardwares HTTP/1.1" 200 325 0.015783 10.0.0.24 - - [2024-09-19 02:32:03] "POST /fqname-to-id HTTP/1.1" 404 161 0.003687 10.0.0.24 - - [2024-09-19 02:32:03] "POST /hardwares HTTP/1.1" 200 317 0.014312 10.0.0.24 - - [2024-09-19 02:32:03] "GET / HTTP/1.1" 200 35931 0.001875 10.0.0.24 - - [2024-09-19 02:32:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000521 10.0.0.24 - - [2024-09-19 02:32:03] "POST /fqname-to-id HTTP/1.1" 404 161 0.003820 10.0.0.24 - - [2024-09-19 02:32:03] "POST /hardwares HTTP/1.1" 200 317 0.014879 10.0.0.24 - - [2024-09-19 02:32:03] "POST /fqname-to-id HTTP/1.1" 404 162 0.003603 10.0.0.24 - - [2024-09-19 02:32:03] "POST /hardwares HTTP/1.1" 200 319 0.014490 10.0.0.24 - - [2024-09-19 02:32:03] "POST /fqname-to-id HTTP/1.1" 404 162 0.003493 10.0.0.24 - - [2024-09-19 02:32:04] "POST /hardwares HTTP/1.1" 200 319 0.012852 10.0.0.24 - - [2024-09-19 02:32:04] "POST /fqname-to-id HTTP/1.1" 404 162 0.003567 10.0.0.24 - - [2024-09-19 02:32:04] "POST /hardwares HTTP/1.1" 200 319 0.013436 10.0.0.24 - - [2024-09-19 02:32:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.031078 10.0.0.24 - - [2024-09-19 02:32:04] "GET /global-vrouter-config/6758536d-2137-4014-927a-c6f798680ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004349 10.0.0.24 - - [2024-09-19 02:32:04] "POST /fqname-to-id HTTP/1.1" 404 158 0.003428 10.0.0.24 - - [2024-09-19 02:32:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.24 - - [2024-09-19 02:32:04] "POST /hardwares HTTP/1.1" 200 311 0.012378 10.0.0.24 - - [2024-09-19 02:32:04] "PUT /global-vrouter-config/6758536d-2137-4014-927a-c6f798680ebc HTTP/1.1" 200 276 0.011397 10.0.0.24 - - [2024-09-19 02:32:04] "POST /fqname-to-id HTTP/1.1" 404 158 0.004082 10.0.0.24 - - [2024-09-19 02:32:04] "POST /hardwares HTTP/1.1" 200 311 0.013550 10.0.0.24 - - [2024-09-19 02:32:04] "POST /fqname-to-id HTTP/1.1" 404 160 0.004590 10.0.0.24 - - [2024-09-19 02:32:04] "POST /hardwares HTTP/1.1" 200 315 0.012547 10.0.0.24 - - [2024-09-19 02:32:04] "POST /fqname-to-id HTTP/1.1" 404 154 0.003747 10.0.0.24 - - [2024-09-19 02:32:04] "POST /hardwares HTTP/1.1" 200 303 0.013374 10.0.0.24 - - [2024-09-19 02:32:04] "POST /fqname-to-id HTTP/1.1" 404 158 0.004552 10.0.0.24 - - [2024-09-19 02:32:04] "POST /hardwares HTTP/1.1" 200 311 0.017277 10.0.0.24 - - [2024-09-19 02:32:04] "GET / HTTP/1.1" 200 35931 0.002244 10.0.0.24 - - [2024-09-19 02:32:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000543 10.0.0.24 - - [2024-09-19 02:32:04] "POST /fqname-to-id HTTP/1.1" 404 155 0.003531 10.0.0.24 - - [2024-09-19 02:32:04] "POST /hardwares HTTP/1.1" 200 305 0.017764 10.0.0.24 - - [2024-09-19 02:32:04] "POST /fqname-to-id HTTP/1.1" 404 155 0.003921 10.0.0.24 - - [2024-09-19 02:32:04] "POST /hardwares HTTP/1.1" 200 305 0.023282 10.0.0.24 - - [2024-09-19 02:32:04] "POST /fqname-to-id HTTP/1.1" 404 155 0.004839 10.0.0.24 - - [2024-09-19 02:32:05] "POST /hardwares HTTP/1.1" 200 305 0.023173 10.0.0.24 - - [2024-09-19 02:32:05] "POST /fqname-to-id HTTP/1.1" 404 155 0.004151 10.0.0.24 - - [2024-09-19 02:32:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.034096 10.0.0.24 - - [2024-09-19 02:32:05] "GET /global-system-config/45bc8b5e-5c9b-4e2d-90b1-ea24a8a086f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.018068 10.0.0.24 - - [2024-09-19 02:32:05] "POST /hardwares HTTP/1.1" 200 305 0.074102 10.0.0.24 - - [2024-09-19 02:32:05] "PUT /global-system-config/45bc8b5e-5c9b-4e2d-90b1-ea24a8a086f6 HTTP/1.1" 200 274 0.018255 10.0.0.24 - - [2024-09-19 02:32:05] "POST /fqname-to-id HTTP/1.1" 404 156 0.003192 10.0.0.24 - - [2024-09-19 02:32:05] "POST /hardwares HTTP/1.1" 200 307 0.015056 10.0.0.24 - - [2024-09-19 02:32:05] "POST /fqname-to-id HTTP/1.1" 404 156 0.003564 10.0.0.24 - - [2024-09-19 02:32:05] "POST /hardwares HTTP/1.1" 200 307 0.015740 10.0.0.24 - - [2024-09-19 02:32:05] "POST /fqname-to-id HTTP/1.1" 404 156 0.003544 10.0.0.24 - - [2024-09-19 02:32:05] "POST /hardwares HTTP/1.1" 200 307 0.015854 10.0.0.24 - - [2024-09-19 02:32:05] "POST /fqname-to-id HTTP/1.1" 404 157 0.004175 10.0.0.24 - - [2024-09-19 02:32:05] "POST /hardwares HTTP/1.1" 200 309 0.014602 10.0.0.24 - - [2024-09-19 02:32:05] "POST /fqname-to-id HTTP/1.1" 404 158 0.004756 10.0.0.24 - - [2024-09-19 02:32:05] "POST /hardwares HTTP/1.1" 200 311 0.014781 10.0.0.24 - - [2024-09-19 02:32:05] "POST /fqname-to-id HTTP/1.1" 404 158 0.004125 10.0.0.24 - - [2024-09-19 02:32:05] "POST /hardwares HTTP/1.1" 200 311 0.014757 10.0.0.24 - - [2024-09-19 02:32:05] "POST /fqname-to-id HTTP/1.1" 404 153 0.004801 10.0.0.24 - - [2024-09-19 02:32:05] "POST /hardwares HTTP/1.1" 200 301 0.017107 10.0.0.24 - - [2024-09-19 02:32:06] "POST /fqname-to-id HTTP/1.1" 404 157 0.004678 10.0.0.24 - - [2024-09-19 02:32:06] "POST /hardwares HTTP/1.1" 200 309 0.015554 10.0.0.24 - - [2024-09-19 02:32:06] "POST /fqname-to-id HTTP/1.1" 404 157 0.003801 10.0.0.24 - - [2024-09-19 02:32:06] "POST /hardwares HTTP/1.1" 200 309 0.015933 10.0.0.24 - - [2024-09-19 02:32:06] "POST /fqname-to-id HTTP/1.1" 404 157 0.003738 10.0.0.24 - - [2024-09-19 02:32:06] "POST /hardwares HTTP/1.1" 200 309 0.014332 10.0.0.24 - - [2024-09-19 02:32:06] "POST /fqname-to-id HTTP/1.1" 404 157 0.004002 10.0.0.24 - - [2024-09-19 02:32:06] "POST /hardwares HTTP/1.1" 200 309 0.014219 10.0.0.24 - - [2024-09-19 02:32:06] "POST /fqname-to-id HTTP/1.1" 404 157 0.003990 10.0.0.24 - - [2024-09-19 02:32:06] "POST /hardwares HTTP/1.1" 200 309 0.014141 10.0.0.24 - - [2024-09-19 02:32:06] "POST /fqname-to-id HTTP/1.1" 404 161 0.003433 10.0.0.24 - - [2024-09-19 02:32:06] "POST /hardwares HTTP/1.1" 200 317 0.012781 10.0.0.24 - - [2024-09-19 02:32:06] "POST /fqname-to-id HTTP/1.1" 404 157 0.003798 10.0.0.24 - - [2024-09-19 02:32:06] "POST /hardwares HTTP/1.1" 200 309 0.012676 10.0.0.24 - - [2024-09-19 02:32:06] "POST /fqname-to-id HTTP/1.1" 404 157 0.003968 10.0.0.24 - - [2024-09-19 02:32:06] "POST /hardwares HTTP/1.1" 200 309 0.014355 10.0.0.24 - - [2024-09-19 02:32:06] "POST /fqname-to-id HTTP/1.1" 404 154 0.004692 10.0.0.24 - - [2024-09-19 02:32:06] "POST /hardwares HTTP/1.1" 200 303 0.015436 10.0.0.24 - - [2024-09-19 02:32:06] "POST /fqname-to-id HTTP/1.1" 404 190 0.003962 10.0.0.24 - - [2024-09-19 02:32:07] "POST /features HTTP/1.1" 200 533 0.026077 10.0.0.24 - - [2024-09-19 02:32:07] "POST /fqname-to-id HTTP/1.1" 404 185 0.003948 10.0.0.24 - - [2024-09-19 02:32:07] "POST /features HTTP/1.1" 200 523 0.021694 10.0.0.24 - - [2024-09-19 02:32:07] "POST /fqname-to-id HTTP/1.1" 404 184 0.004401 10.0.0.24 - - [2024-09-19 02:32:07] "POST /features HTTP/1.1" 200 521 0.025011 10.0.0.24 - - [2024-09-19 02:32:07] "POST /fqname-to-id HTTP/1.1" 404 184 0.004835 10.0.0.24 - - [2024-09-19 02:32:07] "POST /features HTTP/1.1" 200 521 0.024175 10.0.0.24 - - [2024-09-19 02:32:07] "POST /fqname-to-id HTTP/1.1" 404 189 0.004944 10.0.0.24 - - [2024-09-19 02:32:07] "POST /features HTTP/1.1" 200 531 0.022167 10.0.0.24 - - [2024-09-19 02:32:07] "POST /fqname-to-id HTTP/1.1" 404 184 0.003851 10.0.0.24 - - [2024-09-19 02:32:07] "POST /features HTTP/1.1" 200 521 0.021585 10.0.0.24 - - [2024-09-19 02:32:07] "POST /fqname-to-id HTTP/1.1" 404 193 0.003921 10.0.0.24 - - [2024-09-19 02:32:07] "POST /features HTTP/1.1" 200 539 0.021499 10.0.0.24 - - [2024-09-19 02:32:07] "POST /fqname-to-id HTTP/1.1" 404 186 0.003517 10.0.0.24 - - [2024-09-19 02:32:07] "POST /features HTTP/1.1" 200 525 0.020378 10.0.0.24 - - [2024-09-19 02:32:07] "POST /fqname-to-id HTTP/1.1" 404 183 0.003416 10.0.0.24 - - [2024-09-19 02:32:08] "POST /features HTTP/1.1" 200 519 0.019183 10.0.0.24 - - [2024-09-19 02:32:08] "POST /fqname-to-id HTTP/1.1" 404 182 0.003860 10.0.0.24 - - [2024-09-19 02:32:08] "POST /features HTTP/1.1" 200 517 0.018021 10.0.0.24 - - [2024-09-19 02:32:08] "POST /fqname-to-id HTTP/1.1" 404 190 0.003469 10.0.0.24 - - [2024-09-19 02:32:08] "POST /features HTTP/1.1" 200 533 0.018179 10.0.0.24 - - [2024-09-19 02:32:08] "POST /fqname-to-id HTTP/1.1" 404 194 0.004909 10.0.0.24 - - [2024-09-19 02:32:08] "POST /features HTTP/1.1" 200 541 0.022223 10.0.0.24 - - [2024-09-19 02:32:08] "POST /fqname-to-id HTTP/1.1" 404 178 0.003655 10.0.0.24 - - [2024-09-19 02:32:08] "POST /physical-roles HTTP/1.1" 200 521 0.021219 10.0.0.24 - - [2024-09-19 02:32:08] "POST /fqname-to-id HTTP/1.1" 404 179 0.003854 10.0.0.24 - - [2024-09-19 02:32:08] "POST /physical-roles HTTP/1.1" 200 523 0.024158 10.0.0.24 - - [2024-09-19 02:32:08] "POST /fqname-to-id HTTP/1.1" 404 184 0.003495 10.0.0.24 - - [2024-09-19 02:32:08] "POST /physical-roles HTTP/1.1" 200 533 0.018763 10.0.0.24 - - [2024-09-19 02:32:08] "POST /fqname-to-id HTTP/1.1" 404 177 0.003385 10.0.0.24 - - [2024-09-19 02:32:08] "POST /physical-roles HTTP/1.1" 200 519 0.047234 10.0.0.24 - - [2024-09-19 02:32:08] "POST /fqname-to-id HTTP/1.1" 404 191 0.003681 10.0.0.24 - - [2024-09-19 02:32:08] "POST /overlay-roles HTTP/1.1" 200 545 0.018123 10.0.0.24 - - [2024-09-19 02:32:09] "POST /fqname-to-id HTTP/1.1" 404 184 0.003585 10.0.0.24 - - [2024-09-19 02:32:09] "POST /overlay-roles HTTP/1.1" 200 531 0.019799 10.0.0.24 - - [2024-09-19 02:32:09] "POST /fqname-to-id HTTP/1.1" 404 191 0.003966 10.0.0.24 - - [2024-09-19 02:32:09] "POST /overlay-roles HTTP/1.1" 200 545 0.018773 10.0.0.24 - - [2024-09-19 02:32:09] "POST /fqname-to-id HTTP/1.1" 404 185 0.003716 10.0.0.24 - - [2024-09-19 02:32:09] "POST /overlay-roles HTTP/1.1" 200 533 0.020775 10.0.0.24 - - [2024-09-19 02:32:09] "POST /fqname-to-id HTTP/1.1" 404 189 0.004126 10.0.0.24 - - [2024-09-19 02:32:09] "POST /overlay-roles HTTP/1.1" 200 541 0.018663 10.0.0.24 - - [2024-09-19 02:32:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.24 - - [2024-09-19 02:32:09] "PUT /overlay-role/e9f23439-6693-41c0-a188-5ff886dcafe6 HTTP/1.1" 200 258 0.012013 10.0.0.24 - - [2024-09-19 02:32:09] "POST /fqname-to-id HTTP/1.1" 404 184 0.003460 10.0.0.24 - - [2024-09-19 02:32:09] "POST /overlay-roles HTTP/1.1" 200 531 0.018882 10.0.0.24 - - [2024-09-19 02:32:09] "POST /fqname-to-id HTTP/1.1" 404 185 0.003847 10.0.0.24 - - [2024-09-19 02:32:09] "POST /overlay-roles HTTP/1.1" 200 533 0.018232 10.0.0.24 - - [2024-09-19 02:32:09] "POST /fqname-to-id HTTP/1.1" 404 183 0.003735 10.0.0.24 - - [2024-09-19 02:32:09] "POST /overlay-roles HTTP/1.1" 200 529 0.120118 10.0.0.24 - - [2024-09-19 02:32:10] "POST /fqname-to-id HTTP/1.1" 404 187 0.003566 10.0.0.24 - - [2024-09-19 02:32:10] "POST /overlay-roles HTTP/1.1" 200 537 0.024086 10.0.0.24 - - [2024-09-19 02:32:10] "POST /fqname-to-id HTTP/1.1" 404 189 0.003528 10.0.0.24 - - [2024-09-19 02:32:10] "POST /overlay-roles HTTP/1.1" 200 541 0.020407 10.0.0.24 - - [2024-09-19 02:32:10] "POST /fqname-to-id HTTP/1.1" 404 178 0.003834 10.0.0.24 - - [2024-09-19 02:32:10] "POST /overlay-roles HTTP/1.1" 200 519 0.022360 10.0.0.24 - - [2024-09-19 02:32:10] "POST /fqname-to-id HTTP/1.1" 404 190 0.004268 10.0.0.24 - - [2024-09-19 02:32:10] "POST /overlay-roles HTTP/1.1" 200 543 0.028796 10.0.0.24 - - [2024-09-19 02:32:10] "POST /fqname-to-id HTTP/1.1" 404 182 0.003514 10.0.0.24 - - [2024-09-19 02:32:10] "POST /role-definitions HTTP/1.1" 200 533 0.019210 10.0.0.24 - - [2024-09-19 02:32:10] "POST /fqname-to-id HTTP/1.1" 404 189 0.003925 10.0.0.24 - - [2024-09-19 02:32:10] "POST /role-definitions HTTP/1.1" 200 547 0.020684 10.0.0.24 - - [2024-09-19 02:32:10] "POST /fqname-to-id HTTP/1.1" 404 190 0.004050 10.0.0.24 - - [2024-09-19 02:32:10] "POST /role-definitions HTTP/1.1" 200 549 0.021413 10.0.0.24 - - [2024-09-19 02:32:11] "POST /fqname-to-id HTTP/1.1" 404 191 0.003628 10.0.0.24 - - [2024-09-19 02:32:11] "POST /role-definitions HTTP/1.1" 200 551 0.020641 10.0.0.24 - - [2024-09-19 02:32:11] "POST /fqname-to-id HTTP/1.1" 404 197 0.003728 10.0.0.24 - - [2024-09-19 02:32:11] "POST /role-definitions HTTP/1.1" 200 563 0.018374 10.0.0.24 - - [2024-09-19 02:32:11] "POST /fqname-to-id HTTP/1.1" 404 189 0.003630 10.0.0.24 - - [2024-09-19 02:32:11] "POST /role-definitions HTTP/1.1" 200 547 0.017592 10.0.0.24 - - [2024-09-19 02:32:11] "POST /fqname-to-id HTTP/1.1" 404 190 0.003541 10.0.0.24 - - [2024-09-19 02:32:11] "POST /role-definitions HTTP/1.1" 200 549 0.024704 10.0.0.24 - - [2024-09-19 02:32:11] "POST /fqname-to-id HTTP/1.1" 404 191 0.003573 10.0.0.24 - - [2024-09-19 02:32:11] "POST /role-definitions HTTP/1.1" 200 551 0.023206 10.0.0.24 - - [2024-09-19 02:32:11] "POST /fqname-to-id HTTP/1.1" 404 190 0.003543 10.0.0.24 - - [2024-09-19 02:32:11] "POST /role-definitions HTTP/1.1" 200 549 0.021040 10.0.0.24 - - [2024-09-19 02:32:11] "POST /fqname-to-id HTTP/1.1" 404 196 0.003483 10.0.0.24 - - [2024-09-19 02:32:11] "POST /role-definitions HTTP/1.1" 200 561 0.022581 10.0.0.24 - - [2024-09-19 02:32:11] "POST /fqname-to-id HTTP/1.1" 404 189 0.003868 10.0.0.24 - - [2024-09-19 02:32:11] "POST /role-definitions HTTP/1.1" 200 547 0.021639 10.0.0.24 - - [2024-09-19 02:32:11] "POST /fqname-to-id HTTP/1.1" 404 190 0.004921 10.0.0.24 - - [2024-09-19 02:32:12] "POST /role-definitions HTTP/1.1" 200 549 0.020261 10.0.0.24 - - [2024-09-19 02:32:12] "POST /fqname-to-id HTTP/1.1" 404 188 0.003660 10.0.0.24 - - [2024-09-19 02:32:12] "POST /role-definitions HTTP/1.1" 200 545 0.019375 10.0.0.24 - - [2024-09-19 02:32:12] "POST /fqname-to-id HTTP/1.1" 404 189 0.003908 10.0.0.24 - - [2024-09-19 02:32:12] "POST /role-definitions HTTP/1.1" 200 547 0.017773 10.0.0.24 - - [2024-09-19 02:32:12] "POST /fqname-to-id HTTP/1.1" 404 192 0.003823 10.0.0.24 - - [2024-09-19 02:32:12] "POST /role-definitions HTTP/1.1" 200 553 0.022597 10.0.0.24 - - [2024-09-19 02:32:12] "POST /fqname-to-id HTTP/1.1" 404 193 0.003575 10.0.0.24 - - [2024-09-19 02:32:12] "POST /role-definitions HTTP/1.1" 200 555 0.022083 10.0.0.24 - - [2024-09-19 02:32:12] "POST /fqname-to-id HTTP/1.1" 404 182 0.003542 10.0.0.24 - - [2024-09-19 02:32:12] "POST /role-definitions HTTP/1.1" 200 533 0.019673 10.0.0.24 - - [2024-09-19 02:32:12] "POST /fqname-to-id HTTP/1.1" 404 187 0.003665 10.0.0.24 - - [2024-09-19 02:32:12] "POST /role-definitions HTTP/1.1" 200 543 0.029822 10.0.0.24 - - [2024-09-19 02:32:12] "POST /fqname-to-id HTTP/1.1" 404 181 0.003622 10.0.0.24 - - [2024-09-19 02:32:12] "POST /role-definitions HTTP/1.1" 200 531 0.018797 10.0.0.24 - - [2024-09-19 02:32:12] "POST /fqname-to-id HTTP/1.1" 404 184 0.003486 10.0.0.24 - - [2024-09-19 02:32:12] "POST /role-definitions HTTP/1.1" 200 537 0.018771 10.0.0.24 - - [2024-09-19 02:32:13] "POST /fqname-to-id HTTP/1.1" 404 189 0.003775 10.0.0.24 - - [2024-09-19 02:32:13] "POST /role-definitions HTTP/1.1" 200 547 0.021218 10.0.0.24 - - [2024-09-19 02:32:13] "POST /fqname-to-id HTTP/1.1" 404 194 0.003675 10.0.0.24 - - [2024-09-19 02:32:13] "POST /role-definitions HTTP/1.1" 200 557 0.019937 10.0.0.24 - - [2024-09-19 02:32:13] "POST /fqname-to-id HTTP/1.1" 404 196 0.003753 10.0.0.24 - - [2024-09-19 02:32:13] "POST /role-definitions HTTP/1.1" 200 561 0.020398 10.0.0.24 - - [2024-09-19 02:32:13] "POST /fqname-to-id HTTP/1.1" 404 195 0.003456 10.0.0.24 - - [2024-09-19 02:32:13] "POST /role-definitions HTTP/1.1" 200 559 0.019341 10.0.0.24 - - [2024-09-19 02:32:13] "POST /fqname-to-id HTTP/1.1" 404 196 0.004234 10.0.0.24 - - [2024-09-19 02:32:13] "POST /feature-configs HTTP/1.1" 200 537 0.018340 10.0.0.24 - - [2024-09-19 02:32:13] "POST /fqname-to-id HTTP/1.1" 404 212 0.004594 10.0.0.24 - - [2024-09-19 02:32:13] "POST /feature-configs HTTP/1.1" 200 562 0.020561 10.0.0.24 - - [2024-09-19 02:32:13] "POST /fqname-to-id HTTP/1.1" 404 211 0.003513 10.0.0.24 - - [2024-09-19 02:32:13] "POST /feature-configs HTTP/1.1" 200 561 0.023183 10.0.0.24 - - [2024-09-19 02:32:13] "POST /fqname-to-id HTTP/1.1" 404 192 0.004061 10.0.0.24 - - [2024-09-19 02:32:13] "POST /node-profiles HTTP/1.1" 200 547 0.021095 10.0.0.24 - - [2024-09-19 02:32:13] "POST /fqname-to-id HTTP/1.1" 404 187 0.003568 10.0.0.24 - - [2024-09-19 02:32:14] "POST /node-profiles HTTP/1.1" 200 537 0.019994 10.0.0.24 - - [2024-09-19 02:32:14] "POST /fqname-to-id HTTP/1.1" 404 193 0.003283 10.0.0.24 - - [2024-09-19 02:32:14] "POST /node-profiles HTTP/1.1" 200 549 0.019892 10.0.0.24 - - [2024-09-19 02:32:14] "POST /fqname-to-id HTTP/1.1" 404 189 0.003756 10.0.0.24 - - [2024-09-19 02:32:14] "POST /node-profiles HTTP/1.1" 200 541 0.019247 10.0.0.24 - - [2024-09-19 02:32:14] "POST /fqname-to-id HTTP/1.1" 404 189 0.003920 10.0.0.24 - - [2024-09-19 02:32:14] "POST /node-profiles HTTP/1.1" 200 541 0.018113 10.0.0.24 - - [2024-09-19 02:32:14] "POST /fqname-to-id HTTP/1.1" 404 188 0.003584 10.0.0.24 - - [2024-09-19 02:32:14] "POST /node-profiles HTTP/1.1" 200 539 0.017818 10.0.0.24 - - [2024-09-19 02:32:14] "POST /fqname-to-id HTTP/1.1" 404 184 0.003497 10.0.0.24 - - [2024-09-19 02:32:14] "POST /node-profiles HTTP/1.1" 200 531 0.019712 10.0.0.24 - - [2024-09-19 02:32:14] "POST /fqname-to-id HTTP/1.1" 404 185 0.003728 10.0.0.24 - - [2024-09-19 02:32:14] "POST /node-profiles HTTP/1.1" 200 533 0.022898 10.0.0.24 - - [2024-09-19 02:32:14] "POST /fqname-to-id HTTP/1.1" 404 197 0.003595 10.0.0.24 - - [2024-09-19 02:32:14] "POST /node-profiles HTTP/1.1" 200 557 0.018523 10.0.0.24 - - [2024-09-19 02:32:14] "POST /fqname-to-id HTTP/1.1" 404 206 0.003504 10.0.0.24 - - [2024-09-19 02:32:14] "POST /telemetry-profiles HTTP/1.1" 200 554 0.018702 10.0.0.24 - - [2024-09-19 02:32:14] "POST /fqname-to-id HTTP/1.1" 404 206 0.003836 10.0.0.24 - - [2024-09-19 02:32:15] "POST /telemetry-profiles HTTP/1.1" 200 554 0.018759 10.0.0.24 - - [2024-09-19 02:32:15] "POST /fqname-to-id HTTP/1.1" 404 206 0.003935 10.0.0.24 - - [2024-09-19 02:32:15] "POST /telemetry-profiles HTTP/1.1" 200 554 0.018694 10.0.0.24 - - [2024-09-19 02:32:15] "POST /fqname-to-id HTTP/1.1" 404 206 0.003760 10.0.0.24 - - [2024-09-19 02:32:15] "POST /telemetry-profiles HTTP/1.1" 200 554 0.017812 10.0.0.24 - - [2024-09-19 02:32:15] "POST /fqname-to-id HTTP/1.1" 404 206 0.003655 10.0.0.24 - - [2024-09-19 02:32:15] "POST /telemetry-profiles HTTP/1.1" 200 554 0.018680 10.0.0.24 - - [2024-09-19 02:32:15] "POST /fqname-to-id HTTP/1.1" 404 206 0.003508 10.0.0.24 - - [2024-09-19 02:32:15] "POST /telemetry-profiles HTTP/1.1" 200 554 0.023270 10.0.0.24 - - [2024-09-19 02:32:15] "POST /fqname-to-id HTTP/1.1" 404 199 0.003593 10.0.0.24 - - [2024-09-19 02:32:15] "POST /sflow-profiles HTTP/1.1" 200 532 0.019742 10.0.0.24 - - [2024-09-19 02:32:15] "POST /fqname-to-id HTTP/1.1" 404 202 0.004294 10.0.0.24 - - [2024-09-19 02:32:16] "POST /sflow-profiles HTTP/1.1" 200 538 0.304952 10.0.0.24 - - [2024-09-19 02:32:16] "POST /fqname-to-id HTTP/1.1" 404 202 0.003798 10.0.0.24 - - [2024-09-19 02:32:16] "POST /sflow-profiles HTTP/1.1" 200 538 0.019420 10.0.0.24 - - [2024-09-19 02:32:16] "POST /fqname-to-id HTTP/1.1" 404 199 0.003593 10.0.0.24 - - [2024-09-19 02:32:16] "POST /grpc-profiles HTTP/1.1" 200 530 0.018522 10.0.0.24 - - [2024-09-19 02:32:16] "POST /fqname-to-id HTTP/1.1" 404 199 0.003540 10.0.0.24 - - [2024-09-19 02:32:16] "POST /snmp-profiles HTTP/1.1" 200 530 0.018356 10.0.0.24 - - [2024-09-19 02:32:16] "POST /fqname-to-id HTTP/1.1" 404 202 0.004654 10.0.0.24 - - [2024-09-19 02:32:16] "POST /netconf-profiles HTTP/1.1" 200 542 0.018132 10.0.0.24 - - [2024-09-19 02:32:16] "POST /fqname-to-id HTTP/1.1" 404 193 0.003488 10.0.0.24 - - [2024-09-19 02:32:16] "POST /device-functional-groups HTTP/1.1" 200 540 0.017439 10.0.0.24 - - [2024-09-19 02:32:16] "POST /fqname-to-id HTTP/1.1" 404 193 0.003802 10.0.0.24 - - [2024-09-19 02:32:16] "POST /device-functional-groups HTTP/1.1" 200 540 0.021728 10.0.0.24 - - [2024-09-19 02:32:16] "POST /fqname-to-id HTTP/1.1" 404 195 0.003389 10.0.0.24 - - [2024-09-19 02:32:16] "POST /device-functional-groups HTTP/1.1" 200 544 0.018984 10.0.0.24 - - [2024-09-19 02:32:16] "POST /fqname-to-id HTTP/1.1" 404 194 0.003434 10.0.0.24 - - [2024-09-19 02:32:16] "POST /device-functional-groups HTTP/1.1" 200 542 0.018589 10.0.0.24 - - [2024-09-19 02:32:16] "POST /fqname-to-id HTTP/1.1" 404 218 0.003475 10.0.0.24 - - [2024-09-19 02:32:17] "POST /device-functional-groups HTTP/1.1" 200 590 0.023086 10.0.0.24 - - [2024-09-19 02:32:17] "POST /fqname-to-id HTTP/1.1" 404 208 0.004650 10.0.0.24 - - [2024-09-19 02:32:17] "POST /device-functional-groups HTTP/1.1" 200 570 0.020329 10.0.0.24 - - [2024-09-19 02:32:17] "POST /fqname-to-id HTTP/1.1" 404 236 0.005166 10.0.0.24 - - [2024-09-19 02:32:17] "POST /device-functional-groups HTTP/1.1" 200 620 0.019205 10.0.0.24 - - [2024-09-19 02:32:17] "POST /fqname-to-id HTTP/1.1" 404 206 0.003582 10.0.0.24 - - [2024-09-19 02:32:17] "POST /device-functional-groups HTTP/1.1" 200 566 0.017879 10.0.0.24 - - [2024-09-19 02:32:17] "POST /fqname-to-id HTTP/1.1" 404 205 0.003297 10.0.0.24 - - [2024-09-19 02:32:17] "POST /device-functional-groups HTTP/1.1" 200 564 0.018888 10.0.0.24 - - [2024-09-19 02:32:17] "POST /fqname-to-id HTTP/1.1" 404 210 0.004269 10.0.0.24 - - [2024-09-19 02:32:17] "POST /device-functional-groups HTTP/1.1" 200 574 0.018924 10.0.0.24 - - [2024-09-19 02:32:17] "POST /fqname-to-id HTTP/1.1" 404 201 0.004272 10.0.0.24 - - [2024-09-19 02:32:17] "POST /role-configs HTTP/1.1" 200 525 0.020777 10.0.0.24 - - [2024-09-19 02:32:17] "POST /fqname-to-id HTTP/1.1" 404 196 0.003459 10.0.0.24 - - [2024-09-19 02:32:17] "POST /role-configs HTTP/1.1" 200 520 0.030818 10.0.0.24 - - [2024-09-19 02:32:17] "POST /fqname-to-id HTTP/1.1" 404 198 0.004265 10.0.0.24 - - [2024-09-19 02:32:17] "POST /role-configs HTTP/1.1" 200 522 0.020071 10.0.0.24 - - [2024-09-19 02:32:18] "POST /fqname-to-id HTTP/1.1" 404 198 0.003941 10.0.0.24 - - [2024-09-19 02:32:18] "POST /role-configs HTTP/1.1" 200 522 0.020214 10.0.0.24 - - [2024-09-19 02:32:18] "POST /fqname-to-id HTTP/1.1" 404 202 0.003896 10.0.0.24 - - [2024-09-19 02:32:18] "POST /role-configs HTTP/1.1" 200 526 0.022064 10.0.0.24 - - [2024-09-19 02:32:18] "POST /fqname-to-id HTTP/1.1" 404 197 0.003283 10.0.0.24 - - [2024-09-19 02:32:18] "POST /role-configs HTTP/1.1" 200 521 0.021652 10.0.0.24 - - [2024-09-19 02:32:18] "POST /fqname-to-id HTTP/1.1" 404 193 0.004009 10.0.0.24 - - [2024-09-19 02:32:18] "POST /role-configs HTTP/1.1" 200 517 0.021228 10.0.0.24 - - [2024-09-19 02:32:18] "POST /fqname-to-id HTTP/1.1" 404 194 0.003522 10.0.0.24 - - [2024-09-19 02:32:18] "POST /role-configs HTTP/1.1" 200 518 0.019864 10.0.0.24 - - [2024-09-19 02:32:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.24 - - [2024-09-19 02:32:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.24 - - [2024-09-19 02:32:18] "POST /ref-update HTTP/1.1" 200 156 0.011450 10.0.0.24 - - [2024-09-19 02:32:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.24 - - [2024-09-19 02:32:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.24 - - [2024-09-19 02:32:18] "POST /ref-update HTTP/1.1" 200 156 0.009511 10.0.0.24 - - [2024-09-19 02:32:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004396 10.0.0.24 - - [2024-09-19 02:32:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004279 10.0.0.24 - - [2024-09-19 02:32:18] "POST /ref-update HTTP/1.1" 200 156 0.010253 10.0.0.24 - - [2024-09-19 02:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003771 10.0.0.24 - - [2024-09-19 02:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004521 10.0.0.24 - - [2024-09-19 02:32:19] "POST /ref-update HTTP/1.1" 200 156 0.009491 10.0.0.24 - - [2024-09-19 02:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003780 10.0.0.24 - - [2024-09-19 02:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737 10.0.0.24 - - [2024-09-19 02:32:19] "POST /ref-update HTTP/1.1" 200 156 0.009753 10.0.0.24 - - [2024-09-19 02:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003900 10.0.0.24 - - [2024-09-19 02:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003507 10.0.0.24 - - [2024-09-19 02:32:19] "POST /ref-update HTTP/1.1" 200 156 0.013045 10.0.0.24 - - [2024-09-19 02:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.24 - - [2024-09-19 02:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003740 10.0.0.24 - - [2024-09-19 02:32:19] "POST /ref-update HTTP/1.1" 200 156 0.011006 10.0.0.24 - - [2024-09-19 02:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882 10.0.0.24 - - [2024-09-19 02:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.24 - - [2024-09-19 02:32:19] "POST /ref-update HTTP/1.1" 200 156 0.011118 10.0.0.24 - - [2024-09-19 02:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.24 - - [2024-09-19 02:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.24 - - [2024-09-19 02:32:19] "POST /ref-update HTTP/1.1" 200 156 0.010121 10.0.0.24 - - [2024-09-19 02:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004377 10.0.0.24 - - [2024-09-19 02:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.24 - - [2024-09-19 02:32:20] "POST /ref-update HTTP/1.1" 200 156 0.009941 10.0.0.24 - - [2024-09-19 02:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.24 - - [2024-09-19 02:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005080 10.0.0.24 - - [2024-09-19 02:32:20] "POST /ref-update HTTP/1.1" 200 156 0.009431 10.0.0.24 - - [2024-09-19 02:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646 10.0.0.24 - - [2024-09-19 02:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.24 - - [2024-09-19 02:32:20] "POST /ref-update HTTP/1.1" 200 156 0.009263 10.0.0.24 - - [2024-09-19 02:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.24 - - [2024-09-19 02:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.24 - - [2024-09-19 02:32:20] "POST /ref-update HTTP/1.1" 200 156 0.008830 10.0.0.24 - - [2024-09-19 02:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004271 10.0.0.24 - - [2024-09-19 02:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004648 10.0.0.24 - - [2024-09-19 02:32:20] "POST /ref-update HTTP/1.1" 200 156 0.010227 10.0.0.24 - - [2024-09-19 02:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003902 10.0.0.24 - - [2024-09-19 02:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.24 - - [2024-09-19 02:32:20] "POST /ref-update HTTP/1.1" 200 156 0.008405 10.0.0.24 - - [2024-09-19 02:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004008 10.0.0.24 - - [2024-09-19 02:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.24 - - [2024-09-19 02:32:20] "POST /ref-update HTTP/1.1" 200 156 0.009212 10.0.0.24 - - [2024-09-19 02:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.24 - - [2024-09-19 02:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.24 - - [2024-09-19 02:32:21] "POST /ref-update HTTP/1.1" 200 156 0.009479 10.0.0.24 - - [2024-09-19 02:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.24 - - [2024-09-19 02:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.24 - - [2024-09-19 02:32:21] "POST /ref-update HTTP/1.1" 200 156 0.010048 10.0.0.24 - - [2024-09-19 02:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.24 - - [2024-09-19 02:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003745 10.0.0.24 - - [2024-09-19 02:32:21] "POST /ref-update HTTP/1.1" 200 156 0.009967 10.0.0.24 - - [2024-09-19 02:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.24 - - [2024-09-19 02:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.24 - - [2024-09-19 02:32:21] "POST /ref-update HTTP/1.1" 200 156 0.008270 10.0.0.24 - - [2024-09-19 02:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.24 - - [2024-09-19 02:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.24 - - [2024-09-19 02:32:21] "POST /ref-update HTTP/1.1" 200 156 0.008780 10.0.0.24 - - [2024-09-19 02:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.24 - - [2024-09-19 02:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004186 10.0.0.24 - - [2024-09-19 02:32:21] "POST /ref-update HTTP/1.1" 200 156 0.008805 10.0.0.24 - - [2024-09-19 02:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.24 - - [2024-09-19 02:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.24 - - [2024-09-19 02:32:22] "POST /ref-update HTTP/1.1" 200 156 0.008360 10.0.0.24 - - [2024-09-19 02:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.24 - - [2024-09-19 02:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.24 - - [2024-09-19 02:32:22] "POST /ref-update HTTP/1.1" 200 156 0.009059 10.0.0.24 - - [2024-09-19 02:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.24 - - [2024-09-19 02:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004216 10.0.0.24 - - [2024-09-19 02:32:22] "POST /ref-update HTTP/1.1" 200 156 0.009254 10.0.0.24 - - [2024-09-19 02:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.24 - - [2024-09-19 02:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.24 - - [2024-09-19 02:32:22] "POST /ref-update HTTP/1.1" 200 156 0.008852 10.0.0.24 - - [2024-09-19 02:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646 10.0.0.24 - - [2024-09-19 02:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.24 - - [2024-09-19 02:32:22] "POST /ref-update HTTP/1.1" 200 156 0.009668 10.0.0.24 - - [2024-09-19 02:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.24 - - [2024-09-19 02:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.24 - - [2024-09-19 02:32:22] "POST /ref-update HTTP/1.1" 200 156 0.008200 10.0.0.24 - - [2024-09-19 02:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.24 - - [2024-09-19 02:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003856 10.0.0.24 - - [2024-09-19 02:32:22] "POST /ref-update HTTP/1.1" 200 156 0.008206 10.0.0.24 - - [2024-09-19 02:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004661 10.0.0.24 - - [2024-09-19 02:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.24 - - [2024-09-19 02:32:23] "POST /ref-update HTTP/1.1" 200 156 0.010878 10.0.0.24 - - [2024-09-19 02:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003946 10.0.0.24 - - [2024-09-19 02:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.24 - - [2024-09-19 02:32:23] "POST /ref-update HTTP/1.1" 200 156 0.008404 10.0.0.24 - - [2024-09-19 02:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003975 10.0.0.24 - - [2024-09-19 02:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004126 10.0.0.24 - - [2024-09-19 02:32:23] "POST /ref-update HTTP/1.1" 200 156 0.009452 10.0.0.24 - - [2024-09-19 02:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005031 10.0.0.24 - - [2024-09-19 02:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.24 - - [2024-09-19 02:32:23] "POST /ref-update HTTP/1.1" 200 156 0.010409 10.0.0.24 - - [2024-09-19 02:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004314 10.0.0.24 - - [2024-09-19 02:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.24 - - [2024-09-19 02:32:23] "POST /ref-update HTTP/1.1" 200 156 0.009778 10.0.0.24 - - [2024-09-19 02:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004611 10.0.0.24 - - [2024-09-19 02:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003776 10.0.0.24 - - [2024-09-19 02:32:23] "POST /ref-update HTTP/1.1" 200 156 0.013340 10.0.0.24 - - [2024-09-19 02:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.24 - - [2024-09-19 02:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005161 10.0.0.24 - - [2024-09-19 02:32:24] "POST /ref-update HTTP/1.1" 200 156 0.008447 10.0.0.24 - - [2024-09-19 02:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004141 10.0.0.24 - - [2024-09-19 02:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.24 - - [2024-09-19 02:32:24] "POST /ref-update HTTP/1.1" 200 156 0.009253 10.0.0.24 - - [2024-09-19 02:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.24 - - [2024-09-19 02:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.24 - - [2024-09-19 02:32:24] "POST /ref-update HTTP/1.1" 200 156 0.008804 10.0.0.24 - - [2024-09-19 02:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.24 - - [2024-09-19 02:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.24 - - [2024-09-19 02:32:24] "POST /ref-update HTTP/1.1" 200 156 0.008073 10.0.0.24 - - [2024-09-19 02:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.24 - - [2024-09-19 02:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004341 10.0.0.24 - - [2024-09-19 02:32:24] "POST /ref-update HTTP/1.1" 200 156 0.009002 10.0.0.24 - - [2024-09-19 02:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003915 10.0.0.24 - - [2024-09-19 02:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003988 10.0.0.24 - - [2024-09-19 02:32:24] "POST /ref-update HTTP/1.1" 200 156 0.008630 10.0.0.24 - - [2024-09-19 02:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.24 - - [2024-09-19 02:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.24 - - [2024-09-19 02:32:24] "POST /ref-update HTTP/1.1" 200 156 0.008611 10.0.0.24 - - [2024-09-19 02:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.24 - - [2024-09-19 02:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.24 - - [2024-09-19 02:32:25] "POST /ref-update HTTP/1.1" 200 156 0.010276 10.0.0.24 - - [2024-09-19 02:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005018 10.0.0.24 - - [2024-09-19 02:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004115 10.0.0.24 - - [2024-09-19 02:32:25] "POST /ref-update HTTP/1.1" 200 156 0.010636 10.0.0.24 - - [2024-09-19 02:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004529 10.0.0.24 - - [2024-09-19 02:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003821 10.0.0.24 - - [2024-09-19 02:32:25] "POST /ref-update HTTP/1.1" 200 156 0.008301 10.0.0.24 - - [2024-09-19 02:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003807 10.0.0.24 - - [2024-09-19 02:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003765 10.0.0.24 - - [2024-09-19 02:32:25] "POST /ref-update HTTP/1.1" 200 156 0.011453 10.0.0.24 - - [2024-09-19 02:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004159 10.0.0.24 - - [2024-09-19 02:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005027 10.0.0.24 - - [2024-09-19 02:32:25] "POST /ref-update HTTP/1.1" 200 156 0.010058 10.0.0.24 - - [2024-09-19 02:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930 10.0.0.24 - - [2024-09-19 02:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004163 10.0.0.24 - - [2024-09-19 02:32:25] "POST /ref-update HTTP/1.1" 200 156 0.009468 10.0.0.24 - - [2024-09-19 02:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.24 - - [2024-09-19 02:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901 10.0.0.24 - - [2024-09-19 02:32:26] "POST /ref-update HTTP/1.1" 200 156 0.009223 10.0.0.24 - - [2024-09-19 02:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.24 - - [2024-09-19 02:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004428 10.0.0.24 - - [2024-09-19 02:32:26] "POST /ref-update HTTP/1.1" 200 156 0.010092 10.0.0.24 - - [2024-09-19 02:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.24 - - [2024-09-19 02:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.24 - - [2024-09-19 02:32:26] "POST /ref-update HTTP/1.1" 200 156 0.008314 10.0.0.24 - - [2024-09-19 02:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.24 - - [2024-09-19 02:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004090 10.0.0.24 - - [2024-09-19 02:32:26] "POST /ref-update HTTP/1.1" 200 156 0.011129 10.0.0.24 - - [2024-09-19 02:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.24 - - [2024-09-19 02:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.24 - - [2024-09-19 02:32:26] "POST /ref-update HTTP/1.1" 200 156 0.007938 10.0.0.24 - - [2024-09-19 02:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.24 - - [2024-09-19 02:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.24 - - [2024-09-19 02:32:26] "POST /ref-update HTTP/1.1" 200 156 0.008868 10.0.0.24 - - [2024-09-19 02:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004232 10.0.0.24 - - [2024-09-19 02:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.006394 10.0.0.24 - - [2024-09-19 02:32:26] "POST /ref-update HTTP/1.1" 200 156 0.008447 10.0.0.24 - - [2024-09-19 02:32:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003904 10.0.0.24 - - [2024-09-19 02:32:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.24 - - [2024-09-19 02:32:27] "POST /ref-update HTTP/1.1" 200 156 0.010298 10.0.0.24 - - [2024-09-19 02:32:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.24 - - [2024-09-19 02:32:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.24 - - [2024-09-19 02:32:27] "POST /ref-update HTTP/1.1" 200 156 0.009721 10.0.0.24 - - [2024-09-19 02:32:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.24 - - [2024-09-19 02:32:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.24 - - [2024-09-19 02:32:27] "POST /ref-update HTTP/1.1" 200 156 0.008947 10.0.0.24 - - [2024-09-19 02:32:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782 10.0.0.24 - - [2024-09-19 02:32:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.24 - - [2024-09-19 02:32:27] "POST /ref-update HTTP/1.1" 200 156 0.008703 10.0.0.24 - - [2024-09-19 02:32:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003907 10.0.0.24 - - [2024-09-19 02:32:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004076 10.0.0.24 - - [2024-09-19 02:32:27] "POST /ref-update HTTP/1.1" 200 156 0.009182 10.0.0.24 - - [2024-09-19 02:32:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004094 10.0.0.24 - - [2024-09-19 02:32:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.24 - - [2024-09-19 02:32:27] "POST /ref-update HTTP/1.1" 200 156 0.010646 10.0.0.24 - - [2024-09-19 02:32:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.24 - - [2024-09-19 02:32:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.24 - - [2024-09-19 02:32:28] "POST /ref-update HTTP/1.1" 200 156 0.008729 10.0.0.24 - - [2024-09-19 02:32:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004055 10.0.0.24 - - [2024-09-19 02:32:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.24 - - [2024-09-19 02:32:28] "POST /ref-update HTTP/1.1" 200 156 0.009073 10.0.0.24 - - [2024-09-19 02:32:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.24 - - [2024-09-19 02:32:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004265 10.0.0.24 - - [2024-09-19 02:32:28] "POST /ref-update HTTP/1.1" 200 156 0.010286 10.0.0.24 - - [2024-09-19 02:32:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003925 10.0.0.24 - - [2024-09-19 02:32:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.24 - - [2024-09-19 02:32:28] "POST /ref-update HTTP/1.1" 200 156 0.009211 10.0.0.24 - - [2024-09-19 02:32:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.24 - - [2024-09-19 02:32:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.24 - - [2024-09-19 02:32:28] "POST /ref-update HTTP/1.1" 200 156 0.010914 10.0.0.24 - - [2024-09-19 02:32:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.24 - - [2024-09-19 02:32:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004405 10.0.0.24 - - [2024-09-19 02:32:28] "POST /ref-update HTTP/1.1" 200 156 0.011392 10.0.0.24 - - [2024-09-19 02:32:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004623 10.0.0.24 - - [2024-09-19 02:32:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.24 - - [2024-09-19 02:32:28] "POST /ref-update HTTP/1.1" 200 156 0.008740 10.0.0.24 - - [2024-09-19 02:32:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.24 - - [2024-09-19 02:32:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.24 - - [2024-09-19 02:32:29] "POST /ref-update HTTP/1.1" 200 156 0.010686 10.0.0.24 - - [2024-09-19 02:32:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.24 - - [2024-09-19 02:32:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.24 - - [2024-09-19 02:32:29] "POST /ref-update HTTP/1.1" 200 156 0.009346 10.0.0.24 - - [2024-09-19 02:32:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.24 - - [2024-09-19 02:32:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003791 10.0.0.24 - - [2024-09-19 02:32:29] "POST /ref-update HTTP/1.1" 200 156 0.009270 10.0.0.24 - - [2024-09-19 02:32:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.24 - - [2024-09-19 02:32:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.24 - - [2024-09-19 02:32:29] "POST /ref-update HTTP/1.1" 200 156 0.009033 10.0.0.24 - - [2024-09-19 02:32:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004167 10.0.0.24 - - [2024-09-19 02:32:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.24 - - [2024-09-19 02:32:29] "POST /ref-update HTTP/1.1" 200 156 0.008935 10.0.0.24 - - [2024-09-19 02:32:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004268 10.0.0.24 - - [2024-09-19 02:32:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004024 10.0.0.24 - - [2024-09-19 02:32:29] "POST /ref-update HTTP/1.1" 200 156 0.011081 10.0.0.24 - - [2024-09-19 02:32:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.24 - - [2024-09-19 02:32:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004800 10.0.0.24 - - [2024-09-19 02:32:30] "POST /ref-update HTTP/1.1" 200 156 0.009813 10.0.0.24 - - [2024-09-19 02:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004077 10.0.0.24 - - [2024-09-19 02:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004342 10.0.0.24 - - [2024-09-19 02:32:30] "POST /ref-update HTTP/1.1" 200 156 0.009954 10.0.0.24 - - [2024-09-19 02:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.24 - - [2024-09-19 02:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003840 10.0.0.24 - - [2024-09-19 02:32:30] "POST /ref-update HTTP/1.1" 200 156 0.008676 10.0.0.24 - - [2024-09-19 02:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.24 - - [2024-09-19 02:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.24 - - [2024-09-19 02:32:30] "POST /ref-update HTTP/1.1" 200 156 0.008560 10.0.0.24 - - [2024-09-19 02:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004412 10.0.0.24 - - [2024-09-19 02:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.24 - - [2024-09-19 02:32:30] "POST /ref-update HTTP/1.1" 200 156 0.009228 10.0.0.24 - - [2024-09-19 02:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.24 - - [2024-09-19 02:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.24 - - [2024-09-19 02:32:30] "POST /ref-update HTTP/1.1" 200 156 0.009239 10.0.0.24 - - [2024-09-19 02:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.24 - - [2024-09-19 02:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.24 - - [2024-09-19 02:32:30] "POST /ref-update HTTP/1.1" 200 156 0.008536 10.0.0.24 - - [2024-09-19 02:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.24 - - [2024-09-19 02:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004804 10.0.0.24 - - [2024-09-19 02:32:31] "POST /ref-update HTTP/1.1" 200 156 0.010166 10.0.0.24 - - [2024-09-19 02:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901 10.0.0.24 - - [2024-09-19 02:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004344 10.0.0.24 - - [2024-09-19 02:32:31] "POST /ref-update HTTP/1.1" 200 156 0.011559 10.0.0.24 - - [2024-09-19 02:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.24 - - [2024-09-19 02:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004438 10.0.0.24 - - [2024-09-19 02:32:31] "POST /ref-update HTTP/1.1" 200 156 0.009153 10.0.0.24 - - [2024-09-19 02:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004002 10.0.0.24 - - [2024-09-19 02:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003790 10.0.0.24 - - [2024-09-19 02:32:31] "POST /ref-update HTTP/1.1" 200 156 0.008582 10.0.0.24 - - [2024-09-19 02:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.24 - - [2024-09-19 02:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004599 10.0.0.24 - - [2024-09-19 02:32:31] "POST /ref-update HTTP/1.1" 200 156 0.010690 10.0.0.24 - - [2024-09-19 02:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.24 - - [2024-09-19 02:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004379 10.0.0.24 - - [2024-09-19 02:32:31] "POST /ref-update HTTP/1.1" 200 156 0.010802 10.0.0.24 - - [2024-09-19 02:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.24 - - [2024-09-19 02:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.006108 10.0.0.24 - - [2024-09-19 02:32:32] "POST /ref-update HTTP/1.1" 200 156 0.011483 10.0.0.24 - - [2024-09-19 02:32:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004760 10.0.0.24 - - [2024-09-19 02:32:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.24 - - [2024-09-19 02:32:32] "POST /ref-update HTTP/1.1" 200 156 0.009161 10.0.0.24 - - [2024-09-19 02:32:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.24 - - [2024-09-19 02:32:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004736 10.0.0.24 - - [2024-09-19 02:32:32] "POST /ref-update HTTP/1.1" 200 156 0.009886 10.0.0.24 - - [2024-09-19 02:32:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004300 10.0.0.24 - - [2024-09-19 02:32:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.24 - - [2024-09-19 02:32:32] "POST /ref-update HTTP/1.1" 200 156 0.009678 10.0.0.24 - - [2024-09-19 02:32:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.24 - - [2024-09-19 02:32:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004122 10.0.0.24 - - [2024-09-19 02:32:32] "POST /ref-update HTTP/1.1" 200 156 0.011452 10.0.0.24 - - [2024-09-19 02:32:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004521 10.0.0.24 - - [2024-09-19 02:32:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004867 10.0.0.24 - - [2024-09-19 02:32:32] "POST /ref-update HTTP/1.1" 200 156 0.010994 10.0.0.24 - - [2024-09-19 02:32:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004581 10.0.0.24 - - [2024-09-19 02:32:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.24 - - [2024-09-19 02:32:32] "POST /ref-update HTTP/1.1" 200 156 0.009221 10.0.0.24 - - [2024-09-19 02:32:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.24 - - [2024-09-19 02:32:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003852 10.0.0.24 - - [2024-09-19 02:32:33] "POST /ref-update HTTP/1.1" 200 156 0.009559 10.0.0.24 - - [2024-09-19 02:32:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.24 - - [2024-09-19 02:32:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.24 - - [2024-09-19 02:32:33] "POST /ref-update HTTP/1.1" 200 156 0.008798 10.0.0.24 - - [2024-09-19 02:32:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003677 10.0.0.24 - - [2024-09-19 02:32:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.24 - - [2024-09-19 02:32:33] "POST /ref-update HTTP/1.1" 200 156 0.010208 10.0.0.24 - - [2024-09-19 02:32:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.24 - - [2024-09-19 02:32:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004043 10.0.0.24 - - [2024-09-19 02:32:33] "POST /ref-update HTTP/1.1" 200 156 0.010652 10.0.0.24 - - [2024-09-19 02:32:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004079 10.0.0.24 - - [2024-09-19 02:32:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005198 10.0.0.24 - - [2024-09-19 02:32:33] "POST /ref-update HTTP/1.1" 200 156 0.011077 10.0.0.24 - - [2024-09-19 02:32:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004848 10.0.0.24 - - [2024-09-19 02:32:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.24 - - [2024-09-19 02:32:33] "POST /ref-update HTTP/1.1" 200 156 0.011471 10.0.0.24 - - [2024-09-19 02:32:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004271 10.0.0.24 - - [2024-09-19 02:32:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004639 10.0.0.24 - - [2024-09-19 02:32:34] "POST /ref-update HTTP/1.1" 200 156 0.009704 10.0.0.24 - - [2024-09-19 02:32:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004390 10.0.0.24 - - [2024-09-19 02:32:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004127 10.0.0.24 - - [2024-09-19 02:32:34] "POST /ref-update HTTP/1.1" 200 156 0.010582 10.0.0.24 - - [2024-09-19 02:32:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004779 10.0.0.24 - - [2024-09-19 02:32:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.24 - - [2024-09-19 02:32:34] "POST /ref-update HTTP/1.1" 200 156 0.010500 10.0.0.24 - - [2024-09-19 02:32:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004121 10.0.0.24 - - [2024-09-19 02:32:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004842 10.0.0.24 - - [2024-09-19 02:32:34] "POST /ref-update HTTP/1.1" 200 156 0.010057 10.0.0.24 - - [2024-09-19 02:32:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.24 - - [2024-09-19 02:32:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.24 - - [2024-09-19 02:32:34] "POST /ref-update HTTP/1.1" 200 156 0.010048 10.0.0.24 - - [2024-09-19 02:32:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.24 - - [2024-09-19 02:32:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.24 - - [2024-09-19 02:32:34] "POST /ref-update HTTP/1.1" 200 156 0.008741 10.0.0.24 - - [2024-09-19 02:32:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004034 10.0.0.24 - - [2024-09-19 02:32:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.24 - - [2024-09-19 02:32:35] "POST /ref-update HTTP/1.1" 200 156 0.010380 10.0.0.24 - - [2024-09-19 02:32:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.24 - - [2024-09-19 02:32:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.24 - - [2024-09-19 02:32:35] "POST /ref-update HTTP/1.1" 200 156 0.009931 10.0.0.24 - - [2024-09-19 02:32:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003676 10.0.0.24 - - [2024-09-19 02:32:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.24 - - [2024-09-19 02:32:35] "POST /ref-update HTTP/1.1" 200 156 0.009965 10.0.0.24 - - [2024-09-19 02:32:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.24 - - [2024-09-19 02:32:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.24 - - [2024-09-19 02:32:35] "POST /ref-update HTTP/1.1" 200 156 0.010001 10.0.0.24 - - [2024-09-19 02:32:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003904 10.0.0.24 - - [2024-09-19 02:32:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.24 - - [2024-09-19 02:32:35] "POST /ref-update HTTP/1.1" 200 156 0.009126 10.0.0.24 - - [2024-09-19 02:32:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005772 10.0.0.24 - - [2024-09-19 02:32:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.006387 10.0.0.24 - - [2024-09-19 02:32:35] "POST /ref-update HTTP/1.1" 200 156 0.009158 10.0.0.24 - - [2024-09-19 02:32:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.24 - - [2024-09-19 02:32:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004371 10.0.0.24 - - [2024-09-19 02:32:35] "POST /ref-update HTTP/1.1" 200 156 0.009573 10.0.0.24 - - [2024-09-19 02:32:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004777 10.0.0.24 - - [2024-09-19 02:32:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004460 10.0.0.24 - - [2024-09-19 02:32:36] "POST /ref-update HTTP/1.1" 200 156 0.008774 10.0.0.24 - - [2024-09-19 02:32:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.24 - - [2024-09-19 02:32:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004029 10.0.0.24 - - [2024-09-19 02:32:36] "POST /ref-update HTTP/1.1" 200 156 0.008399 10.0.0.24 - - [2024-09-19 02:32:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.24 - - [2024-09-19 02:32:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.24 - - [2024-09-19 02:32:36] "POST /ref-update HTTP/1.1" 200 156 0.009628 10.0.0.24 - - [2024-09-19 02:32:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004524 10.0.0.24 - - [2024-09-19 02:32:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004569 10.0.0.24 - - [2024-09-19 02:32:36] "POST /ref-update HTTP/1.1" 200 156 0.011305 10.0.0.24 - - [2024-09-19 02:32:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.24 - - [2024-09-19 02:32:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.24 - - [2024-09-19 02:32:36] "POST /ref-update HTTP/1.1" 200 156 0.008327 10.0.0.24 - - [2024-09-19 02:32:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.24 - - [2024-09-19 02:32:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.24 - - [2024-09-19 02:32:36] "POST /ref-update HTTP/1.1" 200 156 0.010116 10.0.0.24 - - [2024-09-19 02:32:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004380 10.0.0.24 - - [2024-09-19 02:32:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004586 10.0.0.24 - - [2024-09-19 02:32:36] "POST /ref-update HTTP/1.1" 200 156 0.009820 10.0.0.24 - - [2024-09-19 02:32:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.24 - - [2024-09-19 02:32:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.24 - - [2024-09-19 02:32:37] "POST /ref-update HTTP/1.1" 200 156 0.011806 10.0.0.24 - - [2024-09-19 02:32:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004159 10.0.0.24 - - [2024-09-19 02:32:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.24 - - [2024-09-19 02:32:37] "POST /ref-update HTTP/1.1" 200 156 0.009697 10.0.0.24 - - [2024-09-19 02:32:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.24 - - [2024-09-19 02:32:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005148 10.0.0.24 - - [2024-09-19 02:32:37] "POST /ref-update HTTP/1.1" 200 156 0.010337 10.0.0.24 - - [2024-09-19 02:32:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004298 10.0.0.24 - - [2024-09-19 02:32:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.24 - - [2024-09-19 02:32:37] "POST /ref-update HTTP/1.1" 200 156 0.012892 10.0.0.24 - - [2024-09-19 02:32:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004564 10.0.0.24 - - [2024-09-19 02:32:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004536 10.0.0.24 - - [2024-09-19 02:32:37] "POST /ref-update HTTP/1.1" 200 156 0.010506 10.0.0.24 - - [2024-09-19 02:32:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004379 10.0.0.24 - - [2024-09-19 02:32:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.24 - - [2024-09-19 02:32:37] "POST /ref-update HTTP/1.1" 200 156 0.011328 10.0.0.24 - - [2024-09-19 02:32:37] "GET /global-system-configs HTTP/1.1" 200 322 1.025428 10.0.0.24 - - [2024-09-19 02:32:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.24 - - [2024-09-19 02:32:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.24 - - [2024-09-19 02:32:38] "POST /ref-update HTTP/1.1" 200 156 0.008408 10.0.0.24 - - [2024-09-19 02:32:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.24 - - [2024-09-19 02:32:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003904 10.0.0.24 - - [2024-09-19 02:32:38] "POST /ref-update HTTP/1.1" 200 156 0.008573 10.0.0.24 - - [2024-09-19 02:32:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003967 10.0.0.24 - - [2024-09-19 02:32:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004067 10.0.0.24 - - [2024-09-19 02:32:38] "POST /ref-update HTTP/1.1" 200 156 0.009746 10.0.0.24 - - [2024-09-19 02:32:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.24 - - [2024-09-19 02:32:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.24 - - [2024-09-19 02:32:38] "POST /ref-update HTTP/1.1" 200 156 0.013363 10.0.0.24 - - [2024-09-19 02:32:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004994 10.0.0.24 - - [2024-09-19 02:32:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003992 10.0.0.24 - - [2024-09-19 02:32:38] "GET /global-system-configs HTTP/1.1" 200 322 0.031415 10.0.0.24 - - [2024-09-19 02:32:38] "POST /ref-update HTTP/1.1" 200 156 0.009023 10.0.0.24 - - [2024-09-19 02:32:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.24 - - [2024-09-19 02:32:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.24 - - [2024-09-19 02:32:38] "POST /ref-update HTTP/1.1" 200 156 0.009400 10.0.0.24 - - [2024-09-19 02:32:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004163 10.0.0.24 - - [2024-09-19 02:32:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004055 10.0.0.24 - - [2024-09-19 02:32:39] "POST /ref-update HTTP/1.1" 200 156 0.009917 10.0.0.24 - - [2024-09-19 02:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.24 - - [2024-09-19 02:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.24 - - [2024-09-19 02:32:39] "POST /ref-update HTTP/1.1" 200 156 0.010827 10.0.0.24 - - [2024-09-19 02:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.24 - - [2024-09-19 02:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004449 10.0.0.24 - - [2024-09-19 02:32:39] "POST /ref-update HTTP/1.1" 200 156 0.009799 10.0.0.24 - - [2024-09-19 02:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.24 - - [2024-09-19 02:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.24 - - [2024-09-19 02:32:39] "POST /ref-update HTTP/1.1" 200 156 0.010586 10.0.0.24 - - [2024-09-19 02:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.24 - - [2024-09-19 02:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003976 10.0.0.24 - - [2024-09-19 02:32:39] "POST /ref-update HTTP/1.1" 200 156 0.008957 10.0.0.24 - - [2024-09-19 02:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.24 - - [2024-09-19 02:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003815 10.0.0.24 - - [2024-09-19 02:32:39] "POST /ref-update HTTP/1.1" 200 156 0.009347 10.0.0.24 - - [2024-09-19 02:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003936 10.0.0.24 - - [2024-09-19 02:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.24 - - [2024-09-19 02:32:39] "POST /ref-update HTTP/1.1" 200 156 0.011151 10.0.0.24 - - [2024-09-19 02:32:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004426 10.0.0.24 - - [2024-09-19 02:32:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.24 - - [2024-09-19 02:32:40] "POST /ref-update HTTP/1.1" 200 156 0.009487 10.0.0.24 - - [2024-09-19 02:32:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004957 10.0.0.24 - - [2024-09-19 02:32:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004561 10.0.0.24 - - [2024-09-19 02:32:40] "POST /ref-update HTTP/1.1" 200 156 0.008796 10.0.0.24 - - [2024-09-19 02:32:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.24 - - [2024-09-19 02:32:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.24 - - [2024-09-19 02:32:40] "POST /ref-update HTTP/1.1" 200 156 0.008432 10.0.0.24 - - [2024-09-19 02:32:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.24 - - [2024-09-19 02:32:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.24 - - [2024-09-19 02:32:40] "POST /ref-update HTTP/1.1" 200 156 0.009961 10.0.0.24 - - [2024-09-19 02:32:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004263 10.0.0.24 - - [2024-09-19 02:32:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.24 - - [2024-09-19 02:32:40] "POST /ref-update HTTP/1.1" 200 156 0.008706 10.0.0.24 - - [2024-09-19 02:32:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.24 - - [2024-09-19 02:32:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.24 - - [2024-09-19 02:32:40] "POST /ref-update HTTP/1.1" 200 156 0.008710 10.0.0.24 - - [2024-09-19 02:32:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004201 10.0.0.24 - - [2024-09-19 02:32:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004333 10.0.0.24 - - [2024-09-19 02:32:41] "POST /ref-update HTTP/1.1" 200 156 0.011034 10.0.0.24 - - [2024-09-19 02:32:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004160 10.0.0.24 - - [2024-09-19 02:32:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004393 10.0.0.24 - - [2024-09-19 02:32:41] "POST /ref-update HTTP/1.1" 200 156 0.009382 10.0.0.24 - - [2024-09-19 02:32:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003904 10.0.0.24 - - [2024-09-19 02:32:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004263 10.0.0.24 - - [2024-09-19 02:32:41] "POST /ref-update HTTP/1.1" 200 156 0.009870 10.0.0.24 - - [2024-09-19 02:32:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004371 10.0.0.24 - - [2024-09-19 02:32:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.24 - - [2024-09-19 02:32:41] "POST /ref-update HTTP/1.1" 200 156 0.009683 10.0.0.24 - - [2024-09-19 02:32:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.24 - - [2024-09-19 02:32:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005050 10.0.0.24 - - [2024-09-19 02:32:41] "POST /ref-update HTTP/1.1" 200 156 0.008759 10.0.0.24 - - [2024-09-19 02:32:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004191 10.0.0.24 - - [2024-09-19 02:32:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.24 - - [2024-09-19 02:32:41] "POST /ref-update HTTP/1.1" 200 156 0.008850 10.0.0.24 - - [2024-09-19 02:32:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003976 10.0.0.24 - - [2024-09-19 02:32:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.24 - - [2024-09-19 02:32:42] "POST /ref-update HTTP/1.1" 200 156 0.009389 10.0.0.24 - - [2024-09-19 02:32:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.24 - - [2024-09-19 02:32:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.24 - - [2024-09-19 02:32:42] "POST /ref-update HTTP/1.1" 200 156 0.009724 10.0.0.24 - - [2024-09-19 02:32:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.24 - - [2024-09-19 02:32:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.24 - - [2024-09-19 02:32:42] "POST /ref-update HTTP/1.1" 200 156 0.008662 10.0.0.24 - - [2024-09-19 02:32:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004540 10.0.0.24 - - [2024-09-19 02:32:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.24 - - [2024-09-19 02:32:42] "POST /ref-update HTTP/1.1" 200 156 0.009185 10.0.0.24 - - [2024-09-19 02:32:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.24 - - [2024-09-19 02:32:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.24 - - [2024-09-19 02:32:42] "POST /ref-update HTTP/1.1" 200 156 0.008583 10.0.0.24 - - [2024-09-19 02:32:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.24 - - [2024-09-19 02:32:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.24 - - [2024-09-19 02:32:42] "POST /ref-update HTTP/1.1" 200 156 0.009291 10.0.0.24 - - [2024-09-19 02:32:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.24 - - [2024-09-19 02:32:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.24 - - [2024-09-19 02:32:42] "POST /ref-update HTTP/1.1" 200 156 0.008605 10.0.0.24 - - [2024-09-19 02:32:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.24 - - [2024-09-19 02:32:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.24 - - [2024-09-19 02:32:43] "POST /ref-update HTTP/1.1" 200 156 0.008439 10.0.0.24 - - [2024-09-19 02:32:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.24 - - [2024-09-19 02:32:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.24 - - [2024-09-19 02:32:43] "POST /ref-update HTTP/1.1" 200 156 0.011095 10.0.0.24 - - [2024-09-19 02:32:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.24 - - [2024-09-19 02:32:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.24 - - [2024-09-19 02:32:43] "POST /ref-update HTTP/1.1" 200 156 0.009723 10.0.0.24 - - [2024-09-19 02:32:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.24 - - [2024-09-19 02:32:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.24 - - [2024-09-19 02:32:43] "POST /ref-update HTTP/1.1" 200 156 0.009344 10.0.0.24 - - [2024-09-19 02:32:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004050 10.0.0.24 - - [2024-09-19 02:32:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004198 10.0.0.24 - - [2024-09-19 02:32:43] "POST /ref-update HTTP/1.1" 200 156 0.010392 10.0.0.24 - - [2024-09-19 02:32:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.24 - - [2024-09-19 02:32:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.24 - - [2024-09-19 02:32:43] "POST /ref-update HTTP/1.1" 200 156 0.009922 10.0.0.24 - - [2024-09-19 02:32:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.24 - - [2024-09-19 02:32:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.24 - - [2024-09-19 02:32:44] "POST /ref-update HTTP/1.1" 200 156 0.010160 10.0.0.24 - - [2024-09-19 02:32:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004203 10.0.0.24 - - [2024-09-19 02:32:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004239 10.0.0.24 - - [2024-09-19 02:32:44] "POST /ref-update HTTP/1.1" 200 156 0.026299 10.0.0.24 - - [2024-09-19 02:32:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.24 - - [2024-09-19 02:32:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004003 10.0.0.24 - - [2024-09-19 02:32:44] "POST /ref-update HTTP/1.1" 200 156 0.009901 10.0.0.24 - - [2024-09-19 02:32:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.24 - - [2024-09-19 02:32:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.24 - - [2024-09-19 02:32:44] "POST /ref-update HTTP/1.1" 200 156 0.008466 10.0.0.24 - - [2024-09-19 02:32:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.24 - - [2024-09-19 02:32:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004449 10.0.0.24 - - [2024-09-19 02:32:44] "POST /ref-update HTTP/1.1" 200 156 0.008992 10.0.0.24 - - [2024-09-19 02:32:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.24 - - [2024-09-19 02:32:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.24 - - [2024-09-19 02:32:44] "POST /ref-update HTTP/1.1" 200 156 0.008844 10.0.0.24 - - [2024-09-19 02:32:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.24 - - [2024-09-19 02:32:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004117 10.0.0.24 - - [2024-09-19 02:32:44] "POST /ref-update HTTP/1.1" 200 156 0.010809 10.0.0.24 - - [2024-09-19 02:32:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.006507 10.0.0.24 - - [2024-09-19 02:32:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004660 10.0.0.24 - - [2024-09-19 02:32:45] "POST /ref-update HTTP/1.1" 200 156 0.009941 10.0.0.24 - - [2024-09-19 02:32:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004812 10.0.0.24 - - [2024-09-19 02:32:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.24 - - [2024-09-19 02:32:45] "POST /ref-update HTTP/1.1" 200 156 0.010830 10.0.0.24 - - [2024-09-19 02:32:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004687 10.0.0.24 - - [2024-09-19 02:32:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.24 - - [2024-09-19 02:32:45] "POST /ref-update HTTP/1.1" 200 156 0.010089 10.0.0.24 - - [2024-09-19 02:32:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.24 - - [2024-09-19 02:32:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727 10.0.0.24 - - [2024-09-19 02:32:45] "POST /ref-update HTTP/1.1" 200 156 0.010588 10.0.0.24 - - [2024-09-19 02:32:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004724 10.0.0.24 - - [2024-09-19 02:32:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.24 - - [2024-09-19 02:32:45] "POST /ref-update HTTP/1.1" 200 156 0.011039 10.0.0.24 - - [2024-09-19 02:32:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.24 - - [2024-09-19 02:32:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.24 - - [2024-09-19 02:32:45] "POST /ref-update HTTP/1.1" 200 156 0.010782 10.0.0.24 - - [2024-09-19 02:32:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004151 10.0.0.24 - - [2024-09-19 02:32:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.24 - - [2024-09-19 02:32:46] "POST /ref-update HTTP/1.1" 200 156 0.009475 10.0.0.24 - - [2024-09-19 02:32:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004272 10.0.0.24 - - [2024-09-19 02:32:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.24 - - [2024-09-19 02:32:46] "POST /ref-update HTTP/1.1" 200 156 0.009541 10.0.0.24 - - [2024-09-19 02:32:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971 10.0.0.24 - - [2024-09-19 02:32:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004694 10.0.0.24 - - [2024-09-19 02:32:46] "POST /ref-update HTTP/1.1" 200 156 0.012100 10.0.0.24 - - [2024-09-19 02:32:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.24 - - [2024-09-19 02:32:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004318 10.0.0.24 - - [2024-09-19 02:32:46] "POST /ref-update HTTP/1.1" 200 156 0.011324 10.0.0.24 - - [2024-09-19 02:32:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004003 10.0.0.24 - - [2024-09-19 02:32:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004693 10.0.0.24 - - [2024-09-19 02:32:46] "POST /ref-update HTTP/1.1" 200 156 0.008964 10.0.0.24 - - [2024-09-19 02:32:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.24 - - [2024-09-19 02:32:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.24 - - [2024-09-19 02:32:46] "POST /ref-update HTTP/1.1" 200 156 0.012327 10.0.0.24 - - [2024-09-19 02:32:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004453 10.0.0.24 - - [2024-09-19 02:32:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.24 - - [2024-09-19 02:32:47] "POST /ref-update HTTP/1.1" 200 156 0.010207 10.0.0.24 - - [2024-09-19 02:32:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003976 10.0.0.24 - - [2024-09-19 02:32:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004429 10.0.0.24 - - [2024-09-19 02:32:47] "POST /ref-update HTTP/1.1" 200 156 0.010600 10.0.0.24 - - [2024-09-19 02:32:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004523 10.0.0.24 - - [2024-09-19 02:32:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.24 - - [2024-09-19 02:32:47] "POST /ref-update HTTP/1.1" 200 156 0.011765 10.0.0.24 - - [2024-09-19 02:32:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.24 - - [2024-09-19 02:32:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004112 10.0.0.24 - - [2024-09-19 02:32:47] "POST /ref-update HTTP/1.1" 200 156 0.011846 10.0.0.24 - - [2024-09-19 02:32:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004004 10.0.0.24 - - [2024-09-19 02:32:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.24 - - [2024-09-19 02:32:47] "POST /ref-update HTTP/1.1" 200 156 0.011601 10.0.0.24 - - [2024-09-19 02:32:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004077 10.0.0.24 - - [2024-09-19 02:32:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.24 - - [2024-09-19 02:32:47] "POST /ref-update HTTP/1.1" 200 156 0.010250 10.0.0.24 - - [2024-09-19 02:32:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003619 10.0.0.24 - - [2024-09-19 02:32:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004189 10.0.0.24 - - [2024-09-19 02:32:47] "POST /ref-update HTTP/1.1" 200 156 0.010540 10.0.0.24 - - [2024-09-19 02:32:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.24 - - [2024-09-19 02:32:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.24 - - [2024-09-19 02:32:48] "POST /ref-update HTTP/1.1" 200 156 0.010243 10.0.0.24 - - [2024-09-19 02:32:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.24 - - [2024-09-19 02:32:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.24 - - [2024-09-19 02:32:48] "POST /ref-update HTTP/1.1" 200 156 0.009890 10.0.0.24 - - [2024-09-19 02:32:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004350 10.0.0.24 - - [2024-09-19 02:32:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.24 - - [2024-09-19 02:32:48] "POST /ref-update HTTP/1.1" 200 156 0.009781 10.0.0.24 - - [2024-09-19 02:32:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.24 - - [2024-09-19 02:32:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004003 10.0.0.24 - - [2024-09-19 02:32:48] "POST /ref-update HTTP/1.1" 200 156 0.010695 10.0.0.24 - - [2024-09-19 02:32:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.24 - - [2024-09-19 02:32:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003731 10.0.0.24 - - [2024-09-19 02:32:48] "POST /ref-update HTTP/1.1" 200 156 0.010171 10.0.0.24 - - [2024-09-19 02:32:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.24 - - [2024-09-19 02:32:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.24 - - [2024-09-19 02:32:48] "POST /ref-update HTTP/1.1" 200 156 0.010050 10.0.0.24 - - [2024-09-19 02:32:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.24 - - [2024-09-19 02:32:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.24 - - [2024-09-19 02:32:49] "POST /ref-update HTTP/1.1" 200 156 0.010821 10.0.0.24 - - [2024-09-19 02:32:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.24 - - [2024-09-19 02:32:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003667 10.0.0.24 - - [2024-09-19 02:32:49] "POST /ref-update HTTP/1.1" 200 156 0.009484 10.0.0.24 - - [2024-09-19 02:32:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.24 - - [2024-09-19 02:32:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.24 - - [2024-09-19 02:32:49] "POST /ref-update HTTP/1.1" 200 156 0.010289 10.0.0.24 - - [2024-09-19 02:32:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989 10.0.0.24 - - [2024-09-19 02:32:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.24 - - [2024-09-19 02:32:49] "POST /ref-update HTTP/1.1" 200 156 0.008693 10.0.0.24 - - [2024-09-19 02:32:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.24 - - [2024-09-19 02:32:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810 10.0.0.24 - - [2024-09-19 02:32:49] "POST /ref-update HTTP/1.1" 200 156 0.010830 10.0.0.24 - - [2024-09-19 02:32:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.24 - - [2024-09-19 02:32:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889 10.0.0.24 - - [2024-09-19 02:32:49] "POST /ref-update HTTP/1.1" 200 156 0.012554 10.0.0.24 - - [2024-09-19 02:32:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.24 - - [2024-09-19 02:32:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004346 10.0.0.24 - - [2024-09-19 02:32:49] "POST /ref-update HTTP/1.1" 200 156 0.011665 10.0.0.24 - - [2024-09-19 02:32:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005228 10.0.0.24 - - [2024-09-19 02:32:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.24 - - [2024-09-19 02:32:50] "POST /ref-update HTTP/1.1" 200 156 0.011262 10.0.0.24 - - [2024-09-19 02:32:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003745 10.0.0.24 - - [2024-09-19 02:32:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.24 - - [2024-09-19 02:32:50] "POST /ref-update HTTP/1.1" 200 156 0.009966 10.0.0.24 - - [2024-09-19 02:32:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005217 10.0.0.24 - - [2024-09-19 02:32:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.24 - - [2024-09-19 02:32:50] "POST /ref-update HTTP/1.1" 200 156 0.014460 10.0.0.24 - - [2024-09-19 02:32:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.24 - - [2024-09-19 02:32:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004299 10.0.0.24 - - [2024-09-19 02:32:50] "POST /ref-update HTTP/1.1" 200 156 0.009976 10.0.0.24 - - [2024-09-19 02:32:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.24 - - [2024-09-19 02:32:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.24 - - [2024-09-19 02:32:50] "POST /ref-update HTTP/1.1" 200 156 0.010758 10.0.0.24 - - [2024-09-19 02:32:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713 10.0.0.24 - - [2024-09-19 02:32:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.24 - - [2024-09-19 02:32:50] "POST /ref-update HTTP/1.1" 200 156 0.009657 10.0.0.24 - - [2024-09-19 02:32:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004413 10.0.0.24 - - [2024-09-19 02:32:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.24 - - [2024-09-19 02:32:51] "POST /ref-update HTTP/1.1" 200 156 0.010599 10.0.0.24 - - [2024-09-19 02:32:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003904 10.0.0.24 - - [2024-09-19 02:32:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.24 - - [2024-09-19 02:32:51] "POST /ref-update HTTP/1.1" 200 156 0.010040 10.0.0.24 - - [2024-09-19 02:32:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004520 10.0.0.24 - - [2024-09-19 02:32:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880 10.0.0.24 - - [2024-09-19 02:32:51] "POST /ref-update HTTP/1.1" 200 156 0.010779 10.0.0.24 - - [2024-09-19 02:32:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004282 10.0.0.24 - - [2024-09-19 02:32:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.24 - - [2024-09-19 02:32:51] "POST /ref-update HTTP/1.1" 200 156 0.010504 10.0.0.24 - - [2024-09-19 02:32:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.24 - - [2024-09-19 02:32:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.24 - - [2024-09-19 02:32:51] "POST /ref-update HTTP/1.1" 200 156 0.010103 10.0.0.24 - - [2024-09-19 02:32:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004046 10.0.0.24 - - [2024-09-19 02:32:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.24 - - [2024-09-19 02:32:51] "POST /ref-update HTTP/1.1" 200 156 0.009429 10.0.0.24 - - [2024-09-19 02:32:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004001 10.0.0.24 - - [2024-09-19 02:32:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.24 - - [2024-09-19 02:32:51] "POST /ref-update HTTP/1.1" 200 156 0.009910 10.0.0.24 - - [2024-09-19 02:32:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.24 - - [2024-09-19 02:32:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.24 - - [2024-09-19 02:32:52] "POST /ref-update HTTP/1.1" 200 156 0.010496 10.0.0.24 - - [2024-09-19 02:32:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.24 - - [2024-09-19 02:32:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004650 10.0.0.24 - - [2024-09-19 02:32:52] "POST /ref-update HTTP/1.1" 200 156 0.010755 10.0.0.24 - - [2024-09-19 02:32:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.24 - - [2024-09-19 02:32:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.24 - - [2024-09-19 02:32:52] "POST /ref-update HTTP/1.1" 200 156 0.010222 10.0.0.24 - - [2024-09-19 02:32:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.24 - - [2024-09-19 02:32:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003991 10.0.0.24 - - [2024-09-19 02:32:52] "POST /ref-update HTTP/1.1" 200 156 0.009891 10.0.0.24 - - [2024-09-19 02:32:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.24 - - [2024-09-19 02:32:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.24 - - [2024-09-19 02:32:52] "POST /ref-update HTTP/1.1" 200 156 0.009717 10.0.0.24 - - [2024-09-19 02:32:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.24 - - [2024-09-19 02:32:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003650 10.0.0.24 - - [2024-09-19 02:32:52] "POST /ref-update HTTP/1.1" 200 156 0.009566 10.0.0.24 - - [2024-09-19 02:32:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004292 10.0.0.24 - - [2024-09-19 02:32:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.24 - - [2024-09-19 02:32:53] "POST /ref-update HTTP/1.1" 200 156 0.011009 10.0.0.24 - - [2024-09-19 02:32:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.24 - - [2024-09-19 02:32:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004353 10.0.0.24 - - [2024-09-19 02:32:53] "POST /ref-update HTTP/1.1" 200 156 0.009998 10.0.0.24 - - [2024-09-19 02:32:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003919 10.0.0.24 - - [2024-09-19 02:32:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.24 - - [2024-09-19 02:32:53] "POST /ref-update HTTP/1.1" 200 156 0.011341 10.0.0.24 - - [2024-09-19 02:32:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.24 - - [2024-09-19 02:32:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.24 - - [2024-09-19 02:32:53] "POST /ref-update HTTP/1.1" 200 156 0.010456 10.0.0.24 - - [2024-09-19 02:32:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.24 - - [2024-09-19 02:32:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003969 10.0.0.24 - - [2024-09-19 02:32:53] "POST /ref-update HTTP/1.1" 200 156 0.009089 10.0.0.24 - - [2024-09-19 02:32:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.24 - - [2024-09-19 02:32:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.24 - - [2024-09-19 02:32:53] "POST /ref-update HTTP/1.1" 200 156 0.010099 10.0.0.24 - - [2024-09-19 02:32:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.24 - - [2024-09-19 02:32:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004053 10.0.0.24 - - [2024-09-19 02:32:53] "POST /ref-update HTTP/1.1" 200 156 0.009426 10.0.0.24 - - [2024-09-19 02:32:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.24 - - [2024-09-19 02:32:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004711 10.0.0.24 - - [2024-09-19 02:32:54] "POST /ref-update HTTP/1.1" 200 156 0.012030 10.0.0.24 - - [2024-09-19 02:32:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004448 10.0.0.24 - - [2024-09-19 02:32:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004377 10.0.0.24 - - [2024-09-19 02:32:54] "POST /ref-update HTTP/1.1" 200 156 0.009779 10.0.0.24 - - [2024-09-19 02:32:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.24 - - [2024-09-19 02:32:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003964 10.0.0.24 - - [2024-09-19 02:32:54] "POST /ref-update HTTP/1.1" 200 156 0.011530 10.0.0.24 - - [2024-09-19 02:32:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.24 - - [2024-09-19 02:32:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.24 - - [2024-09-19 02:32:54] "POST /ref-update HTTP/1.1" 200 156 0.009398 10.0.0.24 - - [2024-09-19 02:32:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004225 10.0.0.24 - - [2024-09-19 02:32:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.24 - - [2024-09-19 02:32:54] "POST /ref-update HTTP/1.1" 200 156 0.010056 10.0.0.24 - - [2024-09-19 02:32:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.24 - - [2024-09-19 02:32:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.24 - - [2024-09-19 02:32:54] "POST /ref-update HTTP/1.1" 200 156 0.009648 10.0.0.24 - - [2024-09-19 02:32:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004801 10.0.0.24 - - [2024-09-19 02:32:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004673 10.0.0.24 - - [2024-09-19 02:32:55] "POST /ref-update HTTP/1.1" 200 156 0.009792 10.0.0.24 - - [2024-09-19 02:32:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.24 - - [2024-09-19 02:32:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.24 - - [2024-09-19 02:32:55] "POST /ref-update HTTP/1.1" 200 156 0.008264 10.0.0.24 - - [2024-09-19 02:32:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.24 - - [2024-09-19 02:32:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.017523 10.0.0.24 - - [2024-09-19 02:32:55] "POST /ref-update HTTP/1.1" 200 156 0.010663 10.0.0.24 - - [2024-09-19 02:32:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004271 10.0.0.24 - - [2024-09-19 02:32:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.24 - - [2024-09-19 02:32:55] "POST /ref-update HTTP/1.1" 200 156 0.012325 10.0.0.24 - - [2024-09-19 02:32:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.24 - - [2024-09-19 02:32:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004196 10.0.0.24 - - [2024-09-19 02:32:55] "POST /ref-update HTTP/1.1" 200 156 0.008369 10.0.0.24 - - [2024-09-19 02:32:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004615 10.0.0.24 - - [2024-09-19 02:32:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.24 - - [2024-09-19 02:32:55] "POST /ref-update HTTP/1.1" 200 156 0.008252 10.0.0.24 - - [2024-09-19 02:32:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.24 - - [2024-09-19 02:32:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004142 10.0.0.24 - - [2024-09-19 02:32:55] "POST /ref-update HTTP/1.1" 200 156 0.009412 10.0.0.24 - - [2024-09-19 02:32:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.24 - - [2024-09-19 02:32:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004104 10.0.0.24 - - [2024-09-19 02:32:56] "POST /ref-update HTTP/1.1" 200 156 0.010337 10.0.0.24 - - [2024-09-19 02:32:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.24 - - [2024-09-19 02:32:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004409 10.0.0.24 - - [2024-09-19 02:32:56] "POST /ref-update HTTP/1.1" 200 156 0.008933 10.0.0.24 - - [2024-09-19 02:32:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004816 10.0.0.24 - - [2024-09-19 02:32:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.24 - - [2024-09-19 02:32:56] "POST /ref-update HTTP/1.1" 200 156 0.008587 10.0.0.24 - - [2024-09-19 02:32:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.24 - - [2024-09-19 02:32:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.24 - - [2024-09-19 02:32:56] "POST /ref-update HTTP/1.1" 200 156 0.011317 10.0.0.24 - - [2024-09-19 02:32:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.24 - - [2024-09-19 02:32:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.24 - - [2024-09-19 02:32:56] "POST /ref-update HTTP/1.1" 200 156 0.012379 10.0.0.24 - - [2024-09-19 02:32:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.24 - - [2024-09-19 02:32:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.24 - - [2024-09-19 02:32:56] "POST /ref-update HTTP/1.1" 200 156 0.012042 10.0.0.24 - - [2024-09-19 02:32:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003871 10.0.0.24 - - [2024-09-19 02:32:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.24 - - [2024-09-19 02:32:57] "POST /ref-update HTTP/1.1" 200 156 0.014836 10.0.0.24 - - [2024-09-19 02:32:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.24 - - [2024-09-19 02:32:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.24 - - [2024-09-19 02:32:57] "POST /ref-update HTTP/1.1" 200 156 0.011690 10.0.0.24 - - [2024-09-19 02:32:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.24 - - [2024-09-19 02:32:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.24 - - [2024-09-19 02:32:57] "POST /ref-update HTTP/1.1" 200 156 0.011146 10.0.0.24 - - [2024-09-19 02:32:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003672 10.0.0.24 - - [2024-09-19 02:32:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.24 - - [2024-09-19 02:32:57] "POST /ref-update HTTP/1.1" 200 156 0.009266 10.0.0.24 - - [2024-09-19 02:32:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.24 - - [2024-09-19 02:32:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.24 - - [2024-09-19 02:32:57] "POST /ref-update HTTP/1.1" 200 156 0.009855 10.0.0.24 - - [2024-09-19 02:32:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.24 - - [2024-09-19 02:32:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.24 - - [2024-09-19 02:32:57] "POST /ref-update HTTP/1.1" 200 156 0.009412 10.0.0.24 - - [2024-09-19 02:32:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.24 - - [2024-09-19 02:32:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.24 - - [2024-09-19 02:32:57] "POST /ref-update HTTP/1.1" 200 156 0.009718 10.0.0.24 - - [2024-09-19 02:32:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004032 10.0.0.24 - - [2024-09-19 02:32:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.24 - - [2024-09-19 02:32:58] "POST /ref-update HTTP/1.1" 200 156 0.011448 10.0.0.24 - - [2024-09-19 02:32:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.24 - - [2024-09-19 02:32:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.24 - - [2024-09-19 02:32:58] "POST /ref-update HTTP/1.1" 200 156 0.010326 10.0.0.24 - - [2024-09-19 02:32:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004545 10.0.0.24 - - [2024-09-19 02:32:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.24 - - [2024-09-19 02:32:58] "POST /ref-update HTTP/1.1" 200 156 0.009997 10.0.0.24 - - [2024-09-19 02:32:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.24 - - [2024-09-19 02:32:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.24 - - [2024-09-19 02:32:58] "POST /ref-update HTTP/1.1" 200 156 0.009290 10.0.0.24 - - [2024-09-19 02:32:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.24 - - [2024-09-19 02:32:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003973 10.0.0.24 - - [2024-09-19 02:32:58] "POST /ref-update HTTP/1.1" 200 156 0.009510 10.0.0.24 - - [2024-09-19 02:32:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.24 - - [2024-09-19 02:32:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810 10.0.0.24 - - [2024-09-19 02:32:58] "POST /ref-update HTTP/1.1" 200 156 0.010932 10.0.0.24 - - [2024-09-19 02:32:58] "POST /network-ipams HTTP/1.1" 200 550 0.023005 10.0.0.24 - - [2024-09-19 02:32:59] "POST /useragent-kv HTTP/1.1" 200 115 0.004017 10.0.0.24 - - [2024-09-19 02:32:59] "POST /virtual-networks HTTP/1.1" 200 552 0.102639 10.0.0.24 - - [2024-09-19 02:32:59] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.003189 10.0.0.24 - - [2024-09-19 02:32:59] "POST /fqname-to-id HTTP/1.1" 404 188 0.003334 10.0.0.24 - - [2024-09-19 02:32:59] "POST /fqname-to-id HTTP/1.1" 404 178 0.003247 10.0.0.24 - - [2024-09-19 02:32:59] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 312 0.003642 10.0.0.24 - - [2024-09-19 02:32:59] "GET /fabric/3df4015e-85e0-4e5e-81e0-abb808c0100b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1115 0.007355 10.0.0.24 - - [2024-09-19 02:32:59] "POST /fqname-to-id HTTP/1.1" 404 198 0.003806 10.0.0.24 - - [2024-09-19 02:32:59] "POST /fqname-to-id HTTP/1.1" 404 205 0.003433 10.0.0.24 - - [2024-09-19 02:32:59] "POST /fqname-to-id HTTP/1.1" 404 207 0.003388 10.0.0.24 - - [2024-09-19 02:32:59] "POST /route-targets HTTP/1.1" 200 327 0.012727 10.0.0.24 - - [2024-09-19 02:32:59] "POST /ref-update HTTP/1.1" 200 156 0.018974 10.0.0.24 - - [2024-09-19 02:33:33] "GET / HTTP/1.1" 200 35931 0.002175 10.0.0.24 - - [2024-09-19 02:33:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000751 10.0.0.24 - - [2024-09-19 02:33:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.036740 10.0.0.24 - - [2024-09-19 02:33:34] "GET /routing-instance/7bdcef07-85ae-4eb9-ab88-c3d8abe5ff1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.006293 10.0.0.24 - - [2024-09-19 02:33:34] "POST /bgp-routers HTTP/1.1" 200 620 0.023862 10.0.0.24 - - [2024-09-19 02:33:34] "GET /bgp-router/b28fcdc3-4990-44e5-9820-c843a356a56e?fields=global_system_config_back_refs HTTP/1.1" 200 1117 0.007525 10.0.0.24 - - [2024-09-19 02:33:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004088 10.0.0.24 - - [2024-09-19 02:33:34] "GET /global-system-config/45bc8b5e-5c9b-4e2d-90b1-ea24a8a086f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.013021 10.0.0.24 - - [2024-09-19 02:33:34] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003758 10.0.0.24 - - [2024-09-19 02:33:34] "POST /ref-update HTTP/1.1" 200 156 0.011654 10.0.0.24 - - [2024-09-19 02:34:37] "GET / HTTP/1.1" 200 35931 0.002165 10.0.0.24 - - [2024-09-19 02:34:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000565 10.0.0.24 - - [2024-09-19 02:34:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.030949 10.0.0.24 - - [2024-09-19 02:34:37] "GET /global-system-config/45bc8b5e-5c9b-4e2d-90b1-ea24a8a086f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.013815 10.0.0.24 - - [2024-09-19 02:34:37] "POST /fqname-to-id HTTP/1.1" 404 220 0.004309 10.0.0.24 - - [2024-09-19 02:34:37] "POST /database-nodes HTTP/1.1" 200 603 0.022091 10.0.0.24 - - [2024-09-19 02:35:27] "GET / HTTP/1.1" 200 35931 0.002487 10.0.0.24 - - [2024-09-19 02:35:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000614 10.0.0.24 - - [2024-09-19 02:35:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.028953 10.0.0.24 - - [2024-09-19 02:35:28] "GET /global-system-config/45bc8b5e-5c9b-4e2d-90b1-ea24a8a086f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.012481 10.0.0.24 - - [2024-09-19 02:35:28] "POST /fqname-to-id HTTP/1.1" 404 220 0.003643 10.0.0.24 - - [2024-09-19 02:35:28] "POST /analytics-nodes HTTP/1.1" 200 605 0.020952 10.0.0.24 - - [2024-09-19 02:35:33] "GET / HTTP/1.1" 200 35931 0.003318 10.0.0.24 - - [2024-09-19 02:35:46] "GET / HTTP/1.1" 200 35931 0.002920 10.0.0.24 - - [2024-09-19 02:35:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000649 10.0.0.24 - - [2024-09-19 02:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.030877 10.0.0.24 - - [2024-09-19 02:35:46] "GET /global-system-config/45bc8b5e-5c9b-4e2d-90b1-ea24a8a086f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.012095 10.0.0.24 - - [2024-09-19 02:35:46] "POST /fqname-to-id HTTP/1.1" 404 220 0.003331 10.0.0.24 - - [2024-09-19 02:35:46] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.021588 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.24 - - [2024-09-19 02:35:57] "GET /obj-perms HTTP/1.1" 200 5056 0.431875 10.0.0.24 - - [2024-09-19 02:35:58] "GET /obj-perms HTTP/1.1" 200 5056 0.061471 10.0.0.24 - - [2024-09-19 02:35:58] "GET / HTTP/1.1" 200 35931 0.001919 10.0.0.24 - - [2024-09-19 02:35:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000500 10.0.0.24 - - [2024-09-19 02:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.030069 10.0.0.24 - - [2024-09-19 02:35:58] "GET /global-system-config/45bc8b5e-5c9b-4e2d-90b1-ea24a8a086f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.012557 10.0.0.24 - - [2024-09-19 02:35:58] "POST /fqname-to-id HTTP/1.1" 404 220 0.003333 10.0.0.24 - - [2024-09-19 02:35:59] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.022695 10.0.0.24 - - [2024-09-19 02:36:58] "GET /obj-perms HTTP/1.1" 200 5056 0.059050 10.0.0.24 - - [2024-09-19 02:36:58] "GET /obj-perms HTTP/1.1" 200 5056 0.056780 10.0.0.24 - - [2024-09-19 02:37:34] "GET /global-system-configs HTTP/1.1" 200 322 0.043460 10.0.0.24 - - [2024-09-19 02:37:34] "GET /obj-perms HTTP/1.1" 200 5056 0.088540 10.0.0.24 - - [2024-09-19 02:37:35] "GET /global-system-configs HTTP/1.1" 200 322 0.004267 10.0.0.24 - - [2024-09-19 02:37:35] "GET /obj-perms HTTP/1.1" 200 5056 0.032565 10.0.0.24 - - [2024-09-19 02:37:44] "GET / HTTP/1.1" 200 35931 0.003441 10.0.0.24 - - [2024-09-19 02:37:44] "POST /fqname-to-id HTTP/1.1" 401 292 0.000508 10.0.0.24 - - [2024-09-19 02:37:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.034456 10.0.0.24 - - [2024-09-19 02:37:45] "GET /global-system-config/45bc8b5e-5c9b-4e2d-90b1-ea24a8a086f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.014175 10.0.0.24 - - [2024-09-19 02:37:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004062 10.0.0.24 - - [2024-09-19 02:37:45] "GET /routing-instance/7bdcef07-85ae-4eb9-ab88-c3d8abe5ff1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.005986 10.0.0.24 - - [2024-09-19 02:37:45] "PUT /global-system-config/45bc8b5e-5c9b-4e2d-90b1-ea24a8a086f6 HTTP/1.1" 200 274 0.013342 10.0.0.24 - - [2024-09-19 02:37:45] "POST /fqname-to-id HTTP/1.1" 404 218 0.003543 10.0.0.24 - - [2024-09-19 02:37:45] "POST /virtual-routers HTTP/1.1" 200 603 0.023478 10.0.0.24 - - [2024-09-19 02:37:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.24 - - [2024-09-19 02:37:45] "GET /virtual-router/099177de-ebbe-47fd-99a3-609714394ead?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1244 0.007658 10.0.0.24 - - [2024-09-19 02:37:45] "POST /fqname-to-id HTTP/1.1" 404 231 0.003416 10.0.0.24 - - [2024-09-19 02:37:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.24 - - [2024-09-19 02:37:45] "GET /virtual-network/5a1b62d6-9eac-4c7a-958b-8e68fda9a073?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.012493 10.0.0.24 - - [2024-09-19 02:37:45] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.079800 10.0.0.24 - - [2024-09-19 02:37:46] "PUT /access-control-list/465e7d71-4252-4e7f-8848-de705ad02f19 HTTP/1.1" 200 272 0.045146 10.0.0.24 - - [2024-09-19 02:37:59] "GET /obj-perms HTTP/1.1" 200 5056 0.051975 10.0.0.24 - - [2024-09-19 02:37:59] "GET /obj-perms HTTP/1.1" 200 5056 0.051897 [Introspect:8084]10.0.0.24 - - [2024-09-19 02:38:12] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001264 [Introspect:8084]10.0.0.24 - - [2024-09-19 02:38:12] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001179 [Introspect:8084]10.0.0.24 - - [2024-09-19 02:38:15] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001066 [Introspect:8084]10.0.0.24 - - [2024-09-19 02:38:15] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001266 10.0.0.24 - - [2024-09-19 02:39:00] "GET /obj-perms HTTP/1.1" 200 5056 0.060381 10.0.0.24 - - [2024-09-19 02:39:00] "GET /obj-perms HTTP/1.1" 200 5056 0.055164 10.0.0.24 - - [2024-09-19 02:39:21] "GET / HTTP/1.1" 200 35931 0.002028 10.0.0.24 - - [2024-09-19 02:39:22] "GET /project/df5c9082-004c-417b-aa31-87a0c6941894?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000837 10.0.0.24 - - [2024-09-19 02:39:23] "GET /projects?obj_uuids=df5c9082-004c-417b-aa31-87a0c6941894&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.031585 10.0.0.24 - - [2024-09-19 02:39:23] "GET /domains?obj_uuids=128d845f-d91b-4004-ab7b-1aaae47abd0b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001800 10.0.0.24 - - [2024-09-19 02:39:23] "GET /domain/128d845f-d91b-4004-ab7b-1aaae47abd0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.037788 10.0.0.24 - - [2024-09-19 02:39:23] "POST /id-to-fqname HTTP/1.1" 200 167 0.001567 10.0.0.24 - - [2024-09-19 02:39:23] "POST /fqname-to-id HTTP/1.1" 404 176 0.003853 10.0.0.24 - - [2024-09-19 02:39:23] "POST /security-groups HTTP/1.1" 200 568 0.067245 10.0.0.24 - - [2024-09-19 02:39:23] "POST /fqname-to-id HTTP/1.1" 404 207 0.003519 10.0.0.24 - - [2024-09-19 02:39:23] "POST /projects HTTP/1.1" 200 539 0.253101 10.0.0.24 - - [2024-09-19 02:39:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.290257 10.0.0.24 - - [2024-09-19 02:39:23] "POST /access-control-lists HTTP/1.1" 200 573 0.067433 10.0.0.24 - - [2024-09-19 02:39:23] "GET /project/df5c9082-004c-417b-aa31-87a0c6941894?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.514993 10.0.0.24 - - [2024-09-19 02:39:23] "POST /fqname-to-id HTTP/1.1" 404 206 0.004075 10.0.0.24 - - [2024-09-19 02:39:23] "POST /access-control-lists HTTP/1.1" 200 571 0.072609 [Introspect:8084]10.0.0.24 - - [2024-09-19 02:39:24] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001380 10.0.0.24 - - [2024-09-19 02:39:24] "POST /fqname-to-id HTTP/1.1" 404 199 0.026594 10.0.0.24 - - [2024-09-19 02:39:24] "GET /projects?obj_uuids=3e2896d3-70eb-4be3-9de1-870cdc313ded&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002900 10.0.0.24 - - [2024-09-19 02:39:24] "GET /domains?obj_uuids=128d845f-d91b-4004-ab7b-1aaae47abd0b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001572 10.0.0.24 - - [2024-09-19 02:39:24] "GET /domain/128d845f-d91b-4004-ab7b-1aaae47abd0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.012249 10.0.0.24 - - [2024-09-19 02:39:24] "POST /id-to-fqname HTTP/1.1" 200 201 0.003370 10.0.0.24 - - [2024-09-19 02:39:25] "POST /fqname-to-id HTTP/1.1" 404 210 0.004804 10.0.0.24 - - [2024-09-19 02:39:25] "POST /security-groups HTTP/1.1" 200 602 0.071696 10.0.0.24 - - [2024-09-19 02:39:25] "POST /fqname-to-id HTTP/1.1" 404 245 0.003052 10.0.0.24 - - [2024-09-19 02:39:25] "POST /projects HTTP/1.1" 200 607 0.245895 10.0.0.24 - - [2024-09-19 02:39:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.282050 10.0.0.24 - - [2024-09-19 02:39:25] "POST /access-control-lists HTTP/1.1" 200 607 0.061047 10.0.0.24 - - [2024-09-19 02:39:25] "GET /project/3e2896d3-70eb-4be3-9de1-870cdc313ded?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.442531 10.0.0.24 - - [2024-09-19 02:39:25] "POST /fqname-to-id HTTP/1.1" 404 244 0.003200 10.0.0.24 - - [2024-09-19 02:39:25] "POST /access-control-lists HTTP/1.1" 200 605 0.067151 10.0.0.24 - - [2024-09-19 02:39:26] "GET / HTTP/1.1" 200 35931 0.002363 10.0.0.24 - - [2024-09-19 02:39:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000605 10.0.0.24 - - [2024-09-19 02:39:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.067265 10.0.0.24 - - [2024-09-19 02:39:27] "GET /projects?obj_uuids=3e2896d3-70eb-4be3-9de1-870cdc313ded&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001478 10.0.0.24 - - [2024-09-19 02:39:27] "GET /project/3e2896d3-70eb-4be3-9de1-870cdc313ded?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.052526 10.0.0.24 - - [2024-09-19 02:39:27] "POST /neutron/network HTTP/1.1" 200 117 0.056650 10.0.0.24 - - [2024-09-19 02:39:28] "GET /projects?obj_uuids=3e2896d3-70eb-4be3-9de1-870cdc313ded&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001582 10.0.0.24 - - [2024-09-19 02:39:28] "POST /neutron/network HTTP/1.1" 200 620 0.087775 10.0.0.24 - - [2024-09-19 02:39:28] "POST /route-targets HTTP/1.1" 200 327 0.017534 10.0.0.24 - - [2024-09-19 02:39:28] "POST /ref-update HTTP/1.1" 200 156 0.021121 10.0.0.24 - - [2024-09-19 02:39:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003479 10.0.0.24 - - [2024-09-19 02:39:28] "POST /neutron/subnet HTTP/1.1" 200 729 0.202321 10.0.0.24 - - [2024-09-19 02:39:28] "POST /neutron/network HTTP/1.1" 200 840 0.007368 10.0.0.24 - - [2024-09-19 02:39:28] "POST /id-to-fqname HTTP/1.1" 200 233 0.001662 10.0.0.24 - - [2024-09-19 02:39:28] "GET /virtual-network/b1582f1b-5c6c-4806-b383-068c095bd74d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.011088 10.0.0.24 - - [2024-09-19 02:39:28] "POST /neutron/network HTTP/1.1" 200 840 0.007318 10.0.0.24 - - [2024-09-19 02:39:28] "GET /virtual-network/b1582f1b-5c6c-4806-b383-068c095bd74d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.010088 10.0.0.24 - - [2024-09-19 02:39:28] "POST /neutron/network HTTP/1.1" 200 840 0.007400 10.0.0.24 - - [2024-09-19 02:39:28] "POST /neutron/subnet HTTP/1.1" 200 729 0.010133 10.0.0.24 - - [2024-09-19 02:39:28] "GET /domains HTTP/1.1" 401 292 0.000521 10.0.0.24 - - [2024-09-19 02:39:29] "GET /domains HTTP/1.1" 200 280 0.033634 10.0.0.24 - - [2024-09-19 02:39:29] "GET /domains?obj_uuids=128d845f-d91b-4004-ab7b-1aaae47abd0b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001358 10.0.0.24 - - [2024-09-19 02:39:29] "GET /domain/128d845f-d91b-4004-ab7b-1aaae47abd0b HTTP/1.1" 200 2584 0.016769 10.0.0.24 - - [2024-09-19 02:39:29] "GET /projects?obj_uuids=3e2896d3-70eb-4be3-9de1-870cdc313ded&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001920 10.0.0.24 - - [2024-09-19 02:39:29] "GET /project/3e2896d3-70eb-4be3-9de1-870cdc313ded HTTP/1.1" 200 2168 0.099818 10.0.0.24 - - [2024-09-19 02:39:29] "GET /virtual-network/b1582f1b-5c6c-4806-b383-068c095bd74d HTTP/1.1" 200 2346 0.012759 10.0.0.24 - - [2024-09-19 02:39:29] "GET /virtual-network/b1582f1b-5c6c-4806-b383-068c095bd74d HTTP/1.1" 200 2346 0.012071 10.0.0.24 - - [2024-09-19 02:39:29] "GET /routing-instance/625f7a5a-b1b8-4587-80bf-655d1cc10dfe HTTP/1.1" 200 1493 0.005771 10.0.0.24 - - [2024-09-19 02:39:29] "GET /routing-instance/625f7a5a-b1b8-4587-80bf-655d1cc10dfe HTTP/1.1" 200 1493 0.005594 10.0.0.24 - - [2024-09-19 02:39:29] "GET /route-target/5ab9fad5-ca8a-42a2-a5b5-f47e04bb73e2 HTTP/1.1" 200 1219 0.015628 10.0.0.24 - - [2024-09-19 02:39:29] "GET /virtual-network/b1582f1b-5c6c-4806-b383-068c095bd74d HTTP/1.1" 200 2346 0.010296 10.0.0.24 - - [2024-09-19 02:39:29] "GET /routing-instance/625f7a5a-b1b8-4587-80bf-655d1cc10dfe HTTP/1.1" 200 1493 0.006207 10.0.0.24 - - [2024-09-19 02:39:29] "GET /virtual-network/b1582f1b-5c6c-4806-b383-068c095bd74d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.009992 10.0.0.24 - - [2024-09-19 02:39:29] "GET /virtual-network/b1582f1b-5c6c-4806-b383-068c095bd74d HTTP/1.1" 200 2346 0.010110 10.0.0.24 - - [2024-09-19 02:39:29] "GET /routing-instance/625f7a5a-b1b8-4587-80bf-655d1cc10dfe HTTP/1.1" 200 1493 0.005439 10.0.0.24 - - [2024-09-19 02:39:29] "GET /routing-instance/625f7a5a-b1b8-4587-80bf-655d1cc10dfe HTTP/1.1" 200 1493 0.005383 10.0.0.24 - - [2024-09-19 02:39:29] "GET /route-target/5ab9fad5-ca8a-42a2-a5b5-f47e04bb73e2 HTTP/1.1" 200 1219 0.004454 10.0.0.24 - - [2024-09-19 02:39:29] "GET /domains HTTP/1.1" 200 280 0.003413 10.0.0.24 - - [2024-09-19 02:39:29] "GET /domains?obj_uuids=128d845f-d91b-4004-ab7b-1aaae47abd0b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001384 10.0.0.24 - - [2024-09-19 02:39:29] "GET /domain/128d845f-d91b-4004-ab7b-1aaae47abd0b HTTP/1.1" 200 2584 0.009912 10.0.0.24 - - [2024-09-19 02:39:29] "GET /projects?obj_uuids=3e2896d3-70eb-4be3-9de1-870cdc313ded&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001708 10.0.0.24 - - [2024-09-19 02:39:29] "GET /project/3e2896d3-70eb-4be3-9de1-870cdc313ded HTTP/1.1" 200 2168 0.090338 10.0.0.24 - - [2024-09-19 02:39:29] "GET /virtual-network/b1582f1b-5c6c-4806-b383-068c095bd74d HTTP/1.1" 200 2346 0.012081 10.0.0.24 - - [2024-09-19 02:39:30] "GET /obj-perms HTTP/1.1" 200 5052 0.062275 10.0.0.24 - - [2024-09-19 02:39:30] "POST /id-to-fqname HTTP/1.1" 200 233 0.001802 10.0.0.24 - - [2024-09-19 02:39:32] "POST /neutron/network HTTP/1.1" 200 850 0.007419 10.0.0.24 - - [2024-09-19 02:39:32] "GET /aaa-mode HTTP/1.1" 401 292 0.000527 10.0.0.24 - - [2024-09-19 02:39:32] "GET / HTTP/1.1" 200 35931 0.002455 10.0.0.24 - - [2024-09-19 02:39:32] "GET /project/3e2896d3-70eb-4be3-9de1-870cdc313ded?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000562 10.0.0.24 - - [2024-09-19 02:39:32] "GET /projects?obj_uuids=3e2896d3-70eb-4be3-9de1-870cdc313ded&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001420 10.0.0.24 - - [2024-09-19 02:39:32] "GET /project/3e2896d3-70eb-4be3-9de1-870cdc313ded?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.075262 10.0.0.24 - - [2024-09-19 02:39:33] "POST /neutron/network HTTP/1.1" 200 840 0.041487 10.0.0.24 - - [2024-09-19 02:39:34] "POST /neutron/port HTTP/1.1" 200 117 0.006402 10.0.0.24 - - [2024-09-19 02:39:34] "POST /neutron/port HTTP/1.1" 200 117 0.006151 10.0.0.24 - - [2024-09-19 02:39:34] "POST /neutron/port HTTP/1.1" 200 117 0.008153 10.0.0.24 - - [2024-09-19 02:39:35] "POST /neutron/network HTTP/1.1" 200 850 0.007673 10.0.0.24 - - [2024-09-19 02:39:35] "GET /projects?obj_uuids=3e2896d3-70eb-4be3-9de1-870cdc313ded&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001515 10.0.0.24 - - [2024-09-19 02:39:36] "POST /neutron/port HTTP/1.1" 200 1072 0.575115 10.0.0.24 - - [2024-09-19 02:39:36] "POST /neutron/port HTTP/1.1" 200 1072 0.040027 10.0.0.24 - - [2024-09-19 02:39:36] "POST /neutron/port HTTP/1.1" 200 1072 0.011286 10.0.0.24 - - [2024-09-19 02:39:36] "POST /neutron/port HTTP/1.1" 200 1126 0.104492 10.0.0.24 - - [2024-09-19 02:39:36] "POST /neutron/port HTTP/1.1" 200 1100 0.017306 10.0.0.24 - - [2024-09-19 02:39:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004342 10.0.0.24 - - [2024-09-19 02:39:36] "POST /neutron/subnet HTTP/1.1" 200 703 0.013978 10.0.0.24 - - [2024-09-19 02:39:36] "POST /neutron/port HTTP/1.1" 200 117 0.001607 10.0.0.24 - - [2024-09-19 02:39:36] "POST /neutron/network HTTP/1.1" 200 840 0.006954 10.0.0.24 - - [2024-09-19 02:39:39] "POST /neutron/port HTTP/1.1" 200 1100 0.026048 10.0.0.24 - - [2024-09-19 02:39:39] "POST /neutron/security_group HTTP/1.1" 200 2069 0.008333 10.0.0.24 - - [2024-09-19 02:39:41] "POST /neutron/port HTTP/1.1" 200 1100 0.021442 10.0.0.24 - - [2024-09-19 02:39:41] "POST /neutron/port HTTP/1.1" 200 1100 0.023233 10.0.0.24 - - [2024-09-19 02:39:41] "POST /neutron/network HTTP/1.1" 200 850 0.006641 10.0.0.24 - - [2024-09-19 02:39:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004441 10.0.0.24 - - [2024-09-19 02:39:41] "POST /neutron/subnet HTTP/1.1" 200 703 0.014372 10.0.0.24 - - [2024-09-19 02:39:41] "POST /neutron/port HTTP/1.1" 200 117 0.001612 10.0.0.24 - - [2024-09-19 02:39:41] "POST /neutron/network HTTP/1.1" 200 840 0.007922 10.0.0.24 - - [2024-09-19 02:39:44] "POST /neutron/port HTTP/1.1" 200 1100 0.017961 10.0.0.24 - - [2024-09-19 02:39:44] "POST /neutron/security_group HTTP/1.1" 200 2069 0.007938 10.0.0.24 - - [2024-09-19 02:39:44] "GET /obj-perms HTTP/1.1" 200 5052 0.003800 10.0.0.24 - - [2024-09-19 02:39:45] "GET /obj-perms HTTP/1.1" 200 5052 0.004433 10.0.0.24 - - [2024-09-19 02:39:46] "GET /obj-perms HTTP/1.1" 200 5052 0.004590 10.0.0.24 - - [2024-09-19 02:39:47] "GET /obj-perms HTTP/1.1" 200 5052 0.004071 10.0.0.24 - - [2024-09-19 02:39:48] "GET /obj-perms HTTP/1.1" 200 5052 0.004845 10.0.0.24 - - [2024-09-19 02:39:49] "POST /neutron/network HTTP/1.1" 200 840 0.010134 10.0.0.24 - - [2024-09-19 02:39:49] "POST /neutron/network HTTP/1.1" 400 204 0.020233 10.0.0.24 - - [2024-09-19 02:39:50] "POST /neutron/port HTTP/1.1" 200 1100 0.017528 10.0.0.24 - - [2024-09-19 02:39:50] "POST /neutron/port HTTP/1.1" 200 1126 0.012630 10.0.0.24 - - [2024-09-19 02:39:50] "POST /neutron/port HTTP/1.1" 200 151 0.150723 10.0.0.24 - - [2024-09-19 02:39:51] "POST /neutron/port HTTP/1.1" 200 117 0.035832 10.0.0.24 - - [2024-09-19 02:39:51] "POST /neutron/network HTTP/1.1" 200 840 0.006671 10.0.0.24 - - [2024-09-19 02:39:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.006675 10.0.0.24 - - [2024-09-19 02:39:52] "POST /useragent-kv HTTP/1.1" 200 115 0.001455 10.0.0.24 - - [2024-09-19 02:39:52] "POST /useragent-kv HTTP/1.1" 200 115 0.001186 10.0.0.24 - - [2024-09-19 02:39:52] "POST /neutron/network HTTP/1.1" 200 151 0.099341 10.0.0.24 - - [2024-09-19 02:39:52] "DELETE /route-target/5ab9fad5-ca8a-42a2-a5b5-f47e04bb73e2 HTTP/1.1" 200 115 0.021045 10.0.0.24 - - [2024-09-19 02:39:52] "GET /routing-instance/625f7a5a-b1b8-4587-80bf-655d1cc10dfe HTTP/1.1" 404 171 0.002628 10.0.0.24 - - [2024-09-19 02:39:52] "GET /domains HTTP/1.1" 200 280 0.002589 10.0.0.24 - - [2024-09-19 02:39:52] "GET /domains?obj_uuids=128d845f-d91b-4004-ab7b-1aaae47abd0b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001808 10.0.0.24 - - [2024-09-19 02:39:52] "GET /domain/128d845f-d91b-4004-ab7b-1aaae47abd0b HTTP/1.1" 200 2584 0.053102 10.0.0.24 - - [2024-09-19 02:39:52] "GET /projects?obj_uuids=3e2896d3-70eb-4be3-9de1-870cdc313ded&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001436 10.0.0.24 - - [2024-09-19 02:39:52] "GET /project/3e2896d3-70eb-4be3-9de1-870cdc313ded HTTP/1.1" 200 1918 0.086903 10.0.0.24 - - [2024-09-19 02:39:52] "GET /projects?obj_uuids=3e2896d3-70eb-4be3-9de1-870cdc313ded&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001437 10.0.0.24 - - [2024-09-19 02:39:52] "GET /project/3e2896d3-70eb-4be3-9de1-870cdc313ded?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.038193 10.0.0.24 - - [2024-09-19 02:39:52] "GET /projects?obj_uuids=3e2896d3-70eb-4be3-9de1-870cdc313ded&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001314 10.0.0.24 - - [2024-09-19 02:39:52] "GET /project/3e2896d3-70eb-4be3-9de1-870cdc313ded?fields=virtual_networks HTTP/1.1" 200 1054 0.051013 10.0.0.24 - - [2024-09-19 02:39:52] "GET /projects?obj_uuids=3e2896d3-70eb-4be3-9de1-870cdc313ded&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001247 10.0.0.24 - - [2024-09-19 02:39:52] "GET /project/3e2896d3-70eb-4be3-9de1-870cdc313ded?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.046205 10.0.0.24 - - [2024-09-19 02:39:52] "GET /projects?obj_uuids=3e2896d3-70eb-4be3-9de1-870cdc313ded&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001409 10.0.0.24 - - [2024-09-19 02:39:52] "GET /project/3e2896d3-70eb-4be3-9de1-870cdc313ded?fields=security_groups HTTP/1.1" 200 1291 0.045612 10.0.0.24 - - [2024-09-19 02:39:53] "POST /fqname-to-id HTTP/1.1" 404 200 0.032851 10.0.0.24 - - [2024-09-19 02:39:53] "GET /projects?obj_uuids=ab0fb0de-fa14-446e-971a-f072d25d4dc7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003542 10.0.0.24 - - [2024-09-19 02:39:53] "GET /domains?obj_uuids=128d845f-d91b-4004-ab7b-1aaae47abd0b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002103 10.0.0.24 - - [2024-09-19 02:39:53] "GET /domain/128d845f-d91b-4004-ab7b-1aaae47abd0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.014918 10.0.0.24 - - [2024-09-19 02:39:53] "POST /id-to-fqname HTTP/1.1" 200 202 0.001886 10.0.0.24 - - [2024-09-19 02:39:53] "POST /fqname-to-id HTTP/1.1" 404 211 0.007305 10.0.0.24 - - [2024-09-19 02:39:53] "POST /security-groups HTTP/1.1" 200 603 0.067336 10.0.0.24 - - [2024-09-19 02:39:54] "POST /fqname-to-id HTTP/1.1" 404 246 0.003286 10.0.0.24 - - [2024-09-19 02:39:54] "POST /projects HTTP/1.1" 200 609 0.244289 10.0.0.24 - - [2024-09-19 02:39:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.280520 10.0.0.24 - - [2024-09-19 02:39:54] "POST /access-control-lists HTTP/1.1" 200 608 0.066493 10.0.0.24 - - [2024-09-19 02:39:54] "GET /project/ab0fb0de-fa14-446e-971a-f072d25d4dc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.451518 10.0.0.24 - - [2024-09-19 02:39:54] "POST /fqname-to-id HTTP/1.1" 404 245 0.003321 10.0.0.24 - - [2024-09-19 02:39:54] "POST /access-control-lists HTTP/1.1" 200 606 0.064240 10.0.0.24 - - [2024-09-19 02:39:54] "DELETE /project/df5c9082004c417baa3187a0c6941894 HTTP/1.1" 404 173 0.009590 10.0.0.24 - - [2024-09-19 02:39:54] "DELETE /project/3e2896d370eb4be39de1870cdc313ded HTTP/1.1" 404 173 0.008139 10.0.0.24 - - [2024-09-19 02:39:54] "DELETE /project/ab0fb0defa14446e971af072d25d4dc7 HTTP/1.1" 404 173 0.006656 10.0.0.24 - - [2024-09-19 02:39:54] "GET /projects?obj_uuids=3e2896d3-70eb-4be3-9de1-870cdc313ded&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001440 10.0.0.24 - - [2024-09-19 02:39:54] "GET /project/3e2896d3-70eb-4be3-9de1-870cdc313ded?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.043689 10.0.0.24 - - [2024-09-19 02:39:54] "GET /projects?obj_uuids=3e2896d3-70eb-4be3-9de1-870cdc313ded&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001402 10.0.0.24 - - [2024-09-19 02:39:54] "GET /project/3e2896d3-70eb-4be3-9de1-870cdc313ded?fields=security_groups HTTP/1.1" 200 1396 0.052850 10.0.0.24 - - [2024-09-19 02:39:54] "DELETE /security-group/4ee27bf1-462c-4c99-b50e-388d4bc9640b HTTP/1.1" 200 115 0.054171 10.0.0.24 - - [2024-09-19 02:39:54] "GET /projects?obj_uuids=3e2896d3-70eb-4be3-9de1-870cdc313ded&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001738 10.0.0.24 - - [2024-09-19 02:39:54] "DELETE /access-control-list/fd03daf6-ee26-4ee3-b479-a47045003058 HTTP/1.1" 200 115 0.045779 10.0.0.24 - - [2024-09-19 02:39:54] "GET /project/3e2896d3-70eb-4be3-9de1-870cdc313ded?fields=application_policy_sets HTTP/1.1" 200 1435 0.054749 10.0.0.24 - - [2024-09-19 02:39:54] "DELETE /access-control-list/e1563b3e-b2d8-44cb-8578-7fb7b9341f0c HTTP/1.1" 200 115 0.049605 10.0.0.24 - - [2024-09-19 02:39:55] "DELETE /project/3e2896d3-70eb-4be3-9de1-870cdc313ded HTTP/1.1" 200 115 0.382560 10.0.0.24 - - [2024-09-19 02:39:55] "GET / HTTP/1.1" 200 35931 0.002529 10.0.0.24 - - [2024-09-19 02:39:55] "GET /projects?obj_uuids=df5c9082-004c-417b-aa31-87a0c6941894&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.002009 10.0.0.24 - - [2024-09-19 02:39:55] "GET /project/df5c9082-004c-417b-aa31-87a0c6941894?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.041727 10.0.0.24 - - [2024-09-19 02:39:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.24 - - [2024-09-19 02:39:56] "GET /security-group/d9a17633-7157-4a20-bcfd-23b8f9757e42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.007482 10.0.0.24 - - [2024-09-19 02:39:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.24 - - [2024-09-19 02:39:56] "GET /projects?obj_uuids=df5c9082-004c-417b-aa31-87a0c6941894&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001462 10.0.0.24 - - [2024-09-19 02:39:56] "GET /project/df5c9082-004c-417b-aa31-87a0c6941894?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.038830 10.0.0.24 - - [2024-09-19 02:39:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004080 10.0.0.24 - - [2024-09-19 02:39:57] "GET /security-group/d9a17633-7157-4a20-bcfd-23b8f9757e42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.006178 10.0.0.24 - - [2024-09-19 02:39:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.24 - - [2024-09-19 02:39:57] "PUT /security-group/d9a17633-7157-4a20-bcfd-23b8f9757e42 HTTP/1.1" 200 262 0.016719 10.0.0.24 - - [2024-09-19 02:39:57] "PUT /access-control-list/48584b0a-1ca8-4c9f-86eb-928c1fcef0c4 HTTP/1.1" 200 272 0.011025 10.0.0.24 - - [2024-09-19 02:39:57] "PUT /access-control-list/d3ac3593-3710-4569-b66e-44e92db1b4c8 HTTP/1.1" 200 272 0.010336 10.0.0.24 - - [2024-09-19 02:39:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000612 10.0.0.24 - - [2024-09-19 02:39:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.071639 10.0.0.24 - - [2024-09-19 02:39:57] "GET /projects?obj_uuids=ab0fb0de-fa14-446e-971a-f072d25d4dc7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001847 10.0.0.24 - - [2024-09-19 02:39:57] "GET /project/ab0fb0de-fa14-446e-971a-f072d25d4dc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.046579 10.0.0.24 - - [2024-09-19 02:39:57] "POST /neutron/network HTTP/1.1" 200 117 0.036794 10.0.0.24 - - [2024-09-19 02:39:57] "GET /projects?obj_uuids=ab0fb0de-fa14-446e-971a-f072d25d4dc7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001320 10.0.0.24 - - [2024-09-19 02:39:58] "POST /neutron/network HTTP/1.1" 200 619 0.106413 10.0.0.24 - - [2024-09-19 02:39:58] "POST /route-targets HTTP/1.1" 200 327 0.014911 10.0.0.24 - - [2024-09-19 02:39:58] "POST /ref-update HTTP/1.1" 200 156 0.014487 10.0.0.24 - - [2024-09-19 02:39:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002618 10.0.0.24 - - [2024-09-19 02:39:58] "POST /neutron/subnet HTTP/1.1" 200 725 0.199860 10.0.0.24 - - [2024-09-19 02:39:58] "POST /neutron/network HTTP/1.1" 200 838 0.007434 10.0.0.24 - - [2024-09-19 02:39:58] "POST /id-to-fqname HTTP/1.1" 200 233 0.001579 10.0.0.24 - - [2024-09-19 02:39:58] "GET /virtual-network/abb4a041-a9dd-42e4-9482-b58907ee6f00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.010333 10.0.0.24 - - [2024-09-19 02:39:58] "POST /neutron/network HTTP/1.1" 200 838 0.009219 10.0.0.24 - - [2024-09-19 02:39:58] "GET /virtual-network/abb4a041-a9dd-42e4-9482-b58907ee6f00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.010719 10.0.0.24 - - [2024-09-19 02:39:58] "POST /neutron/network HTTP/1.1" 200 838 0.007275 10.0.0.24 - - [2024-09-19 02:39:58] "POST /neutron/subnet HTTP/1.1" 200 725 0.010232 10.0.0.24 - - [2024-09-19 02:39:58] "GET /domains HTTP/1.1" 401 292 0.000666 10.0.0.24 - - [2024-09-19 02:39:58] "GET /domains HTTP/1.1" 200 280 0.032521 10.0.0.24 - - [2024-09-19 02:39:58] "GET /domains?obj_uuids=128d845f-d91b-4004-ab7b-1aaae47abd0b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001996 10.0.0.24 - - [2024-09-19 02:39:58] "GET /domain/128d845f-d91b-4004-ab7b-1aaae47abd0b HTTP/1.1" 200 2585 0.014076 10.0.0.24 - - [2024-09-19 02:39:58] "GET /projects?obj_uuids=ab0fb0de-fa14-446e-971a-f072d25d4dc7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001885 10.0.0.24 - - [2024-09-19 02:39:58] "GET /project/ab0fb0de-fa14-446e-971a-f072d25d4dc7 HTTP/1.1" 200 2175 0.082253 10.0.0.24 - - [2024-09-19 02:39:58] "GET /virtual-network/abb4a041-a9dd-42e4-9482-b58907ee6f00 HTTP/1.1" 200 2341 0.011615 10.0.0.24 - - [2024-09-19 02:39:59] "GET /virtual-network/abb4a041-a9dd-42e4-9482-b58907ee6f00 HTTP/1.1" 200 2341 0.010368 10.0.0.24 - - [2024-09-19 02:39:59] "GET /routing-instance/92655b08-5a8c-4bb9-9a9f-afd12446eb01 HTTP/1.1" 200 1492 0.005981 10.0.0.24 - - [2024-09-19 02:39:59] "GET /routing-instance/92655b08-5a8c-4bb9-9a9f-afd12446eb01 HTTP/1.1" 200 1492 0.005751 10.0.0.24 - - [2024-09-19 02:39:59] "GET /route-target/c0d87e1d-12ae-42f3-836d-3f13f0a1ceb6 HTTP/1.1" 200 1218 0.004994 10.0.0.24 - - [2024-09-19 02:39:59] "GET /virtual-network/abb4a041-a9dd-42e4-9482-b58907ee6f00 HTTP/1.1" 200 2341 0.014727 10.0.0.24 - - [2024-09-19 02:39:59] "GET /routing-instance/92655b08-5a8c-4bb9-9a9f-afd12446eb01 HTTP/1.1" 200 1492 0.007396 10.0.0.24 - - [2024-09-19 02:39:59] "GET /virtual-network/abb4a041-a9dd-42e4-9482-b58907ee6f00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.014043 10.0.0.24 - - [2024-09-19 02:39:59] "GET /virtual-network/abb4a041-a9dd-42e4-9482-b58907ee6f00 HTTP/1.1" 200 2341 0.010534 10.0.0.24 - - [2024-09-19 02:39:59] "GET /routing-instance/92655b08-5a8c-4bb9-9a9f-afd12446eb01 HTTP/1.1" 200 1492 0.005126 10.0.0.24 - - [2024-09-19 02:39:59] "GET /routing-instance/92655b08-5a8c-4bb9-9a9f-afd12446eb01 HTTP/1.1" 200 1492 0.004754 10.0.0.24 - - [2024-09-19 02:39:59] "GET /route-target/c0d87e1d-12ae-42f3-836d-3f13f0a1ceb6 HTTP/1.1" 200 1218 0.003880 10.0.0.24 - - [2024-09-19 02:39:59] "GET /domains HTTP/1.1" 200 280 0.003530 10.0.0.24 - - [2024-09-19 02:39:59] "GET /domains?obj_uuids=128d845f-d91b-4004-ab7b-1aaae47abd0b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001723 10.0.0.24 - - [2024-09-19 02:39:59] "GET /domain/128d845f-d91b-4004-ab7b-1aaae47abd0b HTTP/1.1" 200 2585 0.011276 10.0.0.24 - - [2024-09-19 02:39:59] "GET /projects?obj_uuids=ab0fb0de-fa14-446e-971a-f072d25d4dc7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002324 10.0.0.24 - - [2024-09-19 02:39:59] "GET /project/ab0fb0de-fa14-446e-971a-f072d25d4dc7 HTTP/1.1" 200 2175 0.077199 10.0.0.24 - - [2024-09-19 02:39:59] "GET /virtual-network/abb4a041-a9dd-42e4-9482-b58907ee6f00 HTTP/1.1" 200 2341 0.010869 10.0.0.24 - - [2024-09-19 02:39:59] "GET /obj-perms HTTP/1.1" 200 5054 0.074854 10.0.0.24 - - [2024-09-19 02:39:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889 10.0.0.24 - - [2024-09-19 02:39:59] "GET /projects?obj_uuids=ab0fb0de-fa14-446e-971a-f072d25d4dc7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001443 10.0.0.24 - - [2024-09-19 02:39:59] "GET /project/ab0fb0de-fa14-446e-971a-f072d25d4dc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.046050 10.0.0.24 - - [2024-09-19 02:39:59] "POST /neutron/network HTTP/1.1" 200 117 0.011265 10.0.0.24 - - [2024-09-19 02:39:59] "GET /projects?obj_uuids=ab0fb0de-fa14-446e-971a-f072d25d4dc7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001573 10.0.0.24 - - [2024-09-19 02:39:59] "POST /neutron/network HTTP/1.1" 200 619 0.112786 10.0.0.24 - - [2024-09-19 02:40:00] "POST /route-targets HTTP/1.1" 200 327 0.018447 10.0.0.24 - - [2024-09-19 02:40:00] "POST /ref-update HTTP/1.1" 200 156 0.016010 10.0.0.24 - - [2024-09-19 02:40:00] "POST /useragent-kv HTTP/1.1" 200 115 0.007236 10.0.0.24 - - [2024-09-19 02:40:00] "POST /neutron/subnet HTTP/1.1" 200 710 0.247236 10.0.0.24 - - [2024-09-19 02:40:00] "POST /neutron/network HTTP/1.1" 200 835 0.007997 10.0.0.24 - - [2024-09-19 02:40:00] "POST /id-to-fqname HTTP/1.1" 200 233 0.001714 10.0.0.24 - - [2024-09-19 02:40:00] "GET /virtual-network/91ea866b-8d5d-4dc8-b07c-e93c186384a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.012304 10.0.0.24 - - [2024-09-19 02:40:00] "POST /neutron/network HTTP/1.1" 200 835 0.007136 10.0.0.24 - - [2024-09-19 02:40:00] "GET /virtual-network/91ea866b-8d5d-4dc8-b07c-e93c186384a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.012105 10.0.0.24 - - [2024-09-19 02:40:00] "POST /neutron/network HTTP/1.1" 200 835 0.006714 10.0.0.24 - - [2024-09-19 02:40:00] "POST /neutron/subnet HTTP/1.1" 200 710 0.010617 10.0.0.24 - - [2024-09-19 02:40:00] "GET /domains HTTP/1.1" 200 280 0.003346 10.0.0.24 - - [2024-09-19 02:40:00] "GET /domains?obj_uuids=128d845f-d91b-4004-ab7b-1aaae47abd0b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001461 10.0.0.24 - - [2024-09-19 02:40:00] "GET /domain/128d845f-d91b-4004-ab7b-1aaae47abd0b HTTP/1.1" 200 2585 0.009584 10.0.0.24 - - [2024-09-19 02:40:00] "GET /projects?obj_uuids=ab0fb0de-fa14-446e-971a-f072d25d4dc7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001283 10.0.0.24 - - [2024-09-19 02:40:00] "GET /project/ab0fb0de-fa14-446e-971a-f072d25d4dc7 HTTP/1.1" 200 2403 0.087901 10.0.0.24 - - [2024-09-19 02:40:00] "GET /virtual-network/91ea866b-8d5d-4dc8-b07c-e93c186384a7 HTTP/1.1" 200 2332 0.013438 10.0.0.24 - - [2024-09-19 02:40:00] "GET /virtual-network/91ea866b-8d5d-4dc8-b07c-e93c186384a7 HTTP/1.1" 200 2332 0.011933 10.0.0.24 - - [2024-09-19 02:40:00] "GET /routing-instance/d9278066-3792-49a9-8c29-0211bb26abaa HTTP/1.1" 200 1492 0.006671 10.0.0.24 - - [2024-09-19 02:40:00] "GET /routing-instance/d9278066-3792-49a9-8c29-0211bb26abaa HTTP/1.1" 200 1492 0.006079 10.0.0.24 - - [2024-09-19 02:40:00] "GET /route-target/33da8ea0-9555-4efd-be91-9582c3a5ae90 HTTP/1.1" 200 1218 0.005100 10.0.0.24 - - [2024-09-19 02:40:00] "GET /virtual-network/91ea866b-8d5d-4dc8-b07c-e93c186384a7 HTTP/1.1" 200 2332 0.010792 10.0.0.24 - - [2024-09-19 02:40:00] "GET /routing-instance/d9278066-3792-49a9-8c29-0211bb26abaa HTTP/1.1" 200 1492 0.006896 10.0.0.24 - - [2024-09-19 02:40:00] "GET /virtual-network/91ea866b-8d5d-4dc8-b07c-e93c186384a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.012113 10.0.0.24 - - [2024-09-19 02:40:00] "GET /virtual-network/91ea866b-8d5d-4dc8-b07c-e93c186384a7 HTTP/1.1" 200 2332 0.010805 10.0.0.24 - - [2024-09-19 02:40:00] "GET /routing-instance/d9278066-3792-49a9-8c29-0211bb26abaa HTTP/1.1" 200 1492 0.005366 10.0.0.24 - - [2024-09-19 02:40:00] "GET /routing-instance/d9278066-3792-49a9-8c29-0211bb26abaa HTTP/1.1" 200 1492 0.005911 10.0.0.24 - - [2024-09-19 02:40:00] "GET /route-target/33da8ea0-9555-4efd-be91-9582c3a5ae90 HTTP/1.1" 200 1218 0.004454 10.0.0.24 - - [2024-09-19 02:40:00] "GET /domains HTTP/1.1" 200 280 0.004437 10.0.0.24 - - [2024-09-19 02:40:00] "GET /domains?obj_uuids=128d845f-d91b-4004-ab7b-1aaae47abd0b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001632 10.0.0.24 - - [2024-09-19 02:40:00] "GET /domain/128d845f-d91b-4004-ab7b-1aaae47abd0b HTTP/1.1" 200 2585 0.011150 10.0.0.24 - - [2024-09-19 02:40:00] "GET /projects?obj_uuids=ab0fb0de-fa14-446e-971a-f072d25d4dc7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001506 10.0.0.24 - - [2024-09-19 02:40:00] "GET /project/ab0fb0de-fa14-446e-971a-f072d25d4dc7 HTTP/1.1" 200 2403 0.090974 10.0.0.24 - - [2024-09-19 02:40:00] "GET /obj-perms HTTP/1.1" 200 5056 0.088968 10.0.0.24 - - [2024-09-19 02:40:00] "GET /virtual-network/91ea866b-8d5d-4dc8-b07c-e93c186384a7 HTTP/1.1" 200 2332 0.012539 10.0.0.24 - - [2024-09-19 02:40:00] "GET /obj-perms HTTP/1.1" 200 5054 0.004076 10.0.0.24 - - [2024-09-19 02:40:01] "POST /id-to-fqname HTTP/1.1" 200 233 0.001762 10.0.0.24 - - [2024-09-19 02:40:01] "POST /neutron/network HTTP/1.1" 200 845 0.011058 10.0.0.24 - - [2024-09-19 02:40:01] "GET /aaa-mode HTTP/1.1" 401 292 0.000798 10.0.0.24 - - [2024-09-19 02:40:01] "GET /obj-perms HTTP/1.1" 200 5056 0.063905 10.0.0.24 - - [2024-09-19 02:40:01] "GET / HTTP/1.1" 200 35931 0.002660 10.0.0.24 - - [2024-09-19 02:40:01] "GET /project/ab0fb0de-fa14-446e-971a-f072d25d4dc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000810 10.0.0.24 - - [2024-09-19 02:40:02] "GET /projects?obj_uuids=ab0fb0de-fa14-446e-971a-f072d25d4dc7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001482 10.0.0.24 - - [2024-09-19 02:40:02] "GET /project/ab0fb0de-fa14-446e-971a-f072d25d4dc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.073783 10.0.0.24 - - [2024-09-19 02:40:02] "POST /neutron/network HTTP/1.1" 200 835 0.015017 10.0.0.24 - - [2024-09-19 02:40:02] "POST /neutron/port HTTP/1.1" 200 117 0.006831 10.0.0.24 - - [2024-09-19 02:40:02] "POST /neutron/port HTTP/1.1" 200 117 0.007595 10.0.0.24 - - [2024-09-19 02:40:02] "POST /id-to-fqname HTTP/1.1" 200 233 0.002374 10.0.0.24 - - [2024-09-19 02:40:02] "POST /neutron/port HTTP/1.1" 200 117 0.007701 10.0.0.24 - - [2024-09-19 02:40:02] "POST /neutron/network HTTP/1.1" 200 848 0.010468 10.0.0.24 - - [2024-09-19 02:40:02] "GET /aaa-mode HTTP/1.1" 401 292 0.001061 10.0.0.24 - - [2024-09-19 02:40:02] "POST /neutron/network HTTP/1.1" 200 845 0.007688 10.0.0.24 - - [2024-09-19 02:40:02] "GET /projects?obj_uuids=ab0fb0de-fa14-446e-971a-f072d25d4dc7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001424 10.0.0.24 - - [2024-09-19 02:40:02] "GET / HTTP/1.1" 200 35931 0.002088 10.0.0.24 - - [2024-09-19 02:40:02] "GET /project/ab0fb0de-fa14-446e-971a-f072d25d4dc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000514 10.0.0.24 - - [2024-09-19 02:40:03] "POST /neutron/port HTTP/1.1" 200 1069 0.308361 10.0.0.24 - - [2024-09-19 02:40:03] "POST /neutron/port HTTP/1.1" 200 1069 0.013926 10.0.0.24 - - [2024-09-19 02:40:03] "POST /neutron/port HTTP/1.1" 200 1069 0.013812 10.0.0.24 - - [2024-09-19 02:40:03] "POST /neutron/port HTTP/1.1" 200 1123 0.095871 10.0.0.24 - - [2024-09-19 02:40:03] "POST /neutron/port HTTP/1.1" 200 1097 0.018649 10.0.0.24 - - [2024-09-19 02:40:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007387 10.0.0.24 - - [2024-09-19 02:40:03] "GET /projects?obj_uuids=ab0fb0de-fa14-446e-971a-f072d25d4dc7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001475 10.0.0.24 - - [2024-09-19 02:40:03] "POST /neutron/subnet HTTP/1.1" 200 684 0.031026 10.0.0.24 - - [2024-09-19 02:40:03] "POST /neutron/port HTTP/1.1" 200 117 0.002426 10.0.0.24 - - [2024-09-19 02:40:03] "GET /project/ab0fb0de-fa14-446e-971a-f072d25d4dc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.105886 10.0.0.24 - - [2024-09-19 02:40:03] "POST /neutron/network HTTP/1.1" 200 835 0.010291 10.0.0.24 - - [2024-09-19 02:40:03] "POST /neutron/network HTTP/1.1" 200 838 0.011871 10.0.0.24 - - [2024-09-19 02:40:03] "POST /neutron/port HTTP/1.1" 200 1097 0.024769 10.0.0.24 - - [2024-09-19 02:40:03] "POST /neutron/security_group HTTP/1.1" 200 2070 0.011377 10.0.0.24 - - [2024-09-19 02:40:03] "POST /neutron/port HTTP/1.1" 200 117 0.006165 10.0.0.24 - - [2024-09-19 02:40:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.24 - - [2024-09-19 02:40:03] "GET /projects?obj_uuids=ab0fb0de-fa14-446e-971a-f072d25d4dc7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002669 10.0.0.24 - - [2024-09-19 02:40:03] "GET /project/ab0fb0de-fa14-446e-971a-f072d25d4dc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.098397 10.0.0.24 - - [2024-09-19 02:40:04] "GET /virtual-network/abb4a041-a9dd-42e4-9482-b58907ee6f00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.011184 10.0.0.24 - - [2024-09-19 02:40:04] "GET /floating-ip-pools?parent_id=abb4a041-a9dd-42e4-9482-b58907ee6f00&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004600 10.0.0.24 - - [2024-09-19 02:40:04] "GET /virtual-network/abb4a041-a9dd-42e4-9482-b58907ee6f00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.013723 10.0.0.24 - - [2024-09-19 02:40:04] "POST /floating-ip-pools HTTP/1.1" 200 609 0.031292 10.0.0.24 - - [2024-09-19 02:40:04] "POST /ref-update HTTP/1.1" 200 156 0.013334 10.0.0.24 - - [2024-09-19 02:40:04] "GET /virtual-network/abb4a041-a9dd-42e4-9482-b58907ee6f00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.010491 10.0.0.24 - - [2024-09-19 02:40:04] "POST /neutron/network HTTP/1.1" 200 848 0.015952 10.0.0.24 - - [2024-09-19 02:40:04] "GET /domains HTTP/1.1" 200 280 0.006525 10.0.0.24 - - [2024-09-19 02:40:04] "GET /domains?obj_uuids=128d845f-d91b-4004-ab7b-1aaae47abd0b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002547 10.0.0.24 - - [2024-09-19 02:40:04] "GET /domain/128d845f-d91b-4004-ab7b-1aaae47abd0b HTTP/1.1" 200 2585 0.020912 10.0.0.24 - - [2024-09-19 02:40:04] "GET /projects?obj_uuids=ab0fb0de-fa14-446e-971a-f072d25d4dc7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001516 10.0.0.24 - - [2024-09-19 02:40:04] "GET /projects?obj_uuids=ab0fb0de-fa14-446e-971a-f072d25d4dc7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.006461 10.0.0.24 - - [2024-09-19 02:40:04] "GET /project/ab0fb0de-fa14-446e-971a-f072d25d4dc7 HTTP/1.1" 200 2989 0.084404 10.0.0.24 - - [2024-09-19 02:40:04] "GET /virtual-network/abb4a041-a9dd-42e4-9482-b58907ee6f00 HTTP/1.1" 200 2621 0.046114 10.0.0.24 - - [2024-09-19 02:40:04] "GET /floating-ip-pool/2d97e48f-eb39-4d22-a0e6-555180cc827d HTTP/1.1" 200 1441 0.005286 10.0.0.24 - - [2024-09-19 02:40:04] "GET /domains HTTP/1.1" 200 280 0.013695 10.0.0.24 - - [2024-09-19 02:40:04] "GET /domains?obj_uuids=128d845f-d91b-4004-ab7b-1aaae47abd0b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003824 10.0.0.24 - - [2024-09-19 02:40:04] "GET /domain/128d845f-d91b-4004-ab7b-1aaae47abd0b HTTP/1.1" 200 2585 0.032206 10.0.0.24 - - [2024-09-19 02:40:04] "GET /projects?obj_uuids=ab0fb0de-fa14-446e-971a-f072d25d4dc7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003478 10.0.0.24 - - [2024-09-19 02:40:04] "GET /project/ab0fb0de-fa14-446e-971a-f072d25d4dc7 HTTP/1.1" 200 2989 0.104527 10.0.0.24 - - [2024-09-19 02:40:04] "GET /virtual-network/abb4a041-a9dd-42e4-9482-b58907ee6f00 HTTP/1.1" 200 2621 0.017597 10.0.0.24 - - [2024-09-19 02:40:04] "GET /virtual-network/abb4a041-a9dd-42e4-9482-b58907ee6f00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.049240 10.0.0.24 - - [2024-09-19 02:40:04] "POST /neutron/port HTTP/1.1" 200 1097 0.020399 10.0.0.24 - - [2024-09-19 02:40:04] "POST /neutron/security_group HTTP/1.1" 200 2070 0.029889 10.0.0.24 - - [2024-09-19 02:40:05] "POST /neutron/port HTTP/1.1" 200 1072 0.677008 10.0.0.24 - - [2024-09-19 02:40:05] "POST /neutron/port HTTP/1.1" 200 1072 0.018021 10.0.0.24 - - [2024-09-19 02:40:05] "POST /neutron/port HTTP/1.1" 200 1072 0.020362 10.0.0.24 - - [2024-09-19 02:40:05] "POST /neutron/port HTTP/1.1" 200 1126 0.097155 10.0.0.24 - - [2024-09-19 02:40:05] "POST /neutron/port HTTP/1.1" 200 1100 0.018302 10.0.0.24 - - [2024-09-19 02:40:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004491 10.0.0.24 - - [2024-09-19 02:40:05] "POST /neutron/subnet HTTP/1.1" 200 699 0.012594 10.0.0.24 - - [2024-09-19 02:40:05] "POST /neutron/port HTTP/1.1" 200 117 0.001491 10.0.0.24 - - [2024-09-19 02:40:05] "POST /neutron/network HTTP/1.1" 200 838 0.007198 10.0.0.24 - - [2024-09-19 02:40:10] "POST /neutron/port HTTP/1.1" 200 1097 0.015548 10.0.0.24 - - [2024-09-19 02:40:10] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008187 10.0.0.24 - - [2024-09-19 02:40:10] "POST /neutron/port HTTP/1.1" 200 1097 0.016533 10.0.0.24 - - [2024-09-19 02:40:10] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007310 10.0.0.24 - - [2024-09-19 02:40:10] "POST /neutron/port HTTP/1.1" 200 1097 0.016472 10.0.0.24 - - [2024-09-19 02:40:10] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008139 10.0.0.24 - - [2024-09-19 02:40:10] "GET /virtual-machine/3f36f91d-91f9-4139-87f9-3ef97c4bf869 HTTP/1.1" 200 1303 0.007257 10.0.0.24 - - [2024-09-19 02:40:10] "GET /virtual-machine-interface/08f4af66-6eb9-4b09-b44a-dff66ba311b6 HTTP/1.1" 200 3003 0.010859 10.0.0.24 - - [2024-09-19 02:40:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.24 - - [2024-09-19 02:40:10] "GET /global-vrouter-config/6758536d-2137-4014-927a-c6f798680ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004560 10.0.0.24 - - [2024-09-19 02:40:10] "GET /virtual-networks?parent_id=ab0fb0de-fa14-446e-971a-f072d25d4dc7&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003984 10.0.0.24 - - [2024-09-19 02:40:10] "GET /virtual-network/91ea866b-8d5d-4dc8-b07c-e93c186384a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.012802 10.0.0.24 - - [2024-09-19 02:40:13] "POST /neutron/port HTTP/1.1" 200 1097 0.017974 10.0.0.24 - - [2024-09-19 02:40:13] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007972 10.0.0.24 - - [2024-09-19 02:40:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.24 - - [2024-09-19 02:40:13] "GET /virtual-network/91ea866b-8d5d-4dc8-b07c-e93c186384a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.010316 10.0.0.24 - - [2024-09-19 02:40:15] "POST /neutron/port HTTP/1.1" 200 1100 0.018052 10.0.0.24 - - [2024-09-19 02:40:15] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006851 10.0.0.24 - - [2024-09-19 02:40:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.24 - - [2024-09-19 02:40:15] "GET /global-vrouter-config/6758536d-2137-4014-927a-c6f798680ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004266 10.0.0.24 - - [2024-09-19 02:40:15] "GET /virtual-networks?parent_id=ab0fb0de-fa14-446e-971a-f072d25d4dc7&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004189 10.0.0.24 - - [2024-09-19 02:40:15] "GET /virtual-network/91ea866b-8d5d-4dc8-b07c-e93c186384a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.011039 10.0.0.24 - - [2024-09-19 02:40:15] "GET /projects?obj_uuids=ab0fb0de-fa14-446e-971a-f072d25d4dc7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001457 10.0.0.24 - - [2024-09-19 02:40:15] "POST /neutron/floatingip HTTP/1.1" 200 530 0.083488 10.0.0.24 - - [2024-09-19 02:40:16] "POST /neutron/port HTTP/1.1" 200 1097 0.026528 10.0.0.24 - - [2024-09-19 02:40:16] "POST /neutron/floatingip HTTP/1.1" 200 530 0.006430 10.0.0.24 - - [2024-09-19 02:40:16] "POST /neutron/floatingip HTTP/1.1" 200 574 0.039559 10.0.0.24 - - [2024-09-19 02:40:16] "POST /neutron/port HTTP/1.1" 200 1100 0.018598 10.0.0.24 - - [2024-09-19 02:40:16] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009892 10.0.0.24 - - [2024-09-19 02:40:16] "POST /neutron/port HTTP/1.1" 200 1100 0.017271 10.0.0.24 - - [2024-09-19 02:40:16] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009609 10.0.0.24 - - [2024-09-19 02:40:16] "POST /neutron/port HTTP/1.1" 200 1100 0.021563 10.0.0.24 - - [2024-09-19 02:40:16] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007986 10.0.0.24 - - [2024-09-19 02:40:16] "GET /virtual-machine/d6fbf83c-754e-4890-a949-7da0ef00018e HTTP/1.1" 200 1305 0.007011 10.0.0.24 - - [2024-09-19 02:40:16] "GET /virtual-machine-interface/5e618ef2-a5e7-474c-9c66-bfe3846f858b HTTP/1.1" 200 3004 0.013593 10.0.0.24 - - [2024-09-19 02:40:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.24 - - [2024-09-19 02:40:16] "GET /global-vrouter-config/6758536d-2137-4014-927a-c6f798680ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004542 10.0.0.24 - - [2024-09-19 02:40:16] "GET /virtual-networks?parent_id=ab0fb0de-fa14-446e-971a-f072d25d4dc7&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004286 10.0.0.24 - - [2024-09-19 02:40:16] "GET /virtual-network/abb4a041-a9dd-42e4-9482-b58907ee6f00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.011731 10.0.0.24 - - [2024-09-19 02:40:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004117 10.0.0.24 - - [2024-09-19 02:40:17] "GET /global-vrouter-config/6758536d-2137-4014-927a-c6f798680ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005066 10.0.0.24 - - [2024-09-19 02:40:17] "GET /virtual-networks?parent_id=ab0fb0de-fa14-446e-971a-f072d25d4dc7&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003926 10.0.0.24 - - [2024-09-19 02:40:17] "GET /virtual-network/abb4a041-a9dd-42e4-9482-b58907ee6f00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.011092 10.0.0.24 - - [2024-09-19 02:40:17] "POST /neutron/port HTTP/1.1" 200 1100 0.016979 10.0.0.24 - - [2024-09-19 02:40:17] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008176 10.0.0.24 - - [2024-09-19 02:40:23] "POST /neutron/floatingip HTTP/1.1" 200 574 0.011478 10.0.0.24 - - [2024-09-19 02:40:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.24 - - [2024-09-19 02:40:23] "GET /routing-instance/92655b08-5a8c-4bb9-9a9f-afd12446eb01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.005172 10.0.0.24 - - [2024-09-19 02:40:23] "GET /route-target/c0d87e1d-12ae-42f3-836d-3f13f0a1ceb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005543 10.0.0.24 - - [2024-09-19 02:40:23] "GET /floating-ip/441bf248-3c00-4875-bc0c-ff5bea2ecea4 HTTP/1.1" 200 1886 0.007393 10.0.0.24 - - [2024-09-19 02:40:26] "POST /neutron/floatingip HTTP/1.1" 200 574 0.012742 10.0.0.24 - - [2024-09-19 02:40:26] "POST /neutron/floatingip HTTP/1.1" 200 530 0.018936 10.0.0.24 - - [2024-09-19 02:40:26] "POST /neutron/floatingip HTTP/1.1" 200 530 0.007040 10.0.0.24 - - [2024-09-19 02:40:26] "POST /neutron/floatingip HTTP/1.1" 200 115 0.037745 10.0.0.24 - - [2024-09-19 02:40:26] "GET /floating-ip-pool/2d97e48f-eb39-4d22-a0e6-555180cc827d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.005238 10.0.0.24 - - [2024-09-19 02:40:26] "POST /ref-update HTTP/1.1" 200 156 0.011103 10.0.0.24 - - [2024-09-19 02:40:26] "DELETE /floating-ip-pool/2d97e48f-eb39-4d22-a0e6-555180cc827d HTTP/1.1" 200 115 0.030862 10.0.0.24 - - [2024-09-19 02:40:26] "POST /neutron/network HTTP/1.1" 200 835 0.012746 10.0.0.24 - - [2024-09-19 02:40:26] "POST /neutron/network HTTP/1.1" 400 204 0.014479 10.0.0.24 - - [2024-09-19 02:40:27] "POST /neutron/port HTTP/1.1" 200 1100 0.017819 10.0.0.24 - - [2024-09-19 02:40:27] "POST /neutron/port HTTP/1.1" 200 1126 0.022130 10.0.0.24 - - [2024-09-19 02:40:27] "POST /neutron/port HTTP/1.1" 200 1097 0.024232 10.0.0.24 - - [2024-09-19 02:40:27] "POST /neutron/port HTTP/1.1" 200 1123 0.012751 10.0.0.24 - - [2024-09-19 02:40:27] "POST /neutron/port HTTP/1.1" 200 151 0.180926 10.0.0.24 - - [2024-09-19 02:40:27] "POST /neutron/port HTTP/1.1" 200 151 0.155071 10.0.0.24 - - [2024-09-19 02:40:28] "POST /neutron/network HTTP/1.1" 200 835 0.008019 10.0.0.24 - - [2024-09-19 02:40:28] "POST /useragent-kv HTTP/1.1" 200 115 0.001601 10.0.0.24 - - [2024-09-19 02:40:28] "POST /useragent-kv HTTP/1.1" 200 115 0.001471 10.0.0.24 - - [2024-09-19 02:40:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.008112 10.0.0.24 - - [2024-09-19 02:40:28] "POST /neutron/network HTTP/1.1" 200 151 0.088382 10.0.0.24 - - [2024-09-19 02:40:28] "GET /routing-instance/d9278066-3792-49a9-8c29-0211bb26abaa HTTP/1.1" 404 171 0.002452 10.0.0.24 - - [2024-09-19 02:40:28] "GET /domains HTTP/1.1" 200 280 0.005794 10.0.0.24 - - [2024-09-19 02:40:28] "DELETE /route-target/33da8ea0-9555-4efd-be91-9582c3a5ae90 HTTP/1.1" 200 115 0.020704 10.0.0.24 - - [2024-09-19 02:40:28] "GET /domains?obj_uuids=128d845f-d91b-4004-ab7b-1aaae47abd0b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001202 10.0.0.24 - - [2024-09-19 02:40:28] "GET /domain/128d845f-d91b-4004-ab7b-1aaae47abd0b HTTP/1.1" 200 2585 0.050314 10.0.0.24 - - [2024-09-19 02:40:28] "GET /projects?obj_uuids=ab0fb0de-fa14-446e-971a-f072d25d4dc7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001890 10.0.0.24 - - [2024-09-19 02:40:28] "GET /project/ab0fb0de-fa14-446e-971a-f072d25d4dc7 HTTP/1.1" 200 2175 0.082115 10.0.0.24 - - [2024-09-19 02:40:29] "POST /neutron/network HTTP/1.1" 200 838 0.011316 10.0.0.24 - - [2024-09-19 02:40:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002587 10.0.0.24 - - [2024-09-19 02:40:29] "POST /useragent-kv HTTP/1.1" 200 115 0.001211 10.0.0.24 - - [2024-09-19 02:40:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.007239 10.0.0.24 - - [2024-09-19 02:40:29] "POST /neutron/network HTTP/1.1" 200 151 0.098375 10.0.0.24 - - [2024-09-19 02:40:29] "GET /routing-instance/92655b08-5a8c-4bb9-9a9f-afd12446eb01 HTTP/1.1" 404 171 0.002421 10.0.0.24 - - [2024-09-19 02:40:29] "GET /domains HTTP/1.1" 200 280 0.006664 10.0.0.24 - - [2024-09-19 02:40:29] "DELETE /route-target/c0d87e1d-12ae-42f3-836d-3f13f0a1ceb6 HTTP/1.1" 200 115 0.022735 10.0.0.24 - - [2024-09-19 02:40:29] "GET /domains?obj_uuids=128d845f-d91b-4004-ab7b-1aaae47abd0b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001245 10.0.0.24 - - [2024-09-19 02:40:29] "GET /domain/128d845f-d91b-4004-ab7b-1aaae47abd0b HTTP/1.1" 200 2585 0.051020 10.0.0.24 - - [2024-09-19 02:40:29] "GET /projects?obj_uuids=ab0fb0de-fa14-446e-971a-f072d25d4dc7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002939 10.0.0.24 - - [2024-09-19 02:40:29] "GET /project/ab0fb0de-fa14-446e-971a-f072d25d4dc7 HTTP/1.1" 200 1925 0.082515 10.0.0.24 - - [2024-09-19 02:40:29] "GET /projects?obj_uuids=ab0fb0de-fa14-446e-971a-f072d25d4dc7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001559 10.0.0.24 - - [2024-09-19 02:40:29] "GET /project/ab0fb0de-fa14-446e-971a-f072d25d4dc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.036882 10.0.0.24 - - [2024-09-19 02:40:29] "GET /projects?obj_uuids=ab0fb0de-fa14-446e-971a-f072d25d4dc7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001327 10.0.0.24 - - [2024-09-19 02:40:29] "GET /project/ab0fb0de-fa14-446e-971a-f072d25d4dc7?fields=virtual_networks HTTP/1.1" 200 1057 0.036804 10.0.0.24 - - [2024-09-19 02:40:29] "GET /projects?obj_uuids=ab0fb0de-fa14-446e-971a-f072d25d4dc7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001463 10.0.0.24 - - [2024-09-19 02:40:29] "GET /project/ab0fb0de-fa14-446e-971a-f072d25d4dc7?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.059225 10.0.0.24 - - [2024-09-19 02:40:29] "GET /projects?obj_uuids=ab0fb0de-fa14-446e-971a-f072d25d4dc7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001593 10.0.0.24 - - [2024-09-19 02:40:29] "GET /project/ab0fb0de-fa14-446e-971a-f072d25d4dc7?fields=security_groups HTTP/1.1" 200 1295 0.036879 10.0.0.24 - - [2024-09-19 02:40:30] "POST /fqname-to-id HTTP/1.1" 404 183 0.037008 10.0.0.24 - - [2024-09-19 02:40:30] "GET /projects?obj_uuids=14be486b-6358-48c5-9779-0574b69b3b1f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003202 10.0.0.24 - - [2024-09-19 02:40:30] "GET /domains?obj_uuids=128d845f-d91b-4004-ab7b-1aaae47abd0b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001658 10.0.0.24 - - [2024-09-19 02:40:30] "GET /domain/128d845f-d91b-4004-ab7b-1aaae47abd0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011973 10.0.0.24 - - [2024-09-19 02:40:31] "POST /id-to-fqname HTTP/1.1" 200 185 0.002633 10.0.0.24 - - [2024-09-19 02:40:31] "POST /fqname-to-id HTTP/1.1" 404 194 0.005694 10.0.0.24 - - [2024-09-19 02:40:31] "POST /security-groups HTTP/1.1" 200 586 0.063476 10.0.0.24 - - [2024-09-19 02:40:31] "POST /fqname-to-id HTTP/1.1" 404 229 0.004735 10.0.0.24 - - [2024-09-19 02:40:31] "POST /projects HTTP/1.1" 200 575 0.240089 10.0.0.24 - - [2024-09-19 02:40:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.272982 10.0.0.24 - - [2024-09-19 02:40:31] "POST /access-control-lists HTTP/1.1" 200 591 0.060733 10.0.0.24 - - [2024-09-19 02:40:31] "GET /project/14be486b-6358-48c5-9779-0574b69b3b1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.427757 10.0.0.24 - - [2024-09-19 02:40:31] "POST /fqname-to-id HTTP/1.1" 404 228 0.003467 10.0.0.24 - - [2024-09-19 02:40:31] "POST /access-control-lists HTTP/1.1" 200 589 0.066756 10.0.0.24 - - [2024-09-19 02:40:32] "GET / HTTP/1.1" 200 35931 0.002295 10.0.0.24 - - [2024-09-19 02:40:33] "GET /projects?obj_uuids=14be486b-6358-48c5-9779-0574b69b3b1f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001604 10.0.0.24 - - [2024-09-19 02:40:33] "GET /project/14be486b-6358-48c5-9779-0574b69b3b1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.045297 10.0.0.24 - - [2024-09-19 02:40:33] "GET /projects?obj_uuids=14be486b-6358-48c5-9779-0574b69b3b1f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001468 10.0.0.24 - - [2024-09-19 02:40:33] "GET /project/14be486b-6358-48c5-9779-0574b69b3b1f?fields=virtual_networks HTTP/1.1" 200 1022 0.042646 10.0.0.24 - - [2024-09-19 02:40:34] "GET /projects?obj_uuids=14be486b-6358-48c5-9779-0574b69b3b1f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001481 10.0.0.24 - - [2024-09-19 02:40:34] "GET /project/14be486b-6358-48c5-9779-0574b69b3b1f?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.052721 10.0.0.24 - - [2024-09-19 02:40:34] "GET /projects?obj_uuids=14be486b-6358-48c5-9779-0574b69b3b1f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001497 10.0.0.24 - - [2024-09-19 02:40:34] "GET /project/14be486b-6358-48c5-9779-0574b69b3b1f?fields=security_groups HTTP/1.1" 200 1243 0.036531 10.0.0.24 - - [2024-09-19 02:40:35] "POST /fqname-to-id HTTP/1.1" 404 191 0.030215 10.0.0.24 - - [2024-09-19 02:40:35] "GET /projects?obj_uuids=2a71ffd3-b351-4d85-b5aa-46099aa71d83&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002977 10.0.0.24 - - [2024-09-19 02:40:35] "GET /domains?obj_uuids=128d845f-d91b-4004-ab7b-1aaae47abd0b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001897 10.0.0.24 - - [2024-09-19 02:40:35] "GET /domain/128d845f-d91b-4004-ab7b-1aaae47abd0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011275 10.0.0.24 - - [2024-09-19 02:40:35] "POST /id-to-fqname HTTP/1.1" 200 193 0.001533 10.0.0.24 - - [2024-09-19 02:40:35] "POST /fqname-to-id HTTP/1.1" 404 202 0.004367 10.0.0.24 - - [2024-09-19 02:40:35] "POST /security-groups HTTP/1.1" 200 594 0.067473 10.0.0.24 - - [2024-09-19 02:40:35] "POST /fqname-to-id HTTP/1.1" 404 237 0.003451 10.0.0.24 - - [2024-09-19 02:40:35] "POST /projects HTTP/1.1" 200 591 0.235096 10.0.0.24 - - [2024-09-19 02:40:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.309518 10.0.0.24 - - [2024-09-19 02:40:35] "POST /access-control-lists HTTP/1.1" 200 599 0.065490 10.0.0.24 - - [2024-09-19 02:40:35] "POST /fqname-to-id HTTP/1.1" 404 236 0.004089 10.0.0.24 - - [2024-09-19 02:40:35] "GET /project/2a71ffd3-b351-4d85-b5aa-46099aa71d83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.484990 10.0.0.24 - - [2024-09-19 02:40:35] "POST /access-control-lists HTTP/1.1" 200 597 0.068411 10.0.0.24 - - [2024-09-19 02:40:37] "GET / HTTP/1.1" 200 35931 0.002932 10.0.0.24 - - [2024-09-19 02:40:38] "GET /project/2a71ffd3-b351-4d85-b5aa-46099aa71d83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000749 10.0.0.24 - - [2024-09-19 02:40:38] "GET /projects?obj_uuids=2a71ffd3-b351-4d85-b5aa-46099aa71d83&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001420 10.0.0.24 - - [2024-09-19 02:40:38] "GET /project/2a71ffd3-b351-4d85-b5aa-46099aa71d83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.081673 10.0.0.24 - - [2024-09-19 02:40:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.006217 10.0.0.24 - - [2024-09-19 02:40:38] "GET /security-group/7c13759b-3569-46e8-a186-e5a87c6932f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.007527 10.0.0.24 - - [2024-09-19 02:40:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011 10.0.0.24 - - [2024-09-19 02:40:38] "GET /projects?obj_uuids=2a71ffd3-b351-4d85-b5aa-46099aa71d83&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001790 10.0.0.24 - - [2024-09-19 02:40:38] "GET /project/2a71ffd3-b351-4d85-b5aa-46099aa71d83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.046454 10.0.0.24 - - [2024-09-19 02:40:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005104 10.0.0.24 - - [2024-09-19 02:40:38] "GET /security-group/7c13759b-3569-46e8-a186-e5a87c6932f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.007499 10.0.0.24 - - [2024-09-19 02:40:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003992 10.0.0.24 - - [2024-09-19 02:40:39] "PUT /security-group/7c13759b-3569-46e8-a186-e5a87c6932f7 HTTP/1.1" 200 262 0.020897 10.0.0.24 - - [2024-09-19 02:40:39] "PUT /access-control-list/e32baae2-70f1-4427-aa2f-3c2bb63b5d49 HTTP/1.1" 200 272 0.016007 10.0.0.24 - - [2024-09-19 02:40:39] "POST /fqname-to-id HTTP/1.1" 404 202 0.003530 10.0.0.24 - - [2024-09-19 02:40:39] "PUT /access-control-list/62984d5e-9632-4eb8-942b-3221c2c093b3 HTTP/1.1" 200 272 0.019743 10.0.0.24 - - [2024-09-19 02:40:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.24 - - [2024-09-19 02:40:39] "GET /projects?obj_uuids=2a71ffd3-b351-4d85-b5aa-46099aa71d83&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002141 10.0.0.24 - - [2024-09-19 02:40:39] "GET /project/2a71ffd3-b351-4d85-b5aa-46099aa71d83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.045036 10.0.0.24 - - [2024-09-19 02:40:39] "POST /neutron/network HTTP/1.1" 200 117 0.053728 10.0.0.24 - - [2024-09-19 02:40:39] "GET /projects?obj_uuids=2a71ffd3-b351-4d85-b5aa-46099aa71d83&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001581 10.0.0.24 - - [2024-09-19 02:40:39] "POST /neutron/network HTTP/1.1" 200 608 0.125008 10.0.0.24 - - [2024-09-19 02:40:39] "POST /route-targets HTTP/1.1" 200 327 0.011667 10.0.0.24 - - [2024-09-19 02:40:39] "POST /ref-update HTTP/1.1" 200 156 0.013832 10.0.0.24 - - [2024-09-19 02:40:39] "POST /useragent-kv HTTP/1.1" 200 115 0.009510 10.0.0.24 - - [2024-09-19 02:40:39] "POST /neutron/subnet HTTP/1.1" 200 720 0.198818 10.0.0.24 - - [2024-09-19 02:40:39] "POST /neutron/network HTTP/1.1" 200 826 0.007026 10.0.0.24 - - [2024-09-19 02:40:39] "POST /id-to-fqname HTTP/1.1" 200 223 0.001613 10.0.0.24 - - [2024-09-19 02:40:39] "GET /virtual-network/20484681-a3d8-459c-80be-c1b3c1b3bac6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.010333 10.0.0.24 - - [2024-09-19 02:40:39] "POST /neutron/network HTTP/1.1" 200 826 0.009255 10.0.0.24 - - [2024-09-19 02:40:39] "GET /virtual-network/20484681-a3d8-459c-80be-c1b3c1b3bac6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.013145 10.0.0.24 - - [2024-09-19 02:40:39] "POST /neutron/network HTTP/1.1" 200 826 0.010331 10.0.0.24 - - [2024-09-19 02:40:39] "POST /neutron/subnet HTTP/1.1" 200 720 0.009901 10.0.0.24 - - [2024-09-19 02:40:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.24 - - [2024-09-19 02:40:39] "GET /projects?obj_uuids=2a71ffd3-b351-4d85-b5aa-46099aa71d83&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001441 10.0.0.24 - - [2024-09-19 02:40:39] "GET /project/2a71ffd3-b351-4d85-b5aa-46099aa71d83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.043913 10.0.0.24 - - [2024-09-19 02:40:40] "POST /neutron/network HTTP/1.1" 200 117 0.025212 10.0.0.24 - - [2024-09-19 02:40:40] "GET /projects?obj_uuids=2a71ffd3-b351-4d85-b5aa-46099aa71d83&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001480 10.0.0.24 - - [2024-09-19 02:40:40] "POST /neutron/network HTTP/1.1" 200 615 0.131469 10.0.0.24 - - [2024-09-19 02:40:40] "POST /route-targets HTTP/1.1" 200 327 0.018528 10.0.0.24 - - [2024-09-19 02:40:40] "POST /ref-update HTTP/1.1" 200 156 0.021046 10.0.0.24 - - [2024-09-19 02:40:40] "POST /useragent-kv HTTP/1.1" 200 115 0.005152 10.0.0.24 - - [2024-09-19 02:40:40] "POST /neutron/subnet HTTP/1.1" 200 710 0.213550 10.0.0.24 - - [2024-09-19 02:40:40] "POST /neutron/network HTTP/1.1" 200 831 0.007878 10.0.0.24 - - [2024-09-19 02:40:40] "POST /id-to-fqname HTTP/1.1" 200 227 0.001654 10.0.0.24 - - [2024-09-19 02:40:40] "GET /virtual-network/48015bc8-ffa6-4794-a11c-dce309c9e683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.018100 10.0.0.24 - - [2024-09-19 02:40:40] "POST /neutron/network HTTP/1.1" 200 831 0.007524 10.0.0.24 - - [2024-09-19 02:40:40] "GET /virtual-network/48015bc8-ffa6-4794-a11c-dce309c9e683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.010736 10.0.0.24 - - [2024-09-19 02:40:40] "POST /neutron/network HTTP/1.1" 200 831 0.009030 10.0.0.24 - - [2024-09-19 02:40:40] "POST /neutron/subnet HTTP/1.1" 200 710 0.009295 10.0.0.24 - - [2024-09-19 02:40:40] "POST /id-to-fqname HTTP/1.1" 200 223 0.001724 10.0.0.24 - - [2024-09-19 02:40:40] "POST /neutron/network HTTP/1.1" 200 836 0.009620 10.0.0.24 - - [2024-09-19 02:40:40] "GET /aaa-mode HTTP/1.1" 401 292 0.000636 10.0.0.24 - - [2024-09-19 02:40:41] "GET / HTTP/1.1" 200 35931 0.002249 10.0.0.24 - - [2024-09-19 02:40:41] "GET /project/2a71ffd3-b351-4d85-b5aa-46099aa71d83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000554 10.0.0.24 - - [2024-09-19 02:40:41] "GET /projects?obj_uuids=2a71ffd3-b351-4d85-b5aa-46099aa71d83&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001613 10.0.0.24 - - [2024-09-19 02:40:41] "GET /project/2a71ffd3-b351-4d85-b5aa-46099aa71d83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.074203 10.0.0.24 - - [2024-09-19 02:40:41] "POST /neutron/network HTTP/1.1" 200 826 0.006772 10.0.0.24 - - [2024-09-19 02:40:41] "POST /neutron/port HTTP/1.1" 200 117 0.006366 10.0.0.24 - - [2024-09-19 02:40:42] "POST /neutron/port HTTP/1.1" 200 117 0.005948 10.0.0.24 - - [2024-09-19 02:40:42] "POST /id-to-fqname HTTP/1.1" 200 227 0.001652 10.0.0.24 - - [2024-09-19 02:40:42] "POST /neutron/port HTTP/1.1" 200 117 0.009477 10.0.0.24 - - [2024-09-19 02:40:42] "POST /neutron/network HTTP/1.1" 200 841 0.007482 10.0.0.24 - - [2024-09-19 02:40:42] "GET /aaa-mode HTTP/1.1" 401 292 0.000553 10.0.0.24 - - [2024-09-19 02:40:42] "POST /neutron/network HTTP/1.1" 200 836 0.006722 10.0.0.24 - - [2024-09-19 02:40:42] "GET /projects?obj_uuids=2a71ffd3-b351-4d85-b5aa-46099aa71d83&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001418 10.0.0.24 - - [2024-09-19 02:40:42] "GET / HTTP/1.1" 200 35931 0.002486 10.0.0.24 - - [2024-09-19 02:40:42] "GET /project/2a71ffd3-b351-4d85-b5aa-46099aa71d83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000999 10.0.0.24 - - [2024-09-19 02:40:42] "POST /neutron/port HTTP/1.1" 200 1062 0.312274 10.0.0.24 - - [2024-09-19 02:40:42] "POST /neutron/port HTTP/1.1" 200 1062 0.016594 10.0.0.24 - - [2024-09-19 02:40:42] "POST /neutron/port HTTP/1.1" 200 1062 0.013723 10.0.0.24 - - [2024-09-19 02:40:43] "POST /neutron/port HTTP/1.1" 200 1116 0.078513 10.0.0.24 - - [2024-09-19 02:40:43] "POST /neutron/port HTTP/1.1" 200 1090 0.034107 10.0.0.24 - - [2024-09-19 02:40:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005270 10.0.0.24 - - [2024-09-19 02:40:43] "GET /projects?obj_uuids=2a71ffd3-b351-4d85-b5aa-46099aa71d83&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001901 10.0.0.24 - - [2024-09-19 02:40:43] "POST /neutron/subnet HTTP/1.1" 200 694 0.023981 10.0.0.24 - - [2024-09-19 02:40:43] "GET /project/2a71ffd3-b351-4d85-b5aa-46099aa71d83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.108284 10.0.0.24 - - [2024-09-19 02:40:43] "POST /neutron/port HTTP/1.1" 200 117 0.002061 10.0.0.24 - - [2024-09-19 02:40:43] "POST /neutron/network HTTP/1.1" 200 826 0.008811 10.0.0.24 - - [2024-09-19 02:40:43] "POST /neutron/network HTTP/1.1" 200 831 0.008657 10.0.0.24 - - [2024-09-19 02:40:43] "POST /neutron/port HTTP/1.1" 200 1090 0.029795 10.0.0.24 - - [2024-09-19 02:40:43] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008605 10.0.0.24 - - [2024-09-19 02:40:43] "POST /neutron/port HTTP/1.1" 200 117 0.007535 10.0.0.24 - - [2024-09-19 02:40:43] "GET /projects?obj_uuids=2a71ffd3-b351-4d85-b5aa-46099aa71d83&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001395 10.0.0.24 - - [2024-09-19 02:40:43] "POST /neutron/router HTTP/1.1" 200 585 0.079890 10.0.0.24 - - [2024-09-19 02:40:43] "POST /neutron/router HTTP/1.1" 200 585 0.008241 10.0.0.24 - - [2024-09-19 02:40:43] "POST /route-targets HTTP/1.1" 200 327 0.040201 10.0.0.24 - - [2024-09-19 02:40:43] "POST /neutron/router HTTP/1.1" 200 656 0.187511 10.0.0.24 - - [2024-09-19 02:40:43] "PUT /logical-router/fad29f67-8cb5-4dd2-a7b5-5a7d803168b7 HTTP/1.1" 200 262 0.171772 10.0.0.24 - - [2024-09-19 02:40:43] "GET /logical-router/fad29f67-8cb5-4dd2-a7b5-5a7d803168b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1642 0.020864 10.0.0.24 - - [2024-09-19 02:40:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.010252 10.0.0.24 - - [2024-09-19 02:40:43] "POST /neutron/router HTTP/1.1" 200 656 0.011444 10.0.0.24 - - [2024-09-19 02:40:43] "GET /projects?obj_uuids=2a71ffd3-b351-4d85-b5aa-46099aa71d83&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001523 10.0.0.24 - - [2024-09-19 02:40:43] "GET /service-template/52030ae4-719e-46fe-9b77-984359aedd60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.006661 10.0.0.24 - - [2024-09-19 02:40:43] "POST /fqname-to-id HTTP/1.1" 404 215 0.014786 10.0.0.24 - - [2024-09-19 02:40:44] "POST /neutron/network HTTP/1.1" 200 841 0.027648 10.0.0.24 - - [2024-09-19 02:40:44] "GET /projects?obj_uuids=2a71ffd3-b351-4d85-b5aa-46099aa71d83&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002748 10.0.0.24 - - [2024-09-19 02:40:44] "POST /useragent-kv HTTP/1.1" 200 115 0.009880 10.0.0.24 - - [2024-09-19 02:40:44] "POST /virtual-networks HTTP/1.1" 200 694 0.436519 10.0.0.24 - - [2024-09-19 02:40:44] "POST /neutron/router HTTP/1.1" 200 344 0.618994 10.0.0.24 - - [2024-09-19 02:40:44] "POST /route-targets HTTP/1.1" 200 327 0.056523 10.0.0.24 - - [2024-09-19 02:40:44] "POST /ref-update HTTP/1.1" 200 156 0.031294 10.0.0.24 - - [2024-09-19 02:40:44] "POST /neutron/port HTTP/1.1" 200 1090 0.077381 10.0.0.24 - - [2024-09-19 02:40:44] "POST /service-instances HTTP/1.1" 200 670 0.135677 10.0.0.24 - - [2024-09-19 02:40:44] "POST /neutron/security_group HTTP/1.1" 200 2002 0.012727 10.0.0.24 - - [2024-09-19 02:40:44] "POST /ref-update HTTP/1.1" 200 156 0.061176 10.0.0.24 - - [2024-09-19 02:40:44] "POST /route-tables HTTP/1.1" 200 582 0.064934 10.0.0.24 - - [2024-09-19 02:40:44] "POST /neutron/port HTTP/1.1" 200 1060 0.688232 10.0.0.24 - - [2024-09-19 02:40:44] "POST /neutron/port HTTP/1.1" 200 1090 0.033325 10.0.0.24 - - [2024-09-19 02:40:44] "PUT /logical-router/fad29f67-8cb5-4dd2-a7b5-5a7d803168b7 HTTP/1.1" 200 262 0.021128 10.0.0.24 - - [2024-09-19 02:40:44] "POST /ref-update HTTP/1.1" 200 156 0.021767 10.0.0.24 - - [2024-09-19 02:40:44] "POST /neutron/port HTTP/1.1" 200 1060 0.015297 10.0.0.24 - - [2024-09-19 02:40:44] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008955 10.0.0.24 - - [2024-09-19 02:40:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.24 - - [2024-09-19 02:40:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.24 - - [2024-09-19 02:40:45] "POST /neutron/port HTTP/1.1" 200 1060 0.017109 10.0.0.24 - - [2024-09-19 02:40:45] "POST /virtual-machines HTTP/1.1" 200 553 0.027404 10.0.0.24 - - [2024-09-19 02:40:45] "POST /neutron/port HTTP/1.1" 200 1114 0.087642 10.0.0.24 - - [2024-09-19 02:40:45] "POST /neutron/port HTTP/1.1" 200 1090 0.042340 10.0.0.24 - - [2024-09-19 02:40:45] "POST /neutron/port HTTP/1.1" 200 1088 0.025391 10.0.0.24 - - [2024-09-19 02:40:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.031179 10.0.0.24 - - [2024-09-19 02:40:45] "POST /neutron/security_group HTTP/1.1" 200 2002 0.044416 10.0.0.24 - - [2024-09-19 02:40:45] "GET /virtual-machine/042fae2d-57eb-4aae-8fcf-eb921a9fa472 HTTP/1.1" 401 292 0.000429 10.0.0.24 - - [2024-09-19 02:40:45] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.139479 10.0.0.24 - - [2024-09-19 02:40:45] "POST /neutron/subnet HTTP/1.1" 200 684 0.014905 10.0.0.24 - - [2024-09-19 02:40:45] "POST /neutron/port HTTP/1.1" 200 117 0.001646 10.0.0.24 - - [2024-09-19 02:40:45] "POST /neutron/network HTTP/1.1" 200 831 0.007538 10.0.0.24 - - [2024-09-19 02:40:45] "POST /chown HTTP/1.1" 200 109 0.014930 10.0.0.24 - - [2024-09-19 02:40:45] "POST /instance-ips HTTP/1.1" 200 551 0.030679 10.0.0.24 - - [2024-09-19 02:40:45] "POST /instance-ips HTTP/1.1" 400 246 0.017665 10.0.0.24 - - [2024-09-19 02:40:45] "POST /chown HTTP/1.1" 200 109 0.019711 10.0.0.24 - - [2024-09-19 02:40:45] "PUT /virtual-machine-interface/e57c3b79-a313-4006-8c90-51ce4e287620 HTTP/1.1" 200 284 0.031780 10.0.0.24 - - [2024-09-19 02:40:45] "GET /virtual-machine/042fae2d-57eb-4aae-8fcf-eb921a9fa472 HTTP/1.1" 200 1294 0.067200 10.0.0.24 - - [2024-09-19 02:40:45] "GET /virtual-machine-interface/fb6f5d05-1a2f-480d-a412-8386640c8739 HTTP/1.1" 200 2957 0.024734 10.0.0.24 - - [2024-09-19 02:40:45] "PUT /instance-ip/a5bfec3d-7428-48c3-bb0c-2fbf36dca554 HTTP/1.1" 200 256 0.060683 10.0.0.24 - - [2024-09-19 02:40:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003952 10.0.0.24 - - [2024-09-19 02:40:45] "GET /global-vrouter-config/6758536d-2137-4014-927a-c6f798680ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004233 10.0.0.24 - - [2024-09-19 02:40:45] "POST /ref-update HTTP/1.1" 200 156 0.024969 10.0.0.24 - - [2024-09-19 02:40:45] "GET /virtual-networks?parent_id=2a71ffd3-b351-4d85-b5aa-46099aa71d83&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.016742 10.0.0.24 - - [2024-09-19 02:40:45] "GET /virtual-network/20484681-a3d8-459c-80be-c1b3c1b3bac6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.052135 10.0.0.24 - - [2024-09-19 02:40:45] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.119724 10.0.0.24 - - [2024-09-19 02:40:46] "POST /chown HTTP/1.1" 200 109 0.009912 10.0.0.24 - - [2024-09-19 02:40:46] "POST /instance-ips HTTP/1.1" 200 549 0.040186 10.0.0.24 - - [2024-09-19 02:40:46] "POST /instance-ips HTTP/1.1" 400 316 0.017138 10.0.0.24 - - [2024-09-19 02:40:46] "POST /chown HTTP/1.1" 200 109 0.009729 10.0.0.24 - - [2024-09-19 02:40:46] "PUT /virtual-machine-interface/7f1b08a0-2875-43e2-ba50-daf8110dadaa HTTP/1.1" 200 284 0.020225 10.0.0.24 - - [2024-09-19 02:40:46] "PUT /instance-ip/58925556-de66-4101-901e-a8f1245ee85f HTTP/1.1" 200 256 0.026819 10.0.0.24 - - [2024-09-19 02:40:46] "POST /ref-update HTTP/1.1" 200 156 0.018001 10.0.0.24 - - [2024-09-19 02:40:46] "POST /ref-update HTTP/1.1" 200 156 0.027253 10.0.0.24 - - [2024-09-19 02:40:46] "POST /ref-update HTTP/1.1" 200 156 0.042543 10.0.0.24 - - [2024-09-19 02:40:46] "PUT /routing-instance/65ca24ca-a097-4b68-87c1-665ccf4270be HTTP/1.1" 200 266 0.048996 10.0.0.24 - - [2024-09-19 02:40:46] "POST /virtual-machines HTTP/1.1" 200 553 0.030360 10.0.0.24 - - [2024-09-19 02:40:46] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.127764 10.0.0.24 - - [2024-09-19 02:40:46] "POST /chown HTTP/1.1" 200 109 0.009839 10.0.0.24 - - [2024-09-19 02:40:46] "POST /instance-ips HTTP/1.1" 400 246 0.019341 10.0.0.24 - - [2024-09-19 02:40:46] "POST /chown HTTP/1.1" 200 109 0.013266 10.0.0.24 - - [2024-09-19 02:40:47] "PUT /virtual-machine-interface/b570273e-adfa-4897-b272-d72645b25a8e HTTP/1.1" 200 284 0.013155 10.0.0.24 - - [2024-09-19 02:40:47] "PUT /instance-ip/a5bfec3d-7428-48c3-bb0c-2fbf36dca554 HTTP/1.1" 200 256 0.040108 10.0.0.24 - - [2024-09-19 02:40:47] "POST /ref-update HTTP/1.1" 200 156 0.015117 10.0.0.24 - - [2024-09-19 02:40:47] "POST /ref-update HTTP/1.1" 200 156 0.016582 10.0.0.24 - - [2024-09-19 02:40:47] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.104669 10.0.0.24 - - [2024-09-19 02:40:47] "POST /chown HTTP/1.1" 200 109 0.009648 10.0.0.24 - - [2024-09-19 02:40:47] "POST /instance-ips HTTP/1.1" 400 316 0.017228 10.0.0.24 - - [2024-09-19 02:40:47] "POST /chown HTTP/1.1" 200 109 0.013040 10.0.0.24 - - [2024-09-19 02:40:47] "PUT /virtual-machine-interface/b447c3d4-e170-4977-b1dc-29e007a40451 HTTP/1.1" 200 284 0.023494 10.0.0.24 - - [2024-09-19 02:40:47] "PUT /instance-ip/58925556-de66-4101-901e-a8f1245ee85f HTTP/1.1" 200 256 0.020017 10.0.0.24 - - [2024-09-19 02:40:47] "POST /ref-update HTTP/1.1" 200 156 0.013058 10.0.0.24 - - [2024-09-19 02:40:47] "POST /ref-update HTTP/1.1" 200 156 0.014949 10.0.0.24 - - [2024-09-19 02:40:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.24 - - [2024-09-19 02:40:49] "GET /virtual-network/20484681-a3d8-459c-80be-c1b3c1b3bac6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.011894 10.0.0.24 - - [2024-09-19 02:40:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004198 10.0.0.24 - - [2024-09-19 02:40:53] "GET /virtual-network/20484681-a3d8-459c-80be-c1b3c1b3bac6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.010646 10.0.0.24 - - [2024-09-19 02:40:53] "POST /neutron/port HTTP/1.1" 200 1090 0.032775 10.0.0.24 - - [2024-09-19 02:40:53] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007303 10.0.0.24 - - [2024-09-19 02:40:55] "DELETE /project/14be486b635848c597790574b69b3b1f HTTP/1.1" 404 173 0.017448 10.0.0.24 - - [2024-09-19 02:40:55] "DELETE /project/2a71ffd3b3514d85b5aa46099aa71d83 HTTP/1.1" 404 173 0.013564 10.0.0.24 - - [2024-09-19 02:40:55] "GET /projects?obj_uuids=ab0fb0de-fa14-446e-971a-f072d25d4dc7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001531 10.0.0.24 - - [2024-09-19 02:40:55] "GET /projects?obj_uuids=14be486b-6358-48c5-9779-0574b69b3b1f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001152 10.0.0.24 - - [2024-09-19 02:40:55] "GET /project/14be486b-6358-48c5-9779-0574b69b3b1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.055538 10.0.0.24 - - [2024-09-19 02:40:55] "GET /project/ab0fb0de-fa14-446e-971a-f072d25d4dc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.080960 10.0.0.24 - - [2024-09-19 02:40:55] "GET /projects?obj_uuids=ab0fb0de-fa14-446e-971a-f072d25d4dc7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001703 10.0.0.24 - - [2024-09-19 02:40:55] "GET /projects?obj_uuids=14be486b-6358-48c5-9779-0574b69b3b1f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001133 10.0.0.24 - - [2024-09-19 02:40:55] "GET /project/14be486b-6358-48c5-9779-0574b69b3b1f?fields=security_groups HTTP/1.1" 200 1348 0.053248 10.0.0.24 - - [2024-09-19 02:40:55] "GET /project/ab0fb0de-fa14-446e-971a-f072d25d4dc7?fields=security_groups HTTP/1.1" 200 1400 0.072807 10.0.0.24 - - [2024-09-19 02:40:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005372 10.0.0.24 - - [2024-09-19 02:40:55] "GET /global-vrouter-config/6758536d-2137-4014-927a-c6f798680ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005988 10.0.0.24 - - [2024-09-19 02:40:55] "GET /virtual-networks?parent_id=2a71ffd3-b351-4d85-b5aa-46099aa71d83&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.009968 10.0.0.24 - - [2024-09-19 02:40:55] "DELETE /security-group/c3266bf3-eeaf-4f01-ab9c-d7724f32dde5 HTTP/1.1" 200 115 0.076235 10.0.0.24 - - [2024-09-19 02:40:55] "GET /projects?obj_uuids=14be486b-6358-48c5-9779-0574b69b3b1f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002200 10.0.0.24 - - [2024-09-19 02:40:55] "DELETE /access-control-list/ecabaa6a-6bd2-425e-a1f7-234e02e409e3 HTTP/1.1" 200 115 0.055336 10.0.0.24 - - [2024-09-19 02:40:55] "GET /virtual-network/20484681-a3d8-459c-80be-c1b3c1b3bac6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.013245 10.0.0.24 - - [2024-09-19 02:40:55] "GET /project/14be486b-6358-48c5-9779-0574b69b3b1f?fields=application_policy_sets HTTP/1.1" 200 1387 0.092906 10.0.0.24 - - [2024-09-19 02:40:55] "DELETE /security-group/8bd4f9fa-cb88-4a6d-b583-6481794331ae HTTP/1.1" 200 115 0.171920 10.0.0.24 - - [2024-09-19 02:40:55] "DELETE /access-control-list/522ec069-8c12-4aa4-aba4-88016acd97ce HTTP/1.1" 200 115 0.094455 10.0.0.24 - - [2024-09-19 02:40:55] "GET /projects?obj_uuids=ab0fb0de-fa14-446e-971a-f072d25d4dc7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002065 10.0.0.24 - - [2024-09-19 02:40:55] "GET /project/ab0fb0de-fa14-446e-971a-f072d25d4dc7?fields=application_policy_sets HTTP/1.1" 200 1439 0.075732 10.0.0.24 - - [2024-09-19 02:40:55] "POST /neutron/port HTTP/1.1" 200 1088 0.065432 10.0.0.24 - - [2024-09-19 02:40:55] "DELETE /access-control-list/256a5655-2bca-47cd-b787-5d1063ba6480 HTTP/1.1" 200 115 0.083933 10.0.0.24 - - [2024-09-19 02:40:55] "POST /neutron/security_group HTTP/1.1" 200 2002 0.013228 10.0.0.24 - - [2024-09-19 02:40:55] "POST /neutron/port HTTP/1.1" 200 1090 0.043491 10.0.0.24 - - [2024-09-19 02:40:55] "DELETE /access-control-list/6f2a2fcc-178c-4bba-8d8f-59de3d7b9aef HTTP/1.1" 200 115 0.069289 10.0.0.24 - - [2024-09-19 02:40:55] "POST /neutron/security_group HTTP/1.1" 200 2002 0.021943 10.0.0.24 - - [2024-09-19 02:40:55] "DELETE /project/14be486b-6358-48c5-9779-0574b69b3b1f HTTP/1.1" 200 115 0.631093 10.0.0.24 - - [2024-09-19 02:40:55] "DELETE /project/ab0fb0de-fa14-446e-971a-f072d25d4dc7 HTTP/1.1" 200 115 0.653941 10.0.0.24 - - [2024-09-19 02:41:01] "POST /neutron/port HTTP/1.1" 200 1088 0.016330 10.0.0.24 - - [2024-09-19 02:41:01] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007636 10.0.0.24 - - [2024-09-19 02:41:01] "POST /neutron/port HTTP/1.1" 200 1088 0.020399 10.0.0.24 - - [2024-09-19 02:41:01] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008235 10.0.0.24 - - [2024-09-19 02:41:01] "POST /neutron/port HTTP/1.1" 200 1088 0.017749 10.0.0.24 - - [2024-09-19 02:41:01] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007520 10.0.0.24 - - [2024-09-19 02:41:01] "GET /virtual-machine/4c7e6c4c-07be-4135-a648-6e5ff92b2c7f HTTP/1.1" 200 1295 0.006646 10.0.0.24 - - [2024-09-19 02:41:01] "GET /virtual-machine-interface/c2745486-22ac-4bd6-8751-fe2f8adfe1f4 HTTP/1.1" 200 2968 0.009957 10.0.0.24 - - [2024-09-19 02:41:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.24 - - [2024-09-19 02:41:01] "GET /global-vrouter-config/6758536d-2137-4014-927a-c6f798680ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004372 10.0.0.24 - - [2024-09-19 02:41:01] "GET /virtual-networks?parent_id=2a71ffd3-b351-4d85-b5aa-46099aa71d83&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004138 10.0.0.24 - - [2024-09-19 02:41:01] "GET /virtual-network/48015bc8-ffa6-4794-a11c-dce309c9e683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.011515 10.0.0.24 - - [2024-09-19 02:41:01] "GET /obj-perms HTTP/1.1" 200 5056 0.066015 10.0.0.24 - - [2024-09-19 02:41:02] "GET /obj-perms HTTP/1.1" 200 5056 0.053510 10.0.0.24 - - [2024-09-19 02:41:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004079 10.0.0.24 - - [2024-09-19 02:41:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.24 - - [2024-09-19 02:41:02] "POST /chown HTTP/1.1" 200 109 0.011273 10.0.0.24 - - [2024-09-19 02:41:02] "POST /instance-ips HTTP/1.1" 400 246 0.019737 10.0.0.24 - - [2024-09-19 02:41:02] "POST /chown HTTP/1.1" 200 109 0.008584 10.0.0.24 - - [2024-09-19 02:41:02] "POST /chown HTTP/1.1" 200 109 0.011061 10.0.0.24 - - [2024-09-19 02:41:02] "POST /instance-ips HTTP/1.1" 400 316 0.016336 10.0.0.24 - - [2024-09-19 02:41:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.24 - - [2024-09-19 02:41:02] "GET /global-vrouter-config/6758536d-2137-4014-927a-c6f798680ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005300 10.0.0.24 - - [2024-09-19 02:41:02] "POST /chown HTTP/1.1" 200 109 0.008659 10.0.0.24 - - [2024-09-19 02:41:02] "GET /virtual-networks?parent_id=2a71ffd3-b351-4d85-b5aa-46099aa71d83&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003393 10.0.0.24 - - [2024-09-19 02:41:02] "POST /chown HTTP/1.1" 200 109 0.009101 10.0.0.24 - - [2024-09-19 02:41:02] "GET /virtual-network/48015bc8-ffa6-4794-a11c-dce309c9e683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.010669 10.0.0.24 - - [2024-09-19 02:41:02] "POST /instance-ips HTTP/1.1" 400 246 0.017340 10.0.0.24 - - [2024-09-19 02:41:02] "POST /chown HTTP/1.1" 200 109 0.011913 10.0.0.24 - - [2024-09-19 02:41:02] "POST /chown HTTP/1.1" 200 109 0.009165 10.0.0.24 - - [2024-09-19 02:41:02] "POST /instance-ips HTTP/1.1" 400 316 0.017167 10.0.0.24 - - [2024-09-19 02:41:02] "POST /chown HTTP/1.1" 200 109 0.008626 10.0.0.24 - - [2024-09-19 02:41:06] "POST /neutron/router HTTP/1.1" 200 656 0.004562 10.0.0.24 - - [2024-09-19 02:41:06] "POST /ref-update HTTP/1.1" 200 156 0.014283 10.0.0.24 - - [2024-09-19 02:41:06] "POST /neutron/router HTTP/1.1" 200 344 0.123811 10.0.0.24 - - [2024-09-19 02:41:06] "POST /neutron/router HTTP/1.1" 200 656 0.005899 10.0.0.24 - - [2024-09-19 02:41:06] "GET /logical-router/fad29f67-8cb5-4dd2-a7b5-5a7d803168b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1973 0.014360 10.0.0.24 - - [2024-09-19 02:41:06] "GET /service-instance/cf5e9821-c455-490a-9aa6-84776150739e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2316 0.006374 10.0.0.24 - - [2024-09-19 02:41:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.24 - - [2024-09-19 02:41:06] "POST /neutron/router HTTP/1.1" 200 151 0.079908 10.0.0.24 - - [2024-09-19 02:41:06] "DELETE /route-target/d1a0eb92-687d-43d6-a549-6caf57fd0b62 HTTP/1.1" 409 239 0.006240 10.0.0.24 - - [2024-09-19 02:41:06] "PUT /logical-router/fad29f67-8cb5-4dd2-a7b5-5a7d803168b7 HTTP/1.1" 404 171 0.003555 10.0.0.24 - - [2024-09-19 02:41:06] "POST /ref-update HTTP/1.1" 200 156 0.019833 10.0.0.24 - - [2024-09-19 02:41:06] "DELETE /route-table/2b05fd3c-cffc-41d1-9add-2c94795c6efb HTTP/1.1" 200 115 0.051383 10.0.0.24 - - [2024-09-19 02:41:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005319 10.0.0.24 - - [2024-09-19 02:41:06] "PUT /routing-instance/65ca24ca-a097-4b68-87c1-665ccf4270be HTTP/1.1" 200 266 0.013736 10.0.0.24 - - [2024-09-19 02:41:07] "GET /virtual-network/466233c6-2132-468e-9b8c-56f360aa2ab7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.035416 10.0.0.24 - - [2024-09-19 02:41:07] "POST /neutron/network HTTP/1.1" 200 831 0.009332 10.0.0.24 - - [2024-09-19 02:41:07] "POST /ref-update HTTP/1.1" 200 156 0.016469 10.0.0.24 - - [2024-09-19 02:41:07] "POST /neutron/network HTTP/1.1" 400 204 0.087365 10.0.0.24 - - [2024-09-19 02:41:07] "POST /ref-update HTTP/1.1" 200 156 0.027051 10.0.0.24 - - [2024-09-19 02:41:07] "DELETE /instance-ip/58925556-de66-4101-901e-a8f1245ee85f HTTP/1.1" 200 115 0.043082 10.0.0.24 - - [2024-09-19 02:41:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002372 10.0.0.24 - - [2024-09-19 02:41:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002580 10.0.0.24 - - [2024-09-19 02:41:07] "DELETE /virtual-network/466233c6-2132-468e-9b8c-56f360aa2ab7 HTTP/1.1" 200 115 0.147600 10.0.0.24 - - [2024-09-19 02:41:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.006738 10.0.0.24 - - [2024-09-19 02:41:07] "DELETE /route-target/fd3100b5-6b66-41e2-99f3-1c610f3adb90 HTTP/1.1" 200 115 0.403980 10.0.0.24 - - [2024-09-19 02:41:07] "DELETE /service-instance/cf5e9821-c455-490a-9aa6-84776150739e HTTP/1.1" 200 115 0.416858 10.0.0.24 - - [2024-09-19 02:41:07] "GET /logical-router/fad29f67-8cb5-4dd2-a7b5-5a7d803168b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003826 10.0.0.24 - - [2024-09-19 02:41:07] "POST /neutron/port HTTP/1.1" 200 1088 0.023713 10.0.0.24 - - [2024-09-19 02:41:07] "GET /service-instance/cf5e9821-c455-490a-9aa6-84776150739e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002928 10.0.0.24 - - [2024-09-19 02:41:07] "POST /neutron/port HTTP/1.1" 200 1114 0.016762 10.0.0.24 - - [2024-09-19 02:41:07] "POST /neutron/port HTTP/1.1" 200 1090 0.028919 10.0.0.24 - - [2024-09-19 02:41:07] "POST /neutron/port HTTP/1.1" 200 1116 0.014554 10.0.0.24 - - [2024-09-19 02:41:07] "GET /virtual-machine-interface/b447c3d4-e170-4977-b1dc-29e007a40451?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1334 0.012200 10.0.0.24 - - [2024-09-19 02:41:08] "DELETE /virtual-machine-interface/b447c3d4-e170-4977-b1dc-29e007a40451 HTTP/1.1" 200 115 0.068317 10.0.0.24 - - [2024-09-19 02:41:08] "GET /virtual-machine-interface/b570273e-adfa-4897-b272-d72645b25a8e?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1654 0.010841 10.0.0.24 - - [2024-09-19 02:41:08] "POST /neutron/port HTTP/1.1" 200 151 0.196132 10.0.0.24 - - [2024-09-19 02:41:08] "POST /neutron/port HTTP/1.1" 200 151 0.193224 10.0.0.24 - - [2024-09-19 02:41:08] "POST /ref-update HTTP/1.1" 200 156 0.019244 10.0.0.24 - - [2024-09-19 02:41:08] "GET /instance-ip/a5bfec3d-7428-48c3-bb0c-2fbf36dca554?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.007015 10.0.0.24 - - [2024-09-19 02:41:08] "DELETE /virtual-machine-interface/b570273e-adfa-4897-b272-d72645b25a8e HTTP/1.1" 200 115 0.047164 10.0.0.24 - - [2024-09-19 02:41:08] "DELETE /virtual-machine/452e0ea7-b5f5-4877-a939-b692a0cc4240 HTTP/1.1" 200 115 0.021948 10.0.0.24 - - [2024-09-19 02:41:08] "GET /virtual-machine-interface/e57c3b79-a313-4006-8c90-51ce4e287620?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1654 0.016766 10.0.0.24 - - [2024-09-19 02:41:08] "POST /ref-update HTTP/1.1" 200 156 0.014428 10.0.0.24 - - [2024-09-19 02:41:08] "GET /instance-ip/a5bfec3d-7428-48c3-bb0c-2fbf36dca554?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1693 0.007696 10.0.0.24 - - [2024-09-19 02:41:08] "DELETE /instance-ip/a5bfec3d-7428-48c3-bb0c-2fbf36dca554 HTTP/1.1" 200 115 0.032685 10.0.0.24 - - [2024-09-19 02:41:08] "DELETE /virtual-machine-interface/e57c3b79-a313-4006-8c90-51ce4e287620 HTTP/1.1" 200 115 0.037688 10.0.0.24 - - [2024-09-19 02:41:08] "GET /virtual-machine-interface/7f1b08a0-2875-43e2-ba50-daf8110dadaa?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1333 0.011550 10.0.0.24 - - [2024-09-19 02:41:08] "DELETE /virtual-machine-interface/7f1b08a0-2875-43e2-ba50-daf8110dadaa HTTP/1.1" 200 115 0.034708 10.0.0.24 - - [2024-09-19 02:41:08] "POST /ref-update HTTP/1.1" 200 156 0.010587 10.0.0.24 - - [2024-09-19 02:41:08] "DELETE /virtual-machine/9b541d4e-33ff-428a-b54a-af404d86bc30 HTTP/1.1" 200 115 0.020179 10.0.0.24 - - [2024-09-19 02:41:09] "POST /neutron/network HTTP/1.1" 200 831 0.014745 10.0.0.24 - - [2024-09-19 02:41:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002155 10.0.0.24 - - [2024-09-19 02:41:09] "POST /useragent-kv HTTP/1.1" 200 115 0.001436 10.0.0.24 - - [2024-09-19 02:41:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.009412 10.0.0.24 - - [2024-09-19 02:41:09] "POST /neutron/network HTTP/1.1" 200 151 0.098143 10.0.0.24 - - [2024-09-19 02:41:09] "DELETE /route-target/e3bcdfd8-b7e1-4196-b4b3-d32941da5bc5 HTTP/1.1" 200 115 0.019219 10.0.0.24 - - [2024-09-19 02:41:09] "POST /neutron/network HTTP/1.1" 200 826 0.009490 10.0.0.24 - - [2024-09-19 02:41:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.007626 10.0.0.24 - - [2024-09-19 02:41:09] "POST /useragent-kv HTTP/1.1" 200 115 0.001942 10.0.0.24 - - [2024-09-19 02:41:09] "POST /useragent-kv HTTP/1.1" 200 115 0.001359 10.0.0.24 - - [2024-09-19 02:41:09] "POST /neutron/network HTTP/1.1" 200 151 0.115704 10.0.0.24 - - [2024-09-19 02:41:09] "DELETE /route-target/91f7f617-207a-4b4e-a3fc-139cfa560942 HTTP/1.1" 200 115 0.025687 10.0.0.24 - - [2024-09-19 02:41:09] "GET /projects?obj_uuids=2a71ffd3-b351-4d85-b5aa-46099aa71d83&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001446 10.0.0.24 - - [2024-09-19 02:41:09] "GET /project/2a71ffd3-b351-4d85-b5aa-46099aa71d83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.036422 10.0.0.24 - - [2024-09-19 02:41:09] "GET /projects?obj_uuids=2a71ffd3-b351-4d85-b5aa-46099aa71d83&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001533 10.0.0.24 - - [2024-09-19 02:41:09] "GET /project/2a71ffd3-b351-4d85-b5aa-46099aa71d83?fields=virtual_networks HTTP/1.1" 200 1038 0.042004 10.0.0.24 - - [2024-09-19 02:41:09] "GET /projects?obj_uuids=2a71ffd3-b351-4d85-b5aa-46099aa71d83&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001478 10.0.0.24 - - [2024-09-19 02:41:09] "GET /project/2a71ffd3-b351-4d85-b5aa-46099aa71d83?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.035950 10.0.0.24 - - [2024-09-19 02:41:09] "GET /projects?obj_uuids=2a71ffd3-b351-4d85-b5aa-46099aa71d83&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001428 10.0.0.24 - - [2024-09-19 02:41:09] "GET /project/2a71ffd3-b351-4d85-b5aa-46099aa71d83?fields=security_groups HTTP/1.1" 200 1267 0.053967 10.0.0.24 - - [2024-09-19 02:41:10] "POST /fqname-to-id HTTP/1.1" 404 196 0.030766 10.0.0.24 - - [2024-09-19 02:41:10] "GET /projects?obj_uuids=77f1d5e0-3289-43a3-b628-b8a48e9bc3f0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002848 10.0.0.24 - - [2024-09-19 02:41:11] "GET /domains?obj_uuids=128d845f-d91b-4004-ab7b-1aaae47abd0b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001473 10.0.0.24 - - [2024-09-19 02:41:11] "GET /domain/128d845f-d91b-4004-ab7b-1aaae47abd0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010643 10.0.0.24 - - [2024-09-19 02:41:11] "POST /id-to-fqname HTTP/1.1" 200 198 0.001836 10.0.0.24 - - [2024-09-19 02:41:11] "POST /fqname-to-id HTTP/1.1" 404 207 0.004418 10.0.0.24 - - [2024-09-19 02:41:11] "POST /security-groups HTTP/1.1" 200 599 0.067003 10.0.0.24 - - [2024-09-19 02:41:11] "POST /fqname-to-id HTTP/1.1" 404 242 0.003285 10.0.0.24 - - [2024-09-19 02:41:11] "POST /projects HTTP/1.1" 200 601 0.233881 10.0.0.24 - - [2024-09-19 02:41:11] "POST /access-control-lists HTTP/1.1" 200 604 0.060505 10.0.0.24 - - [2024-09-19 02:41:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.311908 10.0.0.24 - - [2024-09-19 02:41:11] "POST /fqname-to-id HTTP/1.1" 404 241 0.003639 10.0.0.24 - - [2024-09-19 02:41:11] "GET /project/77f1d5e0-3289-43a3-b628-b8a48e9bc3f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.465955 10.0.0.24 - - [2024-09-19 02:41:11] "POST /access-control-lists HTTP/1.1" 200 602 0.078983 10.0.0.24 - - [2024-09-19 02:41:12] "GET / HTTP/1.1" 200 35931 0.002741 10.0.0.24 - - [2024-09-19 02:41:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000656 10.0.0.24 - - [2024-09-19 02:41:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.079504 10.0.0.24 - - [2024-09-19 02:41:13] "GET /projects?obj_uuids=77f1d5e0-3289-43a3-b628-b8a48e9bc3f0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001400 10.0.0.24 - - [2024-09-19 02:41:13] "GET /project/77f1d5e0-3289-43a3-b628-b8a48e9bc3f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.037667 10.0.0.24 - - [2024-09-19 02:41:13] "POST /neutron/network HTTP/1.1" 200 117 0.034074 10.0.0.24 - - [2024-09-19 02:41:13] "GET /projects?obj_uuids=77f1d5e0-3289-43a3-b628-b8a48e9bc3f0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001760 10.0.0.24 - - [2024-09-19 02:41:14] "POST /neutron/network HTTP/1.1" 200 613 0.085654 10.0.0.24 - - [2024-09-19 02:41:14] "POST /route-targets HTTP/1.1" 200 327 0.014528 10.0.0.24 - - [2024-09-19 02:41:14] "POST /ref-update HTTP/1.1" 200 156 0.012383 10.0.0.24 - - [2024-09-19 02:41:14] "POST /useragent-kv HTTP/1.1" 200 115 0.004203 10.0.0.24 - - [2024-09-19 02:41:14] "POST /neutron/subnet HTTP/1.1" 200 729 0.211875 10.0.0.24 - - [2024-09-19 02:41:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003718 10.0.0.24 - - [2024-09-19 02:41:14] "POST /neutron/subnet HTTP/1.1" 200 828 0.222331 10.0.0.24 - - [2024-09-19 02:41:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.062202 10.0.0.24 - - [2024-09-19 02:41:14] "GET /virtual-network/6cd26066-ee94-44b3-80c3-28bd8d30ba67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.014850 10.0.0.24 - - [2024-09-19 02:41:14] "POST /neutron/network HTTP/1.1" 200 1007 0.012006 10.0.0.24 - - [2024-09-19 02:41:14] "POST /id-to-fqname HTTP/1.1" 200 228 0.001749 10.0.0.24 - - [2024-09-19 02:41:14] "GET /virtual-network/09266902-fe5a-4bc5-ae84-a3d2f7c2c182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.010904 10.0.0.24 - - [2024-09-19 02:41:14] "POST /neutron/network HTTP/1.1" 200 1007 0.010981 10.0.0.24 - - [2024-09-19 02:41:14] "GET /virtual-network/09266902-fe5a-4bc5-ae84-a3d2f7c2c182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.010281 10.0.0.24 - - [2024-09-19 02:41:14] "POST /neutron/network HTTP/1.1" 200 1007 0.008658 10.0.0.24 - - [2024-09-19 02:41:14] "POST /neutron/subnet HTTP/1.1" 200 729 0.008058 10.0.0.24 - - [2024-09-19 02:41:14] "POST /neutron/subnet HTTP/1.1" 200 828 0.009036 10.0.0.24 - - [2024-09-19 02:41:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.24 - - [2024-09-19 02:41:14] "GET /projects?obj_uuids=77f1d5e0-3289-43a3-b628-b8a48e9bc3f0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001360 10.0.0.24 - - [2024-09-19 02:41:14] "GET /project/77f1d5e0-3289-43a3-b628-b8a48e9bc3f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.038839 10.0.0.24 - - [2024-09-19 02:41:14] "POST /neutron/network HTTP/1.1" 200 117 0.011331 10.0.0.24 - - [2024-09-19 02:41:14] "GET /projects?obj_uuids=77f1d5e0-3289-43a3-b628-b8a48e9bc3f0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001501 10.0.0.24 - - [2024-09-19 02:41:15] "POST /neutron/network HTTP/1.1" 200 613 0.106320 10.0.0.24 - - [2024-09-19 02:41:15] "POST /route-targets HTTP/1.1" 200 327 0.014529 10.0.0.24 - - [2024-09-19 02:41:15] "POST /ref-update HTTP/1.1" 200 156 0.014933 10.0.0.24 - - [2024-09-19 02:41:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002698 10.0.0.24 - - [2024-09-19 02:41:15] "POST /neutron/subnet HTTP/1.1" 200 724 0.201423 10.0.0.24 - - [2024-09-19 02:41:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.009506 10.0.0.24 - - [2024-09-19 02:41:15] "GET /virtual-network/6cd26066-ee94-44b3-80c3-28bd8d30ba67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.010596 10.0.0.24 - - [2024-09-19 02:41:15] "POST /useragent-kv HTTP/1.1" 200 115 0.006148 10.0.0.24 - - [2024-09-19 02:41:15] "POST /neutron/subnet HTTP/1.1" 200 828 0.175083 10.0.0.24 - - [2024-09-19 02:41:15] "POST /neutron/network HTTP/1.1" 200 1006 0.011381 10.0.0.24 - - [2024-09-19 02:41:15] "POST /id-to-fqname HTTP/1.1" 200 228 0.001721 10.0.0.24 - - [2024-09-19 02:41:15] "GET /virtual-network/c1fbafce-32b2-470c-9871-a736534bd83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.011158 10.0.0.24 - - [2024-09-19 02:41:15] "POST /neutron/network HTTP/1.1" 200 1006 0.012857 10.0.0.24 - - [2024-09-19 02:41:15] "GET /virtual-network/c1fbafce-32b2-470c-9871-a736534bd83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.010868 10.0.0.24 - - [2024-09-19 02:41:15] "POST /neutron/network HTTP/1.1" 200 1006 0.010121 10.0.0.24 - - [2024-09-19 02:41:15] "POST /neutron/subnet HTTP/1.1" 200 724 0.008880 10.0.0.24 - - [2024-09-19 02:41:15] "POST /neutron/subnet HTTP/1.1" 200 828 0.011608 10.0.0.24 - - [2024-09-19 02:41:15] "POST /fqname-to-id HTTP/1.1" 404 234 0.003327 10.0.0.24 - - [2024-09-19 02:41:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.24 - - [2024-09-19 02:41:15] "GET /projects?obj_uuids=77f1d5e0-3289-43a3-b628-b8a48e9bc3f0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001540 10.0.0.24 - - [2024-09-19 02:41:15] "GET /project/77f1d5e0-3289-43a3-b628-b8a48e9bc3f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.040939 10.0.0.24 - - [2024-09-19 02:41:15] "POST /network-policys HTTP/1.1" 200 577 0.068312 10.0.0.24 - - [2024-09-19 02:41:16] "GET /network-policy/65287848-89c6-441e-bffd-b621eb0583a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.008146 10.0.0.24 - - [2024-09-19 02:41:16] "POST /neutron/network HTTP/1.1" 200 1007 0.009851 10.0.0.24 - - [2024-09-19 02:41:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.008662 10.0.0.24 - - [2024-09-19 02:41:16] "POST /fqname-to-id HTTP/1.1" 404 242 0.007489 10.0.0.24 - - [2024-09-19 02:41:16] "GET /virtual-network/6cd26066-ee94-44b3-80c3-28bd8d30ba67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.014263 10.0.0.24 - - [2024-09-19 02:41:16] "POST /neutron/network HTTP/1.1" 200 1115 0.071806 10.0.0.24 - - [2024-09-19 02:41:16] "POST /access-control-lists HTTP/1.1" 200 596 0.080959 10.0.0.24 - - [2024-09-19 02:41:16] "POST /neutron/network HTTP/1.1" 200 1115 0.039921 10.0.0.24 - - [2024-09-19 02:41:16] "GET /virtual-network/09266902-fe5a-4bc5-ae84-a3d2f7c2c182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.013823 10.0.0.24 - - [2024-09-19 02:41:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.24 - - [2024-09-19 02:41:16] "GET /network-policy/65287848-89c6-441e-bffd-b621eb0583a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.004798 10.0.0.24 - - [2024-09-19 02:41:16] "POST /neutron/network HTTP/1.1" 200 1006 0.009971 10.0.0.24 - - [2024-09-19 02:41:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.24 - - [2024-09-19 02:41:16] "GET /virtual-network/6cd26066-ee94-44b3-80c3-28bd8d30ba67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.010730 10.0.0.24 - - [2024-09-19 02:41:16] "POST /neutron/network HTTP/1.1" 200 1114 0.069400 10.0.0.24 - - [2024-09-19 02:41:16] "PUT /access-control-list/edd9108c-939a-43ad-93aa-1444281afb87 HTTP/1.1" 200 272 0.036000 10.0.0.24 - - [2024-09-19 02:41:16] "POST /fqname-to-id HTTP/1.1" 404 242 0.003411 10.0.0.24 - - [2024-09-19 02:41:16] "POST /neutron/network HTTP/1.1" 200 1114 0.012423 10.0.0.24 - - [2024-09-19 02:41:16] "GET /virtual-network/c1fbafce-32b2-470c-9871-a736534bd83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.014969 10.0.0.24 - - [2024-09-19 02:41:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005951 10.0.0.24 - - [2024-09-19 02:41:16] "GET /network-policy/65287848-89c6-441e-bffd-b621eb0583a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.012144 10.0.0.24 - - [2024-09-19 02:41:16] "POST /access-control-lists HTTP/1.1" 200 596 0.070402 10.0.0.24 - - [2024-09-19 02:41:16] "GET /domains HTTP/1.1" 401 292 0.000600 10.0.0.24 - - [2024-09-19 02:41:16] "POST /ref-update HTTP/1.1" 200 156 0.013250 10.0.0.24 - - [2024-09-19 02:41:16] "GET /domains HTTP/1.1" 200 280 0.030120 10.0.0.24 - - [2024-09-19 02:41:16] "GET /domains?obj_uuids=128d845f-d91b-4004-ab7b-1aaae47abd0b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002094 10.0.0.24 - - [2024-09-19 02:41:16] "GET /domain/128d845f-d91b-4004-ab7b-1aaae47abd0b HTTP/1.1" 200 2770 0.013912 10.0.0.24 - - [2024-09-19 02:41:17] "GET /projects?obj_uuids=77f1d5e0-3289-43a3-b628-b8a48e9bc3f0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002047 10.0.0.24 - - [2024-09-19 02:41:17] "GET /project/77f1d5e0-3289-43a3-b628-b8a48e9bc3f0 HTTP/1.1" 200 2625 0.083577 10.0.0.24 - - [2024-09-19 02:41:17] "GET /virtual-network/09266902-fe5a-4bc5-ae84-a3d2f7c2c182 HTTP/1.1" 200 3507 0.011991 10.0.0.24 - - [2024-09-19 02:41:17] "GET /virtual-network/09266902-fe5a-4bc5-ae84-a3d2f7c2c182 HTTP/1.1" 200 3507 0.011304 10.0.0.24 - - [2024-09-19 02:41:17] "GET /routing-instance/a154ac98-51bf-4244-8c7f-771b294edbb8 HTTP/1.1" 200 1796 0.005653 10.0.0.24 - - [2024-09-19 02:41:17] "GET /routing-instance/a154ac98-51bf-4244-8c7f-771b294edbb8 HTTP/1.1" 200 1796 0.005623 10.0.0.24 - - [2024-09-19 02:41:17] "GET /route-target/ff826cb5-769d-42d0-95aa-443598342476 HTTP/1.1" 200 1213 0.004708 10.0.0.24 - - [2024-09-19 02:41:17] "GET /virtual-network/09266902-fe5a-4bc5-ae84-a3d2f7c2c182 HTTP/1.1" 200 3507 0.009851 10.0.0.24 - - [2024-09-19 02:41:17] "GET /routing-instance/a154ac98-51bf-4244-8c7f-771b294edbb8 HTTP/1.1" 200 1796 0.005381 10.0.0.24 - - [2024-09-19 02:41:17] "GET /virtual-network/09266902-fe5a-4bc5-ae84-a3d2f7c2c182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.010249 10.0.0.24 - - [2024-09-19 02:41:17] "GET /virtual-network/09266902-fe5a-4bc5-ae84-a3d2f7c2c182 HTTP/1.1" 200 3507 0.010417 10.0.0.24 - - [2024-09-19 02:41:17] "GET /routing-instance/a154ac98-51bf-4244-8c7f-771b294edbb8 HTTP/1.1" 200 1796 0.005258 10.0.0.24 - - [2024-09-19 02:41:17] "GET /routing-instance/a154ac98-51bf-4244-8c7f-771b294edbb8 HTTP/1.1" 200 1796 0.005207 10.0.0.24 - - [2024-09-19 02:41:17] "GET /route-target/ff826cb5-769d-42d0-95aa-443598342476 HTTP/1.1" 200 1213 0.004234 10.0.0.24 - - [2024-09-19 02:41:17] "GET /domains HTTP/1.1" 200 280 0.003687 10.0.0.24 - - [2024-09-19 02:41:17] "GET /domains?obj_uuids=128d845f-d91b-4004-ab7b-1aaae47abd0b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001412 10.0.0.24 - - [2024-09-19 02:41:17] "GET /domain/128d845f-d91b-4004-ab7b-1aaae47abd0b HTTP/1.1" 200 2770 0.010008 10.0.0.24 - - [2024-09-19 02:41:17] "GET /projects?obj_uuids=77f1d5e0-3289-43a3-b628-b8a48e9bc3f0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001362 10.0.0.24 - - [2024-09-19 02:41:17] "GET /project/77f1d5e0-3289-43a3-b628-b8a48e9bc3f0 HTTP/1.1" 200 2625 0.081011 10.0.0.24 - - [2024-09-19 02:41:17] "GET /virtual-network/09266902-fe5a-4bc5-ae84-a3d2f7c2c182 HTTP/1.1" 200 3507 0.010561 10.0.0.24 - - [2024-09-19 02:41:17] "GET /obj-perms HTTP/1.1" 200 5046 0.068509 10.0.0.24 - - [2024-09-19 02:41:17] "GET /domains HTTP/1.1" 200 280 0.003646 10.0.0.24 - - [2024-09-19 02:41:17] "GET /domains?obj_uuids=128d845f-d91b-4004-ab7b-1aaae47abd0b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001594 10.0.0.24 - - [2024-09-19 02:41:17] "GET /domain/128d845f-d91b-4004-ab7b-1aaae47abd0b HTTP/1.1" 200 2770 0.010371 10.0.0.24 - - [2024-09-19 02:41:17] "GET /projects?obj_uuids=77f1d5e0-3289-43a3-b628-b8a48e9bc3f0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001281 10.0.0.24 - - [2024-09-19 02:41:17] "GET /project/77f1d5e0-3289-43a3-b628-b8a48e9bc3f0 HTTP/1.1" 200 2625 0.081469 10.0.0.24 - - [2024-09-19 02:41:17] "GET /virtual-network/c1fbafce-32b2-470c-9871-a736534bd83b HTTP/1.1" 200 3506 0.012426 10.0.0.24 - - [2024-09-19 02:41:17] "GET /virtual-network/c1fbafce-32b2-470c-9871-a736534bd83b HTTP/1.1" 200 3506 0.009997 10.0.0.24 - - [2024-09-19 02:41:18] "GET /routing-instance/672b17f0-63dd-4d1d-b917-7521cb619726 HTTP/1.1" 200 1795 0.005502 10.0.0.24 - - [2024-09-19 02:41:18] "GET /routing-instance/672b17f0-63dd-4d1d-b917-7521cb619726 HTTP/1.1" 200 1795 0.005842 10.0.0.24 - - [2024-09-19 02:41:18] "GET /route-target/b4bae63d-a257-461d-8a0e-a57fbf58e167 HTTP/1.1" 200 1212 0.005260 10.0.0.24 - - [2024-09-19 02:41:18] "GET /virtual-network/c1fbafce-32b2-470c-9871-a736534bd83b HTTP/1.1" 200 3506 0.010700 10.0.0.24 - - [2024-09-19 02:41:18] "GET /routing-instance/672b17f0-63dd-4d1d-b917-7521cb619726 HTTP/1.1" 200 1795 0.005663 10.0.0.24 - - [2024-09-19 02:41:18] "GET /virtual-network/c1fbafce-32b2-470c-9871-a736534bd83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.013568 10.0.0.24 - - [2024-09-19 02:41:18] "GET /virtual-network/c1fbafce-32b2-470c-9871-a736534bd83b HTTP/1.1" 200 3506 0.010621 10.0.0.24 - - [2024-09-19 02:41:18] "GET /routing-instance/672b17f0-63dd-4d1d-b917-7521cb619726 HTTP/1.1" 200 1795 0.005664 10.0.0.24 - - [2024-09-19 02:41:18] "GET /routing-instance/672b17f0-63dd-4d1d-b917-7521cb619726 HTTP/1.1" 200 1795 0.005208 10.0.0.24 - - [2024-09-19 02:41:18] "GET /route-target/b4bae63d-a257-461d-8a0e-a57fbf58e167 HTTP/1.1" 200 1212 0.009805 10.0.0.24 - - [2024-09-19 02:41:18] "GET /domains HTTP/1.1" 200 280 0.003139 10.0.0.24 - - [2024-09-19 02:41:18] "GET /domains?obj_uuids=128d845f-d91b-4004-ab7b-1aaae47abd0b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001360 10.0.0.24 - - [2024-09-19 02:41:18] "GET /domain/128d845f-d91b-4004-ab7b-1aaae47abd0b HTTP/1.1" 200 2770 0.009473 10.0.0.24 - - [2024-09-19 02:41:18] "GET /projects?obj_uuids=77f1d5e0-3289-43a3-b628-b8a48e9bc3f0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001365 10.0.0.24 - - [2024-09-19 02:41:18] "GET /project/77f1d5e0-3289-43a3-b628-b8a48e9bc3f0 HTTP/1.1" 200 2625 0.083148 10.0.0.24 - - [2024-09-19 02:41:18] "GET /virtual-network/c1fbafce-32b2-470c-9871-a736534bd83b HTTP/1.1" 200 3506 0.009902 10.0.0.24 - - [2024-09-19 02:41:18] "GET /obj-perms HTTP/1.1" 200 5046 0.004217 10.0.0.24 - - [2024-09-19 02:41:18] "GET /virtual-network/c1fbafce-32b2-470c-9871-a736534bd83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.011465 10.0.0.24 - - [2024-09-19 02:41:18] "POST /neutron/network HTTP/1.1" 200 1114 0.008980 10.0.0.24 - - [2024-09-19 02:41:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.009998 10.0.0.24 - - [2024-09-19 02:41:18] "GET /virtual-network/6cd26066-ee94-44b3-80c3-28bd8d30ba67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.020763 10.0.0.24 - - [2024-09-19 02:41:18] "POST /neutron/network HTTP/1.1" 200 1006 0.091075 10.0.0.24 - - [2024-09-19 02:41:18] "DELETE /access-control-list/4ca479a6-39ca-4ca7-a53d-8b08593345fa HTTP/1.1" 200 115 0.078352 10.0.0.24 - - [2024-09-19 02:41:18] "POST /neutron/network HTTP/1.1" 200 1006 0.016109 10.0.0.24 - - [2024-09-19 02:41:18] "POST /ref-update HTTP/1.1" 200 156 0.018075 10.0.0.24 - - [2024-09-19 02:41:18] "GET /virtual-network/c1fbafce-32b2-470c-9871-a736534bd83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.013777 10.0.0.24 - - [2024-09-19 02:41:18] "GET /virtual-network/09266902-fe5a-4bc5-ae84-a3d2f7c2c182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.010164 10.0.0.24 - - [2024-09-19 02:41:18] "POST /neutron/network HTTP/1.1" 200 1115 0.009944 10.0.0.24 - - [2024-09-19 02:41:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.009769 10.0.0.24 - - [2024-09-19 02:41:18] "GET /virtual-network/6cd26066-ee94-44b3-80c3-28bd8d30ba67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.011642 10.0.0.24 - - [2024-09-19 02:41:18] "POST /neutron/network HTTP/1.1" 200 1007 0.079305 10.0.0.24 - - [2024-09-19 02:41:18] "DELETE /access-control-list/edd9108c-939a-43ad-93aa-1444281afb87 HTTP/1.1" 200 115 0.067724 10.0.0.24 - - [2024-09-19 02:41:18] "POST /neutron/network HTTP/1.1" 200 1007 0.021855 10.0.0.24 - - [2024-09-19 02:41:18] "GET /virtual-network/09266902-fe5a-4bc5-ae84-a3d2f7c2c182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.014601 10.0.0.24 - - [2024-09-19 02:41:18] "POST /ref-update HTTP/1.1" 200 156 0.035837 10.0.0.24 - - [2024-09-19 02:41:18] "DELETE /network-policy/65287848-89c6-441e-bffd-b621eb0583a5 HTTP/1.1" 200 115 0.041203 10.0.0.24 - - [2024-09-19 02:41:18] "POST /neutron/network HTTP/1.1" 200 1006 0.011043 10.0.0.24 - - [2024-09-19 02:41:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.006265 10.0.0.24 - - [2024-09-19 02:41:18] "POST /useragent-kv HTTP/1.1" 200 115 0.001516 10.0.0.24 - - [2024-09-19 02:41:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002058 10.0.0.24 - - [2024-09-19 02:41:18] "POST /useragent-kv HTTP/1.1" 200 115 0.001570 10.0.0.24 - - [2024-09-19 02:41:18] "POST /useragent-kv HTTP/1.1" 200 115 0.001406 10.0.0.24 - - [2024-09-19 02:41:18] "POST /neutron/network HTTP/1.1" 200 151 0.111629 10.0.0.24 - - [2024-09-19 02:41:18] "GET /routing-instance/672b17f0-63dd-4d1d-b917-7521cb619726 HTTP/1.1" 404 171 0.003597 10.0.0.24 - - [2024-09-19 02:41:18] "DELETE /route-target/b4bae63d-a257-461d-8a0e-a57fbf58e167 HTTP/1.1" 200 115 0.038177 10.0.0.24 - - [2024-09-19 02:41:18] "GET /domains HTTP/1.1" 200 280 0.002674 10.0.0.24 - - [2024-09-19 02:41:18] "GET /domains?obj_uuids=128d845f-d91b-4004-ab7b-1aaae47abd0b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001347 10.0.0.24 - - [2024-09-19 02:41:19] "GET /domain/128d845f-d91b-4004-ab7b-1aaae47abd0b HTTP/1.1" 200 2770 0.051769 10.0.0.24 - - [2024-09-19 02:41:19] "GET /projects?obj_uuids=77f1d5e0-3289-43a3-b628-b8a48e9bc3f0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001467 10.0.0.24 - - [2024-09-19 02:41:19] "GET /project/77f1d5e0-3289-43a3-b628-b8a48e9bc3f0 HTTP/1.1" 200 2145 0.087239 10.0.0.24 - - [2024-09-19 02:41:19] "POST /neutron/network HTTP/1.1" 200 1007 0.009479 10.0.0.24 - - [2024-09-19 02:41:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.007109 10.0.0.24 - - [2024-09-19 02:41:19] "POST /useragent-kv HTTP/1.1" 200 115 0.001511 10.0.0.24 - - [2024-09-19 02:41:19] "POST /useragent-kv HTTP/1.1" 200 115 0.001404 10.0.0.24 - - [2024-09-19 02:41:19] "POST /useragent-kv HTTP/1.1" 200 115 0.001393 10.0.0.24 - - [2024-09-19 02:41:19] "POST /useragent-kv HTTP/1.1" 200 115 0.001857 10.0.0.24 - - [2024-09-19 02:41:19] "DELETE /route-target/ff826cb5-769d-42d0-95aa-443598342476 HTTP/1.1" 200 115 0.038570 10.0.0.24 - - [2024-09-19 02:41:19] "POST /neutron/network HTTP/1.1" 200 151 0.132728 10.0.0.24 - - [2024-09-19 02:41:19] "GET /routing-instance/a154ac98-51bf-4244-8c7f-771b294edbb8 HTTP/1.1" 404 171 0.002939 10.0.0.24 - - [2024-09-19 02:41:19] "GET /domains HTTP/1.1" 200 280 0.003136 10.0.0.24 - - [2024-09-19 02:41:19] "GET /domains?obj_uuids=128d845f-d91b-4004-ab7b-1aaae47abd0b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001362 10.0.0.24 - - [2024-09-19 02:41:19] "GET /domain/128d845f-d91b-4004-ab7b-1aaae47abd0b HTTP/1.1" 200 2770 0.055086 10.0.0.24 - - [2024-09-19 02:41:19] "GET /projects?obj_uuids=77f1d5e0-3289-43a3-b628-b8a48e9bc3f0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001973 10.0.0.24 - - [2024-09-19 02:41:19] "GET /project/77f1d5e0-3289-43a3-b628-b8a48e9bc3f0 HTTP/1.1" 200 1900 0.088309 10.0.0.24 - - [2024-09-19 02:41:19] "GET /projects?obj_uuids=77f1d5e0-3289-43a3-b628-b8a48e9bc3f0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001637 10.0.0.24 - - [2024-09-19 02:41:19] "GET /project/77f1d5e0-3289-43a3-b628-b8a48e9bc3f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.043278 10.0.0.24 - - [2024-09-19 02:41:19] "GET /projects?obj_uuids=77f1d5e0-3289-43a3-b628-b8a48e9bc3f0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001380 10.0.0.24 - - [2024-09-19 02:41:19] "GET /project/77f1d5e0-3289-43a3-b628-b8a48e9bc3f0?fields=virtual_networks HTTP/1.1" 200 1048 0.036790 10.0.0.24 - - [2024-09-19 02:41:19] "GET /projects?obj_uuids=77f1d5e0-3289-43a3-b628-b8a48e9bc3f0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001362 10.0.0.24 - - [2024-09-19 02:41:19] "GET /project/77f1d5e0-3289-43a3-b628-b8a48e9bc3f0?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.038878 10.0.0.24 - - [2024-09-19 02:41:19] "GET /projects?obj_uuids=77f1d5e0-3289-43a3-b628-b8a48e9bc3f0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001489 10.0.0.24 - - [2024-09-19 02:41:20] "GET /project/77f1d5e0-3289-43a3-b628-b8a48e9bc3f0?fields=security_groups HTTP/1.1" 200 1282 0.044406 10.0.0.24 - - [2024-09-19 02:41:21] "POST /fqname-to-id HTTP/1.1" 404 190 0.135569 10.0.0.24 - - [2024-09-19 02:41:21] "GET /projects?obj_uuids=6e33e0a5-42ed-4cdd-9a38-22750be7efd4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002818 10.0.0.24 - - [2024-09-19 02:41:21] "GET /domains?obj_uuids=128d845f-d91b-4004-ab7b-1aaae47abd0b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002508 10.0.0.24 - - [2024-09-19 02:41:21] "GET /domain/128d845f-d91b-4004-ab7b-1aaae47abd0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.014182 10.0.0.24 - - [2024-09-19 02:41:21] "POST /id-to-fqname HTTP/1.1" 200 192 0.001640 10.0.0.24 - - [2024-09-19 02:41:21] "POST /fqname-to-id HTTP/1.1" 404 201 0.006135 10.0.0.24 - - [2024-09-19 02:41:21] "POST /security-groups HTTP/1.1" 200 593 0.071829 10.0.0.24 - - [2024-09-19 02:41:21] "POST /fqname-to-id HTTP/1.1" 404 236 0.004171 10.0.0.24 - - [2024-09-19 02:41:21] "POST /projects HTTP/1.1" 200 589 0.232214 10.0.0.24 - - [2024-09-19 02:41:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.266597 10.0.0.24 - - [2024-09-19 02:41:21] "POST /access-control-lists HTTP/1.1" 200 598 0.065711 10.0.0.24 - - [2024-09-19 02:41:21] "GET /project/6e33e0a5-42ed-4cdd-9a38-22750be7efd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.444065 10.0.0.24 - - [2024-09-19 02:41:21] "POST /fqname-to-id HTTP/1.1" 404 235 0.006384 10.0.0.24 - - [2024-09-19 02:41:21] "POST /access-control-lists HTTP/1.1" 200 596 0.068142 10.0.0.24 - - [2024-09-19 02:41:22] "GET / HTTP/1.1" 200 35931 0.002490 10.0.0.24 - - [2024-09-19 02:41:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000601 10.0.0.24 - - [2024-09-19 02:41:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.065410 10.0.0.24 - - [2024-09-19 02:41:23] "GET /projects?obj_uuids=6e33e0a5-42ed-4cdd-9a38-22750be7efd4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001313 10.0.0.24 - - [2024-09-19 02:41:24] "GET /project/6e33e0a5-42ed-4cdd-9a38-22750be7efd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.034154 10.0.0.24 - - [2024-09-19 02:41:24] "POST /neutron/network HTTP/1.1" 200 117 0.035245 10.0.0.24 - - [2024-09-19 02:41:24] "GET /projects?obj_uuids=6e33e0a5-42ed-4cdd-9a38-22750be7efd4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003043 10.0.0.24 - - [2024-09-19 02:41:24] "POST /neutron/network HTTP/1.1" 200 607 0.079901 10.0.0.24 - - [2024-09-19 02:41:24] "POST /route-targets HTTP/1.1" 200 327 0.013155 10.0.0.24 - - [2024-09-19 02:41:24] "POST /ref-update HTTP/1.1" 200 156 0.017327 10.0.0.24 - - [2024-09-19 02:41:24] "POST /useragent-kv HTTP/1.1" 200 115 0.005556 10.0.0.24 - - [2024-09-19 02:41:24] "POST /neutron/subnet HTTP/1.1" 200 720 0.187063 10.0.0.24 - - [2024-09-19 02:41:24] "POST /neutron/network HTTP/1.1" 200 825 0.006782 10.0.0.24 - - [2024-09-19 02:41:24] "POST /id-to-fqname HTTP/1.1" 200 222 0.001446 10.0.0.24 - - [2024-09-19 02:41:24] "GET /virtual-network/7e590c12-4a65-4000-829e-cd82fabe8eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.009460 10.0.0.24 - - [2024-09-19 02:41:24] "POST /neutron/network HTTP/1.1" 200 825 0.006891 10.0.0.24 - - [2024-09-19 02:41:24] "GET /virtual-network/7e590c12-4a65-4000-829e-cd82fabe8eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.010524 10.0.0.24 - - [2024-09-19 02:41:24] "POST /neutron/network HTTP/1.1" 200 825 0.007942 10.0.0.24 - - [2024-09-19 02:41:24] "POST /neutron/subnet HTTP/1.1" 200 720 0.007523 10.0.0.24 - - [2024-09-19 02:41:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002459 10.0.0.24 - - [2024-09-19 02:41:24] "GET /projects?obj_uuids=6e33e0a5-42ed-4cdd-9a38-22750be7efd4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001663 10.0.0.24 - - [2024-09-19 02:41:24] "GET /project/6e33e0a5-42ed-4cdd-9a38-22750be7efd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.034457 10.0.0.24 - - [2024-09-19 02:41:24] "POST /neutron/network HTTP/1.1" 200 117 0.010722 10.0.0.24 - - [2024-09-19 02:41:24] "GET /projects?obj_uuids=6e33e0a5-42ed-4cdd-9a38-22750be7efd4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001392 10.0.0.24 - - [2024-09-19 02:41:24] "POST /neutron/network HTTP/1.1" 200 607 0.074005 10.0.0.24 - - [2024-09-19 02:41:24] "POST /route-targets HTTP/1.1" 200 327 0.011534 10.0.0.24 - - [2024-09-19 02:41:24] "POST /ref-update HTTP/1.1" 200 156 0.013641 10.0.0.24 - - [2024-09-19 02:41:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002736 10.0.0.24 - - [2024-09-19 02:41:24] "POST /neutron/subnet HTTP/1.1" 200 719 0.153846 10.0.0.24 - - [2024-09-19 02:41:25] "POST /neutron/network HTTP/1.1" 200 825 0.006868 10.0.0.24 - - [2024-09-19 02:41:25] "POST /id-to-fqname HTTP/1.1" 200 222 0.001500 10.0.0.24 - - [2024-09-19 02:41:25] "GET /virtual-network/cd1e9550-dd3d-4e53-a6e7-ba2392e2c495?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.009992 10.0.0.24 - - [2024-09-19 02:41:25] "POST /neutron/network HTTP/1.1" 200 825 0.006526 10.0.0.24 - - [2024-09-19 02:41:25] "GET /virtual-network/cd1e9550-dd3d-4e53-a6e7-ba2392e2c495?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.009945 10.0.0.24 - - [2024-09-19 02:41:25] "POST /neutron/network HTTP/1.1" 200 825 0.007116 10.0.0.24 - - [2024-09-19 02:41:25] "POST /neutron/subnet HTTP/1.1" 200 719 0.007805 10.0.0.24 - - [2024-09-19 02:41:25] "POST /fqname-to-id HTTP/1.1" 404 228 0.002804 10.0.0.24 - - [2024-09-19 02:41:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.24 - - [2024-09-19 02:41:25] "GET /projects?obj_uuids=6e33e0a5-42ed-4cdd-9a38-22750be7efd4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001363 10.0.0.24 - - [2024-09-19 02:41:25] "GET /project/6e33e0a5-42ed-4cdd-9a38-22750be7efd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.043658 10.0.0.24 - - [2024-09-19 02:41:25] "POST /network-policys HTTP/1.1" 200 571 0.019300 10.0.0.24 - - [2024-09-19 02:41:25] "GET /network-policy/5ddb15bd-7749-4258-9e7d-2a4b06100874?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.006075 10.0.0.24 - - [2024-09-19 02:41:25] "POST /neutron/network HTTP/1.1" 200 825 0.008049 10.0.0.24 - - [2024-09-19 02:41:25] "POST /fqname-to-id HTTP/1.1" 404 236 0.004430 10.0.0.24 - - [2024-09-19 02:41:25] "POST /neutron/network HTTP/1.1" 200 927 0.051201 10.0.0.24 - - [2024-09-19 02:41:25] "POST /neutron/network HTTP/1.1" 200 927 0.046815 10.0.0.24 - - [2024-09-19 02:41:25] "POST /access-control-lists HTTP/1.1" 200 590 0.074655 10.0.0.24 - - [2024-09-19 02:41:25] "GET /virtual-network/7e590c12-4a65-4000-829e-cd82fabe8eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.018188 10.0.0.24 - - [2024-09-19 02:41:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.24 - - [2024-09-19 02:41:25] "GET /network-policy/5ddb15bd-7749-4258-9e7d-2a4b06100874?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.005704 10.0.0.24 - - [2024-09-19 02:41:25] "POST /neutron/network HTTP/1.1" 200 825 0.007005 10.0.0.24 - - [2024-09-19 02:41:25] "POST /neutron/network HTTP/1.1" 200 927 0.046351 10.0.0.24 - - [2024-09-19 02:41:25] "POST /neutron/network HTTP/1.1" 200 927 0.024868 10.0.0.24 - - [2024-09-19 02:41:25] "PUT /access-control-list/e3bc87b4-bd1f-4a06-a727-b96174496f60 HTTP/1.1" 200 272 0.058896 10.0.0.24 - - [2024-09-19 02:41:25] "GET /virtual-network/cd1e9550-dd3d-4e53-a6e7-ba2392e2c495?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.013090 10.0.0.24 - - [2024-09-19 02:41:25] "POST /fqname-to-id HTTP/1.1" 404 236 0.010956 10.0.0.24 - - [2024-09-19 02:41:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.24 - - [2024-09-19 02:41:25] "GET /network-policy/5ddb15bd-7749-4258-9e7d-2a4b06100874?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.005059 10.0.0.24 - - [2024-09-19 02:41:25] "GET /domains HTTP/1.1" 401 292 0.000654 10.0.0.24 - - [2024-09-19 02:41:25] "POST /access-control-lists HTTP/1.1" 200 590 0.063791 10.0.0.24 - - [2024-09-19 02:41:26] "POST /ref-update HTTP/1.1" 200 156 0.011747 10.0.0.24 - - [2024-09-19 02:41:26] "GET /domains HTTP/1.1" 200 280 0.030144 10.0.0.24 - - [2024-09-19 02:41:26] "GET /domains?obj_uuids=128d845f-d91b-4004-ab7b-1aaae47abd0b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001486 10.0.0.24 - - [2024-09-19 02:41:26] "GET /domain/128d845f-d91b-4004-ab7b-1aaae47abd0b HTTP/1.1" 200 2958 0.011908 10.0.0.24 - - [2024-09-19 02:41:26] "GET /projects?obj_uuids=6e33e0a5-42ed-4cdd-9a38-22750be7efd4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002188 10.0.0.24 - - [2024-09-19 02:41:26] "GET /project/6e33e0a5-42ed-4cdd-9a38-22750be7efd4 HTTP/1.1" 200 2571 0.081020 10.0.0.24 - - [2024-09-19 02:41:26] "GET /virtual-network/7e590c12-4a65-4000-829e-cd82fabe8eed HTTP/1.1" 200 2887 0.010972 10.0.0.24 - - [2024-09-19 02:41:26] "GET /virtual-network/7e590c12-4a65-4000-829e-cd82fabe8eed HTTP/1.1" 200 2887 0.009716 10.0.0.24 - - [2024-09-19 02:41:26] "GET /routing-instance/46dd7449-431f-43c0-98b4-10c1c4bcb5a3 HTTP/1.1" 200 1783 0.005427 10.0.0.24 - - [2024-09-19 02:41:26] "GET /routing-instance/46dd7449-431f-43c0-98b4-10c1c4bcb5a3 HTTP/1.1" 200 1783 0.005158 10.0.0.24 - - [2024-09-19 02:41:26] "GET /route-target/b608b1f6-8fc4-4e95-b2fd-1ad93d6a54c1 HTTP/1.1" 200 1207 0.004119 10.0.0.24 - - [2024-09-19 02:41:26] "GET /virtual-network/7e590c12-4a65-4000-829e-cd82fabe8eed HTTP/1.1" 200 2887 0.009101 10.0.0.24 - - [2024-09-19 02:41:26] "GET /routing-instance/46dd7449-431f-43c0-98b4-10c1c4bcb5a3 HTTP/1.1" 200 1783 0.005029 10.0.0.24 - - [2024-09-19 02:41:26] "GET /virtual-network/7e590c12-4a65-4000-829e-cd82fabe8eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.009506 10.0.0.24 - - [2024-09-19 02:41:26] "GET /virtual-network/7e590c12-4a65-4000-829e-cd82fabe8eed HTTP/1.1" 200 2887 0.011286 10.0.0.24 - - [2024-09-19 02:41:26] "GET /routing-instance/46dd7449-431f-43c0-98b4-10c1c4bcb5a3 HTTP/1.1" 200 1783 0.004995 10.0.0.24 - - [2024-09-19 02:41:26] "GET /routing-instance/46dd7449-431f-43c0-98b4-10c1c4bcb5a3 HTTP/1.1" 200 1783 0.004947 10.0.0.24 - - [2024-09-19 02:41:26] "GET /route-target/b608b1f6-8fc4-4e95-b2fd-1ad93d6a54c1 HTTP/1.1" 200 1207 0.004157 10.0.0.24 - - [2024-09-19 02:41:26] "GET /domains HTTP/1.1" 200 280 0.002927 10.0.0.24 - - [2024-09-19 02:41:26] "GET /domains?obj_uuids=128d845f-d91b-4004-ab7b-1aaae47abd0b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001316 10.0.0.24 - - [2024-09-19 02:41:26] "GET /domain/128d845f-d91b-4004-ab7b-1aaae47abd0b HTTP/1.1" 200 2958 0.009970 10.0.0.24 - - [2024-09-19 02:41:26] "GET /projects?obj_uuids=6e33e0a5-42ed-4cdd-9a38-22750be7efd4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002054 10.0.0.24 - - [2024-09-19 02:41:26] "GET /project/6e33e0a5-42ed-4cdd-9a38-22750be7efd4 HTTP/1.1" 200 2571 0.087979 10.0.0.24 - - [2024-09-19 02:41:26] "GET /virtual-network/7e590c12-4a65-4000-829e-cd82fabe8eed HTTP/1.1" 200 2887 0.011669 10.0.0.24 - - [2024-09-19 02:41:27] "GET /obj-perms HTTP/1.1" 200 5034 0.058517 10.0.0.24 - - [2024-09-19 02:41:27] "GET /domains HTTP/1.1" 200 280 0.003259 10.0.0.24 - - [2024-09-19 02:41:27] "GET /domains?obj_uuids=128d845f-d91b-4004-ab7b-1aaae47abd0b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001376 10.0.0.24 - - [2024-09-19 02:41:27] "GET /domain/128d845f-d91b-4004-ab7b-1aaae47abd0b HTTP/1.1" 200 2958 0.009852 10.0.0.24 - - [2024-09-19 02:41:27] "GET /projects?obj_uuids=6e33e0a5-42ed-4cdd-9a38-22750be7efd4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001728 10.0.0.24 - - [2024-09-19 02:41:27] "GET /project/6e33e0a5-42ed-4cdd-9a38-22750be7efd4 HTTP/1.1" 200 2571 0.083778 10.0.0.24 - - [2024-09-19 02:41:27] "GET /virtual-network/cd1e9550-dd3d-4e53-a6e7-ba2392e2c495 HTTP/1.1" 200 2889 0.011783 10.0.0.24 - - [2024-09-19 02:41:27] "GET /virtual-network/cd1e9550-dd3d-4e53-a6e7-ba2392e2c495 HTTP/1.1" 200 2889 0.009243 10.0.0.24 - - [2024-09-19 02:41:27] "GET /routing-instance/d96c607e-29bc-4d94-85fd-89fb382460e8 HTTP/1.1" 200 1783 0.004979 10.0.0.24 - - [2024-09-19 02:41:27] "GET /routing-instance/d96c607e-29bc-4d94-85fd-89fb382460e8 HTTP/1.1" 200 1783 0.005533 10.0.0.24 - - [2024-09-19 02:41:27] "GET /route-target/96c93c80-c6ab-4771-99d8-eb0f4a63c5e0 HTTP/1.1" 200 1207 0.004659 10.0.0.24 - - [2024-09-19 02:41:27] "GET /virtual-network/cd1e9550-dd3d-4e53-a6e7-ba2392e2c495 HTTP/1.1" 200 2889 0.009693 10.0.0.24 - - [2024-09-19 02:41:27] "GET /routing-instance/d96c607e-29bc-4d94-85fd-89fb382460e8 HTTP/1.1" 200 1783 0.005520 10.0.0.24 - - [2024-09-19 02:41:27] "GET /virtual-network/cd1e9550-dd3d-4e53-a6e7-ba2392e2c495?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.010028 10.0.0.24 - - [2024-09-19 02:41:27] "GET /virtual-network/cd1e9550-dd3d-4e53-a6e7-ba2392e2c495 HTTP/1.1" 200 2889 0.010563 10.0.0.24 - - [2024-09-19 02:41:27] "GET /routing-instance/d96c607e-29bc-4d94-85fd-89fb382460e8 HTTP/1.1" 200 1783 0.007828 10.0.0.24 - - [2024-09-19 02:41:27] "GET /routing-instance/d96c607e-29bc-4d94-85fd-89fb382460e8 HTTP/1.1" 200 1783 0.005404 10.0.0.24 - - [2024-09-19 02:41:27] "GET /route-target/96c93c80-c6ab-4771-99d8-eb0f4a63c5e0 HTTP/1.1" 200 1207 0.005057 10.0.0.24 - - [2024-09-19 02:41:27] "GET /domains HTTP/1.1" 200 280 0.004363 10.0.0.24 - - [2024-09-19 02:41:27] "GET /domains?obj_uuids=128d845f-d91b-4004-ab7b-1aaae47abd0b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001835 10.0.0.24 - - [2024-09-19 02:41:27] "GET /domain/128d845f-d91b-4004-ab7b-1aaae47abd0b HTTP/1.1" 200 2958 0.013657 10.0.0.24 - - [2024-09-19 02:41:27] "GET /projects?obj_uuids=6e33e0a5-42ed-4cdd-9a38-22750be7efd4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002384 10.0.0.24 - - [2024-09-19 02:41:27] "GET /project/6e33e0a5-42ed-4cdd-9a38-22750be7efd4 HTTP/1.1" 200 2571 0.085772 10.0.0.24 - - [2024-09-19 02:41:27] "GET /virtual-network/cd1e9550-dd3d-4e53-a6e7-ba2392e2c495 HTTP/1.1" 200 2889 0.009212 10.0.0.24 - - [2024-09-19 02:41:27] "GET /obj-perms HTTP/1.1" 200 5034 0.003649 10.0.0.24 - - [2024-09-19 02:41:27] "POST /id-to-fqname HTTP/1.1" 200 222 0.001670 10.0.0.24 - - [2024-09-19 02:41:27] "POST /neutron/network HTTP/1.1" 200 937 0.007313 10.0.0.24 - - [2024-09-19 02:41:27] "GET /aaa-mode HTTP/1.1" 401 292 0.000495 10.0.0.24 - - [2024-09-19 02:41:28] "GET / HTTP/1.1" 200 35931 0.002829 10.0.0.24 - - [2024-09-19 02:41:28] "GET /project/6e33e0a5-42ed-4cdd-9a38-22750be7efd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000506 10.0.0.24 - - [2024-09-19 02:41:28] "GET /projects?obj_uuids=6e33e0a5-42ed-4cdd-9a38-22750be7efd4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001333 10.0.0.24 - - [2024-09-19 02:41:28] "GET /project/6e33e0a5-42ed-4cdd-9a38-22750be7efd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.066461 10.0.0.24 - - [2024-09-19 02:41:28] "POST /neutron/network HTTP/1.1" 200 927 0.009521 10.0.0.24 - - [2024-09-19 02:41:28] "POST /neutron/port HTTP/1.1" 200 117 0.005968 10.0.0.24 - - [2024-09-19 02:41:28] "POST /neutron/port HTTP/1.1" 200 117 0.006646 10.0.0.24 - - [2024-09-19 02:41:28] "POST /id-to-fqname HTTP/1.1" 200 222 0.001683 10.0.0.24 - - [2024-09-19 02:41:28] "POST /neutron/port HTTP/1.1" 200 117 0.006100 10.0.0.24 - - [2024-09-19 02:41:29] "POST /neutron/network HTTP/1.1" 200 937 0.006963 10.0.0.24 - - [2024-09-19 02:41:29] "GET /aaa-mode HTTP/1.1" 401 292 0.000647 10.0.0.24 - - [2024-09-19 02:41:29] "POST /neutron/network HTTP/1.1" 200 937 0.006917 10.0.0.24 - - [2024-09-19 02:41:29] "GET /projects?obj_uuids=6e33e0a5-42ed-4cdd-9a38-22750be7efd4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001429 10.0.0.24 - - [2024-09-19 02:41:29] "GET / HTTP/1.1" 200 35931 0.002183 10.0.0.24 - - [2024-09-19 02:41:29] "GET /project/6e33e0a5-42ed-4cdd-9a38-22750be7efd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000619 10.0.0.24 - - [2024-09-19 02:41:29] "POST /neutron/port HTTP/1.1" 200 1061 0.251274 10.0.0.24 - - [2024-09-19 02:41:29] "POST /neutron/port HTTP/1.1" 200 1061 0.018630 10.0.0.24 - - [2024-09-19 02:41:29] "POST /neutron/port HTTP/1.1" 200 1061 0.011917 10.0.0.24 - - [2024-09-19 02:41:29] "POST /neutron/port HTTP/1.1" 200 1115 0.066530 10.0.0.24 - - [2024-09-19 02:41:29] "POST /neutron/port HTTP/1.1" 200 1089 0.024976 10.0.0.24 - - [2024-09-19 02:41:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004772 10.0.0.24 - - [2024-09-19 02:41:29] "POST /neutron/subnet HTTP/1.1" 200 694 0.016065 10.0.0.24 - - [2024-09-19 02:41:29] "POST /neutron/port HTTP/1.1" 200 117 0.002056 10.0.0.24 - - [2024-09-19 02:41:30] "GET /projects?obj_uuids=6e33e0a5-42ed-4cdd-9a38-22750be7efd4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001299 10.0.0.24 - - [2024-09-19 02:41:30] "POST /neutron/network HTTP/1.1" 200 927 0.015426 10.0.0.24 - - [2024-09-19 02:41:30] "GET /project/6e33e0a5-42ed-4cdd-9a38-22750be7efd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.083848 10.0.0.24 - - [2024-09-19 02:41:30] "POST /neutron/network HTTP/1.1" 200 927 0.007495 10.0.0.24 - - [2024-09-19 02:41:30] "POST /neutron/port HTTP/1.1" 200 1089 0.020464 10.0.0.24 - - [2024-09-19 02:41:30] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008531 10.0.0.24 - - [2024-09-19 02:41:30] "POST /neutron/port HTTP/1.1" 200 117 0.009966 10.0.0.24 - - [2024-09-19 02:41:30] "POST /neutron/port HTTP/1.1" 200 1089 0.029737 10.0.0.24 - - [2024-09-19 02:41:30] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007954 10.0.0.24 - - [2024-09-19 02:41:30] "POST /neutron/network HTTP/1.1" 200 937 0.007905 10.0.0.24 - - [2024-09-19 02:41:30] "GET /projects?obj_uuids=6e33e0a5-42ed-4cdd-9a38-22750be7efd4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003127 10.0.0.24 - - [2024-09-19 02:41:31] "PUT /access-control-list/0b2ee289-faa7-41e0-913c-67666a2709e2 HTTP/1.1" 200 272 0.080116 10.0.0.24 - - [2024-09-19 02:41:31] "POST /neutron/port HTTP/1.1" 200 1061 0.412194 10.0.0.24 - - [2024-09-19 02:41:31] "POST /neutron/port HTTP/1.1" 200 1061 0.018521 10.0.0.24 - - [2024-09-19 02:41:31] "POST /neutron/port HTTP/1.1" 200 1061 0.013014 10.0.0.24 - - [2024-09-19 02:41:31] "POST /neutron/port HTTP/1.1" 200 1115 0.071692 10.0.0.24 - - [2024-09-19 02:41:31] "POST /neutron/port HTTP/1.1" 200 1089 0.017013 10.0.0.24 - - [2024-09-19 02:41:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003706 10.0.0.24 - - [2024-09-19 02:41:31] "POST /neutron/subnet HTTP/1.1" 200 693 0.013600 10.0.0.24 - - [2024-09-19 02:41:31] "POST /neutron/port HTTP/1.1" 200 117 0.001786 10.0.0.24 - - [2024-09-19 02:41:31] "POST /neutron/network HTTP/1.1" 200 927 0.008428 10.0.0.24 - - [2024-09-19 02:41:35] "POST /neutron/port HTTP/1.1" 200 1089 0.019381 10.0.0.24 - - [2024-09-19 02:41:35] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006938 10.0.0.24 - - [2024-09-19 02:41:35] "POST /neutron/port HTTP/1.1" 200 1089 0.019686 10.0.0.24 - - [2024-09-19 02:41:35] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008664 10.0.0.24 - - [2024-09-19 02:41:35] "POST /neutron/port HTTP/1.1" 200 1089 0.021720 10.0.0.24 - - [2024-09-19 02:41:35] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007695 10.0.0.24 - - [2024-09-19 02:41:35] "GET /virtual-machine/1b65f9d2-0822-4bcc-8e54-080f3af5e4f7 HTTP/1.1" 200 1294 0.006926 10.0.0.24 - - [2024-09-19 02:41:35] "GET /virtual-machine-interface/14e72b7e-edea-42c7-ab4d-5df649e1a94f HTTP/1.1" 200 2951 0.009853 10.0.0.24 - - [2024-09-19 02:41:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.24 - - [2024-09-19 02:41:35] "GET /global-vrouter-config/6758536d-2137-4014-927a-c6f798680ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.006158 10.0.0.24 - - [2024-09-19 02:41:35] "GET /virtual-networks?parent_id=6e33e0a5-42ed-4cdd-9a38-22750be7efd4&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003774 10.0.0.24 - - [2024-09-19 02:41:35] "GET /virtual-network/7e590c12-4a65-4000-829e-cd82fabe8eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.011804 10.0.0.24 - - [2024-09-19 02:41:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.24 - - [2024-09-19 02:41:39] "GET /virtual-network/7e590c12-4a65-4000-829e-cd82fabe8eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.011767 10.0.0.24 - - [2024-09-19 02:41:39] "POST /neutron/port HTTP/1.1" 200 1089 0.028170 10.0.0.24 - - [2024-09-19 02:41:39] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009433 10.0.0.24 - - [2024-09-19 02:41:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004376 10.0.0.24 - - [2024-09-19 02:41:41] "GET /global-vrouter-config/6758536d-2137-4014-927a-c6f798680ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005710 10.0.0.24 - - [2024-09-19 02:41:41] "GET /virtual-networks?parent_id=6e33e0a5-42ed-4cdd-9a38-22750be7efd4&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004241 10.0.0.24 - - [2024-09-19 02:41:41] "GET /virtual-network/7e590c12-4a65-4000-829e-cd82fabe8eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.012188 10.0.0.24 - - [2024-09-19 02:41:41] "POST /neutron/port HTTP/1.1" 200 1089 0.021976 10.0.0.24 - - [2024-09-19 02:41:41] "POST /neutron/port HTTP/1.1" 200 1089 0.020059 10.0.0.24 - - [2024-09-19 02:41:41] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007978 10.0.0.24 - - [2024-09-19 02:41:41] "POST /neutron/security_group HTTP/1.1" 200 2060 0.018517 10.0.0.24 - - [2024-09-19 02:41:41] "POST /neutron/port HTTP/1.1" 200 1089 0.020180 10.0.0.24 - - [2024-09-19 02:41:41] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007745 10.0.0.24 - - [2024-09-19 02:41:41] "POST /neutron/port HTTP/1.1" 200 1089 0.022791 10.0.0.24 - - [2024-09-19 02:41:41] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008358 10.0.0.24 - - [2024-09-19 02:41:41] "GET /virtual-machine/af98e644-4aa0-4669-8cd4-bdb5f4567a35 HTTP/1.1" 200 1295 0.010638 10.0.0.24 - - [2024-09-19 02:41:41] "GET /virtual-machine-interface/12b995de-8a9f-4aad-a944-f9726b8bb011 HTTP/1.1" 200 2951 0.016045 10.0.0.24 - - [2024-09-19 02:41:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.24 - - [2024-09-19 02:41:41] "GET /global-vrouter-config/6758536d-2137-4014-927a-c6f798680ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005086 10.0.0.24 - - [2024-09-19 02:41:41] "GET /virtual-networks?parent_id=6e33e0a5-42ed-4cdd-9a38-22750be7efd4&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003946 10.0.0.24 - - [2024-09-19 02:41:42] "GET /virtual-network/cd1e9550-dd3d-4e53-a6e7-ba2392e2c495?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.011500 10.0.0.24 - - [2024-09-19 02:41:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.24 - - [2024-09-19 02:41:43] "GET /global-vrouter-config/6758536d-2137-4014-927a-c6f798680ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004633 10.0.0.24 - - [2024-09-19 02:41:43] "GET /virtual-networks?parent_id=6e33e0a5-42ed-4cdd-9a38-22750be7efd4&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003822 10.0.0.24 - - [2024-09-19 02:41:43] "GET /virtual-network/cd1e9550-dd3d-4e53-a6e7-ba2392e2c495?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.017483 10.0.0.24 - - [2024-09-19 02:41:43] "POST /neutron/port HTTP/1.1" 200 1089 0.026246 10.0.0.24 - - [2024-09-19 02:41:43] "POST /neutron/security_group HTTP/1.1" 200 2060 0.012553 10.0.0.24 - - [2024-09-19 02:41:44] "POST /neutron/port HTTP/1.1" 200 1089 0.022456 10.0.0.24 - - [2024-09-19 02:41:44] "POST /neutron/port HTTP/1.1" 200 1089 0.018468 10.0.0.24 - - [2024-09-19 02:41:44] "POST /neutron/network HTTP/1.1" 200 937 0.007102 10.0.0.24 - - [2024-09-19 02:41:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003992 10.0.0.24 - - [2024-09-19 02:41:44] "POST /neutron/subnet HTTP/1.1" 200 694 0.013286 10.0.0.24 - - [2024-09-19 02:41:44] "POST /neutron/port HTTP/1.1" 200 117 0.001402 10.0.0.24 - - [2024-09-19 02:41:44] "POST /neutron/network HTTP/1.1" 200 927 0.006785 10.0.0.24 - - [2024-09-19 02:41:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.24 - - [2024-09-19 02:41:52] "GET /projects?obj_uuids=6e33e0a5-42ed-4cdd-9a38-22750be7efd4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001292 10.0.0.24 - - [2024-09-19 02:41:52] "GET /project/6e33e0a5-42ed-4cdd-9a38-22750be7efd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.038946 10.0.0.24 - - [2024-09-19 02:41:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.24 - - [2024-09-19 02:41:52] "PUT /network-policy/5ddb15bd-7749-4258-9e7d-2a4b06100874 HTTP/1.1" 200 262 0.012058 10.0.0.24 - - [2024-09-19 02:41:52] "PUT /access-control-list/e3bc87b4-bd1f-4a06-a727-b96174496f60 HTTP/1.1" 200 272 0.059770 10.0.0.24 - - [2024-09-19 02:41:53] "POST /ref-update HTTP/1.1" 200 156 0.013441 10.0.0.24 - - [2024-09-19 02:41:53] "PUT /access-control-list/0b2ee289-faa7-41e0-913c-67666a2709e2 HTTP/1.1" 200 272 0.056700 10.0.0.24 - - [2024-09-19 02:41:53] "POST /ref-update HTTP/1.1" 200 156 0.013810 10.0.0.24 - - [2024-09-19 02:41:55] "DELETE /project/77f1d5e0328943a3b628b8a48e9bc3f0 HTTP/1.1" 404 173 0.017831 10.0.0.24 - - [2024-09-19 02:41:55] "DELETE /project/6e33e0a542ed4cdd9a3822750be7efd4 HTTP/1.1" 404 173 0.016439 10.0.0.24 - - [2024-09-19 02:41:55] "GET /projects?obj_uuids=2a71ffd3-b351-4d85-b5aa-46099aa71d83&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001194 10.0.0.24 - - [2024-09-19 02:41:55] "GET /projects?obj_uuids=77f1d5e0-3289-43a3-b628-b8a48e9bc3f0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001109 10.0.0.24 - - [2024-09-19 02:41:55] "GET /project/77f1d5e0-3289-43a3-b628-b8a48e9bc3f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.045412 10.0.0.24 - - [2024-09-19 02:41:55] "GET /project/2a71ffd3-b351-4d85-b5aa-46099aa71d83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.066641 10.0.0.24 - - [2024-09-19 02:41:55] "GET /projects?obj_uuids=2a71ffd3-b351-4d85-b5aa-46099aa71d83&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001223 10.0.0.24 - - [2024-09-19 02:41:55] "GET /projects?obj_uuids=77f1d5e0-3289-43a3-b628-b8a48e9bc3f0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001096 10.0.0.24 - - [2024-09-19 02:41:56] "GET /project/77f1d5e0-3289-43a3-b628-b8a48e9bc3f0?fields=security_groups HTTP/1.1" 200 1387 0.049028 10.0.0.24 - - [2024-09-19 02:41:56] "GET /project/2a71ffd3-b351-4d85-b5aa-46099aa71d83?fields=security_groups HTTP/1.1" 200 1372 0.060480 10.0.0.24 - - [2024-09-19 02:41:56] "DELETE /security-group/ca6221f3-72b1-4a96-98c1-581cc42f24d0 HTTP/1.1" 200 115 0.078496 10.0.0.24 - - [2024-09-19 02:41:56] "DELETE /security-group/7c13759b-3569-46e8-a186-e5a87c6932f7 HTTP/1.1" 200 115 0.073700 10.0.0.24 - - [2024-09-19 02:41:56] "GET /projects?obj_uuids=77f1d5e0-3289-43a3-b628-b8a48e9bc3f0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001705 10.0.0.24 - - [2024-09-19 02:41:56] "GET /projects?obj_uuids=2a71ffd3-b351-4d85-b5aa-46099aa71d83&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001894 10.0.0.24 - - [2024-09-19 02:41:56] "DELETE /access-control-list/70da25cd-decb-4592-a6f9-ea3afb06b8de HTTP/1.1" 200 115 0.058688 10.0.0.24 - - [2024-09-19 02:41:56] "GET /project/2a71ffd3-b351-4d85-b5aa-46099aa71d83?fields=application_policy_sets HTTP/1.1" 200 1411 0.054271 10.0.0.24 - - [2024-09-19 02:41:56] "GET /project/77f1d5e0-3289-43a3-b628-b8a48e9bc3f0?fields=application_policy_sets HTTP/1.1" 200 1426 0.082718 10.0.0.24 - - [2024-09-19 02:41:56] "DELETE /access-control-list/ccc2caf6-e6cf-49c9-b0e5-edf004bf1b77 HTTP/1.1" 200 115 0.073412 10.0.0.24 - - [2024-09-19 02:41:56] "DELETE /access-control-list/e32baae2-70f1-4427-aa2f-3c2bb63b5d49 HTTP/1.1" 200 115 0.051323 10.0.0.24 - - [2024-09-19 02:41:56] "DELETE /access-control-list/62984d5e-9632-4eb8-942b-3221c2c093b3 HTTP/1.1" 200 115 0.055225 10.0.0.24 - - [2024-09-19 02:41:56] "GET /virtual-network/cd1e9550-dd3d-4e53-a6e7-ba2392e2c495?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.014832 10.0.0.24 - - [2024-09-19 02:41:56] "DELETE /project/2a71ffd3-b351-4d85-b5aa-46099aa71d83 HTTP/1.1" 200 115 0.551765 10.0.0.24 - - [2024-09-19 02:41:56] "DELETE /project/77f1d5e0-3289-43a3-b628-b8a48e9bc3f0 HTTP/1.1" 200 115 0.555609 10.0.0.24 - - [2024-09-19 02:41:56] "POST /neutron/network HTTP/1.1" 200 927 0.008364 10.0.0.24 - - [2024-09-19 02:41:56] "POST /neutron/network HTTP/1.1" 200 825 0.060926 10.0.0.24 - - [2024-09-19 02:41:56] "DELETE /access-control-list/0b2ee289-faa7-41e0-913c-67666a2709e2 HTTP/1.1" 200 115 0.048049 10.0.0.24 - - [2024-09-19 02:41:56] "POST /neutron/network HTTP/1.1" 200 825 0.019794 10.0.0.24 - - [2024-09-19 02:41:56] "GET /virtual-network/cd1e9550-dd3d-4e53-a6e7-ba2392e2c495?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.014622 10.0.0.24 - - [2024-09-19 02:41:56] "GET /virtual-network/7e590c12-4a65-4000-829e-cd82fabe8eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.016010 10.0.0.24 - - [2024-09-19 02:41:56] "POST /neutron/network HTTP/1.1" 200 927 0.007209 10.0.0.24 - - [2024-09-19 02:41:56] "POST /neutron/network HTTP/1.1" 200 825 0.078926 10.0.0.24 - - [2024-09-19 02:41:56] "DELETE /access-control-list/e3bc87b4-bd1f-4a06-a727-b96174496f60 HTTP/1.1" 200 115 0.046951 10.0.0.24 - - [2024-09-19 02:41:56] "POST /neutron/network HTTP/1.1" 200 825 0.017147 10.0.0.24 - - [2024-09-19 02:41:56] "GET /virtual-network/7e590c12-4a65-4000-829e-cd82fabe8eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.014830 10.0.0.24 - - [2024-09-19 02:41:56] "DELETE /network-policy/5ddb15bd-7749-4258-9e7d-2a4b06100874 HTTP/1.1" 200 115 0.029598 10.0.0.24 - - [2024-09-19 02:41:56] "POST /neutron/network HTTP/1.1" 200 825 0.007140 10.0.0.24 - - [2024-09-19 02:41:56] "POST /neutron/network HTTP/1.1" 400 204 0.016582 10.0.0.24 - - [2024-09-19 02:41:56] "POST /neutron/port HTTP/1.1" 200 1089 0.032192 10.0.0.24 - - [2024-09-19 02:41:56] "POST /neutron/port HTTP/1.1" 200 1115 0.012755 10.0.0.24 - - [2024-09-19 02:41:56] "POST /neutron/port HTTP/1.1" 200 1089 0.024187 10.0.0.24 - - [2024-09-19 02:41:57] "POST /neutron/port HTTP/1.1" 200 1115 0.022727 10.0.0.24 - - [2024-09-19 02:41:57] "POST /neutron/port HTTP/1.1" 200 151 0.157395 10.0.0.24 - - [2024-09-19 02:41:57] "POST /neutron/port HTTP/1.1" 200 151 0.150421 10.0.0.24 - - [2024-09-19 02:41:58] "POST /neutron/network HTTP/1.1" 200 825 0.009235 10.0.0.24 - - [2024-09-19 02:41:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002337 10.0.0.24 - - [2024-09-19 02:41:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005453 10.0.0.24 - - [2024-09-19 02:41:59] "POST /useragent-kv HTTP/1.1" 200 115 0.001456 10.0.0.24 - - [2024-09-19 02:41:59] "POST /neutron/network HTTP/1.1" 200 151 0.099526 10.0.0.24 - - [2024-09-19 02:41:59] "DELETE /route-target/96c93c80-c6ab-4771-99d8-eb0f4a63c5e0 HTTP/1.1" 200 115 0.018972 10.0.0.24 - - [2024-09-19 02:41:59] "GET /routing-instance/d96c607e-29bc-4d94-85fd-89fb382460e8 HTTP/1.1" 404 171 0.003790 10.0.0.24 - - [2024-09-19 02:41:59] "GET /domains HTTP/1.1" 200 280 0.002704 10.0.0.24 - - [2024-09-19 02:41:59] "GET /domains?obj_uuids=128d845f-d91b-4004-ab7b-1aaae47abd0b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.004243 10.0.0.24 - - [2024-09-19 02:41:59] "GET /domain/128d845f-d91b-4004-ab7b-1aaae47abd0b HTTP/1.1" 200 2575 0.058947 10.0.0.24 - - [2024-09-19 02:41:59] "GET /projects?obj_uuids=6e33e0a5-42ed-4cdd-9a38-22750be7efd4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001852 10.0.0.24 - - [2024-09-19 02:41:59] "GET /project/6e33e0a5-42ed-4cdd-9a38-22750be7efd4 HTTP/1.1" 200 2103 0.081409 10.0.0.24 - - [2024-09-19 02:41:59] "POST /neutron/network HTTP/1.1" 200 825 0.007010 10.0.0.24 - - [2024-09-19 02:41:59] "POST /useragent-kv HTTP/1.1" 200 115 0.001362 10.0.0.24 - - [2024-09-19 02:41:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.006968 10.0.0.24 - - [2024-09-19 02:41:59] "POST /useragent-kv HTTP/1.1" 200 115 0.001205 10.0.0.24 - - [2024-09-19 02:41:59] "POST /neutron/network HTTP/1.1" 200 151 0.090916 10.0.0.24 - - [2024-09-19 02:41:59] "DELETE /route-target/b608b1f6-8fc4-4e95-b2fd-1ad93d6a54c1 HTTP/1.1" 200 115 0.023747 10.0.0.24 - - [2024-09-19 02:41:59] "GET /routing-instance/46dd7449-431f-43c0-98b4-10c1c4bcb5a3 HTTP/1.1" 404 171 0.006053 10.0.0.24 - - [2024-09-19 02:41:59] "GET /domains HTTP/1.1" 200 280 0.002637 10.0.0.24 - - [2024-09-19 02:41:59] "GET /domains?obj_uuids=128d845f-d91b-4004-ab7b-1aaae47abd0b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001263 10.0.0.24 - - [2024-09-19 02:41:59] "GET /domain/128d845f-d91b-4004-ab7b-1aaae47abd0b HTTP/1.1" 200 2575 0.050524 10.0.0.24 - - [2024-09-19 02:41:59] "GET /projects?obj_uuids=6e33e0a5-42ed-4cdd-9a38-22750be7efd4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001349 10.0.0.24 - - [2024-09-19 02:41:59] "GET /project/6e33e0a5-42ed-4cdd-9a38-22750be7efd4 HTTP/1.1" 200 1864 0.077778 10.0.0.24 - - [2024-09-19 02:41:59] "GET /projects?obj_uuids=6e33e0a5-42ed-4cdd-9a38-22750be7efd4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001483 10.0.0.24 - - [2024-09-19 02:41:59] "GET /project/6e33e0a5-42ed-4cdd-9a38-22750be7efd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.035787 10.0.0.24 - - [2024-09-19 02:41:59] "GET /projects?obj_uuids=6e33e0a5-42ed-4cdd-9a38-22750be7efd4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001444 10.0.0.24 - - [2024-09-19 02:41:59] "GET /project/6e33e0a5-42ed-4cdd-9a38-22750be7efd4?fields=virtual_networks HTTP/1.1" 200 1036 0.086095 10.0.0.24 - - [2024-09-19 02:41:59] "GET /projects?obj_uuids=6e33e0a5-42ed-4cdd-9a38-22750be7efd4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001537 10.0.0.24 - - [2024-09-19 02:42:00] "GET /project/6e33e0a5-42ed-4cdd-9a38-22750be7efd4?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.039000 10.0.0.24 - - [2024-09-19 02:42:00] "GET /projects?obj_uuids=6e33e0a5-42ed-4cdd-9a38-22750be7efd4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001627 10.0.0.24 - - [2024-09-19 02:42:00] "GET /project/6e33e0a5-42ed-4cdd-9a38-22750be7efd4?fields=security_groups HTTP/1.1" 200 1264 0.037417 10.0.0.24 - - [2024-09-19 02:42:01] "POST /fqname-to-id HTTP/1.1" 404 186 0.029859 10.0.0.24 - - [2024-09-19 02:42:01] "GET /projects?obj_uuids=1e46a938-8215-4a4f-907c-5638c5e47a8f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003344 10.0.0.24 - - [2024-09-19 02:42:01] "GET /domains?obj_uuids=128d845f-d91b-4004-ab7b-1aaae47abd0b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001976 10.0.0.24 - - [2024-09-19 02:42:01] "GET /domain/128d845f-d91b-4004-ab7b-1aaae47abd0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.012799 10.0.0.24 - - [2024-09-19 02:42:01] "POST /id-to-fqname HTTP/1.1" 200 188 0.001863 10.0.0.24 - - [2024-09-19 02:42:01] "POST /fqname-to-id HTTP/1.1" 404 197 0.005881 10.0.0.24 - - [2024-09-19 02:42:01] "POST /security-groups HTTP/1.1" 200 589 0.067197 10.0.0.24 - - [2024-09-19 02:42:01] "POST /fqname-to-id HTTP/1.1" 404 232 0.003974 10.0.0.24 - - [2024-09-19 02:42:01] "POST /projects HTTP/1.1" 200 581 0.231954 10.0.0.24 - - [2024-09-19 02:42:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.264264 10.0.0.24 - - [2024-09-19 02:42:01] "POST /access-control-lists HTTP/1.1" 200 594 0.071393 10.0.0.24 - - [2024-09-19 02:42:01] "GET /project/1e46a938-8215-4a4f-907c-5638c5e47a8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.441921 10.0.0.24 - - [2024-09-19 02:42:01] "POST /fqname-to-id HTTP/1.1" 404 231 0.003919 10.0.0.24 - - [2024-09-19 02:42:01] "POST /access-control-lists HTTP/1.1" 200 592 0.064638 10.0.0.24 - - [2024-09-19 02:42:02] "GET / HTTP/1.1" 200 35931 0.003188 10.0.0.24 - - [2024-09-19 02:42:03] "GET /obj-perms HTTP/1.1" 200 5056 0.115752 10.0.0.24 - - [2024-09-19 02:42:04] "GET /obj-perms HTTP/1.1" 200 5056 0.055583 10.0.0.24 - - [2024-09-19 02:42:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000576 10.0.0.24 - - [2024-09-19 02:42:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.031857 10.0.0.24 - - [2024-09-19 02:42:04] "GET /projects?obj_uuids=1e46a938-8215-4a4f-907c-5638c5e47a8f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001466 10.0.0.24 - - [2024-09-19 02:42:04] "GET /project/1e46a938-8215-4a4f-907c-5638c5e47a8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.038434 10.0.0.24 - - [2024-09-19 02:42:04] "POST /neutron/network HTTP/1.1" 200 117 0.035604 10.0.0.24 - - [2024-09-19 02:42:04] "GET /projects?obj_uuids=1e46a938-8215-4a4f-907c-5638c5e47a8f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001482 10.0.0.24 - - [2024-09-19 02:42:04] "POST /neutron/network HTTP/1.1" 200 613 0.091021 10.0.0.24 - - [2024-09-19 02:42:04] "POST /route-targets HTTP/1.1" 200 327 0.014857 10.0.0.24 - - [2024-09-19 02:42:04] "POST /ref-update HTTP/1.1" 200 156 0.013364 10.0.0.24 - - [2024-09-19 02:42:04] "POST /useragent-kv HTTP/1.1" 200 115 0.004020 10.0.0.24 - - [2024-09-19 02:42:04] "POST /neutron/subnet HTTP/1.1" 200 720 0.211682 10.0.0.24 - - [2024-09-19 02:42:05] "POST /neutron/network HTTP/1.1" 200 831 0.006597 10.0.0.24 - - [2024-09-19 02:42:05] "POST /id-to-fqname HTTP/1.1" 200 223 0.001476 10.0.0.24 - - [2024-09-19 02:42:05] "GET /virtual-network/1653169c-d084-485d-922a-214455199e33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.009831 10.0.0.24 - - [2024-09-19 02:42:05] "POST /neutron/network HTTP/1.1" 200 831 0.006868 10.0.0.24 - - [2024-09-19 02:42:05] "GET /virtual-network/1653169c-d084-485d-922a-214455199e33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.012230 10.0.0.24 - - [2024-09-19 02:42:05] "POST /neutron/network HTTP/1.1" 200 831 0.008039 10.0.0.24 - - [2024-09-19 02:42:05] "POST /neutron/subnet HTTP/1.1" 200 720 0.008541 10.0.0.24 - - [2024-09-19 02:42:05] "GET /domains HTTP/1.1" 401 292 0.000561 10.0.0.24 - - [2024-09-19 02:42:05] "GET /domains HTTP/1.1" 200 280 0.032359 10.0.0.24 - - [2024-09-19 02:42:05] "GET /domains?obj_uuids=128d845f-d91b-4004-ab7b-1aaae47abd0b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001700 10.0.0.24 - - [2024-09-19 02:42:05] "GET /domain/128d845f-d91b-4004-ab7b-1aaae47abd0b HTTP/1.1" 200 2759 0.011136 10.0.0.24 - - [2024-09-19 02:42:05] "GET /projects?obj_uuids=1e46a938-8215-4a4f-907c-5638c5e47a8f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001259 10.0.0.24 - - [2024-09-19 02:42:05] "GET /project/1e46a938-8215-4a4f-907c-5638c5e47a8f HTTP/1.1" 200 2080 0.085539 10.0.0.24 - - [2024-09-19 02:42:05] "GET /virtual-network/1653169c-d084-485d-922a-214455199e33 HTTP/1.1" 200 2315 0.012259 10.0.0.24 - - [2024-09-19 02:42:05] "GET /virtual-network/1653169c-d084-485d-922a-214455199e33 HTTP/1.1" 200 2315 0.010880 10.0.0.24 - - [2024-09-19 02:42:05] "GET /routing-instance/a682462c-2b07-492c-88b1-73f35029f94d HTTP/1.1" 200 1493 0.005433 10.0.0.24 - - [2024-09-19 02:42:05] "GET /routing-instance/a682462c-2b07-492c-88b1-73f35029f94d HTTP/1.1" 200 1493 0.005721 10.0.0.24 - - [2024-09-19 02:42:05] "GET /route-target/b785166d-f74e-4341-b43b-41c9ea19f46c HTTP/1.1" 200 1213 0.003876 10.0.0.24 - - [2024-09-19 02:42:05] "GET /virtual-network/1653169c-d084-485d-922a-214455199e33 HTTP/1.1" 200 2315 0.010424 10.0.0.24 - - [2024-09-19 02:42:05] "GET /routing-instance/a682462c-2b07-492c-88b1-73f35029f94d HTTP/1.1" 200 1493 0.009722 10.0.0.24 - - [2024-09-19 02:42:05] "GET /virtual-network/1653169c-d084-485d-922a-214455199e33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.009966 10.0.0.24 - - [2024-09-19 02:42:05] "GET /virtual-network/1653169c-d084-485d-922a-214455199e33 HTTP/1.1" 200 2315 0.011965 10.0.0.24 - - [2024-09-19 02:42:05] "GET /routing-instance/a682462c-2b07-492c-88b1-73f35029f94d HTTP/1.1" 200 1493 0.005343 10.0.0.24 - - [2024-09-19 02:42:05] "GET /routing-instance/a682462c-2b07-492c-88b1-73f35029f94d HTTP/1.1" 200 1493 0.004593 10.0.0.24 - - [2024-09-19 02:42:05] "GET /route-target/b785166d-f74e-4341-b43b-41c9ea19f46c HTTP/1.1" 200 1213 0.003547 10.0.0.24 - - [2024-09-19 02:42:05] "GET /domains HTTP/1.1" 200 280 0.002849 10.0.0.24 - - [2024-09-19 02:42:05] "GET /domains?obj_uuids=128d845f-d91b-4004-ab7b-1aaae47abd0b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001237 10.0.0.24 - - [2024-09-19 02:42:05] "GET /domain/128d845f-d91b-4004-ab7b-1aaae47abd0b HTTP/1.1" 200 2759 0.009439 10.0.0.24 - - [2024-09-19 02:42:05] "GET /projects?obj_uuids=1e46a938-8215-4a4f-907c-5638c5e47a8f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001685 10.0.0.24 - - [2024-09-19 02:42:05] "GET /project/1e46a938-8215-4a4f-907c-5638c5e47a8f HTTP/1.1" 200 2080 0.088061 10.0.0.24 - - [2024-09-19 02:42:05] "GET /virtual-network/1653169c-d084-485d-922a-214455199e33 HTTP/1.1" 200 2315 0.010527 10.0.0.24 - - [2024-09-19 02:42:06] "GET /obj-perms HTTP/1.1" 200 5026 0.063279 10.0.0.24 - - [2024-09-19 02:42:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004418 10.0.0.24 - - [2024-09-19 02:42:06] "GET /projects?obj_uuids=1e46a938-8215-4a4f-907c-5638c5e47a8f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001559 10.0.0.24 - - [2024-09-19 02:42:06] "GET /project/1e46a938-8215-4a4f-907c-5638c5e47a8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.042949 10.0.0.24 - - [2024-09-19 02:42:06] "POST /neutron/network HTTP/1.1" 200 117 0.010882 10.0.0.24 - - [2024-09-19 02:42:06] "GET /projects?obj_uuids=1e46a938-8215-4a4f-907c-5638c5e47a8f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001445 10.0.0.24 - - [2024-09-19 02:42:06] "POST /neutron/network HTTP/1.1" 200 613 0.089884 10.0.0.24 - - [2024-09-19 02:42:06] "POST /route-targets HTTP/1.1" 200 327 0.029355 10.0.0.24 - - [2024-09-19 02:42:06] "POST /ref-update HTTP/1.1" 200 156 0.017648 10.0.0.24 - - [2024-09-19 02:42:06] "POST /useragent-kv HTTP/1.1" 200 115 0.013302 10.0.0.24 - - [2024-09-19 02:42:06] "POST /neutron/subnet HTTP/1.1" 200 734 0.194460 10.0.0.24 - - [2024-09-19 02:42:06] "POST /neutron/network HTTP/1.1" 200 834 0.008262 10.0.0.24 - - [2024-09-19 02:42:06] "POST /id-to-fqname HTTP/1.1" 200 223 0.001660 10.0.0.24 - - [2024-09-19 02:42:06] "GET /virtual-network/a0cdbc9e-adfa-4f20-971d-a680c7b1ccbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.010139 10.0.0.24 - - [2024-09-19 02:42:06] "POST /neutron/network HTTP/1.1" 200 834 0.007226 10.0.0.24 - - [2024-09-19 02:42:07] "GET /virtual-network/a0cdbc9e-adfa-4f20-971d-a680c7b1ccbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.010335 10.0.0.24 - - [2024-09-19 02:42:07] "POST /neutron/network HTTP/1.1" 200 834 0.008672 10.0.0.24 - - [2024-09-19 02:42:07] "POST /neutron/subnet HTTP/1.1" 200 734 0.009073 10.0.0.24 - - [2024-09-19 02:42:07] "GET /domains HTTP/1.1" 200 280 0.003113 10.0.0.24 - - [2024-09-19 02:42:07] "GET /domains?obj_uuids=128d845f-d91b-4004-ab7b-1aaae47abd0b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001468 10.0.0.24 - - [2024-09-19 02:42:07] "GET /domain/128d845f-d91b-4004-ab7b-1aaae47abd0b HTTP/1.1" 200 2759 0.010438 10.0.0.24 - - [2024-09-19 02:42:07] "GET /projects?obj_uuids=1e46a938-8215-4a4f-907c-5638c5e47a8f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001338 10.0.0.24 - - [2024-09-19 02:42:07] "GET /project/1e46a938-8215-4a4f-907c-5638c5e47a8f HTTP/1.1" 200 2298 0.091153 10.0.0.24 - - [2024-09-19 02:42:07] "GET /virtual-network/a0cdbc9e-adfa-4f20-971d-a680c7b1ccbf HTTP/1.1" 200 2325 0.014622 10.0.0.24 - - [2024-09-19 02:42:07] "GET /virtual-network/a0cdbc9e-adfa-4f20-971d-a680c7b1ccbf HTTP/1.1" 200 2325 0.011403 10.0.0.24 - - [2024-09-19 02:42:07] "GET /routing-instance/b87de56c-02a7-488e-ba1b-d51e44d0ed19 HTTP/1.1" 200 1494 0.008191 10.0.0.24 - - [2024-09-19 02:42:07] "GET /routing-instance/b87de56c-02a7-488e-ba1b-d51e44d0ed19 HTTP/1.1" 200 1494 0.006445 10.0.0.24 - - [2024-09-19 02:42:07] "GET /route-target/374f97d3-d375-49cb-8dff-4a6f5b8fc52d HTTP/1.1" 200 1212 0.005346 10.0.0.24 - - [2024-09-19 02:42:07] "GET /virtual-network/a0cdbc9e-adfa-4f20-971d-a680c7b1ccbf HTTP/1.1" 200 2325 0.011902 10.0.0.24 - - [2024-09-19 02:42:07] "GET /routing-instance/b87de56c-02a7-488e-ba1b-d51e44d0ed19 HTTP/1.1" 200 1494 0.005261 10.0.0.24 - - [2024-09-19 02:42:07] "GET /virtual-network/a0cdbc9e-adfa-4f20-971d-a680c7b1ccbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.009684 10.0.0.24 - - [2024-09-19 02:42:07] "GET /virtual-network/a0cdbc9e-adfa-4f20-971d-a680c7b1ccbf HTTP/1.1" 200 2325 0.009327 10.0.0.24 - - [2024-09-19 02:42:07] "GET /routing-instance/b87de56c-02a7-488e-ba1b-d51e44d0ed19 HTTP/1.1" 200 1494 0.005495 10.0.0.24 - - [2024-09-19 02:42:07] "GET /routing-instance/b87de56c-02a7-488e-ba1b-d51e44d0ed19 HTTP/1.1" 200 1494 0.006344 10.0.0.24 - - [2024-09-19 02:42:07] "GET /route-target/374f97d3-d375-49cb-8dff-4a6f5b8fc52d HTTP/1.1" 200 1212 0.005037 10.0.0.24 - - [2024-09-19 02:42:07] "GET /domains HTTP/1.1" 200 280 0.003357 10.0.0.24 - - [2024-09-19 02:42:07] "GET /domains?obj_uuids=128d845f-d91b-4004-ab7b-1aaae47abd0b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001274 10.0.0.24 - - [2024-09-19 02:42:07] "GET /domain/128d845f-d91b-4004-ab7b-1aaae47abd0b HTTP/1.1" 200 2759 0.009044 10.0.0.24 - - [2024-09-19 02:42:07] "GET /projects?obj_uuids=1e46a938-8215-4a4f-907c-5638c5e47a8f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001396 10.0.0.24 - - [2024-09-19 02:42:07] "GET /project/1e46a938-8215-4a4f-907c-5638c5e47a8f HTTP/1.1" 200 2298 0.084219 10.0.0.24 - - [2024-09-19 02:42:07] "GET /virtual-network/a0cdbc9e-adfa-4f20-971d-a680c7b1ccbf HTTP/1.1" 200 2325 0.010919 10.0.0.24 - - [2024-09-19 02:42:07] "GET /obj-perms HTTP/1.1" 200 5026 0.004480 10.0.0.24 - - [2024-09-19 02:42:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004529 10.0.0.24 - - [2024-09-19 02:42:07] "GET /projects?obj_uuids=1e46a938-8215-4a4f-907c-5638c5e47a8f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001289 10.0.0.24 - - [2024-09-19 02:42:07] "GET /project/1e46a938-8215-4a4f-907c-5638c5e47a8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.040630 10.0.0.24 - - [2024-09-19 02:42:07] "POST /neutron/network HTTP/1.1" 200 117 0.014854 10.0.0.24 - - [2024-09-19 02:42:07] "GET /projects?obj_uuids=1e46a938-8215-4a4f-907c-5638c5e47a8f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001534 10.0.0.24 - - [2024-09-19 02:42:07] "POST /neutron/network HTTP/1.1" 200 615 0.083516 10.0.0.24 - - [2024-09-19 02:42:07] "POST /ref-update HTTP/1.1" 200 156 0.011243 10.0.0.24 - - [2024-09-19 02:42:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003051 10.0.0.24 - - [2024-09-19 02:42:07] "POST /neutron/subnet HTTP/1.1" 200 719 0.144789 10.0.0.24 - - [2024-09-19 02:42:07] "POST /neutron/network HTTP/1.1" 200 833 0.010147 10.0.0.24 - - [2024-09-19 02:42:08] "POST /id-to-fqname HTTP/1.1" 200 224 0.001626 10.0.0.24 - - [2024-09-19 02:42:08] "GET /virtual-network/56b6aa91-2f0f-4e92-b617-7036fcffa588?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.011200 10.0.0.24 - - [2024-09-19 02:42:08] "POST /neutron/network HTTP/1.1" 200 833 0.007675 10.0.0.24 - - [2024-09-19 02:42:08] "GET /virtual-network/56b6aa91-2f0f-4e92-b617-7036fcffa588?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.011095 10.0.0.24 - - [2024-09-19 02:42:08] "POST /neutron/network HTTP/1.1" 200 833 0.006284 10.0.0.24 - - [2024-09-19 02:42:08] "POST /neutron/subnet HTTP/1.1" 200 719 0.008684 10.0.0.24 - - [2024-09-19 02:42:08] "GET /domains HTTP/1.1" 200 280 0.002881 10.0.0.24 - - [2024-09-19 02:42:08] "GET /domains?obj_uuids=128d845f-d91b-4004-ab7b-1aaae47abd0b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001464 10.0.0.24 - - [2024-09-19 02:42:08] "GET /domain/128d845f-d91b-4004-ab7b-1aaae47abd0b HTTP/1.1" 200 2759 0.010533 10.0.0.24 - - [2024-09-19 02:42:08] "GET /projects?obj_uuids=1e46a938-8215-4a4f-907c-5638c5e47a8f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001852 10.0.0.24 - - [2024-09-19 02:42:08] "GET /project/1e46a938-8215-4a4f-907c-5638c5e47a8f HTTP/1.1" 200 2517 0.080477 10.0.0.24 - - [2024-09-19 02:42:08] "GET /virtual-network/56b6aa91-2f0f-4e92-b617-7036fcffa588 HTTP/1.1" 200 2320 0.011353 10.0.0.24 - - [2024-09-19 02:42:08] "GET /virtual-network/56b6aa91-2f0f-4e92-b617-7036fcffa588 HTTP/1.1" 200 2320 0.009891 10.0.0.24 - - [2024-09-19 02:42:08] "GET /routing-instance/76e0cc42-e35c-4efa-ac0b-7dd05159f749 HTTP/1.1" 200 1497 0.005107 10.0.0.24 - - [2024-09-19 02:42:08] "GET /routing-instance/76e0cc42-e35c-4efa-ac0b-7dd05159f749 HTTP/1.1" 200 1497 0.004817 10.0.0.24 - - [2024-09-19 02:42:08] "GET /route-target/d1a0eb92-687d-43d6-a549-6caf57fd0b62 HTTP/1.1" 200 1215 0.003866 10.0.0.24 - - [2024-09-19 02:42:08] "GET /virtual-network/56b6aa91-2f0f-4e92-b617-7036fcffa588 HTTP/1.1" 200 2320 0.010081 10.0.0.24 - - [2024-09-19 02:42:08] "GET /routing-instance/76e0cc42-e35c-4efa-ac0b-7dd05159f749 HTTP/1.1" 200 1497 0.005877 10.0.0.24 - - [2024-09-19 02:42:08] "GET /virtual-network/56b6aa91-2f0f-4e92-b617-7036fcffa588?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.011091 10.0.0.24 - - [2024-09-19 02:42:08] "GET /virtual-network/56b6aa91-2f0f-4e92-b617-7036fcffa588 HTTP/1.1" 200 2320 0.010645 10.0.0.24 - - [2024-09-19 02:42:08] "GET /routing-instance/76e0cc42-e35c-4efa-ac0b-7dd05159f749 HTTP/1.1" 200 1497 0.005666 10.0.0.24 - - [2024-09-19 02:42:08] "GET /routing-instance/76e0cc42-e35c-4efa-ac0b-7dd05159f749 HTTP/1.1" 200 1497 0.005626 10.0.0.24 - - [2024-09-19 02:42:08] "GET /route-target/d1a0eb92-687d-43d6-a549-6caf57fd0b62 HTTP/1.1" 200 1215 0.004146 10.0.0.24 - - [2024-09-19 02:42:08] "GET /domains HTTP/1.1" 200 280 0.003445 10.0.0.24 - - [2024-09-19 02:42:08] "GET /domains?obj_uuids=128d845f-d91b-4004-ab7b-1aaae47abd0b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001681 10.0.0.24 - - [2024-09-19 02:42:08] "GET /domain/128d845f-d91b-4004-ab7b-1aaae47abd0b HTTP/1.1" 200 2759 0.011983 10.0.0.24 - - [2024-09-19 02:42:08] "GET /projects?obj_uuids=1e46a938-8215-4a4f-907c-5638c5e47a8f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001753 10.0.0.24 - - [2024-09-19 02:42:08] "GET /project/1e46a938-8215-4a4f-907c-5638c5e47a8f HTTP/1.1" 200 2517 0.091221 10.0.0.24 - - [2024-09-19 02:42:08] "GET /virtual-network/56b6aa91-2f0f-4e92-b617-7036fcffa588 HTTP/1.1" 200 2320 0.010631 10.0.0.24 - - [2024-09-19 02:42:08] "GET /obj-perms HTTP/1.1" 200 5026 0.003541 10.0.0.24 - - [2024-09-19 02:42:08] "POST /id-to-fqname HTTP/1.1" 200 223 0.001634 10.0.0.24 - - [2024-09-19 02:42:08] "POST /neutron/network HTTP/1.1" 200 844 0.008471 10.0.0.24 - - [2024-09-19 02:42:08] "GET /aaa-mode HTTP/1.1" 401 292 0.000723 10.0.0.24 - - [2024-09-19 02:42:09] "GET / HTTP/1.1" 200 35931 0.003063 10.0.0.24 - - [2024-09-19 02:42:09] "GET /project/1e46a938-8215-4a4f-907c-5638c5e47a8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000523 10.0.0.24 - - [2024-09-19 02:42:09] "GET /projects?obj_uuids=1e46a938-8215-4a4f-907c-5638c5e47a8f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001417 10.0.0.24 - - [2024-09-19 02:42:09] "GET /project/1e46a938-8215-4a4f-907c-5638c5e47a8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.070395 10.0.0.24 - - [2024-09-19 02:42:09] "POST /neutron/network HTTP/1.1" 200 834 0.007693 10.0.0.24 - - [2024-09-19 02:42:09] "POST /neutron/port HTTP/1.1" 200 117 0.005572 10.0.0.24 - - [2024-09-19 02:42:09] "POST /neutron/port HTTP/1.1" 200 117 0.005868 10.0.0.24 - - [2024-09-19 02:42:09] "POST /id-to-fqname HTTP/1.1" 200 224 0.002654 10.0.0.24 - - [2024-09-19 02:42:09] "POST /neutron/port HTTP/1.1" 200 117 0.007001 10.0.0.24 - - [2024-09-19 02:42:10] "POST /neutron/network HTTP/1.1" 200 843 0.006742 10.0.0.24 - - [2024-09-19 02:42:10] "GET /aaa-mode HTTP/1.1" 401 292 0.000560 10.0.0.24 - - [2024-09-19 02:42:10] "POST /neutron/network HTTP/1.1" 200 844 0.006504 10.0.0.24 - - [2024-09-19 02:42:10] "GET /projects?obj_uuids=1e46a938-8215-4a4f-907c-5638c5e47a8f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001399 10.0.0.24 - - [2024-09-19 02:42:10] "GET / HTTP/1.1" 200 35931 0.002028 10.0.0.24 - - [2024-09-19 02:42:10] "GET /project/1e46a938-8215-4a4f-907c-5638c5e47a8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000487 10.0.0.24 - - [2024-09-19 02:42:10] "POST /neutron/port HTTP/1.1" 200 1060 0.238947 10.0.0.24 - - [2024-09-19 02:42:10] "POST /neutron/port HTTP/1.1" 200 1060 0.012265 10.0.0.24 - - [2024-09-19 02:42:10] "POST /neutron/port HTTP/1.1" 200 1060 0.010115 10.0.0.24 - - [2024-09-19 02:42:10] "POST /neutron/port HTTP/1.1" 200 1114 0.085157 10.0.0.24 - - [2024-09-19 02:42:10] "POST /neutron/port HTTP/1.1" 200 1088 0.019500 10.0.0.24 - - [2024-09-19 02:42:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003993 10.0.0.24 - - [2024-09-19 02:42:10] "POST /neutron/subnet HTTP/1.1" 200 708 0.016849 10.0.0.24 - - [2024-09-19 02:42:10] "POST /neutron/port HTTP/1.1" 200 117 0.001601 10.0.0.24 - - [2024-09-19 02:42:10] "GET /projects?obj_uuids=1e46a938-8215-4a4f-907c-5638c5e47a8f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001414 10.0.0.24 - - [2024-09-19 02:42:10] "POST /neutron/network HTTP/1.1" 200 834 0.007500 10.0.0.24 - - [2024-09-19 02:42:10] "GET /project/1e46a938-8215-4a4f-907c-5638c5e47a8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.073768 10.0.0.24 - - [2024-09-19 02:42:10] "POST /neutron/network HTTP/1.1" 200 833 0.007622 10.0.0.24 - - [2024-09-19 02:42:11] "POST /neutron/port HTTP/1.1" 200 1088 0.021781 10.0.0.24 - - [2024-09-19 02:42:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009120 10.0.0.24 - - [2024-09-19 02:42:11] "POST /neutron/port HTTP/1.1" 200 117 0.011049 10.0.0.24 - - [2024-09-19 02:42:11] "POST /fqname-to-id HTTP/1.1" 404 193 0.003425 10.0.0.24 - - [2024-09-19 02:42:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.24 - - [2024-09-19 02:42:11] "GET /domains?obj_uuids=128d845f-d91b-4004-ab7b-1aaae47abd0b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001456 10.0.0.24 - - [2024-09-19 02:42:11] "GET /domain/128d845f-d91b-4004-ab7b-1aaae47abd0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.012758 10.0.0.24 - - [2024-09-19 02:42:11] "POST /service-templates HTTP/1.1" 200 543 0.027902 10.0.0.24 - - [2024-09-19 02:42:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004140 10.0.0.24 - - [2024-09-19 02:42:11] "GET /service-template/806d23c0-e94e-4f56-88fc-27dfc4bf9a4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.006537 10.0.0.24 - - [2024-09-19 02:42:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004519 10.0.0.24 - - [2024-09-19 02:42:11] "GET /service-template/806d23c0-e94e-4f56-88fc-27dfc4bf9a4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.006161 10.0.0.24 - - [2024-09-19 02:42:11] "POST /neutron/network HTTP/1.1" 200 843 0.012695 10.0.0.24 - - [2024-09-19 02:42:11] "POST /id-to-fqname HTTP/1.1" 200 223 0.001702 10.0.0.24 - - [2024-09-19 02:42:11] "GET /projects?obj_uuids=1e46a938-8215-4a4f-907c-5638c5e47a8f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001496 10.0.0.24 - - [2024-09-19 02:42:11] "POST /id-to-fqname HTTP/1.1" 200 223 0.001599 10.0.0.24 - - [2024-09-19 02:42:11] "POST /id-to-fqname HTTP/1.1" 200 224 0.002936 10.0.0.24 - - [2024-09-19 02:42:11] "POST /neutron/port HTTP/1.1" 200 1920 0.058588 10.0.0.24 - - [2024-09-19 02:42:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.015901 10.0.0.24 - - [2024-09-19 02:42:11] "POST /neutron/port HTTP/1.1" 200 1057 0.377733 10.0.0.24 - - [2024-09-19 02:42:12] "POST /neutron/port HTTP/1.1" 200 1057 0.014887 10.0.0.24 - - [2024-09-19 02:42:12] "POST /neutron/port HTTP/1.1" 200 1057 0.026094 10.0.0.24 - - [2024-09-19 02:42:12] "POST /neutron/port HTTP/1.1" 200 1111 0.103919 10.0.0.24 - - [2024-09-19 02:42:12] "POST /neutron/port HTTP/1.1" 200 1085 0.021054 10.0.0.24 - - [2024-09-19 02:42:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004863 10.0.0.24 - - [2024-09-19 02:42:12] "POST /neutron/subnet HTTP/1.1" 200 693 0.014066 10.0.0.24 - - [2024-09-19 02:42:12] "POST /neutron/port HTTP/1.1" 200 117 0.001525 10.0.0.24 - - [2024-09-19 02:42:12] "POST /neutron/network HTTP/1.1" 200 833 0.008847 10.0.0.24 - - [2024-09-19 02:42:12] "POST /neutron/network HTTP/1.1" 200 2223 0.020175 10.0.0.24 - - [2024-09-19 02:42:12] "GET /aaa-mode HTTP/1.1" 401 292 0.001032 10.0.0.24 - - [2024-09-19 02:42:13] "GET / HTTP/1.1" 200 35931 0.001968 10.0.0.24 - - [2024-09-19 02:42:13] "GET /project/1e46a938-8215-4a4f-907c-5638c5e47a8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000518 10.0.0.24 - - [2024-09-19 02:42:13] "GET /projects?obj_uuids=1e46a938-8215-4a4f-907c-5638c5e47a8f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001656 10.0.0.24 - - [2024-09-19 02:42:13] "GET /project/1e46a938-8215-4a4f-907c-5638c5e47a8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.072240 10.0.0.24 - - [2024-09-19 02:42:13] "POST /neutron/network HTTP/1.1" 200 831 0.008683 10.0.0.24 - - [2024-09-19 02:42:13] "POST /neutron/network HTTP/1.1" 200 834 0.007591 10.0.0.24 - - [2024-09-19 02:42:13] "POST /neutron/network HTTP/1.1" 200 833 0.007688 10.0.0.24 - - [2024-09-19 02:42:14] "POST /neutron/port HTTP/1.1" 200 2057 0.030975 10.0.0.24 - - [2024-09-19 02:42:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007224 10.0.0.24 - - [2024-09-19 02:42:14] "POST /neutron/port HTTP/1.1" 200 117 0.007438 10.0.0.24 - - [2024-09-19 02:42:14] "POST /neutron/port HTTP/1.1" 200 117 0.005831 10.0.0.24 - - [2024-09-19 02:42:14] "POST /neutron/network HTTP/1.1" 200 2223 0.014710 10.0.0.24 - - [2024-09-19 02:42:14] "GET /projects?obj_uuids=1e46a938-8215-4a4f-907c-5638c5e47a8f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001397 10.0.0.24 - - [2024-09-19 02:42:14] "POST /neutron/port HTTP/1.1" 200 1057 0.285178 10.0.0.24 - - [2024-09-19 02:42:14] "GET /projects?obj_uuids=1e46a938-8215-4a4f-907c-5638c5e47a8f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001361 10.0.0.24 - - [2024-09-19 02:42:15] "POST /neutron/port HTTP/1.1" 200 1060 0.236847 10.0.0.24 - - [2024-09-19 02:42:15] "GET /projects?obj_uuids=1e46a938-8215-4a4f-907c-5638c5e47a8f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001455 10.0.0.24 - - [2024-09-19 02:42:15] "POST /neutron/port HTTP/1.1" 200 1057 0.251601 10.0.0.24 - - [2024-09-19 02:42:15] "POST /neutron/port HTTP/1.1" 200 1057 0.011492 10.0.0.24 - - [2024-09-19 02:42:15] "POST /neutron/port HTTP/1.1" 200 1057 0.011322 10.0.0.24 - - [2024-09-19 02:42:15] "POST /neutron/port HTTP/1.1" 200 1111 0.090376 10.0.0.24 - - [2024-09-19 02:42:15] "POST /neutron/port HTTP/1.1" 200 1060 0.011884 10.0.0.24 - - [2024-09-19 02:42:15] "POST /neutron/port HTTP/1.1" 200 1060 0.018001 10.0.0.24 - - [2024-09-19 02:42:15] "POST /neutron/port HTTP/1.1" 200 1114 0.130615 10.0.0.24 - - [2024-09-19 02:42:15] "POST /neutron/port HTTP/1.1" 200 1057 0.022082 10.0.0.24 - - [2024-09-19 02:42:15] "POST /neutron/port HTTP/1.1" 200 1057 0.020163 10.0.0.24 - - [2024-09-19 02:42:15] "POST /neutron/port HTTP/1.1" 200 1111 0.100278 10.0.0.24 - - [2024-09-19 02:42:15] "POST /neutron/port HTTP/1.1" 200 3025 0.028002 10.0.0.24 - - [2024-09-19 02:42:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003863 10.0.0.24 - - [2024-09-19 02:42:15] "POST /neutron/subnet HTTP/1.1" 200 694 0.012506 10.0.0.24 - - [2024-09-19 02:42:16] "POST /neutron/port HTTP/1.1" 200 117 0.001498 10.0.0.24 - - [2024-09-19 02:42:16] "POST /neutron/network HTTP/1.1" 200 831 0.006738 10.0.0.24 - - [2024-09-19 02:42:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004001 10.0.0.24 - - [2024-09-19 02:42:16] "POST /neutron/subnet HTTP/1.1" 200 708 0.013393 10.0.0.24 - - [2024-09-19 02:42:16] "POST /neutron/port HTTP/1.1" 200 117 0.001557 10.0.0.24 - - [2024-09-19 02:42:16] "POST /neutron/network HTTP/1.1" 200 834 0.008121 10.0.0.24 - - [2024-09-19 02:42:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003949 10.0.0.24 - - [2024-09-19 02:42:16] "POST /neutron/subnet HTTP/1.1" 200 693 0.011759 10.0.0.24 - - [2024-09-19 02:42:16] "POST /neutron/port HTTP/1.1" 200 117 0.001548 10.0.0.24 - - [2024-09-19 02:42:16] "POST /neutron/network HTTP/1.1" 200 833 0.006935 10.0.0.24 - - [2024-09-19 02:42:19] "POST /neutron/port HTTP/1.1" 200 3025 0.047297 10.0.0.24 - - [2024-09-19 02:42:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012806 10.0.0.24 - - [2024-09-19 02:42:19] "POST /neutron/port HTTP/1.1" 200 3025 0.025712 10.0.0.24 - - [2024-09-19 02:42:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009593 10.0.0.24 - - [2024-09-19 02:42:19] "POST /neutron/port HTTP/1.1" 200 3025 0.036334 10.0.0.24 - - [2024-09-19 02:42:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.016752 10.0.0.24 - - [2024-09-19 02:42:19] "POST /neutron/port HTTP/1.1" 200 3025 0.029603 10.0.0.24 - - [2024-09-19 02:42:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.018211 10.0.0.24 - - [2024-09-19 02:42:19] "POST /neutron/port HTTP/1.1" 200 3025 0.027034 10.0.0.24 - - [2024-09-19 02:42:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.013935 10.0.0.24 - - [2024-09-19 02:42:19] "GET /virtual-machine/0f7da199-d250-4d42-975d-be37bc4d5788 HTTP/1.1" 200 1802 0.010467 10.0.0.24 - - [2024-09-19 02:42:19] "GET /virtual-machine-interface/70a282f6-689f-44d4-9e42-166d1a4e53bc HTTP/1.1" 200 2949 0.011443 10.0.0.24 - - [2024-09-19 02:42:19] "GET /virtual-machine-interface/8187a134-b5e7-4724-997f-ddf20cfef55e HTTP/1.1" 200 2946 0.011757 10.0.0.24 - - [2024-09-19 02:42:19] "GET /virtual-machine-interface/ae8c3c2a-22c0-4cd9-bf6f-7ff5503c4e0c HTTP/1.1" 200 2947 0.011145 10.0.0.24 - - [2024-09-19 02:42:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004317 10.0.0.24 - - [2024-09-19 02:42:19] "GET /global-vrouter-config/6758536d-2137-4014-927a-c6f798680ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005900 10.0.0.24 - - [2024-09-19 02:42:20] "GET /virtual-networks?parent_id=1e46a938-8215-4a4f-907c-5638c5e47a8f&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.007006 10.0.0.24 - - [2024-09-19 02:42:20] "GET /virtual-network/1653169c-d084-485d-922a-214455199e33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.015724 10.0.0.24 - - [2024-09-19 02:42:20] "POST /neutron/port HTTP/1.1" 200 1088 0.021948 10.0.0.24 - - [2024-09-19 02:42:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008651 10.0.0.24 - - [2024-09-19 02:42:22] "POST /neutron/port HTTP/1.1" 200 1085 0.038557 10.0.0.24 - - [2024-09-19 02:42:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012686 10.0.0.24 - - [2024-09-19 02:42:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.24 - - [2024-09-19 02:42:23] "GET /virtual-network/1653169c-d084-485d-922a-214455199e33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.010513 10.0.0.24 - - [2024-09-19 02:42:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.24 - - [2024-09-19 02:42:27] "GET /virtual-network/1653169c-d084-485d-922a-214455199e33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.011003 10.0.0.24 - - [2024-09-19 02:42:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004625 10.0.0.24 - - [2024-09-19 02:42:31] "GET /virtual-network/1653169c-d084-485d-922a-214455199e33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.010544 10.0.0.24 - - [2024-09-19 02:42:34] "GET /global-system-configs HTTP/1.1" 200 322 0.044811 10.0.0.24 - - [2024-09-19 02:42:34] "GET /obj-perms HTTP/1.1" 200 5056 0.094501 10.0.0.24 - - [2024-09-19 02:42:35] "GET /global-system-configs HTTP/1.1" 200 322 0.037955 10.0.0.24 - - [2024-09-19 02:42:35] "GET /obj-perms HTTP/1.1" 200 5056 0.080956 10.0.0.24 - - [2024-09-19 02:42:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005975 10.0.0.24 - - [2024-09-19 02:42:35] "GET /virtual-network/1653169c-d084-485d-922a-214455199e33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.014119 10.0.0.24 - - [2024-09-19 02:42:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003996 10.0.0.24 - - [2024-09-19 02:42:37] "GET /global-vrouter-config/6758536d-2137-4014-927a-c6f798680ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004627 10.0.0.24 - - [2024-09-19 02:42:37] "GET /virtual-networks?parent_id=1e46a938-8215-4a4f-907c-5638c5e47a8f&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003651 10.0.0.24 - - [2024-09-19 02:42:37] "GET /virtual-network/1653169c-d084-485d-922a-214455199e33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.010944 10.0.0.24 - - [2024-09-19 02:42:38] "POST /neutron/port HTTP/1.1" 200 3025 0.023121 10.0.0.24 - - [2024-09-19 02:42:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007876 10.0.0.24 - - [2024-09-19 02:42:43] "POST /neutron/port HTTP/1.1" 200 3025 0.023288 10.0.0.24 - - [2024-09-19 02:42:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007680 10.0.0.24 - - [2024-09-19 02:42:48] "POST /neutron/port HTTP/1.1" 200 3025 0.023731 10.0.0.24 - - [2024-09-19 02:42:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006407 10.0.0.24 - - [2024-09-19 02:42:48] "POST /neutron/port HTTP/1.1" 200 3025 0.024890 10.0.0.24 - - [2024-09-19 02:42:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007476 10.0.0.24 - - [2024-09-19 02:42:53] "POST /neutron/port HTTP/1.1" 200 3025 0.026950 10.0.0.24 - - [2024-09-19 02:42:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007344 10.0.0.24 - - [2024-09-19 02:42:56] "DELETE /project/1e46a93882154a4f907c5638c5e47a8f HTTP/1.1" 404 173 0.009704 10.0.0.24 - - [2024-09-19 02:42:56] "GET /projects?obj_uuids=6e33e0a5-42ed-4cdd-9a38-22750be7efd4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002491 10.0.0.24 - - [2024-09-19 02:42:56] "GET /project/6e33e0a5-42ed-4cdd-9a38-22750be7efd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.042037 10.0.0.24 - - [2024-09-19 02:42:56] "GET /projects?obj_uuids=6e33e0a5-42ed-4cdd-9a38-22750be7efd4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001621 10.0.0.24 - - [2024-09-19 02:42:56] "GET /project/6e33e0a5-42ed-4cdd-9a38-22750be7efd4?fields=security_groups HTTP/1.1" 200 1369 0.037332 10.0.0.24 - - [2024-09-19 02:42:56] "DELETE /security-group/f0a50d75-3796-433d-b044-66a16920a198 HTTP/1.1" 200 115 0.043576 10.0.0.24 - - [2024-09-19 02:42:56] "GET /projects?obj_uuids=6e33e0a5-42ed-4cdd-9a38-22750be7efd4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001382 10.0.0.24 - - [2024-09-19 02:42:56] "GET /project/6e33e0a5-42ed-4cdd-9a38-22750be7efd4?fields=application_policy_sets HTTP/1.1" 200 1408 0.048128 10.0.0.24 - - [2024-09-19 02:42:56] "DELETE /access-control-list/8e7fc29f-2934-46ec-9687-846cc490e8a5 HTTP/1.1" 200 115 0.072735 10.0.0.24 - - [2024-09-19 02:42:56] "DELETE /access-control-list/ccb60eac-ce2e-4432-ba0d-27bfa90a00bb HTTP/1.1" 200 115 0.029508 10.0.0.24 - - [2024-09-19 02:42:56] "DELETE /project/6e33e0a5-42ed-4cdd-9a38-22750be7efd4 HTTP/1.1" 200 115 0.381457 10.0.0.24 - - [2024-09-19 02:42:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004487 10.0.0.24 - - [2024-09-19 02:42:58] "GET /global-vrouter-config/6758536d-2137-4014-927a-c6f798680ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004401 10.0.0.24 - - [2024-09-19 02:42:58] "GET /virtual-networks?parent_id=1e46a938-8215-4a4f-907c-5638c5e47a8f&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004713 10.0.0.24 - - [2024-09-19 02:42:58] "GET /virtual-network/a0cdbc9e-adfa-4f20-971d-a680c7b1ccbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.011319 10.0.0.24 - - [2024-09-19 02:42:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.24 - - [2024-09-19 02:42:59] "GET /global-vrouter-config/6758536d-2137-4014-927a-c6f798680ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004174 10.0.0.24 - - [2024-09-19 02:42:59] "GET /virtual-networks?parent_id=1e46a938-8215-4a4f-907c-5638c5e47a8f&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004384 10.0.0.24 - - [2024-09-19 02:42:59] "GET /virtual-network/56b6aa91-2f0f-4e92-b617-7036fcffa588?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.010901 10.0.0.24 - - [2024-09-19 02:42:59] "POST /fqname-to-id HTTP/1.1" 404 207 0.003284 10.0.0.24 - - [2024-09-19 02:42:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002802 10.0.0.24 - - [2024-09-19 02:42:59] "GET /projects?obj_uuids=1e46a938-8215-4a4f-907c-5638c5e47a8f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002446 10.0.0.24 - - [2024-09-19 02:42:59] "GET /project/1e46a938-8215-4a4f-907c-5638c5e47a8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.042606 10.0.0.24 - - [2024-09-19 02:42:59] "POST /service-instances HTTP/1.1" 200 543 0.068100 10.0.0.24 - - [2024-09-19 02:42:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.24 - - [2024-09-19 02:42:59] "GET /service-instance/30a6cae2-cbdb-4d9d-830f-d7232614daaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2134 0.007941 10.0.0.24 - - [2024-09-19 02:42:59] "POST /port-tuples HTTP/1.1" 200 586 0.026014 10.0.0.24 - - [2024-09-19 02:42:59] "GET /virtual-machine-interface/ae8c3c2a-22c0-4cd9-bf6f-7ff5503c4e0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2726 0.012812 10.0.0.24 - - [2024-09-19 02:42:59] "PUT /virtual-machine-interface/ae8c3c2a-22c0-4cd9-bf6f-7ff5503c4e0c HTTP/1.1" 200 284 0.014888 10.0.0.24 - - [2024-09-19 02:42:59] "POST /ref-update HTTP/1.1" 200 156 0.012078 10.0.0.24 - - [2024-09-19 02:43:00] "POST /instance-ips HTTP/1.1" 200 385 0.027929 10.0.0.24 - - [2024-09-19 02:43:00] "GET /virtual-machine-interface/8187a134-b5e7-4724-997f-ddf20cfef55e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.013299 10.0.0.24 - - [2024-09-19 02:43:00] "POST /ref-update HTTP/1.1" 200 156 0.022477 10.0.0.24 - - [2024-09-19 02:43:00] "PUT /virtual-machine-interface/8187a134-b5e7-4724-997f-ddf20cfef55e HTTP/1.1" 200 284 0.015671 10.0.0.24 - - [2024-09-19 02:43:00] "POST /ref-update HTTP/1.1" 200 156 0.018742 10.0.0.24 - - [2024-09-19 02:43:00] "POST /ref-update HTTP/1.1" 200 156 0.016078 10.0.0.24 - - [2024-09-19 02:43:00] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.012232 10.0.0.24 - - [2024-09-19 02:43:00] "GET /virtual-machine-interface/70a282f6-689f-44d4-9e42-166d1a4e53bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2728 0.011499 10.0.0.24 - - [2024-09-19 02:43:00] "POST /instance-ips HTTP/1.1" 200 385 0.027997 10.0.0.24 - - [2024-09-19 02:43:00] "PUT /virtual-machine-interface/70a282f6-689f-44d4-9e42-166d1a4e53bc HTTP/1.1" 200 284 0.014268 10.0.0.24 - - [2024-09-19 02:43:00] "POST /ref-update HTTP/1.1" 200 156 0.010291 10.0.0.24 - - [2024-09-19 02:43:00] "POST /ref-update HTTP/1.1" 200 156 0.010795 10.0.0.24 - - [2024-09-19 02:43:00] "POST /ref-update HTTP/1.1" 200 156 0.009470 10.0.0.24 - - [2024-09-19 02:43:00] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004123 10.0.0.24 - - [2024-09-19 02:43:00] "POST /neutron/port HTTP/1.1" 200 1088 0.018104 10.0.0.24 - - [2024-09-19 02:43:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008360 10.0.0.24 - - [2024-09-19 02:43:00] "POST /instance-ips HTTP/1.1" 200 373 0.018585 10.0.0.24 - - [2024-09-19 02:43:00] "POST /ref-update HTTP/1.1" 200 156 0.018708 10.0.0.24 - - [2024-09-19 02:43:00] "POST /neutron/port HTTP/1.1" 200 1088 0.038578 10.0.0.24 - - [2024-09-19 02:43:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011842 10.0.0.24 - - [2024-09-19 02:43:00] "POST /ref-update HTTP/1.1" 200 156 0.011891 10.0.0.24 - - [2024-09-19 02:43:00] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004016 10.0.0.24 - - [2024-09-19 02:43:00] "POST /neutron/port HTTP/1.1" 200 1088 0.017798 10.0.0.24 - - [2024-09-19 02:43:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010459 10.0.0.24 - - [2024-09-19 02:43:00] "POST /instance-ips HTTP/1.1" 200 373 0.019574 10.0.0.24 - - [2024-09-19 02:43:00] "GET /virtual-machine/8421f546-fa45-4f26-9da6-41a32a7cc668 HTTP/1.1" 200 1290 0.007789 10.0.0.24 - - [2024-09-19 02:43:00] "GET /virtual-machine-interface/4d2a8106-e910-4403-88e2-6cbfcd4462cd HTTP/1.1" 200 2945 0.010239 10.0.0.24 - - [2024-09-19 02:43:00] "POST /ref-update HTTP/1.1" 200 156 0.011995 10.0.0.24 - - [2024-09-19 02:43:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.24 - - [2024-09-19 02:43:00] "GET /global-vrouter-config/6758536d-2137-4014-927a-c6f798680ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.008798 10.0.0.24 - - [2024-09-19 02:43:00] "GET /virtual-networks?parent_id=1e46a938-8215-4a4f-907c-5638c5e47a8f&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003895 10.0.0.24 - - [2024-09-19 02:43:00] "POST /ref-update HTTP/1.1" 200 156 0.015817 10.0.0.24 - - [2024-09-19 02:43:00] "GET /virtual-network/a0cdbc9e-adfa-4f20-971d-a680c7b1ccbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.012447 10.0.0.24 - - [2024-09-19 02:43:00] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.010767 10.0.0.24 - - [2024-09-19 02:43:01] "POST /instance-ips HTTP/1.1" 200 375 0.017181 10.0.0.24 - - [2024-09-19 02:43:01] "POST /ref-update HTTP/1.1" 200 156 0.011466 10.0.0.24 - - [2024-09-19 02:43:01] "POST /ref-update HTTP/1.1" 200 156 0.010063 10.0.0.24 - - [2024-09-19 02:43:01] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003746 10.0.0.24 - - [2024-09-19 02:43:01] "POST /instance-ips HTTP/1.1" 200 375 0.016513 10.0.0.24 - - [2024-09-19 02:43:01] "POST /ref-update HTTP/1.1" 200 156 0.009880 10.0.0.24 - - [2024-09-19 02:43:01] "POST /ref-update HTTP/1.1" 200 156 0.010260 10.0.0.24 - - [2024-09-19 02:43:01] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003371 10.0.0.24 - - [2024-09-19 02:43:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004533 10.0.0.24 - - [2024-09-19 02:43:02] "GET /global-vrouter-config/6758536d-2137-4014-927a-c6f798680ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.007241 10.0.0.24 - - [2024-09-19 02:43:02] "GET /virtual-networks?parent_id=1e46a938-8215-4a4f-907c-5638c5e47a8f&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003865 10.0.0.24 - - [2024-09-19 02:43:02] "GET /virtual-network/a0cdbc9e-adfa-4f20-971d-a680c7b1ccbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.010304 10.0.0.24 - - [2024-09-19 02:43:02] "POST /neutron/port HTTP/1.1" 200 1085 0.017351 10.0.0.24 - - [2024-09-19 02:43:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007399 10.0.0.24 - - [2024-09-19 02:43:02] "POST /neutron/port HTTP/1.1" 200 1085 0.020039 10.0.0.24 - - [2024-09-19 02:43:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006705 10.0.0.24 - - [2024-09-19 02:43:02] "POST /neutron/port HTTP/1.1" 200 1085 0.016397 10.0.0.24 - - [2024-09-19 02:43:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006905 10.0.0.24 - - [2024-09-19 02:43:02] "GET /virtual-machine/2170f017-7f7c-4361-b984-c540b60ece8c HTTP/1.1" 200 1290 0.005861 10.0.0.24 - - [2024-09-19 02:43:02] "GET /virtual-machine-interface/fec8ab3f-a5c1-4ca9-a526-341e31420a41 HTTP/1.1" 200 2950 0.009660 10.0.0.24 - - [2024-09-19 02:43:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.24 - - [2024-09-19 02:43:02] "GET /global-vrouter-config/6758536d-2137-4014-927a-c6f798680ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004131 10.0.0.24 - - [2024-09-19 02:43:02] "GET /virtual-networks?parent_id=1e46a938-8215-4a4f-907c-5638c5e47a8f&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004345 10.0.0.24 - - [2024-09-19 02:43:02] "GET /virtual-network/56b6aa91-2f0f-4e92-b617-7036fcffa588?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.012995 10.0.0.24 - - [2024-09-19 02:43:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.24 - - [2024-09-19 02:43:03] "GET /global-vrouter-config/6758536d-2137-4014-927a-c6f798680ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004317 10.0.0.24 - - [2024-09-19 02:43:03] "GET /virtual-networks?parent_id=1e46a938-8215-4a4f-907c-5638c5e47a8f&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003686 10.0.0.24 - - [2024-09-19 02:43:04] "GET /virtual-network/56b6aa91-2f0f-4e92-b617-7036fcffa588?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.010286 10.0.0.24 - - [2024-09-19 02:43:04] "POST /fqname-to-id HTTP/1.1" 404 211 0.003379 10.0.0.24 - - [2024-09-19 02:43:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002931 10.0.0.24 - - [2024-09-19 02:43:04] "GET /projects?obj_uuids=1e46a938-8215-4a4f-907c-5638c5e47a8f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001903 10.0.0.24 - - [2024-09-19 02:43:04] "GET /project/1e46a938-8215-4a4f-907c-5638c5e47a8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.043142 10.0.0.24 - - [2024-09-19 02:43:04] "POST /network-policys HTTP/1.1" 200 547 0.029272 10.0.0.24 - - [2024-09-19 02:43:04] "GET /obj-perms HTTP/1.1" 200 5056 0.068618 10.0.0.24 - - [2024-09-19 02:43:04] "GET /network-policy/06826c42-3710-45f8-af9d-13febbeb5bf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.006376 10.0.0.24 - - [2024-09-19 02:43:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004368 10.0.0.24 - - [2024-09-19 02:43:04] "GET /virtual-network/a0cdbc9e-adfa-4f20-971d-a680c7b1ccbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.011091 10.0.0.24 - - [2024-09-19 02:43:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004756 10.0.0.24 - - [2024-09-19 02:43:04] "GET /network-policy/06826c42-3710-45f8-af9d-13febbeb5bf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.004599 10.0.0.24 - - [2024-09-19 02:43:04] "POST /fqname-to-id HTTP/1.1" 404 242 0.004540 10.0.0.24 - - [2024-09-19 02:43:04] "POST /ref-update HTTP/1.1" 200 156 0.037914 10.0.0.24 - - [2024-09-19 02:43:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003904 10.0.0.24 - - [2024-09-19 02:43:04] "POST /access-control-lists HTTP/1.1" 200 601 0.067209 10.0.0.24 - - [2024-09-19 02:43:04] "GET /network-policy/06826c42-3710-45f8-af9d-13febbeb5bf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.005648 10.0.0.24 - - [2024-09-19 02:43:04] "GET /obj-perms HTTP/1.1" 200 5056 0.071041 10.0.0.24 - - [2024-09-19 02:43:04] "POST /neutron/network HTTP/1.1" 200 922 0.009021 10.0.0.24 - - [2024-09-19 02:43:04] "GET /virtual-network/a0cdbc9e-adfa-4f20-971d-a680c7b1ccbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.011205 10.0.0.24 - - [2024-09-19 02:43:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004310 10.0.0.24 - - [2024-09-19 02:43:05] "GET /network-policy/06826c42-3710-45f8-af9d-13febbeb5bf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.004683 10.0.0.24 - - [2024-09-19 02:43:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966 10.0.0.24 - - [2024-09-19 02:43:05] "GET /virtual-network/56b6aa91-2f0f-4e92-b617-7036fcffa588?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.011652 10.0.0.24 - - [2024-09-19 02:43:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004873 10.0.0.24 - - [2024-09-19 02:43:05] "GET /network-policy/06826c42-3710-45f8-af9d-13febbeb5bf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.004828 10.0.0.24 - - [2024-09-19 02:43:05] "POST /ref-update HTTP/1.1" 200 156 0.042544 10.0.0.24 - - [2024-09-19 02:43:05] "PUT /access-control-list/498720f7-63ff-4ade-b95e-d5a7f1483775 HTTP/1.1" 200 272 0.019624 10.0.0.24 - - [2024-09-19 02:43:05] "POST /fqname-to-id HTTP/1.1" 404 244 0.003394 10.0.0.24 - - [2024-09-19 02:43:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.24 - - [2024-09-19 02:43:05] "GET /network-policy/06826c42-3710-45f8-af9d-13febbeb5bf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.036729 10.0.0.24 - - [2024-09-19 02:43:05] "POST /access-control-lists HTTP/1.1" 200 604 0.065798 10.0.0.24 - - [2024-09-19 02:43:05] "POST /neutron/network HTTP/1.1" 200 921 0.009468 10.0.0.24 - - [2024-09-19 02:43:05] "GET /virtual-network/56b6aa91-2f0f-4e92-b617-7036fcffa588?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.009150 10.0.0.24 - - [2024-09-19 02:43:05] "POST /routing-instances HTTP/1.1" 200 759 0.032096 10.0.0.24 - - [2024-09-19 02:43:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004161 10.0.0.24 - - [2024-09-19 02:43:05] "POST /route-targets HTTP/1.1" 200 327 0.012854 10.0.0.24 - - [2024-09-19 02:43:05] "GET /network-policy/06826c42-3710-45f8-af9d-13febbeb5bf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.005908 10.0.0.24 - - [2024-09-19 02:43:05] "POST /ref-update HTTP/1.1" 200 156 0.012664 10.0.0.24 - - [2024-09-19 02:43:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003802 10.0.0.24 - - [2024-09-19 02:43:05] "GET /routing-instance/f05259ea-70de-44f0-b7d2-173ea9479b9d?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1278 0.007915 10.0.0.24 - - [2024-09-19 02:43:05] "GET /service-template/806d23c0-e94e-4f56-88fc-27dfc4bf9a4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.005677 10.0.0.24 - - [2024-09-19 02:43:05] "GET /routing-instance/f05259ea-70de-44f0-b7d2-173ea9479b9d?fields=routing_policy_back_refs HTTP/1.1" 200 1278 0.007367 10.0.0.24 - - [2024-09-19 02:43:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003856 10.0.0.24 - - [2024-09-19 02:43:05] "POST /ref-update HTTP/1.1" 200 156 0.013576 10.0.0.24 - - [2024-09-19 02:43:05] "GET /projects?obj_uuids=1e46a938-8215-4a4f-907c-5638c5e47a8f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002959 10.0.0.24 - - [2024-09-19 02:43:05] "GET /project/1e46a938-8215-4a4f-907c-5638c5e47a8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.052257 10.0.0.24 - - [2024-09-19 02:43:05] "POST /routing-instances HTTP/1.1" 200 760 0.019257 10.0.0.24 - - [2024-09-19 02:43:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.24 - - [2024-09-19 02:43:05] "POST /route-targets HTTP/1.1" 200 327 0.013247 10.0.0.24 - - [2024-09-19 02:43:05] "GET /service-instance/30a6cae2-cbdb-4d9d-830f-d7232614daaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3528 0.009236 10.0.0.24 - - [2024-09-19 02:43:06] "POST /ref-update HTTP/1.1" 200 156 0.013548 10.0.0.24 - - [2024-09-19 02:43:06] "GET /domains HTTP/1.1" 200 280 0.004332 10.0.0.24 - - [2024-09-19 02:43:06] "GET /domains?obj_uuids=128d845f-d91b-4004-ab7b-1aaae47abd0b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001281 10.0.0.24 - - [2024-09-19 02:43:06] "GET /domain/128d845f-d91b-4004-ab7b-1aaae47abd0b HTTP/1.1" 200 2771 0.010609 10.0.0.24 - - [2024-09-19 02:43:06] "GET /projects?obj_uuids=1e46a938-8215-4a4f-907c-5638c5e47a8f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001146 10.0.0.24 - - [2024-09-19 02:43:06] "GET /routing-instance/0255473c-c627-4b4c-8db9-512c203197f7?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1277 0.008261 10.0.0.24 - - [2024-09-19 02:43:06] "GET /project/1e46a938-8215-4a4f-907c-5638c5e47a8f HTTP/1.1" 200 4233 0.075094 10.0.0.24 - - [2024-09-19 02:43:06] "GET /routing-instance/0255473c-c627-4b4c-8db9-512c203197f7?fields=routing_policy_back_refs HTTP/1.1" 200 1277 0.007100 10.0.0.24 - - [2024-09-19 02:43:06] "GET /service-instance/30a6cae2-cbdb-4d9d-830f-d7232614daaa HTTP/1.1" 200 3782 0.006961 10.0.0.24 - - [2024-09-19 02:43:06] "GET /domains HTTP/1.1" 200 280 0.002532 10.0.0.24 - - [2024-09-19 02:43:06] "GET /domains?obj_uuids=128d845f-d91b-4004-ab7b-1aaae47abd0b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001307 10.0.0.24 - - [2024-09-19 02:43:06] "GET /domain/128d845f-d91b-4004-ab7b-1aaae47abd0b HTTP/1.1" 200 2771 0.009316 10.0.0.24 - - [2024-09-19 02:43:06] "GET /projects?obj_uuids=1e46a938-8215-4a4f-907c-5638c5e47a8f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001337 10.0.0.24 - - [2024-09-19 02:43:06] "PUT /routing-instance/f05259ea-70de-44f0-b7d2-173ea9479b9d HTTP/1.1" 200 266 0.013365 10.0.0.24 - - [2024-09-19 02:43:06] "GET /project/1e46a938-8215-4a4f-907c-5638c5e47a8f HTTP/1.1" 200 4233 0.085691 10.0.0.24 - - [2024-09-19 02:43:06] "GET /service-instance/30a6cae2-cbdb-4d9d-830f-d7232614daaa HTTP/1.1" 200 3782 0.006007 10.0.0.24 - - [2024-09-19 02:43:06] "PUT /routing-instance/0255473c-c627-4b4c-8db9-512c203197f7 HTTP/1.1" 200 266 0.029956 10.0.0.24 - - [2024-09-19 02:43:06] "GET /port-tuple/3d5ab8e4-298f-4317-9b03-542126ae6cce HTTP/1.1" 200 1979 0.012913 10.0.0.24 - - [2024-09-19 02:43:06] "GET /virtual-machine-interface/70a282f6-689f-44d4-9e42-166d1a4e53bc HTTP/1.1" 200 3804 0.011299 10.0.0.24 - - [2024-09-19 02:43:06] "GET /virtual-machine-interface/8187a134-b5e7-4724-997f-ddf20cfef55e HTTP/1.1" 200 3798 0.010690 10.0.0.24 - - [2024-09-19 02:43:06] "GET /virtual-machine-interface/ae8c3c2a-22c0-4cd9-bf6f-7ff5503c4e0c HTTP/1.1" 200 3817 0.010688 10.0.0.24 - - [2024-09-19 02:43:06] "POST /ref-update HTTP/1.1" 200 156 0.020463 10.0.0.24 - - [2024-09-19 02:43:06] "PUT /access-control-list/8ba06a20-3aca-411a-a89b-a3ead3816b6d HTTP/1.1" 200 272 0.024420 10.0.0.24 - - [2024-09-19 02:43:06] "POST /neutron/port HTTP/1.1" 200 3832 0.080945 10.0.0.24 - - [2024-09-19 02:43:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007688 10.0.0.24 - - [2024-09-19 02:43:06] "POST /neutron/port HTTP/1.1" 200 3832 0.038409 10.0.0.24 - - [2024-09-19 02:43:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007435 10.0.0.24 - - [2024-09-19 02:43:06] "POST /neutron/port HTTP/1.1" 200 3832 0.043318 10.0.0.24 - - [2024-09-19 02:43:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007453 10.0.0.24 - - [2024-09-19 02:43:06] "POST /neutron/port HTTP/1.1" 200 3832 0.044732 10.0.0.24 - - [2024-09-19 02:43:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007827 10.0.0.24 - - [2024-09-19 02:43:06] "POST /neutron/network HTTP/1.1" 200 896 0.015394 10.0.0.24 - - [2024-09-19 02:43:06] "POST /neutron/network HTTP/1.1" 200 922 0.007614 10.0.0.24 - - [2024-09-19 02:43:06] "POST /neutron/network HTTP/1.1" 200 805 0.015544 10.0.0.24 - - [2024-09-19 02:43:06] "POST /neutron/network HTTP/1.1" 200 831 0.007230 10.0.0.24 - - [2024-09-19 02:43:06] "POST /neutron/network HTTP/1.1" 200 895 0.015863 10.0.0.24 - - [2024-09-19 02:43:07] "POST /neutron/network HTTP/1.1" 200 921 0.007078 10.0.0.24 - - [2024-09-19 02:43:07] "POST /id-to-fqname HTTP/1.1" 200 223 0.001603 10.0.0.24 - - [2024-09-19 02:43:07] "POST /id-to-fqname HTTP/1.1" 200 223 0.001419 10.0.0.24 - - [2024-09-19 02:43:07] "POST /id-to-fqname HTTP/1.1" 200 224 0.002645 10.0.0.24 - - [2024-09-19 02:43:07] "GET /virtual-machine/0f7da199-d250-4d42-975d-be37bc4d5788 HTTP/1.1" 200 1802 0.005237 10.0.0.24 - - [2024-09-19 02:43:07] "GET /virtual-machine-interface/70a282f6-689f-44d4-9e42-166d1a4e53bc HTTP/1.1" 200 3804 0.010157 10.0.0.24 - - [2024-09-19 02:43:07] "GET /virtual-machine-interface/8187a134-b5e7-4724-997f-ddf20cfef55e HTTP/1.1" 200 3798 0.009614 10.0.0.24 - - [2024-09-19 02:43:07] "GET /virtual-machine-interface/ae8c3c2a-22c0-4cd9-bf6f-7ff5503c4e0c HTTP/1.1" 200 3817 0.010618 10.0.0.24 - - [2024-09-19 02:43:07] "GET /instance-ip/0f89721c-cd89-4c01-b4a2-853f0238926c HTTP/1.1" 200 1958 0.006986 10.0.0.24 - - [2024-09-19 02:43:07] "GET /instance-ip/3a9657c0-6562-4761-b668-c81b1eed862a HTTP/1.1" 200 1960 0.007522 10.0.0.24 - - [2024-09-19 02:43:07] "GET /instance-ip/3db5da28-d73e-4930-a586-e080a2bb9a72 HTTP/1.1" 200 1621 0.009603 10.0.0.24 - - [2024-09-19 02:43:07] "GET /instance-ip/c5758e9c-1549-4565-bbed-dc4620e6ce96 HTTP/1.1" 200 1957 0.007476 10.0.0.24 - - [2024-09-19 02:43:07] "GET /instance-ip/d4880993-686c-4ea1-9a28-5f109c896742 HTTP/1.1" 200 1624 0.009417 10.0.0.24 - - [2024-09-19 02:43:07] "GET /instance-ip/d73fbbaa-9ab7-4a81-ad42-b060bc0aec32 HTTP/1.1" 200 1955 0.007664 10.0.0.24 - - [2024-09-19 02:43:07] "GET /instance-ip/017e8b05-1f07-4ba9-8719-3c985c7104d3 HTTP/1.1" 200 1618 0.006862 10.0.0.24 - - [2024-09-19 02:43:07] "GET /instance-ip/4a9e996a-b529-4093-b9bb-1cac5e2e76b1 HTTP/1.1" 200 1980 0.007459 10.0.0.24 - - [2024-09-19 02:43:07] "GET /instance-ip/a2597566-06fc-499f-b275-93ec91fb2d15 HTTP/1.1" 200 1979 0.007720 10.0.0.24 - - [2024-09-19 02:43:07] "POST /neutron/port HTTP/1.1" 200 3832 0.036143 10.0.0.24 - - [2024-09-19 02:43:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007823 10.0.0.24 - - [2024-09-19 02:43:07] "POST /neutron/port HTTP/1.1" 200 3832 0.036259 10.0.0.24 - - [2024-09-19 02:43:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007085 10.0.0.24 - - [2024-09-19 02:43:07] "POST /neutron/port HTTP/1.1" 200 3832 0.036695 10.0.0.24 - - [2024-09-19 02:43:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007272 10.0.0.24 - - [2024-09-19 02:43:07] "POST /neutron/port HTTP/1.1" 200 3832 0.038742 10.0.0.24 - - [2024-09-19 02:43:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007946 10.0.0.24 - - [2024-09-19 02:43:07] "GET /virtual-machine/0f7da199-d250-4d42-975d-be37bc4d5788 HTTP/1.1" 200 1802 0.005065 10.0.0.24 - - [2024-09-19 02:43:07] "GET /virtual-machine-interface/70a282f6-689f-44d4-9e42-166d1a4e53bc HTTP/1.1" 200 3804 0.009678 10.0.0.24 - - [2024-09-19 02:43:07] "GET /virtual-machine-interface/8187a134-b5e7-4724-997f-ddf20cfef55e HTTP/1.1" 200 3798 0.009519 10.0.0.24 - - [2024-09-19 02:43:07] "GET /virtual-machine-interface/ae8c3c2a-22c0-4cd9-bf6f-7ff5503c4e0c HTTP/1.1" 200 3817 0.010415 10.0.0.24 - - [2024-09-19 02:43:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.24 - - [2024-09-19 02:43:07] "GET /global-vrouter-config/6758536d-2137-4014-927a-c6f798680ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004034 10.0.0.24 - - [2024-09-19 02:43:07] "GET /virtual-networks?parent_id=1e46a938-8215-4a4f-907c-5638c5e47a8f&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003401 10.0.0.24 - - [2024-09-19 02:43:07] "GET /virtual-network/a0cdbc9e-adfa-4f20-971d-a680c7b1ccbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.010818 10.0.0.24 - - [2024-09-19 02:43:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004049 10.0.0.24 - - [2024-09-19 02:43:09] "GET /global-vrouter-config/6758536d-2137-4014-927a-c6f798680ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004580 10.0.0.24 - - [2024-09-19 02:43:09] "GET /virtual-networks?parent_id=1e46a938-8215-4a4f-907c-5638c5e47a8f&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003691 10.0.0.24 - - [2024-09-19 02:43:09] "GET /virtual-network/a0cdbc9e-adfa-4f20-971d-a680c7b1ccbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.011516 10.0.0.24 - - [2024-09-19 02:43:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.24 - - [2024-09-19 02:43:09] "GET /global-vrouter-config/6758536d-2137-4014-927a-c6f798680ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005088 10.0.0.24 - - [2024-09-19 02:43:09] "GET /virtual-networks?parent_id=1e46a938-8215-4a4f-907c-5638c5e47a8f&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003716 10.0.0.24 - - [2024-09-19 02:43:09] "GET /virtual-network/a0cdbc9e-adfa-4f20-971d-a680c7b1ccbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.011617 10.0.0.24 - - [2024-09-19 02:43:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.24 - - [2024-09-19 02:43:09] "GET /global-vrouter-config/6758536d-2137-4014-927a-c6f798680ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005173 10.0.0.24 - - [2024-09-19 02:43:09] "GET /virtual-networks?parent_id=1e46a938-8215-4a4f-907c-5638c5e47a8f&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003728 10.0.0.24 - - [2024-09-19 02:43:09] "GET /virtual-network/a0cdbc9e-adfa-4f20-971d-a680c7b1ccbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.010772 10.0.0.24 - - [2024-09-19 02:43:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.24 - - [2024-09-19 02:43:09] "GET /global-vrouter-config/6758536d-2137-4014-927a-c6f798680ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004905 10.0.0.24 - - [2024-09-19 02:43:09] "GET /virtual-networks?parent_id=1e46a938-8215-4a4f-907c-5638c5e47a8f&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003664 10.0.0.24 - - [2024-09-19 02:43:09] "GET /virtual-network/a0cdbc9e-adfa-4f20-971d-a680c7b1ccbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.014194 10.0.0.24 - - [2024-09-19 02:43:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004037 10.0.0.24 - - [2024-09-19 02:43:09] "GET /global-vrouter-config/6758536d-2137-4014-927a-c6f798680ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004994 10.0.0.24 - - [2024-09-19 02:43:10] "GET /virtual-networks?parent_id=1e46a938-8215-4a4f-907c-5638c5e47a8f&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004089 10.0.0.24 - - [2024-09-19 02:43:10] "GET /virtual-network/1653169c-d084-485d-922a-214455199e33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.010518 10.0.0.24 - - [2024-09-19 02:43:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.24 - - [2024-09-19 02:43:10] "GET /global-vrouter-config/6758536d-2137-4014-927a-c6f798680ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005032 10.0.0.24 - - [2024-09-19 02:43:10] "GET /virtual-networks?parent_id=1e46a938-8215-4a4f-907c-5638c5e47a8f&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003534 10.0.0.24 - - [2024-09-19 02:43:10] "GET /virtual-network/1653169c-d084-485d-922a-214455199e33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.011009 10.0.0.24 - - [2024-09-19 02:43:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.24 - - [2024-09-19 02:43:10] "GET /global-vrouter-config/6758536d-2137-4014-927a-c6f798680ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004767 10.0.0.24 - - [2024-09-19 02:43:10] "GET /virtual-networks?parent_id=1e46a938-8215-4a4f-907c-5638c5e47a8f&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003265 10.0.0.24 - - [2024-09-19 02:43:10] "GET /virtual-network/1653169c-d084-485d-922a-214455199e33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.011619 10.0.0.24 - - [2024-09-19 02:43:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.24 - - [2024-09-19 02:43:10] "GET /global-vrouter-config/6758536d-2137-4014-927a-c6f798680ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.006416 10.0.0.24 - - [2024-09-19 02:43:10] "GET /virtual-networks?parent_id=1e46a938-8215-4a4f-907c-5638c5e47a8f&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004430 10.0.0.24 - - [2024-09-19 02:43:10] "GET /virtual-network/1653169c-d084-485d-922a-214455199e33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.010414 10.0.0.24 - - [2024-09-19 02:43:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004613 10.0.0.24 - - [2024-09-19 02:43:10] "GET /global-vrouter-config/6758536d-2137-4014-927a-c6f798680ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004634 10.0.0.24 - - [2024-09-19 02:43:10] "GET /virtual-networks?parent_id=1e46a938-8215-4a4f-907c-5638c5e47a8f&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003736 10.0.0.24 - - [2024-09-19 02:43:10] "GET /virtual-network/56b6aa91-2f0f-4e92-b617-7036fcffa588?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.012146 10.0.0.24 - - [2024-09-19 02:43:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.24 - - [2024-09-19 02:43:11] "GET /global-vrouter-config/6758536d-2137-4014-927a-c6f798680ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005429 10.0.0.24 - - [2024-09-19 02:43:11] "GET /virtual-networks?parent_id=1e46a938-8215-4a4f-907c-5638c5e47a8f&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003964 10.0.0.24 - - [2024-09-19 02:43:11] "GET /virtual-network/56b6aa91-2f0f-4e92-b617-7036fcffa588?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.010363 10.0.0.24 - - [2024-09-19 02:43:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.24 - - [2024-09-19 02:43:11] "GET /global-vrouter-config/6758536d-2137-4014-927a-c6f798680ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004791 10.0.0.24 - - [2024-09-19 02:43:11] "GET /virtual-networks?parent_id=1e46a938-8215-4a4f-907c-5638c5e47a8f&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003559 10.0.0.24 - - [2024-09-19 02:43:11] "GET /virtual-network/56b6aa91-2f0f-4e92-b617-7036fcffa588?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.010586 10.0.0.24 - - [2024-09-19 02:43:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971 10.0.0.24 - - [2024-09-19 02:43:11] "GET /global-vrouter-config/6758536d-2137-4014-927a-c6f798680ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004735 10.0.0.24 - - [2024-09-19 02:43:11] "GET /virtual-networks?parent_id=1e46a938-8215-4a4f-907c-5638c5e47a8f&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004650 10.0.0.24 - - [2024-09-19 02:43:11] "GET /virtual-network/56b6aa91-2f0f-4e92-b617-7036fcffa588?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.010826 10.0.0.24 - - [2024-09-19 02:43:11] "GET /virtual-machine/0f7da199-d250-4d42-975d-be37bc4d5788 HTTP/1.1" 200 1802 0.005636 10.0.0.24 - - [2024-09-19 02:43:11] "GET /domains HTTP/1.1" 200 280 0.002930 10.0.0.24 - - [2024-09-19 02:43:11] "GET /domains?obj_uuids=128d845f-d91b-4004-ab7b-1aaae47abd0b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001281 10.0.0.24 - - [2024-09-19 02:43:11] "GET /domain/128d845f-d91b-4004-ab7b-1aaae47abd0b HTTP/1.1" 200 2771 0.009099 10.0.0.24 - - [2024-09-19 02:43:11] "GET /projects?obj_uuids=1e46a938-8215-4a4f-907c-5638c5e47a8f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001219 10.0.0.24 - - [2024-09-19 02:43:11] "GET /project/1e46a938-8215-4a4f-907c-5638c5e47a8f HTTP/1.1" 200 4233 0.077356 10.0.0.24 - - [2024-09-19 02:43:11] "GET /service-instance/30a6cae2-cbdb-4d9d-830f-d7232614daaa HTTP/1.1" 200 3782 0.009547 10.0.0.24 - - [2024-09-19 02:43:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.24 - - [2024-09-19 02:43:11] "GET /routing-instance/b87de56c-02a7-488e-ba1b-d51e44d0ed19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1888 0.005144 10.0.0.24 - - [2024-09-19 02:43:11] "GET /routing-instance/b87de56c-02a7-488e-ba1b-d51e44d0ed19?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2021 0.008821 10.0.0.24 - - [2024-09-19 02:43:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.24 - - [2024-09-19 02:43:11] "GET /routing-instance/76e0cc42-e35c-4efa-ac0b-7dd05159f749?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.006104 10.0.0.24 - - [2024-09-19 02:43:12] "GET /routing-instance/76e0cc42-e35c-4efa-ac0b-7dd05159f749?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2023 0.007453 10.0.0.24 - - [2024-09-19 02:43:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.24 - - [2024-09-19 02:43:12] "GET /virtual-network/a0cdbc9e-adfa-4f20-971d-a680c7b1ccbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.012171 10.0.0.24 - - [2024-09-19 02:43:12] "GET /virtual-network/a0cdbc9e-adfa-4f20-971d-a680c7b1ccbf?fields=routing_instances HTTP/1.1" 200 1684 0.012424 10.0.0.24 - - [2024-09-19 02:43:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.24 - - [2024-09-19 02:43:12] "GET /virtual-network/56b6aa91-2f0f-4e92-b617-7036fcffa588?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.010499 10.0.0.24 - - [2024-09-19 02:43:12] "GET /virtual-network/56b6aa91-2f0f-4e92-b617-7036fcffa588?fields=routing_instances HTTP/1.1" 200 1688 0.013247 10.0.0.24 - - [2024-09-19 02:43:16] "POST /ref-update HTTP/1.1" 200 156 0.039905 10.0.0.24 - - [2024-09-19 02:43:16] "DELETE /access-control-list/8ba06a20-3aca-411a-a89b-a3ead3816b6d HTTP/1.1" 200 115 0.026564 10.0.0.24 - - [2024-09-19 02:43:16] "POST /neutron/network HTTP/1.1" 200 833 0.016629 10.0.0.24 - - [2024-09-19 02:43:16] "GET /virtual-network/56b6aa91-2f0f-4e92-b617-7036fcffa588?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.009659 10.0.0.24 - - [2024-09-19 02:43:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002509 10.0.0.24 - - [2024-09-19 02:43:16] "DELETE /routing-instance/f05259ea-70de-44f0-b7d2-173ea9479b9d HTTP/1.1" 200 115 0.035122 10.0.0.24 - - [2024-09-19 02:43:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.24 - - [2024-09-19 02:43:16] "GET /network-policy/06826c42-3710-45f8-af9d-13febbeb5bf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.005034 10.0.0.24 - - [2024-09-19 02:43:16] "DELETE /route-target/51fb5616-7216-4bc0-ab5d-e8526aa43282 HTTP/1.1" 200 115 0.017357 10.0.0.24 - - [2024-09-19 02:43:16] "POST /ref-update HTTP/1.1" 200 156 0.059387 10.0.0.24 - - [2024-09-19 02:43:16] "DELETE /routing-instance/0255473c-c627-4b4c-8db9-512c203197f7 HTTP/1.1" 200 115 0.085338 10.0.0.24 - - [2024-09-19 02:43:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004550 10.0.0.24 - - [2024-09-19 02:43:16] "POST /neutron/network HTTP/1.1" 200 834 0.009760 10.0.0.24 - - [2024-09-19 02:43:16] "GET /virtual-network/a0cdbc9e-adfa-4f20-971d-a680c7b1ccbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.022455 10.0.0.24 - - [2024-09-19 02:43:16] "DELETE /route-target/9e3f3016-61bf-497a-9e42-7891a1b8b3f8 HTTP/1.1" 200 115 0.039932 10.0.0.24 - - [2024-09-19 02:43:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005940 10.0.0.24 - - [2024-09-19 02:43:16] "DELETE /access-control-list/498720f7-63ff-4ade-b95e-d5a7f1483775 HTTP/1.1" 200 115 0.049825 10.0.0.24 - - [2024-09-19 02:43:16] "GET /network-policy/06826c42-3710-45f8-af9d-13febbeb5bf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.005096 10.0.0.24 - - [2024-09-19 02:43:17] "DELETE /network-policy/06826c42-3710-45f8-af9d-13febbeb5bf6 HTTP/1.1" 200 115 0.027286 10.0.0.24 - - [2024-09-19 02:43:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.24 - - [2024-09-19 02:43:17] "DELETE /service-instance/30a6cae2-cbdb-4d9d-830f-d7232614daaa HTTP/1.1" 200 115 0.054447 10.0.0.24 - - [2024-09-19 02:43:17] "POST /ref-update HTTP/1.1" 200 156 0.016374 10.0.0.24 - - [2024-09-19 02:43:17] "GET /domains HTTP/1.1" 200 280 0.009768 10.0.0.24 - - [2024-09-19 02:43:17] "GET /domains?obj_uuids=128d845f-d91b-4004-ab7b-1aaae47abd0b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001466 10.0.0.24 - - [2024-09-19 02:43:17] "GET /domain/128d845f-d91b-4004-ab7b-1aaae47abd0b HTTP/1.1" 200 2771 0.013401 10.0.0.24 - - [2024-09-19 02:43:17] "GET /projects?obj_uuids=1e46a938-8215-4a4f-907c-5638c5e47a8f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001497 10.0.0.24 - - [2024-09-19 02:43:17] "DELETE /instance-ip/d73fbbaa-9ab7-4a81-ad42-b060bc0aec32 HTTP/1.1" 200 115 0.044290 10.0.0.24 - - [2024-09-19 02:43:17] "POST /ref-update HTTP/1.1" 200 156 0.010922 10.0.0.24 - - [2024-09-19 02:43:17] "GET /project/1e46a938-8215-4a4f-907c-5638c5e47a8f HTTP/1.1" 200 3759 0.086661 10.0.0.24 - - [2024-09-19 02:43:17] "GET /virtual-machine/0f7da199-d250-4d42-975d-be37bc4d5788 HTTP/1.1" 200 1802 0.004826 10.0.0.24 - - [2024-09-19 02:43:17] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002590 10.0.0.24 - - [2024-09-19 02:43:17] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003531 10.0.0.24 - - [2024-09-19 02:43:17] "DELETE /instance-ip/3a9657c0-6562-4761-b668-c81b1eed862a HTTP/1.1" 200 115 0.033781 10.0.0.24 - - [2024-09-19 02:43:17] "POST /ref-update HTTP/1.1" 200 156 0.010906 10.0.0.24 - - [2024-09-19 02:43:17] "DELETE /instance-ip/4a9e996a-b529-4093-b9bb-1cac5e2e76b1 HTTP/1.1" 200 115 0.026928 10.0.0.24 - - [2024-09-19 02:43:17] "POST /ref-update HTTP/1.1" 200 156 0.011160 10.0.0.24 - - [2024-09-19 02:43:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004449 10.0.0.24 - - [2024-09-19 02:43:17] "DELETE /service-template/806d23c0-e94e-4f56-88fc-27dfc4bf9a4a HTTP/1.1" 200 115 0.042830 10.0.0.24 - - [2024-09-19 02:43:17] "POST /fqname-to-id HTTP/1.1" 404 193 0.006552 10.0.0.24 - - [2024-09-19 02:43:17] "DELETE /instance-ip/a2597566-06fc-499f-b275-93ec91fb2d15 HTTP/1.1" 200 115 0.038939 10.0.0.24 - - [2024-09-19 02:43:17] "POST /ref-update HTTP/1.1" 200 156 0.014142 10.0.0.24 - - [2024-09-19 02:43:17] "DELETE /instance-ip/0f89721c-cd89-4c01-b4a2-853f0238926c HTTP/1.1" 200 115 0.022947 10.0.0.24 - - [2024-09-19 02:43:17] "POST /ref-update HTTP/1.1" 200 156 0.010458 10.0.0.24 - - [2024-09-19 02:43:17] "DELETE /instance-ip/c5758e9c-1549-4565-bbed-dc4620e6ce96 HTTP/1.1" 200 115 0.030325 10.0.0.24 - - [2024-09-19 02:43:17] "POST /neutron/network HTTP/1.1" 200 833 0.008576 10.0.0.24 - - [2024-09-19 02:43:17] "POST /neutron/network HTTP/1.1" 400 204 0.013420 10.0.0.24 - - [2024-09-19 02:43:18] "POST /neutron/port HTTP/1.1" 200 1085 0.017693 10.0.0.24 - - [2024-09-19 02:43:18] "POST /neutron/port HTTP/1.1" 200 1111 0.010863 10.0.0.24 - - [2024-09-19 02:43:18] "POST /neutron/port HTTP/1.1" 200 1088 0.034412 10.0.0.24 - - [2024-09-19 02:43:18] "POST /neutron/port HTTP/1.1" 200 1114 0.014565 10.0.0.24 - - [2024-09-19 02:43:18] "POST /neutron/port HTTP/1.1" 200 151 0.193073 10.0.0.24 - - [2024-09-19 02:43:18] "POST /neutron/port HTTP/1.1" 200 3025 0.046617 10.0.0.24 - - [2024-09-19 02:43:18] "POST /neutron/port HTTP/1.1" 200 1111 0.015122 10.0.0.24 - - [2024-09-19 02:43:18] "POST /neutron/port HTTP/1.1" 200 151 0.231508 10.0.0.24 - - [2024-09-19 02:43:18] "POST /neutron/port HTTP/1.1" 200 151 0.205734 10.0.0.24 - - [2024-09-19 02:43:18] "POST /neutron/port HTTP/1.1" 200 1114 0.015243 10.0.0.24 - - [2024-09-19 02:43:18] "POST /neutron/port HTTP/1.1" 200 151 0.130599 10.0.0.24 - - [2024-09-19 02:43:18] "POST /neutron/port HTTP/1.1" 200 1111 0.011003 10.0.0.24 - - [2024-09-19 02:43:19] "POST /neutron/port HTTP/1.1" 200 151 0.127839 10.0.0.24 - - [2024-09-19 02:43:19] "POST /neutron/network HTTP/1.1" 200 833 0.006914 10.0.0.24 - - [2024-09-19 02:43:19] "POST /useragent-kv HTTP/1.1" 200 115 0.001747 10.0.0.24 - - [2024-09-19 02:43:19] "POST /useragent-kv HTTP/1.1" 200 115 0.001517 10.0.0.24 - - [2024-09-19 02:43:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.007757 10.0.0.24 - - [2024-09-19 02:43:19] "POST /neutron/network HTTP/1.1" 200 151 0.091074 10.0.0.24 - - [2024-09-19 02:43:19] "GET /routing-instance/76e0cc42-e35c-4efa-ac0b-7dd05159f749 HTTP/1.1" 404 171 0.003520 10.0.0.24 - - [2024-09-19 02:43:19] "GET /domains HTTP/1.1" 200 280 0.008783 10.0.0.24 - - [2024-09-19 02:43:19] "DELETE /route-target/d1a0eb92-687d-43d6-a549-6caf57fd0b62 HTTP/1.1" 200 115 0.026713 10.0.0.24 - - [2024-09-19 02:43:19] "GET /domains?obj_uuids=128d845f-d91b-4004-ab7b-1aaae47abd0b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001632 10.0.0.24 - - [2024-09-19 02:43:19] "GET /domain/128d845f-d91b-4004-ab7b-1aaae47abd0b HTTP/1.1" 200 2571 0.054987 10.0.0.24 - - [2024-09-19 02:43:19] "GET /projects?obj_uuids=1e46a938-8215-4a4f-907c-5638c5e47a8f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001506 10.0.0.24 - - [2024-09-19 02:43:20] "GET /project/1e46a938-8215-4a4f-907c-5638c5e47a8f HTTP/1.1" 200 2298 0.087939 10.0.0.24 - - [2024-09-19 02:43:20] "POST /neutron/network HTTP/1.1" 200 834 0.006708 10.0.0.24 - - [2024-09-19 02:43:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002568 10.0.0.24 - - [2024-09-19 02:43:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.012849 10.0.0.24 - - [2024-09-19 02:43:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002530 10.0.0.24 - - [2024-09-19 02:43:20] "POST /neutron/network HTTP/1.1" 200 151 0.109036 10.0.0.24 - - [2024-09-19 02:43:20] "DELETE /route-target/374f97d3-d375-49cb-8dff-4a6f5b8fc52d HTTP/1.1" 200 115 0.022429 10.0.0.24 - - [2024-09-19 02:43:20] "GET /routing-instance/b87de56c-02a7-488e-ba1b-d51e44d0ed19 HTTP/1.1" 404 171 0.016682 10.0.0.24 - - [2024-09-19 02:43:20] "GET /domains HTTP/1.1" 200 280 0.006096 10.0.0.24 - - [2024-09-19 02:43:20] "GET /domains?obj_uuids=128d845f-d91b-4004-ab7b-1aaae47abd0b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001860 10.0.0.24 - - [2024-09-19 02:43:20] "GET /domain/128d845f-d91b-4004-ab7b-1aaae47abd0b HTTP/1.1" 200 2571 0.012556 10.0.0.24 - - [2024-09-19 02:43:20] "GET /projects?obj_uuids=1e46a938-8215-4a4f-907c-5638c5e47a8f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001318 10.0.0.24 - - [2024-09-19 02:43:20] "GET /project/1e46a938-8215-4a4f-907c-5638c5e47a8f HTTP/1.1" 200 2080 0.080856 10.0.0.24 - - [2024-09-19 02:43:20] "POST /neutron/network HTTP/1.1" 200 831 0.006896 10.0.0.24 - - [2024-09-19 02:43:20] "POST /useragent-kv HTTP/1.1" 200 115 0.001423 10.0.0.24 - - [2024-09-19 02:43:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.007981 10.0.0.24 - - [2024-09-19 02:43:20] "POST /useragent-kv HTTP/1.1" 200 115 0.001333 10.0.0.24 - - [2024-09-19 02:43:20] "POST /neutron/network HTTP/1.1" 200 151 0.101490 10.0.0.24 - - [2024-09-19 02:43:20] "GET /routing-instance/a682462c-2b07-492c-88b1-73f35029f94d HTTP/1.1" 404 171 0.003195 10.0.0.24 - - [2024-09-19 02:43:20] "GET /domains HTTP/1.1" 200 280 0.005245 10.0.0.24 - - [2024-09-19 02:43:20] "GET /domains?obj_uuids=128d845f-d91b-4004-ab7b-1aaae47abd0b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001642 10.0.0.24 - - [2024-09-19 02:43:20] "DELETE /route-target/b785166d-f74e-4341-b43b-41c9ea19f46c HTTP/1.1" 200 115 0.044030 10.0.0.24 - - [2024-09-19 02:43:20] "GET /domain/128d845f-d91b-4004-ab7b-1aaae47abd0b HTTP/1.1" 200 2571 0.060482 10.0.0.24 - - [2024-09-19 02:43:20] "GET /projects?obj_uuids=1e46a938-8215-4a4f-907c-5638c5e47a8f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002017 10.0.0.24 - - [2024-09-19 02:43:20] "GET /project/1e46a938-8215-4a4f-907c-5638c5e47a8f HTTP/1.1" 200 1840 0.085646 10.0.0.24 - - [2024-09-19 02:43:21] "GET /projects?obj_uuids=1e46a938-8215-4a4f-907c-5638c5e47a8f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001440 10.0.0.24 - - [2024-09-19 02:43:21] "GET /project/1e46a938-8215-4a4f-907c-5638c5e47a8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.040789 10.0.0.24 - - [2024-09-19 02:43:21] "GET /projects?obj_uuids=1e46a938-8215-4a4f-907c-5638c5e47a8f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002076 10.0.0.24 - - [2024-09-19 02:43:21] "GET /project/1e46a938-8215-4a4f-907c-5638c5e47a8f?fields=virtual_networks HTTP/1.1" 200 1028 0.048856 10.0.0.24 - - [2024-09-19 02:43:21] "GET /projects?obj_uuids=1e46a938-8215-4a4f-907c-5638c5e47a8f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001984 10.0.0.24 - - [2024-09-19 02:43:21] "GET /project/1e46a938-8215-4a4f-907c-5638c5e47a8f?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.043933 10.0.0.24 - - [2024-09-19 02:43:21] "GET /projects?obj_uuids=1e46a938-8215-4a4f-907c-5638c5e47a8f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001808 10.0.0.24 - - [2024-09-19 02:43:21] "GET /project/1e46a938-8215-4a4f-907c-5638c5e47a8f?fields=security_groups HTTP/1.1" 200 1252 0.051720 10.0.0.24 - - [2024-09-19 02:43:22] "POST /fqname-to-id HTTP/1.1" 404 189 0.031501 10.0.0.24 - - [2024-09-19 02:43:22] "GET /projects?obj_uuids=f3b71ffd-56f5-4b83-80fc-ecf880758dc4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003744 10.0.0.24 - - [2024-09-19 02:43:22] "GET /domains?obj_uuids=128d845f-d91b-4004-ab7b-1aaae47abd0b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001908 10.0.0.24 - - [2024-09-19 02:43:22] "GET /domain/128d845f-d91b-4004-ab7b-1aaae47abd0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010613 10.0.0.24 - - [2024-09-19 02:43:22] "POST /id-to-fqname HTTP/1.1" 200 191 0.001548 10.0.0.24 - - [2024-09-19 02:43:22] "POST /fqname-to-id HTTP/1.1" 404 200 0.003469 10.0.0.24 - - [2024-09-19 02:43:22] "POST /security-groups HTTP/1.1" 200 592 0.062750 10.0.0.24 - - [2024-09-19 02:43:22] "POST /fqname-to-id HTTP/1.1" 404 235 0.014801 10.0.0.24 - - [2024-09-19 02:43:22] "POST /projects HTTP/1.1" 200 587 0.230288 10.0.0.24 - - [2024-09-19 02:43:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.303891 10.0.0.24 - - [2024-09-19 02:43:22] "POST /access-control-lists HTTP/1.1" 200 597 0.060794 10.0.0.24 - - [2024-09-19 02:43:22] "GET /project/f3b71ffd-56f5-4b83-80fc-ecf880758dc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.461440 10.0.0.24 - - [2024-09-19 02:43:22] "POST /fqname-to-id HTTP/1.1" 404 234 0.006802 10.0.0.24 - - [2024-09-19 02:43:22] "POST /access-control-lists HTTP/1.1" 200 595 0.059847 10.0.0.24 - - [2024-09-19 02:43:24] "GET / HTTP/1.1" 200 35931 0.003752 10.0.0.24 - - [2024-09-19 02:43:25] "GET /project/f3b71ffd-56f5-4b83-80fc-ecf880758dc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000576 10.0.0.24 - - [2024-09-19 02:43:25] "GET /projects?obj_uuids=f3b71ffd-56f5-4b83-80fc-ecf880758dc4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002098 10.0.0.24 - - [2024-09-19 02:43:25] "GET /project/f3b71ffd-56f5-4b83-80fc-ecf880758dc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.079850 10.0.0.24 - - [2024-09-19 02:43:25] "POST /fqname-to-id HTTP/1.1" 404 180 0.003618 10.0.0.24 - - [2024-09-19 02:43:25] "POST /virtual-DNSs HTTP/1.1" 200 507 0.021773 10.0.0.24 - - [2024-09-19 02:43:25] "GET /virtual-DNS/07cd8b35-08dd-4c91-b900-49d80562f5d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.006276 10.0.0.24 - - [2024-09-19 02:43:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.24 - - [2024-09-19 02:43:25] "GET /virtual-DNS/07cd8b35-08dd-4c91-b900-49d80562f5d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.004969 10.0.0.24 - - [2024-09-19 02:43:25] "GET /domains HTTP/1.1" 401 292 0.000595 10.0.0.24 - - [2024-09-19 02:43:26] "GET /domains HTTP/1.1" 200 280 0.031031 10.0.0.24 - - [2024-09-19 02:43:26] "GET /domains?obj_uuids=128d845f-d91b-4004-ab7b-1aaae47abd0b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001319 10.0.0.24 - - [2024-09-19 02:43:26] "GET /domain/128d845f-d91b-4004-ab7b-1aaae47abd0b HTTP/1.1" 200 2958 0.010769 10.0.0.24 - - [2024-09-19 02:43:26] "GET /virtual-DNS/07cd8b35-08dd-4c91-b900-49d80562f5d8 HTTP/1.1" 200 1437 0.005239 10.0.0.24 - - [2024-09-19 02:43:26] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.002443 10.0.0.24 - - [2024-09-19 02:43:26] "POST /network-ipams HTTP/1.1" 200 514 0.019622 10.0.0.24 - - [2024-09-19 02:43:26] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 968 0.003405 10.0.0.24 - - [2024-09-19 02:43:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.24 - - [2024-09-19 02:43:26] "GET /network-ipam/4d02fee2-7f06-4928-ba0f-3519f37c06dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.006690 10.0.0.24 - - [2024-09-19 02:43:26] "PUT /network-ipam/4d02fee2-7f06-4928-ba0f-3519f37c06dc HTTP/1.1" 200 258 0.012496 10.0.0.24 - - [2024-09-19 02:43:26] "POST /ref-update HTTP/1.1" 200 156 0.011052 10.0.0.24 - - [2024-09-19 02:43:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004339 10.0.0.24 - - [2024-09-19 02:43:26] "GET /projects?obj_uuids=f3b71ffd-56f5-4b83-80fc-ecf880758dc4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002105 10.0.0.24 - - [2024-09-19 02:43:26] "GET /project/f3b71ffd-56f5-4b83-80fc-ecf880758dc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.043498 10.0.0.24 - - [2024-09-19 02:43:26] "POST /neutron/network HTTP/1.1" 200 117 0.034325 10.0.0.24 - - [2024-09-19 02:43:26] "GET /projects?obj_uuids=f3b71ffd-56f5-4b83-80fc-ecf880758dc4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001485 10.0.0.24 - - [2024-09-19 02:43:26] "POST /neutron/network HTTP/1.1" 200 618 0.075309 10.0.0.24 - - [2024-09-19 02:43:26] "POST /route-targets HTTP/1.1" 200 327 0.014480 10.0.0.24 - - [2024-09-19 02:43:27] "POST /ref-update HTTP/1.1" 200 156 0.013005 10.0.0.24 - - [2024-09-19 02:43:27] "POST /useragent-kv HTTP/1.1" 200 115 0.004966 10.0.0.24 - - [2024-09-19 02:43:27] "POST /neutron/subnet HTTP/1.1" 200 711 0.430031 10.0.0.24 - - [2024-09-19 02:43:27] "POST /neutron/network HTTP/1.1" 200 833 0.007032 10.0.0.24 - - [2024-09-19 02:43:27] "POST /id-to-fqname HTTP/1.1" 200 227 0.001926 10.0.0.24 - - [2024-09-19 02:43:27] "GET /virtual-network/1919ae06-c072-41d6-8ccf-cb58ccd3974a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.014720 10.0.0.24 - - [2024-09-19 02:43:27] "POST /neutron/network HTTP/1.1" 200 833 0.007387 10.0.0.24 - - [2024-09-19 02:43:27] "GET /virtual-network/1919ae06-c072-41d6-8ccf-cb58ccd3974a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.011050 10.0.0.24 - - [2024-09-19 02:43:27] "POST /neutron/network HTTP/1.1" 200 833 0.007181 10.0.0.24 - - [2024-09-19 02:43:27] "POST /neutron/subnet HTTP/1.1" 200 711 0.008409 10.0.0.24 - - [2024-09-19 02:43:27] "POST /neutron/network HTTP/1.1" 200 807 0.012580 10.0.0.24 - - [2024-09-19 02:43:27] "POST /neutron/network HTTP/1.1" 200 833 0.006671 10.0.0.24 - - [2024-09-19 02:43:27] "POST /id-to-fqname HTTP/1.1" 200 227 0.001535 10.0.0.24 - - [2024-09-19 02:43:27] "POST /neutron/network HTTP/1.1" 200 843 0.007377 10.0.0.24 - - [2024-09-19 02:43:27] "GET /aaa-mode HTTP/1.1" 401 292 0.000586 10.0.0.24 - - [2024-09-19 02:43:28] "GET / HTTP/1.1" 200 35931 0.002390 10.0.0.24 - - [2024-09-19 02:43:28] "GET /project/f3b71ffd-56f5-4b83-80fc-ecf880758dc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000515 10.0.0.24 - - [2024-09-19 02:43:28] "GET /projects?obj_uuids=f3b71ffd-56f5-4b83-80fc-ecf880758dc4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001380 10.0.0.24 - - [2024-09-19 02:43:28] "GET /project/f3b71ffd-56f5-4b83-80fc-ecf880758dc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.063866 10.0.0.24 - - [2024-09-19 02:43:28] "POST /neutron/network HTTP/1.1" 200 833 0.006411 10.0.0.24 - - [2024-09-19 02:43:28] "POST /neutron/port HTTP/1.1" 200 117 0.007021 10.0.0.24 - - [2024-09-19 02:43:28] "POST /neutron/port HTTP/1.1" 200 117 0.005728 10.0.0.24 - - [2024-09-19 02:43:28] "POST /neutron/port HTTP/1.1" 200 117 0.006135 10.0.0.24 - - [2024-09-19 02:43:29] "POST /neutron/network HTTP/1.1" 200 843 0.007380 10.0.0.24 - - [2024-09-19 02:43:29] "GET /projects?obj_uuids=f3b71ffd-56f5-4b83-80fc-ecf880758dc4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001734 10.0.0.24 - - [2024-09-19 02:43:29] "POST /neutron/port HTTP/1.1" 200 1058 0.215062 10.0.0.24 - - [2024-09-19 02:43:29] "POST /neutron/port HTTP/1.1" 200 1058 0.011454 10.0.0.24 - - [2024-09-19 02:43:29] "POST /neutron/port HTTP/1.1" 200 1058 0.009850 10.0.0.24 - - [2024-09-19 02:43:29] "POST /neutron/port HTTP/1.1" 200 1112 0.069995 10.0.0.24 - - [2024-09-19 02:43:30] "POST /neutron/port HTTP/1.1" 200 1086 0.018291 10.0.0.24 - - [2024-09-19 02:43:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004218 10.0.0.24 - - [2024-09-19 02:43:30] "POST /neutron/subnet HTTP/1.1" 200 685 0.012566 10.0.0.24 - - [2024-09-19 02:43:30] "POST /neutron/port HTTP/1.1" 200 117 0.001535 10.0.0.24 - - [2024-09-19 02:43:30] "POST /neutron/network HTTP/1.1" 200 833 0.006350 10.0.0.24 - - [2024-09-19 02:43:34] "POST /neutron/port HTTP/1.1" 200 1086 0.017214 10.0.0.24 - - [2024-09-19 02:43:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008449 10.0.0.24 - - [2024-09-19 02:43:34] "POST /neutron/port HTTP/1.1" 200 1086 0.017915 10.0.0.24 - - [2024-09-19 02:43:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006661 10.0.0.24 - - [2024-09-19 02:43:34] "POST /neutron/port HTTP/1.1" 200 1086 0.018770 10.0.0.24 - - [2024-09-19 02:43:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007268 10.0.0.24 - - [2024-09-19 02:43:34] "GET /virtual-machine/f2ede239-c7dd-4fb4-b65c-1ed1b6bd389b HTTP/1.1" 200 1294 0.005423 10.0.0.24 - - [2024-09-19 02:43:34] "GET /virtual-machine-interface/cab9b145-7415-44bc-869b-61a5fe95ff6b HTTP/1.1" 200 2964 0.009950 10.0.0.24 - - [2024-09-19 02:43:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.24 - - [2024-09-19 02:43:34] "GET /global-vrouter-config/6758536d-2137-4014-927a-c6f798680ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004190 10.0.0.24 - - [2024-09-19 02:43:34] "GET /virtual-networks?parent_id=f3b71ffd-56f5-4b83-80fc-ecf880758dc4&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003373 10.0.0.24 - - [2024-09-19 02:43:34] "GET /virtual-network/1919ae06-c072-41d6-8ccf-cb58ccd3974a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.011601 10.0.0.24 - - [2024-09-19 02:43:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.24 - - [2024-09-19 02:43:37] "GET /virtual-network/1919ae06-c072-41d6-8ccf-cb58ccd3974a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.010882 10.0.0.24 - - [2024-09-19 02:43:39] "POST /neutron/port HTTP/1.1" 200 1086 0.017477 10.0.0.24 - - [2024-09-19 02:43:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008107 10.0.0.24 - - [2024-09-19 02:43:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.24 - - [2024-09-19 02:43:41] "GET /global-vrouter-config/6758536d-2137-4014-927a-c6f798680ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004271 10.0.0.24 - - [2024-09-19 02:43:41] "GET /virtual-networks?parent_id=f3b71ffd-56f5-4b83-80fc-ecf880758dc4&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003674 10.0.0.24 - - [2024-09-19 02:43:41] "GET /virtual-network/1919ae06-c072-41d6-8ccf-cb58ccd3974a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.010636 10.0.0.24 - - [2024-09-19 02:43:45] "POST /neutron/port HTTP/1.1" 200 1086 0.018040 10.0.0.24 - - [2024-09-19 02:43:45] "POST /neutron/port HTTP/1.1" 200 1086 0.018818 10.0.0.24 - - [2024-09-19 02:43:45] "POST /neutron/network HTTP/1.1" 200 843 0.008328 10.0.0.24 - - [2024-09-19 02:43:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003674 10.0.0.24 - - [2024-09-19 02:43:45] "POST /neutron/subnet HTTP/1.1" 200 685 0.023172 10.0.0.24 - - [2024-09-19 02:43:45] "POST /neutron/port HTTP/1.1" 200 117 0.001590 10.0.0.24 - - [2024-09-19 02:43:45] "POST /neutron/network HTTP/1.1" 200 833 0.007366 10.0.0.24 - - [2024-09-19 02:43:46] "POST /neutron/network HTTP/1.1" 200 807 0.014286 10.0.0.24 - - [2024-09-19 02:43:46] "POST /neutron/network HTTP/1.1" 200 833 0.007529 10.0.0.24 - - [2024-09-19 02:43:46] "POST /id-to-fqname HTTP/1.1" 200 227 0.001619 10.0.0.24 - - [2024-09-19 02:43:46] "POST /neutron/port HTTP/1.1" 200 1086 0.017961 10.0.0.24 - - [2024-09-19 02:43:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007251 10.0.0.24 - - [2024-09-19 02:43:46] "POST /neutron/network HTTP/1.1" 200 843 0.007417 10.0.0.24 - - [2024-09-19 02:43:46] "GET /aaa-mode HTTP/1.1" 401 292 0.000528 10.0.0.24 - - [2024-09-19 02:43:46] "GET / HTTP/1.1" 200 35931 0.002478 10.0.0.24 - - [2024-09-19 02:43:46] "GET /project/f3b71ffd-56f5-4b83-80fc-ecf880758dc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000479 10.0.0.24 - - [2024-09-19 02:43:47] "GET /projects?obj_uuids=f3b71ffd-56f5-4b83-80fc-ecf880758dc4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001327 10.0.0.24 - - [2024-09-19 02:43:47] "GET /project/f3b71ffd-56f5-4b83-80fc-ecf880758dc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.060932 10.0.0.24 - - [2024-09-19 02:43:47] "POST /neutron/network HTTP/1.1" 200 833 0.007834 10.0.0.24 - - [2024-09-19 02:43:47] "POST /neutron/port HTTP/1.1" 200 1086 0.021944 10.0.0.24 - - [2024-09-19 02:43:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008005 10.0.0.24 - - [2024-09-19 02:43:47] "POST /neutron/port HTTP/1.1" 200 117 0.005813 10.0.0.24 - - [2024-09-19 02:43:47] "POST /neutron/port HTTP/1.1" 200 117 0.006024 10.0.0.24 - - [2024-09-19 02:43:48] "POST /neutron/network HTTP/1.1" 200 843 0.011325 10.0.0.24 - - [2024-09-19 02:43:48] "GET /projects?obj_uuids=f3b71ffd-56f5-4b83-80fc-ecf880758dc4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001426 10.0.0.24 - - [2024-09-19 02:43:48] "POST /neutron/port HTTP/1.1" 200 1058 0.215234 10.0.0.24 - - [2024-09-19 02:43:48] "POST /neutron/port HTTP/1.1" 200 1058 0.011564 10.0.0.24 - - [2024-09-19 02:43:48] "POST /neutron/port HTTP/1.1" 200 1058 0.009974 10.0.0.24 - - [2024-09-19 02:43:48] "POST /neutron/port HTTP/1.1" 200 1112 0.060129 10.0.0.24 - - [2024-09-19 02:43:48] "POST /neutron/port HTTP/1.1" 200 1086 0.020366 10.0.0.24 - - [2024-09-19 02:43:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004564 10.0.0.24 - - [2024-09-19 02:43:48] "POST /neutron/subnet HTTP/1.1" 200 685 0.013814 10.0.0.24 - - [2024-09-19 02:43:48] "POST /neutron/port HTTP/1.1" 200 117 0.001724 10.0.0.24 - - [2024-09-19 02:43:48] "POST /neutron/network HTTP/1.1" 200 833 0.007739 10.0.0.24 - - [2024-09-19 02:43:52] "POST /neutron/port HTTP/1.1" 200 1086 0.017309 10.0.0.24 - - [2024-09-19 02:43:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007131 10.0.0.24 - - [2024-09-19 02:43:52] "POST /neutron/port HTTP/1.1" 200 1086 0.018465 10.0.0.24 - - [2024-09-19 02:43:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007614 10.0.0.24 - - [2024-09-19 02:43:52] "POST /neutron/port HTTP/1.1" 200 1086 0.017122 10.0.0.24 - - [2024-09-19 02:43:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007207 10.0.0.24 - - [2024-09-19 02:43:52] "GET /virtual-machine/e81c7de3-2f95-4e50-ac49-aff58e11683c HTTP/1.1" 200 1294 0.007157 10.0.0.24 - - [2024-09-19 02:43:52] "GET /virtual-machine-interface/04604d5e-6de3-42cb-a338-c0bdc8b37400 HTTP/1.1" 200 2963 0.014086 10.0.0.24 - - [2024-09-19 02:43:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.24 - - [2024-09-19 02:43:53] "GET /global-vrouter-config/6758536d-2137-4014-927a-c6f798680ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003944 10.0.0.24 - - [2024-09-19 02:43:53] "GET /virtual-networks?parent_id=f3b71ffd-56f5-4b83-80fc-ecf880758dc4&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003980 10.0.0.24 - - [2024-09-19 02:43:53] "GET /virtual-network/1919ae06-c072-41d6-8ccf-cb58ccd3974a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.011161 10.0.0.24 - - [2024-09-19 02:43:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.24 - - [2024-09-19 02:43:56] "GET /virtual-network/1919ae06-c072-41d6-8ccf-cb58ccd3974a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.010432 10.0.0.24 - - [2024-09-19 02:43:56] "GET /projects?obj_uuids=1e46a938-8215-4a4f-907c-5638c5e47a8f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001343 10.0.0.24 - - [2024-09-19 02:43:56] "DELETE /project/f3b71ffd56f54b8380fcecf880758dc4 HTTP/1.1" 404 173 0.015782 10.0.0.24 - - [2024-09-19 02:43:56] "GET /project/1e46a938-8215-4a4f-907c-5638c5e47a8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.052320 10.0.0.24 - - [2024-09-19 02:43:56] "GET /projects?obj_uuids=1e46a938-8215-4a4f-907c-5638c5e47a8f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001333 10.0.0.24 - - [2024-09-19 02:43:57] "GET /project/1e46a938-8215-4a4f-907c-5638c5e47a8f?fields=security_groups HTTP/1.1" 200 1357 0.050901 10.0.0.24 - - [2024-09-19 02:43:57] "DELETE /security-group/df8de0ba-0d73-4988-910a-12f86bc20c02 HTTP/1.1" 200 115 0.051028 10.0.0.24 - - [2024-09-19 02:43:57] "GET /projects?obj_uuids=1e46a938-8215-4a4f-907c-5638c5e47a8f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001447 10.0.0.24 - - [2024-09-19 02:43:57] "DELETE /access-control-list/4709a96e-b169-4573-8718-4615039d8bbd HTTP/1.1" 200 115 0.049416 10.0.0.24 - - [2024-09-19 02:43:57] "GET /project/1e46a938-8215-4a4f-907c-5638c5e47a8f?fields=application_policy_sets HTTP/1.1" 200 1396 0.066765 10.0.0.24 - - [2024-09-19 02:43:57] "DELETE /access-control-list/0ebda6f0-3a1b-4e45-977a-81baa1c2f154 HTTP/1.1" 200 115 0.055963 10.0.0.24 - - [2024-09-19 02:43:57] "DELETE /project/1e46a938-8215-4a4f-907c-5638c5e47a8f HTTP/1.1" 200 115 0.406125 10.0.0.24 - - [2024-09-19 02:43:57] "POST /neutron/port HTTP/1.1" 200 1086 0.018701 10.0.0.24 - - [2024-09-19 02:43:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006668 10.0.0.24 - - [2024-09-19 02:44:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782 10.0.0.24 - - [2024-09-19 02:44:00] "GET /global-vrouter-config/6758536d-2137-4014-927a-c6f798680ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004595 10.0.0.24 - - [2024-09-19 02:44:00] "GET /virtual-networks?parent_id=f3b71ffd-56f5-4b83-80fc-ecf880758dc4&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003531 10.0.0.24 - - [2024-09-19 02:44:00] "GET /virtual-network/1919ae06-c072-41d6-8ccf-cb58ccd3974a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.011407 10.0.0.24 - - [2024-09-19 02:44:05] "GET /obj-perms HTTP/1.1" 200 5056 0.061167 10.0.0.24 - - [2024-09-19 02:44:05] "GET /obj-perms HTTP/1.1" 200 5056 0.066133 10.0.0.24 - - [2024-09-19 02:44:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940 10.0.0.24 - - [2024-09-19 02:44:06] "DELETE /virtual-DNS/07cd8b35-08dd-4c91-b900-49d80562f5d8 HTTP/1.1" 409 235 0.006726 10.0.0.24 - - [2024-09-19 02:44:06] "POST /fqname-to-id HTTP/1.1" 404 192 0.003259 10.0.0.24 - - [2024-09-19 02:44:06] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.018501 10.0.0.24 - - [2024-09-19 02:44:06] "GET /virtual-DNS-record/aa8a5854-1754-460d-8a11-d67174e8f2c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.005413 10.0.0.24 - - [2024-09-19 02:44:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.24 - - [2024-09-19 02:44:06] "GET /virtual-DNS-record/aa8a5854-1754-460d-8a11-d67174e8f2c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.004225 10.0.0.24 - - [2024-09-19 02:44:06] "GET /domains HTTP/1.1" 200 280 0.003698 10.0.0.24 - - [2024-09-19 02:44:06] "GET /domains?obj_uuids=128d845f-d91b-4004-ab7b-1aaae47abd0b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001326 10.0.0.24 - - [2024-09-19 02:44:06] "GET /domain/128d845f-d91b-4004-ab7b-1aaae47abd0b HTTP/1.1" 200 2774 0.011086 10.0.0.24 - - [2024-09-19 02:44:06] "GET /virtual-DNS/07cd8b35-08dd-4c91-b900-49d80562f5d8 HTTP/1.1" 200 1906 0.006193 10.0.0.24 - - [2024-09-19 02:44:06] "GET /virtual-DNS-record/aa8a5854-1754-460d-8a11-d67174e8f2c2 HTTP/1.1" 200 1336 0.005204 10.0.0.24 - - [2024-09-19 02:44:12] "DELETE /virtual-DNS-record/aa8a5854-1754-460d-8a11-d67174e8f2c2 HTTP/1.1" 200 115 0.022650 10.0.0.24 - - [2024-09-19 02:44:12] "POST /fqname-to-id HTTP/1.1" 404 184 0.003972 10.0.0.24 - - [2024-09-19 02:44:12] "POST /neutron/network HTTP/1.1" 200 833 0.007711 10.0.0.24 - - [2024-09-19 02:44:12] "POST /neutron/network HTTP/1.1" 400 204 0.011158 10.0.0.24 - - [2024-09-19 02:44:13] "POST /neutron/port HTTP/1.1" 200 1086 0.018777 10.0.0.24 - - [2024-09-19 02:44:13] "POST /neutron/port HTTP/1.1" 200 1112 0.010911 10.0.0.24 - - [2024-09-19 02:44:13] "POST /neutron/port HTTP/1.1" 200 1086 0.030192 10.0.0.24 - - [2024-09-19 02:44:13] "POST /neutron/port HTTP/1.1" 200 1112 0.016323 10.0.0.24 - - [2024-09-19 02:44:13] "POST /neutron/port HTTP/1.1" 200 151 0.160808 10.0.0.24 - - [2024-09-19 02:44:13] "POST /neutron/port HTTP/1.1" 200 151 0.144763 10.0.0.24 - - [2024-09-19 02:44:14] "POST /neutron/network HTTP/1.1" 200 833 0.007210 10.0.0.24 - - [2024-09-19 02:44:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.24 - - [2024-09-19 02:44:14] "POST /useragent-kv HTTP/1.1" 200 115 0.001638 10.0.0.24 - - [2024-09-19 02:44:14] "DELETE /route-target/5418a078-471a-43d4-8c50-27357109948f HTTP/1.1" 200 115 0.039411 10.0.0.24 - - [2024-09-19 02:44:14] "POST /useragent-kv HTTP/1.1" 200 115 0.001336 10.0.0.24 - - [2024-09-19 02:44:14] "POST /neutron/network HTTP/1.1" 200 151 0.139859 10.0.0.24 - - [2024-09-19 02:44:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.24 - - [2024-09-19 02:44:14] "DELETE /network-ipam/4d02fee2-7f06-4928-ba0f-3519f37c06dc HTTP/1.1" 200 115 0.033049 10.0.0.24 - - [2024-09-19 02:44:14] "DELETE /virtual-DNS/07cd8b35-08dd-4c91-b900-49d80562f5d8 HTTP/1.1" 200 115 0.026035 10.0.0.24 - - [2024-09-19 02:44:14] "POST /fqname-to-id HTTP/1.1" 404 180 0.004920 10.0.0.24 - - [2024-09-19 02:44:15] "GET /domains HTTP/1.1" 200 280 0.003297 10.0.0.24 - - [2024-09-19 02:44:15] "GET /domains?obj_uuids=128d845f-d91b-4004-ab7b-1aaae47abd0b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001806 10.0.0.24 - - [2024-09-19 02:44:15] "GET /domain/128d845f-d91b-4004-ab7b-1aaae47abd0b HTTP/1.1" 200 2574 0.012139 10.0.0.24 - - [2024-09-19 02:44:15] "GET /projects?obj_uuids=f3b71ffd-56f5-4b83-80fc-ecf880758dc4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001690 10.0.0.24 - - [2024-09-19 02:44:15] "GET /project/f3b71ffd-56f5-4b83-80fc-ecf880758dc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.044804 10.0.0.24 - - [2024-09-19 02:44:15] "GET /projects?obj_uuids=f3b71ffd-56f5-4b83-80fc-ecf880758dc4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003269 10.0.0.24 - - [2024-09-19 02:44:15] "GET /project/f3b71ffd-56f5-4b83-80fc-ecf880758dc4?fields=virtual_networks HTTP/1.1" 200 1034 0.043047 10.0.0.24 - - [2024-09-19 02:44:15] "GET /projects?obj_uuids=f3b71ffd-56f5-4b83-80fc-ecf880758dc4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001403 10.0.0.24 - - [2024-09-19 02:44:15] "GET /project/f3b71ffd-56f5-4b83-80fc-ecf880758dc4?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.036840 10.0.0.24 - - [2024-09-19 02:44:15] "GET /projects?obj_uuids=f3b71ffd-56f5-4b83-80fc-ecf880758dc4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001302 10.0.0.24 - - [2024-09-19 02:44:15] "GET /project/f3b71ffd-56f5-4b83-80fc-ecf880758dc4?fields=security_groups HTTP/1.1" 200 1261 0.036624 10.0.0.24 - - [2024-09-19 02:44:16] "POST /fqname-to-id HTTP/1.1" 404 189 0.034810 10.0.0.24 - - [2024-09-19 02:44:16] "GET /projects?obj_uuids=5a915e5d-a754-402f-baac-6d482a98ad71&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003427 10.0.0.24 - - [2024-09-19 02:44:16] "GET /domains?obj_uuids=128d845f-d91b-4004-ab7b-1aaae47abd0b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001335 10.0.0.24 - - [2024-09-19 02:44:16] "GET /domain/128d845f-d91b-4004-ab7b-1aaae47abd0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010064 10.0.0.24 - - [2024-09-19 02:44:16] "POST /id-to-fqname HTTP/1.1" 200 191 0.001811 10.0.0.24 - - [2024-09-19 02:44:16] "POST /fqname-to-id HTTP/1.1" 404 200 0.003615 10.0.0.24 - - [2024-09-19 02:44:16] "POST /security-groups HTTP/1.1" 200 592 0.067747 10.0.0.24 - - [2024-09-19 02:44:16] "POST /fqname-to-id HTTP/1.1" 404 235 0.002937 10.0.0.24 - - [2024-09-19 02:44:16] "POST /projects HTTP/1.1" 200 587 0.230243 10.0.0.24 - - [2024-09-19 02:44:16] "POST /access-control-lists HTTP/1.1" 200 597 0.059857 10.0.0.24 - - [2024-09-19 02:44:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.314464 10.0.0.24 - - [2024-09-19 02:44:16] "POST /fqname-to-id HTTP/1.1" 404 234 0.003990 10.0.0.24 - - [2024-09-19 02:44:16] "GET /project/5a915e5d-a754-402f-baac-6d482a98ad71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.462215 10.0.0.24 - - [2024-09-19 02:44:17] "POST /access-control-lists HTTP/1.1" 200 595 0.064170 10.0.0.24 - - [2024-09-19 02:44:18] "GET / HTTP/1.1" 200 35931 0.002836 10.0.0.24 - - [2024-09-19 02:44:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000855 10.0.0.24 - - [2024-09-19 02:44:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.067225 10.0.0.24 - - [2024-09-19 02:44:19] "GET /projects?obj_uuids=5a915e5d-a754-402f-baac-6d482a98ad71&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001328 10.0.0.24 - - [2024-09-19 02:44:19] "GET /project/5a915e5d-a754-402f-baac-6d482a98ad71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.042650 10.0.0.24 - - [2024-09-19 02:44:19] "POST /neutron/network HTTP/1.1" 200 117 0.032725 10.0.0.24 - - [2024-09-19 02:44:19] "GET /projects?obj_uuids=5a915e5d-a754-402f-baac-6d482a98ad71&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001838 10.0.0.24 - - [2024-09-19 02:44:19] "POST /neutron/network HTTP/1.1" 200 606 0.099819 10.0.0.24 - - [2024-09-19 02:44:19] "POST /route-targets HTTP/1.1" 200 327 0.025016 10.0.0.24 - - [2024-09-19 02:44:19] "POST /ref-update HTTP/1.1" 200 156 0.014278 10.0.0.24 - - [2024-09-19 02:44:19] "POST /useragent-kv HTTP/1.1" 200 115 0.004755 10.0.0.24 - - [2024-09-19 02:44:19] "POST /neutron/subnet HTTP/1.1" 200 725 0.169389 10.0.0.24 - - [2024-09-19 02:44:19] "POST /neutron/network HTTP/1.1" 200 825 0.006534 10.0.0.24 - - [2024-09-19 02:44:19] "POST /id-to-fqname HTTP/1.1" 200 221 0.001502 10.0.0.24 - - [2024-09-19 02:44:19] "GET /virtual-network/182dbb6b-6048-4d3d-9e76-2d2d30a8ab1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.013743 10.0.0.24 - - [2024-09-19 02:44:19] "POST /neutron/network HTTP/1.1" 200 825 0.006892 10.0.0.24 - - [2024-09-19 02:44:19] "GET /virtual-network/182dbb6b-6048-4d3d-9e76-2d2d30a8ab1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.009450 10.0.0.24 - - [2024-09-19 02:44:19] "POST /neutron/network HTTP/1.1" 200 825 0.006742 10.0.0.24 - - [2024-09-19 02:44:19] "POST /neutron/subnet HTTP/1.1" 200 725 0.007932 10.0.0.24 - - [2024-09-19 02:44:19] "POST /id-to-fqname HTTP/1.1" 200 221 0.001581 10.0.0.24 - - [2024-09-19 02:44:20] "POST /neutron/network HTTP/1.1" 200 835 0.007568 10.0.0.24 - - [2024-09-19 02:44:20] "GET /aaa-mode HTTP/1.1" 401 292 0.000622 10.0.0.24 - - [2024-09-19 02:44:20] "GET / HTTP/1.1" 200 35931 0.002178 10.0.0.24 - - [2024-09-19 02:44:20] "GET /project/5a915e5d-a754-402f-baac-6d482a98ad71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000480 10.0.0.24 - - [2024-09-19 02:44:20] "GET /projects?obj_uuids=5a915e5d-a754-402f-baac-6d482a98ad71&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001407 10.0.0.24 - - [2024-09-19 02:44:21] "GET /project/5a915e5d-a754-402f-baac-6d482a98ad71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.063706 10.0.0.24 - - [2024-09-19 02:44:21] "POST /neutron/network HTTP/1.1" 200 825 0.006433 10.0.0.24 - - [2024-09-19 02:44:21] "POST /neutron/port HTTP/1.1" 200 117 0.005781 10.0.0.24 - - [2024-09-19 02:44:21] "POST /neutron/port HTTP/1.1" 200 117 0.006175 10.0.0.24 - - [2024-09-19 02:44:21] "POST /id-to-fqname HTTP/1.1" 200 221 0.001603 10.0.0.24 - - [2024-09-19 02:44:21] "POST /neutron/port HTTP/1.1" 200 117 0.006090 10.0.0.24 - - [2024-09-19 02:44:21] "POST /neutron/network HTTP/1.1" 200 835 0.006853 10.0.0.24 - - [2024-09-19 02:44:21] "GET /aaa-mode HTTP/1.1" 401 292 0.000981 10.0.0.24 - - [2024-09-19 02:44:21] "POST /neutron/network HTTP/1.1" 200 835 0.006839 10.0.0.24 - - [2024-09-19 02:44:21] "GET /projects?obj_uuids=5a915e5d-a754-402f-baac-6d482a98ad71&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001544 10.0.0.24 - - [2024-09-19 02:44:21] "GET / HTTP/1.1" 200 35931 0.002063 10.0.0.24 - - [2024-09-19 02:44:21] "GET /project/5a915e5d-a754-402f-baac-6d482a98ad71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000608 10.0.0.24 - - [2024-09-19 02:44:21] "POST /neutron/port HTTP/1.1" 200 1061 0.264967 10.0.0.24 - - [2024-09-19 02:44:21] "POST /neutron/port HTTP/1.1" 200 1061 0.010936 10.0.0.24 - - [2024-09-19 02:44:21] "POST /neutron/port HTTP/1.1" 200 1061 0.011924 10.0.0.24 - - [2024-09-19 02:44:22] "POST /neutron/port HTTP/1.1" 200 1115 0.069173 10.0.0.24 - - [2024-09-19 02:44:22] "POST /neutron/port HTTP/1.1" 200 1089 0.016788 10.0.0.24 - - [2024-09-19 02:44:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004101 10.0.0.24 - - [2024-09-19 02:44:22] "POST /neutron/subnet HTTP/1.1" 200 699 0.015723 10.0.0.24 - - [2024-09-19 02:44:22] "GET /projects?obj_uuids=5a915e5d-a754-402f-baac-6d482a98ad71&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001461 10.0.0.24 - - [2024-09-19 02:44:22] "POST /neutron/port HTTP/1.1" 200 117 0.001309 10.0.0.24 - - [2024-09-19 02:44:22] "GET /project/5a915e5d-a754-402f-baac-6d482a98ad71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.069500 10.0.0.24 - - [2024-09-19 02:44:22] "POST /neutron/network HTTP/1.1" 200 825 0.007301 10.0.0.24 - - [2024-09-19 02:44:22] "POST /neutron/network HTTP/1.1" 200 825 0.006511 10.0.0.24 - - [2024-09-19 02:44:22] "POST /neutron/port HTTP/1.1" 200 1089 0.020645 10.0.0.24 - - [2024-09-19 02:44:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007764 10.0.0.24 - - [2024-09-19 02:44:22] "POST /neutron/port HTTP/1.1" 200 117 0.007002 10.0.0.24 - - [2024-09-19 02:44:22] "POST /neutron/port HTTP/1.1" 200 1089 0.022864 10.0.0.24 - - [2024-09-19 02:44:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008425 10.0.0.24 - - [2024-09-19 02:44:22] "POST /neutron/network HTTP/1.1" 200 835 0.006839 10.0.0.24 - - [2024-09-19 02:44:22] "GET /projects?obj_uuids=5a915e5d-a754-402f-baac-6d482a98ad71&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001472 10.0.0.24 - - [2024-09-19 02:44:23] "POST /neutron/port HTTP/1.1" 200 1061 0.280864 10.0.0.24 - - [2024-09-19 02:44:23] "POST /neutron/port HTTP/1.1" 200 1061 0.016900 10.0.0.24 - - [2024-09-19 02:44:23] "POST /neutron/port HTTP/1.1" 200 1061 0.021091 10.0.0.24 - - [2024-09-19 02:44:23] "POST /neutron/port HTTP/1.1" 200 1115 0.103195 10.0.0.24 - - [2024-09-19 02:44:23] "POST /neutron/port HTTP/1.1" 200 1089 0.020125 10.0.0.24 - - [2024-09-19 02:44:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003628 10.0.0.24 - - [2024-09-19 02:44:23] "POST /neutron/subnet HTTP/1.1" 200 699 0.013106 10.0.0.24 - - [2024-09-19 02:44:23] "POST /neutron/port HTTP/1.1" 200 117 0.001551 10.0.0.24 - - [2024-09-19 02:44:23] "POST /neutron/network HTTP/1.1" 200 825 0.007155 10.0.0.24 - - [2024-09-19 02:44:27] "POST /neutron/port HTTP/1.1" 200 1089 0.020394 10.0.0.24 - - [2024-09-19 02:44:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009532 10.0.0.24 - - [2024-09-19 02:44:27] "POST /neutron/port HTTP/1.1" 200 1089 0.018999 10.0.0.24 - - [2024-09-19 02:44:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007171 10.0.0.24 - - [2024-09-19 02:44:27] "POST /neutron/port HTTP/1.1" 200 1089 0.018284 10.0.0.24 - - [2024-09-19 02:44:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010296 10.0.0.24 - - [2024-09-19 02:44:27] "GET /virtual-machine/27216d46-5c6d-4a2e-a6f4-095526740bd2 HTTP/1.1" 401 292 0.000800 10.0.0.24 - - [2024-09-19 02:44:28] "GET /virtual-machine/27216d46-5c6d-4a2e-a6f4-095526740bd2 HTTP/1.1" 200 1293 0.035090 10.0.0.24 - - [2024-09-19 02:44:28] "GET /virtual-machine-interface/29ebc590-0231-4484-85f8-22b628ab8510 HTTP/1.1" 200 2945 0.010906 10.0.0.24 - - [2024-09-19 02:44:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003626 10.0.0.24 - - [2024-09-19 02:44:28] "GET /global-vrouter-config/6758536d-2137-4014-927a-c6f798680ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004138 10.0.0.24 - - [2024-09-19 02:44:28] "GET /virtual-networks?parent_id=5a915e5d-a754-402f-baac-6d482a98ad71&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004583 10.0.0.24 - - [2024-09-19 02:44:28] "GET /virtual-network/182dbb6b-6048-4d3d-9e76-2d2d30a8ab1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.013526 10.0.0.24 - - [2024-09-19 02:44:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004183 10.0.0.24 - - [2024-09-19 02:44:31] "GET /virtual-network/182dbb6b-6048-4d3d-9e76-2d2d30a8ab1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.011369 10.0.0.24 - - [2024-09-19 02:44:31] "POST /neutron/port HTTP/1.1" 200 1089 0.019612 10.0.0.24 - - [2024-09-19 02:44:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006852 10.0.0.24 - - [2024-09-19 02:44:32] "POST /neutron/port HTTP/1.1" 200 1089 0.021162 10.0.0.24 - - [2024-09-19 02:44:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007194 10.0.0.24 - - [2024-09-19 02:44:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003852 10.0.0.24 - - [2024-09-19 02:44:33] "GET /global-vrouter-config/6758536d-2137-4014-927a-c6f798680ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004444 10.0.0.24 - - [2024-09-19 02:44:33] "GET /virtual-networks?parent_id=5a915e5d-a754-402f-baac-6d482a98ad71&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003469 10.0.0.24 - - [2024-09-19 02:44:33] "GET /virtual-network/182dbb6b-6048-4d3d-9e76-2d2d30a8ab1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.011975 10.0.0.24 - - [2024-09-19 02:44:34] "POST /neutron/port HTTP/1.1" 200 1089 0.017740 10.0.0.24 - - [2024-09-19 02:44:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007988 10.0.0.24 - - [2024-09-19 02:44:34] "POST /neutron/port HTTP/1.1" 200 1089 0.019733 10.0.0.24 - - [2024-09-19 02:44:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007576 10.0.0.24 - - [2024-09-19 02:44:34] "POST /neutron/port HTTP/1.1" 200 1089 0.017865 10.0.0.24 - - [2024-09-19 02:44:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008088 10.0.0.24 - - [2024-09-19 02:44:34] "GET /virtual-machine/24756dc9-807f-461c-955a-14ad32ec8d6a HTTP/1.1" 200 1293 0.006963 10.0.0.24 - - [2024-09-19 02:44:34] "GET /virtual-machine-interface/89887175-2b98-4d63-aea9-06d30caf9d6d HTTP/1.1" 200 2946 0.010231 10.0.0.24 - - [2024-09-19 02:44:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.24 - - [2024-09-19 02:44:34] "GET /global-vrouter-config/6758536d-2137-4014-927a-c6f798680ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004440 10.0.0.24 - - [2024-09-19 02:44:34] "GET /virtual-networks?parent_id=5a915e5d-a754-402f-baac-6d482a98ad71&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003771 10.0.0.24 - - [2024-09-19 02:44:34] "GET /virtual-network/182dbb6b-6048-4d3d-9e76-2d2d30a8ab1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.010517 10.0.0.24 - - [2024-09-19 02:44:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.24 - - [2024-09-19 02:44:35] "GET /global-vrouter-config/6758536d-2137-4014-927a-c6f798680ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005683 10.0.0.24 - - [2024-09-19 02:44:35] "GET /virtual-networks?parent_id=5a915e5d-a754-402f-baac-6d482a98ad71&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004326 10.0.0.24 - - [2024-09-19 02:44:35] "GET /virtual-network/182dbb6b-6048-4d3d-9e76-2d2d30a8ab1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.011369 10.0.0.24 - - [2024-09-19 02:44:40] "POST /neutron/network HTTP/1.1" 200 825 0.012252 10.0.0.24 - - [2024-09-19 02:44:40] "POST /neutron/network HTTP/1.1" 400 204 0.012505 10.0.0.24 - - [2024-09-19 02:44:41] "POST /neutron/port HTTP/1.1" 200 1089 0.021839 10.0.0.24 - - [2024-09-19 02:44:41] "POST /neutron/port HTTP/1.1" 200 1115 0.017282 10.0.0.24 - - [2024-09-19 02:44:41] "POST /neutron/port HTTP/1.1" 200 1089 0.025520 10.0.0.24 - - [2024-09-19 02:44:41] "POST /neutron/port HTTP/1.1" 200 1115 0.021443 10.0.0.24 - - [2024-09-19 02:44:41] "POST /neutron/port HTTP/1.1" 200 151 0.168514 10.0.0.24 - - [2024-09-19 02:44:41] "POST /neutron/port HTTP/1.1" 200 151 0.162016 10.0.0.24 - - [2024-09-19 02:44:42] "POST /neutron/network HTTP/1.1" 200 825 0.008051 10.0.0.24 - - [2024-09-19 02:44:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004111 10.0.0.24 - - [2024-09-19 02:44:42] "DELETE /route-target/ec4cd2c5-e1c2-4bee-98f6-80fc872b8dd6 HTTP/1.1" 200 115 0.028129 10.0.0.24 - - [2024-09-19 02:44:42] "POST /useragent-kv HTTP/1.1" 200 115 0.039184 10.0.0.24 - - [2024-09-19 02:44:42] "POST /useragent-kv HTTP/1.1" 200 115 0.001351 10.0.0.24 - - [2024-09-19 02:44:42] "POST /neutron/network HTTP/1.1" 200 151 0.152297 10.0.0.24 - - [2024-09-19 02:44:43] "GET /projects?obj_uuids=5a915e5d-a754-402f-baac-6d482a98ad71&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001514 10.0.0.24 - - [2024-09-19 02:44:43] "GET /project/5a915e5d-a754-402f-baac-6d482a98ad71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.069907 10.0.0.24 - - [2024-09-19 02:44:43] "GET /projects?obj_uuids=5a915e5d-a754-402f-baac-6d482a98ad71&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001300 10.0.0.24 - - [2024-09-19 02:44:43] "GET /project/5a915e5d-a754-402f-baac-6d482a98ad71?fields=virtual_networks HTTP/1.1" 200 1034 0.036575 10.0.0.24 - - [2024-09-19 02:44:43] "GET /projects?obj_uuids=5a915e5d-a754-402f-baac-6d482a98ad71&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001948 10.0.0.24 - - [2024-09-19 02:44:43] "GET /project/5a915e5d-a754-402f-baac-6d482a98ad71?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.035892 10.0.0.24 - - [2024-09-19 02:44:43] "GET /projects?obj_uuids=5a915e5d-a754-402f-baac-6d482a98ad71&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001364 10.0.0.24 - - [2024-09-19 02:44:43] "GET /project/5a915e5d-a754-402f-baac-6d482a98ad71?fields=security_groups HTTP/1.1" 200 1261 0.046097 10.0.0.24 - - [2024-09-19 02:44:44] "POST /fqname-to-id HTTP/1.1" 404 188 0.027117 10.0.0.24 - - [2024-09-19 02:44:44] "GET /projects?obj_uuids=6aa37886-53e3-4f0c-bcb9-44cf572eb2db&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003084 10.0.0.24 - - [2024-09-19 02:44:44] "GET /domains?obj_uuids=128d845f-d91b-4004-ab7b-1aaae47abd0b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001357 10.0.0.24 - - [2024-09-19 02:44:44] "GET /domain/128d845f-d91b-4004-ab7b-1aaae47abd0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.040179 10.0.0.24 - - [2024-09-19 02:44:44] "POST /id-to-fqname HTTP/1.1" 200 190 0.001533 10.0.0.24 - - [2024-09-19 02:44:44] "POST /fqname-to-id HTTP/1.1" 404 199 0.003898 10.0.0.24 - - [2024-09-19 02:44:44] "POST /security-groups HTTP/1.1" 200 591 0.063524 10.0.0.24 - - [2024-09-19 02:44:44] "POST /fqname-to-id HTTP/1.1" 404 234 0.002954 10.0.0.24 - - [2024-09-19 02:44:44] "POST /projects HTTP/1.1" 200 585 0.226583 10.0.0.24 - - [2024-09-19 02:44:44] "POST /access-control-lists HTTP/1.1" 200 596 0.060039 10.0.0.24 - - [2024-09-19 02:44:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.301793 10.0.0.24 - - [2024-09-19 02:44:44] "POST /fqname-to-id HTTP/1.1" 404 233 0.003194 10.0.0.24 - - [2024-09-19 02:44:44] "GET /project/6aa37886-53e3-4f0c-bcb9-44cf572eb2db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.479661 10.0.0.24 - - [2024-09-19 02:44:44] "POST /access-control-lists HTTP/1.1" 200 594 0.060077 10.0.0.24 - - [2024-09-19 02:44:46] "GET / HTTP/1.1" 200 35931 0.002522 10.0.0.24 - - [2024-09-19 02:44:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000587 10.0.0.24 - - [2024-09-19 02:44:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.062635 10.0.0.24 - - [2024-09-19 02:44:47] "GET /projects?obj_uuids=6aa37886-53e3-4f0c-bcb9-44cf572eb2db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001685 10.0.0.24 - - [2024-09-19 02:44:47] "GET /project/6aa37886-53e3-4f0c-bcb9-44cf572eb2db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.037264 10.0.0.24 - - [2024-09-19 02:44:47] "POST /neutron/network HTTP/1.1" 200 117 0.034636 10.0.0.24 - - [2024-09-19 02:44:47] "GET /projects?obj_uuids=6aa37886-53e3-4f0c-bcb9-44cf572eb2db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001859 10.0.0.24 - - [2024-09-19 02:44:47] "POST /neutron/network HTTP/1.1" 200 625 0.072423 10.0.0.24 - - [2024-09-19 02:44:47] "POST /route-targets HTTP/1.1" 200 327 0.013615 10.0.0.24 - - [2024-09-19 02:44:47] "POST /ref-update HTTP/1.1" 200 156 0.011844 10.0.0.24 - - [2024-09-19 02:44:47] "POST /useragent-kv HTTP/1.1" 200 115 0.004407 10.0.0.24 - - [2024-09-19 02:44:47] "POST /neutron/subnet HTTP/1.1" 200 701 0.163046 10.0.0.24 - - [2024-09-19 02:44:47] "POST /neutron/network HTTP/1.1" 200 839 0.009050 10.0.0.24 - - [2024-09-19 02:44:47] "POST /id-to-fqname HTTP/1.1" 200 230 0.002389 10.0.0.24 - - [2024-09-19 02:44:47] "GET /virtual-network/75ba88ac-58f0-4d65-a621-c748375e8131?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.010259 10.0.0.24 - - [2024-09-19 02:44:47] "POST /neutron/network HTTP/1.1" 200 839 0.007270 10.0.0.24 - - [2024-09-19 02:44:47] "GET /virtual-network/75ba88ac-58f0-4d65-a621-c748375e8131?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.012430 10.0.0.24 - - [2024-09-19 02:44:47] "POST /neutron/network HTTP/1.1" 200 839 0.006418 10.0.0.24 - - [2024-09-19 02:44:47] "POST /neutron/subnet HTTP/1.1" 200 701 0.007398 10.0.0.24 - - [2024-09-19 02:44:48] "POST /neutron/network HTTP/1.1" 200 839 0.006274 10.0.0.24 - - [2024-09-19 02:44:48] "POST /id-to-fqname HTTP/1.1" 200 230 0.001435 10.0.0.24 - - [2024-09-19 02:44:48] "POST /neutron/network HTTP/1.1" 200 849 0.007085 10.0.0.24 - - [2024-09-19 02:44:48] "GET /aaa-mode HTTP/1.1" 401 292 0.000510 10.0.0.24 - - [2024-09-19 02:44:48] "GET / HTTP/1.1" 200 35931 0.002290 10.0.0.24 - - [2024-09-19 02:44:48] "GET /project/6aa37886-53e3-4f0c-bcb9-44cf572eb2db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000595 10.0.0.24 - - [2024-09-19 02:44:48] "GET /projects?obj_uuids=6aa37886-53e3-4f0c-bcb9-44cf572eb2db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001497 10.0.0.24 - - [2024-09-19 02:44:49] "GET /project/6aa37886-53e3-4f0c-bcb9-44cf572eb2db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.066489 10.0.0.24 - - [2024-09-19 02:44:49] "POST /neutron/network HTTP/1.1" 200 839 0.033750 10.0.0.24 - - [2024-09-19 02:44:49] "POST /neutron/port HTTP/1.1" 200 117 0.006468 10.0.0.24 - - [2024-09-19 02:44:49] "POST /neutron/port HTTP/1.1" 200 117 0.006307 10.0.0.24 - - [2024-09-19 02:44:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.24 - - [2024-09-19 02:44:49] "GET /global-vrouter-config/6758536d-2137-4014-927a-c6f798680ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004402 10.0.0.24 - - [2024-09-19 02:44:49] "PUT /global-vrouter-config/6758536d-2137-4014-927a-c6f798680ebc HTTP/1.1" 200 276 0.010968 10.0.0.24 - - [2024-09-19 02:44:49] "POST /neutron/port HTTP/1.1" 200 117 0.007852 10.0.0.24 - - [2024-09-19 02:44:49] "POST /neutron/network HTTP/1.1" 200 849 0.007160 10.0.0.24 - - [2024-09-19 02:44:49] "GET /projects?obj_uuids=6aa37886-53e3-4f0c-bcb9-44cf572eb2db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001345 10.0.0.24 - - [2024-09-19 02:44:50] "POST /neutron/port HTTP/1.1" 200 1055 0.221091 10.0.0.24 - - [2024-09-19 02:44:50] "POST /neutron/port HTTP/1.1" 200 1055 0.040171 10.0.0.24 - - [2024-09-19 02:44:50] "POST /neutron/port HTTP/1.1" 200 1055 0.009518 10.0.0.24 - - [2024-09-19 02:44:50] "POST /neutron/port HTTP/1.1" 200 1109 0.077692 10.0.0.24 - - [2024-09-19 02:44:50] "POST /neutron/port HTTP/1.1" 200 1083 0.017147 10.0.0.24 - - [2024-09-19 02:44:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003693 10.0.0.24 - - [2024-09-19 02:44:50] "POST /neutron/subnet HTTP/1.1" 200 675 0.011360 10.0.0.24 - - [2024-09-19 02:44:50] "POST /neutron/port HTTP/1.1" 200 117 0.001575 10.0.0.24 - - [2024-09-19 02:44:50] "POST /neutron/network HTTP/1.1" 200 839 0.009424 10.0.0.24 - - [2024-09-19 02:44:54] "POST /neutron/port HTTP/1.1" 200 1083 0.019145 10.0.0.24 - - [2024-09-19 02:44:54] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007957 10.0.0.24 - - [2024-09-19 02:44:54] "POST /neutron/port HTTP/1.1" 200 1083 0.017667 10.0.0.24 - - [2024-09-19 02:44:54] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006722 10.0.0.24 - - [2024-09-19 02:44:54] "POST /neutron/port HTTP/1.1" 200 1083 0.016368 10.0.0.24 - - [2024-09-19 02:44:54] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006735 10.0.0.24 - - [2024-09-19 02:44:54] "GET /virtual-machine/f09eb4f7-ea6d-4ce4-b2f7-1c9286b071cb HTTP/1.1" 401 292 0.000494 10.0.0.24 - - [2024-09-19 02:44:55] "GET /virtual-machine/f09eb4f7-ea6d-4ce4-b2f7-1c9286b071cb HTTP/1.1" 200 1293 0.037122 10.0.0.24 - - [2024-09-19 02:44:55] "GET /virtual-machine-interface/13a99d40-6f96-4258-830e-2925cd43a38b HTTP/1.1" 200 2970 0.011576 10.0.0.24 - - [2024-09-19 02:44:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.24 - - [2024-09-19 02:44:55] "GET /global-vrouter-config/6758536d-2137-4014-927a-c6f798680ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.004277 10.0.0.24 - - [2024-09-19 02:44:55] "GET /virtual-networks?parent_id=6aa37886-53e3-4f0c-bcb9-44cf572eb2db&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003543 10.0.0.24 - - [2024-09-19 02:44:55] "GET /virtual-network/75ba88ac-58f0-4d65-a621-c748375e8131?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.010353 10.0.0.24 - - [2024-09-19 02:44:57] "DELETE /project/5a915e5da754402fbaac6d482a98ad71 HTTP/1.1" 404 173 0.018046 10.0.0.24 - - [2024-09-19 02:44:57] "DELETE /project/6aa3788653e34f0cbcb944cf572eb2db HTTP/1.1" 404 173 0.010406 10.0.0.24 - - [2024-09-19 02:44:57] "GET /projects?obj_uuids=5a915e5d-a754-402f-baac-6d482a98ad71&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001241 10.0.0.24 - - [2024-09-19 02:44:57] "GET /projects?obj_uuids=f3b71ffd-56f5-4b83-80fc-ecf880758dc4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001117 10.0.0.24 - - [2024-09-19 02:44:57] "GET /project/f3b71ffd-56f5-4b83-80fc-ecf880758dc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.059330 10.0.0.24 - - [2024-09-19 02:44:57] "GET /project/5a915e5d-a754-402f-baac-6d482a98ad71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.069459 10.0.0.24 - - [2024-09-19 02:44:57] "GET /projects?obj_uuids=5a915e5d-a754-402f-baac-6d482a98ad71&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001345 10.0.0.24 - - [2024-09-19 02:44:57] "GET /projects?obj_uuids=f3b71ffd-56f5-4b83-80fc-ecf880758dc4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001278 10.0.0.24 - - [2024-09-19 02:44:57] "GET /project/f3b71ffd-56f5-4b83-80fc-ecf880758dc4?fields=security_groups HTTP/1.1" 200 1366 0.052452 10.0.0.24 - - [2024-09-19 02:44:57] "GET /project/5a915e5d-a754-402f-baac-6d482a98ad71?fields=security_groups HTTP/1.1" 200 1366 0.062573 10.0.0.24 - - [2024-09-19 02:44:57] "DELETE /security-group/8ec5f6f4-5e0e-433f-92e4-0ab5b1091875 HTTP/1.1" 200 115 0.064189 10.0.0.24 - - [2024-09-19 02:44:57] "GET /projects?obj_uuids=f3b71ffd-56f5-4b83-80fc-ecf880758dc4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001356 10.0.0.24 - - [2024-09-19 02:44:57] "DELETE /access-control-list/a0804c5c-65e1-4f25-8e41-e25152856300 HTTP/1.1" 200 115 0.042282 10.0.0.24 - - [2024-09-19 02:44:57] "DELETE /security-group/5c0ecefc-1a4e-45b8-8f5c-394bdf14f7a2 HTTP/1.1" 200 115 0.070647 10.0.0.24 - - [2024-09-19 02:44:57] "GET /projects?obj_uuids=5a915e5d-a754-402f-baac-6d482a98ad71&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001407 10.0.0.24 - - [2024-09-19 02:44:57] "GET /project/f3b71ffd-56f5-4b83-80fc-ecf880758dc4?fields=application_policy_sets HTTP/1.1" 200 1405 0.054879 10.0.0.24 - - [2024-09-19 02:44:57] "DELETE /access-control-list/517f70d1-1dff-4e24-8ed5-611225005c9f HTTP/1.1" 200 115 0.057320 10.0.0.24 - - [2024-09-19 02:44:57] "GET /project/5a915e5d-a754-402f-baac-6d482a98ad71?fields=application_policy_sets HTTP/1.1" 200 1405 0.095528 10.0.0.24 - - [2024-09-19 02:44:57] "DELETE /access-control-list/9713ec55-2b9f-4bc1-8495-90695e0e6b64 HTTP/1.1" 200 115 0.053932 10.0.0.24 - - [2024-09-19 02:44:57] "DELETE /access-control-list/c2f7c70b-ce45-4b8b-a131-6317ff1a3d01 HTTP/1.1" 200 115 0.044703 10.0.0.24 - - [2024-09-19 02:44:57] "DELETE /project/f3b71ffd-56f5-4b83-80fc-ecf880758dc4 HTTP/1.1" 200 115 0.484045 10.0.0.24 - - [2024-09-19 02:44:57] "DELETE /project/5a915e5d-a754-402f-baac-6d482a98ad71 HTTP/1.1" 200 115 0.502921 10.0.0.24 - - [2024-09-19 02:44:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003745 10.0.0.24 - - [2024-09-19 02:44:58] "GET /virtual-network/75ba88ac-58f0-4d65-a621-c748375e8131?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.011125 10.0.0.24 - - [2024-09-19 02:44:59] "POST /neutron/port HTTP/1.1" 200 1083 0.052119 10.0.0.24 - - [2024-09-19 02:44:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006675 10.0.0.24 - - [2024-09-19 02:45:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.24 - - [2024-09-19 02:45:00] "GET /global-vrouter-config/6758536d-2137-4014-927a-c6f798680ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.004597 10.0.0.24 - - [2024-09-19 02:45:00] "GET /virtual-networks?parent_id=6aa37886-53e3-4f0c-bcb9-44cf572eb2db&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003738 10.0.0.24 - - [2024-09-19 02:45:00] "GET /virtual-network/75ba88ac-58f0-4d65-a621-c748375e8131?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.010438 10.0.0.24 - - [2024-09-19 02:45:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.24 - - [2024-09-19 02:45:02] "GET /global-vrouter-config/6758536d-2137-4014-927a-c6f798680ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.004052 10.0.0.24 - - [2024-09-19 02:45:02] "PUT /global-vrouter-config/6758536d-2137-4014-927a-c6f798680ebc HTTP/1.1" 200 276 0.010406 10.0.0.24 - - [2024-09-19 02:45:03] "POST /neutron/network HTTP/1.1" 200 839 0.007555 10.0.0.24 - - [2024-09-19 02:45:03] "POST /neutron/network HTTP/1.1" 400 204 0.012249 10.0.0.24 - - [2024-09-19 02:45:03] "POST /neutron/port HTTP/1.1" 200 1083 0.018471 10.0.0.24 - - [2024-09-19 02:45:03] "POST /neutron/port HTTP/1.1" 200 1109 0.013112 10.0.0.24 - - [2024-09-19 02:45:03] "POST /neutron/port HTTP/1.1" 200 151 0.117545 10.0.0.24 - - [2024-09-19 02:45:05] "POST /neutron/network HTTP/1.1" 200 839 0.007663 10.0.0.24 - - [2024-09-19 02:45:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001667 10.0.0.24 - - [2024-09-19 02:45:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001320 10.0.0.24 - - [2024-09-19 02:45:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.008397 10.0.0.24 - - [2024-09-19 02:45:05] "POST /neutron/network HTTP/1.1" 200 151 0.089837 10.0.0.24 - - [2024-09-19 02:45:05] "DELETE /route-target/c4a1dd19-4af5-4e2d-80cb-0277080e7998 HTTP/1.1" 200 115 0.014946 10.0.0.24 - - [2024-09-19 02:45:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.003514 10.0.0.24 - - [2024-09-19 02:45:05] "POST /network-ipams HTTP/1.1" 200 541 0.017830 10.0.0.24 - - [2024-09-19 02:45:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 981 0.003438 10.0.0.24 - - [2024-09-19 02:45:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.24 - - [2024-09-19 02:45:05] "GET /network-ipam/582df27a-6f84-4871-92e5-bf0407cc9358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.007003 10.0.0.24 - - [2024-09-19 02:45:05] "PUT /network-ipam/582df27a-6f84-4871-92e5-bf0407cc9358 HTTP/1.1" 200 258 0.011794 10.0.0.24 - - [2024-09-19 02:45:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.24 - - [2024-09-19 02:45:06] "GET /projects?obj_uuids=6aa37886-53e3-4f0c-bcb9-44cf572eb2db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001513 10.0.0.24 - - [2024-09-19 02:45:06] "GET /project/6aa37886-53e3-4f0c-bcb9-44cf572eb2db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.047818 10.0.0.24 - - [2024-09-19 02:45:06] "GET /obj-perms HTTP/1.1" 200 5056 0.082689 10.0.0.24 - - [2024-09-19 02:45:06] "POST /neutron/network HTTP/1.1" 200 117 0.010100 10.0.0.24 - - [2024-09-19 02:45:06] "GET /projects?obj_uuids=6aa37886-53e3-4f0c-bcb9-44cf572eb2db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001547 10.0.0.24 - - [2024-09-19 02:45:06] "POST /neutron/network HTTP/1.1" 200 605 0.089667 10.0.0.24 - - [2024-09-19 02:45:06] "POST /route-targets HTTP/1.1" 200 327 0.017528 10.0.0.24 - - [2024-09-19 02:45:06] "POST /ref-update HTTP/1.1" 200 156 0.018370 10.0.0.24 - - [2024-09-19 02:45:06] "POST /useragent-kv HTTP/1.1" 200 115 0.008074 10.0.0.24 - - [2024-09-19 02:45:06] "POST /neutron/subnet HTTP/1.1" 200 699 0.179610 10.0.0.24 - - [2024-09-19 02:45:06] "GET /obj-perms HTTP/1.1" 200 5056 0.055576 10.0.0.24 - - [2024-09-19 02:45:06] "POST /useragent-kv HTTP/1.1" 200 115 0.004546 10.0.0.24 - - [2024-09-19 02:45:06] "POST /neutron/subnet HTTP/1.1" 200 699 0.190053 10.0.0.24 - - [2024-09-19 02:45:06] "POST /neutron/network HTTP/1.1" 200 994 0.008530 10.0.0.24 - - [2024-09-19 02:45:06] "POST /id-to-fqname HTTP/1.1" 200 220 0.001425 10.0.0.24 - - [2024-09-19 02:45:06] "GET /virtual-network/8069996e-9f68-46d6-97a4-e82c2dcb9bc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.009909 10.0.0.24 - - [2024-09-19 02:45:06] "POST /neutron/network HTTP/1.1" 200 994 0.009036 10.0.0.24 - - [2024-09-19 02:45:06] "GET /virtual-network/8069996e-9f68-46d6-97a4-e82c2dcb9bc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.010807 10.0.0.24 - - [2024-09-19 02:45:06] "POST /neutron/network HTTP/1.1" 200 994 0.009966 10.0.0.24 - - [2024-09-19 02:45:06] "POST /neutron/subnet HTTP/1.1" 200 699 0.008690 10.0.0.24 - - [2024-09-19 02:45:06] "POST /neutron/subnet HTTP/1.1" 200 699 0.008404 10.0.0.24 - - [2024-09-19 02:45:06] "POST /neutron/network HTTP/1.1" 200 994 0.008149 10.0.0.24 - - [2024-09-19 02:45:06] "POST /neutron/subnet HTTP/1.1" 200 699 0.010789 10.0.0.24 - - [2024-09-19 02:45:07] "POST /neutron/subnet HTTP/1.1" 200 699 0.010994 10.0.0.24 - - [2024-09-19 02:45:07] "GET /projects?obj_uuids=6aa37886-53e3-4f0c-bcb9-44cf572eb2db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003608 10.0.0.24 - - [2024-09-19 02:45:07] "POST /neutron/port HTTP/1.1" 200 1017 0.212794 10.0.0.24 - - [2024-09-19 02:45:07] "GET /projects?obj_uuids=6aa37886-53e3-4f0c-bcb9-44cf572eb2db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001679 10.0.0.24 - - [2024-09-19 02:45:07] "POST /neutron/port HTTP/1.1" 200 1017 0.190933 10.0.0.24 - - [2024-09-19 02:45:07] "POST /id-to-fqname HTTP/1.1" 200 220 0.001656 10.0.0.24 - - [2024-09-19 02:45:07] "POST /neutron/port HTTP/1.1" 200 1017 0.009563 10.0.0.24 - - [2024-09-19 02:45:07] "POST /neutron/port HTTP/1.1" 200 1017 0.009196 10.0.0.24 - - [2024-09-19 02:45:07] "POST /neutron/network HTTP/1.1" 200 994 0.008567 10.0.0.24 - - [2024-09-19 02:45:07] "POST /neutron/port HTTP/1.1" 200 1017 0.009379 10.0.0.24 - - [2024-09-19 02:45:07] "POST /neutron/port HTTP/1.1" 200 117 0.005669 10.0.0.24 - - [2024-09-19 02:45:07] "POST /neutron/port HTTP/1.1" 200 117 0.005691 10.0.0.24 - - [2024-09-19 02:45:07] "POST /id-to-fqname HTTP/1.1" 200 220 0.001686 10.0.0.24 - - [2024-09-19 02:45:07] "POST /neutron/port HTTP/1.1" 200 117 0.006346 10.0.0.24 - - [2024-09-19 02:45:08] "POST /neutron/port HTTP/1.1" 200 1017 0.009920 10.0.0.24 - - [2024-09-19 02:45:08] "POST /neutron/port HTTP/1.1" 200 1017 0.009288 10.0.0.24 - - [2024-09-19 02:45:08] "POST /neutron/network HTTP/1.1" 200 994 0.009182 10.0.0.24 - - [2024-09-19 02:45:08] "POST /neutron/port HTTP/1.1" 200 1017 0.009337 10.0.0.24 - - [2024-09-19 02:45:08] "POST /neutron/port HTTP/1.1" 200 1017 0.011968 10.0.0.24 - - [2024-09-19 02:45:08] "POST /neutron/port HTTP/1.1" 200 1017 0.010610 10.0.0.24 - - [2024-09-19 02:45:08] "POST /neutron/port HTTP/1.1" 200 117 0.007354 10.0.0.24 - - [2024-09-19 02:45:08] "POST /neutron/port HTTP/1.1" 200 117 0.006405 10.0.0.24 - - [2024-09-19 02:45:08] "POST /id-to-fqname HTTP/1.1" 200 220 0.001703 10.0.0.24 - - [2024-09-19 02:45:08] "POST /neutron/port HTTP/1.1" 200 117 0.007098 10.0.0.24 - - [2024-09-19 02:45:08] "POST /neutron/network HTTP/1.1" 200 1004 0.009585 10.0.0.24 - - [2024-09-19 02:45:08] "GET /aaa-mode HTTP/1.1" 401 292 0.000654 10.0.0.24 - - [2024-09-19 02:45:08] "GET / HTTP/1.1" 200 35931 0.002503 10.0.0.24 - - [2024-09-19 02:45:08] "GET /project/6aa37886-53e3-4f0c-bcb9-44cf572eb2db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000601 10.0.0.24 - - [2024-09-19 02:45:08] "POST /neutron/port HTTP/1.1" 200 1017 0.016972 10.0.0.24 - - [2024-09-19 02:45:08] "POST /neutron/network HTTP/1.1" 200 1004 0.012893 10.0.0.24 - - [2024-09-19 02:45:08] "POST /neutron/port HTTP/1.1" 200 1017 0.012592 10.0.0.24 - - [2024-09-19 02:45:08] "POST /neutron/port HTTP/1.1" 200 1017 0.015543 10.0.0.24 - - [2024-09-19 02:45:09] "POST /neutron/port HTTP/1.1" 200 1017 0.040382 10.0.0.24 - - [2024-09-19 02:45:09] "POST /neutron/port HTTP/1.1" 200 1109 0.154570 10.0.0.24 - - [2024-09-19 02:45:09] "POST /neutron/network HTTP/1.1" 200 1004 0.009408 10.0.0.24 - - [2024-09-19 02:45:09] "POST /neutron/port HTTP/1.1" 200 1017 0.013420 10.0.0.24 - - [2024-09-19 02:45:09] "POST /neutron/port HTTP/1.1" 200 1017 0.009003 10.0.0.24 - - [2024-09-19 02:45:09] "POST /neutron/port HTTP/1.1" 200 1083 0.054781 10.0.0.24 - - [2024-09-19 02:45:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009824 10.0.0.24 - - [2024-09-19 02:45:09] "GET /projects?obj_uuids=6aa37886-53e3-4f0c-bcb9-44cf572eb2db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001401 10.0.0.24 - - [2024-09-19 02:45:09] "GET /project/6aa37886-53e3-4f0c-bcb9-44cf572eb2db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.102781 10.0.0.24 - - [2024-09-19 02:45:09] "POST /neutron/port HTTP/1.1" 200 1109 0.182659 10.0.0.24 - - [2024-09-19 02:45:09] "POST /neutron/subnet HTTP/1.1" 200 673 0.037375 10.0.0.24 - - [2024-09-19 02:45:09] "POST /neutron/network HTTP/1.1" 200 994 0.008632 10.0.0.24 - - [2024-09-19 02:45:09] "POST /neutron/port HTTP/1.1" 200 117 0.004580 10.0.0.24 - - [2024-09-19 02:45:09] "POST /neutron/network HTTP/1.1" 200 994 0.008254 10.0.0.24 - - [2024-09-19 02:45:09] "POST /neutron/port HTTP/1.1" 200 1083 0.031294 10.0.0.24 - - [2024-09-19 02:45:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005725 10.0.0.24 - - [2024-09-19 02:45:09] "POST /neutron/subnet HTTP/1.1" 200 673 0.015771 10.0.0.24 - - [2024-09-19 02:45:09] "POST /neutron/port HTTP/1.1" 200 117 0.001416 10.0.0.24 - - [2024-09-19 02:45:09] "POST /neutron/port HTTP/1.1" 200 2050 0.030724 10.0.0.24 - - [2024-09-19 02:45:09] "POST /neutron/network HTTP/1.1" 200 994 0.010385 10.0.0.24 - - [2024-09-19 02:45:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008911 10.0.0.24 - - [2024-09-19 02:45:09] "POST /neutron/port HTTP/1.1" 200 117 0.013736 10.0.0.24 - - [2024-09-19 02:45:09] "GET /domains HTTP/1.1" 200 280 0.003445 10.0.0.24 - - [2024-09-19 02:45:09] "GET /domains?obj_uuids=128d845f-d91b-4004-ab7b-1aaae47abd0b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001455 10.0.0.24 - - [2024-09-19 02:45:09] "GET /domain/128d845f-d91b-4004-ab7b-1aaae47abd0b HTTP/1.1" 200 2573 0.011301 10.0.0.24 - - [2024-09-19 02:45:09] "GET /projects?obj_uuids=6aa37886-53e3-4f0c-bcb9-44cf572eb2db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003007 10.0.0.24 - - [2024-09-19 02:45:09] "GET /project/6aa37886-53e3-4f0c-bcb9-44cf572eb2db HTTP/1.1" 200 2842 0.096939 10.0.0.24 - - [2024-09-19 02:45:09] "GET /network-ipam/582df27a-6f84-4871-92e5-bf0407cc9358 HTTP/1.1" 200 2601 0.006637 10.0.0.24 - - [2024-09-19 02:45:09] "GET /domains HTTP/1.1" 200 280 0.009303 10.0.0.24 - - [2024-09-19 02:45:09] "GET /domains?obj_uuids=128d845f-d91b-4004-ab7b-1aaae47abd0b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001494 10.0.0.24 - - [2024-09-19 02:45:09] "GET /domain/128d845f-d91b-4004-ab7b-1aaae47abd0b HTTP/1.1" 200 2573 0.010561 10.0.0.24 - - [2024-09-19 02:45:09] "GET /projects?obj_uuids=6aa37886-53e3-4f0c-bcb9-44cf572eb2db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001447 10.0.0.24 - - [2024-09-19 02:45:10] "GET /project/6aa37886-53e3-4f0c-bcb9-44cf572eb2db HTTP/1.1" 200 2842 0.207292 10.0.0.24 - - [2024-09-19 02:45:10] "GET /virtual-network/8069996e-9f68-46d6-97a4-e82c2dcb9bc8 HTTP/1.1" 200 3779 0.019975 10.0.0.24 - - [2024-09-19 02:45:10] "GET /virtual-network/8069996e-9f68-46d6-97a4-e82c2dcb9bc8 HTTP/1.1" 200 3779 0.018853 10.0.0.24 - - [2024-09-19 02:45:10] "GET /routing-instance/64bd1c64-c783-4b5b-b75a-ee9d70293633 HTTP/1.1" 200 2380 0.009051 10.0.0.24 - - [2024-09-19 02:45:10] "GET /routing-instance/64bd1c64-c783-4b5b-b75a-ee9d70293633 HTTP/1.1" 200 2380 0.011789 10.0.0.24 - - [2024-09-19 02:45:10] "GET /route-target/58cb86fb-d24b-4564-b842-9f0a03c0559e HTTP/1.1" 200 1204 0.012178 10.0.0.24 - - [2024-09-19 02:45:10] "POST /neutron/network HTTP/1.1" 200 1004 0.026067 10.0.0.24 - - [2024-09-19 02:45:10] "GET /virtual-network/8069996e-9f68-46d6-97a4-e82c2dcb9bc8 HTTP/1.1" 200 3779 0.012171 10.0.0.24 - - [2024-09-19 02:45:10] "GET /routing-instance/64bd1c64-c783-4b5b-b75a-ee9d70293633 HTTP/1.1" 200 2380 0.010317 10.0.0.24 - - [2024-09-19 02:45:10] "GET /projects?obj_uuids=6aa37886-53e3-4f0c-bcb9-44cf572eb2db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001531 10.0.0.24 - - [2024-09-19 02:45:10] "GET /virtual-network/8069996e-9f68-46d6-97a4-e82c2dcb9bc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.010275 10.0.0.24 - - [2024-09-19 02:45:10] "GET /virtual-network/8069996e-9f68-46d6-97a4-e82c2dcb9bc8 HTTP/1.1" 200 3779 0.017713 10.0.0.24 - - [2024-09-19 02:45:10] "GET /routing-instance/64bd1c64-c783-4b5b-b75a-ee9d70293633 HTTP/1.1" 200 2380 0.012640 10.0.0.24 - - [2024-09-19 02:45:10] "GET /routing-instance/64bd1c64-c783-4b5b-b75a-ee9d70293633 HTTP/1.1" 200 2380 0.010078 10.0.0.24 - - [2024-09-19 02:45:10] "GET /route-target/58cb86fb-d24b-4564-b842-9f0a03c0559e HTTP/1.1" 200 1204 0.008935 10.0.0.24 - - [2024-09-19 02:45:10] "GET /domains HTTP/1.1" 200 280 0.003071 10.0.0.24 - - [2024-09-19 02:45:10] "GET /domains?obj_uuids=128d845f-d91b-4004-ab7b-1aaae47abd0b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001411 10.0.0.24 - - [2024-09-19 02:45:10] "GET /domain/128d845f-d91b-4004-ab7b-1aaae47abd0b HTTP/1.1" 200 2573 0.010376 10.0.0.24 - - [2024-09-19 02:45:10] "GET /projects?obj_uuids=6aa37886-53e3-4f0c-bcb9-44cf572eb2db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001425 10.0.0.24 - - [2024-09-19 02:45:10] "GET /project/6aa37886-53e3-4f0c-bcb9-44cf572eb2db HTTP/1.1" 200 3086 0.167084 10.0.0.24 - - [2024-09-19 02:45:10] "GET /virtual-network/8069996e-9f68-46d6-97a4-e82c2dcb9bc8 HTTP/1.1" 200 4037 0.019635 10.0.0.24 - - [2024-09-19 02:45:10] "POST /neutron/port HTTP/1.1" 200 1055 0.505787 10.0.0.24 - - [2024-09-19 02:45:10] "POST /neutron/port HTTP/1.1" 200 1055 0.011115 10.0.0.24 - - [2024-09-19 02:45:10] "POST /neutron/port HTTP/1.1" 200 1055 0.009913 10.0.0.24 - - [2024-09-19 02:45:10] "POST /neutron/port HTTP/1.1" 200 1109 0.143077 10.0.0.24 - - [2024-09-19 02:45:11] "POST /neutron/port HTTP/1.1" 200 1083 0.031687 10.0.0.24 - - [2024-09-19 02:45:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005474 10.0.0.24 - - [2024-09-19 02:45:11] "GET /obj-perms HTTP/1.1" 200 5030 0.077291 10.0.0.24 - - [2024-09-19 02:45:11] "POST /neutron/subnet HTTP/1.1" 200 673 0.022913 10.0.0.24 - - [2024-09-19 02:45:11] "POST /neutron/port HTTP/1.1" 200 117 0.001495 10.0.0.24 - - [2024-09-19 02:45:11] "POST /neutron/network HTTP/1.1" 200 994 0.010690 10.0.0.24 - - [2024-09-19 02:45:11] "POST /neutron/port HTTP/1.1" 200 1083 0.033455 10.0.0.24 - - [2024-09-19 02:45:11] "POST /neutron/security_group HTTP/1.1" 200 2058 0.014023 10.0.0.24 - - [2024-09-19 02:45:11] "POST /neutron/port HTTP/1.1" 200 1083 0.018634 10.0.0.24 - - [2024-09-19 02:45:11] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009551 10.0.0.24 - - [2024-09-19 02:45:11] "POST /neutron/port HTTP/1.1" 200 1083 0.019744 10.0.0.24 - - [2024-09-19 02:45:11] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008341 10.0.0.24 - - [2024-09-19 02:45:11] "GET /virtual-machine/d91fd203-f907-43ef-b9a0-5ff5325140c1 HTTP/1.1" 200 1289 0.020223 10.0.0.24 - - [2024-09-19 02:45:11] "GET /virtual-machine-interface/ff799235-6828-42a9-a222-cb100b69df5e HTTP/1.1" 200 2942 0.018920 10.0.0.24 - - [2024-09-19 02:45:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.24 - - [2024-09-19 02:45:11] "GET /global-vrouter-config/6758536d-2137-4014-927a-c6f798680ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.006274 10.0.0.24 - - [2024-09-19 02:45:11] "GET /virtual-networks?parent_id=6aa37886-53e3-4f0c-bcb9-44cf572eb2db&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004149 10.0.0.24 - - [2024-09-19 02:45:11] "GET /virtual-network/8069996e-9f68-46d6-97a4-e82c2dcb9bc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.010632 10.0.0.24 - - [2024-09-19 02:45:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.24 - - [2024-09-19 02:45:14] "GET /virtual-network/8069996e-9f68-46d6-97a4-e82c2dcb9bc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.010744 10.0.0.24 - - [2024-09-19 02:45:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.24 - - [2024-09-19 02:45:19] "GET /virtual-network/8069996e-9f68-46d6-97a4-e82c2dcb9bc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.013596 10.0.0.24 - - [2024-09-19 02:45:19] "POST /neutron/port HTTP/1.1" 200 1083 0.019144 10.0.0.24 - - [2024-09-19 02:45:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.012690 10.0.0.24 - - [2024-09-19 02:45:20] "POST /neutron/port HTTP/1.1" 200 1083 0.018970 10.0.0.24 - - [2024-09-19 02:45:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007420 10.0.0.24 - - [2024-09-19 02:45:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.24 - - [2024-09-19 02:45:21] "GET /global-vrouter-config/6758536d-2137-4014-927a-c6f798680ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003984 10.0.0.24 - - [2024-09-19 02:45:21] "GET /virtual-networks?parent_id=6aa37886-53e3-4f0c-bcb9-44cf572eb2db&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003545 10.0.0.24 - - [2024-09-19 02:45:21] "GET /virtual-network/8069996e-9f68-46d6-97a4-e82c2dcb9bc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.010718 10.0.0.24 - - [2024-09-19 02:45:21] "POST /neutron/port HTTP/1.1" 200 1083 0.018654 10.0.0.24 - - [2024-09-19 02:45:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007283 10.0.0.24 - - [2024-09-19 02:45:21] "POST /neutron/port HTTP/1.1" 200 1083 0.017795 10.0.0.24 - - [2024-09-19 02:45:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006916 10.0.0.24 - - [2024-09-19 02:45:26] "POST /neutron/port HTTP/1.1" 200 1083 0.017710 10.0.0.24 - - [2024-09-19 02:45:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007800 10.0.0.24 - - [2024-09-19 02:45:26] "POST /neutron/port HTTP/1.1" 200 1083 0.017225 10.0.0.24 - - [2024-09-19 02:45:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007803 10.0.0.24 - - [2024-09-19 02:45:26] "POST /neutron/port HTTP/1.1" 200 1083 0.017579 10.0.0.24 - - [2024-09-19 02:45:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009106 10.0.0.24 - - [2024-09-19 02:45:26] "GET /virtual-machine/15ded22a-0e98-42f7-9888-72b47ca1f671 HTTP/1.1" 200 1288 0.008637 10.0.0.24 - - [2024-09-19 02:45:26] "GET /virtual-machine-interface/49e03e13-b34e-4563-ac26-1b07f0671306 HTTP/1.1" 200 2941 0.014893 10.0.0.24 - - [2024-09-19 02:45:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.24 - - [2024-09-19 02:45:26] "GET /global-vrouter-config/6758536d-2137-4014-927a-c6f798680ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004291 10.0.0.24 - - [2024-09-19 02:45:26] "GET /virtual-networks?parent_id=6aa37886-53e3-4f0c-bcb9-44cf572eb2db&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003706 10.0.0.24 - - [2024-09-19 02:45:27] "GET /virtual-network/8069996e-9f68-46d6-97a4-e82c2dcb9bc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.011315 10.0.0.24 - - [2024-09-19 02:45:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003845 10.0.0.24 - - [2024-09-19 02:45:28] "GET /global-vrouter-config/6758536d-2137-4014-927a-c6f798680ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004057 10.0.0.24 - - [2024-09-19 02:45:28] "GET /virtual-networks?parent_id=6aa37886-53e3-4f0c-bcb9-44cf572eb2db&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003981 10.0.0.24 - - [2024-09-19 02:45:28] "GET /virtual-network/8069996e-9f68-46d6-97a4-e82c2dcb9bc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.011533 10.0.0.24 - - [2024-09-19 02:45:28] "POST /neutron/port HTTP/1.1" 200 1083 0.016253 10.0.0.24 - - [2024-09-19 02:45:28] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006780 10.0.0.24 - - [2024-09-19 02:45:28] "POST /neutron/port HTTP/1.1" 200 1083 0.017043 10.0.0.24 - - [2024-09-19 02:45:28] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008725 10.0.0.24 - - [2024-09-19 02:45:28] "POST /neutron/port HTTP/1.1" 200 1083 0.017810 10.0.0.24 - - [2024-09-19 02:45:28] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007578 10.0.0.24 - - [2024-09-19 02:45:28] "GET /virtual-machine/44a91b11-1292-48e5-bd08-ec3de9a4d407 HTTP/1.1" 200 1292 0.006127 10.0.0.24 - - [2024-09-19 02:45:28] "GET /virtual-machine-interface/fde060b1-ed3d-4a56-950b-4de06f06ae56 HTTP/1.1" 200 2942 0.009354 10.0.0.24 - - [2024-09-19 02:45:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.24 - - [2024-09-19 02:45:28] "GET /global-vrouter-config/6758536d-2137-4014-927a-c6f798680ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003842 10.0.0.24 - - [2024-09-19 02:45:28] "GET /virtual-networks?parent_id=6aa37886-53e3-4f0c-bcb9-44cf572eb2db&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003480 10.0.0.24 - - [2024-09-19 02:45:28] "GET /virtual-network/8069996e-9f68-46d6-97a4-e82c2dcb9bc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.011898 10.0.0.24 - - [2024-09-19 02:45:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004750 10.0.0.24 - - [2024-09-19 02:45:30] "GET /global-vrouter-config/6758536d-2137-4014-927a-c6f798680ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005158 10.0.0.24 - - [2024-09-19 02:45:30] "GET /virtual-networks?parent_id=6aa37886-53e3-4f0c-bcb9-44cf572eb2db&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003800 10.0.0.24 - - [2024-09-19 02:45:30] "GET /virtual-network/8069996e-9f68-46d6-97a4-e82c2dcb9bc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.010906 10.0.0.24 - - [2024-09-19 02:45:46] "POST /neutron/port HTTP/1.1" 200 1109 0.014863 10.0.0.24 - - [2024-09-19 02:45:46] "POST /neutron/port HTTP/1.1" 200 1109 0.010891 10.0.0.24 - - [2024-09-19 02:45:46] "POST /neutron/port HTTP/1.1" 200 151 0.135708 10.0.0.24 - - [2024-09-19 02:45:46] "POST /neutron/port HTTP/1.1" 200 1083 0.029083 10.0.0.24 - - [2024-09-19 02:45:46] "POST /neutron/port HTTP/1.1" 200 1109 0.019281 10.0.0.24 - - [2024-09-19 02:45:46] "POST /neutron/port HTTP/1.1" 200 1109 0.017360 10.0.0.24 - - [2024-09-19 02:45:46] "POST /neutron/port HTTP/1.1" 200 1109 0.015685 10.0.0.24 - - [2024-09-19 02:45:46] "POST /neutron/port HTTP/1.1" 200 151 0.199515 10.0.0.24 - - [2024-09-19 02:45:46] "POST /neutron/port HTTP/1.1" 200 151 0.212353 10.0.0.24 - - [2024-09-19 02:45:46] "POST /neutron/network HTTP/1.1" 200 994 0.008528 10.0.0.24 - - [2024-09-19 02:45:46] "POST /neutron/port HTTP/1.1" 200 117 0.012332 10.0.0.24 - - [2024-09-19 02:45:47] "POST /neutron/port HTTP/1.1" 400 205 0.008869 10.0.0.24 - - [2024-09-19 02:45:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.24 - - [2024-09-19 02:45:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002081 10.0.0.24 - - [2024-09-19 02:45:47] "POST /useragent-kv HTTP/1.1" 200 115 0.001550 10.0.0.24 - - [2024-09-19 02:45:47] "POST /useragent-kv HTTP/1.1" 200 115 0.001552 10.0.0.24 - - [2024-09-19 02:45:47] "POST /useragent-kv HTTP/1.1" 200 115 0.001427 10.0.0.24 - - [2024-09-19 02:45:47] "POST /neutron/network HTTP/1.1" 200 151 0.189313 10.0.0.24 - - [2024-09-19 02:45:47] "DELETE /route-target/58cb86fb-d24b-4564-b842-9f0a03c0559e HTTP/1.1" 200 115 0.042721 10.0.0.24 - - [2024-09-19 02:45:47] "GET /routing-instance/64bd1c64-c783-4b5b-b75a-ee9d70293633 HTTP/1.1" 404 171 0.006852 10.0.0.24 - - [2024-09-19 02:45:47] "GET /domains HTTP/1.1" 200 280 0.004723 10.0.0.24 - - [2024-09-19 02:45:47] "GET /domains?obj_uuids=128d845f-d91b-4004-ab7b-1aaae47abd0b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001537 10.0.0.24 - - [2024-09-19 02:45:47] "GET /domain/128d845f-d91b-4004-ab7b-1aaae47abd0b HTTP/1.1" 200 2573 0.010149 10.0.0.24 - - [2024-09-19 02:45:47] "GET /projects?obj_uuids=6aa37886-53e3-4f0c-bcb9-44cf572eb2db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002728 10.0.0.24 - - [2024-09-19 02:45:47] "GET /project/6aa37886-53e3-4f0c-bcb9-44cf572eb2db HTTP/1.1" 200 2085 0.087266 10.0.0.24 - - [2024-09-19 02:45:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.24 - - [2024-09-19 02:45:47] "DELETE /network-ipam/582df27a-6f84-4871-92e5-bf0407cc9358 HTTP/1.1" 200 115 0.035180 10.0.0.24 - - [2024-09-19 02:45:47] "POST /fqname-to-id HTTP/1.1" 404 211 0.002644 10.0.0.24 - - [2024-09-19 02:45:47] "GET /projects?obj_uuids=6aa37886-53e3-4f0c-bcb9-44cf572eb2db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001505 10.0.0.24 - - [2024-09-19 02:45:47] "GET /project/6aa37886-53e3-4f0c-bcb9-44cf572eb2db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.037755 10.0.0.24 - - [2024-09-19 02:45:47] "GET /projects?obj_uuids=6aa37886-53e3-4f0c-bcb9-44cf572eb2db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001313 10.0.0.24 - - [2024-09-19 02:45:47] "GET /project/6aa37886-53e3-4f0c-bcb9-44cf572eb2db?fields=virtual_networks HTTP/1.1" 200 1032 0.039296 10.0.0.24 - - [2024-09-19 02:45:47] "GET /projects?obj_uuids=6aa37886-53e3-4f0c-bcb9-44cf572eb2db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001493 10.0.0.24 - - [2024-09-19 02:45:47] "GET /project/6aa37886-53e3-4f0c-bcb9-44cf572eb2db?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.043075