++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Mon Oct 28 02:23:07 UTC 2024 ===================' INFO: =================== Mon Oct 28 02:23:07 UTC 2024 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ head -n 1 +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.32 ++ 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.32 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.32 ++ ANALYTICSDB_NODES=10.0.0.32 ++ ANALYTICS_SNMP_NODES=10.0.0.32 ++ 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.32 +++ local server_address=10.0.0.32 +++ extended_server_list+='10.0.0.32:8081 ' +++ '[' -n '10.0.0.32:8081 ' ']' +++ echo 10.0.0.32:8081 ++ ANALYTICS_SERVERS=10.0.0.32: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.32 +++ local server_address=10.0.0.32 +++ extended_server_list+='10.0.0.32:9042 ' +++ '[' -n '10.0.0.32:9042 ' ']' +++ echo 10.0.0.32:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.32:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.32 ++ 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.32 +++ local server_address=10.0.0.32 +++ extended_server_list+='10.0.0.32:8086 ' +++ '[' -n '10.0.0.32:8086 ' ']' +++ echo 10.0.0.32:8086 ++ COLLECTOR_SERVERS=10.0.0.32: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.32 ++ CONFIGDB_NODES=10.0.0.32 ++ 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.32 +++ local server_address=10.0.0.32 +++ extended_server_list+='10.0.0.32:8082 ' +++ '[' -n '10.0.0.32:8082 ' ']' +++ echo 10.0.0.32:8082 ++ CONFIG_SERVERS=10.0.0.32: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.32 +++ local server_address=10.0.0.32 +++ extended_server_list+='10.0.0.32:9161 ' +++ '[' -n '10.0.0.32:9161 ' ']' +++ echo 10.0.0.32:9161 ++ CONFIGDB_SERVERS=10.0.0.32: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.32 +++ local server_address=10.0.0.32 +++ extended_server_list+='10.0.0.32:9041 ' +++ '[' -n '10.0.0.32:9041 ' ']' +++ echo 10.0.0.32:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.32:9041 ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.0.0.32 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.0.0.32 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.32 ++ 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.32 +++ local server_address=10.0.0.32 +++ extended_server_list+=10.0.0.32:2181, +++ '[' -n 10.0.0.32:2181, ']' +++ echo 10.0.0.32:2181 ++ ZOOKEEPER_SERVERS=10.0.0.32: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.32 +++ local server_address=10.0.0.32 +++ extended_server_list+='10.0.0.32:2181 ' +++ '[' -n '10.0.0.32:2181 ' ']' +++ echo 10.0.0.32:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.32:2181 ++ RABBITMQ_NODES=10.0.0.32 ++ 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.32 +++ local server_address=10.0.0.32 +++ extended_server_list+=10.0.0.32:5673, +++ '[' -n 10.0.0.32:5673, ']' +++ echo 10.0.0.32:5673 ++ RABBITMQ_SERVERS=10.0.0.32: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.32 +++ local server_address=10.0.0.32 +++ extended_server_list+='10.0.0.32:6379 ' +++ '[' -n '10.0.0.32:6379 ' ']' +++ echo 10.0.0.32:6379 ++ REDIS_SERVERS=10.0.0.32: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.32 ++ 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.32 +++ local server_address=10.0.0.32 +++ extended_server_list+='10.0.0.32:9092 ' +++ '[' -n '10.0.0.32:9092 ' ']' +++ echo 10.0.0.32:9092 ++ KAFKA_SERVERS=10.0.0.32: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.32 ++ 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.32 ++ 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.32 ++ 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.32 ++ cut -d , -f 1 + local cassandra=10.0.0.32 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.32 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 +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.32 +++ local servers=10.0.0.32 +++ 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.32,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.32'\''))' +++ local server_ip=10.0.0.32 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.32 ]] +++ [[ ,10.0.0.32,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.32, ]] +++ echo 10.0.0.32 1 +++ return ++ local ip=10.0.0.32 ++ [[ -z 10.0.0.32 ]] ++ echo 10.0.0.32 + host_ip=10.0.0.32 + [[ cql == \c\q\l ]] ++ echo 10.0.0.32:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.32:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.32:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ sort ++ sed 's/^API__//g' ++ cut -d = -f 1 + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.6/site-packages/keystonemiddleware/auth_token/_memcache_crypt.py:42: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography. The next release of cryptography will remove support for Python 3.6. from cryptography.hazmat import backends as crypto_backends 10/28/2024 02:23:16.405 7fcd6e8cc348 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 10/28/2024 02:23:16.439 7fcd6e8cc348 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 10/28/2024 02:23:16.456 7fcd6e8cc348 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 10/28/2024 02:23:16.456 7fcd6e8cc348 [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.32:8082/ Hit Ctrl-C to quit. 10.0.0.32 - - [2024-10-28 02:23:20] "GET / HTTP/1.1" 200 45871 0.001970 10.0.0.32 - - [2024-10-28 02:23:20] "GET / HTTP/1.1" 200 45871 0.001464 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.32 - - [2024-10-28 02:23:20] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000753 10.0.0.32 - - [2024-10-28 02:23:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000397 10.0.0.32 - - [2024-10-28 02:23:21] "GET / HTTP/1.1" 200 35931 0.002297 10.0.0.32 - - [2024-10-28 02:23:21] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.725250 10.0.0.32 - - [2024-10-28 02:23:21] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.004901 10.0.0.32 - - [2024-10-28 02:23:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.402025 10.0.0.32 - - [2024-10-28 02:23:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 /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.32 - - [2024-10-28 02:23:21] "GET / HTTP/1.1" 200 35931 0.002274 10.0.0.32 - - [2024-10-28 02:23:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000708 10.0.0.32 - - [2024-10-28 02:23:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.038007 10.0.0.32 - - [2024-10-28 02:23:22] "GET /global-system-config/ea92a003-eaec-41a0-b76d-68a157c3d88d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.020153 10.0.0.32 - - [2024-10-28 02:23:22] "POST /fqname-to-id HTTP/1.1" 404 220 0.004693 10.0.0.32 - - [2024-10-28 02:23:22] "POST /config-nodes HTTP/1.1" 200 599 0.028115 10.0.0.32 - - [2024-10-28 02:23:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000620 10.0.0.32 - - [2024-10-28 02:23:22] "GET / HTTP/1.1" 200 35931 0.002624 10.0.0.32 - - [2024-10-28 02:23:22] "GET / HTTP/1.1" 200 35931 0.001751 10.0.0.32 - - [2024-10-28 02:23:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000696 10.0.0.32 - - [2024-10-28 02:23:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.002841 10.0.0.32 - - [2024-10-28 02:23:22] "GET / HTTP/1.1" 200 35931 0.002084 10.0.0.32 - - [2024-10-28 02:23:22] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000700 10.0.0.32 - - [2024-10-28 02:23:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.681467 10.0.0.32 - - [2024-10-28 02:23:23] "GET /network-ipam/63d09197-aa0e-46e2-97d7-3ec690ae57df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.008225 10.0.0.32 - - [2024-10-28 02:23:23] "POST /fqname-to-id HTTP/1.1" 404 186 0.702963 10.0.0.32 - - [2024-10-28 02:23:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005036 10.0.0.32 - - [2024-10-28 02:23:23] "POST /fqname-to-id HTTP/1.1" 404 196 0.394731 10.0.0.32 - - [2024-10-28 02:23:23] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.065053 10.0.0.32 - - [2024-10-28 02:23:23] "GET /global-system-config/ea92a003-eaec-41a0-b76d-68a157c3d88d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.045296 10.0.0.32 - - [2024-10-28 02:23:23] "POST /job-templates HTTP/1.1" 200 555 0.081196 10.0.0.32 - - [2024-10-28 02:23:24] "POST /fqname-to-id HTTP/1.1" 404 200 0.004413 10.0.0.32 - - [2024-10-28 02:23:24] "POST /service-appliance-sets HTTP/1.1" 200 553 0.024210 10.0.0.32 - - [2024-10-28 02:23:24] "POST /fqname-to-id HTTP/1.1" 404 180 0.003618 10.0.0.32 - - [2024-10-28 02:23:24] "POST /fqname-to-id HTTP/1.1" 404 225 0.003785 10.0.0.32 - - [2024-10-28 02:23:24] "POST /job-templates HTTP/1.1" 200 563 0.071644 10.0.0.32 - - [2024-10-28 02:23:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004668 10.0.0.32 - - [2024-10-28 02:23:24] "POST /access-control-lists HTTP/1.1" 200 587 0.036984 10.0.0.32 - - [2024-10-28 02:23:24] "POST /fqname-to-id HTTP/1.1" 404 191 0.004653 10.0.0.32 - - [2024-10-28 02:23:24] "GET /global-system-config/ea92a003-eaec-41a0-b76d-68a157c3d88d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.014830 10.0.0.32 - - [2024-10-28 02:23:24] "POST /fqname-to-id HTTP/1.1" 404 224 0.003740 10.0.0.32 - - [2024-10-28 02:23:24] "POST /job-templates HTTP/1.1" 200 545 0.079401 10.0.0.32 - - [2024-10-28 02:23:24] "POST /service-appliance-sets HTTP/1.1" 200 541 0.066772 10.0.0.32 - - [2024-10-28 02:23:24] "POST /access-control-lists HTTP/1.1" 200 585 0.072325 10.0.0.32 - - [2024-10-28 02:23:24] "POST /fqname-to-id HTTP/1.1" 404 207 0.003945 10.0.0.32 - - [2024-10-28 02:23:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005457 10.0.0.32 - - [2024-10-28 02:23:24] "GET /network-ipam/63d09197-aa0e-46e2-97d7-3ec690ae57df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.008129 10.0.0.32 - - [2024-10-28 02:23:24] "POST /route-targets HTTP/1.1" 200 327 0.019454 10.0.0.32 - - [2024-10-28 02:23:24] "POST /job-templates HTTP/1.1" 200 577 0.038997 10.0.0.32 - - [2024-10-28 02:23:24] "POST /ref-update HTTP/1.1" 200 156 0.016020 10.0.0.32 - - [2024-10-28 02:23:24] "POST /fqname-to-id HTTP/1.1" 404 208 0.003859 10.0.0.32 - - [2024-10-28 02:23:24] "POST /route-targets HTTP/1.1" 200 327 0.013727 10.0.0.32 - - [2024-10-28 02:23:24] "POST /job-templates HTTP/1.1" 200 579 0.071782 10.0.0.32 - - [2024-10-28 02:23:24] "POST /ref-update HTTP/1.1" 200 156 0.048700 10.0.0.32 - - [2024-10-28 02:23:24] "POST /service-templates HTTP/1.1" 200 511 0.075689 10.0.0.32 - - [2024-10-28 02:23:24] "POST /service-templates HTTP/1.1" 200 501 0.024341 10.0.0.32 - - [2024-10-28 02:23:24] "POST /fqname-to-id HTTP/1.1" 404 210 0.002830 10.0.0.32 - - [2024-10-28 02:23:24] "POST /route-targets HTTP/1.1" 200 327 0.014097 10.0.0.32 - - [2024-10-28 02:23:24] "POST /service-templates HTTP/1.1" 200 515 0.028741 10.0.0.32 - - [2024-10-28 02:23:24] "POST /job-templates HTTP/1.1" 200 583 0.085703 10.0.0.32 - - [2024-10-28 02:23:24] "POST /ref-update HTTP/1.1" 200 156 0.062221 10.0.0.32 - - [2024-10-28 02:23:24] "POST /service-templates HTTP/1.1" 200 535 0.031039 10.0.0.32 - - [2024-10-28 02:23:24] "POST /fqname-to-id HTTP/1.1" 404 198 0.003952 10.0.0.32 - - [2024-10-28 02:23:24] "POST /route-targets HTTP/1.1" 200 327 0.015803 10.0.0.32 - - [2024-10-28 02:23:24] "POST /service-templates HTTP/1.1" 200 507 0.021983 10.0.0.32 - - [2024-10-28 02:23:24] "POST /job-templates HTTP/1.1" 200 559 0.066643 10.0.0.32 - - [2024-10-28 02:23:24] "POST /ref-update HTTP/1.1" 200 156 0.036335 10.0.0.32 - - [2024-10-28 02:23:24] "POST /fqname-to-id HTTP/1.1" 404 203 0.005395 10.0.0.32 - - [2024-10-28 02:23:25] "POST /fqname-to-id HTTP/1.1" 404 201 0.003436 10.0.0.32 - - [2024-10-28 02:23:25] "POST /job-templates HTTP/1.1" 200 569 0.070921 10.0.0.32 - - [2024-10-28 02:23:25] "POST /fqname-to-id HTTP/1.1" 404 196 0.003649 10.0.0.32 - - [2024-10-28 02:23:25] "POST /access-control-lists HTTP/1.1" 200 551 0.105268 10.0.0.32 - - [2024-10-28 02:23:25] "GET / HTTP/1.1" 200 35931 0.001986 10.0.0.32 - - [2024-10-28 02:23:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000531 10.0.0.32 - - [2024-10-28 02:23:25] "POST /job-templates HTTP/1.1" 200 555 0.084972 10.0.0.32 - - [2024-10-28 02:23:25] "PUT /access-control-list/1a1aa81c-d93b-4434-ac78-58dd23aa6578 HTTP/1.1" 200 272 0.059909 10.0.0.32 - - [2024-10-28 02:23:25] "POST /fqname-to-id HTTP/1.1" 404 196 0.004180 10.0.0.32 - - [2024-10-28 02:23:25] "PUT /access-control-list/c506462e-878d-4ee2-bd5c-885d59719582 HTTP/1.1" 200 272 0.018307 10.0.0.32 - - [2024-10-28 02:23:25] "POST /job-templates HTTP/1.1" 200 555 0.075490 10.0.0.32 - - [2024-10-28 02:23:25] "POST /fqname-to-id HTTP/1.1" 404 196 0.004236 10.0.0.32 - - [2024-10-28 02:23:25] "POST /job-templates HTTP/1.1" 200 555 0.070408 10.0.0.32 - - [2024-10-28 02:23:25] "POST /fqname-to-id HTTP/1.1" 404 186 0.004522 10.0.0.32 - - [2024-10-28 02:23:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.037206 10.0.0.32 - - [2024-10-28 02:23:25] "GET /global-system-config/ea92a003-eaec-41a0-b76d-68a157c3d88d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.013092 10.0.0.32 - - [2024-10-28 02:23:25] "POST /fqname-to-id HTTP/1.1" 404 220 0.003627 10.0.0.32 - - [2024-10-28 02:23:25] "POST /job-templates HTTP/1.1" 200 535 0.069013 10.0.0.32 - - [2024-10-28 02:23:25] "POST /config-database-nodes HTTP/1.1" 200 617 0.020451 10.0.0.32 - - [2024-10-28 02:23:25] "POST /fqname-to-id HTTP/1.1" 404 198 0.003500 10.0.0.32 - - [2024-10-28 02:23:25] "POST /job-templates HTTP/1.1" 200 559 0.065031 10.0.0.32 - - [2024-10-28 02:23:26] "POST /fqname-to-id HTTP/1.1" 404 198 0.003571 10.0.0.32 - - [2024-10-28 02:23:26] "POST /job-templates HTTP/1.1" 200 559 0.065489 10.0.0.32 - - [2024-10-28 02:23:26] "POST /fqname-to-id HTTP/1.1" 404 198 0.003487 10.0.0.32 - - [2024-10-28 02:23:26] "POST /job-templates HTTP/1.1" 200 559 0.068888 10.0.0.32 - - [2024-10-28 02:23:26] "POST /fqname-to-id HTTP/1.1" 404 201 0.003735 10.0.0.32 - - [2024-10-28 02:23:26] "POST /job-templates HTTP/1.1" 200 565 0.069284 10.0.0.32 - - [2024-10-28 02:23:26] "POST /fqname-to-id HTTP/1.1" 404 197 0.003736 10.0.0.32 - - [2024-10-28 02:23:26] "POST /job-templates HTTP/1.1" 200 557 0.065744 10.0.0.32 - - [2024-10-28 02:23:26] "POST /fqname-to-id HTTP/1.1" 404 196 0.003898 10.0.0.32 - - [2024-10-28 02:23:26] "POST /job-templates HTTP/1.1" 200 555 0.069967 10.0.0.32 - - [2024-10-28 02:23:26] "POST /fqname-to-id HTTP/1.1" 404 205 0.004117 10.0.0.32 - - [2024-10-28 02:23:26] "POST /job-templates HTTP/1.1" 200 573 0.066138 10.0.0.32 - - [2024-10-28 02:23:26] "POST /fqname-to-id HTTP/1.1" 404 194 0.003684 10.0.0.32 - - [2024-10-28 02:23:27] "POST /job-templates HTTP/1.1" 200 551 0.065914 10.0.0.32 - - [2024-10-28 02:23:27] "POST /fqname-to-id HTTP/1.1" 404 208 0.003681 10.0.0.32 - - [2024-10-28 02:23:27] "POST /job-templates HTTP/1.1" 200 579 0.064656 10.0.0.32 - - [2024-10-28 02:23:27] "POST /fqname-to-id HTTP/1.1" 404 196 0.003838 10.0.0.32 - - [2024-10-28 02:23:27] "POST /job-templates HTTP/1.1" 200 555 0.067243 10.0.0.32 - - [2024-10-28 02:23:27] "POST /fqname-to-id HTTP/1.1" 404 198 0.004114 10.0.0.32 - - [2024-10-28 02:23:27] "POST /job-templates HTTP/1.1" 200 559 0.066396 10.0.0.32 - - [2024-10-28 02:23:27] "POST /fqname-to-id HTTP/1.1" 404 206 0.004558 10.0.0.32 - - [2024-10-28 02:23:27] "POST /job-templates HTTP/1.1" 200 575 0.073755 10.0.0.32 - - [2024-10-28 02:23:27] "POST /fqname-to-id HTTP/1.1" 404 197 0.004387 10.0.0.32 - - [2024-10-28 02:23:27] "POST /job-templates HTTP/1.1" 200 557 0.064613 10.0.0.32 - - [2024-10-28 02:23:27] "POST /fqname-to-id HTTP/1.1" 404 198 0.003766 10.0.0.32 - - [2024-10-28 02:23:28] "POST /job-templates HTTP/1.1" 200 559 0.078393 10.0.0.32 - - [2024-10-28 02:23:28] "POST /fqname-to-id HTTP/1.1" 404 196 0.003907 10.0.0.32 - - [2024-10-28 02:23:28] "POST /job-templates HTTP/1.1" 200 555 0.066241 10.0.0.32 - - [2024-10-28 02:23:28] "POST /fqname-to-id HTTP/1.1" 404 195 0.004176 10.0.0.32 - - [2024-10-28 02:23:28] "POST /job-templates HTTP/1.1" 200 553 0.065175 10.0.0.32 - - [2024-10-28 02:23:28] "POST /fqname-to-id HTTP/1.1" 404 195 0.003872 10.0.0.32 - - [2024-10-28 02:23:28] "POST /job-templates HTTP/1.1" 200 553 0.065264 10.0.0.32 - - [2024-10-28 02:23:28] "POST /fqname-to-id HTTP/1.1" 404 195 0.004364 10.0.0.32 - - [2024-10-28 02:23:28] "POST /job-templates HTTP/1.1" 200 553 0.069018 10.0.0.32 - - [2024-10-28 02:23:28] "POST /fqname-to-id HTTP/1.1" 404 200 0.003588 10.0.0.32 - - [2024-10-28 02:23:28] "POST /job-templates HTTP/1.1" 200 563 0.066648 10.0.0.32 - - [2024-10-28 02:23:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004685 10.0.0.32 - - [2024-10-28 02:23:28] "GET /global-vrouter-config/333c7863-f234-4c44-8e2d-1d46228978ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1161 0.005685 10.0.0.32 - - [2024-10-28 02:23:28] "POST /fqname-to-id HTTP/1.1" 404 201 0.003619 10.0.0.32 - - [2024-10-28 02:23:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.32 - - [2024-10-28 02:23:29] "POST /job-templates HTTP/1.1" 200 565 0.065709 10.0.0.32 - - [2024-10-28 02:23:29] "PUT /global-vrouter-config/333c7863-f234-4c44-8e2d-1d46228978ac HTTP/1.1" 200 276 0.054740 10.0.0.32 - - [2024-10-28 02:23:29] "POST /fqname-to-id HTTP/1.1" 404 189 0.004058 10.0.0.32 - - [2024-10-28 02:23:29] "POST /config-propertiess HTTP/1.1" 200 551 0.019077 10.0.0.32 - - [2024-10-28 02:23:29] "POST /fqname-to-id HTTP/1.1" 404 168 0.005519 10.0.0.32 - - [2024-10-28 02:23:29] "POST /tags HTTP/1.1" 200 321 0.042832 10.0.0.32 - - [2024-10-28 02:23:29] "POST /fqname-to-id HTTP/1.1" 404 166 0.003796 10.0.0.32 - - [2024-10-28 02:23:29] "POST /tags HTTP/1.1" 200 317 0.030117 10.0.0.32 - - [2024-10-28 02:23:29] "GET / HTTP/1.1" 200 35931 0.002029 10.0.0.32 - - [2024-10-28 02:23:29] "POST /alarms HTTP/1.1" 401 292 0.000518 10.0.0.32 - - [2024-10-28 02:23:29] "POST /fqname-to-id HTTP/1.1" 404 174 0.004069 10.0.0.32 - - [2024-10-28 02:23:29] "POST /tags HTTP/1.1" 200 333 0.025372 10.0.0.32 - - [2024-10-28 02:23:29] "POST /fqname-to-id HTTP/1.1" 404 162 0.003623 10.0.0.32 - - [2024-10-28 02:23:29] "POST /tags HTTP/1.1" 200 309 0.028428 10.0.0.32 - - [2024-10-28 02:23:29] "POST /fqname-to-id HTTP/1.1" 404 174 0.003585 10.0.0.32 - - [2024-10-28 02:23:29] "POST /tags HTTP/1.1" 200 333 0.027098 10.0.0.32 - - [2024-10-28 02:23:29] "POST /fqname-to-id HTTP/1.1" 404 164 0.003469 10.0.0.32 - - [2024-10-28 02:23:29] "POST /alarms HTTP/1.1" 200 581 0.050447 10.0.0.32 - - [2024-10-28 02:23:29] "POST /tags HTTP/1.1" 200 313 0.033831 10.0.0.32 - - [2024-10-28 02:23:29] "POST /alarms HTTP/1.1" 200 575 0.022278 10.0.0.32 - - [2024-10-28 02:23:29] "POST /fqname-to-id HTTP/1.1" 404 169 0.004198 10.0.0.32 - - [2024-10-28 02:23:29] "POST /alarms HTTP/1.1" 200 575 0.019216 10.0.0.32 - - [2024-10-28 02:23:30] "POST /tags HTTP/1.1" 200 323 0.026253 10.0.0.32 - - [2024-10-28 02:23:30] "POST /alarms HTTP/1.1" 200 559 0.023157 10.0.0.32 - - [2024-10-28 02:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004808 10.0.0.32 - - [2024-10-28 02:23:30] "POST /alarms HTTP/1.1" 200 555 0.024528 10.0.0.32 - - [2024-10-28 02:23:30] "PUT /global-system-config/ea92a003-eaec-41a0-b76d-68a157c3d88d HTTP/1.1" 200 274 0.011177 10.0.0.32 - - [2024-10-28 02:23:30] "POST /fqname-to-id HTTP/1.1" 404 166 0.004726 10.0.0.32 - - [2024-10-28 02:23:30] "POST /alarms HTTP/1.1" 200 557 0.027231 10.0.0.32 - - [2024-10-28 02:23:30] "POST /hardwares HTTP/1.1" 200 327 0.017644 10.0.0.32 - - [2024-10-28 02:23:30] "POST /alarms HTTP/1.1" 200 565 0.023535 10.0.0.32 - - [2024-10-28 02:23:30] "POST /fqname-to-id HTTP/1.1" 404 166 0.004266 10.0.0.32 - - [2024-10-28 02:23:30] "POST /alarms HTTP/1.1" 200 549 0.022482 10.0.0.32 - - [2024-10-28 02:23:30] "POST /hardwares HTTP/1.1" 200 327 0.013541 10.0.0.32 - - [2024-10-28 02:23:30] "POST /alarms HTTP/1.1" 200 557 0.023122 10.0.0.32 - - [2024-10-28 02:23:30] "POST /fqname-to-id HTTP/1.1" 404 166 0.003999 10.0.0.32 - - [2024-10-28 02:23:30] "POST /alarms HTTP/1.1" 200 567 0.025440 10.0.0.32 - - [2024-10-28 02:23:30] "POST /hardwares HTTP/1.1" 200 327 0.017633 10.0.0.32 - - [2024-10-28 02:23:30] "POST /fqname-to-id HTTP/1.1" 404 166 0.003016 10.0.0.32 - - [2024-10-28 02:23:30] "POST /alarms HTTP/1.1" 200 555 0.022967 10.0.0.32 - - [2024-10-28 02:23:30] "POST /hardwares HTTP/1.1" 200 327 0.015065 10.0.0.32 - - [2024-10-28 02:23:30] "POST /alarms HTTP/1.1" 200 567 0.021629 10.0.0.32 - - [2024-10-28 02:23:30] "POST /fqname-to-id HTTP/1.1" 404 164 0.003450 10.0.0.32 - - [2024-10-28 02:23:30] "POST /alarms HTTP/1.1" 200 575 0.065335 10.0.0.32 - - [2024-10-28 02:23:30] "POST /hardwares HTTP/1.1" 200 323 0.034638 10.0.0.32 - - [2024-10-28 02:23:30] "POST /fqname-to-id HTTP/1.1" 404 164 0.003802 10.0.0.32 - - [2024-10-28 02:23:30] "POST /alarms HTTP/1.1" 200 569 0.025907 10.0.0.32 - - [2024-10-28 02:23:30] "POST /hardwares HTTP/1.1" 200 323 0.013375 10.0.0.32 - - [2024-10-28 02:23:30] "POST /alarms HTTP/1.1" 200 561 0.020220 10.0.0.32 - - [2024-10-28 02:23:30] "POST /fqname-to-id HTTP/1.1" 404 161 0.004113 10.0.0.32 - - [2024-10-28 02:23:30] "POST /alarms HTTP/1.1" 200 561 0.022096 10.0.0.32 - - [2024-10-28 02:23:30] "POST /hardwares HTTP/1.1" 200 317 0.011434 10.0.0.32 - - [2024-10-28 02:23:31] "POST /fqname-to-id HTTP/1.1" 404 164 0.003322 10.0.0.32 - - [2024-10-28 02:23:31] "POST /alarms HTTP/1.1" 200 561 0.021819 10.0.0.32 - - [2024-10-28 02:23:31] "POST /hardwares HTTP/1.1" 200 323 0.017684 10.0.0.32 - - [2024-10-28 02:23:31] "POST /alarms HTTP/1.1" 200 547 0.024926 10.0.0.32 - - [2024-10-28 02:23:31] "POST /fqname-to-id HTTP/1.1" 404 164 0.003508 10.0.0.32 - - [2024-10-28 02:23:31] "POST /alarms HTTP/1.1" 200 595 0.019935 10.0.0.32 - - [2024-10-28 02:23:31] "POST /hardwares HTTP/1.1" 200 323 0.014412 10.0.0.32 - - [2024-10-28 02:23:31] "POST /alarms HTTP/1.1" 200 575 0.021280 10.0.0.32 - - [2024-10-28 02:23:31] "POST /fqname-to-id HTTP/1.1" 404 164 0.002636 10.0.0.32 - - [2024-10-28 02:23:31] "POST /hardwares HTTP/1.1" 200 323 0.013559 10.0.0.32 - - [2024-10-28 02:23:31] "POST /alarms HTTP/1.1" 200 571 0.023118 10.0.0.32 - - [2024-10-28 02:23:31] "POST /fqname-to-id HTTP/1.1" 404 165 0.003491 10.0.0.32 - - [2024-10-28 02:23:31] "POST /alarms HTTP/1.1" 200 583 0.018066 10.0.0.32 - - [2024-10-28 02:23:31] "POST /hardwares HTTP/1.1" 200 325 0.013252 10.0.0.32 - - [2024-10-28 02:23:31] "POST /alarms HTTP/1.1" 200 609 0.020667 10.0.0.32 - - [2024-10-28 02:23:31] "POST /fqname-to-id HTTP/1.1" 404 165 0.003645 10.0.0.32 - - [2024-10-28 02:23:31] "POST /hardwares HTTP/1.1" 200 325 0.013843 10.0.0.32 - - [2024-10-28 02:23:31] "POST /fqname-to-id HTTP/1.1" 404 165 0.004211 10.0.0.32 - - [2024-10-28 02:23:31] "POST /hardwares HTTP/1.1" 200 325 0.012552 10.0.0.32 - - [2024-10-28 02:23:31] "POST /fqname-to-id HTTP/1.1" 404 165 0.003927 10.0.0.32 - - [2024-10-28 02:23:31] "POST /hardwares HTTP/1.1" 200 325 0.013195 10.0.0.32 - - [2024-10-28 02:23:31] "POST /fqname-to-id HTTP/1.1" 404 164 0.003498 10.0.0.32 - - [2024-10-28 02:23:31] "GET / HTTP/1.1" 200 35931 0.002290 10.0.0.32 - - [2024-10-28 02:23:31] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000471 10.0.0.32 - - [2024-10-28 02:23:31] "POST /hardwares HTTP/1.1" 200 323 0.014215 10.0.0.32 - - [2024-10-28 02:23:31] "POST /fqname-to-id HTTP/1.1" 404 161 0.003665 10.0.0.32 - - [2024-10-28 02:23:31] "POST /hardwares HTTP/1.1" 200 317 0.013164 10.0.0.32 - - [2024-10-28 02:23:31] "POST /fqname-to-id HTTP/1.1" 404 164 0.003540 10.0.0.32 - - [2024-10-28 02:23:32] "POST /hardwares HTTP/1.1" 200 323 0.017670 10.0.0.32 - - [2024-10-28 02:23:32] "POST /fqname-to-id HTTP/1.1" 404 161 0.004250 10.0.0.32 - - [2024-10-28 02:23:32] "POST /hardwares HTTP/1.1" 200 317 0.012516 10.0.0.32 - - [2024-10-28 02:23:32] "POST /fqname-to-id HTTP/1.1" 404 164 0.004555 10.0.0.32 - - [2024-10-28 02:23:32] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.031705 10.0.0.32 - - [2024-10-28 02:23:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004368 10.0.0.32 - - [2024-10-28 02:23:32] "POST /hardwares HTTP/1.1" 200 323 0.011467 10.0.0.32 - - [2024-10-28 02:23:32] "PUT /global-vrouter-config/333c7863-f234-4c44-8e2d-1d46228978ac HTTP/1.1" 200 276 0.011463 10.0.0.32 - - [2024-10-28 02:23:32] "POST /fqname-to-id HTTP/1.1" 404 162 0.002886 10.0.0.32 - - [2024-10-28 02:23:32] "POST /hardwares HTTP/1.1" 200 319 0.014858 10.0.0.32 - - [2024-10-28 02:23:32] "POST /fqname-to-id HTTP/1.1" 404 162 0.004967 10.0.0.32 - - [2024-10-28 02:23:32] "POST /hardwares HTTP/1.1" 200 319 0.013770 10.0.0.32 - - [2024-10-28 02:23:32] "POST /fqname-to-id HTTP/1.1" 404 165 0.003918 10.0.0.32 - - [2024-10-28 02:23:32] "POST /hardwares HTTP/1.1" 200 325 0.014261 10.0.0.32 - - [2024-10-28 02:23:32] "POST /fqname-to-id HTTP/1.1" 404 161 0.003746 10.0.0.32 - - [2024-10-28 02:23:32] "POST /hardwares HTTP/1.1" 200 317 0.015795 10.0.0.32 - - [2024-10-28 02:23:32] "GET / HTTP/1.1" 200 35931 0.003015 10.0.0.32 - - [2024-10-28 02:23:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000635 10.0.0.32 - - [2024-10-28 02:23:32] "POST /fqname-to-id HTTP/1.1" 404 161 0.003571 10.0.0.32 - - [2024-10-28 02:23:32] "POST /hardwares HTTP/1.1" 200 317 0.015233 10.0.0.32 - - [2024-10-28 02:23:32] "POST /fqname-to-id HTTP/1.1" 404 162 0.003764 10.0.0.32 - - [2024-10-28 02:23:32] "POST /hardwares HTTP/1.1" 200 319 0.013094 10.0.0.32 - - [2024-10-28 02:23:32] "POST /fqname-to-id HTTP/1.1" 404 162 0.004110 10.0.0.32 - - [2024-10-28 02:23:33] "POST /hardwares HTTP/1.1" 200 319 0.013225 10.0.0.32 - - [2024-10-28 02:23:33] "POST /fqname-to-id HTTP/1.1" 404 162 0.003913 10.0.0.32 - - [2024-10-28 02:23:33] "POST /hardwares HTTP/1.1" 200 319 0.012998 10.0.0.32 - - [2024-10-28 02:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.030292 10.0.0.32 - - [2024-10-28 02:23:33] "GET /global-vrouter-config/333c7863-f234-4c44-8e2d-1d46228978ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005146 10.0.0.32 - - [2024-10-28 02:23:33] "POST /fqname-to-id HTTP/1.1" 404 158 0.003458 10.0.0.32 - - [2024-10-28 02:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.32 - - [2024-10-28 02:23:33] "POST /hardwares HTTP/1.1" 200 311 0.013889 10.0.0.32 - - [2024-10-28 02:23:33] "PUT /global-vrouter-config/333c7863-f234-4c44-8e2d-1d46228978ac HTTP/1.1" 200 276 0.012166 10.0.0.32 - - [2024-10-28 02:23:33] "POST /fqname-to-id HTTP/1.1" 404 158 0.004093 10.0.0.32 - - [2024-10-28 02:23:33] "POST /hardwares HTTP/1.1" 200 311 0.013291 10.0.0.32 - - [2024-10-28 02:23:33] "POST /fqname-to-id HTTP/1.1" 404 160 0.003325 10.0.0.32 - - [2024-10-28 02:23:33] "POST /hardwares HTTP/1.1" 200 315 0.013156 10.0.0.32 - - [2024-10-28 02:23:33] "POST /fqname-to-id HTTP/1.1" 404 154 0.003520 10.0.0.32 - - [2024-10-28 02:23:33] "POST /hardwares HTTP/1.1" 200 303 0.012209 10.0.0.32 - - [2024-10-28 02:23:33] "POST /fqname-to-id HTTP/1.1" 404 158 0.004756 10.0.0.32 - - [2024-10-28 02:23:33] "POST /hardwares HTTP/1.1" 200 311 0.013599 10.0.0.32 - - [2024-10-28 02:23:33] "POST /fqname-to-id HTTP/1.1" 404 155 0.004400 10.0.0.32 - - [2024-10-28 02:23:33] "GET / HTTP/1.1" 200 35931 0.002104 10.0.0.32 - - [2024-10-28 02:23:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000485 10.0.0.32 - - [2024-10-28 02:23:33] "POST /hardwares HTTP/1.1" 200 305 0.015440 10.0.0.32 - - [2024-10-28 02:23:33] "POST /fqname-to-id HTTP/1.1" 404 155 0.003623 10.0.0.32 - - [2024-10-28 02:23:33] "POST /hardwares HTTP/1.1" 200 305 0.016407 10.0.0.32 - - [2024-10-28 02:23:33] "POST /fqname-to-id HTTP/1.1" 404 155 0.003635 10.0.0.32 - - [2024-10-28 02:23:34] "POST /hardwares HTTP/1.1" 200 305 0.036426 10.0.0.32 - - [2024-10-28 02:23:34] "POST /fqname-to-id HTTP/1.1" 404 155 0.003573 10.0.0.32 - - [2024-10-28 02:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.031785 10.0.0.32 - - [2024-10-28 02:23:34] "GET /global-system-config/ea92a003-eaec-41a0-b76d-68a157c3d88d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.013999 10.0.0.32 - - [2024-10-28 02:23:34] "POST /hardwares HTTP/1.1" 200 305 0.055722 10.0.0.32 - - [2024-10-28 02:23:34] "POST /fqname-to-id HTTP/1.1" 404 156 0.005052 10.0.0.32 - - [2024-10-28 02:23:34] "PUT /global-system-config/ea92a003-eaec-41a0-b76d-68a157c3d88d HTTP/1.1" 200 274 0.029093 10.0.0.32 - - [2024-10-28 02:23:34] "POST /hardwares HTTP/1.1" 200 307 0.395211 10.0.0.32 - - [2024-10-28 02:23:34] "POST /fqname-to-id HTTP/1.1" 404 156 0.004368 10.0.0.32 - - [2024-10-28 02:23:34] "POST /hardwares HTTP/1.1" 200 307 0.012552 10.0.0.32 - - [2024-10-28 02:23:34] "POST /fqname-to-id HTTP/1.1" 404 156 0.003603 10.0.0.32 - - [2024-10-28 02:23:34] "POST /hardwares HTTP/1.1" 200 307 0.014589 10.0.0.32 - - [2024-10-28 02:23:34] "POST /fqname-to-id HTTP/1.1" 404 157 0.003747 10.0.0.32 - - [2024-10-28 02:23:35] "POST /hardwares HTTP/1.1" 200 309 0.061576 10.0.0.32 - - [2024-10-28 02:23:35] "POST /fqname-to-id HTTP/1.1" 404 158 0.003971 10.0.0.32 - - [2024-10-28 02:23:35] "POST /hardwares HTTP/1.1" 200 311 0.014136 10.0.0.32 - - [2024-10-28 02:23:35] "POST /fqname-to-id HTTP/1.1" 404 158 0.003678 10.0.0.32 - - [2024-10-28 02:23:35] "POST /hardwares HTTP/1.1" 200 311 0.011837 10.0.0.32 - - [2024-10-28 02:23:35] "POST /fqname-to-id HTTP/1.1" 404 153 0.003830 10.0.0.32 - - [2024-10-28 02:23:35] "POST /hardwares HTTP/1.1" 200 301 0.012918 10.0.0.32 - - [2024-10-28 02:23:35] "POST /fqname-to-id HTTP/1.1" 404 157 0.004130 10.0.0.32 - - [2024-10-28 02:23:35] "POST /hardwares HTTP/1.1" 200 309 0.013117 10.0.0.32 - - [2024-10-28 02:23:35] "POST /fqname-to-id HTTP/1.1" 404 157 0.003546 10.0.0.32 - - [2024-10-28 02:23:35] "POST /hardwares HTTP/1.1" 200 309 0.014064 10.0.0.32 - - [2024-10-28 02:23:35] "POST /fqname-to-id HTTP/1.1" 404 157 0.003953 10.0.0.32 - - [2024-10-28 02:23:35] "POST /hardwares HTTP/1.1" 200 309 0.018129 10.0.0.32 - - [2024-10-28 02:23:35] "POST /fqname-to-id HTTP/1.1" 404 157 0.004205 10.0.0.32 - - [2024-10-28 02:23:35] "POST /hardwares HTTP/1.1" 200 309 0.013849 10.0.0.32 - - [2024-10-28 02:23:35] "POST /fqname-to-id HTTP/1.1" 404 157 0.003748 10.0.0.32 - - [2024-10-28 02:23:35] "POST /hardwares HTTP/1.1" 200 309 0.014999 10.0.0.32 - - [2024-10-28 02:23:35] "POST /fqname-to-id HTTP/1.1" 404 161 0.004659 10.0.0.32 - - [2024-10-28 02:23:36] "POST /hardwares HTTP/1.1" 200 317 0.018208 10.0.0.32 - - [2024-10-28 02:23:36] "POST /fqname-to-id HTTP/1.1" 404 157 0.004070 10.0.0.32 - - [2024-10-28 02:23:36] "POST /hardwares HTTP/1.1" 200 309 0.013048 10.0.0.32 - - [2024-10-28 02:23:36] "POST /fqname-to-id HTTP/1.1" 404 157 0.004124 10.0.0.32 - - [2024-10-28 02:23:36] "POST /hardwares HTTP/1.1" 200 309 0.013168 10.0.0.32 - - [2024-10-28 02:23:36] "POST /fqname-to-id HTTP/1.1" 404 154 0.003876 10.0.0.32 - - [2024-10-28 02:23:36] "POST /hardwares HTTP/1.1" 200 303 0.012961 10.0.0.32 - - [2024-10-28 02:23:36] "POST /fqname-to-id HTTP/1.1" 404 190 0.003676 10.0.0.32 - - [2024-10-28 02:23:36] "POST /features HTTP/1.1" 200 533 0.022789 10.0.0.32 - - [2024-10-28 02:23:36] "POST /fqname-to-id HTTP/1.1" 404 185 0.004775 10.0.0.32 - - [2024-10-28 02:23:36] "POST /features HTTP/1.1" 200 523 0.018980 10.0.0.32 - - [2024-10-28 02:23:36] "POST /fqname-to-id HTTP/1.1" 404 184 0.005287 10.0.0.32 - - [2024-10-28 02:23:36] "POST /features HTTP/1.1" 200 521 0.022773 10.0.0.32 - - [2024-10-28 02:23:36] "POST /fqname-to-id HTTP/1.1" 404 184 0.004152 10.0.0.32 - - [2024-10-28 02:23:36] "POST /features HTTP/1.1" 200 521 0.020531 10.0.0.32 - - [2024-10-28 02:23:36] "POST /fqname-to-id HTTP/1.1" 404 189 0.004108 10.0.0.32 - - [2024-10-28 02:23:36] "POST /features HTTP/1.1" 200 531 0.022213 10.0.0.32 - - [2024-10-28 02:23:36] "POST /fqname-to-id HTTP/1.1" 404 184 0.004972 10.0.0.32 - - [2024-10-28 02:23:37] "POST /features HTTP/1.1" 200 521 0.020531 10.0.0.32 - - [2024-10-28 02:23:37] "POST /fqname-to-id HTTP/1.1" 404 193 0.004956 10.0.0.32 - - [2024-10-28 02:23:37] "POST /features HTTP/1.1" 200 539 0.021486 10.0.0.32 - - [2024-10-28 02:23:37] "POST /fqname-to-id HTTP/1.1" 404 186 0.004248 10.0.0.32 - - [2024-10-28 02:23:37] "POST /features HTTP/1.1" 200 525 0.023460 10.0.0.32 - - [2024-10-28 02:23:37] "POST /fqname-to-id HTTP/1.1" 404 183 0.003534 10.0.0.32 - - [2024-10-28 02:23:37] "POST /features HTTP/1.1" 200 519 0.038062 10.0.0.32 - - [2024-10-28 02:23:37] "POST /fqname-to-id HTTP/1.1" 404 182 0.003658 10.0.0.32 - - [2024-10-28 02:23:37] "POST /features HTTP/1.1" 200 517 0.025832 10.0.0.32 - - [2024-10-28 02:23:37] "POST /fqname-to-id HTTP/1.1" 404 190 0.003739 10.0.0.32 - - [2024-10-28 02:23:37] "POST /features HTTP/1.1" 200 533 0.019940 10.0.0.32 - - [2024-10-28 02:23:37] "POST /fqname-to-id HTTP/1.1" 404 194 0.003633 10.0.0.32 - - [2024-10-28 02:23:37] "POST /features HTTP/1.1" 200 541 0.021108 10.0.0.32 - - [2024-10-28 02:23:37] "POST /fqname-to-id HTTP/1.1" 404 178 0.003879 10.0.0.32 - - [2024-10-28 02:23:37] "POST /physical-roles HTTP/1.1" 200 521 0.019425 10.0.0.32 - - [2024-10-28 02:23:37] "POST /fqname-to-id HTTP/1.1" 404 179 0.003580 10.0.0.32 - - [2024-10-28 02:23:38] "POST /physical-roles HTTP/1.1" 200 523 0.019525 10.0.0.32 - - [2024-10-28 02:23:38] "POST /fqname-to-id HTTP/1.1" 404 184 0.003643 10.0.0.32 - - [2024-10-28 02:23:38] "POST /physical-roles HTTP/1.1" 200 533 0.027537 10.0.0.32 - - [2024-10-28 02:23:38] "POST /fqname-to-id HTTP/1.1" 404 177 0.005140 10.0.0.32 - - [2024-10-28 02:23:38] "POST /physical-roles HTTP/1.1" 200 519 0.021557 10.0.0.32 - - [2024-10-28 02:23:38] "POST /fqname-to-id HTTP/1.1" 404 191 0.003630 10.0.0.32 - - [2024-10-28 02:23:38] "POST /overlay-roles HTTP/1.1" 200 545 0.022718 10.0.0.32 - - [2024-10-28 02:23:38] "POST /fqname-to-id HTTP/1.1" 404 184 0.005337 10.0.0.32 - - [2024-10-28 02:23:38] "POST /overlay-roles HTTP/1.1" 200 531 0.022204 10.0.0.32 - - [2024-10-28 02:23:38] "POST /fqname-to-id HTTP/1.1" 404 191 0.003871 10.0.0.32 - - [2024-10-28 02:23:38] "POST /overlay-roles HTTP/1.1" 200 545 0.019749 10.0.0.32 - - [2024-10-28 02:23:38] "POST /fqname-to-id HTTP/1.1" 404 185 0.004160 10.0.0.32 - - [2024-10-28 02:23:38] "POST /overlay-roles HTTP/1.1" 200 533 0.022686 10.0.0.32 - - [2024-10-28 02:23:38] "POST /fqname-to-id HTTP/1.1" 404 189 0.003752 10.0.0.32 - - [2024-10-28 02:23:38] "POST /overlay-roles HTTP/1.1" 200 541 0.020406 10.0.0.32 - - [2024-10-28 02:23:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004550 10.0.0.32 - - [2024-10-28 02:23:38] "PUT /overlay-role/fa4a4650-762b-4653-bbd0-34b110e8dc64 HTTP/1.1" 200 258 0.011683 10.0.0.32 - - [2024-10-28 02:23:38] "POST /fqname-to-id HTTP/1.1" 404 184 0.004006 10.0.0.32 - - [2024-10-28 02:23:39] "POST /overlay-roles HTTP/1.1" 200 531 0.018917 10.0.0.32 - - [2024-10-28 02:23:39] "POST /fqname-to-id HTTP/1.1" 404 185 0.003946 10.0.0.32 - - [2024-10-28 02:23:39] "POST /overlay-roles HTTP/1.1" 200 533 0.018346 10.0.0.32 - - [2024-10-28 02:23:39] "POST /fqname-to-id HTTP/1.1" 404 183 0.004052 10.0.0.32 - - [2024-10-28 02:23:39] "POST /overlay-roles HTTP/1.1" 200 529 0.017253 10.0.0.32 - - [2024-10-28 02:23:39] "POST /fqname-to-id HTTP/1.1" 404 187 0.004018 10.0.0.32 - - [2024-10-28 02:23:39] "POST /overlay-roles HTTP/1.1" 200 537 0.019171 10.0.0.32 - - [2024-10-28 02:23:39] "POST /fqname-to-id HTTP/1.1" 404 189 0.003465 10.0.0.32 - - [2024-10-28 02:23:39] "POST /overlay-roles HTTP/1.1" 200 541 0.019499 10.0.0.32 - - [2024-10-28 02:23:39] "POST /fqname-to-id HTTP/1.1" 404 178 0.003863 10.0.0.32 - - [2024-10-28 02:23:39] "POST /overlay-roles HTTP/1.1" 200 519 0.019023 10.0.0.32 - - [2024-10-28 02:23:39] "POST /fqname-to-id HTTP/1.1" 404 190 0.003433 10.0.0.32 - - [2024-10-28 02:23:39] "POST /overlay-roles HTTP/1.1" 200 543 0.019952 10.0.0.32 - - [2024-10-28 02:23:39] "POST /fqname-to-id HTTP/1.1" 404 182 0.003531 10.0.0.32 - - [2024-10-28 02:23:39] "POST /role-definitions HTTP/1.1" 200 533 0.019798 10.0.0.32 - - [2024-10-28 02:23:39] "POST /fqname-to-id HTTP/1.1" 404 189 0.003714 10.0.0.32 - - [2024-10-28 02:23:39] "POST /role-definitions HTTP/1.1" 200 547 0.026781 10.0.0.32 - - [2024-10-28 02:23:40] "POST /fqname-to-id HTTP/1.1" 404 190 0.005399 10.0.0.32 - - [2024-10-28 02:23:40] "POST /role-definitions HTTP/1.1" 200 549 0.020170 10.0.0.32 - - [2024-10-28 02:23:40] "POST /fqname-to-id HTTP/1.1" 404 191 0.004493 10.0.0.32 - - [2024-10-28 02:23:40] "POST /role-definitions HTTP/1.1" 200 551 0.021729 10.0.0.32 - - [2024-10-28 02:23:40] "POST /fqname-to-id HTTP/1.1" 404 197 0.004012 10.0.0.32 - - [2024-10-28 02:23:40] "POST /role-definitions HTTP/1.1" 200 563 0.030064 10.0.0.32 - - [2024-10-28 02:23:40] "POST /fqname-to-id HTTP/1.1" 404 189 0.003839 10.0.0.32 - - [2024-10-28 02:23:40] "POST /role-definitions HTTP/1.1" 200 547 0.021270 10.0.0.32 - - [2024-10-28 02:23:40] "POST /fqname-to-id HTTP/1.1" 404 190 0.004128 10.0.0.32 - - [2024-10-28 02:23:40] "POST /role-definitions HTTP/1.1" 200 549 0.020115 10.0.0.32 - - [2024-10-28 02:23:40] "POST /fqname-to-id HTTP/1.1" 404 191 0.003714 10.0.0.32 - - [2024-10-28 02:23:40] "POST /role-definitions HTTP/1.1" 200 551 0.021011 10.0.0.32 - - [2024-10-28 02:23:40] "POST /fqname-to-id HTTP/1.1" 404 190 0.003617 10.0.0.32 - - [2024-10-28 02:23:40] "POST /role-definitions HTTP/1.1" 200 549 0.020302 10.0.0.32 - - [2024-10-28 02:23:40] "POST /fqname-to-id HTTP/1.1" 404 196 0.003420 10.0.0.32 - - [2024-10-28 02:23:40] "POST /role-definitions HTTP/1.1" 200 561 0.020014 10.0.0.32 - - [2024-10-28 02:23:40] "POST /fqname-to-id HTTP/1.1" 404 189 0.003433 10.0.0.32 - - [2024-10-28 02:23:41] "POST /role-definitions HTTP/1.1" 200 547 0.020804 10.0.0.32 - - [2024-10-28 02:23:41] "POST /fqname-to-id HTTP/1.1" 404 190 0.004114 10.0.0.32 - - [2024-10-28 02:23:41] "POST /role-definitions HTTP/1.1" 200 549 0.019992 10.0.0.32 - - [2024-10-28 02:23:41] "POST /fqname-to-id HTTP/1.1" 404 188 0.004874 10.0.0.32 - - [2024-10-28 02:23:41] "POST /role-definitions HTTP/1.1" 200 545 0.021264 10.0.0.32 - - [2024-10-28 02:23:41] "POST /fqname-to-id HTTP/1.1" 404 189 0.004447 10.0.0.32 - - [2024-10-28 02:23:41] "POST /role-definitions HTTP/1.1" 200 547 0.020937 10.0.0.32 - - [2024-10-28 02:23:41] "POST /fqname-to-id HTTP/1.1" 404 192 0.003614 10.0.0.32 - - [2024-10-28 02:23:41] "POST /role-definitions HTTP/1.1" 200 553 0.019374 10.0.0.32 - - [2024-10-28 02:23:41] "POST /fqname-to-id HTTP/1.1" 404 193 0.004279 10.0.0.32 - - [2024-10-28 02:23:41] "POST /role-definitions HTTP/1.1" 200 555 0.024443 10.0.0.32 - - [2024-10-28 02:23:41] "POST /fqname-to-id HTTP/1.1" 404 182 0.004750 10.0.0.32 - - [2024-10-28 02:23:41] "POST /role-definitions HTTP/1.1" 200 533 0.020684 10.0.0.32 - - [2024-10-28 02:23:41] "POST /fqname-to-id HTTP/1.1" 404 187 0.004531 10.0.0.32 - - [2024-10-28 02:23:41] "POST /role-definitions HTTP/1.1" 200 543 0.019842 10.0.0.32 - - [2024-10-28 02:23:41] "POST /fqname-to-id HTTP/1.1" 404 181 0.005436 10.0.0.32 - - [2024-10-28 02:23:41] "POST /role-definitions HTTP/1.1" 200 531 0.021339 10.0.0.32 - - [2024-10-28 02:23:42] "POST /fqname-to-id HTTP/1.1" 404 184 0.003682 10.0.0.32 - - [2024-10-28 02:23:42] "POST /role-definitions HTTP/1.1" 200 537 0.021008 10.0.0.32 - - [2024-10-28 02:23:42] "POST /fqname-to-id HTTP/1.1" 404 189 0.003871 10.0.0.32 - - [2024-10-28 02:23:42] "POST /role-definitions HTTP/1.1" 200 547 0.020458 10.0.0.32 - - [2024-10-28 02:23:42] "POST /fqname-to-id HTTP/1.1" 404 194 0.004095 10.0.0.32 - - [2024-10-28 02:23:42] "POST /role-definitions HTTP/1.1" 200 557 0.023220 10.0.0.32 - - [2024-10-28 02:23:42] "POST /fqname-to-id HTTP/1.1" 404 196 0.003954 10.0.0.32 - - [2024-10-28 02:23:42] "POST /role-definitions HTTP/1.1" 200 561 0.019424 10.0.0.32 - - [2024-10-28 02:23:42] "POST /fqname-to-id HTTP/1.1" 404 195 0.004159 10.0.0.32 - - [2024-10-28 02:23:42] "POST /role-definitions HTTP/1.1" 200 559 0.020262 10.0.0.32 - - [2024-10-28 02:23:42] "POST /fqname-to-id HTTP/1.1" 404 196 0.003809 10.0.0.32 - - [2024-10-28 02:23:42] "POST /feature-configs HTTP/1.1" 200 537 0.018855 10.0.0.32 - - [2024-10-28 02:23:42] "POST /fqname-to-id HTTP/1.1" 404 212 0.004012 10.0.0.32 - - [2024-10-28 02:23:42] "POST /feature-configs HTTP/1.1" 200 562 0.019093 10.0.0.32 - - [2024-10-28 02:23:42] "POST /fqname-to-id HTTP/1.1" 404 211 0.003530 10.0.0.32 - - [2024-10-28 02:23:42] "POST /feature-configs HTTP/1.1" 200 561 0.020229 10.0.0.32 - - [2024-10-28 02:23:42] "POST /fqname-to-id HTTP/1.1" 404 192 0.003537 10.0.0.32 - - [2024-10-28 02:23:42] "POST /node-profiles HTTP/1.1" 200 547 0.020887 10.0.0.32 - - [2024-10-28 02:23:43] "POST /fqname-to-id HTTP/1.1" 404 187 0.004581 10.0.0.32 - - [2024-10-28 02:23:43] "POST /node-profiles HTTP/1.1" 200 537 0.021004 10.0.0.32 - - [2024-10-28 02:23:43] "POST /fqname-to-id HTTP/1.1" 404 193 0.003567 10.0.0.32 - - [2024-10-28 02:23:43] "POST /node-profiles HTTP/1.1" 200 549 0.022090 10.0.0.32 - - [2024-10-28 02:23:43] "POST /fqname-to-id HTTP/1.1" 404 189 0.004186 10.0.0.32 - - [2024-10-28 02:23:43] "POST /node-profiles HTTP/1.1" 200 541 0.022773 10.0.0.32 - - [2024-10-28 02:23:43] "POST /fqname-to-id HTTP/1.1" 404 189 0.004348 10.0.0.32 - - [2024-10-28 02:23:43] "POST /node-profiles HTTP/1.1" 200 541 0.021435 10.0.0.32 - - [2024-10-28 02:23:43] "POST /fqname-to-id HTTP/1.1" 404 188 0.003968 10.0.0.32 - - [2024-10-28 02:23:43] "POST /node-profiles HTTP/1.1" 200 539 0.023714 10.0.0.32 - - [2024-10-28 02:23:43] "POST /fqname-to-id HTTP/1.1" 404 184 0.004250 10.0.0.32 - - [2024-10-28 02:23:43] "POST /node-profiles HTTP/1.1" 200 531 0.021325 10.0.0.32 - - [2024-10-28 02:23:43] "POST /fqname-to-id HTTP/1.1" 404 185 0.004735 10.0.0.32 - - [2024-10-28 02:23:43] "POST /node-profiles HTTP/1.1" 200 533 0.022293 10.0.0.32 - - [2024-10-28 02:23:43] "POST /fqname-to-id HTTP/1.1" 404 197 0.004619 10.0.0.32 - - [2024-10-28 02:23:43] "POST /node-profiles HTTP/1.1" 200 557 0.023196 10.0.0.32 - - [2024-10-28 02:23:44] "POST /fqname-to-id HTTP/1.1" 404 206 0.004722 10.0.0.32 - - [2024-10-28 02:23:44] "POST /telemetry-profiles HTTP/1.1" 200 554 0.024398 10.0.0.32 - - [2024-10-28 02:23:44] "POST /fqname-to-id HTTP/1.1" 404 206 0.004765 10.0.0.32 - - [2024-10-28 02:23:44] "POST /telemetry-profiles HTTP/1.1" 200 554 0.022970 10.0.0.32 - - [2024-10-28 02:23:44] "POST /fqname-to-id HTTP/1.1" 404 206 0.003675 10.0.0.32 - - [2024-10-28 02:23:44] "POST /telemetry-profiles HTTP/1.1" 200 554 0.023306 10.0.0.32 - - [2024-10-28 02:23:44] "POST /fqname-to-id HTTP/1.1" 404 206 0.003812 10.0.0.32 - - [2024-10-28 02:23:44] "POST /telemetry-profiles HTTP/1.1" 200 554 0.020145 10.0.0.32 - - [2024-10-28 02:23:44] "POST /fqname-to-id HTTP/1.1" 404 206 0.003464 10.0.0.32 - - [2024-10-28 02:23:44] "POST /telemetry-profiles HTTP/1.1" 200 554 0.022299 10.0.0.32 - - [2024-10-28 02:23:44] "POST /fqname-to-id HTTP/1.1" 404 206 0.003489 10.0.0.32 - - [2024-10-28 02:23:44] "POST /telemetry-profiles HTTP/1.1" 200 554 0.018286 10.0.0.32 - - [2024-10-28 02:23:44] "POST /fqname-to-id HTTP/1.1" 404 199 0.003506 10.0.0.32 - - [2024-10-28 02:23:44] "POST /sflow-profiles HTTP/1.1" 200 532 0.018579 10.0.0.32 - - [2024-10-28 02:23:44] "POST /fqname-to-id HTTP/1.1" 404 202 0.004347 10.0.0.32 - - [2024-10-28 02:23:44] "POST /sflow-profiles HTTP/1.1" 200 538 0.019251 10.0.0.32 - - [2024-10-28 02:23:44] "POST /fqname-to-id HTTP/1.1" 404 202 0.003732 10.0.0.32 - - [2024-10-28 02:23:45] "POST /sflow-profiles HTTP/1.1" 200 538 0.023717 10.0.0.32 - - [2024-10-28 02:23:45] "POST /fqname-to-id HTTP/1.1" 404 199 0.004598 10.0.0.32 - - [2024-10-28 02:23:45] "POST /grpc-profiles HTTP/1.1" 200 530 0.024600 10.0.0.32 - - [2024-10-28 02:23:45] "POST /fqname-to-id HTTP/1.1" 404 199 0.004063 10.0.0.32 - - [2024-10-28 02:23:45] "POST /snmp-profiles HTTP/1.1" 200 530 0.022556 10.0.0.32 - - [2024-10-28 02:23:45] "POST /fqname-to-id HTTP/1.1" 404 202 0.004512 10.0.0.32 - - [2024-10-28 02:23:45] "POST /netconf-profiles HTTP/1.1" 200 542 0.020681 10.0.0.32 - - [2024-10-28 02:23:45] "POST /fqname-to-id HTTP/1.1" 404 193 0.004329 10.0.0.32 - - [2024-10-28 02:23:45] "POST /device-functional-groups HTTP/1.1" 200 540 0.021134 10.0.0.32 - - [2024-10-28 02:23:45] "POST /fqname-to-id HTTP/1.1" 404 193 0.004211 10.0.0.32 - - [2024-10-28 02:23:45] "POST /device-functional-groups HTTP/1.1" 200 540 0.021148 10.0.0.32 - - [2024-10-28 02:23:45] "POST /fqname-to-id HTTP/1.1" 404 195 0.004963 10.0.0.32 - - [2024-10-28 02:23:45] "POST /device-functional-groups HTTP/1.1" 200 544 0.023695 10.0.0.32 - - [2024-10-28 02:23:45] "POST /fqname-to-id HTTP/1.1" 404 194 0.004322 10.0.0.32 - - [2024-10-28 02:23:45] "POST /device-functional-groups HTTP/1.1" 200 542 0.024136 10.0.0.32 - - [2024-10-28 02:23:45] "POST /fqname-to-id HTTP/1.1" 404 218 0.005299 10.0.0.32 - - [2024-10-28 02:23:45] "POST /device-functional-groups HTTP/1.1" 200 590 0.023492 10.0.0.32 - - [2024-10-28 02:23:45] "POST /fqname-to-id HTTP/1.1" 404 208 0.004797 10.0.0.32 - - [2024-10-28 02:23:46] "POST /device-functional-groups HTTP/1.1" 200 570 0.023459 10.0.0.32 - - [2024-10-28 02:23:46] "POST /fqname-to-id HTTP/1.1" 404 236 0.004140 10.0.0.32 - - [2024-10-28 02:23:46] "POST /device-functional-groups HTTP/1.1" 200 620 0.020317 10.0.0.32 - - [2024-10-28 02:23:46] "POST /fqname-to-id HTTP/1.1" 404 206 0.004172 10.0.0.32 - - [2024-10-28 02:23:46] "POST /device-functional-groups HTTP/1.1" 200 566 0.019371 10.0.0.32 - - [2024-10-28 02:23:46] "POST /fqname-to-id HTTP/1.1" 404 205 0.003552 10.0.0.32 - - [2024-10-28 02:23:46] "POST /device-functional-groups HTTP/1.1" 200 564 0.018817 10.0.0.32 - - [2024-10-28 02:23:46] "POST /fqname-to-id HTTP/1.1" 404 210 0.004999 10.0.0.32 - - [2024-10-28 02:23:46] "POST /device-functional-groups HTTP/1.1" 200 574 0.018353 10.0.0.32 - - [2024-10-28 02:23:46] "POST /fqname-to-id HTTP/1.1" 404 201 0.003402 10.0.0.32 - - [2024-10-28 02:23:46] "POST /role-configs HTTP/1.1" 200 525 0.021854 10.0.0.32 - - [2024-10-28 02:23:46] "POST /fqname-to-id HTTP/1.1" 404 196 0.003539 10.0.0.32 - - [2024-10-28 02:23:46] "POST /role-configs HTTP/1.1" 200 520 0.018815 10.0.0.32 - - [2024-10-28 02:23:46] "POST /fqname-to-id HTTP/1.1" 404 198 0.004463 10.0.0.32 - - [2024-10-28 02:23:46] "POST /role-configs HTTP/1.1" 200 522 0.017987 10.0.0.32 - - [2024-10-28 02:23:46] "POST /fqname-to-id HTTP/1.1" 404 198 0.003686 10.0.0.32 - - [2024-10-28 02:23:46] "POST /role-configs HTTP/1.1" 200 522 0.020002 10.0.0.32 - - [2024-10-28 02:23:47] "POST /fqname-to-id HTTP/1.1" 404 202 0.004160 10.0.0.32 - - [2024-10-28 02:23:47] "POST /role-configs HTTP/1.1" 200 526 0.018193 10.0.0.32 - - [2024-10-28 02:23:47] "POST /fqname-to-id HTTP/1.1" 404 197 0.003464 10.0.0.32 - - [2024-10-28 02:23:47] "POST /role-configs HTTP/1.1" 200 521 0.018664 10.0.0.32 - - [2024-10-28 02:23:47] "POST /fqname-to-id HTTP/1.1" 404 193 0.003921 10.0.0.32 - - [2024-10-28 02:23:47] "POST /role-configs HTTP/1.1" 200 517 0.017784 10.0.0.32 - - [2024-10-28 02:23:47] "POST /fqname-to-id HTTP/1.1" 404 194 0.003325 10.0.0.32 - - [2024-10-28 02:23:47] "POST /role-configs HTTP/1.1" 200 518 0.019138 10.0.0.32 - - [2024-10-28 02:23:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.32 - - [2024-10-28 02:23:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004099 10.0.0.32 - - [2024-10-28 02:23:47] "POST /ref-update HTTP/1.1" 200 156 0.010154 10.0.0.32 - - [2024-10-28 02:23:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889 10.0.0.32 - - [2024-10-28 02:23:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004104 10.0.0.32 - - [2024-10-28 02:23:47] "POST /ref-update HTTP/1.1" 200 156 0.010049 10.0.0.32 - - [2024-10-28 02:23:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.32 - - [2024-10-28 02:23:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004065 10.0.0.32 - - [2024-10-28 02:23:47] "POST /ref-update HTTP/1.1" 200 156 0.010514 10.0.0.32 - - [2024-10-28 02:23:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.009568 10.0.0.32 - - [2024-10-28 02:23:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138 10.0.0.32 - - [2024-10-28 02:23:48] "POST /ref-update HTTP/1.1" 200 156 0.010942 10.0.0.32 - - [2024-10-28 02:23:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004155 10.0.0.32 - - [2024-10-28 02:23:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.32 - - [2024-10-28 02:23:48] "POST /ref-update HTTP/1.1" 200 156 0.010347 10.0.0.32 - - [2024-10-28 02:23:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.32 - - [2024-10-28 02:23:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004374 10.0.0.32 - - [2024-10-28 02:23:48] "POST /ref-update HTTP/1.1" 200 156 0.022007 10.0.0.32 - - [2024-10-28 02:23:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.32 - - [2024-10-28 02:23:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.32 - - [2024-10-28 02:23:48] "POST /ref-update HTTP/1.1" 200 156 0.009487 10.0.0.32 - - [2024-10-28 02:23:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713 10.0.0.32 - - [2024-10-28 02:23:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.32 - - [2024-10-28 02:23:48] "POST /ref-update HTTP/1.1" 200 156 0.010964 10.0.0.32 - - [2024-10-28 02:23:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.32 - - [2024-10-28 02:23:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005718 10.0.0.32 - - [2024-10-28 02:23:48] "POST /ref-update HTTP/1.1" 200 156 0.011534 10.0.0.32 - - [2024-10-28 02:23:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004506 10.0.0.32 - - [2024-10-28 02:23:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.32 - - [2024-10-28 02:23:48] "POST /ref-update HTTP/1.1" 200 156 0.011000 10.0.0.32 - - [2024-10-28 02:23:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004099 10.0.0.32 - - [2024-10-28 02:23:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004545 10.0.0.32 - - [2024-10-28 02:23:49] "POST /ref-update HTTP/1.1" 200 156 0.011155 10.0.0.32 - - [2024-10-28 02:23:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005183 10.0.0.32 - - [2024-10-28 02:23:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004736 10.0.0.32 - - [2024-10-28 02:23:49] "POST /ref-update HTTP/1.1" 200 156 0.009515 10.0.0.32 - - [2024-10-28 02:23:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003549 10.0.0.32 - - [2024-10-28 02:23:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.32 - - [2024-10-28 02:23:49] "POST /ref-update HTTP/1.1" 200 156 0.008286 10.0.0.32 - - [2024-10-28 02:23:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003667 10.0.0.32 - - [2024-10-28 02:23:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004590 10.0.0.32 - - [2024-10-28 02:23:49] "POST /ref-update HTTP/1.1" 200 156 0.010198 10.0.0.32 - - [2024-10-28 02:23:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.32 - - [2024-10-28 02:23:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.32 - - [2024-10-28 02:23:49] "POST /ref-update HTTP/1.1" 200 156 0.008576 10.0.0.32 - - [2024-10-28 02:23:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.32 - - [2024-10-28 02:23:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.32 - - [2024-10-28 02:23:49] "POST /ref-update HTTP/1.1" 200 156 0.009148 10.0.0.32 - - [2024-10-28 02:23:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004189 10.0.0.32 - - [2024-10-28 02:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097 10.0.0.32 - - [2024-10-28 02:23:50] "POST /ref-update HTTP/1.1" 200 156 0.013590 10.0.0.32 - - [2024-10-28 02:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004201 10.0.0.32 - - [2024-10-28 02:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999 10.0.0.32 - - [2024-10-28 02:23:50] "POST /ref-update HTTP/1.1" 200 156 0.009326 10.0.0.32 - - [2024-10-28 02:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004660 10.0.0.32 - - [2024-10-28 02:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003832 10.0.0.32 - - [2024-10-28 02:23:50] "POST /ref-update HTTP/1.1" 200 156 0.009651 10.0.0.32 - - [2024-10-28 02:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.32 - - [2024-10-28 02:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004968 10.0.0.32 - - [2024-10-28 02:23:50] "POST /ref-update HTTP/1.1" 200 156 0.008096 10.0.0.32 - - [2024-10-28 02:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004708 10.0.0.32 - - [2024-10-28 02:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.32 - - [2024-10-28 02:23:50] "POST /ref-update HTTP/1.1" 200 156 0.010386 10.0.0.32 - - [2024-10-28 02:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.32 - - [2024-10-28 02:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.32 - - [2024-10-28 02:23:50] "POST /ref-update HTTP/1.1" 200 156 0.008668 10.0.0.32 - - [2024-10-28 02:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004689 10.0.0.32 - - [2024-10-28 02:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.32 - - [2024-10-28 02:23:51] "POST /ref-update HTTP/1.1" 200 156 0.010301 10.0.0.32 - - [2024-10-28 02:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004626 10.0.0.32 - - [2024-10-28 02:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.32 - - [2024-10-28 02:23:51] "POST /ref-update HTTP/1.1" 200 156 0.009159 10.0.0.32 - - [2024-10-28 02:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004267 10.0.0.32 - - [2024-10-28 02:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004278 10.0.0.32 - - [2024-10-28 02:23:51] "POST /ref-update HTTP/1.1" 200 156 0.012398 10.0.0.32 - - [2024-10-28 02:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.32 - - [2024-10-28 02:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.32 - - [2024-10-28 02:23:51] "POST /ref-update HTTP/1.1" 200 156 0.010131 10.0.0.32 - - [2024-10-28 02:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.32 - - [2024-10-28 02:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.32 - - [2024-10-28 02:23:51] "POST /ref-update HTTP/1.1" 200 156 0.010078 10.0.0.32 - - [2024-10-28 02:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.32 - - [2024-10-28 02:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.32 - - [2024-10-28 02:23:51] "POST /ref-update HTTP/1.1" 200 156 0.009215 10.0.0.32 - - [2024-10-28 02:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.32 - - [2024-10-28 02:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003549 10.0.0.32 - - [2024-10-28 02:23:51] "POST /ref-update HTTP/1.1" 200 156 0.008737 10.0.0.32 - - [2024-10-28 02:23:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.32 - - [2024-10-28 02:23:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004095 10.0.0.32 - - [2024-10-28 02:23:52] "POST /ref-update HTTP/1.1" 200 156 0.009345 10.0.0.32 - - [2024-10-28 02:23:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.32 - - [2024-10-28 02:23:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004378 10.0.0.32 - - [2024-10-28 02:23:52] "POST /ref-update HTTP/1.1" 200 156 0.008720 10.0.0.32 - - [2024-10-28 02:23:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004794 10.0.0.32 - - [2024-10-28 02:23:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003754 10.0.0.32 - - [2024-10-28 02:23:52] "POST /ref-update HTTP/1.1" 200 156 0.009714 10.0.0.32 - - [2024-10-28 02:23:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004642 10.0.0.32 - - [2024-10-28 02:23:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.32 - - [2024-10-28 02:23:52] "POST /ref-update HTTP/1.1" 200 156 0.011970 10.0.0.32 - - [2024-10-28 02:23:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004477 10.0.0.32 - - [2024-10-28 02:23:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003816 10.0.0.32 - - [2024-10-28 02:23:52] "POST /ref-update HTTP/1.1" 200 156 0.008910 10.0.0.32 - - [2024-10-28 02:23:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.32 - - [2024-10-28 02:23:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.32 - - [2024-10-28 02:23:52] "POST /ref-update HTTP/1.1" 200 156 0.010626 10.0.0.32 - - [2024-10-28 02:23:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003863 10.0.0.32 - - [2024-10-28 02:23:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.32 - - [2024-10-28 02:23:53] "POST /ref-update HTTP/1.1" 200 156 0.010224 10.0.0.32 - - [2024-10-28 02:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005107 10.0.0.32 - - [2024-10-28 02:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.32 - - [2024-10-28 02:23:53] "POST /ref-update HTTP/1.1" 200 156 0.008985 10.0.0.32 - - [2024-10-28 02:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004022 10.0.0.32 - - [2024-10-28 02:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004066 10.0.0.32 - - [2024-10-28 02:23:53] "POST /ref-update HTTP/1.1" 200 156 0.008335 10.0.0.32 - - [2024-10-28 02:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.32 - - [2024-10-28 02:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004115 10.0.0.32 - - [2024-10-28 02:23:53] "POST /ref-update HTTP/1.1" 200 156 0.010913 10.0.0.32 - - [2024-10-28 02:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.32 - - [2024-10-28 02:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.32 - - [2024-10-28 02:23:53] "POST /ref-update HTTP/1.1" 200 156 0.009216 10.0.0.32 - - [2024-10-28 02:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004101 10.0.0.32 - - [2024-10-28 02:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.32 - - [2024-10-28 02:23:53] "POST /ref-update HTTP/1.1" 200 156 0.008633 10.0.0.32 - - [2024-10-28 02:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004010 10.0.0.32 - - [2024-10-28 02:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.32 - - [2024-10-28 02:23:53] "POST /ref-update HTTP/1.1" 200 156 0.008537 10.0.0.32 - - [2024-10-28 02:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005344 10.0.0.32 - - [2024-10-28 02:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004434 10.0.0.32 - - [2024-10-28 02:23:54] "POST /ref-update HTTP/1.1" 200 156 0.013282 10.0.0.32 - - [2024-10-28 02:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004933 10.0.0.32 - - [2024-10-28 02:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004398 10.0.0.32 - - [2024-10-28 02:23:54] "POST /ref-update HTTP/1.1" 200 156 0.008215 10.0.0.32 - - [2024-10-28 02:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003840 10.0.0.32 - - [2024-10-28 02:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.32 - - [2024-10-28 02:23:54] "POST /ref-update HTTP/1.1" 200 156 0.008952 10.0.0.32 - - [2024-10-28 02:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.32 - - [2024-10-28 02:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.32 - - [2024-10-28 02:23:54] "POST /ref-update HTTP/1.1" 200 156 0.008229 10.0.0.32 - - [2024-10-28 02:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609 10.0.0.32 - - [2024-10-28 02:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.32 - - [2024-10-28 02:23:54] "POST /ref-update HTTP/1.1" 200 156 0.009106 10.0.0.32 - - [2024-10-28 02:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.32 - - [2024-10-28 02:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003975 10.0.0.32 - - [2024-10-28 02:23:54] "POST /ref-update HTTP/1.1" 200 156 0.009542 10.0.0.32 - - [2024-10-28 02:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.32 - - [2024-10-28 02:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003915 10.0.0.32 - - [2024-10-28 02:23:55] "POST /ref-update HTTP/1.1" 200 156 0.011871 10.0.0.32 - - [2024-10-28 02:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.32 - - [2024-10-28 02:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004650 10.0.0.32 - - [2024-10-28 02:23:55] "POST /ref-update HTTP/1.1" 200 156 0.009526 10.0.0.32 - - [2024-10-28 02:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.32 - - [2024-10-28 02:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004159 10.0.0.32 - - [2024-10-28 02:23:55] "POST /ref-update HTTP/1.1" 200 156 0.009123 10.0.0.32 - - [2024-10-28 02:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.32 - - [2024-10-28 02:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.32 - - [2024-10-28 02:23:55] "POST /ref-update HTTP/1.1" 200 156 0.009401 10.0.0.32 - - [2024-10-28 02:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004190 10.0.0.32 - - [2024-10-28 02:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.32 - - [2024-10-28 02:23:55] "POST /ref-update HTTP/1.1" 200 156 0.008178 10.0.0.32 - - [2024-10-28 02:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.32 - - [2024-10-28 02:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.32 - - [2024-10-28 02:23:55] "POST /ref-update HTTP/1.1" 200 156 0.009877 10.0.0.32 - - [2024-10-28 02:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.32 - - [2024-10-28 02:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004088 10.0.0.32 - - [2024-10-28 02:23:55] "POST /ref-update HTTP/1.1" 200 156 0.009842 10.0.0.32 - - [2024-10-28 02:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.32 - - [2024-10-28 02:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005500 10.0.0.32 - - [2024-10-28 02:23:56] "POST /ref-update HTTP/1.1" 200 156 0.010586 10.0.0.32 - - [2024-10-28 02:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.32 - - [2024-10-28 02:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004059 10.0.0.32 - - [2024-10-28 02:23:56] "POST /ref-update HTTP/1.1" 200 156 0.010145 10.0.0.32 - - [2024-10-28 02:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004102 10.0.0.32 - - [2024-10-28 02:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004110 10.0.0.32 - - [2024-10-28 02:23:56] "POST /ref-update HTTP/1.1" 200 156 0.009641 10.0.0.32 - - [2024-10-28 02:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005709 10.0.0.32 - - [2024-10-28 02:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.32 - - [2024-10-28 02:23:56] "POST /ref-update HTTP/1.1" 200 156 0.008551 10.0.0.32 - - [2024-10-28 02:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.32 - - [2024-10-28 02:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003802 10.0.0.32 - - [2024-10-28 02:23:56] "POST /ref-update HTTP/1.1" 200 156 0.008423 10.0.0.32 - - [2024-10-28 02:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.32 - - [2024-10-28 02:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.32 - - [2024-10-28 02:23:56] "POST /ref-update HTTP/1.1" 200 156 0.010359 10.0.0.32 - - [2024-10-28 02:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.32 - - [2024-10-28 02:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004154 10.0.0.32 - - [2024-10-28 02:23:57] "POST /ref-update HTTP/1.1" 200 156 0.009074 10.0.0.32 - - [2024-10-28 02:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.32 - - [2024-10-28 02:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.32 - - [2024-10-28 02:23:57] "POST /ref-update HTTP/1.1" 200 156 0.008944 10.0.0.32 - - [2024-10-28 02:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003975 10.0.0.32 - - [2024-10-28 02:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.32 - - [2024-10-28 02:23:57] "POST /ref-update HTTP/1.1" 200 156 0.009662 10.0.0.32 - - [2024-10-28 02:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003908 10.0.0.32 - - [2024-10-28 02:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.32 - - [2024-10-28 02:23:57] "POST /ref-update HTTP/1.1" 200 156 0.009094 10.0.0.32 - - [2024-10-28 02:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.32 - - [2024-10-28 02:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.32 - - [2024-10-28 02:23:57] "POST /ref-update HTTP/1.1" 200 156 0.010847 10.0.0.32 - - [2024-10-28 02:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.32 - - [2024-10-28 02:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.32 - - [2024-10-28 02:23:57] "POST /ref-update HTTP/1.1" 200 156 0.009392 10.0.0.32 - - [2024-10-28 02:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003959 10.0.0.32 - - [2024-10-28 02:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003858 10.0.0.32 - - [2024-10-28 02:23:57] "POST /ref-update HTTP/1.1" 200 156 0.008900 10.0.0.32 - - [2024-10-28 02:23:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004279 10.0.0.32 - - [2024-10-28 02:23:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004502 10.0.0.32 - - [2024-10-28 02:23:58] "POST /ref-update HTTP/1.1" 200 156 0.011488 10.0.0.32 - - [2024-10-28 02:23:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004655 10.0.0.32 - - [2024-10-28 02:23:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.32 - - [2024-10-28 02:23:58] "POST /ref-update HTTP/1.1" 200 156 0.010184 10.0.0.32 - - [2024-10-28 02:23:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.32 - - [2024-10-28 02:23:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.32 - - [2024-10-28 02:23:58] "POST /ref-update HTTP/1.1" 200 156 0.010125 10.0.0.32 - - [2024-10-28 02:23:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005233 10.0.0.32 - - [2024-10-28 02:23:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004472 10.0.0.32 - - [2024-10-28 02:23:58] "POST /ref-update HTTP/1.1" 200 156 0.008941 10.0.0.32 - - [2024-10-28 02:23:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.32 - - [2024-10-28 02:23:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.32 - - [2024-10-28 02:23:58] "POST /ref-update HTTP/1.1" 200 156 0.009574 10.0.0.32 - - [2024-10-28 02:23:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.32 - - [2024-10-28 02:23:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004502 10.0.0.32 - - [2024-10-28 02:23:58] "POST /ref-update HTTP/1.1" 200 156 0.012606 10.0.0.32 - - [2024-10-28 02:23:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841 10.0.0.32 - - [2024-10-28 02:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004547 10.0.0.32 - - [2024-10-28 02:23:59] "POST /ref-update HTTP/1.1" 200 156 0.009822 10.0.0.32 - - [2024-10-28 02:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004102 10.0.0.32 - - [2024-10-28 02:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.32 - - [2024-10-28 02:23:59] "POST /ref-update HTTP/1.1" 200 156 0.009397 10.0.0.32 - - [2024-10-28 02:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.32 - - [2024-10-28 02:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.32 - - [2024-10-28 02:23:59] "POST /ref-update HTTP/1.1" 200 156 0.009614 10.0.0.32 - - [2024-10-28 02:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003905 10.0.0.32 - - [2024-10-28 02:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.32 - - [2024-10-28 02:23:59] "POST /ref-update HTTP/1.1" 200 156 0.008980 10.0.0.32 - - [2024-10-28 02:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004460 10.0.0.32 - - [2024-10-28 02:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.32 - - [2024-10-28 02:23:59] "POST /ref-update HTTP/1.1" 200 156 0.010593 10.0.0.32 - - [2024-10-28 02:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.32 - - [2024-10-28 02:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004227 10.0.0.32 - - [2024-10-28 02:23:59] "POST /ref-update HTTP/1.1" 200 156 0.009717 10.0.0.32 - - [2024-10-28 02:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003979 10.0.0.32 - - [2024-10-28 02:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609 10.0.0.32 - - [2024-10-28 02:24:00] "POST /ref-update HTTP/1.1" 200 156 0.011239 10.0.0.32 - - [2024-10-28 02:24:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004192 10.0.0.32 - - [2024-10-28 02:24:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.32 - - [2024-10-28 02:24:00] "POST /ref-update HTTP/1.1" 200 156 0.009012 10.0.0.32 - - [2024-10-28 02:24:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.32 - - [2024-10-28 02:24:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004517 10.0.0.32 - - [2024-10-28 02:24:00] "POST /ref-update HTTP/1.1" 200 156 0.010564 10.0.0.32 - - [2024-10-28 02:24:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003851 10.0.0.32 - - [2024-10-28 02:24:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.32 - - [2024-10-28 02:24:00] "POST /ref-update HTTP/1.1" 200 156 0.008633 10.0.0.32 - - [2024-10-28 02:24:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.32 - - [2024-10-28 02:24:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004324 10.0.0.32 - - [2024-10-28 02:24:00] "POST /ref-update HTTP/1.1" 200 156 0.010619 10.0.0.32 - - [2024-10-28 02:24:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.32 - - [2024-10-28 02:24:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.32 - - [2024-10-28 02:24:00] "POST /ref-update HTTP/1.1" 200 156 0.008842 10.0.0.32 - - [2024-10-28 02:24:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.32 - - [2024-10-28 02:24:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.32 - - [2024-10-28 02:24:00] "POST /ref-update HTTP/1.1" 200 156 0.008291 10.0.0.32 - - [2024-10-28 02:24:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.32 - - [2024-10-28 02:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004602 10.0.0.32 - - [2024-10-28 02:24:01] "POST /ref-update HTTP/1.1" 200 156 0.010472 10.0.0.32 - - [2024-10-28 02:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004428 10.0.0.32 - - [2024-10-28 02:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004461 10.0.0.32 - - [2024-10-28 02:24:01] "POST /ref-update HTTP/1.1" 200 156 0.010058 10.0.0.32 - - [2024-10-28 02:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004010 10.0.0.32 - - [2024-10-28 02:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.32 - - [2024-10-28 02:24:01] "POST /ref-update HTTP/1.1" 200 156 0.010880 10.0.0.32 - - [2024-10-28 02:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004538 10.0.0.32 - - [2024-10-28 02:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004743 10.0.0.32 - - [2024-10-28 02:24:01] "POST /ref-update HTTP/1.1" 200 156 0.010311 10.0.0.32 - - [2024-10-28 02:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004871 10.0.0.32 - - [2024-10-28 02:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.32 - - [2024-10-28 02:24:01] "POST /ref-update HTTP/1.1" 200 156 0.011263 10.0.0.32 - - [2024-10-28 02:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.32 - - [2024-10-28 02:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.32 - - [2024-10-28 02:24:01] "POST /ref-update HTTP/1.1" 200 156 0.009669 10.0.0.32 - - [2024-10-28 02:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004020 10.0.0.32 - - [2024-10-28 02:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.32 - - [2024-10-28 02:24:02] "POST /ref-update HTTP/1.1" 200 156 0.009272 10.0.0.32 - - [2024-10-28 02:24:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004541 10.0.0.32 - - [2024-10-28 02:24:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.32 - - [2024-10-28 02:24:02] "POST /ref-update HTTP/1.1" 200 156 0.011437 10.0.0.32 - - [2024-10-28 02:24:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.32 - - [2024-10-28 02:24:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004810 10.0.0.32 - - [2024-10-28 02:24:02] "POST /ref-update HTTP/1.1" 200 156 0.010082 10.0.0.32 - - [2024-10-28 02:24:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.32 - - [2024-10-28 02:24:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.32 - - [2024-10-28 02:24:02] "POST /ref-update HTTP/1.1" 200 156 0.009124 10.0.0.32 - - [2024-10-28 02:24:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003904 10.0.0.32 - - [2024-10-28 02:24:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003944 10.0.0.32 - - [2024-10-28 02:24:02] "POST /ref-update HTTP/1.1" 200 156 0.008938 10.0.0.32 - - [2024-10-28 02:24:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004226 10.0.0.32 - - [2024-10-28 02:24:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004171 10.0.0.32 - - [2024-10-28 02:24:02] "POST /ref-update HTTP/1.1" 200 156 0.014637 10.0.0.32 - - [2024-10-28 02:24:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004495 10.0.0.32 - - [2024-10-28 02:24:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.32 - - [2024-10-28 02:24:02] "POST /ref-update HTTP/1.1" 200 156 0.009757 10.0.0.32 - - [2024-10-28 02:24:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005503 10.0.0.32 - - [2024-10-28 02:24:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004555 10.0.0.32 - - [2024-10-28 02:24:03] "POST /ref-update HTTP/1.1" 200 156 0.013543 10.0.0.32 - - [2024-10-28 02:24:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005558 10.0.0.32 - - [2024-10-28 02:24:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.32 - - [2024-10-28 02:24:03] "POST /ref-update HTTP/1.1" 200 156 0.009911 10.0.0.32 - - [2024-10-28 02:24:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003866 10.0.0.32 - - [2024-10-28 02:24:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005044 10.0.0.32 - - [2024-10-28 02:24:03] "POST /ref-update HTTP/1.1" 200 156 0.010724 10.0.0.32 - - [2024-10-28 02:24:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004074 10.0.0.32 - - [2024-10-28 02:24:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.32 - - [2024-10-28 02:24:03] "POST /ref-update HTTP/1.1" 200 156 0.009897 10.0.0.32 - - [2024-10-28 02:24:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003928 10.0.0.32 - - [2024-10-28 02:24:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.32 - - [2024-10-28 02:24:03] "POST /ref-update HTTP/1.1" 200 156 0.009910 10.0.0.32 - - [2024-10-28 02:24:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003991 10.0.0.32 - - [2024-10-28 02:24:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003731 10.0.0.32 - - [2024-10-28 02:24:03] "POST /ref-update HTTP/1.1" 200 156 0.008752 10.0.0.32 - - [2024-10-28 02:24:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004036 10.0.0.32 - - [2024-10-28 02:24:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004136 10.0.0.32 - - [2024-10-28 02:24:04] "POST /ref-update HTTP/1.1" 200 156 0.010597 10.0.0.32 - - [2024-10-28 02:24:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004286 10.0.0.32 - - [2024-10-28 02:24:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.32 - - [2024-10-28 02:24:04] "POST /ref-update HTTP/1.1" 200 156 0.012886 10.0.0.32 - - [2024-10-28 02:24:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003872 10.0.0.32 - - [2024-10-28 02:24:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005197 10.0.0.32 - - [2024-10-28 02:24:04] "POST /ref-update HTTP/1.1" 200 156 0.009040 10.0.0.32 - - [2024-10-28 02:24:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004187 10.0.0.32 - - [2024-10-28 02:24:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004190 10.0.0.32 - - [2024-10-28 02:24:04] "POST /ref-update HTTP/1.1" 200 156 0.011590 10.0.0.32 - - [2024-10-28 02:24:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.32 - - [2024-10-28 02:24:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.32 - - [2024-10-28 02:24:04] "POST /ref-update HTTP/1.1" 200 156 0.008717 10.0.0.32 - - [2024-10-28 02:24:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004528 10.0.0.32 - - [2024-10-28 02:24:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004446 10.0.0.32 - - [2024-10-28 02:24:04] "POST /ref-update HTTP/1.1" 200 156 0.010302 10.0.0.32 - - [2024-10-28 02:24:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004589 10.0.0.32 - - [2024-10-28 02:24:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004656 10.0.0.32 - - [2024-10-28 02:24:04] "POST /ref-update HTTP/1.1" 200 156 0.013258 10.0.0.32 - - [2024-10-28 02:24:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004372 10.0.0.32 - - [2024-10-28 02:24:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004228 10.0.0.32 - - [2024-10-28 02:24:05] "POST /ref-update HTTP/1.1" 200 156 0.011564 10.0.0.32 - - [2024-10-28 02:24:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004419 10.0.0.32 - - [2024-10-28 02:24:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004523 10.0.0.32 - - [2024-10-28 02:24:05] "POST /ref-update HTTP/1.1" 200 156 0.012039 10.0.0.32 - - [2024-10-28 02:24:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004565 10.0.0.32 - - [2024-10-28 02:24:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004872 10.0.0.32 - - [2024-10-28 02:24:05] "POST /ref-update HTTP/1.1" 200 156 0.010739 10.0.0.32 - - [2024-10-28 02:24:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005374 10.0.0.32 - - [2024-10-28 02:24:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004703 10.0.0.32 - - [2024-10-28 02:24:05] "POST /ref-update HTTP/1.1" 200 156 0.012664 10.0.0.32 - - [2024-10-28 02:24:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004241 10.0.0.32 - - [2024-10-28 02:24:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004126 10.0.0.32 - - [2024-10-28 02:24:05] "POST /ref-update HTTP/1.1" 200 156 0.009081 10.0.0.32 - - [2024-10-28 02:24:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.32 - - [2024-10-28 02:24:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003626 10.0.0.32 - - [2024-10-28 02:24:05] "POST /ref-update HTTP/1.1" 200 156 0.011966 10.0.0.32 - - [2024-10-28 02:24:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.32 - - [2024-10-28 02:24:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004336 10.0.0.32 - - [2024-10-28 02:24:06] "POST /ref-update HTTP/1.1" 200 156 0.012650 10.0.0.32 - - [2024-10-28 02:24:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.32 - - [2024-10-28 02:24:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003821 10.0.0.32 - - [2024-10-28 02:24:06] "POST /ref-update HTTP/1.1" 200 156 0.010637 10.0.0.32 - - [2024-10-28 02:24:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004094 10.0.0.32 - - [2024-10-28 02:24:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003770 10.0.0.32 - - [2024-10-28 02:24:06] "POST /ref-update HTTP/1.1" 200 156 0.009609 10.0.0.32 - - [2024-10-28 02:24:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004132 10.0.0.32 - - [2024-10-28 02:24:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004200 10.0.0.32 - - [2024-10-28 02:24:06] "POST /ref-update HTTP/1.1" 200 156 0.009721 10.0.0.32 - - [2024-10-28 02:24:06] "GET /global-system-configs HTTP/1.1" 200 322 0.696593 10.0.0.32 - - [2024-10-28 02:24:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004206 10.0.0.32 - - [2024-10-28 02:24:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004198 10.0.0.32 - - [2024-10-28 02:24:06] "POST /ref-update HTTP/1.1" 200 156 0.008887 10.0.0.32 - - [2024-10-28 02:24:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.32 - - [2024-10-28 02:24:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.32 - - [2024-10-28 02:24:06] "POST /ref-update HTTP/1.1" 200 156 0.008501 10.0.0.32 - - [2024-10-28 02:24:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003838 10.0.0.32 - - [2024-10-28 02:24:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004743 10.0.0.32 - - [2024-10-28 02:24:07] "POST /ref-update HTTP/1.1" 200 156 0.013610 10.0.0.32 - - [2024-10-28 02:24:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004605 10.0.0.32 - - [2024-10-28 02:24:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004426 10.0.0.32 - - [2024-10-28 02:24:07] "POST /ref-update HTTP/1.1" 200 156 0.009324 10.0.0.32 - - [2024-10-28 02:24:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.32 - - [2024-10-28 02:24:07] "GET /global-system-configs HTTP/1.1" 200 322 0.032454 10.0.0.32 - - [2024-10-28 02:24:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.32 - - [2024-10-28 02:24:07] "POST /ref-update HTTP/1.1" 200 156 0.010541 10.0.0.32 - - [2024-10-28 02:24:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004020 10.0.0.32 - - [2024-10-28 02:24:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004252 10.0.0.32 - - [2024-10-28 02:24:07] "POST /ref-update HTTP/1.1" 200 156 0.012128 10.0.0.32 - - [2024-10-28 02:24:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004260 10.0.0.32 - - [2024-10-28 02:24:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.32 - - [2024-10-28 02:24:07] "POST /ref-update HTTP/1.1" 200 156 0.009427 10.0.0.32 - - [2024-10-28 02:24:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.32 - - [2024-10-28 02:24:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.32 - - [2024-10-28 02:24:07] "POST /ref-update HTTP/1.1" 200 156 0.009548 10.0.0.32 - - [2024-10-28 02:24:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003845 10.0.0.32 - - [2024-10-28 02:24:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004067 10.0.0.32 - - [2024-10-28 02:24:07] "POST /ref-update HTTP/1.1" 200 156 0.009168 10.0.0.32 - - [2024-10-28 02:24:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.32 - - [2024-10-28 02:24:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003857 10.0.0.32 - - [2024-10-28 02:24:08] "POST /ref-update HTTP/1.1" 200 156 0.009265 10.0.0.32 - - [2024-10-28 02:24:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.32 - - [2024-10-28 02:24:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.32 - - [2024-10-28 02:24:08] "POST /ref-update HTTP/1.1" 200 156 0.010439 10.0.0.32 - - [2024-10-28 02:24:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004399 10.0.0.32 - - [2024-10-28 02:24:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.32 - - [2024-10-28 02:24:08] "POST /ref-update HTTP/1.1" 200 156 0.008641 10.0.0.32 - - [2024-10-28 02:24:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003923 10.0.0.32 - - [2024-10-28 02:24:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004676 10.0.0.32 - - [2024-10-28 02:24:08] "POST /ref-update HTTP/1.1" 200 156 0.011007 10.0.0.32 - - [2024-10-28 02:24:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.32 - - [2024-10-28 02:24:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004038 10.0.0.32 - - [2024-10-28 02:24:08] "POST /ref-update HTTP/1.1" 200 156 0.010160 10.0.0.32 - - [2024-10-28 02:24:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774 10.0.0.32 - - [2024-10-28 02:24:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004613 10.0.0.32 - - [2024-10-28 02:24:08] "POST /ref-update HTTP/1.1" 200 156 0.010998 10.0.0.32 - - [2024-10-28 02:24:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.32 - - [2024-10-28 02:24:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004296 10.0.0.32 - - [2024-10-28 02:24:09] "POST /ref-update HTTP/1.1" 200 156 0.011211 10.0.0.32 - - [2024-10-28 02:24:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004117 10.0.0.32 - - [2024-10-28 02:24:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.32 - - [2024-10-28 02:24:09] "POST /ref-update HTTP/1.1" 200 156 0.009451 10.0.0.32 - - [2024-10-28 02:24:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.32 - - [2024-10-28 02:24:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.32 - - [2024-10-28 02:24:09] "POST /ref-update HTTP/1.1" 200 156 0.008678 10.0.0.32 - - [2024-10-28 02:24:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.32 - - [2024-10-28 02:24:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004122 10.0.0.32 - - [2024-10-28 02:24:09] "POST /ref-update HTTP/1.1" 200 156 0.009224 10.0.0.32 - - [2024-10-28 02:24:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.32 - - [2024-10-28 02:24:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.32 - - [2024-10-28 02:24:09] "POST /ref-update HTTP/1.1" 200 156 0.009229 10.0.0.32 - - [2024-10-28 02:24:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.32 - - [2024-10-28 02:24:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.32 - - [2024-10-28 02:24:09] "POST /ref-update HTTP/1.1" 200 156 0.008797 10.0.0.32 - - [2024-10-28 02:24:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003935 10.0.0.32 - - [2024-10-28 02:24:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.32 - - [2024-10-28 02:24:09] "POST /ref-update HTTP/1.1" 200 156 0.009213 10.0.0.32 - - [2024-10-28 02:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004543 10.0.0.32 - - [2024-10-28 02:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004739 10.0.0.32 - - [2024-10-28 02:24:10] "POST /ref-update HTTP/1.1" 200 156 0.010256 10.0.0.32 - - [2024-10-28 02:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.32 - - [2024-10-28 02:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004001 10.0.0.32 - - [2024-10-28 02:24:10] "POST /ref-update HTTP/1.1" 200 156 0.010961 10.0.0.32 - - [2024-10-28 02:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004243 10.0.0.32 - - [2024-10-28 02:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.32 - - [2024-10-28 02:24:10] "POST /ref-update HTTP/1.1" 200 156 0.008028 10.0.0.32 - - [2024-10-28 02:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.32 - - [2024-10-28 02:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.32 - - [2024-10-28 02:24:10] "POST /ref-update HTTP/1.1" 200 156 0.009739 10.0.0.32 - - [2024-10-28 02:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.32 - - [2024-10-28 02:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.32 - - [2024-10-28 02:24:10] "POST /ref-update HTTP/1.1" 200 156 0.009697 10.0.0.32 - - [2024-10-28 02:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.32 - - [2024-10-28 02:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.32 - - [2024-10-28 02:24:10] "POST /ref-update HTTP/1.1" 200 156 0.008898 10.0.0.32 - - [2024-10-28 02:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.32 - - [2024-10-28 02:24:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.32 - - [2024-10-28 02:24:11] "POST /ref-update HTTP/1.1" 200 156 0.008291 10.0.0.32 - - [2024-10-28 02:24:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003867 10.0.0.32 - - [2024-10-28 02:24:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004544 10.0.0.32 - - [2024-10-28 02:24:11] "POST /ref-update HTTP/1.1" 200 156 0.008787 10.0.0.32 - - [2024-10-28 02:24:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005310 10.0.0.32 - - [2024-10-28 02:24:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.32 - - [2024-10-28 02:24:11] "POST /ref-update HTTP/1.1" 200 156 0.010194 10.0.0.32 - - [2024-10-28 02:24:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003619 10.0.0.32 - - [2024-10-28 02:24:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.32 - - [2024-10-28 02:24:11] "POST /ref-update HTTP/1.1" 200 156 0.008553 10.0.0.32 - - [2024-10-28 02:24:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004034 10.0.0.32 - - [2024-10-28 02:24:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.32 - - [2024-10-28 02:24:11] "POST /ref-update HTTP/1.1" 200 156 0.011967 10.0.0.32 - - [2024-10-28 02:24:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004471 10.0.0.32 - - [2024-10-28 02:24:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.32 - - [2024-10-28 02:24:11] "POST /ref-update HTTP/1.1" 200 156 0.008848 10.0.0.32 - - [2024-10-28 02:24:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.32 - - [2024-10-28 02:24:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003972 10.0.0.32 - - [2024-10-28 02:24:11] "POST /ref-update HTTP/1.1" 200 156 0.010504 10.0.0.32 - - [2024-10-28 02:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004354 10.0.0.32 - - [2024-10-28 02:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.32 - - [2024-10-28 02:24:12] "POST /ref-update HTTP/1.1" 200 156 0.009622 10.0.0.32 - - [2024-10-28 02:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003797 10.0.0.32 - - [2024-10-28 02:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.32 - - [2024-10-28 02:24:12] "POST /ref-update HTTP/1.1" 200 156 0.009065 10.0.0.32 - - [2024-10-28 02:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.32 - - [2024-10-28 02:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.32 - - [2024-10-28 02:24:12] "POST /ref-update HTTP/1.1" 200 156 0.009408 10.0.0.32 - - [2024-10-28 02:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.32 - - [2024-10-28 02:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.32 - - [2024-10-28 02:24:12] "POST /ref-update HTTP/1.1" 200 156 0.009014 10.0.0.32 - - [2024-10-28 02:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.32 - - [2024-10-28 02:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003745 10.0.0.32 - - [2024-10-28 02:24:12] "POST /ref-update HTTP/1.1" 200 156 0.009930 10.0.0.32 - - [2024-10-28 02:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004191 10.0.0.32 - - [2024-10-28 02:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.32 - - [2024-10-28 02:24:12] "POST /ref-update HTTP/1.1" 200 156 0.008703 10.0.0.32 - - [2024-10-28 02:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.32 - - [2024-10-28 02:24:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004219 10.0.0.32 - - [2024-10-28 02:24:13] "POST /ref-update HTTP/1.1" 200 156 0.011919 10.0.0.32 - - [2024-10-28 02:24:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.32 - - [2024-10-28 02:24:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004276 10.0.0.32 - - [2024-10-28 02:24:13] "POST /ref-update HTTP/1.1" 200 156 0.010111 10.0.0.32 - - [2024-10-28 02:24:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003861 10.0.0.32 - - [2024-10-28 02:24:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.32 - - [2024-10-28 02:24:13] "POST /ref-update HTTP/1.1" 200 156 0.009116 10.0.0.32 - - [2024-10-28 02:24:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003956 10.0.0.32 - - [2024-10-28 02:24:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.32 - - [2024-10-28 02:24:13] "POST /ref-update HTTP/1.1" 200 156 0.009299 10.0.0.32 - - [2024-10-28 02:24:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.32 - - [2024-10-28 02:24:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004106 10.0.0.32 - - [2024-10-28 02:24:13] "POST /ref-update HTTP/1.1" 200 156 0.009193 10.0.0.32 - - [2024-10-28 02:24:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.32 - - [2024-10-28 02:24:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.32 - - [2024-10-28 02:24:13] "POST /ref-update HTTP/1.1" 200 156 0.008379 10.0.0.32 - - [2024-10-28 02:24:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718 10.0.0.32 - - [2024-10-28 02:24:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.32 - - [2024-10-28 02:24:13] "POST /ref-update HTTP/1.1" 200 156 0.011067 10.0.0.32 - - [2024-10-28 02:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.32 - - [2024-10-28 02:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004625 10.0.0.32 - - [2024-10-28 02:24:14] "POST /ref-update HTTP/1.1" 200 156 0.008976 10.0.0.32 - - [2024-10-28 02:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004029 10.0.0.32 - - [2024-10-28 02:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966 10.0.0.32 - - [2024-10-28 02:24:14] "POST /ref-update HTTP/1.1" 200 156 0.008722 10.0.0.32 - - [2024-10-28 02:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003815 10.0.0.32 - - [2024-10-28 02:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004200 10.0.0.32 - - [2024-10-28 02:24:14] "POST /ref-update HTTP/1.1" 200 156 0.012689 10.0.0.32 - - [2024-10-28 02:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004157 10.0.0.32 - - [2024-10-28 02:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.32 - - [2024-10-28 02:24:14] "POST /ref-update HTTP/1.1" 200 156 0.009693 10.0.0.32 - - [2024-10-28 02:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004338 10.0.0.32 - - [2024-10-28 02:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.32 - - [2024-10-28 02:24:14] "POST /ref-update HTTP/1.1" 200 156 0.009596 10.0.0.32 - - [2024-10-28 02:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005453 10.0.0.32 - - [2024-10-28 02:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004865 10.0.0.32 - - [2024-10-28 02:24:14] "POST /ref-update HTTP/1.1" 200 156 0.012758 10.0.0.32 - - [2024-10-28 02:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004996 10.0.0.32 - - [2024-10-28 02:24:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003861 10.0.0.32 - - [2024-10-28 02:24:15] "POST /ref-update HTTP/1.1" 200 156 0.010013 10.0.0.32 - - [2024-10-28 02:24:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003945 10.0.0.32 - - [2024-10-28 02:24:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.32 - - [2024-10-28 02:24:15] "POST /ref-update HTTP/1.1" 200 156 0.007976 10.0.0.32 - - [2024-10-28 02:24:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.32 - - [2024-10-28 02:24:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003807 10.0.0.32 - - [2024-10-28 02:24:15] "POST /ref-update HTTP/1.1" 200 156 0.011095 10.0.0.32 - - [2024-10-28 02:24:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.32 - - [2024-10-28 02:24:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.32 - - [2024-10-28 02:24:15] "POST /ref-update HTTP/1.1" 200 156 0.008930 10.0.0.32 - - [2024-10-28 02:24:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.32 - - [2024-10-28 02:24:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.32 - - [2024-10-28 02:24:15] "POST /ref-update HTTP/1.1" 200 156 0.010397 10.0.0.32 - - [2024-10-28 02:24:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.32 - - [2024-10-28 02:24:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004236 10.0.0.32 - - [2024-10-28 02:24:15] "POST /ref-update HTTP/1.1" 200 156 0.013793 10.0.0.32 - - [2024-10-28 02:24:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004296 10.0.0.32 - - [2024-10-28 02:24:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003832 10.0.0.32 - - [2024-10-28 02:24:16] "POST /ref-update HTTP/1.1" 200 156 0.010298 10.0.0.32 - - [2024-10-28 02:24:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004852 10.0.0.32 - - [2024-10-28 02:24:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004404 10.0.0.32 - - [2024-10-28 02:24:16] "POST /ref-update HTTP/1.1" 200 156 0.009878 10.0.0.32 - - [2024-10-28 02:24:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004715 10.0.0.32 - - [2024-10-28 02:24:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.32 - - [2024-10-28 02:24:16] "POST /ref-update HTTP/1.1" 200 156 0.011048 10.0.0.32 - - [2024-10-28 02:24:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.32 - - [2024-10-28 02:24:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.32 - - [2024-10-28 02:24:16] "POST /ref-update HTTP/1.1" 200 156 0.009314 10.0.0.32 - - [2024-10-28 02:24:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718 10.0.0.32 - - [2024-10-28 02:24:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.32 - - [2024-10-28 02:24:16] "POST /ref-update HTTP/1.1" 200 156 0.009821 10.0.0.32 - - [2024-10-28 02:24:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.32 - - [2024-10-28 02:24:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.32 - - [2024-10-28 02:24:16] "POST /ref-update HTTP/1.1" 200 156 0.010045 10.0.0.32 - - [2024-10-28 02:24:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997 10.0.0.32 - - [2024-10-28 02:24:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.32 - - [2024-10-28 02:24:16] "POST /ref-update HTTP/1.1" 200 156 0.010164 10.0.0.32 - - [2024-10-28 02:24:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.32 - - [2024-10-28 02:24:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004119 10.0.0.32 - - [2024-10-28 02:24:17] "POST /ref-update HTTP/1.1" 200 156 0.011916 10.0.0.32 - - [2024-10-28 02:24:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004314 10.0.0.32 - - [2024-10-28 02:24:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004167 10.0.0.32 - - [2024-10-28 02:24:17] "POST /ref-update HTTP/1.1" 200 156 0.010733 10.0.0.32 - - [2024-10-28 02:24:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.32 - - [2024-10-28 02:24:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.32 - - [2024-10-28 02:24:17] "POST /ref-update HTTP/1.1" 200 156 0.009753 10.0.0.32 - - [2024-10-28 02:24:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.32 - - [2024-10-28 02:24:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004147 10.0.0.32 - - [2024-10-28 02:24:17] "POST /ref-update HTTP/1.1" 200 156 0.010454 10.0.0.32 - - [2024-10-28 02:24:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003835 10.0.0.32 - - [2024-10-28 02:24:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.32 - - [2024-10-28 02:24:17] "POST /ref-update HTTP/1.1" 200 156 0.010186 10.0.0.32 - - [2024-10-28 02:24:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003754 10.0.0.32 - - [2024-10-28 02:24:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.32 - - [2024-10-28 02:24:17] "POST /ref-update HTTP/1.1" 200 156 0.009950 10.0.0.32 - - [2024-10-28 02:24:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004188 10.0.0.32 - - [2024-10-28 02:24:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.32 - - [2024-10-28 02:24:18] "POST /ref-update HTTP/1.1" 200 156 0.017773 10.0.0.32 - - [2024-10-28 02:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004048 10.0.0.32 - - [2024-10-28 02:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004984 10.0.0.32 - - [2024-10-28 02:24:18] "POST /ref-update HTTP/1.1" 200 156 0.011797 10.0.0.32 - - [2024-10-28 02:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004508 10.0.0.32 - - [2024-10-28 02:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004427 10.0.0.32 - - [2024-10-28 02:24:18] "POST /ref-update HTTP/1.1" 200 156 0.014041 10.0.0.32 - - [2024-10-28 02:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004761 10.0.0.32 - - [2024-10-28 02:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004431 10.0.0.32 - - [2024-10-28 02:24:18] "POST /ref-update HTTP/1.1" 200 156 0.010243 10.0.0.32 - - [2024-10-28 02:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.32 - - [2024-10-28 02:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004496 10.0.0.32 - - [2024-10-28 02:24:18] "POST /ref-update HTTP/1.1" 200 156 0.009808 10.0.0.32 - - [2024-10-28 02:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.32 - - [2024-10-28 02:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.32 - - [2024-10-28 02:24:18] "POST /ref-update HTTP/1.1" 200 156 0.010705 10.0.0.32 - - [2024-10-28 02:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.32 - - [2024-10-28 02:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.32 - - [2024-10-28 02:24:18] "POST /ref-update HTTP/1.1" 200 156 0.011012 10.0.0.32 - - [2024-10-28 02:24:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005019 10.0.0.32 - - [2024-10-28 02:24:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004274 10.0.0.32 - - [2024-10-28 02:24:19] "POST /ref-update HTTP/1.1" 200 156 0.012123 10.0.0.32 - - [2024-10-28 02:24:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.32 - - [2024-10-28 02:24:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.009094 10.0.0.32 - - [2024-10-28 02:24:19] "POST /ref-update HTTP/1.1" 200 156 0.012741 10.0.0.32 - - [2024-10-28 02:24:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004498 10.0.0.32 - - [2024-10-28 02:24:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.32 - - [2024-10-28 02:24:19] "POST /ref-update HTTP/1.1" 200 156 0.010189 10.0.0.32 - - [2024-10-28 02:24:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.32 - - [2024-10-28 02:24:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.32 - - [2024-10-28 02:24:19] "POST /ref-update HTTP/1.1" 200 156 0.012929 10.0.0.32 - - [2024-10-28 02:24:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004478 10.0.0.32 - - [2024-10-28 02:24:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003745 10.0.0.32 - - [2024-10-28 02:24:19] "POST /ref-update HTTP/1.1" 200 156 0.010313 10.0.0.32 - - [2024-10-28 02:24:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003892 10.0.0.32 - - [2024-10-28 02:24:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.32 - - [2024-10-28 02:24:19] "POST /ref-update HTTP/1.1" 200 156 0.010337 10.0.0.32 - - [2024-10-28 02:24:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003852 10.0.0.32 - - [2024-10-28 02:24:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005182 10.0.0.32 - - [2024-10-28 02:24:20] "POST /ref-update HTTP/1.1" 200 156 0.011344 10.0.0.32 - - [2024-10-28 02:24:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003890 10.0.0.32 - - [2024-10-28 02:24:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.32 - - [2024-10-28 02:24:20] "POST /ref-update HTTP/1.1" 200 156 0.012029 10.0.0.32 - - [2024-10-28 02:24:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004125 10.0.0.32 - - [2024-10-28 02:24:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004345 10.0.0.32 - - [2024-10-28 02:24:20] "POST /ref-update HTTP/1.1" 200 156 0.009458 10.0.0.32 - - [2024-10-28 02:24:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.32 - - [2024-10-28 02:24:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.32 - - [2024-10-28 02:24:20] "POST /ref-update HTTP/1.1" 200 156 0.010430 10.0.0.32 - - [2024-10-28 02:24:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.32 - - [2024-10-28 02:24:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.32 - - [2024-10-28 02:24:20] "POST /ref-update HTTP/1.1" 200 156 0.010237 10.0.0.32 - - [2024-10-28 02:24:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.32 - - [2024-10-28 02:24:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727 10.0.0.32 - - [2024-10-28 02:24:20] "POST /ref-update HTTP/1.1" 200 156 0.009524 10.0.0.32 - - [2024-10-28 02:24:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004207 10.0.0.32 - - [2024-10-28 02:24:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.32 - - [2024-10-28 02:24:20] "POST /ref-update HTTP/1.1" 200 156 0.010008 10.0.0.32 - - [2024-10-28 02:24:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004150 10.0.0.32 - - [2024-10-28 02:24:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004512 10.0.0.32 - - [2024-10-28 02:24:21] "POST /ref-update HTTP/1.1" 200 156 0.010335 10.0.0.32 - - [2024-10-28 02:24:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.32 - - [2024-10-28 02:24:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003589 10.0.0.32 - - [2024-10-28 02:24:21] "POST /ref-update HTTP/1.1" 200 156 0.011460 10.0.0.32 - - [2024-10-28 02:24:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004719 10.0.0.32 - - [2024-10-28 02:24:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004297 10.0.0.32 - - [2024-10-28 02:24:21] "POST /ref-update HTTP/1.1" 200 156 0.009624 10.0.0.32 - - [2024-10-28 02:24:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.32 - - [2024-10-28 02:24:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.32 - - [2024-10-28 02:24:21] "POST /ref-update HTTP/1.1" 200 156 0.011277 10.0.0.32 - - [2024-10-28 02:24:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.32 - - [2024-10-28 02:24:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004074 10.0.0.32 - - [2024-10-28 02:24:21] "POST /ref-update HTTP/1.1" 200 156 0.010844 10.0.0.32 - - [2024-10-28 02:24:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003969 10.0.0.32 - - [2024-10-28 02:24:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.32 - - [2024-10-28 02:24:21] "POST /ref-update HTTP/1.1" 200 156 0.010964 10.0.0.32 - - [2024-10-28 02:24:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.32 - - [2024-10-28 02:24:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004685 10.0.0.32 - - [2024-10-28 02:24:22] "POST /ref-update HTTP/1.1" 200 156 0.011296 10.0.0.32 - - [2024-10-28 02:24:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004167 10.0.0.32 - - [2024-10-28 02:24:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004109 10.0.0.32 - - [2024-10-28 02:24:22] "POST /ref-update HTTP/1.1" 200 156 0.010293 10.0.0.32 - - [2024-10-28 02:24:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.008049 10.0.0.32 - - [2024-10-28 02:24:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004410 10.0.0.32 - - [2024-10-28 02:24:22] "POST /ref-update HTTP/1.1" 200 156 0.009937 10.0.0.32 - - [2024-10-28 02:24:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003851 10.0.0.32 - - [2024-10-28 02:24:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003821 10.0.0.32 - - [2024-10-28 02:24:22] "POST /ref-update HTTP/1.1" 200 156 0.010837 10.0.0.32 - - [2024-10-28 02:24:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005141 10.0.0.32 - - [2024-10-28 02:24:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003975 10.0.0.32 - - [2024-10-28 02:24:22] "POST /ref-update HTTP/1.1" 200 156 0.009770 10.0.0.32 - - [2024-10-28 02:24:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.32 - - [2024-10-28 02:24:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.32 - - [2024-10-28 02:24:22] "POST /ref-update HTTP/1.1" 200 156 0.009783 10.0.0.32 - - [2024-10-28 02:24:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.32 - - [2024-10-28 02:24:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.32 - - [2024-10-28 02:24:22] "POST /ref-update HTTP/1.1" 200 156 0.010939 10.0.0.32 - - [2024-10-28 02:24:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004109 10.0.0.32 - - [2024-10-28 02:24:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004076 10.0.0.32 - - [2024-10-28 02:24:23] "POST /ref-update HTTP/1.1" 200 156 0.009495 10.0.0.32 - - [2024-10-28 02:24:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.32 - - [2024-10-28 02:24:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.32 - - [2024-10-28 02:24:23] "POST /ref-update HTTP/1.1" 200 156 0.010100 10.0.0.32 - - [2024-10-28 02:24:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.32 - - [2024-10-28 02:24:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005253 10.0.0.32 - - [2024-10-28 02:24:23] "POST /ref-update HTTP/1.1" 200 156 0.012148 10.0.0.32 - - [2024-10-28 02:24:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005407 10.0.0.32 - - [2024-10-28 02:24:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004228 10.0.0.32 - - [2024-10-28 02:24:23] "POST /ref-update HTTP/1.1" 200 156 0.011871 10.0.0.32 - - [2024-10-28 02:24:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004645 10.0.0.32 - - [2024-10-28 02:24:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004492 10.0.0.32 - - [2024-10-28 02:24:23] "POST /ref-update HTTP/1.1" 200 156 0.011178 10.0.0.32 - - [2024-10-28 02:24:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004620 10.0.0.32 - - [2024-10-28 02:24:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004533 10.0.0.32 - - [2024-10-28 02:24:23] "POST /ref-update HTTP/1.1" 200 156 0.012302 10.0.0.32 - - [2024-10-28 02:24:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004762 10.0.0.32 - - [2024-10-28 02:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004851 10.0.0.32 - - [2024-10-28 02:24:24] "POST /ref-update HTTP/1.1" 200 156 0.025362 10.0.0.32 - - [2024-10-28 02:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005221 10.0.0.32 - - [2024-10-28 02:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004112 10.0.0.32 - - [2024-10-28 02:24:24] "POST /ref-update HTTP/1.1" 200 156 0.009036 10.0.0.32 - - [2024-10-28 02:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005739 10.0.0.32 - - [2024-10-28 02:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.32 - - [2024-10-28 02:24:24] "POST /ref-update HTTP/1.1" 200 156 0.011561 10.0.0.32 - - [2024-10-28 02:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962 10.0.0.32 - - [2024-10-28 02:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.32 - - [2024-10-28 02:24:24] "POST /ref-update HTTP/1.1" 200 156 0.009256 10.0.0.32 - - [2024-10-28 02:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.32 - - [2024-10-28 02:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003851 10.0.0.32 - - [2024-10-28 02:24:24] "POST /ref-update HTTP/1.1" 200 156 0.008265 10.0.0.32 - - [2024-10-28 02:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.32 - - [2024-10-28 02:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005109 10.0.0.32 - - [2024-10-28 02:24:24] "POST /ref-update HTTP/1.1" 200 156 0.009278 10.0.0.32 - - [2024-10-28 02:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.32 - - [2024-10-28 02:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004446 10.0.0.32 - - [2024-10-28 02:24:25] "POST /ref-update HTTP/1.1" 200 156 0.011208 10.0.0.32 - - [2024-10-28 02:24:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004512 10.0.0.32 - - [2024-10-28 02:24:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.32 - - [2024-10-28 02:24:25] "POST /ref-update HTTP/1.1" 200 156 0.008550 10.0.0.32 - - [2024-10-28 02:24:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.32 - - [2024-10-28 02:24:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.32 - - [2024-10-28 02:24:25] "POST /ref-update HTTP/1.1" 200 156 0.008188 10.0.0.32 - - [2024-10-28 02:24:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.32 - - [2024-10-28 02:24:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.32 - - [2024-10-28 02:24:25] "POST /ref-update HTTP/1.1" 200 156 0.008829 10.0.0.32 - - [2024-10-28 02:24:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003740 10.0.0.32 - - [2024-10-28 02:24:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004517 10.0.0.32 - - [2024-10-28 02:24:25] "POST /ref-update HTTP/1.1" 200 156 0.012603 10.0.0.32 - - [2024-10-28 02:24:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.32 - - [2024-10-28 02:24:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.32 - - [2024-10-28 02:24:25] "POST /ref-update HTTP/1.1" 200 156 0.012004 10.0.0.32 - - [2024-10-28 02:24:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646 10.0.0.32 - - [2024-10-28 02:24:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003650 10.0.0.32 - - [2024-10-28 02:24:25] "POST /ref-update HTTP/1.1" 200 156 0.013943 10.0.0.32 - - [2024-10-28 02:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003857 10.0.0.32 - - [2024-10-28 02:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.32 - - [2024-10-28 02:24:26] "POST /ref-update HTTP/1.1" 200 156 0.015721 10.0.0.32 - - [2024-10-28 02:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004237 10.0.0.32 - - [2024-10-28 02:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004215 10.0.0.32 - - [2024-10-28 02:24:26] "POST /ref-update HTTP/1.1" 200 156 0.012863 10.0.0.32 - - [2024-10-28 02:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004538 10.0.0.32 - - [2024-10-28 02:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003948 10.0.0.32 - - [2024-10-28 02:24:26] "POST /ref-update HTTP/1.1" 200 156 0.012769 10.0.0.32 - - [2024-10-28 02:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.32 - - [2024-10-28 02:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005146 10.0.0.32 - - [2024-10-28 02:24:26] "POST /ref-update HTTP/1.1" 200 156 0.009868 10.0.0.32 - - [2024-10-28 02:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.32 - - [2024-10-28 02:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.32 - - [2024-10-28 02:24:26] "POST /ref-update HTTP/1.1" 200 156 0.009136 10.0.0.32 - - [2024-10-28 02:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.32 - - [2024-10-28 02:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.32 - - [2024-10-28 02:24:26] "POST /ref-update HTTP/1.1" 200 156 0.009854 10.0.0.32 - - [2024-10-28 02:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004156 10.0.0.32 - - [2024-10-28 02:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.32 - - [2024-10-28 02:24:27] "POST /ref-update HTTP/1.1" 200 156 0.011012 10.0.0.32 - - [2024-10-28 02:24:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796 10.0.0.32 - - [2024-10-28 02:24:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.32 - - [2024-10-28 02:24:27] "POST /ref-update HTTP/1.1" 200 156 0.009854 10.0.0.32 - - [2024-10-28 02:24:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.32 - - [2024-10-28 02:24:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004870 10.0.0.32 - - [2024-10-28 02:24:27] "POST /ref-update HTTP/1.1" 200 156 0.009786 10.0.0.32 - - [2024-10-28 02:24:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004208 10.0.0.32 - - [2024-10-28 02:24:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.32 - - [2024-10-28 02:24:27] "POST /ref-update HTTP/1.1" 200 156 0.011119 10.0.0.32 - - [2024-10-28 02:24:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.32 - - [2024-10-28 02:24:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004334 10.0.0.32 - - [2024-10-28 02:24:27] "POST /ref-update HTTP/1.1" 200 156 0.022029 10.0.0.32 - - [2024-10-28 02:24:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003858 10.0.0.32 - - [2024-10-28 02:24:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.32 - - [2024-10-28 02:24:27] "POST /ref-update HTTP/1.1" 200 156 0.011413 10.0.0.32 - - [2024-10-28 02:24:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004168 10.0.0.32 - - [2024-10-28 02:24:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004457 10.0.0.32 - - [2024-10-28 02:24:27] "POST /ref-update HTTP/1.1" 200 156 0.009294 10.0.0.32 - - [2024-10-28 02:24:28] "POST /network-ipams HTTP/1.1" 200 550 0.021061 10.0.0.32 - - [2024-10-28 02:24:28] "POST /useragent-kv HTTP/1.1" 200 115 0.005704 10.0.0.32 - - [2024-10-28 02:24:28] "POST /virtual-networks HTTP/1.1" 200 552 0.119709 10.0.0.32 - - [2024-10-28 02:24:28] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.003732 10.0.0.32 - - [2024-10-28 02:24:28] "POST /fqname-to-id HTTP/1.1" 404 188 0.003908 10.0.0.32 - - [2024-10-28 02:24:28] "POST /fqname-to-id HTTP/1.1" 404 178 0.003868 10.0.0.32 - - [2024-10-28 02:24:28] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 312 0.003561 10.0.0.32 - - [2024-10-28 02:24:28] "GET /fabric/4f7741af-2c50-4d01-a524-ce882b0cd68a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1116 0.006513 10.0.0.32 - - [2024-10-28 02:24:28] "POST /fqname-to-id HTTP/1.1" 404 198 0.003218 10.0.0.32 - - [2024-10-28 02:24:28] "POST /fqname-to-id HTTP/1.1" 404 205 0.003330 10.0.0.32 - - [2024-10-28 02:24:28] "POST /fqname-to-id HTTP/1.1" 404 207 0.003484 10.0.0.32 - - [2024-10-28 02:24:28] "POST /route-targets HTTP/1.1" 200 327 0.012661 10.0.0.32 - - [2024-10-28 02:24:28] "POST /ref-update HTTP/1.1" 200 156 0.011882 10.0.0.32 - - [2024-10-28 02:25:01] "GET / HTTP/1.1" 200 35931 0.002330 10.0.0.32 - - [2024-10-28 02:25:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000641 10.0.0.32 - - [2024-10-28 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.034409 10.0.0.32 - - [2024-10-28 02:25:02] "GET /routing-instance/bc15685c-cfc1-4bd2-a2a9-28491adc41e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.007324 10.0.0.32 - - [2024-10-28 02:25:02] "POST /bgp-routers HTTP/1.1" 200 622 0.025398 10.0.0.32 - - [2024-10-28 02:25:02] "GET /bgp-router/63b39846-d899-4202-96c1-fbeaa9aef98c?fields=global_system_config_back_refs HTTP/1.1" 200 1128 0.008055 10.0.0.32 - - [2024-10-28 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003918 10.0.0.32 - - [2024-10-28 02:25:02] "GET /global-system-config/ea92a003-eaec-41a0-b76d-68a157c3d88d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.013663 10.0.0.32 - - [2024-10-28 02:25:02] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004042 10.0.0.32 - - [2024-10-28 02:25:02] "POST /ref-update HTTP/1.1" 200 156 0.009693 10.0.0.32 - - [2024-10-28 02:26:02] "GET / HTTP/1.1" 200 35931 0.002641 10.0.0.32 - - [2024-10-28 02:26:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000540 10.0.0.32 - - [2024-10-28 02:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.040788 10.0.0.32 - - [2024-10-28 02:26:02] "GET /global-system-config/ea92a003-eaec-41a0-b76d-68a157c3d88d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.015286 10.0.0.32 - - [2024-10-28 02:26:02] "POST /fqname-to-id HTTP/1.1" 404 220 0.003921 10.0.0.32 - - [2024-10-28 02:26:02] "POST /database-nodes HTTP/1.1" 200 603 0.021444 10.0.0.32 - - [2024-10-28 02:26:52] "GET / HTTP/1.1" 200 35931 0.002310 10.0.0.32 - - [2024-10-28 02:26:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000551 10.0.0.32 - - [2024-10-28 02:26:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.030181 10.0.0.32 - - [2024-10-28 02:26:53] "GET /global-system-config/ea92a003-eaec-41a0-b76d-68a157c3d88d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.013044 10.0.0.32 - - [2024-10-28 02:26:53] "POST /fqname-to-id HTTP/1.1" 404 220 0.004282 10.0.0.32 - - [2024-10-28 02:26:53] "POST /analytics-nodes HTTP/1.1" 200 605 0.019103 10.0.0.32 - - [2024-10-28 02:26:58] "GET / HTTP/1.1" 200 35931 0.002463 10.0.0.32 - - [2024-10-28 02:27:11] "GET / HTTP/1.1" 200 35931 0.002142 10.0.0.32 - - [2024-10-28 02:27:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000585 10.0.0.32 - - [2024-10-28 02:27:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.031663 10.0.0.32 - - [2024-10-28 02:27:11] "GET /global-system-config/ea92a003-eaec-41a0-b76d-68a157c3d88d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.014747 10.0.0.32 - - [2024-10-28 02:27:11] "POST /fqname-to-id HTTP/1.1" 404 220 0.003685 10.0.0.32 - - [2024-10-28 02:27:11] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.022202 10.0.0.32 - - [2024-10-28 02:27:23] "GET / HTTP/1.1" 200 35931 0.002016 10.0.0.32 - - [2024-10-28 02:27:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000524 10.0.0.32 - - [2024-10-28 02:27:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.029247 10.0.0.32 - - [2024-10-28 02:27:23] "GET /global-system-config/ea92a003-eaec-41a0-b76d-68a157c3d88d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.012665 10.0.0.32 - - [2024-10-28 02:27:23] "POST /fqname-to-id HTTP/1.1" 404 220 0.003459 10.0.0.32 - - [2024-10-28 02:27:24] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.031883 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.32 - - [2024-10-28 02:27:27] "GET /obj-perms HTTP/1.1" 200 5056 0.424900 10.0.0.32 - - [2024-10-28 02:27:27] "GET /obj-perms HTTP/1.1" 200 5056 0.055439 10.0.0.32 - - [2024-10-28 02:28:28] "GET /obj-perms HTTP/1.1" 200 5056 0.066612 10.0.0.32 - - [2024-10-28 02:28:28] "GET /obj-perms HTTP/1.1" 200 5056 0.067426 10.0.0.32 - - [2024-10-28 02:29:03] "GET /global-system-configs HTTP/1.1" 200 322 0.003496 10.0.0.32 - - [2024-10-28 02:29:03] "GET /obj-perms HTTP/1.1" 200 5056 0.049127 10.0.0.32 - - [2024-10-28 02:29:04] "GET /global-system-configs HTTP/1.1" 200 322 0.003502 10.0.0.32 - - [2024-10-28 02:29:04] "GET /obj-perms HTTP/1.1" 200 5056 0.032669 10.0.0.32 - - [2024-10-28 02:29:09] "GET / HTTP/1.1" 200 35931 0.002439 10.0.0.32 - - [2024-10-28 02:29:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000537 10.0.0.32 - - [2024-10-28 02:29:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.028482 10.0.0.32 - - [2024-10-28 02:29:09] "GET /global-system-config/ea92a003-eaec-41a0-b76d-68a157c3d88d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.012346 10.0.0.32 - - [2024-10-28 02:29:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.32 - - [2024-10-28 02:29:09] "GET /routing-instance/bc15685c-cfc1-4bd2-a2a9-28491adc41e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.006213 10.0.0.32 - - [2024-10-28 02:29:09] "PUT /global-system-config/ea92a003-eaec-41a0-b76d-68a157c3d88d HTTP/1.1" 200 274 0.028029 10.0.0.32 - - [2024-10-28 02:29:09] "POST /fqname-to-id HTTP/1.1" 404 220 0.003646 10.0.0.32 - - [2024-10-28 02:29:10] "POST /virtual-routers HTTP/1.1" 200 605 0.136346 10.0.0.32 - - [2024-10-28 02:29:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.32 - - [2024-10-28 02:29:10] "GET /virtual-router/a5b3ba07-a4fc-45fb-839f-d3060ac2abb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1257 0.007516 10.0.0.32 - - [2024-10-28 02:29:10] "POST /fqname-to-id HTTP/1.1" 404 232 0.003321 10.0.0.32 - - [2024-10-28 02:29:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.32 - - [2024-10-28 02:29:10] "GET /virtual-network/c86ad626-4300-4a8e-bfff-814d99001416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.011157 10.0.0.32 - - [2024-10-28 02:29:10] "POST /virtual-machine-interfaces HTTP/1.1" 200 586 0.055080 10.0.0.32 - - [2024-10-28 02:29:11] "PUT /access-control-list/a5976357-4288-4ff2-a662-05217acdc5a6 HTTP/1.1" 200 272 0.043541 [Introspect:8084]10.0.0.32 - - [2024-10-28 02:29:24] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001216 [Introspect:8084]10.0.0.32 - - [2024-10-28 02:29:24] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001236 [Introspect:8084]10.0.0.32 - - [2024-10-28 02:29:26] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000999 [Introspect:8084]10.0.0.32 - - [2024-10-28 02:29:26] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001052 10.0.0.32 - - [2024-10-28 02:29:28] "GET /obj-perms HTTP/1.1" 200 5056 0.059603 10.0.0.32 - - [2024-10-28 02:29:29] "GET /obj-perms HTTP/1.1" 200 5056 0.055066 10.0.0.32 - - [2024-10-28 02:30:21] "GET / HTTP/1.1" 200 35931 0.002358 10.0.0.32 - - [2024-10-28 02:30:21] "GET /project/1aa7000b-5181-4a94-8b87-bd6e4e17cb66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000624 10.0.0.32 - - [2024-10-28 02:30:22] "GET /projects?obj_uuids=1aa7000b-5181-4a94-8b87-bd6e4e17cb66&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.041230 10.0.0.32 - - [2024-10-28 02:30:22] "GET /domains?obj_uuids=51ad6298-d170-4109-b48a-f07afad31756&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002110 10.0.0.32 - - [2024-10-28 02:30:22] "GET /domain/51ad6298-d170-4109-b48a-f07afad31756?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.045745 10.0.0.32 - - [2024-10-28 02:30:22] "POST /id-to-fqname HTTP/1.1" 200 167 0.001981 10.0.0.32 - - [2024-10-28 02:30:22] "POST /fqname-to-id HTTP/1.1" 404 176 0.003398 10.0.0.32 - - [2024-10-28 02:30:22] "POST /security-groups HTTP/1.1" 200 568 0.068892 10.0.0.32 - - [2024-10-28 02:30:22] "POST /fqname-to-id HTTP/1.1" 404 207 0.003056 10.0.0.32 - - [2024-10-28 02:30:22] "POST /projects HTTP/1.1" 200 539 0.253012 10.0.0.32 - - [2024-10-28 02:30:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.289262 10.0.0.32 - - [2024-10-28 02:30:22] "POST /access-control-lists HTTP/1.1" 200 573 0.068490 10.0.0.32 - - [2024-10-28 02:30:22] "GET /project/1aa7000b-5181-4a94-8b87-bd6e4e17cb66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.532000 10.0.0.32 - - [2024-10-28 02:30:22] "POST /fqname-to-id HTTP/1.1" 404 206 0.003774 10.0.0.32 - - [2024-10-28 02:30:22] "POST /access-control-lists HTTP/1.1" 200 571 0.071947 [Introspect:8084]10.0.0.32 - - [2024-10-28 02:30:23] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001592 10.0.0.32 - - [2024-10-28 02:30:23] "POST /fqname-to-id HTTP/1.1" 404 199 0.026654 10.0.0.32 - - [2024-10-28 02:30:23] "GET /projects?obj_uuids=a66c31ab-6207-406d-96a4-3e3876819341&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003944 10.0.0.32 - - [2024-10-28 02:30:23] "GET /domains?obj_uuids=51ad6298-d170-4109-b48a-f07afad31756&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001244 10.0.0.32 - - [2024-10-28 02:30:23] "GET /domain/51ad6298-d170-4109-b48a-f07afad31756?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010176 10.0.0.32 - - [2024-10-28 02:30:24] "POST /id-to-fqname HTTP/1.1" 200 201 0.001532 10.0.0.32 - - [2024-10-28 02:30:24] "POST /fqname-to-id HTTP/1.1" 404 210 0.003101 10.0.0.32 - - [2024-10-28 02:30:24] "POST /security-groups HTTP/1.1" 200 602 0.070516 10.0.0.32 - - [2024-10-28 02:30:24] "POST /fqname-to-id HTTP/1.1" 404 245 0.003041 10.0.0.32 - - [2024-10-28 02:30:24] "POST /projects HTTP/1.1" 200 607 0.238943 10.0.0.32 - - [2024-10-28 02:30:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.271807 10.0.0.32 - - [2024-10-28 02:30:24] "POST /access-control-lists HTTP/1.1" 200 607 0.062116 10.0.0.32 - - [2024-10-28 02:30:24] "GET /project/a66c31ab-6207-406d-96a4-3e3876819341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.438749 10.0.0.32 - - [2024-10-28 02:30:24] "POST /fqname-to-id HTTP/1.1" 404 244 0.005281 10.0.0.32 - - [2024-10-28 02:30:24] "POST /access-control-lists HTTP/1.1" 200 605 0.064359 10.0.0.32 - - [2024-10-28 02:30:25] "GET / HTTP/1.1" 200 35931 0.003311 10.0.0.32 - - [2024-10-28 02:30:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000667 10.0.0.32 - - [2024-10-28 02:30:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.065213 10.0.0.32 - - [2024-10-28 02:30:26] "GET /projects?obj_uuids=a66c31ab-6207-406d-96a4-3e3876819341&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001301 10.0.0.32 - - [2024-10-28 02:30:26] "GET /project/a66c31ab-6207-406d-96a4-3e3876819341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.037948 10.0.0.32 - - [2024-10-28 02:30:26] "POST /neutron/network HTTP/1.1" 200 117 0.051444 10.0.0.32 - - [2024-10-28 02:30:26] "GET /projects?obj_uuids=a66c31ab-6207-406d-96a4-3e3876819341&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001710 10.0.0.32 - - [2024-10-28 02:30:27] "POST /neutron/network HTTP/1.1" 200 620 0.105767 10.0.0.32 - - [2024-10-28 02:30:27] "POST /route-targets HTTP/1.1" 200 327 0.022157 10.0.0.32 - - [2024-10-28 02:30:27] "POST /ref-update HTTP/1.1" 200 156 0.019835 10.0.0.32 - - [2024-10-28 02:30:27] "POST /useragent-kv HTTP/1.1" 200 115 0.007158 10.0.0.32 - - [2024-10-28 02:30:27] "POST /neutron/subnet HTTP/1.1" 200 725 0.236217 10.0.0.32 - - [2024-10-28 02:30:27] "POST /neutron/network HTTP/1.1" 200 839 0.008291 10.0.0.32 - - [2024-10-28 02:30:27] "POST /id-to-fqname HTTP/1.1" 200 233 0.001936 10.0.0.32 - - [2024-10-28 02:30:27] "GET /virtual-network/f6278a1e-3682-4d1a-ad60-a25a3d1bd319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.011326 10.0.0.32 - - [2024-10-28 02:30:27] "POST /neutron/network HTTP/1.1" 200 839 0.007237 10.0.0.32 - - [2024-10-28 02:30:27] "GET /virtual-network/f6278a1e-3682-4d1a-ad60-a25a3d1bd319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.012703 10.0.0.32 - - [2024-10-28 02:30:27] "POST /neutron/network HTTP/1.1" 200 839 0.007895 10.0.0.32 - - [2024-10-28 02:30:27] "POST /neutron/subnet HTTP/1.1" 200 725 0.011935 10.0.0.32 - - [2024-10-28 02:30:27] "GET /domains HTTP/1.1" 401 292 0.000580 10.0.0.32 - - [2024-10-28 02:30:28] "GET /domains HTTP/1.1" 200 280 0.030639 10.0.0.32 - - [2024-10-28 02:30:28] "GET /domains?obj_uuids=51ad6298-d170-4109-b48a-f07afad31756&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001416 10.0.0.32 - - [2024-10-28 02:30:28] "GET /domain/51ad6298-d170-4109-b48a-f07afad31756 HTTP/1.1" 200 2584 0.018489 10.0.0.32 - - [2024-10-28 02:30:28] "GET /projects?obj_uuids=a66c31ab-6207-406d-96a4-3e3876819341&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001795 10.0.0.32 - - [2024-10-28 02:30:28] "GET /project/a66c31ab-6207-406d-96a4-3e3876819341 HTTP/1.1" 200 2168 0.087653 10.0.0.32 - - [2024-10-28 02:30:28] "GET /virtual-network/f6278a1e-3682-4d1a-ad60-a25a3d1bd319 HTTP/1.1" 200 2342 0.014060 10.0.0.32 - - [2024-10-28 02:30:28] "GET /virtual-network/f6278a1e-3682-4d1a-ad60-a25a3d1bd319 HTTP/1.1" 200 2342 0.011530 10.0.0.32 - - [2024-10-28 02:30:28] "GET /routing-instance/9c3f02ec-6153-45a0-8bff-872496f4ae9a HTTP/1.1" 200 1495 0.006353 10.0.0.32 - - [2024-10-28 02:30:28] "GET /routing-instance/9c3f02ec-6153-45a0-8bff-872496f4ae9a HTTP/1.1" 200 1495 0.006742 10.0.0.32 - - [2024-10-28 02:30:28] "GET /route-target/fe8f7d6d-ac46-41fa-bce3-e2dc98eacd52 HTTP/1.1" 200 1220 0.004941 10.0.0.32 - - [2024-10-28 02:30:28] "GET /virtual-network/f6278a1e-3682-4d1a-ad60-a25a3d1bd319 HTTP/1.1" 200 2342 0.011981 10.0.0.32 - - [2024-10-28 02:30:28] "GET /routing-instance/9c3f02ec-6153-45a0-8bff-872496f4ae9a HTTP/1.1" 200 1495 0.005689 10.0.0.32 - - [2024-10-28 02:30:28] "GET /virtual-network/f6278a1e-3682-4d1a-ad60-a25a3d1bd319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.010397 10.0.0.32 - - [2024-10-28 02:30:28] "GET /virtual-network/f6278a1e-3682-4d1a-ad60-a25a3d1bd319 HTTP/1.1" 200 2342 0.010676 10.0.0.32 - - [2024-10-28 02:30:28] "GET /routing-instance/9c3f02ec-6153-45a0-8bff-872496f4ae9a HTTP/1.1" 200 1495 0.005283 10.0.0.32 - - [2024-10-28 02:30:28] "GET /routing-instance/9c3f02ec-6153-45a0-8bff-872496f4ae9a HTTP/1.1" 200 1495 0.004923 10.0.0.32 - - [2024-10-28 02:30:28] "GET /route-target/fe8f7d6d-ac46-41fa-bce3-e2dc98eacd52 HTTP/1.1" 200 1220 0.003789 10.0.0.32 - - [2024-10-28 02:30:28] "GET /domains HTTP/1.1" 200 280 0.003454 10.0.0.32 - - [2024-10-28 02:30:28] "GET /domains?obj_uuids=51ad6298-d170-4109-b48a-f07afad31756&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001557 10.0.0.32 - - [2024-10-28 02:30:28] "GET /domain/51ad6298-d170-4109-b48a-f07afad31756 HTTP/1.1" 200 2584 0.011280 10.0.0.32 - - [2024-10-28 02:30:28] "GET /projects?obj_uuids=a66c31ab-6207-406d-96a4-3e3876819341&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001629 10.0.0.32 - - [2024-10-28 02:30:28] "GET /project/a66c31ab-6207-406d-96a4-3e3876819341 HTTP/1.1" 200 2168 0.077257 10.0.0.32 - - [2024-10-28 02:30:28] "GET /virtual-network/f6278a1e-3682-4d1a-ad60-a25a3d1bd319 HTTP/1.1" 200 2342 0.009667 10.0.0.32 - - [2024-10-28 02:30:28] "GET /obj-perms HTTP/1.1" 200 5052 0.054414 10.0.0.32 - - [2024-10-28 02:30:28] "POST /id-to-fqname HTTP/1.1" 200 233 0.001766 10.0.0.32 - - [2024-10-28 02:30:29] "GET /obj-perms HTTP/1.1" 200 5056 0.058940 10.0.0.32 - - [2024-10-28 02:30:30] "GET /obj-perms HTTP/1.1" 200 5056 0.400018 10.0.0.32 - - [2024-10-28 02:30:30] "POST /neutron/network HTTP/1.1" 200 849 0.007814 10.0.0.32 - - [2024-10-28 02:30:30] "GET /aaa-mode HTTP/1.1" 401 292 0.000581 10.0.0.32 - - [2024-10-28 02:30:31] "GET / HTTP/1.1" 200 35931 0.002051 10.0.0.32 - - [2024-10-28 02:30:31] "GET /project/a66c31ab-6207-406d-96a4-3e3876819341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000540 10.0.0.32 - - [2024-10-28 02:30:31] "GET /projects?obj_uuids=a66c31ab-6207-406d-96a4-3e3876819341&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001338 10.0.0.32 - - [2024-10-28 02:30:31] "GET /project/a66c31ab-6207-406d-96a4-3e3876819341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.080695 10.0.0.32 - - [2024-10-28 02:30:32] "POST /neutron/network HTTP/1.1" 200 839 0.040038 10.0.0.32 - - [2024-10-28 02:30:32] "POST /neutron/port HTTP/1.1" 200 117 0.007089 10.0.0.32 - - [2024-10-28 02:30:32] "POST /neutron/port HTTP/1.1" 200 117 0.006371 10.0.0.32 - - [2024-10-28 02:30:32] "POST /neutron/port HTTP/1.1" 200 117 0.006251 10.0.0.32 - - [2024-10-28 02:30:33] "POST /neutron/network HTTP/1.1" 200 849 0.008705 10.0.0.32 - - [2024-10-28 02:30:34] "GET /projects?obj_uuids=a66c31ab-6207-406d-96a4-3e3876819341&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001978 10.0.0.32 - - [2024-10-28 02:30:34] "POST /neutron/port HTTP/1.1" 200 1071 0.269405 10.0.0.32 - - [2024-10-28 02:30:34] "POST /neutron/port HTTP/1.1" 200 1071 0.044117 10.0.0.32 - - [2024-10-28 02:30:34] "POST /neutron/port HTTP/1.1" 200 1071 0.012649 10.0.0.32 - - [2024-10-28 02:30:34] "POST /neutron/port HTTP/1.1" 200 1125 0.074852 10.0.0.32 - - [2024-10-28 02:30:34] "POST /neutron/port HTTP/1.1" 200 1099 0.018465 10.0.0.32 - - [2024-10-28 02:30:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004171 10.0.0.32 - - [2024-10-28 02:30:34] "POST /neutron/subnet HTTP/1.1" 200 699 0.011861 10.0.0.32 - - [2024-10-28 02:30:34] "POST /neutron/port HTTP/1.1" 200 117 0.001489 10.0.0.32 - - [2024-10-28 02:30:34] "POST /neutron/network HTTP/1.1" 200 839 0.006465 10.0.0.32 - - [2024-10-28 02:30:37] "POST /neutron/port HTTP/1.1" 200 1099 0.026877 10.0.0.32 - - [2024-10-28 02:30:38] "POST /neutron/security_group HTTP/1.1" 200 2069 0.008483 10.0.0.32 - - [2024-10-28 02:30:43] "POST /neutron/port HTTP/1.1" 200 1099 0.017949 10.0.0.32 - - [2024-10-28 02:30:43] "POST /neutron/security_group HTTP/1.1" 200 2069 0.007991 10.0.0.32 - - [2024-10-28 02:30:43] "GET /obj-perms HTTP/1.1" 200 5052 0.004166 10.0.0.32 - - [2024-10-28 02:30:44] "GET /obj-perms HTTP/1.1" 200 5052 0.004292 10.0.0.32 - - [2024-10-28 02:30:45] "GET /obj-perms HTTP/1.1" 200 5052 0.005305 10.0.0.32 - - [2024-10-28 02:30:46] "GET /obj-perms HTTP/1.1" 200 5052 0.004467 10.0.0.32 - - [2024-10-28 02:30:47] "GET /obj-perms HTTP/1.1" 200 5052 0.004268 10.0.0.32 - - [2024-10-28 02:30:48] "POST /neutron/network HTTP/1.1" 200 839 0.010050 10.0.0.32 - - [2024-10-28 02:30:48] "POST /neutron/network HTTP/1.1" 400 204 0.013771 10.0.0.32 - - [2024-10-28 02:30:48] "POST /neutron/port HTTP/1.1" 200 1099 0.017081 10.0.0.32 - - [2024-10-28 02:30:49] "POST /neutron/port HTTP/1.1" 200 1125 0.011545 10.0.0.32 - - [2024-10-28 02:30:49] "POST /neutron/port HTTP/1.1" 200 151 0.162392 10.0.0.32 - - [2024-10-28 02:30:50] "POST /neutron/network HTTP/1.1" 200 839 0.008472 10.0.0.32 - - [2024-10-28 02:30:50] "POST /useragent-kv HTTP/1.1" 200 115 0.001596 10.0.0.32 - - [2024-10-28 02:30:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005252 10.0.0.32 - - [2024-10-28 02:30:50] "POST /useragent-kv HTTP/1.1" 200 115 0.001302 10.0.0.32 - - [2024-10-28 02:30:50] "POST /neutron/network HTTP/1.1" 200 151 0.106445 10.0.0.32 - - [2024-10-28 02:30:50] "GET /routing-instance/9c3f02ec-6153-45a0-8bff-872496f4ae9a HTTP/1.1" 404 171 0.002905 10.0.0.32 - - [2024-10-28 02:30:50] "GET /domains HTTP/1.1" 200 280 0.006235 10.0.0.32 - - [2024-10-28 02:30:50] "DELETE /route-target/fe8f7d6d-ac46-41fa-bce3-e2dc98eacd52 HTTP/1.1" 200 115 0.028342 10.0.0.32 - - [2024-10-28 02:30:50] "GET /domains?obj_uuids=51ad6298-d170-4109-b48a-f07afad31756&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001363 10.0.0.32 - - [2024-10-28 02:30:50] "GET /domain/51ad6298-d170-4109-b48a-f07afad31756 HTTP/1.1" 200 2584 0.050000 10.0.0.32 - - [2024-10-28 02:30:50] "GET /projects?obj_uuids=a66c31ab-6207-406d-96a4-3e3876819341&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001794 10.0.0.32 - - [2024-10-28 02:30:50] "GET /project/a66c31ab-6207-406d-96a4-3e3876819341 HTTP/1.1" 200 1918 0.090977 10.0.0.32 - - [2024-10-28 02:30:50] "GET /projects?obj_uuids=a66c31ab-6207-406d-96a4-3e3876819341&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001354 10.0.0.32 - - [2024-10-28 02:30:50] "GET /project/a66c31ab-6207-406d-96a4-3e3876819341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.041930 10.0.0.32 - - [2024-10-28 02:30:51] "GET /projects?obj_uuids=a66c31ab-6207-406d-96a4-3e3876819341&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001482 10.0.0.32 - - [2024-10-28 02:30:51] "GET /project/a66c31ab-6207-406d-96a4-3e3876819341?fields=virtual_networks HTTP/1.1" 200 1054 0.049233 10.0.0.32 - - [2024-10-28 02:30:51] "GET /projects?obj_uuids=a66c31ab-6207-406d-96a4-3e3876819341&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001504 10.0.0.32 - - [2024-10-28 02:30:51] "GET /project/a66c31ab-6207-406d-96a4-3e3876819341?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.041404 10.0.0.32 - - [2024-10-28 02:30:51] "GET /projects?obj_uuids=a66c31ab-6207-406d-96a4-3e3876819341&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001475 10.0.0.32 - - [2024-10-28 02:30:51] "GET /project/a66c31ab-6207-406d-96a4-3e3876819341?fields=security_groups HTTP/1.1" 200 1291 0.044024 10.0.0.32 - - [2024-10-28 02:30:52] "POST /fqname-to-id HTTP/1.1" 404 200 0.032448 10.0.0.32 - - [2024-10-28 02:30:52] "GET /projects?obj_uuids=2173f058-da77-40d8-bf53-6a1d1a49f318&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003355 10.0.0.32 - - [2024-10-28 02:30:52] "GET /domains?obj_uuids=51ad6298-d170-4109-b48a-f07afad31756&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001303 10.0.0.32 - - [2024-10-28 02:30:52] "GET /domain/51ad6298-d170-4109-b48a-f07afad31756?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010769 10.0.0.32 - - [2024-10-28 02:30:52] "POST /id-to-fqname HTTP/1.1" 200 202 0.001727 10.0.0.32 - - [2024-10-28 02:30:52] "POST /fqname-to-id HTTP/1.1" 404 211 0.003466 10.0.0.32 - - [2024-10-28 02:30:52] "POST /security-groups HTTP/1.1" 200 603 0.067765 10.0.0.32 - - [2024-10-28 02:30:52] "POST /fqname-to-id HTTP/1.1" 404 246 0.003105 10.0.0.32 - - [2024-10-28 02:30:52] "POST /projects HTTP/1.1" 200 609 0.252985 10.0.0.32 - - [2024-10-28 02:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.327607 10.0.0.32 - - [2024-10-28 02:30:52] "POST /access-control-lists HTTP/1.1" 200 608 0.059773 10.0.0.32 - - [2024-10-28 02:30:52] "POST /fqname-to-id HTTP/1.1" 404 245 0.002873 10.0.0.32 - - [2024-10-28 02:30:52] "GET /project/2173f058-da77-40d8-bf53-6a1d1a49f318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.477869 10.0.0.32 - - [2024-10-28 02:30:52] "POST /access-control-lists HTTP/1.1" 200 606 0.068029 10.0.0.32 - - [2024-10-28 02:30:53] "GET / HTTP/1.1" 200 35931 0.002627 10.0.0.32 - - [2024-10-28 02:30:54] "GET /projects?obj_uuids=1aa7000b-5181-4a94-8b87-bd6e4e17cb66&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001469 10.0.0.32 - - [2024-10-28 02:30:54] "GET /project/1aa7000b-5181-4a94-8b87-bd6e4e17cb66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.046742 10.0.0.32 - - [2024-10-28 02:30:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.32 - - [2024-10-28 02:30:55] "GET /security-group/fd712f11-b092-45de-b511-15f2896e7854?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.006798 10.0.0.32 - - [2024-10-28 02:30:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.32 - - [2024-10-28 02:30:55] "GET /projects?obj_uuids=1aa7000b-5181-4a94-8b87-bd6e4e17cb66&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001941 10.0.0.32 - - [2024-10-28 02:30:55] "GET /project/1aa7000b-5181-4a94-8b87-bd6e4e17cb66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.043007 10.0.0.32 - - [2024-10-28 02:30:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.32 - - [2024-10-28 02:30:55] "GET /security-group/fd712f11-b092-45de-b511-15f2896e7854?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.007143 10.0.0.32 - - [2024-10-28 02:30:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004478 10.0.0.32 - - [2024-10-28 02:30:55] "PUT /security-group/fd712f11-b092-45de-b511-15f2896e7854 HTTP/1.1" 200 262 0.019028 10.0.0.32 - - [2024-10-28 02:30:56] "PUT /access-control-list/405d7b83-8f72-470e-a758-e4e271fab980 HTTP/1.1" 200 272 0.015977 10.0.0.32 - - [2024-10-28 02:30:56] "PUT /access-control-list/74e5b8a0-8417-468b-8687-1d98c13b5368 HTTP/1.1" 200 272 0.011945 10.0.0.32 - - [2024-10-28 02:30:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000630 10.0.0.32 - - [2024-10-28 02:30:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.062408 10.0.0.32 - - [2024-10-28 02:30:56] "GET /projects?obj_uuids=2173f058-da77-40d8-bf53-6a1d1a49f318&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001351 10.0.0.32 - - [2024-10-28 02:30:56] "GET /project/2173f058-da77-40d8-bf53-6a1d1a49f318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.035596 10.0.0.32 - - [2024-10-28 02:30:56] "POST /neutron/network HTTP/1.1" 200 117 0.036094 10.0.0.32 - - [2024-10-28 02:30:56] "GET /projects?obj_uuids=2173f058-da77-40d8-bf53-6a1d1a49f318&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001324 10.0.0.32 - - [2024-10-28 02:30:56] "POST /neutron/network HTTP/1.1" 200 619 0.086795 10.0.0.32 - - [2024-10-28 02:30:56] "POST /route-targets HTTP/1.1" 200 327 0.014028 10.0.0.32 - - [2024-10-28 02:30:56] "POST /ref-update HTTP/1.1" 200 156 0.019872 10.0.0.32 - - [2024-10-28 02:30:57] "POST /useragent-kv HTTP/1.1" 200 115 0.004098 10.0.0.32 - - [2024-10-28 02:30:57] "POST /neutron/subnet HTTP/1.1" 200 720 0.229967 10.0.0.32 - - [2024-10-28 02:30:57] "POST /neutron/network HTTP/1.1" 200 837 0.006898 10.0.0.32 - - [2024-10-28 02:30:57] "POST /id-to-fqname HTTP/1.1" 200 233 0.001563 10.0.0.32 - - [2024-10-28 02:30:57] "GET /virtual-network/5a7f4fae-34f7-403e-bd49-94cde4e2d752?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.010554 10.0.0.32 - - [2024-10-28 02:30:57] "POST /neutron/network HTTP/1.1" 200 837 0.008921 10.0.0.32 - - [2024-10-28 02:30:57] "GET /virtual-network/5a7f4fae-34f7-403e-bd49-94cde4e2d752?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.010917 10.0.0.32 - - [2024-10-28 02:30:57] "POST /neutron/network HTTP/1.1" 200 837 0.008839 10.0.0.32 - - [2024-10-28 02:30:57] "POST /neutron/subnet HTTP/1.1" 200 720 0.013238 10.0.0.32 - - [2024-10-28 02:30:57] "GET /domains HTTP/1.1" 401 292 0.000659 10.0.0.32 - - [2024-10-28 02:30:57] "GET /domains HTTP/1.1" 200 280 0.031310 10.0.0.32 - - [2024-10-28 02:30:57] "GET /domains?obj_uuids=51ad6298-d170-4109-b48a-f07afad31756&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001733 10.0.0.32 - - [2024-10-28 02:30:57] "GET /domain/51ad6298-d170-4109-b48a-f07afad31756 HTTP/1.1" 200 2782 0.011574 10.0.0.32 - - [2024-10-28 02:30:57] "GET /projects?obj_uuids=2173f058-da77-40d8-bf53-6a1d1a49f318&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001377 10.0.0.32 - - [2024-10-28 02:30:57] "GET /project/2173f058-da77-40d8-bf53-6a1d1a49f318 HTTP/1.1" 200 2173 0.086604 10.0.0.32 - - [2024-10-28 02:30:57] "GET /virtual-network/5a7f4fae-34f7-403e-bd49-94cde4e2d752 HTTP/1.1" 200 2336 0.011887 10.0.0.32 - - [2024-10-28 02:30:57] "GET /virtual-network/5a7f4fae-34f7-403e-bd49-94cde4e2d752 HTTP/1.1" 200 2336 0.009632 10.0.0.32 - - [2024-10-28 02:30:57] "GET /routing-instance/b9019a2a-451c-45e8-b5b3-d02e7a3c16fe HTTP/1.1" 200 1492 0.006344 10.0.0.32 - - [2024-10-28 02:30:57] "GET /routing-instance/b9019a2a-451c-45e8-b5b3-d02e7a3c16fe HTTP/1.1" 200 1492 0.005536 10.0.0.32 - - [2024-10-28 02:30:57] "GET /route-target/a8356a69-8af8-4bc6-a058-de0aa4f32ca8 HTTP/1.1" 200 1219 0.004513 10.0.0.32 - - [2024-10-28 02:30:57] "GET /virtual-network/5a7f4fae-34f7-403e-bd49-94cde4e2d752 HTTP/1.1" 200 2336 0.010594 10.0.0.32 - - [2024-10-28 02:30:57] "GET /routing-instance/b9019a2a-451c-45e8-b5b3-d02e7a3c16fe HTTP/1.1" 200 1492 0.005749 10.0.0.32 - - [2024-10-28 02:30:57] "GET /virtual-network/5a7f4fae-34f7-403e-bd49-94cde4e2d752?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.011118 10.0.0.32 - - [2024-10-28 02:30:58] "GET /virtual-network/5a7f4fae-34f7-403e-bd49-94cde4e2d752 HTTP/1.1" 200 2336 0.012027 10.0.0.32 - - [2024-10-28 02:30:58] "GET /routing-instance/b9019a2a-451c-45e8-b5b3-d02e7a3c16fe HTTP/1.1" 200 1492 0.005898 10.0.0.32 - - [2024-10-28 02:30:58] "GET /routing-instance/b9019a2a-451c-45e8-b5b3-d02e7a3c16fe HTTP/1.1" 200 1492 0.005606 10.0.0.32 - - [2024-10-28 02:30:58] "GET /route-target/a8356a69-8af8-4bc6-a058-de0aa4f32ca8 HTTP/1.1" 200 1219 0.004336 10.0.0.32 - - [2024-10-28 02:30:58] "GET /domains HTTP/1.1" 200 280 0.003473 10.0.0.32 - - [2024-10-28 02:30:58] "GET /domains?obj_uuids=51ad6298-d170-4109-b48a-f07afad31756&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001693 10.0.0.32 - - [2024-10-28 02:30:58] "GET /domain/51ad6298-d170-4109-b48a-f07afad31756 HTTP/1.1" 200 2782 0.010713 10.0.0.32 - - [2024-10-28 02:30:58] "GET /projects?obj_uuids=2173f058-da77-40d8-bf53-6a1d1a49f318&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002068 10.0.0.32 - - [2024-10-28 02:30:58] "GET /project/2173f058-da77-40d8-bf53-6a1d1a49f318 HTTP/1.1" 200 2173 0.076824 10.0.0.32 - - [2024-10-28 02:30:58] "GET /virtual-network/5a7f4fae-34f7-403e-bd49-94cde4e2d752 HTTP/1.1" 200 2336 0.010448 10.0.0.32 - - [2024-10-28 02:30:58] "GET /obj-perms HTTP/1.1" 200 5054 0.065748 10.0.0.32 - - [2024-10-28 02:30:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004141 10.0.0.32 - - [2024-10-28 02:30:58] "GET /projects?obj_uuids=2173f058-da77-40d8-bf53-6a1d1a49f318&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001372 10.0.0.32 - - [2024-10-28 02:30:58] "GET /project/2173f058-da77-40d8-bf53-6a1d1a49f318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.043052 10.0.0.32 - - [2024-10-28 02:30:58] "POST /neutron/network HTTP/1.1" 200 117 0.011378 10.0.0.32 - - [2024-10-28 02:30:58] "GET /projects?obj_uuids=2173f058-da77-40d8-bf53-6a1d1a49f318&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001357 10.0.0.32 - - [2024-10-28 02:30:58] "POST /neutron/network HTTP/1.1" 200 619 0.095411 10.0.0.32 - - [2024-10-28 02:30:58] "POST /route-targets HTTP/1.1" 200 327 0.015691 10.0.0.32 - - [2024-10-28 02:30:58] "POST /ref-update HTTP/1.1" 200 156 0.016165 10.0.0.32 - - [2024-10-28 02:30:59] "POST /useragent-kv HTTP/1.1" 200 115 0.004627 10.0.0.32 - - [2024-10-28 02:30:59] "POST /neutron/subnet HTTP/1.1" 200 715 0.220174 10.0.0.32 - - [2024-10-28 02:30:59] "POST /neutron/network HTTP/1.1" 200 836 0.006645 10.0.0.32 - - [2024-10-28 02:30:59] "POST /id-to-fqname HTTP/1.1" 200 233 0.001747 10.0.0.32 - - [2024-10-28 02:30:59] "GET /virtual-network/68cf3510-dbfd-4902-a9c9-c6ed6711e556?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.010019 10.0.0.32 - - [2024-10-28 02:30:59] "POST /neutron/network HTTP/1.1" 200 836 0.007232 10.0.0.32 - - [2024-10-28 02:30:59] "GET /virtual-network/68cf3510-dbfd-4902-a9c9-c6ed6711e556?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.009957 10.0.0.32 - - [2024-10-28 02:30:59] "POST /neutron/network HTTP/1.1" 200 836 0.006658 10.0.0.32 - - [2024-10-28 02:30:59] "POST /neutron/subnet HTTP/1.1" 200 715 0.010139 10.0.0.32 - - [2024-10-28 02:30:59] "GET /domains HTTP/1.1" 200 280 0.003239 10.0.0.32 - - [2024-10-28 02:30:59] "GET /domains?obj_uuids=51ad6298-d170-4109-b48a-f07afad31756&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001622 10.0.0.32 - - [2024-10-28 02:30:59] "GET /domain/51ad6298-d170-4109-b48a-f07afad31756 HTTP/1.1" 200 2782 0.009583 10.0.0.32 - - [2024-10-28 02:30:59] "GET /projects?obj_uuids=2173f058-da77-40d8-bf53-6a1d1a49f318&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001226 10.0.0.32 - - [2024-10-28 02:30:59] "GET /project/2173f058-da77-40d8-bf53-6a1d1a49f318 HTTP/1.1" 200 2401 0.086087 10.0.0.32 - - [2024-10-28 02:30:59] "GET /virtual-network/68cf3510-dbfd-4902-a9c9-c6ed6711e556 HTTP/1.1" 200 2333 0.012451 10.0.0.32 - - [2024-10-28 02:30:59] "GET /virtual-network/68cf3510-dbfd-4902-a9c9-c6ed6711e556 HTTP/1.1" 200 2333 0.009903 10.0.0.32 - - [2024-10-28 02:30:59] "GET /routing-instance/b20927ed-3bbe-4e9b-aad6-5f00779493b0 HTTP/1.1" 200 1492 0.005997 10.0.0.32 - - [2024-10-28 02:30:59] "GET /routing-instance/b20927ed-3bbe-4e9b-aad6-5f00779493b0 HTTP/1.1" 200 1492 0.005792 10.0.0.32 - - [2024-10-28 02:30:59] "GET /route-target/85dbe063-5668-41e1-b2d9-34b30d7b43d1 HTTP/1.1" 200 1218 0.004483 10.0.0.32 - - [2024-10-28 02:30:59] "GET /virtual-network/68cf3510-dbfd-4902-a9c9-c6ed6711e556 HTTP/1.1" 200 2333 0.010972 10.0.0.32 - - [2024-10-28 02:30:59] "GET /routing-instance/b20927ed-3bbe-4e9b-aad6-5f00779493b0 HTTP/1.1" 200 1492 0.005419 10.0.0.32 - - [2024-10-28 02:30:59] "GET /virtual-network/68cf3510-dbfd-4902-a9c9-c6ed6711e556?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.012147 10.0.0.32 - - [2024-10-28 02:30:59] "GET /virtual-network/68cf3510-dbfd-4902-a9c9-c6ed6711e556 HTTP/1.1" 200 2333 0.011036 10.0.0.32 - - [2024-10-28 02:30:59] "GET /routing-instance/b20927ed-3bbe-4e9b-aad6-5f00779493b0 HTTP/1.1" 200 1492 0.005500 10.0.0.32 - - [2024-10-28 02:30:59] "GET /routing-instance/b20927ed-3bbe-4e9b-aad6-5f00779493b0 HTTP/1.1" 200 1492 0.005908 10.0.0.32 - - [2024-10-28 02:30:59] "GET /route-target/85dbe063-5668-41e1-b2d9-34b30d7b43d1 HTTP/1.1" 200 1218 0.005151 10.0.0.32 - - [2024-10-28 02:30:59] "GET /domains HTTP/1.1" 200 280 0.003725 10.0.0.32 - - [2024-10-28 02:30:59] "GET /domains?obj_uuids=51ad6298-d170-4109-b48a-f07afad31756&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001274 10.0.0.32 - - [2024-10-28 02:30:59] "GET /domain/51ad6298-d170-4109-b48a-f07afad31756 HTTP/1.1" 200 2782 0.010619 10.0.0.32 - - [2024-10-28 02:30:59] "GET /projects?obj_uuids=2173f058-da77-40d8-bf53-6a1d1a49f318&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001641 10.0.0.32 - - [2024-10-28 02:30:59] "GET /project/2173f058-da77-40d8-bf53-6a1d1a49f318 HTTP/1.1" 200 2401 0.092616 10.0.0.32 - - [2024-10-28 02:30:59] "GET /virtual-network/68cf3510-dbfd-4902-a9c9-c6ed6711e556 HTTP/1.1" 200 2333 0.011168 10.0.0.32 - - [2024-10-28 02:30:59] "GET /obj-perms HTTP/1.1" 200 5054 0.005530 10.0.0.32 - - [2024-10-28 02:30:59] "POST /id-to-fqname HTTP/1.1" 200 233 0.002044 10.0.0.32 - - [2024-10-28 02:30:59] "POST /neutron/network HTTP/1.1" 200 846 0.007113 10.0.0.32 - - [2024-10-28 02:30:59] "GET /aaa-mode HTTP/1.1" 401 292 0.000566 10.0.0.32 - - [2024-10-28 02:31:00] "GET / HTTP/1.1" 200 35931 0.002256 10.0.0.32 - - [2024-10-28 02:31:00] "GET /project/2173f058-da77-40d8-bf53-6a1d1a49f318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000523 10.0.0.32 - - [2024-10-28 02:31:00] "GET /projects?obj_uuids=2173f058-da77-40d8-bf53-6a1d1a49f318&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001476 10.0.0.32 - - [2024-10-28 02:31:00] "GET /project/2173f058-da77-40d8-bf53-6a1d1a49f318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.067760 10.0.0.32 - - [2024-10-28 02:31:00] "POST /neutron/network HTTP/1.1" 200 836 0.007309 10.0.0.32 - - [2024-10-28 02:31:00] "POST /neutron/port HTTP/1.1" 200 117 0.005970 10.0.0.32 - - [2024-10-28 02:31:01] "POST /neutron/port HTTP/1.1" 200 117 0.006689 10.0.0.32 - - [2024-10-28 02:31:01] "POST /id-to-fqname HTTP/1.1" 200 233 0.001875 10.0.0.32 - - [2024-10-28 02:31:01] "POST /neutron/port HTTP/1.1" 200 117 0.006771 10.0.0.32 - - [2024-10-28 02:31:01] "POST /neutron/network HTTP/1.1" 200 847 0.007667 10.0.0.32 - - [2024-10-28 02:31:01] "GET /aaa-mode HTTP/1.1" 401 292 0.000581 10.0.0.32 - - [2024-10-28 02:31:01] "POST /neutron/network HTTP/1.1" 200 846 0.008146 10.0.0.32 - - [2024-10-28 02:31:01] "GET /projects?obj_uuids=2173f058-da77-40d8-bf53-6a1d1a49f318&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001649 10.0.0.32 - - [2024-10-28 02:31:01] "GET / HTTP/1.1" 200 35931 0.002023 10.0.0.32 - - [2024-10-28 02:31:01] "GET /project/2173f058-da77-40d8-bf53-6a1d1a49f318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000592 10.0.0.32 - - [2024-10-28 02:31:01] "POST /neutron/port HTTP/1.1" 200 1070 0.279846 10.0.0.32 - - [2024-10-28 02:31:01] "POST /neutron/port HTTP/1.1" 200 1070 0.014409 10.0.0.32 - - [2024-10-28 02:31:01] "POST /neutron/port HTTP/1.1" 200 1070 0.011217 10.0.0.32 - - [2024-10-28 02:31:01] "POST /neutron/port HTTP/1.1" 200 1124 0.076545 10.0.0.32 - - [2024-10-28 02:31:01] "POST /neutron/port HTTP/1.1" 200 1098 0.020134 10.0.0.32 - - [2024-10-28 02:31:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004571 10.0.0.32 - - [2024-10-28 02:31:02] "GET /projects?obj_uuids=2173f058-da77-40d8-bf53-6a1d1a49f318&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001334 10.0.0.32 - - [2024-10-28 02:31:02] "POST /neutron/subnet HTTP/1.1" 200 689 0.017969 10.0.0.32 - - [2024-10-28 02:31:02] "GET /project/2173f058-da77-40d8-bf53-6a1d1a49f318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.092163 10.0.0.32 - - [2024-10-28 02:31:02] "POST /neutron/port HTTP/1.1" 200 117 0.001521 10.0.0.32 - - [2024-10-28 02:31:02] "POST /neutron/network HTTP/1.1" 200 836 0.007246 10.0.0.32 - - [2024-10-28 02:31:02] "POST /neutron/network HTTP/1.1" 200 837 0.005783 10.0.0.32 - - [2024-10-28 02:31:02] "POST /neutron/port HTTP/1.1" 200 1098 0.025340 10.0.0.32 - - [2024-10-28 02:31:02] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010457 10.0.0.32 - - [2024-10-28 02:31:02] "POST /neutron/port HTTP/1.1" 200 117 0.011372 10.0.0.32 - - [2024-10-28 02:31:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.32 - - [2024-10-28 02:31:02] "GET /projects?obj_uuids=2173f058-da77-40d8-bf53-6a1d1a49f318&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001463 10.0.0.32 - - [2024-10-28 02:31:02] "GET /project/2173f058-da77-40d8-bf53-6a1d1a49f318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.041969 10.0.0.32 - - [2024-10-28 02:31:02] "GET /virtual-network/5a7f4fae-34f7-403e-bd49-94cde4e2d752?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.012205 10.0.0.32 - - [2024-10-28 02:31:02] "GET /floating-ip-pools?parent_id=5a7f4fae-34f7-403e-bd49-94cde4e2d752&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004025 10.0.0.32 - - [2024-10-28 02:31:02] "GET /virtual-network/5a7f4fae-34f7-403e-bd49-94cde4e2d752?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.011075 10.0.0.32 - - [2024-10-28 02:31:02] "POST /floating-ip-pools HTTP/1.1" 200 609 0.033215 10.0.0.32 - - [2024-10-28 02:31:02] "POST /ref-update HTTP/1.1" 200 156 0.012168 10.0.0.32 - - [2024-10-28 02:31:02] "GET /virtual-network/5a7f4fae-34f7-403e-bd49-94cde4e2d752?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.014192 10.0.0.32 - - [2024-10-28 02:31:02] "POST /neutron/network HTTP/1.1" 200 847 0.016541 10.0.0.32 - - [2024-10-28 02:31:02] "GET /projects?obj_uuids=2173f058-da77-40d8-bf53-6a1d1a49f318&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001663 10.0.0.32 - - [2024-10-28 02:31:03] "GET /domains HTTP/1.1" 200 280 0.003383 10.0.0.32 - - [2024-10-28 02:31:03] "GET /domains?obj_uuids=51ad6298-d170-4109-b48a-f07afad31756&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003058 10.0.0.32 - - [2024-10-28 02:31:03] "GET /domain/51ad6298-d170-4109-b48a-f07afad31756 HTTP/1.1" 200 2782 0.030283 10.0.0.32 - - [2024-10-28 02:31:03] "GET /projects?obj_uuids=2173f058-da77-40d8-bf53-6a1d1a49f318&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001619 10.0.0.32 - - [2024-10-28 02:31:03] "GET /project/2173f058-da77-40d8-bf53-6a1d1a49f318 HTTP/1.1" 200 3243 0.174692 10.0.0.32 - - [2024-10-28 02:31:03] "GET /virtual-network/5a7f4fae-34f7-403e-bd49-94cde4e2d752 HTTP/1.1" 200 2927 0.026321 10.0.0.32 - - [2024-10-28 02:31:03] "GET /floating-ip-pool/6d253b7c-4834-4551-813f-b70b5a4ccd0e HTTP/1.1" 200 1439 0.013676 10.0.0.32 - - [2024-10-28 02:31:03] "GET /domains HTTP/1.1" 200 280 0.004224 10.0.0.32 - - [2024-10-28 02:31:03] "GET /domains?obj_uuids=51ad6298-d170-4109-b48a-f07afad31756&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003059 10.0.0.32 - - [2024-10-28 02:31:03] "GET /domain/51ad6298-d170-4109-b48a-f07afad31756 HTTP/1.1" 200 2782 0.021331 10.0.0.32 - - [2024-10-28 02:31:03] "GET /projects?obj_uuids=2173f058-da77-40d8-bf53-6a1d1a49f318&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001607 10.0.0.32 - - [2024-10-28 02:31:03] "POST /neutron/port HTTP/1.1" 200 1071 0.560986 10.0.0.32 - - [2024-10-28 02:31:03] "GET /project/2173f058-da77-40d8-bf53-6a1d1a49f318 HTTP/1.1" 200 3243 0.219795 10.0.0.32 - - [2024-10-28 02:31:03] "GET /virtual-network/5a7f4fae-34f7-403e-bd49-94cde4e2d752 HTTP/1.1" 200 3148 0.020816 10.0.0.32 - - [2024-10-28 02:31:03] "POST /neutron/port HTTP/1.1" 200 1071 0.030165 10.0.0.32 - - [2024-10-28 02:31:03] "GET /virtual-network/5a7f4fae-34f7-403e-bd49-94cde4e2d752?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.011285 10.0.0.32 - - [2024-10-28 02:31:03] "POST /neutron/port HTTP/1.1" 200 1071 0.022672 10.0.0.32 - - [2024-10-28 02:31:03] "POST /neutron/port HTTP/1.1" 200 1098 0.035686 10.0.0.32 - - [2024-10-28 02:31:03] "POST /neutron/security_group HTTP/1.1" 200 2070 0.016192 10.0.0.32 - - [2024-10-28 02:31:03] "POST /neutron/port HTTP/1.1" 200 1125 0.113645 10.0.0.32 - - [2024-10-28 02:31:03] "POST /neutron/port HTTP/1.1" 200 1099 0.020385 10.0.0.32 - - [2024-10-28 02:31:03] "POST /neutron/port HTTP/1.1" 200 1098 0.024650 10.0.0.32 - - [2024-10-28 02:31:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003829 10.0.0.32 - - [2024-10-28 02:31:03] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006968 10.0.0.32 - - [2024-10-28 02:31:03] "POST /neutron/subnet HTTP/1.1" 200 694 0.010589 10.0.0.32 - - [2024-10-28 02:31:03] "POST /neutron/port HTTP/1.1" 200 117 0.001597 10.0.0.32 - - [2024-10-28 02:31:03] "POST /neutron/network HTTP/1.1" 200 837 0.007312 10.0.0.32 - - [2024-10-28 02:31:03] "POST /neutron/port HTTP/1.1" 200 1098 0.024199 10.0.0.32 - - [2024-10-28 02:31:03] "POST /neutron/security_group HTTP/1.1" 200 2070 0.016196 10.0.0.32 - - [2024-10-28 02:31:04] "GET /virtual-machine/78bd7c83-0515-4ef7-87c0-6cc47683b463 HTTP/1.1" 200 1303 0.010363 10.0.0.32 - - [2024-10-28 02:31:04] "GET /virtual-machine-interface/cec7f42f-3d43-48e5-8ed9-9d6c4478f453 HTTP/1.1" 200 3004 0.019323 10.0.0.32 - - [2024-10-28 02:31:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004362 10.0.0.32 - - [2024-10-28 02:31:04] "GET /global-vrouter-config/333c7863-f234-4c44-8e2d-1d46228978ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.008201 10.0.0.32 - - [2024-10-28 02:31:04] "GET /virtual-networks?parent_id=2173f058-da77-40d8-bf53-6a1d1a49f318&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004723 10.0.0.32 - - [2024-10-28 02:31:04] "GET /virtual-network/68cf3510-dbfd-4902-a9c9-c6ed6711e556?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.015613 10.0.0.32 - - [2024-10-28 02:31:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003769 10.0.0.32 - - [2024-10-28 02:31:07] "GET /virtual-network/68cf3510-dbfd-4902-a9c9-c6ed6711e556?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.011988 10.0.0.32 - - [2024-10-28 02:31:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.32 - - [2024-10-28 02:31:11] "GET /virtual-network/68cf3510-dbfd-4902-a9c9-c6ed6711e556?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.015785 10.0.0.32 - - [2024-10-28 02:31:12] "POST /neutron/port HTTP/1.1" 200 1098 0.044680 10.0.0.32 - - [2024-10-28 02:31:12] "POST /neutron/security_group HTTP/1.1" 200 2070 0.011384 10.0.0.32 - - [2024-10-28 02:31:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003679 10.0.0.32 - - [2024-10-28 02:31:13] "GET /global-vrouter-config/333c7863-f234-4c44-8e2d-1d46228978ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005865 10.0.0.32 - - [2024-10-28 02:31:13] "GET /virtual-networks?parent_id=2173f058-da77-40d8-bf53-6a1d1a49f318&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.005705 10.0.0.32 - - [2024-10-28 02:31:13] "GET /virtual-network/68cf3510-dbfd-4902-a9c9-c6ed6711e556?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.011117 10.0.0.32 - - [2024-10-28 02:31:13] "GET /projects?obj_uuids=2173f058-da77-40d8-bf53-6a1d1a49f318&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001842 10.0.0.32 - - [2024-10-28 02:31:13] "POST /neutron/floatingip HTTP/1.1" 200 529 0.135835 10.0.0.32 - - [2024-10-28 02:31:13] "POST /neutron/port HTTP/1.1" 200 1098 0.020639 10.0.0.32 - - [2024-10-28 02:31:13] "POST /neutron/floatingip HTTP/1.1" 200 529 0.007342 10.0.0.32 - - [2024-10-28 02:31:13] "POST /neutron/floatingip HTTP/1.1" 200 574 0.048330 10.0.0.32 - - [2024-10-28 02:31:14] "POST /neutron/port HTTP/1.1" 200 1099 0.020011 10.0.0.32 - - [2024-10-28 02:31:14] "POST /neutron/port HTTP/1.1" 200 1099 0.021354 10.0.0.32 - - [2024-10-28 02:31:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007068 10.0.0.32 - - [2024-10-28 02:31:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010036 10.0.0.32 - - [2024-10-28 02:31:14] "POST /neutron/port HTTP/1.1" 200 1099 0.018747 10.0.0.32 - - [2024-10-28 02:31:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.012586 10.0.0.32 - - [2024-10-28 02:31:14] "POST /neutron/port HTTP/1.1" 200 1099 0.023762 10.0.0.32 - - [2024-10-28 02:31:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008599 10.0.0.32 - - [2024-10-28 02:31:14] "GET /virtual-machine/23c21edd-9269-4558-9f66-0df97a09ad9a HTTP/1.1" 200 1304 0.007193 10.0.0.32 - - [2024-10-28 02:31:14] "GET /virtual-machine-interface/0cb18840-8275-4dd8-abc2-bb4cd55941fc HTTP/1.1" 200 3002 0.010705 10.0.0.32 - - [2024-10-28 02:31:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.32 - - [2024-10-28 02:31:14] "GET /global-vrouter-config/333c7863-f234-4c44-8e2d-1d46228978ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004931 10.0.0.32 - - [2024-10-28 02:31:14] "GET /virtual-networks?parent_id=2173f058-da77-40d8-bf53-6a1d1a49f318&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003508 10.0.0.32 - - [2024-10-28 02:31:14] "GET /virtual-network/5a7f4fae-34f7-403e-bd49-94cde4e2d752?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.011075 10.0.0.32 - - [2024-10-28 02:31:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004318 10.0.0.32 - - [2024-10-28 02:31:15] "GET /global-vrouter-config/333c7863-f234-4c44-8e2d-1d46228978ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005712 10.0.0.32 - - [2024-10-28 02:31:15] "GET /virtual-networks?parent_id=2173f058-da77-40d8-bf53-6a1d1a49f318&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004238 10.0.0.32 - - [2024-10-28 02:31:15] "GET /virtual-network/5a7f4fae-34f7-403e-bd49-94cde4e2d752?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.013009 10.0.0.32 - - [2024-10-28 02:31:15] "POST /neutron/floatingip HTTP/1.1" 200 574 0.011488 10.0.0.32 - - [2024-10-28 02:31:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.32 - - [2024-10-28 02:31:15] "GET /routing-instance/b9019a2a-451c-45e8-b5b3-d02e7a3c16fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.007153 10.0.0.32 - - [2024-10-28 02:31:15] "GET /route-target/a8356a69-8af8-4bc6-a058-de0aa4f32ca8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005344 10.0.0.32 - - [2024-10-28 02:31:15] "GET /floating-ip/f00929e2-4c97-4424-a3b3-ce6767796b62 HTTP/1.1" 200 1886 0.006797 10.0.0.32 - - [2024-10-28 02:31:19] "POST /neutron/floatingip HTTP/1.1" 200 574 0.013061 10.0.0.32 - - [2024-10-28 02:31:19] "POST /neutron/floatingip HTTP/1.1" 200 529 0.023446 10.0.0.32 - - [2024-10-28 02:31:19] "POST /neutron/floatingip HTTP/1.1" 200 529 0.007061 10.0.0.32 - - [2024-10-28 02:31:19] "POST /neutron/floatingip HTTP/1.1" 200 115 0.046233 10.0.0.32 - - [2024-10-28 02:31:19] "GET /floating-ip-pool/6d253b7c-4834-4551-813f-b70b5a4ccd0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1204 0.004586 10.0.0.32 - - [2024-10-28 02:31:19] "POST /ref-update HTTP/1.1" 200 156 0.008940 10.0.0.32 - - [2024-10-28 02:31:19] "DELETE /floating-ip-pool/6d253b7c-4834-4551-813f-b70b5a4ccd0e HTTP/1.1" 200 115 0.028031 10.0.0.32 - - [2024-10-28 02:31:19] "POST /neutron/network HTTP/1.1" 200 836 0.018030 10.0.0.32 - - [2024-10-28 02:31:19] "POST /neutron/network HTTP/1.1" 400 204 0.016863 10.0.0.32 - - [2024-10-28 02:31:19] "POST /neutron/port HTTP/1.1" 200 1099 0.015575 10.0.0.32 - - [2024-10-28 02:31:19] "POST /neutron/port HTTP/1.1" 200 1125 0.011668 10.0.0.32 - - [2024-10-28 02:31:19] "POST /neutron/port HTTP/1.1" 200 1098 0.018705 10.0.0.32 - - [2024-10-28 02:31:19] "POST /neutron/port HTTP/1.1" 200 1124 0.015435 10.0.0.32 - - [2024-10-28 02:31:20] "POST /neutron/port HTTP/1.1" 200 151 0.165514 10.0.0.32 - - [2024-10-28 02:31:20] "POST /neutron/port HTTP/1.1" 200 151 0.154422 10.0.0.32 - - [2024-10-28 02:31:21] "POST /neutron/network HTTP/1.1" 200 836 0.007414 10.0.0.32 - - [2024-10-28 02:31:21] "POST /useragent-kv HTTP/1.1" 200 115 0.001857 10.0.0.32 - - [2024-10-28 02:31:21] "POST /useragent-kv HTTP/1.1" 200 115 0.001360 10.0.0.32 - - [2024-10-28 02:31:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.007286 10.0.0.32 - - [2024-10-28 02:31:21] "POST /neutron/network HTTP/1.1" 200 151 0.093035 10.0.0.32 - - [2024-10-28 02:31:21] "GET /routing-instance/b20927ed-3bbe-4e9b-aad6-5f00779493b0 HTTP/1.1" 404 171 0.003067 10.0.0.32 - - [2024-10-28 02:31:21] "GET /domains HTTP/1.1" 200 280 0.004237 10.0.0.32 - - [2024-10-28 02:31:21] "DELETE /route-target/85dbe063-5668-41e1-b2d9-34b30d7b43d1 HTTP/1.1" 200 115 0.021233 10.0.0.32 - - [2024-10-28 02:31:21] "GET /domains?obj_uuids=51ad6298-d170-4109-b48a-f07afad31756&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001425 10.0.0.32 - - [2024-10-28 02:31:21] "GET /domain/51ad6298-d170-4109-b48a-f07afad31756 HTTP/1.1" 200 2782 0.052362 10.0.0.32 - - [2024-10-28 02:31:21] "GET /projects?obj_uuids=2173f058-da77-40d8-bf53-6a1d1a49f318&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001301 10.0.0.32 - - [2024-10-28 02:31:21] "GET /project/2173f058-da77-40d8-bf53-6a1d1a49f318 HTTP/1.1" 200 2173 0.076009 10.0.0.32 - - [2024-10-28 02:31:21] "POST /neutron/network HTTP/1.1" 200 837 0.007113 10.0.0.32 - - [2024-10-28 02:31:21] "POST /useragent-kv HTTP/1.1" 200 115 0.001668 10.0.0.32 - - [2024-10-28 02:31:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005334 10.0.0.32 - - [2024-10-28 02:31:21] "POST /useragent-kv HTTP/1.1" 200 115 0.001391 10.0.0.32 - - [2024-10-28 02:31:21] "POST /neutron/network HTTP/1.1" 200 151 0.094256 10.0.0.32 - - [2024-10-28 02:31:21] "GET /routing-instance/b9019a2a-451c-45e8-b5b3-d02e7a3c16fe HTTP/1.1" 404 171 0.002741 10.0.0.32 - - [2024-10-28 02:31:21] "DELETE /route-target/a8356a69-8af8-4bc6-a058-de0aa4f32ca8 HTTP/1.1" 200 115 0.020377 10.0.0.32 - - [2024-10-28 02:31:21] "GET /domains HTTP/1.1" 200 280 0.007086 10.0.0.32 - - [2024-10-28 02:31:21] "GET /domains?obj_uuids=51ad6298-d170-4109-b48a-f07afad31756&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001382 10.0.0.32 - - [2024-10-28 02:31:21] "GET /domain/51ad6298-d170-4109-b48a-f07afad31756 HTTP/1.1" 200 2782 0.052907 10.0.0.32 - - [2024-10-28 02:31:21] "GET /projects?obj_uuids=2173f058-da77-40d8-bf53-6a1d1a49f318&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001429 10.0.0.32 - - [2024-10-28 02:31:22] "GET /project/2173f058-da77-40d8-bf53-6a1d1a49f318 HTTP/1.1" 200 1923 0.095099 10.0.0.32 - - [2024-10-28 02:31:22] "GET /projects?obj_uuids=2173f058-da77-40d8-bf53-6a1d1a49f318&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002064 10.0.0.32 - - [2024-10-28 02:31:22] "GET /project/2173f058-da77-40d8-bf53-6a1d1a49f318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.044105 10.0.0.32 - - [2024-10-28 02:31:22] "GET /projects?obj_uuids=2173f058-da77-40d8-bf53-6a1d1a49f318&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001910 10.0.0.32 - - [2024-10-28 02:31:22] "DELETE /project/1aa7000b51814a948b87bd6e4e17cb66 HTTP/1.1" 404 173 0.015289 10.0.0.32 - - [2024-10-28 02:31:22] "DELETE /project/a66c31ab6207406d96a43e3876819341 HTTP/1.1" 404 173 0.010085 10.0.0.32 - - [2024-10-28 02:31:22] "DELETE /project/2173f058da7740d8bf536a1d1a49f318 HTTP/1.1" 404 173 0.009011 10.0.0.32 - - [2024-10-28 02:31:22] "GET /projects?obj_uuids=a66c31ab-6207-406d-96a4-3e3876819341&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001832 10.0.0.32 - - [2024-10-28 02:31:22] "GET /project/2173f058-da77-40d8-bf53-6a1d1a49f318?fields=virtual_networks HTTP/1.1" 200 1055 0.067032 10.0.0.32 - - [2024-10-28 02:31:22] "GET /project/a66c31ab-6207-406d-96a4-3e3876819341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.086274 10.0.0.32 - - [2024-10-28 02:31:22] "GET /projects?obj_uuids=a66c31ab-6207-406d-96a4-3e3876819341&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001281 10.0.0.32 - - [2024-10-28 02:31:22] "GET /projects?obj_uuids=2173f058-da77-40d8-bf53-6a1d1a49f318&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001219 10.0.0.32 - - [2024-10-28 02:31:22] "GET /project/a66c31ab-6207-406d-96a4-3e3876819341?fields=security_groups HTTP/1.1" 200 1396 0.056099 10.0.0.32 - - [2024-10-28 02:31:22] "GET /project/2173f058-da77-40d8-bf53-6a1d1a49f318?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.066842 10.0.0.32 - - [2024-10-28 02:31:22] "GET /projects?obj_uuids=2173f058-da77-40d8-bf53-6a1d1a49f318&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001992 10.0.0.32 - - [2024-10-28 02:31:22] "GET /project/2173f058-da77-40d8-bf53-6a1d1a49f318?fields=security_groups HTTP/1.1" 200 1293 0.061765 10.0.0.32 - - [2024-10-28 02:31:22] "DELETE /security-group/f612c949-b88c-411d-a43e-4815d9ec5c1a HTTP/1.1" 200 115 0.089987 10.0.0.32 - - [2024-10-28 02:31:22] "GET /projects?obj_uuids=a66c31ab-6207-406d-96a4-3e3876819341&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001365 10.0.0.32 - - [2024-10-28 02:31:22] "DELETE /access-control-list/be1c8bf8-f453-4f6d-adfc-e039a3cc2238 HTTP/1.1" 200 115 0.066928 10.0.0.32 - - [2024-10-28 02:31:22] "GET /project/a66c31ab-6207-406d-96a4-3e3876819341?fields=application_policy_sets HTTP/1.1" 200 1435 0.050722 10.0.0.32 - - [2024-10-28 02:31:22] "DELETE /access-control-list/a59d6352-c29d-48ac-bc5c-bf17d860b36a HTTP/1.1" 200 115 0.048878 10.0.0.32 - - [2024-10-28 02:31:22] "DELETE /project/a66c31ab-6207-406d-96a4-3e3876819341 HTTP/1.1" 200 115 0.457380 10.0.0.32 - - [2024-10-28 02:31:23] "POST /fqname-to-id HTTP/1.1" 404 183 0.028995 10.0.0.32 - - [2024-10-28 02:31:23] "GET /projects?obj_uuids=fe303e51-0a27-4cb8-b8d8-9b4881b7f2b9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002838 10.0.0.32 - - [2024-10-28 02:31:23] "GET /domains?obj_uuids=51ad6298-d170-4109-b48a-f07afad31756&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001402 10.0.0.32 - - [2024-10-28 02:31:23] "GET /domain/51ad6298-d170-4109-b48a-f07afad31756?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010011 10.0.0.32 - - [2024-10-28 02:31:23] "POST /id-to-fqname HTTP/1.1" 200 185 0.003953 10.0.0.32 - - [2024-10-28 02:31:23] "POST /fqname-to-id HTTP/1.1" 404 194 0.005172 10.0.0.32 - - [2024-10-28 02:31:24] "POST /security-groups HTTP/1.1" 200 586 0.071666 10.0.0.32 - - [2024-10-28 02:31:24] "POST /fqname-to-id HTTP/1.1" 404 229 0.003226 10.0.0.32 - - [2024-10-28 02:31:24] "POST /projects HTTP/1.1" 200 575 0.242247 10.0.0.32 - - [2024-10-28 02:31:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.317568 10.0.0.32 - - [2024-10-28 02:31:24] "POST /access-control-lists HTTP/1.1" 200 591 0.066297 10.0.0.32 - - [2024-10-28 02:31:24] "POST /fqname-to-id HTTP/1.1" 404 228 0.004342 10.0.0.32 - - [2024-10-28 02:31:24] "GET /project/fe303e51-0a27-4cb8-b8d8-9b4881b7f2b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.477031 10.0.0.32 - - [2024-10-28 02:31:24] "POST /access-control-lists HTTP/1.1" 200 589 0.068424 10.0.0.32 - - [2024-10-28 02:31:25] "GET / HTTP/1.1" 200 35931 0.002288 10.0.0.32 - - [2024-10-28 02:31:26] "GET /projects?obj_uuids=fe303e51-0a27-4cb8-b8d8-9b4881b7f2b9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001335 10.0.0.32 - - [2024-10-28 02:31:26] "GET /project/fe303e51-0a27-4cb8-b8d8-9b4881b7f2b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.037865 10.0.0.32 - - [2024-10-28 02:31:26] "GET /projects?obj_uuids=fe303e51-0a27-4cb8-b8d8-9b4881b7f2b9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001307 10.0.0.32 - - [2024-10-28 02:31:26] "GET /project/fe303e51-0a27-4cb8-b8d8-9b4881b7f2b9?fields=virtual_networks HTTP/1.1" 200 1022 0.040289 10.0.0.32 - - [2024-10-28 02:31:26] "GET /projects?obj_uuids=fe303e51-0a27-4cb8-b8d8-9b4881b7f2b9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001430 10.0.0.32 - - [2024-10-28 02:31:26] "GET /project/fe303e51-0a27-4cb8-b8d8-9b4881b7f2b9?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.038679 10.0.0.32 - - [2024-10-28 02:31:26] "GET /projects?obj_uuids=fe303e51-0a27-4cb8-b8d8-9b4881b7f2b9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001375 10.0.0.32 - - [2024-10-28 02:31:27] "GET /project/fe303e51-0a27-4cb8-b8d8-9b4881b7f2b9?fields=security_groups HTTP/1.1" 200 1243 0.037887 10.0.0.32 - - [2024-10-28 02:31:27] "POST /fqname-to-id HTTP/1.1" 404 191 0.032882 10.0.0.32 - - [2024-10-28 02:31:27] "GET /projects?obj_uuids=2a2ba350-1190-46e9-a789-da492b80da9a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002927 10.0.0.32 - - [2024-10-28 02:31:28] "GET /domains?obj_uuids=51ad6298-d170-4109-b48a-f07afad31756&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001699 10.0.0.32 - - [2024-10-28 02:31:28] "GET /domain/51ad6298-d170-4109-b48a-f07afad31756?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010075 10.0.0.32 - - [2024-10-28 02:31:28] "POST /id-to-fqname HTTP/1.1" 200 193 0.003471 10.0.0.32 - - [2024-10-28 02:31:28] "POST /fqname-to-id HTTP/1.1" 404 202 0.004884 10.0.0.32 - - [2024-10-28 02:31:28] "POST /security-groups HTTP/1.1" 200 594 0.067348 10.0.0.32 - - [2024-10-28 02:31:28] "POST /fqname-to-id HTTP/1.1" 404 237 0.004929 10.0.0.32 - - [2024-10-28 02:31:28] "POST /projects HTTP/1.1" 200 591 0.238782 10.0.0.32 - - [2024-10-28 02:31:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.315444 10.0.0.32 - - [2024-10-28 02:31:28] "POST /access-control-lists HTTP/1.1" 200 599 0.103442 10.0.0.32 - - [2024-10-28 02:31:28] "GET /project/2a2ba350-1190-46e9-a789-da492b80da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.473444 10.0.0.32 - - [2024-10-28 02:31:28] "POST /fqname-to-id HTTP/1.1" 404 236 0.002665 10.0.0.32 - - [2024-10-28 02:31:28] "POST /access-control-lists HTTP/1.1" 200 597 0.063858 10.0.0.32 - - [2024-10-28 02:31:29] "GET / HTTP/1.1" 200 35931 0.002769 10.0.0.32 - - [2024-10-28 02:31:31] "GET /project/2a2ba350-1190-46e9-a789-da492b80da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000568 10.0.0.32 - - [2024-10-28 02:31:31] "GET /obj-perms HTTP/1.1" 200 5056 0.081730 10.0.0.32 - - [2024-10-28 02:31:31] "GET /projects?obj_uuids=2a2ba350-1190-46e9-a789-da492b80da9a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001411 10.0.0.32 - - [2024-10-28 02:31:31] "GET /project/2a2ba350-1190-46e9-a789-da492b80da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.398226 10.0.0.32 - - [2024-10-28 02:31:31] "GET /obj-perms HTTP/1.1" 200 5056 0.069987 10.0.0.32 - - [2024-10-28 02:31:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.32 - - [2024-10-28 02:31:31] "GET /security-group/0c14da43-e0e8-41ea-a913-5723fd162f0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3761 0.007180 10.0.0.32 - - [2024-10-28 02:31:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004387 10.0.0.32 - - [2024-10-28 02:31:32] "GET /projects?obj_uuids=2a2ba350-1190-46e9-a789-da492b80da9a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001863 10.0.0.32 - - [2024-10-28 02:31:32] "GET /project/2a2ba350-1190-46e9-a789-da492b80da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.047053 10.0.0.32 - - [2024-10-28 02:31:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.32 - - [2024-10-28 02:31:32] "GET /security-group/0c14da43-e0e8-41ea-a913-5723fd162f0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3761 0.006147 10.0.0.32 - - [2024-10-28 02:31:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889 10.0.0.32 - - [2024-10-28 02:31:32] "PUT /security-group/0c14da43-e0e8-41ea-a913-5723fd162f0a HTTP/1.1" 200 262 0.016498 10.0.0.32 - - [2024-10-28 02:31:32] "PUT /access-control-list/c7612c3c-95a2-412c-841b-1a5e48d6b52b HTTP/1.1" 200 272 0.010686 10.0.0.32 - - [2024-10-28 02:31:32] "PUT /access-control-list/c8d18df8-c490-424f-8994-559584e32307 HTTP/1.1" 200 272 0.010473 10.0.0.32 - - [2024-10-28 02:31:32] "POST /fqname-to-id HTTP/1.1" 404 202 0.002848 10.0.0.32 - - [2024-10-28 02:31:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003943 10.0.0.32 - - [2024-10-28 02:31:32] "GET /projects?obj_uuids=2a2ba350-1190-46e9-a789-da492b80da9a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001440 10.0.0.32 - - [2024-10-28 02:31:32] "GET /project/2a2ba350-1190-46e9-a789-da492b80da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.041052 10.0.0.32 - - [2024-10-28 02:31:32] "POST /neutron/network HTTP/1.1" 200 117 0.036588 10.0.0.32 - - [2024-10-28 02:31:32] "GET /projects?obj_uuids=2a2ba350-1190-46e9-a789-da492b80da9a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001526 10.0.0.32 - - [2024-10-28 02:31:32] "POST /neutron/network HTTP/1.1" 200 608 0.088913 10.0.0.32 - - [2024-10-28 02:31:32] "POST /route-targets HTTP/1.1" 200 327 0.017546 10.0.0.32 - - [2024-10-28 02:31:32] "POST /ref-update HTTP/1.1" 200 156 0.022221 10.0.0.32 - - [2024-10-28 02:31:32] "POST /useragent-kv HTTP/1.1" 200 115 0.008340 10.0.0.32 - - [2024-10-28 02:31:32] "POST /neutron/subnet HTTP/1.1" 200 729 0.216466 10.0.0.32 - - [2024-10-28 02:31:32] "POST /neutron/network HTTP/1.1" 200 828 0.007492 10.0.0.32 - - [2024-10-28 02:31:32] "POST /id-to-fqname HTTP/1.1" 200 223 0.001829 10.0.0.32 - - [2024-10-28 02:31:32] "GET /virtual-network/26ffd330-72ba-47a4-bfb1-96a7336b3044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.010715 10.0.0.32 - - [2024-10-28 02:31:33] "POST /neutron/network HTTP/1.1" 200 828 0.007431 10.0.0.32 - - [2024-10-28 02:31:33] "GET /virtual-network/26ffd330-72ba-47a4-bfb1-96a7336b3044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.014288 10.0.0.32 - - [2024-10-28 02:31:33] "POST /neutron/network HTTP/1.1" 200 828 0.007124 10.0.0.32 - - [2024-10-28 02:31:33] "POST /neutron/subnet HTTP/1.1" 200 729 0.009345 10.0.0.32 - - [2024-10-28 02:31:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.32 - - [2024-10-28 02:31:33] "GET /projects?obj_uuids=2a2ba350-1190-46e9-a789-da492b80da9a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001839 10.0.0.32 - - [2024-10-28 02:31:33] "GET /project/2a2ba350-1190-46e9-a789-da492b80da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.040392 10.0.0.32 - - [2024-10-28 02:31:33] "POST /neutron/network HTTP/1.1" 200 117 0.012660 10.0.0.32 - - [2024-10-28 02:31:33] "GET /projects?obj_uuids=2a2ba350-1190-46e9-a789-da492b80da9a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001895 10.0.0.32 - - [2024-10-28 02:31:33] "POST /neutron/network HTTP/1.1" 200 615 0.132672 10.0.0.32 - - [2024-10-28 02:31:33] "POST /route-targets HTTP/1.1" 200 327 0.025854 10.0.0.32 - - [2024-10-28 02:31:33] "POST /ref-update HTTP/1.1" 200 156 0.018208 10.0.0.32 - - [2024-10-28 02:31:33] "POST /useragent-kv HTTP/1.1" 200 115 0.005866 10.0.0.32 - - [2024-10-28 02:31:33] "POST /neutron/subnet HTTP/1.1" 200 725 0.221037 10.0.0.32 - - [2024-10-28 02:31:33] "POST /neutron/network HTTP/1.1" 200 834 0.006628 10.0.0.32 - - [2024-10-28 02:31:33] "POST /id-to-fqname HTTP/1.1" 200 227 0.001619 10.0.0.32 - - [2024-10-28 02:31:33] "GET /virtual-network/0de3014d-bad4-4cfa-84f2-fa0e4f11dc2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.011214 10.0.0.32 - - [2024-10-28 02:31:33] "POST /neutron/network HTTP/1.1" 200 834 0.006977 10.0.0.32 - - [2024-10-28 02:31:33] "GET /virtual-network/0de3014d-bad4-4cfa-84f2-fa0e4f11dc2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.010358 10.0.0.32 - - [2024-10-28 02:31:33] "POST /neutron/network HTTP/1.1" 200 834 0.007335 10.0.0.32 - - [2024-10-28 02:31:33] "POST /neutron/subnet HTTP/1.1" 200 725 0.010051 10.0.0.32 - - [2024-10-28 02:31:33] "POST /id-to-fqname HTTP/1.1" 200 223 0.001510 10.0.0.32 - - [2024-10-28 02:31:34] "POST /neutron/network HTTP/1.1" 200 838 0.008669 10.0.0.32 - - [2024-10-28 02:31:34] "GET /aaa-mode HTTP/1.1" 401 292 0.000575 10.0.0.32 - - [2024-10-28 02:31:34] "GET / HTTP/1.1" 200 35931 0.002187 10.0.0.32 - - [2024-10-28 02:31:34] "GET /project/2a2ba350-1190-46e9-a789-da492b80da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000501 10.0.0.32 - - [2024-10-28 02:31:34] "GET /projects?obj_uuids=2a2ba350-1190-46e9-a789-da492b80da9a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001966 10.0.0.32 - - [2024-10-28 02:31:34] "GET /project/2a2ba350-1190-46e9-a789-da492b80da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.069866 10.0.0.32 - - [2024-10-28 02:31:34] "POST /neutron/network HTTP/1.1" 200 828 0.006490 10.0.0.32 - - [2024-10-28 02:31:35] "POST /neutron/port HTTP/1.1" 200 117 0.007539 10.0.0.32 - - [2024-10-28 02:31:35] "POST /neutron/port HTTP/1.1" 200 117 0.007440 10.0.0.32 - - [2024-10-28 02:31:35] "POST /id-to-fqname HTTP/1.1" 200 227 0.002474 10.0.0.32 - - [2024-10-28 02:31:35] "POST /neutron/port HTTP/1.1" 200 117 0.009594 10.0.0.32 - - [2024-10-28 02:31:35] "POST /neutron/network HTTP/1.1" 200 844 0.006673 10.0.0.32 - - [2024-10-28 02:31:35] "GET /aaa-mode HTTP/1.1" 401 292 0.000545 10.0.0.32 - - [2024-10-28 02:31:35] "POST /neutron/network HTTP/1.1" 200 838 0.007295 10.0.0.32 - - [2024-10-28 02:31:35] "GET /projects?obj_uuids=2a2ba350-1190-46e9-a789-da492b80da9a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001705 10.0.0.32 - - [2024-10-28 02:31:35] "GET / HTTP/1.1" 200 35931 0.002079 10.0.0.32 - - [2024-10-28 02:31:35] "GET /project/2a2ba350-1190-46e9-a789-da492b80da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000550 10.0.0.32 - - [2024-10-28 02:31:35] "POST /neutron/port HTTP/1.1" 200 1064 0.268785 10.0.0.32 - - [2024-10-28 02:31:35] "POST /neutron/port HTTP/1.1" 200 1064 0.017127 10.0.0.32 - - [2024-10-28 02:31:35] "POST /neutron/port HTTP/1.1" 200 1064 0.013258 10.0.0.32 - - [2024-10-28 02:31:36] "POST /neutron/port HTTP/1.1" 200 1118 0.094552 10.0.0.32 - - [2024-10-28 02:31:36] "POST /neutron/port HTTP/1.1" 200 1092 0.021086 10.0.0.32 - - [2024-10-28 02:31:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003706 10.0.0.32 - - [2024-10-28 02:31:36] "GET /projects?obj_uuids=2a2ba350-1190-46e9-a789-da492b80da9a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001454 10.0.0.32 - - [2024-10-28 02:31:36] "POST /neutron/subnet HTTP/1.1" 200 703 0.027528 10.0.0.32 - - [2024-10-28 02:31:36] "GET /project/2a2ba350-1190-46e9-a789-da492b80da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.087009 10.0.0.32 - - [2024-10-28 02:31:36] "POST /neutron/port HTTP/1.1" 200 117 0.001392 10.0.0.32 - - [2024-10-28 02:31:36] "POST /neutron/network HTTP/1.1" 200 828 0.007058 10.0.0.32 - - [2024-10-28 02:31:36] "POST /neutron/network HTTP/1.1" 200 834 0.007364 10.0.0.32 - - [2024-10-28 02:31:36] "POST /neutron/port HTTP/1.1" 200 1092 0.019891 10.0.0.32 - - [2024-10-28 02:31:36] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007540 10.0.0.32 - - [2024-10-28 02:31:36] "POST /neutron/port HTTP/1.1" 200 117 0.007963 10.0.0.32 - - [2024-10-28 02:31:36] "GET /projects?obj_uuids=2a2ba350-1190-46e9-a789-da492b80da9a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001435 10.0.0.32 - - [2024-10-28 02:31:36] "POST /neutron/router HTTP/1.1" 200 585 0.073078 10.0.0.32 - - [2024-10-28 02:31:36] "POST /neutron/router HTTP/1.1" 200 585 0.010848 10.0.0.32 - - [2024-10-28 02:31:36] "POST /route-targets HTTP/1.1" 200 327 0.017196 10.0.0.32 - - [2024-10-28 02:31:36] "PUT /logical-router/e22e1bc8-39dd-45f4-b0e7-18e466416d68 HTTP/1.1" 200 262 0.031595 10.0.0.32 - - [2024-10-28 02:31:36] "POST /neutron/router HTTP/1.1" 200 656 0.044095 10.0.0.32 - - [2024-10-28 02:31:36] "GET /logical-router/e22e1bc8-39dd-45f4-b0e7-18e466416d68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1641 0.016308 10.0.0.32 - - [2024-10-28 02:31:36] "POST /neutron/router HTTP/1.1" 200 656 0.018575 10.0.0.32 - - [2024-10-28 02:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006785 10.0.0.32 - - [2024-10-28 02:31:36] "GET /projects?obj_uuids=2a2ba350-1190-46e9-a789-da492b80da9a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002177 10.0.0.32 - - [2024-10-28 02:31:36] "GET /service-template/66a0a23b-f5af-4f2e-a038-b6176ff4c3d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1691 0.014033 10.0.0.32 - - [2024-10-28 02:31:36] "POST /fqname-to-id HTTP/1.1" 404 215 0.005158 10.0.0.32 - - [2024-10-28 02:31:37] "POST /neutron/network HTTP/1.1" 200 844 0.011570 10.0.0.32 - - [2024-10-28 02:31:37] "POST /useragent-kv HTTP/1.1" 200 115 0.033102 10.0.0.32 - - [2024-10-28 02:31:37] "POST /virtual-networks HTTP/1.1" 200 694 0.248686 10.0.0.32 - - [2024-10-28 02:31:37] "GET /projects?obj_uuids=2a2ba350-1190-46e9-a789-da492b80da9a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001309 10.0.0.32 - - [2024-10-28 02:31:37] "POST /route-targets HTTP/1.1" 200 327 0.036294 10.0.0.32 - - [2024-10-28 02:31:37] "POST /neutron/router HTTP/1.1" 200 344 0.451634 10.0.0.32 - - [2024-10-28 02:31:37] "POST /ref-update HTTP/1.1" 200 156 0.032930 10.0.0.32 - - [2024-10-28 02:31:37] "POST /ref-update HTTP/1.1" 200 156 0.095241 10.0.0.32 - - [2024-10-28 02:31:37] "POST /service-instances HTTP/1.1" 200 670 0.178335 10.0.0.32 - - [2024-10-28 02:31:37] "POST /neutron/port HTTP/1.1" 200 1092 0.122051 10.0.0.32 - - [2024-10-28 02:31:37] "POST /neutron/security_group HTTP/1.1" 200 2002 0.038946 10.0.0.32 - - [2024-10-28 02:31:37] "POST /route-tables HTTP/1.1" 200 582 0.078507 10.0.0.32 - - [2024-10-28 02:31:37] "PUT /logical-router/e22e1bc8-39dd-45f4-b0e7-18e466416d68 HTTP/1.1" 200 262 0.034261 10.0.0.32 - - [2024-10-28 02:31:37] "POST /neutron/port HTTP/1.1" 200 1063 0.509341 10.0.0.32 - - [2024-10-28 02:31:37] "POST /ref-update HTTP/1.1" 200 156 0.027072 10.0.0.32 - - [2024-10-28 02:31:37] "POST /neutron/port HTTP/1.1" 200 1063 0.016257 10.0.0.32 - - [2024-10-28 02:31:37] "POST /neutron/port HTTP/1.1" 200 1063 0.016706 10.0.0.32 - - [2024-10-28 02:31:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.32 - - [2024-10-28 02:31:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004321 10.0.0.32 - - [2024-10-28 02:31:37] "POST /neutron/port HTTP/1.1" 200 1117 0.094128 10.0.0.32 - - [2024-10-28 02:31:37] "POST /virtual-machines HTTP/1.1" 200 553 0.020503 10.0.0.32 - - [2024-10-28 02:31:37] "POST /neutron/port HTTP/1.1" 200 1091 0.015652 10.0.0.32 - - [2024-10-28 02:31:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004571 10.0.0.32 - - [2024-10-28 02:31:37] "POST /neutron/subnet HTTP/1.1" 200 699 0.047363 10.0.0.32 - - [2024-10-28 02:31:37] "POST /neutron/port HTTP/1.1" 200 117 0.001548 10.0.0.32 - - [2024-10-28 02:31:38] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.114956 10.0.0.32 - - [2024-10-28 02:31:38] "POST /neutron/network HTTP/1.1" 200 834 0.006932 10.0.0.32 - - [2024-10-28 02:31:38] "POST /chown HTTP/1.1" 200 109 0.018426 10.0.0.32 - - [2024-10-28 02:31:38] "POST /instance-ips HTTP/1.1" 200 551 0.026290 10.0.0.32 - - [2024-10-28 02:31:38] "POST /instance-ips HTTP/1.1" 400 246 0.018160 10.0.0.32 - - [2024-10-28 02:31:38] "POST /chown HTTP/1.1" 200 109 0.009790 10.0.0.32 - - [2024-10-28 02:31:38] "PUT /virtual-machine-interface/026e0e3f-8a7d-4658-91ed-5d3a901122b0 HTTP/1.1" 200 284 0.032934 10.0.0.32 - - [2024-10-28 02:31:38] "PUT /instance-ip/2e791a66-2ff4-4741-a5dc-adb385de41b8 HTTP/1.1" 200 256 0.020185 10.0.0.32 - - [2024-10-28 02:31:38] "POST /ref-update HTTP/1.1" 200 156 0.018407 10.0.0.32 - - [2024-10-28 02:31:38] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.127184 10.0.0.32 - - [2024-10-28 02:31:38] "POST /chown HTTP/1.1" 200 109 0.010307 10.0.0.32 - - [2024-10-28 02:31:38] "POST /instance-ips HTTP/1.1" 200 549 0.059787 10.0.0.32 - - [2024-10-28 02:31:38] "POST /instance-ips HTTP/1.1" 400 316 0.021844 10.0.0.32 - - [2024-10-28 02:31:38] "POST /chown HTTP/1.1" 200 109 0.016493 10.0.0.32 - - [2024-10-28 02:31:39] "PUT /virtual-machine-interface/d7c3764c-731b-4b3f-9058-76afdc0b0b9c HTTP/1.1" 200 284 0.015340 10.0.0.32 - - [2024-10-28 02:31:39] "PUT /instance-ip/302a6f1a-562b-44dd-8d73-cc7bbefab284 HTTP/1.1" 200 256 0.023321 10.0.0.32 - - [2024-10-28 02:31:39] "POST /ref-update HTTP/1.1" 200 156 0.016625 10.0.0.32 - - [2024-10-28 02:31:39] "POST /ref-update HTTP/1.1" 200 156 0.012602 10.0.0.32 - - [2024-10-28 02:31:39] "PUT /routing-instance/80fa0330-1e6b-483c-87df-cb57247cd342 HTTP/1.1" 200 266 0.033984 10.0.0.32 - - [2024-10-28 02:31:39] "POST /ref-update HTTP/1.1" 200 156 0.021017 10.0.0.32 - - [2024-10-28 02:31:39] "POST /virtual-machines HTTP/1.1" 200 553 0.027714 10.0.0.32 - - [2024-10-28 02:31:39] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.103762 10.0.0.32 - - [2024-10-28 02:31:39] "POST /chown HTTP/1.1" 200 109 0.010672 10.0.0.32 - - [2024-10-28 02:31:39] "POST /instance-ips HTTP/1.1" 400 246 0.021117 10.0.0.32 - - [2024-10-28 02:31:39] "POST /chown HTTP/1.1" 200 109 0.013402 10.0.0.32 - - [2024-10-28 02:31:39] "PUT /virtual-machine-interface/5fadac54-d1d4-4a16-a2d1-61743900f05b HTTP/1.1" 200 284 0.016001 10.0.0.32 - - [2024-10-28 02:31:39] "PUT /instance-ip/2e791a66-2ff4-4741-a5dc-adb385de41b8 HTTP/1.1" 200 256 0.015169 10.0.0.32 - - [2024-10-28 02:31:39] "POST /ref-update HTTP/1.1" 200 156 0.024018 10.0.0.32 - - [2024-10-28 02:31:39] "POST /ref-update HTTP/1.1" 200 156 0.027906 10.0.0.32 - - [2024-10-28 02:31:40] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.105026 10.0.0.32 - - [2024-10-28 02:31:40] "POST /ref-update HTTP/1.1" 200 156 0.028823 10.0.0.32 - - [2024-10-28 02:31:40] "PUT /routing-instance/80fa0330-1e6b-483c-87df-cb57247cd342 HTTP/1.1" 200 266 0.017732 10.0.0.32 - - [2024-10-28 02:31:40] "POST /chown HTTP/1.1" 200 109 0.011523 10.0.0.32 - - [2024-10-28 02:31:40] "POST /instance-ips HTTP/1.1" 400 316 0.023930 10.0.0.32 - - [2024-10-28 02:31:40] "POST /chown HTTP/1.1" 200 109 0.009770 10.0.0.32 - - [2024-10-28 02:31:40] "PUT /virtual-machine-interface/3e2804e9-4402-4fa2-81e6-c2183f9a7b34 HTTP/1.1" 200 284 0.017399 10.0.0.32 - - [2024-10-28 02:31:40] "PUT /instance-ip/302a6f1a-562b-44dd-8d73-cc7bbefab284 HTTP/1.1" 200 256 0.020416 10.0.0.32 - - [2024-10-28 02:31:40] "POST /ref-update HTTP/1.1" 200 156 0.013132 10.0.0.32 - - [2024-10-28 02:31:40] "POST /ref-update HTTP/1.1" 200 156 0.015748 10.0.0.32 - - [2024-10-28 02:31:40] "POST /ref-update HTTP/1.1" 200 156 0.021429 10.0.0.32 - - [2024-10-28 02:31:40] "PUT /routing-instance/80fa0330-1e6b-483c-87df-cb57247cd342 HTTP/1.1" 200 266 0.015693 10.0.0.32 - - [2024-10-28 02:31:42] "POST /neutron/port HTTP/1.1" 200 1092 0.018102 10.0.0.32 - - [2024-10-28 02:31:42] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008521 10.0.0.32 - - [2024-10-28 02:31:42] "POST /neutron/port HTTP/1.1" 200 1092 0.019750 10.0.0.32 - - [2024-10-28 02:31:42] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007811 10.0.0.32 - - [2024-10-28 02:31:42] "POST /neutron/port HTTP/1.1" 200 1092 0.017293 10.0.0.32 - - [2024-10-28 02:31:42] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007569 10.0.0.32 - - [2024-10-28 02:31:42] "GET /virtual-machine/664ba1d9-2aee-4026-9de3-7a08e78fb71d HTTP/1.1" 401 292 0.000690 10.0.0.32 - - [2024-10-28 02:31:43] "GET /virtual-machine/664ba1d9-2aee-4026-9de3-7a08e78fb71d HTTP/1.1" 200 1295 0.036175 10.0.0.32 - - [2024-10-28 02:31:43] "GET /virtual-machine-interface/b482e651-9960-4de3-8dc2-50f6ac5da61e HTTP/1.1" 200 2956 0.012612 10.0.0.32 - - [2024-10-28 02:31:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004026 10.0.0.32 - - [2024-10-28 02:31:43] "GET /global-vrouter-config/333c7863-f234-4c44-8e2d-1d46228978ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005801 10.0.0.32 - - [2024-10-28 02:31:43] "GET /virtual-networks?parent_id=2a2ba350-1190-46e9-a789-da492b80da9a&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003549 10.0.0.32 - - [2024-10-28 02:31:43] "GET /virtual-network/26ffd330-72ba-47a4-bfb1-96a7336b3044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.010651 10.0.0.32 - - [2024-10-28 02:31:45] "POST /neutron/port HTTP/1.1" 200 1092 0.020050 10.0.0.32 - - [2024-10-28 02:31:46] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009143 10.0.0.32 - - [2024-10-28 02:31:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.32 - - [2024-10-28 02:31:46] "GET /virtual-network/26ffd330-72ba-47a4-bfb1-96a7336b3044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.010411 10.0.0.32 - - [2024-10-28 02:31:47] "POST /neutron/port HTTP/1.1" 200 1091 0.016871 10.0.0.32 - - [2024-10-28 02:31:48] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007392 10.0.0.32 - - [2024-10-28 02:31:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718 10.0.0.32 - - [2024-10-28 02:31:48] "GET /global-vrouter-config/333c7863-f234-4c44-8e2d-1d46228978ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004797 10.0.0.32 - - [2024-10-28 02:31:48] "GET /virtual-networks?parent_id=2a2ba350-1190-46e9-a789-da492b80da9a&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004121 10.0.0.32 - - [2024-10-28 02:31:48] "GET /virtual-network/26ffd330-72ba-47a4-bfb1-96a7336b3044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.010756 10.0.0.32 - - [2024-10-28 02:31:48] "POST /neutron/port HTTP/1.1" 200 1091 0.021821 10.0.0.32 - - [2024-10-28 02:31:48] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009278 10.0.0.32 - - [2024-10-28 02:31:49] "POST /neutron/port HTTP/1.1" 200 1091 0.021332 10.0.0.32 - - [2024-10-28 02:31:49] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008040 10.0.0.32 - - [2024-10-28 02:31:49] "POST /neutron/port HTTP/1.1" 200 1091 0.032022 10.0.0.32 - - [2024-10-28 02:31:49] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007068 10.0.0.32 - - [2024-10-28 02:31:49] "GET /virtual-machine/74b18e1e-01ed-478e-81b7-7c75cf633706 HTTP/1.1" 200 1294 0.007969 10.0.0.32 - - [2024-10-28 02:31:49] "GET /virtual-machine-interface/4875ae67-c8ae-42f0-a415-83f51330adfc HTTP/1.1" 200 2967 0.013813 10.0.0.32 - - [2024-10-28 02:31:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.32 - - [2024-10-28 02:31:49] "GET /global-vrouter-config/333c7863-f234-4c44-8e2d-1d46228978ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004189 10.0.0.32 - - [2024-10-28 02:31:49] "GET /virtual-networks?parent_id=2a2ba350-1190-46e9-a789-da492b80da9a&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004411 10.0.0.32 - - [2024-10-28 02:31:49] "GET /virtual-network/0de3014d-bad4-4cfa-84f2-fa0e4f11dc2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.011729 10.0.0.32 - - [2024-10-28 02:31:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.32 - - [2024-10-28 02:31:50] "GET /global-vrouter-config/333c7863-f234-4c44-8e2d-1d46228978ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005783 10.0.0.32 - - [2024-10-28 02:31:50] "GET /virtual-networks?parent_id=2a2ba350-1190-46e9-a789-da492b80da9a&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004469 10.0.0.32 - - [2024-10-28 02:31:50] "GET /virtual-network/0de3014d-bad4-4cfa-84f2-fa0e4f11dc2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.011234 10.0.0.32 - - [2024-10-28 02:31:54] "POST /neutron/router HTTP/1.1" 200 656 0.005481 10.0.0.32 - - [2024-10-28 02:31:54] "POST /ref-update HTTP/1.1" 200 156 0.012495 10.0.0.32 - - [2024-10-28 02:31:54] "POST /neutron/router HTTP/1.1" 200 344 0.129277 10.0.0.32 - - [2024-10-28 02:31:54] "POST /neutron/router HTTP/1.1" 200 656 0.006834 10.0.0.32 - - [2024-10-28 02:31:54] "GET /logical-router/e22e1bc8-39dd-45f4-b0e7-18e466416d68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1972 0.007092 10.0.0.32 - - [2024-10-28 02:31:54] "GET /service-instance/a6d2d932-ce15-4ca5-b484-cc7ada53cca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.006668 10.0.0.32 - - [2024-10-28 02:31:54] "POST /neutron/router HTTP/1.1" 200 151 0.070601 10.0.0.32 - - [2024-10-28 02:31:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.009029 10.0.0.32 - - [2024-10-28 02:31:54] "DELETE /route-target/df8129d7-f257-480b-add9-0a4226f96078 HTTP/1.1" 409 239 0.005953 10.0.0.32 - - [2024-10-28 02:31:54] "PUT /logical-router/e22e1bc8-39dd-45f4-b0e7-18e466416d68 HTTP/1.1" 404 171 0.003689 10.0.0.32 - - [2024-10-28 02:31:54] "POST /ref-update HTTP/1.1" 200 156 0.015922 10.0.0.32 - - [2024-10-28 02:31:54] "DELETE /route-table/ced06c45-e70e-4bac-b485-dd4e8433fc19 HTTP/1.1" 200 115 0.091564 10.0.0.32 - - [2024-10-28 02:31:54] "POST /neutron/network HTTP/1.1" 200 834 0.015311 10.0.0.32 - - [2024-10-28 02:31:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.011819 10.0.0.32 - - [2024-10-28 02:31:54] "PUT /routing-instance/80fa0330-1e6b-483c-87df-cb57247cd342 HTTP/1.1" 200 266 0.060985 10.0.0.32 - - [2024-10-28 02:31:55] "GET /virtual-network/e5d1ab68-f628-4a8b-8ae9-b077a702a1ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.012800 10.0.0.32 - - [2024-10-28 02:31:55] "POST /neutron/network HTTP/1.1" 400 204 0.072257 10.0.0.32 - - [2024-10-28 02:31:55] "POST /ref-update HTTP/1.1" 200 156 0.018988 10.0.0.32 - - [2024-10-28 02:31:55] "POST /ref-update HTTP/1.1" 200 156 0.016378 10.0.0.32 - - [2024-10-28 02:31:55] "DELETE /instance-ip/302a6f1a-562b-44dd-8d73-cc7bbefab284 HTTP/1.1" 200 115 0.065837 10.0.0.32 - - [2024-10-28 02:31:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005333 10.0.0.32 - - [2024-10-28 02:31:55] "POST /useragent-kv HTTP/1.1" 200 115 0.001469 10.0.0.32 - - [2024-10-28 02:31:55] "POST /useragent-kv HTTP/1.1" 200 115 0.001855 10.0.0.32 - - [2024-10-28 02:31:55] "DELETE /virtual-network/e5d1ab68-f628-4a8b-8ae9-b077a702a1ab HTTP/1.1" 200 115 0.165028 10.0.0.32 - - [2024-10-28 02:31:55] "DELETE /route-target/71670745-d88d-406a-a6c3-7f197b559e33 HTTP/1.1" 200 115 0.059359 10.0.0.32 - - [2024-10-28 02:31:55] "DELETE /service-instance/a6d2d932-ce15-4ca5-b484-cc7ada53cca6 HTTP/1.1" 200 115 0.061210 10.0.0.32 - - [2024-10-28 02:31:55] "GET /logical-router/e22e1bc8-39dd-45f4-b0e7-18e466416d68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004341 10.0.0.32 - - [2024-10-28 02:31:55] "GET /service-instance/a6d2d932-ce15-4ca5-b484-cc7ada53cca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004070 10.0.0.32 - - [2024-10-28 02:31:55] "POST /neutron/port HTTP/1.1" 200 1091 0.025550 10.0.0.32 - - [2024-10-28 02:31:55] "POST /neutron/port HTTP/1.1" 200 1117 0.017730 10.0.0.32 - - [2024-10-28 02:31:55] "GET /virtual-machine-interface/3e2804e9-4402-4fa2-81e6-c2183f9a7b34?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1331 0.015295 10.0.0.32 - - [2024-10-28 02:31:55] "POST /neutron/port HTTP/1.1" 200 1092 0.048463 10.0.0.32 - - [2024-10-28 02:31:55] "POST /neutron/port HTTP/1.1" 200 1118 0.018299 10.0.0.32 - - [2024-10-28 02:31:55] "DELETE /virtual-machine-interface/3e2804e9-4402-4fa2-81e6-c2183f9a7b34 HTTP/1.1" 200 115 0.060684 10.0.0.32 - - [2024-10-28 02:31:55] "GET /virtual-machine-interface/5fadac54-d1d4-4a16-a2d1-61743900f05b?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1652 0.013781 10.0.0.32 - - [2024-10-28 02:31:55] "POST /ref-update HTTP/1.1" 200 156 0.020933 10.0.0.32 - - [2024-10-28 02:31:55] "POST /neutron/port HTTP/1.1" 200 151 0.191729 10.0.0.32 - - [2024-10-28 02:31:55] "GET /instance-ip/2e791a66-2ff4-4741-a5dc-adb385de41b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.012456 10.0.0.32 - - [2024-10-28 02:31:55] "POST /neutron/port HTTP/1.1" 200 151 0.166645 10.0.0.32 - - [2024-10-28 02:31:55] "DELETE /virtual-machine-interface/5fadac54-d1d4-4a16-a2d1-61743900f05b HTTP/1.1" 200 115 0.053705 10.0.0.32 - - [2024-10-28 02:31:55] "DELETE /virtual-machine/f00715bb-3262-49b6-9ff6-683a685a8419 HTTP/1.1" 200 115 0.023503 10.0.0.32 - - [2024-10-28 02:31:55] "GET /virtual-machine-interface/026e0e3f-8a7d-4658-91ed-5d3a901122b0?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1651 0.012831 10.0.0.32 - - [2024-10-28 02:31:56] "POST /ref-update HTTP/1.1" 200 156 0.016608 10.0.0.32 - - [2024-10-28 02:31:56] "GET /instance-ip/2e791a66-2ff4-4741-a5dc-adb385de41b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1695 0.007759 10.0.0.32 - - [2024-10-28 02:31:56] "DELETE /instance-ip/2e791a66-2ff4-4741-a5dc-adb385de41b8 HTTP/1.1" 200 115 0.032941 10.0.0.32 - - [2024-10-28 02:31:56] "DELETE /virtual-machine-interface/026e0e3f-8a7d-4658-91ed-5d3a901122b0 HTTP/1.1" 200 115 0.036072 10.0.0.32 - - [2024-10-28 02:31:56] "GET /virtual-machine-interface/d7c3764c-731b-4b3f-9058-76afdc0b0b9c?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1333 0.011095 10.0.0.32 - - [2024-10-28 02:31:56] "DELETE /virtual-machine-interface/d7c3764c-731b-4b3f-9058-76afdc0b0b9c HTTP/1.1" 200 115 0.036543 10.0.0.32 - - [2024-10-28 02:31:56] "POST /ref-update HTTP/1.1" 200 156 0.010184 10.0.0.32 - - [2024-10-28 02:31:56] "DELETE /virtual-machine/9cb67449-9fa3-48a8-9349-eb294cb44a7d HTTP/1.1" 200 115 0.019922 10.0.0.32 - - [2024-10-28 02:31:57] "POST /neutron/network HTTP/1.1" 200 834 0.006865 10.0.0.32 - - [2024-10-28 02:31:57] "POST /useragent-kv HTTP/1.1" 200 115 0.001581 10.0.0.32 - - [2024-10-28 02:31:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.007732 10.0.0.32 - - [2024-10-28 02:31:57] "POST /useragent-kv HTTP/1.1" 200 115 0.001351 10.0.0.32 - - [2024-10-28 02:31:57] "POST /neutron/network HTTP/1.1" 200 151 0.098238 10.0.0.32 - - [2024-10-28 02:31:57] "DELETE /route-target/b532d28c-af19-447b-b9c2-9c811a7971eb HTTP/1.1" 200 115 0.018716 10.0.0.32 - - [2024-10-28 02:31:57] "POST /neutron/network HTTP/1.1" 200 828 0.007215 10.0.0.32 - - [2024-10-28 02:31:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.32 - - [2024-10-28 02:31:57] "POST /useragent-kv HTTP/1.1" 200 115 0.001941 10.0.0.32 - - [2024-10-28 02:31:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002380 10.0.0.32 - - [2024-10-28 02:31:57] "POST /neutron/network HTTP/1.1" 200 151 0.117822 10.0.0.32 - - [2024-10-28 02:31:57] "DELETE /route-target/cbd63687-d3ee-48c2-964c-3cf2b6c33cd5 HTTP/1.1" 200 115 0.035910 10.0.0.32 - - [2024-10-28 02:31:57] "GET /projects?obj_uuids=2a2ba350-1190-46e9-a789-da492b80da9a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001469 10.0.0.32 - - [2024-10-28 02:31:57] "GET /project/2a2ba350-1190-46e9-a789-da492b80da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.038539 10.0.0.32 - - [2024-10-28 02:31:57] "GET /projects?obj_uuids=2a2ba350-1190-46e9-a789-da492b80da9a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001361 10.0.0.32 - - [2024-10-28 02:31:57] "GET /project/2a2ba350-1190-46e9-a789-da492b80da9a?fields=virtual_networks HTTP/1.1" 200 1037 0.037698 10.0.0.32 - - [2024-10-28 02:31:57] "GET /projects?obj_uuids=2a2ba350-1190-46e9-a789-da492b80da9a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001429 10.0.0.32 - - [2024-10-28 02:31:57] "GET /project/2a2ba350-1190-46e9-a789-da492b80da9a?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.043002 10.0.0.32 - - [2024-10-28 02:31:57] "GET /projects?obj_uuids=2a2ba350-1190-46e9-a789-da492b80da9a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001424 10.0.0.32 - - [2024-10-28 02:31:57] "GET /project/2a2ba350-1190-46e9-a789-da492b80da9a?fields=security_groups HTTP/1.1" 200 1266 0.040374 10.0.0.32 - - [2024-10-28 02:31:58] "POST /fqname-to-id HTTP/1.1" 404 196 0.029372 10.0.0.32 - - [2024-10-28 02:31:58] "GET /projects?obj_uuids=cfcfc279-4715-45f2-81a5-a183c695372c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003266 10.0.0.32 - - [2024-10-28 02:31:58] "GET /domains?obj_uuids=51ad6298-d170-4109-b48a-f07afad31756&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001276 10.0.0.32 - - [2024-10-28 02:31:58] "GET /domain/51ad6298-d170-4109-b48a-f07afad31756?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009995 10.0.0.32 - - [2024-10-28 02:31:58] "POST /id-to-fqname HTTP/1.1" 200 198 0.003335 10.0.0.32 - - [2024-10-28 02:31:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.002263 10.0.0.32 - - [2024-10-28 02:31:59] "POST /security-groups HTTP/1.1" 200 599 0.066367 10.0.0.32 - - [2024-10-28 02:31:59] "POST /fqname-to-id HTTP/1.1" 404 242 0.004079 10.0.0.32 - - [2024-10-28 02:31:59] "POST /projects HTTP/1.1" 200 601 0.235001 10.0.0.32 - - [2024-10-28 02:31:59] "POST /access-control-lists HTTP/1.1" 200 604 0.060334 10.0.0.32 - - [2024-10-28 02:31:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.318717 10.0.0.32 - - [2024-10-28 02:31:59] "POST /fqname-to-id HTTP/1.1" 404 241 0.003163 10.0.0.32 - - [2024-10-28 02:31:59] "GET /project/cfcfc279-4715-45f2-81a5-a183c695372c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.462167 10.0.0.32 - - [2024-10-28 02:31:59] "POST /access-control-lists HTTP/1.1" 200 602 0.071594 10.0.0.32 - - [2024-10-28 02:32:00] "GET / HTTP/1.1" 200 35931 0.002785 10.0.0.32 - - [2024-10-28 02:32:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000632 10.0.0.32 - - [2024-10-28 02:32:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.069301 10.0.0.32 - - [2024-10-28 02:32:01] "GET /projects?obj_uuids=cfcfc279-4715-45f2-81a5-a183c695372c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001284 10.0.0.32 - - [2024-10-28 02:32:01] "GET /project/cfcfc279-4715-45f2-81a5-a183c695372c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.037991 10.0.0.32 - - [2024-10-28 02:32:01] "POST /neutron/network HTTP/1.1" 200 117 0.037206 10.0.0.32 - - [2024-10-28 02:32:01] "GET /projects?obj_uuids=cfcfc279-4715-45f2-81a5-a183c695372c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002556 10.0.0.32 - - [2024-10-28 02:32:02] "POST /neutron/network HTTP/1.1" 200 613 0.085897 10.0.0.32 - - [2024-10-28 02:32:02] "POST /route-targets HTTP/1.1" 200 327 0.015326 10.0.0.32 - - [2024-10-28 02:32:02] "POST /ref-update HTTP/1.1" 200 156 0.013291 10.0.0.32 - - [2024-10-28 02:32:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002671 10.0.0.32 - - [2024-10-28 02:32:02] "POST /neutron/subnet HTTP/1.1" 200 720 0.183473 10.0.0.32 - - [2024-10-28 02:32:02] "POST /useragent-kv HTTP/1.1" 200 115 0.005028 10.0.0.32 - - [2024-10-28 02:32:02] "POST /neutron/subnet HTTP/1.1" 200 828 0.143137 10.0.0.32 - - [2024-10-28 02:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.039352 10.0.0.32 - - [2024-10-28 02:32:02] "GET /virtual-network/697ad7e0-b9f2-4fbf-87b3-8c00278caa53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1959 0.012414 10.0.0.32 - - [2024-10-28 02:32:02] "POST /neutron/network HTTP/1.1" 200 1005 0.009388 10.0.0.32 - - [2024-10-28 02:32:02] "POST /id-to-fqname HTTP/1.1" 200 228 0.001821 10.0.0.32 - - [2024-10-28 02:32:02] "GET /virtual-network/948a37ed-f0b6-45e0-9ebe-4dbd5cf0fb59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.012381 10.0.0.32 - - [2024-10-28 02:32:02] "POST /neutron/network HTTP/1.1" 200 1005 0.012521 10.0.0.32 - - [2024-10-28 02:32:02] "GET /virtual-network/948a37ed-f0b6-45e0-9ebe-4dbd5cf0fb59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.013782 10.0.0.32 - - [2024-10-28 02:32:02] "POST /neutron/network HTTP/1.1" 200 1005 0.012027 10.0.0.32 - - [2024-10-28 02:32:02] "POST /neutron/subnet HTTP/1.1" 200 720 0.011039 10.0.0.32 - - [2024-10-28 02:32:02] "POST /neutron/subnet HTTP/1.1" 200 828 0.012006 10.0.0.32 - - [2024-10-28 02:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.32 - - [2024-10-28 02:32:02] "GET /projects?obj_uuids=cfcfc279-4715-45f2-81a5-a183c695372c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001647 10.0.0.32 - - [2024-10-28 02:32:02] "GET /project/cfcfc279-4715-45f2-81a5-a183c695372c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.045724 10.0.0.32 - - [2024-10-28 02:32:02] "POST /neutron/network HTTP/1.1" 200 117 0.012251 10.0.0.32 - - [2024-10-28 02:32:02] "GET /projects?obj_uuids=cfcfc279-4715-45f2-81a5-a183c695372c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004499 10.0.0.32 - - [2024-10-28 02:32:02] "POST /neutron/network HTTP/1.1" 200 613 0.096933 10.0.0.32 - - [2024-10-28 02:32:03] "POST /route-targets HTTP/1.1" 200 327 0.023895 10.0.0.32 - - [2024-10-28 02:32:03] "POST /ref-update HTTP/1.1" 200 156 0.014851 10.0.0.32 - - [2024-10-28 02:32:03] "POST /useragent-kv HTTP/1.1" 200 115 0.004900 10.0.0.32 - - [2024-10-28 02:32:03] "POST /neutron/subnet HTTP/1.1" 200 725 0.199960 10.0.0.32 - - [2024-10-28 02:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.007747 10.0.0.32 - - [2024-10-28 02:32:03] "GET /virtual-network/697ad7e0-b9f2-4fbf-87b3-8c00278caa53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1959 0.012321 10.0.0.32 - - [2024-10-28 02:32:03] "POST /useragent-kv HTTP/1.1" 200 115 0.013116 10.0.0.32 - - [2024-10-28 02:32:03] "POST /neutron/subnet HTTP/1.1" 200 828 0.267311 10.0.0.32 - - [2024-10-28 02:32:03] "POST /neutron/network HTTP/1.1" 200 1006 0.009194 10.0.0.32 - - [2024-10-28 02:32:03] "POST /id-to-fqname HTTP/1.1" 200 228 0.001610 10.0.0.32 - - [2024-10-28 02:32:03] "GET /virtual-network/605c8369-632e-4b1b-8d36-01519c144519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.010873 10.0.0.32 - - [2024-10-28 02:32:03] "POST /neutron/network HTTP/1.1" 200 1006 0.010522 10.0.0.32 - - [2024-10-28 02:32:03] "GET /virtual-network/605c8369-632e-4b1b-8d36-01519c144519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.014544 10.0.0.32 - - [2024-10-28 02:32:03] "POST /neutron/network HTTP/1.1" 200 1006 0.010965 10.0.0.32 - - [2024-10-28 02:32:03] "POST /neutron/subnet HTTP/1.1" 200 725 0.009052 10.0.0.32 - - [2024-10-28 02:32:03] "POST /neutron/subnet HTTP/1.1" 200 828 0.011234 10.0.0.32 - - [2024-10-28 02:32:03] "POST /fqname-to-id HTTP/1.1" 404 234 0.006906 10.0.0.32 - - [2024-10-28 02:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003890 10.0.0.32 - - [2024-10-28 02:32:03] "GET /projects?obj_uuids=cfcfc279-4715-45f2-81a5-a183c695372c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001536 10.0.0.32 - - [2024-10-28 02:32:03] "GET /project/cfcfc279-4715-45f2-81a5-a183c695372c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.047600 10.0.0.32 - - [2024-10-28 02:32:03] "POST /network-policys HTTP/1.1" 200 577 0.073159 10.0.0.32 - - [2024-10-28 02:32:04] "GET /network-policy/b0cce791-1ae5-4249-b577-fb948e1646ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.008689 10.0.0.32 - - [2024-10-28 02:32:04] "POST /neutron/network HTTP/1.1" 200 1005 0.011952 10.0.0.32 - - [2024-10-28 02:32:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.007048 10.0.0.32 - - [2024-10-28 02:32:04] "POST /fqname-to-id HTTP/1.1" 404 242 0.004458 10.0.0.32 - - [2024-10-28 02:32:04] "GET /virtual-network/697ad7e0-b9f2-4fbf-87b3-8c00278caa53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1959 0.015078 10.0.0.32 - - [2024-10-28 02:32:04] "POST /neutron/network HTTP/1.1" 200 1113 0.094429 10.0.0.32 - - [2024-10-28 02:32:04] "POST /access-control-lists HTTP/1.1" 200 596 0.092676 10.0.0.32 - - [2024-10-28 02:32:04] "POST /neutron/network HTTP/1.1" 200 1113 0.033511 10.0.0.32 - - [2024-10-28 02:32:04] "GET /virtual-network/948a37ed-f0b6-45e0-9ebe-4dbd5cf0fb59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.015265 10.0.0.32 - - [2024-10-28 02:32:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.32 - - [2024-10-28 02:32:04] "GET /network-policy/b0cce791-1ae5-4249-b577-fb948e1646ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.005633 10.0.0.32 - - [2024-10-28 02:32:04] "POST /neutron/network HTTP/1.1" 200 1006 0.009219 10.0.0.32 - - [2024-10-28 02:32:04] "POST /fqname-to-id HTTP/1.1" 404 242 0.007643 10.0.0.32 - - [2024-10-28 02:32:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.008360 10.0.0.32 - - [2024-10-28 02:32:04] "GET /virtual-network/697ad7e0-b9f2-4fbf-87b3-8c00278caa53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1959 0.011663 10.0.0.32 - - [2024-10-28 02:32:04] "POST /neutron/network HTTP/1.1" 200 1114 0.079746 10.0.0.32 - - [2024-10-28 02:32:04] "POST /access-control-lists HTTP/1.1" 200 596 0.087330 10.0.0.32 - - [2024-10-28 02:32:04] "POST /neutron/network HTTP/1.1" 200 1114 0.044453 10.0.0.32 - - [2024-10-28 02:32:04] "GET /virtual-network/605c8369-632e-4b1b-8d36-01519c144519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.013332 10.0.0.32 - - [2024-10-28 02:32:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.32 - - [2024-10-28 02:32:04] "POST /ref-update HTTP/1.1" 200 156 0.012095 10.0.0.32 - - [2024-10-28 02:32:04] "GET /network-policy/b0cce791-1ae5-4249-b577-fb948e1646ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.005823 10.0.0.32 - - [2024-10-28 02:32:04] "GET /domains HTTP/1.1" 401 292 0.000552 10.0.0.32 - - [2024-10-28 02:32:04] "PUT /access-control-list/b21858dc-17f1-4744-8cf5-fe9739e4e562 HTTP/1.1" 200 272 0.057572 10.0.0.32 - - [2024-10-28 02:32:05] "GET /domains HTTP/1.1" 200 280 0.032933 10.0.0.32 - - [2024-10-28 02:32:05] "GET /domains?obj_uuids=51ad6298-d170-4109-b48a-f07afad31756&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001364 10.0.0.32 - - [2024-10-28 02:32:05] "GET /domain/51ad6298-d170-4109-b48a-f07afad31756 HTTP/1.1" 200 3149 0.011499 10.0.0.32 - - [2024-10-28 02:32:05] "GET /projects?obj_uuids=cfcfc279-4715-45f2-81a5-a183c695372c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001377 10.0.0.32 - - [2024-10-28 02:32:05] "GET /project/cfcfc279-4715-45f2-81a5-a183c695372c HTTP/1.1" 200 2624 0.092193 10.0.0.32 - - [2024-10-28 02:32:05] "GET /virtual-network/948a37ed-f0b6-45e0-9ebe-4dbd5cf0fb59 HTTP/1.1" 200 3502 0.013200 10.0.0.32 - - [2024-10-28 02:32:05] "GET /virtual-network/948a37ed-f0b6-45e0-9ebe-4dbd5cf0fb59 HTTP/1.1" 200 3502 0.010079 10.0.0.32 - - [2024-10-28 02:32:05] "GET /routing-instance/857aef6f-0c3c-47b4-bb80-216a16908297 HTTP/1.1" 200 1795 0.006259 10.0.0.32 - - [2024-10-28 02:32:05] "GET /routing-instance/857aef6f-0c3c-47b4-bb80-216a16908297 HTTP/1.1" 200 1795 0.007175 10.0.0.32 - - [2024-10-28 02:32:05] "GET /route-target/23f16d8d-4f30-450e-91f8-de66d41bc9e3 HTTP/1.1" 200 1212 0.004221 10.0.0.32 - - [2024-10-28 02:32:05] "GET /virtual-network/948a37ed-f0b6-45e0-9ebe-4dbd5cf0fb59 HTTP/1.1" 200 3502 0.009667 10.0.0.32 - - [2024-10-28 02:32:05] "GET /routing-instance/857aef6f-0c3c-47b4-bb80-216a16908297 HTTP/1.1" 200 1795 0.006143 10.0.0.32 - - [2024-10-28 02:32:05] "GET /virtual-network/948a37ed-f0b6-45e0-9ebe-4dbd5cf0fb59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.010915 10.0.0.32 - - [2024-10-28 02:32:05] "GET /virtual-network/948a37ed-f0b6-45e0-9ebe-4dbd5cf0fb59 HTTP/1.1" 200 3502 0.010170 10.0.0.32 - - [2024-10-28 02:32:05] "GET /routing-instance/857aef6f-0c3c-47b4-bb80-216a16908297 HTTP/1.1" 200 1795 0.005572 10.0.0.32 - - [2024-10-28 02:32:05] "GET /routing-instance/857aef6f-0c3c-47b4-bb80-216a16908297 HTTP/1.1" 200 1795 0.004945 10.0.0.32 - - [2024-10-28 02:32:05] "GET /route-target/23f16d8d-4f30-450e-91f8-de66d41bc9e3 HTTP/1.1" 200 1212 0.005166 10.0.0.32 - - [2024-10-28 02:32:05] "GET /domains HTTP/1.1" 200 280 0.003741 10.0.0.32 - - [2024-10-28 02:32:05] "GET /domains?obj_uuids=51ad6298-d170-4109-b48a-f07afad31756&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001455 10.0.0.32 - - [2024-10-28 02:32:05] "GET /domain/51ad6298-d170-4109-b48a-f07afad31756 HTTP/1.1" 200 3149 0.010346 10.0.0.32 - - [2024-10-28 02:32:05] "GET /projects?obj_uuids=cfcfc279-4715-45f2-81a5-a183c695372c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001597 10.0.0.32 - - [2024-10-28 02:32:05] "GET /project/cfcfc279-4715-45f2-81a5-a183c695372c HTTP/1.1" 200 2624 0.076484 10.0.0.32 - - [2024-10-28 02:32:05] "GET /virtual-network/948a37ed-f0b6-45e0-9ebe-4dbd5cf0fb59 HTTP/1.1" 200 3502 0.009533 10.0.0.32 - - [2024-10-28 02:32:05] "GET /obj-perms HTTP/1.1" 200 5046 0.067660 10.0.0.32 - - [2024-10-28 02:32:05] "GET /domains HTTP/1.1" 200 280 0.003575 10.0.0.32 - - [2024-10-28 02:32:05] "GET /domains?obj_uuids=51ad6298-d170-4109-b48a-f07afad31756&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001453 10.0.0.32 - - [2024-10-28 02:32:05] "GET /domain/51ad6298-d170-4109-b48a-f07afad31756 HTTP/1.1" 200 3149 0.010250 10.0.0.32 - - [2024-10-28 02:32:05] "GET /projects?obj_uuids=cfcfc279-4715-45f2-81a5-a183c695372c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001392 10.0.0.32 - - [2024-10-28 02:32:06] "GET /project/cfcfc279-4715-45f2-81a5-a183c695372c HTTP/1.1" 200 2624 0.096313 10.0.0.32 - - [2024-10-28 02:32:06] "GET /virtual-network/605c8369-632e-4b1b-8d36-01519c144519 HTTP/1.1" 200 3504 0.015320 10.0.0.32 - - [2024-10-28 02:32:06] "GET /virtual-network/605c8369-632e-4b1b-8d36-01519c144519 HTTP/1.1" 200 3504 0.010730 10.0.0.32 - - [2024-10-28 02:32:06] "GET /routing-instance/2845c591-cd27-42eb-97ad-25699b6b3045 HTTP/1.1" 200 1795 0.007533 10.0.0.32 - - [2024-10-28 02:32:06] "GET /routing-instance/2845c591-cd27-42eb-97ad-25699b6b3045 HTTP/1.1" 200 1795 0.007628 10.0.0.32 - - [2024-10-28 02:32:06] "GET /route-target/6239ac2d-2763-40cd-8297-19f3cda2d2ca HTTP/1.1" 200 1211 0.004861 10.0.0.32 - - [2024-10-28 02:32:06] "GET /virtual-network/605c8369-632e-4b1b-8d36-01519c144519 HTTP/1.1" 200 3504 0.010223 10.0.0.32 - - [2024-10-28 02:32:06] "GET /routing-instance/2845c591-cd27-42eb-97ad-25699b6b3045 HTTP/1.1" 200 1795 0.005707 10.0.0.32 - - [2024-10-28 02:32:06] "GET /virtual-network/605c8369-632e-4b1b-8d36-01519c144519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.009672 10.0.0.32 - - [2024-10-28 02:32:06] "GET /virtual-network/605c8369-632e-4b1b-8d36-01519c144519 HTTP/1.1" 200 3504 0.011949 10.0.0.32 - - [2024-10-28 02:32:06] "GET /routing-instance/2845c591-cd27-42eb-97ad-25699b6b3045 HTTP/1.1" 200 1795 0.009439 10.0.0.32 - - [2024-10-28 02:32:06] "GET /routing-instance/2845c591-cd27-42eb-97ad-25699b6b3045 HTTP/1.1" 200 1795 0.006488 10.0.0.32 - - [2024-10-28 02:32:06] "GET /route-target/6239ac2d-2763-40cd-8297-19f3cda2d2ca HTTP/1.1" 200 1211 0.006577 10.0.0.32 - - [2024-10-28 02:32:06] "GET /domains HTTP/1.1" 200 280 0.003147 10.0.0.32 - - [2024-10-28 02:32:06] "GET /domains?obj_uuids=51ad6298-d170-4109-b48a-f07afad31756&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001757 10.0.0.32 - - [2024-10-28 02:32:06] "GET /domain/51ad6298-d170-4109-b48a-f07afad31756 HTTP/1.1" 200 3149 0.011440 10.0.0.32 - - [2024-10-28 02:32:06] "GET /projects?obj_uuids=cfcfc279-4715-45f2-81a5-a183c695372c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001585 10.0.0.32 - - [2024-10-28 02:32:06] "GET /project/cfcfc279-4715-45f2-81a5-a183c695372c HTTP/1.1" 200 2624 0.085886 10.0.0.32 - - [2024-10-28 02:32:06] "GET /virtual-network/605c8369-632e-4b1b-8d36-01519c144519 HTTP/1.1" 200 3504 0.012705 10.0.0.32 - - [2024-10-28 02:32:06] "GET /obj-perms HTTP/1.1" 200 5046 0.005175 10.0.0.32 - - [2024-10-28 02:32:06] "GET /virtual-network/605c8369-632e-4b1b-8d36-01519c144519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.012631 10.0.0.32 - - [2024-10-28 02:32:06] "POST /neutron/network HTTP/1.1" 200 1114 0.009676 10.0.0.32 - - [2024-10-28 02:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.007792 10.0.0.32 - - [2024-10-28 02:32:06] "GET /virtual-network/697ad7e0-b9f2-4fbf-87b3-8c00278caa53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1959 0.011056 10.0.0.32 - - [2024-10-28 02:32:06] "POST /neutron/network HTTP/1.1" 200 1006 0.061971 10.0.0.32 - - [2024-10-28 02:32:06] "DELETE /access-control-list/f95bce29-6941-4c58-8828-2db1113a2f7d HTTP/1.1" 200 115 0.035958 10.0.0.32 - - [2024-10-28 02:32:06] "POST /neutron/network HTTP/1.1" 200 1006 0.009337 10.0.0.32 - - [2024-10-28 02:32:06] "POST /ref-update HTTP/1.1" 200 156 0.029484 10.0.0.32 - - [2024-10-28 02:32:06] "GET /virtual-network/605c8369-632e-4b1b-8d36-01519c144519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.013778 10.0.0.32 - - [2024-10-28 02:32:06] "GET /virtual-network/948a37ed-f0b6-45e0-9ebe-4dbd5cf0fb59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.012181 10.0.0.32 - - [2024-10-28 02:32:06] "POST /neutron/network HTTP/1.1" 200 1113 0.011314 10.0.0.32 - - [2024-10-28 02:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.009082 10.0.0.32 - - [2024-10-28 02:32:06] "GET /virtual-network/697ad7e0-b9f2-4fbf-87b3-8c00278caa53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1959 0.010514 10.0.0.32 - - [2024-10-28 02:32:06] "POST /neutron/network HTTP/1.1" 200 1005 0.077540 10.0.0.32 - - [2024-10-28 02:32:06] "DELETE /access-control-list/b21858dc-17f1-4744-8cf5-fe9739e4e562 HTTP/1.1" 200 115 0.062517 10.0.0.32 - - [2024-10-28 02:32:06] "POST /neutron/network HTTP/1.1" 200 1005 0.016179 10.0.0.32 - - [2024-10-28 02:32:06] "GET /virtual-network/948a37ed-f0b6-45e0-9ebe-4dbd5cf0fb59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.009994 10.0.0.32 - - [2024-10-28 02:32:06] "POST /ref-update HTTP/1.1" 200 156 0.025737 10.0.0.32 - - [2024-10-28 02:32:06] "DELETE /network-policy/b0cce791-1ae5-4249-b577-fb948e1646ca HTTP/1.1" 200 115 0.033015 10.0.0.32 - - [2024-10-28 02:32:06] "POST /neutron/network HTTP/1.1" 200 1006 0.010915 10.0.0.32 - - [2024-10-28 02:32:06] "POST /useragent-kv HTTP/1.1" 200 115 0.001905 10.0.0.32 - - [2024-10-28 02:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.008271 10.0.0.32 - - [2024-10-28 02:32:06] "POST /useragent-kv HTTP/1.1" 200 115 0.001400 10.0.0.32 - - [2024-10-28 02:32:06] "POST /useragent-kv HTTP/1.1" 200 115 0.001828 10.0.0.32 - - [2024-10-28 02:32:06] "POST /useragent-kv HTTP/1.1" 200 115 0.001666 10.0.0.32 - - [2024-10-28 02:32:07] "POST /neutron/network HTTP/1.1" 200 151 0.109137 10.0.0.32 - - [2024-10-28 02:32:07] "GET /routing-instance/2845c591-cd27-42eb-97ad-25699b6b3045 HTTP/1.1" 404 171 0.003745 10.0.0.32 - - [2024-10-28 02:32:07] "DELETE /route-target/6239ac2d-2763-40cd-8297-19f3cda2d2ca HTTP/1.1" 200 115 0.035132 10.0.0.32 - - [2024-10-28 02:32:07] "GET /domains HTTP/1.1" 200 280 0.003621 10.0.0.32 - - [2024-10-28 02:32:07] "GET /domains?obj_uuids=51ad6298-d170-4109-b48a-f07afad31756&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001402 10.0.0.32 - - [2024-10-28 02:32:07] "GET /domain/51ad6298-d170-4109-b48a-f07afad31756 HTTP/1.1" 200 3149 0.052018 10.0.0.32 - - [2024-10-28 02:32:07] "GET /projects?obj_uuids=cfcfc279-4715-45f2-81a5-a183c695372c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001356 10.0.0.32 - - [2024-10-28 02:32:07] "GET /project/cfcfc279-4715-45f2-81a5-a183c695372c HTTP/1.1" 200 2144 0.087207 10.0.0.32 - - [2024-10-28 02:32:07] "POST /neutron/network HTTP/1.1" 200 1005 0.010190 10.0.0.32 - - [2024-10-28 02:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005909 10.0.0.32 - - [2024-10-28 02:32:07] "POST /useragent-kv HTTP/1.1" 200 115 0.001385 10.0.0.32 - - [2024-10-28 02:32:07] "POST /useragent-kv HTTP/1.1" 200 115 0.001206 10.0.0.32 - - [2024-10-28 02:32:07] "POST /useragent-kv HTTP/1.1" 200 115 0.001280 10.0.0.32 - - [2024-10-28 02:32:07] "POST /useragent-kv HTTP/1.1" 200 115 0.001668 10.0.0.32 - - [2024-10-28 02:32:07] "POST /neutron/network HTTP/1.1" 200 151 0.100361 10.0.0.32 - - [2024-10-28 02:32:07] "DELETE /route-target/23f16d8d-4f30-450e-91f8-de66d41bc9e3 HTTP/1.1" 200 115 0.033422 10.0.0.32 - - [2024-10-28 02:32:07] "GET /routing-instance/857aef6f-0c3c-47b4-bb80-216a16908297 HTTP/1.1" 404 171 0.006326 10.0.0.32 - - [2024-10-28 02:32:07] "GET /domains HTTP/1.1" 200 280 0.007863 10.0.0.32 - - [2024-10-28 02:32:07] "GET /domains?obj_uuids=51ad6298-d170-4109-b48a-f07afad31756&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002311 10.0.0.32 - - [2024-10-28 02:32:07] "GET /domain/51ad6298-d170-4109-b48a-f07afad31756 HTTP/1.1" 200 3149 0.025114 10.0.0.32 - - [2024-10-28 02:32:07] "GET /projects?obj_uuids=cfcfc279-4715-45f2-81a5-a183c695372c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002290 10.0.0.32 - - [2024-10-28 02:32:07] "GET /project/cfcfc279-4715-45f2-81a5-a183c695372c HTTP/1.1" 200 1899 0.092164 10.0.0.32 - - [2024-10-28 02:32:07] "GET /projects?obj_uuids=cfcfc279-4715-45f2-81a5-a183c695372c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001418 10.0.0.32 - - [2024-10-28 02:32:07] "GET /project/cfcfc279-4715-45f2-81a5-a183c695372c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.042242 10.0.0.32 - - [2024-10-28 02:32:07] "GET /projects?obj_uuids=cfcfc279-4715-45f2-81a5-a183c695372c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001800 10.0.0.32 - - [2024-10-28 02:32:07] "GET /project/cfcfc279-4715-45f2-81a5-a183c695372c?fields=virtual_networks HTTP/1.1" 200 1047 0.040683 10.0.0.32 - - [2024-10-28 02:32:07] "GET /projects?obj_uuids=cfcfc279-4715-45f2-81a5-a183c695372c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001532 10.0.0.32 - - [2024-10-28 02:32:07] "GET /project/cfcfc279-4715-45f2-81a5-a183c695372c?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.041463 10.0.0.32 - - [2024-10-28 02:32:08] "GET /projects?obj_uuids=cfcfc279-4715-45f2-81a5-a183c695372c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001575 10.0.0.32 - - [2024-10-28 02:32:08] "GET /project/cfcfc279-4715-45f2-81a5-a183c695372c?fields=security_groups HTTP/1.1" 200 1281 0.038049 10.0.0.32 - - [2024-10-28 02:32:08] "POST /fqname-to-id HTTP/1.1" 404 190 0.028802 10.0.0.32 - - [2024-10-28 02:32:09] "GET /projects?obj_uuids=4963a66a-5436-471a-af75-22063332bbcb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003198 10.0.0.32 - - [2024-10-28 02:32:09] "GET /domains?obj_uuids=51ad6298-d170-4109-b48a-f07afad31756&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001375 10.0.0.32 - - [2024-10-28 02:32:09] "GET /domain/51ad6298-d170-4109-b48a-f07afad31756?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010639 10.0.0.32 - - [2024-10-28 02:32:09] "POST /id-to-fqname HTTP/1.1" 200 192 0.001931 10.0.0.32 - - [2024-10-28 02:32:09] "POST /fqname-to-id HTTP/1.1" 404 201 0.003426 10.0.0.32 - - [2024-10-28 02:32:09] "POST /security-groups HTTP/1.1" 200 593 0.071461 10.0.0.32 - - [2024-10-28 02:32:09] "POST /fqname-to-id HTTP/1.1" 404 236 0.003129 10.0.0.32 - - [2024-10-28 02:32:09] "POST /projects HTTP/1.1" 200 589 0.236493 10.0.0.32 - - [2024-10-28 02:32:09] "POST /access-control-lists HTTP/1.1" 200 598 0.061127 10.0.0.32 - - [2024-10-28 02:32:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.317106 10.0.0.32 - - [2024-10-28 02:32:09] "POST /fqname-to-id HTTP/1.1" 404 235 0.003443 10.0.0.32 - - [2024-10-28 02:32:09] "GET /project/4963a66a-5436-471a-af75-22063332bbcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.464492 10.0.0.32 - - [2024-10-28 02:32:09] "POST /access-control-lists HTTP/1.1" 200 596 0.059755 10.0.0.32 - - [2024-10-28 02:32:10] "GET / HTTP/1.1" 200 35931 0.002780 10.0.0.32 - - [2024-10-28 02:32:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000855 10.0.0.32 - - [2024-10-28 02:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.073516 10.0.0.32 - - [2024-10-28 02:32:11] "GET /projects?obj_uuids=4963a66a-5436-471a-af75-22063332bbcb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001336 10.0.0.32 - - [2024-10-28 02:32:11] "GET /project/4963a66a-5436-471a-af75-22063332bbcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.044779 10.0.0.32 - - [2024-10-28 02:32:12] "POST /neutron/network HTTP/1.1" 200 117 0.034497 10.0.0.32 - - [2024-10-28 02:32:12] "GET /projects?obj_uuids=4963a66a-5436-471a-af75-22063332bbcb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001789 10.0.0.32 - - [2024-10-28 02:32:12] "POST /neutron/network HTTP/1.1" 200 607 0.079675 10.0.0.32 - - [2024-10-28 02:32:12] "POST /route-targets HTTP/1.1" 200 327 0.014162 10.0.0.32 - - [2024-10-28 02:32:12] "POST /ref-update HTTP/1.1" 200 156 0.017177 10.0.0.32 - - [2024-10-28 02:32:12] "POST /useragent-kv HTTP/1.1" 200 115 0.004414 10.0.0.32 - - [2024-10-28 02:32:12] "POST /neutron/subnet HTTP/1.1" 200 724 0.225433 10.0.0.32 - - [2024-10-28 02:32:12] "POST /neutron/network HTTP/1.1" 200 826 0.007032 10.0.0.32 - - [2024-10-28 02:32:12] "POST /id-to-fqname HTTP/1.1" 200 222 0.001587 10.0.0.32 - - [2024-10-28 02:32:12] "GET /virtual-network/45d2fdb7-cfa2-4603-9c79-543eb7c05f9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.011063 10.0.0.32 - - [2024-10-28 02:32:12] "POST /neutron/network HTTP/1.1" 200 826 0.007146 10.0.0.32 - - [2024-10-28 02:32:12] "GET /virtual-network/45d2fdb7-cfa2-4603-9c79-543eb7c05f9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.010073 10.0.0.32 - - [2024-10-28 02:32:12] "POST /neutron/network HTTP/1.1" 200 826 0.008534 10.0.0.32 - - [2024-10-28 02:32:12] "POST /neutron/subnet HTTP/1.1" 200 724 0.009756 10.0.0.32 - - [2024-10-28 02:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003993 10.0.0.32 - - [2024-10-28 02:32:12] "GET /projects?obj_uuids=4963a66a-5436-471a-af75-22063332bbcb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001360 10.0.0.32 - - [2024-10-28 02:32:12] "GET /project/4963a66a-5436-471a-af75-22063332bbcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.039499 10.0.0.32 - - [2024-10-28 02:32:12] "POST /neutron/network HTTP/1.1" 200 117 0.011323 10.0.0.32 - - [2024-10-28 02:32:12] "GET /projects?obj_uuids=4963a66a-5436-471a-af75-22063332bbcb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001396 10.0.0.32 - - [2024-10-28 02:32:12] "POST /neutron/network HTTP/1.1" 200 607 0.074550 10.0.0.32 - - [2024-10-28 02:32:12] "POST /route-targets HTTP/1.1" 200 327 0.013859 10.0.0.32 - - [2024-10-28 02:32:12] "POST /ref-update HTTP/1.1" 200 156 0.011384 10.0.0.32 - - [2024-10-28 02:32:13] "POST /useragent-kv HTTP/1.1" 200 115 0.005936 10.0.0.32 - - [2024-10-28 02:32:13] "POST /neutron/subnet HTTP/1.1" 200 724 0.218286 10.0.0.32 - - [2024-10-28 02:32:13] "POST /neutron/network HTTP/1.1" 200 826 0.006629 10.0.0.32 - - [2024-10-28 02:32:13] "POST /id-to-fqname HTTP/1.1" 200 222 0.001552 10.0.0.32 - - [2024-10-28 02:32:13] "GET /virtual-network/237303e1-8a91-40c4-9230-187b14967126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.010602 10.0.0.32 - - [2024-10-28 02:32:13] "POST /neutron/network HTTP/1.1" 200 826 0.006585 10.0.0.32 - - [2024-10-28 02:32:13] "GET /virtual-network/237303e1-8a91-40c4-9230-187b14967126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.011129 10.0.0.32 - - [2024-10-28 02:32:13] "POST /neutron/network HTTP/1.1" 200 826 0.007426 10.0.0.32 - - [2024-10-28 02:32:13] "POST /neutron/subnet HTTP/1.1" 200 724 0.008385 10.0.0.32 - - [2024-10-28 02:32:13] "POST /fqname-to-id HTTP/1.1" 404 228 0.003297 10.0.0.32 - - [2024-10-28 02:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.32 - - [2024-10-28 02:32:13] "GET /projects?obj_uuids=4963a66a-5436-471a-af75-22063332bbcb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001623 10.0.0.32 - - [2024-10-28 02:32:13] "GET /project/4963a66a-5436-471a-af75-22063332bbcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.037919 10.0.0.32 - - [2024-10-28 02:32:13] "POST /network-policys HTTP/1.1" 200 571 0.023255 10.0.0.32 - - [2024-10-28 02:32:13] "GET /network-policy/eb97c356-83c3-4a2c-b6e4-f73cd1581cb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.008571 10.0.0.32 - - [2024-10-28 02:32:13] "POST /neutron/network HTTP/1.1" 200 826 0.008040 10.0.0.32 - - [2024-10-28 02:32:13] "POST /fqname-to-id HTTP/1.1" 404 236 0.004697 10.0.0.32 - - [2024-10-28 02:32:13] "POST /neutron/network HTTP/1.1" 200 928 0.054406 10.0.0.32 - - [2024-10-28 02:32:13] "POST /neutron/network HTTP/1.1" 200 928 0.047978 10.0.0.32 - - [2024-10-28 02:32:13] "POST /access-control-lists HTTP/1.1" 200 590 0.078332 10.0.0.32 - - [2024-10-28 02:32:13] "GET /virtual-network/45d2fdb7-cfa2-4603-9c79-543eb7c05f9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.019318 10.0.0.32 - - [2024-10-28 02:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.32 - - [2024-10-28 02:32:13] "GET /network-policy/eb97c356-83c3-4a2c-b6e4-f73cd1581cb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.004823 10.0.0.32 - - [2024-10-28 02:32:13] "POST /neutron/network HTTP/1.1" 200 826 0.006640 10.0.0.32 - - [2024-10-28 02:32:13] "POST /neutron/network HTTP/1.1" 200 928 0.049151 10.0.0.32 - - [2024-10-28 02:32:13] "POST /neutron/network HTTP/1.1" 200 928 0.028923 10.0.0.32 - - [2024-10-28 02:32:13] "PUT /access-control-list/5e5dceaa-eeaf-4a92-bffa-18b9a6b96013 HTTP/1.1" 200 272 0.065849 10.0.0.32 - - [2024-10-28 02:32:13] "GET /virtual-network/237303e1-8a91-40c4-9230-187b14967126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.017385 10.0.0.32 - - [2024-10-28 02:32:13] "POST /fqname-to-id HTTP/1.1" 404 236 0.016569 10.0.0.32 - - [2024-10-28 02:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002774 10.0.0.32 - - [2024-10-28 02:32:14] "GET /network-policy/eb97c356-83c3-4a2c-b6e4-f73cd1581cb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.006604 10.0.0.32 - - [2024-10-28 02:32:14] "GET /domains HTTP/1.1" 401 292 0.000592 10.0.0.32 - - [2024-10-28 02:32:14] "POST /access-control-lists HTTP/1.1" 200 590 0.071141 10.0.0.32 - - [2024-10-28 02:32:14] "POST /ref-update HTTP/1.1" 200 156 0.012975 10.0.0.32 - - [2024-10-28 02:32:14] "GET /domains HTTP/1.1" 200 280 0.033650 10.0.0.32 - - [2024-10-28 02:32:14] "GET /domains?obj_uuids=51ad6298-d170-4109-b48a-f07afad31756&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001573 10.0.0.32 - - [2024-10-28 02:32:14] "GET /domain/51ad6298-d170-4109-b48a-f07afad31756 HTTP/1.1" 200 3337 0.011945 10.0.0.32 - - [2024-10-28 02:32:14] "GET /projects?obj_uuids=4963a66a-5436-471a-af75-22063332bbcb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001775 10.0.0.32 - - [2024-10-28 02:32:14] "GET /project/4963a66a-5436-471a-af75-22063332bbcb HTTP/1.1" 200 2570 0.085860 10.0.0.32 - - [2024-10-28 02:32:14] "GET /virtual-network/45d2fdb7-cfa2-4603-9c79-543eb7c05f9c HTTP/1.1" 200 2890 0.012928 10.0.0.32 - - [2024-10-28 02:32:14] "GET /virtual-network/45d2fdb7-cfa2-4603-9c79-543eb7c05f9c HTTP/1.1" 200 2890 0.011213 10.0.0.32 - - [2024-10-28 02:32:14] "GET /routing-instance/6cdcaa9b-b9c3-4e58-a028-85184823ecac HTTP/1.1" 200 1783 0.006231 10.0.0.32 - - [2024-10-28 02:32:14] "GET /routing-instance/6cdcaa9b-b9c3-4e58-a028-85184823ecac HTTP/1.1" 200 1783 0.005451 10.0.0.32 - - [2024-10-28 02:32:14] "GET /route-target/30a1d55f-7383-4e73-aeef-910934ae9d7b HTTP/1.1" 200 1206 0.004899 10.0.0.32 - - [2024-10-28 02:32:14] "GET /virtual-network/45d2fdb7-cfa2-4603-9c79-543eb7c05f9c HTTP/1.1" 200 2890 0.009856 10.0.0.32 - - [2024-10-28 02:32:14] "GET /routing-instance/6cdcaa9b-b9c3-4e58-a028-85184823ecac HTTP/1.1" 200 1783 0.005126 10.0.0.32 - - [2024-10-28 02:32:14] "GET /virtual-network/45d2fdb7-cfa2-4603-9c79-543eb7c05f9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.010033 10.0.0.32 - - [2024-10-28 02:32:14] "GET /virtual-network/45d2fdb7-cfa2-4603-9c79-543eb7c05f9c HTTP/1.1" 200 2890 0.010663 10.0.0.32 - - [2024-10-28 02:32:14] "GET /routing-instance/6cdcaa9b-b9c3-4e58-a028-85184823ecac HTTP/1.1" 200 1783 0.005434 10.0.0.32 - - [2024-10-28 02:32:14] "GET /routing-instance/6cdcaa9b-b9c3-4e58-a028-85184823ecac HTTP/1.1" 200 1783 0.006001 10.0.0.32 - - [2024-10-28 02:32:14] "GET /route-target/30a1d55f-7383-4e73-aeef-910934ae9d7b HTTP/1.1" 200 1206 0.005255 10.0.0.32 - - [2024-10-28 02:32:14] "GET /domains HTTP/1.1" 200 280 0.003283 10.0.0.32 - - [2024-10-28 02:32:14] "GET /domains?obj_uuids=51ad6298-d170-4109-b48a-f07afad31756&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001407 10.0.0.32 - - [2024-10-28 02:32:14] "GET /domain/51ad6298-d170-4109-b48a-f07afad31756 HTTP/1.1" 200 3337 0.010166 10.0.0.32 - - [2024-10-28 02:32:14] "GET /projects?obj_uuids=4963a66a-5436-471a-af75-22063332bbcb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002336 10.0.0.32 - - [2024-10-28 02:32:14] "GET /project/4963a66a-5436-471a-af75-22063332bbcb HTTP/1.1" 200 2570 0.085165 10.0.0.32 - - [2024-10-28 02:32:14] "GET /virtual-network/45d2fdb7-cfa2-4603-9c79-543eb7c05f9c HTTP/1.1" 200 2890 0.010430 10.0.0.32 - - [2024-10-28 02:32:15] "GET /obj-perms HTTP/1.1" 200 5034 0.058039 10.0.0.32 - - [2024-10-28 02:32:15] "GET /domains HTTP/1.1" 200 280 0.003161 10.0.0.32 - - [2024-10-28 02:32:15] "GET /domains?obj_uuids=51ad6298-d170-4109-b48a-f07afad31756&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001344 10.0.0.32 - - [2024-10-28 02:32:15] "GET /domain/51ad6298-d170-4109-b48a-f07afad31756 HTTP/1.1" 200 3337 0.010712 10.0.0.32 - - [2024-10-28 02:32:15] "GET /projects?obj_uuids=4963a66a-5436-471a-af75-22063332bbcb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001971 10.0.0.32 - - [2024-10-28 02:32:15] "GET /project/4963a66a-5436-471a-af75-22063332bbcb HTTP/1.1" 200 2570 0.090769 10.0.0.32 - - [2024-10-28 02:32:15] "GET /virtual-network/237303e1-8a91-40c4-9230-187b14967126 HTTP/1.1" 200 2891 0.012486 10.0.0.32 - - [2024-10-28 02:32:15] "GET /virtual-network/237303e1-8a91-40c4-9230-187b14967126 HTTP/1.1" 200 2891 0.009421 10.0.0.32 - - [2024-10-28 02:32:15] "GET /routing-instance/99dee541-7699-405b-bfb8-7941b93b60a4 HTTP/1.1" 200 1784 0.005039 10.0.0.32 - - [2024-10-28 02:32:15] "GET /routing-instance/99dee541-7699-405b-bfb8-7941b93b60a4 HTTP/1.1" 200 1784 0.004977 10.0.0.32 - - [2024-10-28 02:32:15] "GET /route-target/48207083-5445-4e2c-b061-c0795925eeb1 HTTP/1.1" 200 1206 0.005899 10.0.0.32 - - [2024-10-28 02:32:15] "GET /virtual-network/237303e1-8a91-40c4-9230-187b14967126 HTTP/1.1" 200 2891 0.009633 10.0.0.32 - - [2024-10-28 02:32:15] "GET /routing-instance/99dee541-7699-405b-bfb8-7941b93b60a4 HTTP/1.1" 200 1784 0.004839 10.0.0.32 - - [2024-10-28 02:32:15] "GET /virtual-network/237303e1-8a91-40c4-9230-187b14967126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.009340 10.0.0.32 - - [2024-10-28 02:32:15] "GET /virtual-network/237303e1-8a91-40c4-9230-187b14967126 HTTP/1.1" 200 2891 0.011645 10.0.0.32 - - [2024-10-28 02:32:15] "GET /routing-instance/99dee541-7699-405b-bfb8-7941b93b60a4 HTTP/1.1" 200 1784 0.004891 10.0.0.32 - - [2024-10-28 02:32:15] "GET /routing-instance/99dee541-7699-405b-bfb8-7941b93b60a4 HTTP/1.1" 200 1784 0.004696 10.0.0.32 - - [2024-10-28 02:32:15] "GET /route-target/48207083-5445-4e2c-b061-c0795925eeb1 HTTP/1.1" 200 1206 0.004164 10.0.0.32 - - [2024-10-28 02:32:15] "GET /domains HTTP/1.1" 200 280 0.003100 10.0.0.32 - - [2024-10-28 02:32:15] "GET /domains?obj_uuids=51ad6298-d170-4109-b48a-f07afad31756&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001518 10.0.0.32 - - [2024-10-28 02:32:15] "GET /domain/51ad6298-d170-4109-b48a-f07afad31756 HTTP/1.1" 200 3337 0.009975 10.0.0.32 - - [2024-10-28 02:32:15] "GET /projects?obj_uuids=4963a66a-5436-471a-af75-22063332bbcb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002106 10.0.0.32 - - [2024-10-28 02:32:15] "GET /project/4963a66a-5436-471a-af75-22063332bbcb HTTP/1.1" 200 2570 0.083313 10.0.0.32 - - [2024-10-28 02:32:15] "GET /virtual-network/237303e1-8a91-40c4-9230-187b14967126 HTTP/1.1" 200 2891 0.009753 10.0.0.32 - - [2024-10-28 02:32:15] "GET /obj-perms HTTP/1.1" 200 5034 0.004759 10.0.0.32 - - [2024-10-28 02:32:15] "POST /id-to-fqname HTTP/1.1" 200 222 0.002037 10.0.0.32 - - [2024-10-28 02:32:15] "POST /neutron/network HTTP/1.1" 200 938 0.006908 10.0.0.32 - - [2024-10-28 02:32:15] "GET /aaa-mode HTTP/1.1" 401 292 0.000582 10.0.0.32 - - [2024-10-28 02:32:16] "GET / HTTP/1.1" 200 35931 0.002660 10.0.0.32 - - [2024-10-28 02:32:16] "GET /project/4963a66a-5436-471a-af75-22063332bbcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000528 10.0.0.32 - - [2024-10-28 02:32:16] "GET /projects?obj_uuids=4963a66a-5436-471a-af75-22063332bbcb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001414 10.0.0.32 - - [2024-10-28 02:32:16] "GET /project/4963a66a-5436-471a-af75-22063332bbcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.066275 10.0.0.32 - - [2024-10-28 02:32:16] "POST /neutron/network HTTP/1.1" 200 928 0.006772 10.0.0.32 - - [2024-10-28 02:32:16] "POST /neutron/port HTTP/1.1" 200 117 0.005936 10.0.0.32 - - [2024-10-28 02:32:16] "POST /neutron/port HTTP/1.1" 200 117 0.008188 10.0.0.32 - - [2024-10-28 02:32:16] "POST /id-to-fqname HTTP/1.1" 200 222 0.002202 10.0.0.32 - - [2024-10-28 02:32:17] "POST /neutron/port HTTP/1.1" 200 117 0.007372 10.0.0.32 - - [2024-10-28 02:32:17] "POST /neutron/network HTTP/1.1" 200 938 0.007875 10.0.0.32 - - [2024-10-28 02:32:17] "GET /aaa-mode HTTP/1.1" 401 292 0.000565 10.0.0.32 - - [2024-10-28 02:32:17] "POST /neutron/network HTTP/1.1" 200 938 0.007216 10.0.0.32 - - [2024-10-28 02:32:17] "GET /projects?obj_uuids=4963a66a-5436-471a-af75-22063332bbcb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001500 10.0.0.32 - - [2024-10-28 02:32:17] "GET / HTTP/1.1" 200 35931 0.002384 10.0.0.32 - - [2024-10-28 02:32:17] "GET /project/4963a66a-5436-471a-af75-22063332bbcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000559 10.0.0.32 - - [2024-10-28 02:32:17] "POST /neutron/port HTTP/1.1" 200 1062 0.249593 10.0.0.32 - - [2024-10-28 02:32:17] "POST /neutron/port HTTP/1.1" 200 1062 0.014476 10.0.0.32 - - [2024-10-28 02:32:17] "POST /neutron/port HTTP/1.1" 200 1062 0.010570 10.0.0.32 - - [2024-10-28 02:32:17] "POST /neutron/port HTTP/1.1" 200 1116 0.100367 10.0.0.32 - - [2024-10-28 02:32:17] "POST /neutron/port HTTP/1.1" 200 1090 0.029415 10.0.0.32 - - [2024-10-28 02:32:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005665 10.0.0.32 - - [2024-10-28 02:32:17] "POST /neutron/subnet HTTP/1.1" 200 698 0.013587 10.0.0.32 - - [2024-10-28 02:32:18] "POST /neutron/port HTTP/1.1" 200 117 0.001574 10.0.0.32 - - [2024-10-28 02:32:18] "POST /neutron/network HTTP/1.1" 200 928 0.006992 10.0.0.32 - - [2024-10-28 02:32:18] "GET /projects?obj_uuids=4963a66a-5436-471a-af75-22063332bbcb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001523 10.0.0.32 - - [2024-10-28 02:32:18] "GET /project/4963a66a-5436-471a-af75-22063332bbcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.076121 10.0.0.32 - - [2024-10-28 02:32:18] "POST /neutron/network HTTP/1.1" 200 928 0.008349 10.0.0.32 - - [2024-10-28 02:32:18] "POST /neutron/port HTTP/1.1" 200 1090 0.024839 10.0.0.32 - - [2024-10-28 02:32:18] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010124 10.0.0.32 - - [2024-10-28 02:32:18] "POST /neutron/port HTTP/1.1" 200 117 0.006290 10.0.0.32 - - [2024-10-28 02:32:18] "POST /neutron/port HTTP/1.1" 200 1090 0.021339 10.0.0.32 - - [2024-10-28 02:32:18] "POST /neutron/security_group HTTP/1.1" 200 2060 0.013008 10.0.0.32 - - [2024-10-28 02:32:18] "POST /neutron/network HTTP/1.1" 200 938 0.008557 10.0.0.32 - - [2024-10-28 02:32:18] "GET /projects?obj_uuids=4963a66a-5436-471a-af75-22063332bbcb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001562 10.0.0.32 - - [2024-10-28 02:32:19] "PUT /access-control-list/1499afd3-d7c0-48be-90ba-65a403640dda HTTP/1.1" 200 272 0.056088 10.0.0.32 - - [2024-10-28 02:32:19] "POST /neutron/port HTTP/1.1" 200 1062 0.367561 10.0.0.32 - - [2024-10-28 02:32:19] "POST /neutron/port HTTP/1.1" 200 1062 0.014739 10.0.0.32 - - [2024-10-28 02:32:19] "POST /neutron/port HTTP/1.1" 200 1062 0.011201 10.0.0.32 - - [2024-10-28 02:32:19] "POST /neutron/port HTTP/1.1" 200 1116 0.108779 10.0.0.32 - - [2024-10-28 02:32:19] "POST /neutron/port HTTP/1.1" 200 1090 0.021314 10.0.0.32 - - [2024-10-28 02:32:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004609 10.0.0.32 - - [2024-10-28 02:32:19] "POST /neutron/subnet HTTP/1.1" 200 698 0.018288 10.0.0.32 - - [2024-10-28 02:32:19] "POST /neutron/port HTTP/1.1" 200 117 0.001486 10.0.0.32 - - [2024-10-28 02:32:19] "POST /neutron/network HTTP/1.1" 200 928 0.007775 10.0.0.32 - - [2024-10-28 02:32:23] "DELETE /project/4963a66a5436471aaf7522063332bbcb HTTP/1.1" 404 173 0.037127 10.0.0.32 - - [2024-10-28 02:32:23] "DELETE /project/cfcfc279471545f281a5a183c695372c HTTP/1.1" 404 173 0.035395 10.0.0.32 - - [2024-10-28 02:32:23] "DELETE /project/fe303e510a274cb8b8d89b4881b7f2b9 HTTP/1.1" 404 173 0.015800 10.0.0.32 - - [2024-10-28 02:32:23] "DELETE /project/2a2ba350119046e9a789da492b80da9a HTTP/1.1" 404 173 0.014187 10.0.0.32 - - [2024-10-28 02:32:23] "GET /projects?obj_uuids=fe303e51-0a27-4cb8-b8d8-9b4881b7f2b9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002436 10.0.0.32 - - [2024-10-28 02:32:23] "GET /projects?obj_uuids=2173f058-da77-40d8-bf53-6a1d1a49f318&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001324 10.0.0.32 - - [2024-10-28 02:32:23] "GET /projects?obj_uuids=2a2ba350-1190-46e9-a789-da492b80da9a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001682 10.0.0.32 - - [2024-10-28 02:32:23] "GET /projects?obj_uuids=cfcfc279-4715-45f2-81a5-a183c695372c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001595 10.0.0.32 - - [2024-10-28 02:32:23] "GET /project/2173f058-da77-40d8-bf53-6a1d1a49f318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.109989 10.0.0.32 - - [2024-10-28 02:32:23] "GET /project/fe303e51-0a27-4cb8-b8d8-9b4881b7f2b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.127604 10.0.0.32 - - [2024-10-28 02:32:23] "GET /project/2a2ba350-1190-46e9-a789-da492b80da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.151308 10.0.0.32 - - [2024-10-28 02:32:23] "GET /project/cfcfc279-4715-45f2-81a5-a183c695372c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.173532 10.0.0.32 - - [2024-10-28 02:32:23] "GET /projects?obj_uuids=fe303e51-0a27-4cb8-b8d8-9b4881b7f2b9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.003111 10.0.0.32 - - [2024-10-28 02:32:23] "GET /projects?obj_uuids=2173f058-da77-40d8-bf53-6a1d1a49f318&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001267 10.0.0.32 - - [2024-10-28 02:32:23] "GET /projects?obj_uuids=2a2ba350-1190-46e9-a789-da492b80da9a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001356 10.0.0.32 - - [2024-10-28 02:32:23] "GET /projects?obj_uuids=cfcfc279-4715-45f2-81a5-a183c695372c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001290 10.0.0.32 - - [2024-10-28 02:32:23] "GET /project/2173f058-da77-40d8-bf53-6a1d1a49f318?fields=security_groups HTTP/1.1" 200 1398 0.102158 10.0.0.32 - - [2024-10-28 02:32:23] "GET /project/fe303e51-0a27-4cb8-b8d8-9b4881b7f2b9?fields=security_groups HTTP/1.1" 200 1348 0.115273 10.0.0.32 - - [2024-10-28 02:32:23] "GET /project/2a2ba350-1190-46e9-a789-da492b80da9a?fields=security_groups HTTP/1.1" 200 1371 0.122939 10.0.0.32 - - [2024-10-28 02:32:23] "GET /project/cfcfc279-4715-45f2-81a5-a183c695372c?fields=security_groups HTTP/1.1" 200 1386 0.149103 10.0.0.32 - - [2024-10-28 02:32:23] "DELETE /security-group/0c14da43-e0e8-41ea-a913-5723fd162f0a HTTP/1.1" 200 115 0.145391 10.0.0.32 - - [2024-10-28 02:32:23] "DELETE /access-control-list/c7612c3c-95a2-412c-841b-1a5e48d6b52b HTTP/1.1" 200 115 0.084460 10.0.0.32 - - [2024-10-28 02:32:23] "GET /projects?obj_uuids=2a2ba350-1190-46e9-a789-da492b80da9a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002090 10.0.0.32 - - [2024-10-28 02:32:23] "DELETE /security-group/1548ff73-0929-4b82-b9c0-3a944d1c235c HTTP/1.1" 200 115 0.191668 10.0.0.32 - - [2024-10-28 02:32:23] "GET /projects?obj_uuids=2173f058-da77-40d8-bf53-6a1d1a49f318&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002061 10.0.0.32 - - [2024-10-28 02:32:23] "DELETE /security-group/cca41c05-3fcc-4534-9b1b-3b494968b0e2 HTTP/1.1" 200 115 0.216988 10.0.0.32 - - [2024-10-28 02:32:23] "GET /projects?obj_uuids=fe303e51-0a27-4cb8-b8d8-9b4881b7f2b9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001426 10.0.0.32 - - [2024-10-28 02:32:23] "GET /project/2a2ba350-1190-46e9-a789-da492b80da9a?fields=application_policy_sets HTTP/1.1" 200 1410 0.108963 10.0.0.32 - - [2024-10-28 02:32:23] "DELETE /security-group/e1edad35-b4da-448d-9522-f78af7750240 HTTP/1.1" 200 115 0.181202 10.0.0.32 - - [2024-10-28 02:32:23] "GET /projects?obj_uuids=cfcfc279-4715-45f2-81a5-a183c695372c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001276 10.0.0.32 - - [2024-10-28 02:32:23] "DELETE /access-control-list/c8d18df8-c490-424f-8994-559584e32307 HTTP/1.1" 200 115 0.114214 10.0.0.32 - - [2024-10-28 02:32:23] "GET /project/2173f058-da77-40d8-bf53-6a1d1a49f318?fields=application_policy_sets HTTP/1.1" 200 1437 0.136868 10.0.0.32 - - [2024-10-28 02:32:23] "GET /project/fe303e51-0a27-4cb8-b8d8-9b4881b7f2b9?fields=application_policy_sets HTTP/1.1" 200 1387 0.157650 10.0.0.32 - - [2024-10-28 02:32:23] "GET /project/cfcfc279-4715-45f2-81a5-a183c695372c?fields=application_policy_sets HTTP/1.1" 200 1425 0.117521 10.0.0.32 - - [2024-10-28 02:32:23] "POST /neutron/port HTTP/1.1" 200 1090 0.121556 10.0.0.32 - - [2024-10-28 02:32:23] "POST /neutron/security_group HTTP/1.1" 200 2060 0.020589 10.0.0.32 - - [2024-10-28 02:32:23] "DELETE /access-control-list/30396057-78b2-429c-ad49-cdea4d762c71 HTTP/1.1" 200 115 0.158096 10.0.0.32 - - [2024-10-28 02:32:23] "DELETE /access-control-list/b7fd271c-bb07-4258-b0bb-000f8f6efc6a HTTP/1.1" 200 115 0.111142 10.0.0.32 - - [2024-10-28 02:32:23] "POST /neutron/port HTTP/1.1" 200 1090 0.091074 10.0.0.32 - - [2024-10-28 02:32:23] "DELETE /project/2a2ba350-1190-46e9-a789-da492b80da9a HTTP/1.1" 200 115 0.980761 10.0.0.32 - - [2024-10-28 02:32:23] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009666 10.0.0.32 - - [2024-10-28 02:32:24] "DELETE /access-control-list/dcedd12f-7ce7-40f3-bbf4-fef244637236 HTTP/1.1" 200 115 0.087245 10.0.0.32 - - [2024-10-28 02:32:24] "DELETE /project/2173f058-da77-40d8-bf53-6a1d1a49f318 HTTP/1.1" 200 115 1.082327 10.0.0.32 - - [2024-10-28 02:32:24] "DELETE /project/cfcfc279-4715-45f2-81a5-a183c695372c HTTP/1.1" 200 115 1.080830 10.0.0.32 - - [2024-10-28 02:32:24] "DELETE /project/fe303e51-0a27-4cb8-b8d8-9b4881b7f2b9 HTTP/1.1" 200 115 1.093796 10.0.0.32 - - [2024-10-28 02:32:24] "DELETE /access-control-list/ab4608aa-c4f9-445c-a057-12497a521405 HTTP/1.1" 200 115 0.057381 10.0.0.32 - - [2024-10-28 02:32:24] "DELETE /access-control-list/17546b7f-4a4a-4f35-8e61-4b93ebee5f44 HTTP/1.1" 200 115 0.024500 10.0.0.32 - - [2024-10-28 02:32:24] "POST /neutron/port HTTP/1.1" 200 1090 0.074643 10.0.0.32 - - [2024-10-28 02:32:24] "DELETE /access-control-list/aa425b36-aeae-4b95-9dc5-0c542ae39585 HTTP/1.1" 200 115 0.094225 10.0.0.32 - - [2024-10-28 02:32:24] "POST /neutron/security_group HTTP/1.1" 200 2060 0.011604 10.0.0.32 - - [2024-10-28 02:32:24] "GET /virtual-machine/0ad07638-51b3-4cac-a999-98021f7098b6 HTTP/1.1" 200 1293 0.016759 10.0.0.32 - - [2024-10-28 02:32:24] "GET /virtual-machine-interface/74ef2bb9-6e6d-4caf-a848-7978d188216a HTTP/1.1" 200 2950 0.024613 10.0.0.32 - - [2024-10-28 02:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.006560 10.0.0.32 - - [2024-10-28 02:32:24] "GET /global-vrouter-config/333c7863-f234-4c44-8e2d-1d46228978ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.011133 10.0.0.32 - - [2024-10-28 02:32:24] "GET /virtual-networks?parent_id=4963a66a-5436-471a-af75-22063332bbcb&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004506 10.0.0.32 - - [2024-10-28 02:32:24] "GET /virtual-network/45d2fdb7-cfa2-4603-9c79-543eb7c05f9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.010841 10.0.0.32 - - [2024-10-28 02:32:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.32 - - [2024-10-28 02:32:27] "GET /virtual-network/45d2fdb7-cfa2-4603-9c79-543eb7c05f9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.011360 10.0.0.32 - - [2024-10-28 02:32:28] "POST /neutron/port HTTP/1.1" 200 1090 0.020402 10.0.0.32 - - [2024-10-28 02:32:28] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007777 10.0.0.32 - - [2024-10-28 02:32:29] "POST /neutron/port HTTP/1.1" 200 1090 0.019717 10.0.0.32 - - [2024-10-28 02:32:29] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007400 10.0.0.32 - - [2024-10-28 02:32:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.32 - - [2024-10-28 02:32:29] "GET /global-vrouter-config/333c7863-f234-4c44-8e2d-1d46228978ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004478 10.0.0.32 - - [2024-10-28 02:32:29] "GET /virtual-networks?parent_id=4963a66a-5436-471a-af75-22063332bbcb&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004273 10.0.0.32 - - [2024-10-28 02:32:29] "GET /virtual-network/45d2fdb7-cfa2-4603-9c79-543eb7c05f9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.011705 10.0.0.32 - - [2024-10-28 02:32:30] "POST /neutron/port HTTP/1.1" 200 1090 0.019048 10.0.0.32 - - [2024-10-28 02:32:30] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007232 10.0.0.32 - - [2024-10-28 02:32:30] "POST /neutron/port HTTP/1.1" 200 1090 0.023988 10.0.0.32 - - [2024-10-28 02:32:30] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007570 10.0.0.32 - - [2024-10-28 02:32:30] "POST /neutron/port HTTP/1.1" 200 1090 0.019172 10.0.0.32 - - [2024-10-28 02:32:30] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010754 10.0.0.32 - - [2024-10-28 02:32:30] "GET /virtual-machine/77bc0e60-e7e5-4fae-9244-21cc395e3011 HTTP/1.1" 200 1294 0.010518 10.0.0.32 - - [2024-10-28 02:32:30] "GET /virtual-machine-interface/2eeba32d-2c5c-4b7c-858b-00e689d29138 HTTP/1.1" 200 2949 0.017786 10.0.0.32 - - [2024-10-28 02:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003936 10.0.0.32 - - [2024-10-28 02:32:30] "GET /global-vrouter-config/333c7863-f234-4c44-8e2d-1d46228978ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004743 10.0.0.32 - - [2024-10-28 02:32:30] "GET /virtual-networks?parent_id=4963a66a-5436-471a-af75-22063332bbcb&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003509 10.0.0.32 - - [2024-10-28 02:32:30] "GET /virtual-network/237303e1-8a91-40c4-9230-187b14967126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.010631 10.0.0.32 - - [2024-10-28 02:32:30] "POST /neutron/port HTTP/1.1" 200 1090 0.018173 10.0.0.32 - - [2024-10-28 02:32:30] "POST /neutron/port HTTP/1.1" 200 1090 0.017516 10.0.0.32 - - [2024-10-28 02:32:30] "POST /neutron/network HTTP/1.1" 200 938 0.007170 10.0.0.32 - - [2024-10-28 02:32:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004068 10.0.0.32 - - [2024-10-28 02:32:30] "POST /neutron/subnet HTTP/1.1" 200 698 0.012799 10.0.0.32 - - [2024-10-28 02:32:30] "POST /neutron/port HTTP/1.1" 200 117 0.002152 10.0.0.32 - - [2024-10-28 02:32:30] "POST /neutron/network HTTP/1.1" 200 928 0.008484 10.0.0.32 - - [2024-10-28 02:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.32 - - [2024-10-28 02:32:31] "GET /global-vrouter-config/333c7863-f234-4c44-8e2d-1d46228978ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005415 10.0.0.32 - - [2024-10-28 02:32:31] "GET /virtual-networks?parent_id=4963a66a-5436-471a-af75-22063332bbcb&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004565 10.0.0.32 - - [2024-10-28 02:32:31] "GET /virtual-network/237303e1-8a91-40c4-9230-187b14967126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.011497 10.0.0.32 - - [2024-10-28 02:32:32] "GET /obj-perms HTTP/1.1" 200 5056 0.070073 10.0.0.32 - - [2024-10-28 02:32:32] "GET /obj-perms HTTP/1.1" 200 5056 0.055104 10.0.0.32 - - [2024-10-28 02:32:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.32 - - [2024-10-28 02:32:36] "GET /projects?obj_uuids=4963a66a-5436-471a-af75-22063332bbcb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001684 10.0.0.32 - - [2024-10-28 02:32:36] "GET /project/4963a66a-5436-471a-af75-22063332bbcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.045754 10.0.0.32 - - [2024-10-28 02:32:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.32 - - [2024-10-28 02:32:36] "PUT /network-policy/eb97c356-83c3-4a2c-b6e4-f73cd1581cb9 HTTP/1.1" 200 262 0.011450 10.0.0.32 - - [2024-10-28 02:32:36] "PUT /access-control-list/5e5dceaa-eeaf-4a92-bffa-18b9a6b96013 HTTP/1.1" 200 272 0.054176 10.0.0.32 - - [2024-10-28 02:32:36] "POST /ref-update HTTP/1.1" 200 156 0.013840 10.0.0.32 - - [2024-10-28 02:32:36] "PUT /access-control-list/1499afd3-d7c0-48be-90ba-65a403640dda HTTP/1.1" 200 272 0.056104 10.0.0.32 - - [2024-10-28 02:32:37] "POST /ref-update HTTP/1.1" 200 156 0.013711 10.0.0.32 - - [2024-10-28 02:32:39] "GET /virtual-network/237303e1-8a91-40c4-9230-187b14967126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.012068 10.0.0.32 - - [2024-10-28 02:32:39] "POST /neutron/network HTTP/1.1" 200 928 0.007761 10.0.0.32 - - [2024-10-28 02:32:39] "POST /neutron/network HTTP/1.1" 200 826 0.054086 10.0.0.32 - - [2024-10-28 02:32:39] "DELETE /access-control-list/1499afd3-d7c0-48be-90ba-65a403640dda HTTP/1.1" 200 115 0.040262 10.0.0.32 - - [2024-10-28 02:32:39] "POST /neutron/network HTTP/1.1" 200 826 0.006845 10.0.0.32 - - [2024-10-28 02:32:39] "GET /virtual-network/237303e1-8a91-40c4-9230-187b14967126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.010430 10.0.0.32 - - [2024-10-28 02:32:39] "GET /virtual-network/45d2fdb7-cfa2-4603-9c79-543eb7c05f9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.010257 10.0.0.32 - - [2024-10-28 02:32:39] "POST /neutron/network HTTP/1.1" 200 928 0.007359 10.0.0.32 - - [2024-10-28 02:32:40] "POST /neutron/network HTTP/1.1" 200 826 0.061585 10.0.0.32 - - [2024-10-28 02:32:40] "DELETE /access-control-list/5e5dceaa-eeaf-4a92-bffa-18b9a6b96013 HTTP/1.1" 200 115 0.069411 10.0.0.32 - - [2024-10-28 02:32:40] "POST /neutron/network HTTP/1.1" 200 826 0.008281 10.0.0.32 - - [2024-10-28 02:32:40] "GET /virtual-network/45d2fdb7-cfa2-4603-9c79-543eb7c05f9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.010672 10.0.0.32 - - [2024-10-28 02:32:40] "DELETE /network-policy/eb97c356-83c3-4a2c-b6e4-f73cd1581cb9 HTTP/1.1" 200 115 0.037444 10.0.0.32 - - [2024-10-28 02:32:40] "POST /neutron/network HTTP/1.1" 200 826 0.008357 10.0.0.32 - - [2024-10-28 02:32:40] "POST /neutron/network HTTP/1.1" 400 204 0.012409 10.0.0.32 - - [2024-10-28 02:32:40] "POST /neutron/port HTTP/1.1" 200 1090 0.018472 10.0.0.32 - - [2024-10-28 02:32:40] "POST /neutron/port HTTP/1.1" 200 1116 0.012876 10.0.0.32 - - [2024-10-28 02:32:40] "POST /neutron/port HTTP/1.1" 200 1090 0.029711 10.0.0.32 - - [2024-10-28 02:32:40] "POST /neutron/port HTTP/1.1" 200 1116 0.010437 10.0.0.32 - - [2024-10-28 02:32:40] "POST /neutron/port HTTP/1.1" 200 151 0.117898 10.0.0.32 - - [2024-10-28 02:32:40] "POST /neutron/port HTTP/1.1" 200 151 0.120016 10.0.0.32 - - [2024-10-28 02:32:42] "POST /neutron/network HTTP/1.1" 200 826 0.008380 10.0.0.32 - - [2024-10-28 02:32:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002105 10.0.0.32 - - [2024-10-28 02:32:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.008419 10.0.0.32 - - [2024-10-28 02:32:42] "POST /useragent-kv HTTP/1.1" 200 115 0.001488 10.0.0.32 - - [2024-10-28 02:32:42] "POST /neutron/network HTTP/1.1" 200 151 0.090420 10.0.0.32 - - [2024-10-28 02:32:42] "DELETE /route-target/48207083-5445-4e2c-b061-c0795925eeb1 HTTP/1.1" 200 115 0.020904 10.0.0.32 - - [2024-10-28 02:32:42] "GET /routing-instance/99dee541-7699-405b-bfb8-7941b93b60a4 HTTP/1.1" 404 171 0.005697 10.0.0.32 - - [2024-10-28 02:32:42] "GET /domains HTTP/1.1" 200 280 0.003332 10.0.0.32 - - [2024-10-28 02:32:42] "GET /domains?obj_uuids=51ad6298-d170-4109-b48a-f07afad31756&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001420 10.0.0.32 - - [2024-10-28 02:32:42] "GET /domain/51ad6298-d170-4109-b48a-f07afad31756 HTTP/1.1" 200 2575 0.058257 10.0.0.32 - - [2024-10-28 02:32:42] "GET /projects?obj_uuids=4963a66a-5436-471a-af75-22063332bbcb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001426 10.0.0.32 - - [2024-10-28 02:32:42] "GET /project/4963a66a-5436-471a-af75-22063332bbcb HTTP/1.1" 200 2102 0.083194 10.0.0.32 - - [2024-10-28 02:32:42] "POST /neutron/network HTTP/1.1" 200 826 0.007040 10.0.0.32 - - [2024-10-28 02:32:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002251 10.0.0.32 - - [2024-10-28 02:32:42] "POST /useragent-kv HTTP/1.1" 200 115 0.001381 10.0.0.32 - - [2024-10-28 02:32:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.008135 10.0.0.32 - - [2024-10-28 02:32:42] "POST /neutron/network HTTP/1.1" 200 151 0.103496 10.0.0.32 - - [2024-10-28 02:32:42] "GET /routing-instance/6cdcaa9b-b9c3-4e58-a028-85184823ecac HTTP/1.1" 404 171 0.002734 10.0.0.32 - - [2024-10-28 02:32:42] "DELETE /route-target/30a1d55f-7383-4e73-aeef-910934ae9d7b HTTP/1.1" 200 115 0.022453 10.0.0.32 - - [2024-10-28 02:32:42] "GET /domains HTTP/1.1" 200 280 0.003258 10.0.0.32 - - [2024-10-28 02:32:42] "GET /domains?obj_uuids=51ad6298-d170-4109-b48a-f07afad31756&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001250 10.0.0.32 - - [2024-10-28 02:32:42] "GET /domain/51ad6298-d170-4109-b48a-f07afad31756 HTTP/1.1" 200 2575 0.051772 10.0.0.32 - - [2024-10-28 02:32:42] "GET /projects?obj_uuids=4963a66a-5436-471a-af75-22063332bbcb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001987 10.0.0.32 - - [2024-10-28 02:32:42] "GET /project/4963a66a-5436-471a-af75-22063332bbcb HTTP/1.1" 200 1863 0.083527 10.0.0.32 - - [2024-10-28 02:32:43] "GET /projects?obj_uuids=4963a66a-5436-471a-af75-22063332bbcb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001529 10.0.0.32 - - [2024-10-28 02:32:43] "GET /project/4963a66a-5436-471a-af75-22063332bbcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.040349 10.0.0.32 - - [2024-10-28 02:32:43] "GET /projects?obj_uuids=4963a66a-5436-471a-af75-22063332bbcb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001345 10.0.0.32 - - [2024-10-28 02:32:43] "GET /project/4963a66a-5436-471a-af75-22063332bbcb?fields=virtual_networks HTTP/1.1" 200 1035 0.033275 10.0.0.32 - - [2024-10-28 02:32:43] "GET /projects?obj_uuids=4963a66a-5436-471a-af75-22063332bbcb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001493 10.0.0.32 - - [2024-10-28 02:32:43] "GET /project/4963a66a-5436-471a-af75-22063332bbcb?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.034590 10.0.0.32 - - [2024-10-28 02:32:43] "GET /projects?obj_uuids=4963a66a-5436-471a-af75-22063332bbcb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001417 10.0.0.32 - - [2024-10-28 02:32:43] "GET /project/4963a66a-5436-471a-af75-22063332bbcb?fields=security_groups HTTP/1.1" 200 1263 0.048448 10.0.0.32 - - [2024-10-28 02:32:44] "POST /fqname-to-id HTTP/1.1" 404 186 0.030709 10.0.0.32 - - [2024-10-28 02:32:44] "GET /projects?obj_uuids=c062b45f-0f6d-4202-baa7-faf750e022b4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003438 10.0.0.32 - - [2024-10-28 02:32:44] "GET /domains?obj_uuids=51ad6298-d170-4109-b48a-f07afad31756&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001283 10.0.0.32 - - [2024-10-28 02:32:44] "GET /domain/51ad6298-d170-4109-b48a-f07afad31756?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009868 10.0.0.32 - - [2024-10-28 02:32:44] "POST /id-to-fqname HTTP/1.1" 200 188 0.001506 10.0.0.32 - - [2024-10-28 02:32:44] "POST /fqname-to-id HTTP/1.1" 404 197 0.003346 10.0.0.32 - - [2024-10-28 02:32:44] "POST /security-groups HTTP/1.1" 200 589 0.066558 10.0.0.32 - - [2024-10-28 02:32:44] "POST /fqname-to-id HTTP/1.1" 404 232 0.003011 10.0.0.32 - - [2024-10-28 02:32:44] "POST /projects HTTP/1.1" 200 581 0.240512 10.0.0.32 - - [2024-10-28 02:32:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.315300 10.0.0.32 - - [2024-10-28 02:32:44] "POST /access-control-lists HTTP/1.1" 200 594 0.062701 10.0.0.32 - - [2024-10-28 02:32:44] "POST /fqname-to-id HTTP/1.1" 404 231 0.002791 10.0.0.32 - - [2024-10-28 02:32:44] "GET /project/c062b45f-0f6d-4202-baa7-faf750e022b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.467406 10.0.0.32 - - [2024-10-28 02:32:44] "POST /access-control-lists HTTP/1.1" 200 592 0.059885 10.0.0.32 - - [2024-10-28 02:32:45] "GET / HTTP/1.1" 200 35931 0.002440 10.0.0.32 - - [2024-10-28 02:32:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000689 10.0.0.32 - - [2024-10-28 02:32:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.063257 10.0.0.32 - - [2024-10-28 02:32:47] "GET /projects?obj_uuids=c062b45f-0f6d-4202-baa7-faf750e022b4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001372 10.0.0.32 - - [2024-10-28 02:32:47] "GET /project/c062b45f-0f6d-4202-baa7-faf750e022b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.038039 10.0.0.32 - - [2024-10-28 02:32:47] "POST /neutron/network HTTP/1.1" 200 117 0.036873 10.0.0.32 - - [2024-10-28 02:32:47] "GET /projects?obj_uuids=c062b45f-0f6d-4202-baa7-faf750e022b4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003047 10.0.0.32 - - [2024-10-28 02:32:47] "POST /neutron/network HTTP/1.1" 200 613 0.086560 10.0.0.32 - - [2024-10-28 02:32:47] "POST /route-targets HTTP/1.1" 200 327 0.013422 10.0.0.32 - - [2024-10-28 02:32:47] "POST /ref-update HTTP/1.1" 200 156 0.015182 10.0.0.32 - - [2024-10-28 02:32:47] "POST /useragent-kv HTTP/1.1" 200 115 0.003305 10.0.0.32 - - [2024-10-28 02:32:47] "POST /neutron/subnet HTTP/1.1" 200 734 0.179335 10.0.0.32 - - [2024-10-28 02:32:47] "POST /neutron/network HTTP/1.1" 200 834 0.006460 10.0.0.32 - - [2024-10-28 02:32:47] "POST /id-to-fqname HTTP/1.1" 200 223 0.001472 10.0.0.32 - - [2024-10-28 02:32:47] "GET /virtual-network/0094834b-9032-4fdb-b0b6-643b11b5813e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.010232 10.0.0.32 - - [2024-10-28 02:32:47] "POST /neutron/network HTTP/1.1" 200 834 0.007487 10.0.0.32 - - [2024-10-28 02:32:47] "GET /virtual-network/0094834b-9032-4fdb-b0b6-643b11b5813e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.009858 10.0.0.32 - - [2024-10-28 02:32:47] "POST /neutron/network HTTP/1.1" 200 834 0.006611 10.0.0.32 - - [2024-10-28 02:32:47] "POST /neutron/subnet HTTP/1.1" 200 734 0.007815 10.0.0.32 - - [2024-10-28 02:32:47] "GET /domains HTTP/1.1" 401 292 0.000533 10.0.0.32 - - [2024-10-28 02:32:48] "GET /domains HTTP/1.1" 200 280 0.030355 10.0.0.32 - - [2024-10-28 02:32:48] "GET /domains?obj_uuids=51ad6298-d170-4109-b48a-f07afad31756&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001982 10.0.0.32 - - [2024-10-28 02:32:48] "GET /domain/51ad6298-d170-4109-b48a-f07afad31756 HTTP/1.1" 200 2759 0.010995 10.0.0.32 - - [2024-10-28 02:32:48] "GET /projects?obj_uuids=c062b45f-0f6d-4202-baa7-faf750e022b4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001199 10.0.0.32 - - [2024-10-28 02:32:48] "GET /project/c062b45f-0f6d-4202-baa7-faf750e022b4 HTTP/1.1" 200 2080 0.095693 10.0.0.32 - - [2024-10-28 02:32:48] "GET /virtual-network/0094834b-9032-4fdb-b0b6-643b11b5813e HTTP/1.1" 200 2321 0.013110 10.0.0.32 - - [2024-10-28 02:32:48] "GET /virtual-network/0094834b-9032-4fdb-b0b6-643b11b5813e HTTP/1.1" 200 2321 0.010676 10.0.0.32 - - [2024-10-28 02:32:48] "GET /routing-instance/890f40fc-05ad-42d8-a235-5878c1e9b166 HTTP/1.1" 200 1493 0.005975 10.0.0.32 - - [2024-10-28 02:32:48] "GET /routing-instance/890f40fc-05ad-42d8-a235-5878c1e9b166 HTTP/1.1" 200 1493 0.006191 10.0.0.32 - - [2024-10-28 02:32:48] "GET /route-target/d93a6705-d38b-43f8-82a4-59be875abcea HTTP/1.1" 200 1212 0.004789 10.0.0.32 - - [2024-10-28 02:32:48] "GET /virtual-network/0094834b-9032-4fdb-b0b6-643b11b5813e HTTP/1.1" 200 2321 0.010990 10.0.0.32 - - [2024-10-28 02:32:48] "GET /routing-instance/890f40fc-05ad-42d8-a235-5878c1e9b166 HTTP/1.1" 200 1493 0.005935 10.0.0.32 - - [2024-10-28 02:32:48] "GET /virtual-network/0094834b-9032-4fdb-b0b6-643b11b5813e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.011947 10.0.0.32 - - [2024-10-28 02:32:48] "GET /virtual-network/0094834b-9032-4fdb-b0b6-643b11b5813e HTTP/1.1" 200 2321 0.014909 10.0.0.32 - - [2024-10-28 02:32:48] "GET /routing-instance/890f40fc-05ad-42d8-a235-5878c1e9b166 HTTP/1.1" 200 1493 0.007268 10.0.0.32 - - [2024-10-28 02:32:48] "GET /routing-instance/890f40fc-05ad-42d8-a235-5878c1e9b166 HTTP/1.1" 200 1493 0.006353 10.0.0.32 - - [2024-10-28 02:32:48] "GET /route-target/d93a6705-d38b-43f8-82a4-59be875abcea HTTP/1.1" 200 1212 0.005344 10.0.0.32 - - [2024-10-28 02:32:48] "GET /domains HTTP/1.1" 200 280 0.003385 10.0.0.32 - - [2024-10-28 02:32:48] "GET /domains?obj_uuids=51ad6298-d170-4109-b48a-f07afad31756&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001338 10.0.0.32 - - [2024-10-28 02:32:48] "GET /domain/51ad6298-d170-4109-b48a-f07afad31756 HTTP/1.1" 200 2759 0.010366 10.0.0.32 - - [2024-10-28 02:32:48] "GET /projects?obj_uuids=c062b45f-0f6d-4202-baa7-faf750e022b4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001923 10.0.0.32 - - [2024-10-28 02:32:48] "GET /project/c062b45f-0f6d-4202-baa7-faf750e022b4 HTTP/1.1" 200 2080 0.083469 10.0.0.32 - - [2024-10-28 02:32:48] "GET /virtual-network/0094834b-9032-4fdb-b0b6-643b11b5813e HTTP/1.1" 200 2321 0.010463 10.0.0.32 - - [2024-10-28 02:32:48] "GET /obj-perms HTTP/1.1" 200 5026 0.061921 10.0.0.32 - - [2024-10-28 02:32:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.32 - - [2024-10-28 02:32:49] "GET /projects?obj_uuids=c062b45f-0f6d-4202-baa7-faf750e022b4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002130 10.0.0.32 - - [2024-10-28 02:32:49] "GET /project/c062b45f-0f6d-4202-baa7-faf750e022b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.055369 10.0.0.32 - - [2024-10-28 02:32:49] "POST /neutron/network HTTP/1.1" 200 117 0.010936 10.0.0.32 - - [2024-10-28 02:32:49] "GET /projects?obj_uuids=c062b45f-0f6d-4202-baa7-faf750e022b4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001415 10.0.0.32 - - [2024-10-28 02:32:49] "POST /neutron/network HTTP/1.1" 200 613 0.150016 10.0.0.32 - - [2024-10-28 02:32:49] "POST /route-targets HTTP/1.1" 200 327 0.238013 10.0.0.32 - - [2024-10-28 02:32:49] "POST /ref-update HTTP/1.1" 200 156 0.017431 10.0.0.32 - - [2024-10-28 02:32:49] "POST /useragent-kv HTTP/1.1" 200 115 0.006416 10.0.0.32 - - [2024-10-28 02:32:49] "POST /neutron/subnet HTTP/1.1" 200 724 0.358748 10.0.0.32 - - [2024-10-28 02:32:49] "POST /neutron/network HTTP/1.1" 200 832 0.006852 10.0.0.32 - - [2024-10-28 02:32:49] "POST /id-to-fqname HTTP/1.1" 200 223 0.001666 10.0.0.32 - - [2024-10-28 02:32:49] "GET /virtual-network/763b362b-317d-4f89-a893-76836276e716?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.010393 10.0.0.32 - - [2024-10-28 02:32:49] "POST /neutron/network HTTP/1.1" 200 832 0.008282 10.0.0.32 - - [2024-10-28 02:32:49] "GET /virtual-network/763b362b-317d-4f89-a893-76836276e716?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.010803 10.0.0.32 - - [2024-10-28 02:32:49] "POST /neutron/network HTTP/1.1" 200 832 0.007697 10.0.0.32 - - [2024-10-28 02:32:49] "POST /neutron/subnet HTTP/1.1" 200 724 0.008738 10.0.0.32 - - [2024-10-28 02:32:49] "GET /domains HTTP/1.1" 200 280 0.002980 10.0.0.32 - - [2024-10-28 02:32:49] "GET /domains?obj_uuids=51ad6298-d170-4109-b48a-f07afad31756&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001399 10.0.0.32 - - [2024-10-28 02:32:49] "GET /domain/51ad6298-d170-4109-b48a-f07afad31756 HTTP/1.1" 200 2759 0.009866 10.0.0.32 - - [2024-10-28 02:32:49] "GET /projects?obj_uuids=c062b45f-0f6d-4202-baa7-faf750e022b4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001243 10.0.0.32 - - [2024-10-28 02:32:49] "GET /project/c062b45f-0f6d-4202-baa7-faf750e022b4 HTTP/1.1" 200 2298 0.081145 10.0.0.32 - - [2024-10-28 02:32:50] "GET /virtual-network/763b362b-317d-4f89-a893-76836276e716 HTTP/1.1" 200 2318 0.011607 10.0.0.32 - - [2024-10-28 02:32:50] "GET /virtual-network/763b362b-317d-4f89-a893-76836276e716 HTTP/1.1" 200 2318 0.010549 10.0.0.32 - - [2024-10-28 02:32:50] "GET /routing-instance/addc185f-5d0e-4c36-9de9-693cbf7087a5 HTTP/1.1" 200 1494 0.005351 10.0.0.32 - - [2024-10-28 02:32:50] "GET /routing-instance/addc185f-5d0e-4c36-9de9-693cbf7087a5 HTTP/1.1" 200 1494 0.004969 10.0.0.32 - - [2024-10-28 02:32:50] "GET /route-target/0ce4a68c-bce0-41b6-ad0e-0c5383b447d8 HTTP/1.1" 200 1211 0.004036 10.0.0.32 - - [2024-10-28 02:32:50] "GET /virtual-network/763b362b-317d-4f89-a893-76836276e716 HTTP/1.1" 200 2318 0.009619 10.0.0.32 - - [2024-10-28 02:32:50] "GET /routing-instance/addc185f-5d0e-4c36-9de9-693cbf7087a5 HTTP/1.1" 200 1494 0.007031 10.0.0.32 - - [2024-10-28 02:32:50] "GET /virtual-network/763b362b-317d-4f89-a893-76836276e716?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.014351 10.0.0.32 - - [2024-10-28 02:32:50] "GET /virtual-network/763b362b-317d-4f89-a893-76836276e716 HTTP/1.1" 200 2318 0.011405 10.0.0.32 - - [2024-10-28 02:32:50] "GET /routing-instance/addc185f-5d0e-4c36-9de9-693cbf7087a5 HTTP/1.1" 200 1494 0.005938 10.0.0.32 - - [2024-10-28 02:32:50] "GET /routing-instance/addc185f-5d0e-4c36-9de9-693cbf7087a5 HTTP/1.1" 200 1494 0.005322 10.0.0.32 - - [2024-10-28 02:32:50] "GET /route-target/0ce4a68c-bce0-41b6-ad0e-0c5383b447d8 HTTP/1.1" 200 1211 0.006974 10.0.0.32 - - [2024-10-28 02:32:50] "GET /domains HTTP/1.1" 200 280 0.003337 10.0.0.32 - - [2024-10-28 02:32:50] "GET /domains?obj_uuids=51ad6298-d170-4109-b48a-f07afad31756&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001389 10.0.0.32 - - [2024-10-28 02:32:50] "GET /domain/51ad6298-d170-4109-b48a-f07afad31756 HTTP/1.1" 200 2759 0.010375 10.0.0.32 - - [2024-10-28 02:32:50] "GET /projects?obj_uuids=c062b45f-0f6d-4202-baa7-faf750e022b4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003541 10.0.0.32 - - [2024-10-28 02:32:50] "GET /project/c062b45f-0f6d-4202-baa7-faf750e022b4 HTTP/1.1" 200 2298 0.101011 10.0.0.32 - - [2024-10-28 02:32:50] "GET /virtual-network/763b362b-317d-4f89-a893-76836276e716 HTTP/1.1" 200 2318 0.012292 10.0.0.32 - - [2024-10-28 02:32:50] "GET /obj-perms HTTP/1.1" 200 5026 0.005302 10.0.0.32 - - [2024-10-28 02:32:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.32 - - [2024-10-28 02:32:50] "GET /projects?obj_uuids=c062b45f-0f6d-4202-baa7-faf750e022b4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001249 10.0.0.32 - - [2024-10-28 02:32:50] "GET /project/c062b45f-0f6d-4202-baa7-faf750e022b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.058585 10.0.0.32 - - [2024-10-28 02:32:50] "POST /neutron/network HTTP/1.1" 200 117 0.013027 10.0.0.32 - - [2024-10-28 02:32:50] "GET /projects?obj_uuids=c062b45f-0f6d-4202-baa7-faf750e022b4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001365 10.0.0.32 - - [2024-10-28 02:32:50] "POST /neutron/network HTTP/1.1" 200 615 0.090514 10.0.0.32 - - [2024-10-28 02:32:50] "POST /ref-update HTTP/1.1" 200 156 0.017320 10.0.0.32 - - [2024-10-28 02:32:50] "POST /useragent-kv HTTP/1.1" 200 115 0.004161 10.0.0.32 - - [2024-10-28 02:32:50] "POST /neutron/subnet HTTP/1.1" 200 734 0.209124 10.0.0.32 - - [2024-10-28 02:32:50] "POST /neutron/network HTTP/1.1" 200 836 0.006388 10.0.0.32 - - [2024-10-28 02:32:50] "POST /id-to-fqname HTTP/1.1" 200 224 0.001348 10.0.0.32 - - [2024-10-28 02:32:50] "GET /virtual-network/336f8b68-a641-4318-8163-d5f44312a4fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.010272 10.0.0.32 - - [2024-10-28 02:32:50] "POST /neutron/network HTTP/1.1" 200 836 0.006557 10.0.0.32 - - [2024-10-28 02:32:50] "GET /virtual-network/336f8b68-a641-4318-8163-d5f44312a4fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.009740 10.0.0.32 - - [2024-10-28 02:32:51] "POST /neutron/network HTTP/1.1" 200 836 0.007038 10.0.0.32 - - [2024-10-28 02:32:51] "POST /neutron/subnet HTTP/1.1" 200 734 0.009751 10.0.0.32 - - [2024-10-28 02:32:51] "GET /domains HTTP/1.1" 200 280 0.003108 10.0.0.32 - - [2024-10-28 02:32:51] "GET /domains?obj_uuids=51ad6298-d170-4109-b48a-f07afad31756&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001819 10.0.0.32 - - [2024-10-28 02:32:51] "GET /domain/51ad6298-d170-4109-b48a-f07afad31756 HTTP/1.1" 200 2759 0.010980 10.0.0.32 - - [2024-10-28 02:32:51] "GET /projects?obj_uuids=c062b45f-0f6d-4202-baa7-faf750e022b4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001470 10.0.0.32 - - [2024-10-28 02:32:51] "GET /project/c062b45f-0f6d-4202-baa7-faf750e022b4 HTTP/1.1" 200 2517 0.090185 10.0.0.32 - - [2024-10-28 02:32:51] "GET /virtual-network/336f8b68-a641-4318-8163-d5f44312a4fe HTTP/1.1" 200 2328 0.011966 10.0.0.32 - - [2024-10-28 02:32:51] "GET /virtual-network/336f8b68-a641-4318-8163-d5f44312a4fe HTTP/1.1" 200 2328 0.014182 10.0.0.32 - - [2024-10-28 02:32:51] "GET /routing-instance/bae30553-b473-4c50-9b63-ce2eb73b9562 HTTP/1.1" 200 1498 0.008018 10.0.0.32 - - [2024-10-28 02:32:51] "GET /routing-instance/bae30553-b473-4c50-9b63-ce2eb73b9562 HTTP/1.1" 200 1498 0.006164 10.0.0.32 - - [2024-10-28 02:32:51] "GET /route-target/df8129d7-f257-480b-add9-0a4226f96078 HTTP/1.1" 200 1215 0.004587 10.0.0.32 - - [2024-10-28 02:32:51] "GET /virtual-network/336f8b68-a641-4318-8163-d5f44312a4fe HTTP/1.1" 200 2328 0.010852 10.0.0.32 - - [2024-10-28 02:32:51] "GET /routing-instance/bae30553-b473-4c50-9b63-ce2eb73b9562 HTTP/1.1" 200 1498 0.005096 10.0.0.32 - - [2024-10-28 02:32:51] "GET /virtual-network/336f8b68-a641-4318-8163-d5f44312a4fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.009670 10.0.0.32 - - [2024-10-28 02:32:51] "GET /virtual-network/336f8b68-a641-4318-8163-d5f44312a4fe HTTP/1.1" 200 2328 0.009896 10.0.0.32 - - [2024-10-28 02:32:51] "GET /routing-instance/bae30553-b473-4c50-9b63-ce2eb73b9562 HTTP/1.1" 200 1498 0.006521 10.0.0.32 - - [2024-10-28 02:32:51] "GET /routing-instance/bae30553-b473-4c50-9b63-ce2eb73b9562 HTTP/1.1" 200 1498 0.005345 10.0.0.32 - - [2024-10-28 02:32:51] "GET /route-target/df8129d7-f257-480b-add9-0a4226f96078 HTTP/1.1" 200 1215 0.005221 10.0.0.32 - - [2024-10-28 02:32:51] "GET /domains HTTP/1.1" 200 280 0.003258 10.0.0.32 - - [2024-10-28 02:32:51] "GET /domains?obj_uuids=51ad6298-d170-4109-b48a-f07afad31756&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001411 10.0.0.32 - - [2024-10-28 02:32:51] "GET /domain/51ad6298-d170-4109-b48a-f07afad31756 HTTP/1.1" 200 2759 0.010726 10.0.0.32 - - [2024-10-28 02:32:51] "GET /projects?obj_uuids=c062b45f-0f6d-4202-baa7-faf750e022b4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001247 10.0.0.32 - - [2024-10-28 02:32:51] "GET /project/c062b45f-0f6d-4202-baa7-faf750e022b4 HTTP/1.1" 200 2517 0.091175 10.0.0.32 - - [2024-10-28 02:32:51] "GET /virtual-network/336f8b68-a641-4318-8163-d5f44312a4fe HTTP/1.1" 200 2328 0.011743 10.0.0.32 - - [2024-10-28 02:32:51] "GET /obj-perms HTTP/1.1" 200 5026 0.003848 10.0.0.32 - - [2024-10-28 02:32:51] "POST /id-to-fqname HTTP/1.1" 200 223 0.002388 10.0.0.32 - - [2024-10-28 02:32:51] "POST /neutron/network HTTP/1.1" 200 842 0.008894 10.0.0.32 - - [2024-10-28 02:32:51] "GET /aaa-mode HTTP/1.1" 401 292 0.000710 10.0.0.32 - - [2024-10-28 02:32:52] "GET / HTTP/1.1" 200 35931 0.002496 10.0.0.32 - - [2024-10-28 02:32:52] "GET /project/c062b45f-0f6d-4202-baa7-faf750e022b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000518 10.0.0.32 - - [2024-10-28 02:32:52] "GET /projects?obj_uuids=c062b45f-0f6d-4202-baa7-faf750e022b4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001379 10.0.0.32 - - [2024-10-28 02:32:52] "GET /project/c062b45f-0f6d-4202-baa7-faf750e022b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.064263 10.0.0.32 - - [2024-10-28 02:32:52] "POST /neutron/network HTTP/1.1" 200 832 0.006398 10.0.0.32 - - [2024-10-28 02:32:52] "POST /neutron/port HTTP/1.1" 200 117 0.005738 10.0.0.32 - - [2024-10-28 02:32:52] "POST /neutron/port HTTP/1.1" 200 117 0.006008 10.0.0.32 - - [2024-10-28 02:32:52] "POST /id-to-fqname HTTP/1.1" 200 224 0.001654 10.0.0.32 - - [2024-10-28 02:32:52] "POST /neutron/port HTTP/1.1" 200 117 0.006212 10.0.0.32 - - [2024-10-28 02:32:52] "POST /neutron/network HTTP/1.1" 200 846 0.007148 10.0.0.32 - - [2024-10-28 02:32:52] "GET /aaa-mode HTTP/1.1" 401 292 0.000557 10.0.0.32 - - [2024-10-28 02:32:53] "POST /neutron/network HTTP/1.1" 200 842 0.007343 10.0.0.32 - - [2024-10-28 02:32:53] "GET /projects?obj_uuids=c062b45f-0f6d-4202-baa7-faf750e022b4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001332 10.0.0.32 - - [2024-10-28 02:32:53] "GET / HTTP/1.1" 200 35931 0.002348 10.0.0.32 - - [2024-10-28 02:32:53] "GET /project/c062b45f-0f6d-4202-baa7-faf750e022b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000916 10.0.0.32 - - [2024-10-28 02:32:53] "POST /neutron/port HTTP/1.1" 200 1058 0.276215 10.0.0.32 - - [2024-10-28 02:32:53] "POST /neutron/port HTTP/1.1" 200 1058 0.014906 10.0.0.32 - - [2024-10-28 02:32:53] "POST /neutron/port HTTP/1.1" 200 1058 0.012358 10.0.0.32 - - [2024-10-28 02:32:53] "POST /neutron/port HTTP/1.1" 200 1112 0.111399 10.0.0.32 - - [2024-10-28 02:32:53] "POST /neutron/port HTTP/1.1" 200 1086 0.024019 10.0.0.32 - - [2024-10-28 02:32:53] "GET /projects?obj_uuids=c062b45f-0f6d-4202-baa7-faf750e022b4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001338 10.0.0.32 - - [2024-10-28 02:32:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003323 10.0.0.32 - - [2024-10-28 02:32:53] "GET /project/c062b45f-0f6d-4202-baa7-faf750e022b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.071052 10.0.0.32 - - [2024-10-28 02:32:53] "POST /neutron/subnet HTTP/1.1" 200 698 0.028687 10.0.0.32 - - [2024-10-28 02:32:53] "POST /neutron/network HTTP/1.1" 200 836 0.005669 10.0.0.32 - - [2024-10-28 02:32:53] "POST /neutron/port HTTP/1.1" 200 117 0.001503 10.0.0.32 - - [2024-10-28 02:32:53] "POST /neutron/network HTTP/1.1" 200 832 0.006410 10.0.0.32 - - [2024-10-28 02:32:53] "POST /neutron/port HTTP/1.1" 200 1086 0.021721 10.0.0.32 - - [2024-10-28 02:32:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010812 10.0.0.32 - - [2024-10-28 02:32:54] "POST /neutron/port HTTP/1.1" 200 117 0.006015 10.0.0.32 - - [2024-10-28 02:32:54] "POST /fqname-to-id HTTP/1.1" 404 193 0.003372 10.0.0.32 - - [2024-10-28 02:32:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.32 - - [2024-10-28 02:32:54] "GET /domains?obj_uuids=51ad6298-d170-4109-b48a-f07afad31756&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001523 10.0.0.32 - - [2024-10-28 02:32:54] "GET /domain/51ad6298-d170-4109-b48a-f07afad31756?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.010845 10.0.0.32 - - [2024-10-28 02:32:54] "POST /service-templates HTTP/1.1" 200 543 0.037525 10.0.0.32 - - [2024-10-28 02:32:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005751 10.0.0.32 - - [2024-10-28 02:32:54] "GET /service-template/57771ef6-7182-44be-bbdf-27d2f497910b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.006557 10.0.0.32 - - [2024-10-28 02:32:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.32 - - [2024-10-28 02:32:54] "GET /service-template/57771ef6-7182-44be-bbdf-27d2f497910b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.005216 10.0.0.32 - - [2024-10-28 02:32:54] "POST /neutron/network HTTP/1.1" 200 846 0.016791 10.0.0.32 - - [2024-10-28 02:32:54] "POST /id-to-fqname HTTP/1.1" 200 223 0.001799 10.0.0.32 - - [2024-10-28 02:32:54] "GET /projects?obj_uuids=c062b45f-0f6d-4202-baa7-faf750e022b4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001704 10.0.0.32 - - [2024-10-28 02:32:54] "POST /id-to-fqname HTTP/1.1" 200 223 0.004590 10.0.0.32 - - [2024-10-28 02:32:54] "POST /id-to-fqname HTTP/1.1" 200 224 0.001930 10.0.0.32 - - [2024-10-28 02:32:54] "POST /neutron/port HTTP/1.1" 200 1060 0.330896 10.0.0.32 - - [2024-10-28 02:32:54] "POST /neutron/port HTTP/1.1" 200 2004 0.069704 10.0.0.32 - - [2024-10-28 02:32:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.018637 10.0.0.32 - - [2024-10-28 02:32:54] "POST /neutron/port HTTP/1.1" 200 1060 0.012973 10.0.0.32 - - [2024-10-28 02:32:54] "POST /neutron/port HTTP/1.1" 200 1060 0.011128 10.0.0.32 - - [2024-10-28 02:32:55] "POST /neutron/port HTTP/1.1" 200 1114 0.126860 10.0.0.32 - - [2024-10-28 02:32:55] "POST /neutron/port HTTP/1.1" 200 1088 0.018580 10.0.0.32 - - [2024-10-28 02:32:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004163 10.0.0.32 - - [2024-10-28 02:32:55] "POST /neutron/subnet HTTP/1.1" 200 708 0.015410 10.0.0.32 - - [2024-10-28 02:32:55] "POST /neutron/port HTTP/1.1" 200 117 0.001578 10.0.0.32 - - [2024-10-28 02:32:55] "POST /neutron/network HTTP/1.1" 200 836 0.007631 10.0.0.32 - - [2024-10-28 02:32:55] "POST /neutron/network HTTP/1.1" 200 2227 0.017300 10.0.0.32 - - [2024-10-28 02:32:55] "GET /aaa-mode HTTP/1.1" 401 292 0.000549 10.0.0.32 - - [2024-10-28 02:32:56] "GET / HTTP/1.1" 200 35931 0.002001 10.0.0.32 - - [2024-10-28 02:32:56] "GET /project/c062b45f-0f6d-4202-baa7-faf750e022b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000520 10.0.0.32 - - [2024-10-28 02:32:56] "GET /projects?obj_uuids=c062b45f-0f6d-4202-baa7-faf750e022b4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001501 10.0.0.32 - - [2024-10-28 02:32:56] "GET /project/c062b45f-0f6d-4202-baa7-faf750e022b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.092550 10.0.0.32 - - [2024-10-28 02:32:56] "POST /neutron/network HTTP/1.1" 200 834 0.006890 10.0.0.32 - - [2024-10-28 02:32:56] "POST /neutron/network HTTP/1.1" 200 832 0.008662 10.0.0.32 - - [2024-10-28 02:32:56] "POST /neutron/network HTTP/1.1" 200 836 0.009654 10.0.0.32 - - [2024-10-28 02:32:57] "POST /neutron/port HTTP/1.1" 200 2058 0.027114 10.0.0.32 - - [2024-10-28 02:32:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008937 10.0.0.32 - - [2024-10-28 02:32:57] "POST /neutron/port HTTP/1.1" 200 117 0.009349 10.0.0.32 - - [2024-10-28 02:32:57] "POST /neutron/port HTTP/1.1" 200 117 0.007158 10.0.0.32 - - [2024-10-28 02:32:57] "POST /neutron/network HTTP/1.1" 200 2227 0.024217 10.0.0.32 - - [2024-10-28 02:32:57] "GET /projects?obj_uuids=c062b45f-0f6d-4202-baa7-faf750e022b4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001928 10.0.0.32 - - [2024-10-28 02:32:57] "POST /neutron/port HTTP/1.1" 200 1060 0.360736 10.0.0.32 - - [2024-10-28 02:32:57] "GET /projects?obj_uuids=c062b45f-0f6d-4202-baa7-faf750e022b4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001615 10.0.0.32 - - [2024-10-28 02:32:58] "POST /neutron/port HTTP/1.1" 200 1058 0.228790 10.0.0.32 - - [2024-10-28 02:32:58] "GET /projects?obj_uuids=c062b45f-0f6d-4202-baa7-faf750e022b4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001479 10.0.0.32 - - [2024-10-28 02:32:58] "POST /neutron/port HTTP/1.1" 200 1060 0.245763 10.0.0.32 - - [2024-10-28 02:32:58] "POST /neutron/port HTTP/1.1" 200 1060 0.017634 10.0.0.32 - - [2024-10-28 02:32:58] "POST /neutron/port HTTP/1.1" 200 1060 0.019819 10.0.0.32 - - [2024-10-28 02:32:58] "POST /neutron/port HTTP/1.1" 200 1114 0.081270 10.0.0.32 - - [2024-10-28 02:32:58] "POST /neutron/port HTTP/1.1" 200 1058 0.013330 10.0.0.32 - - [2024-10-28 02:32:58] "POST /neutron/port HTTP/1.1" 200 1058 0.010424 10.0.0.32 - - [2024-10-28 02:32:58] "POST /neutron/port HTTP/1.1" 200 1112 0.108615 10.0.0.32 - - [2024-10-28 02:32:58] "POST /neutron/port HTTP/1.1" 200 1060 0.010320 10.0.0.32 - - [2024-10-28 02:32:58] "POST /neutron/port HTTP/1.1" 200 1060 0.009845 10.0.0.32 - - [2024-10-28 02:32:58] "POST /neutron/port HTTP/1.1" 200 1114 0.084887 10.0.0.32 - - [2024-10-28 02:32:59] "POST /neutron/port HTTP/1.1" 200 3029 0.029807 10.0.0.32 - - [2024-10-28 02:32:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005328 10.0.0.32 - - [2024-10-28 02:32:59] "POST /neutron/subnet HTTP/1.1" 200 708 0.015249 10.0.0.32 - - [2024-10-28 02:32:59] "POST /neutron/port HTTP/1.1" 200 117 0.001633 10.0.0.32 - - [2024-10-28 02:32:59] "POST /neutron/network HTTP/1.1" 200 834 0.009850 10.0.0.32 - - [2024-10-28 02:32:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006003 10.0.0.32 - - [2024-10-28 02:32:59] "POST /neutron/subnet HTTP/1.1" 200 698 0.020252 10.0.0.32 - - [2024-10-28 02:32:59] "POST /neutron/port HTTP/1.1" 200 117 0.001539 10.0.0.32 - - [2024-10-28 02:32:59] "POST /neutron/network HTTP/1.1" 200 832 0.006909 10.0.0.32 - - [2024-10-28 02:32:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006943 10.0.0.32 - - [2024-10-28 02:32:59] "POST /neutron/subnet HTTP/1.1" 200 708 0.017205 10.0.0.32 - - [2024-10-28 02:32:59] "POST /neutron/port HTTP/1.1" 200 117 0.001689 10.0.0.32 - - [2024-10-28 02:32:59] "POST /neutron/network HTTP/1.1" 200 836 0.008568 10.0.0.32 - - [2024-10-28 02:33:02] "POST /neutron/port HTTP/1.1" 200 3029 0.025596 10.0.0.32 - - [2024-10-28 02:33:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008976 10.0.0.32 - - [2024-10-28 02:33:02] "POST /neutron/port HTTP/1.1" 200 3029 0.023956 10.0.0.32 - - [2024-10-28 02:33:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008029 10.0.0.32 - - [2024-10-28 02:33:02] "POST /neutron/port HTTP/1.1" 200 3029 0.026572 10.0.0.32 - - [2024-10-28 02:33:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007880 10.0.0.32 - - [2024-10-28 02:33:02] "POST /neutron/port HTTP/1.1" 200 3029 0.024013 10.0.0.32 - - [2024-10-28 02:33:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008982 10.0.0.32 - - [2024-10-28 02:33:02] "POST /neutron/port HTTP/1.1" 200 3029 0.025407 10.0.0.32 - - [2024-10-28 02:33:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007991 10.0.0.32 - - [2024-10-28 02:33:02] "GET /virtual-machine/a1ada181-68de-4930-9307-118ef2fe3b8c HTTP/1.1" 200 1803 0.006931 10.0.0.32 - - [2024-10-28 02:33:02] "GET /virtual-machine-interface/6d480196-59b3-424b-9666-196ccb021286 HTTP/1.1" 200 2945 0.010822 10.0.0.32 - - [2024-10-28 02:33:02] "GET /virtual-machine-interface/73eecdcb-d923-4e74-b90b-4099f4269fd1 HTTP/1.1" 200 2948 0.010677 10.0.0.32 - - [2024-10-28 02:33:02] "GET /virtual-machine-interface/7ade8271-5f4e-4f4e-924b-bc9f566be8e2 HTTP/1.1" 200 2945 0.011293 10.0.0.32 - - [2024-10-28 02:33:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.32 - - [2024-10-28 02:33:02] "GET /global-vrouter-config/333c7863-f234-4c44-8e2d-1d46228978ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005548 10.0.0.32 - - [2024-10-28 02:33:02] "GET /virtual-networks?parent_id=c062b45f-0f6d-4202-baa7-faf750e022b4&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004673 10.0.0.32 - - [2024-10-28 02:33:02] "GET /virtual-network/0094834b-9032-4fdb-b0b6-643b11b5813e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.014049 10.0.0.32 - - [2024-10-28 02:33:03] "POST /neutron/port HTTP/1.1" 200 1086 0.017290 10.0.0.32 - - [2024-10-28 02:33:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007045 10.0.0.32 - - [2024-10-28 02:33:04] "POST /neutron/port HTTP/1.1" 200 1088 0.020248 10.0.0.32 - - [2024-10-28 02:33:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010159 10.0.0.32 - - [2024-10-28 02:33:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.32 - - [2024-10-28 02:33:06] "GET /virtual-network/0094834b-9032-4fdb-b0b6-643b11b5813e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.011086 10.0.0.32 - - [2024-10-28 02:33:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.32 - - [2024-10-28 02:33:10] "GET /virtual-network/0094834b-9032-4fdb-b0b6-643b11b5813e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.012477 10.0.0.32 - - [2024-10-28 02:33:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004219 10.0.0.32 - - [2024-10-28 02:33:14] "GET /virtual-network/0094834b-9032-4fdb-b0b6-643b11b5813e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.012661 10.0.0.32 - - [2024-10-28 02:33:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.32 - - [2024-10-28 02:33:18] "GET /virtual-network/0094834b-9032-4fdb-b0b6-643b11b5813e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.014064 10.0.0.32 - - [2024-10-28 02:33:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005028 10.0.0.32 - - [2024-10-28 02:33:22] "GET /global-vrouter-config/333c7863-f234-4c44-8e2d-1d46228978ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.006036 10.0.0.32 - - [2024-10-28 02:33:22] "GET /virtual-networks?parent_id=c062b45f-0f6d-4202-baa7-faf750e022b4&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.005028 10.0.0.32 - - [2024-10-28 02:33:22] "GET /virtual-network/0094834b-9032-4fdb-b0b6-643b11b5813e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.011492 10.0.0.32 - - [2024-10-28 02:33:23] "POST /neutron/port HTTP/1.1" 200 3029 0.024325 10.0.0.32 - - [2024-10-28 02:33:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007138 10.0.0.32 - - [2024-10-28 02:33:24] "DELETE /project/c062b45f0f6d4202baa7faf750e022b4 HTTP/1.1" 404 173 0.006633 10.0.0.32 - - [2024-10-28 02:33:24] "GET /projects?obj_uuids=4963a66a-5436-471a-af75-22063332bbcb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002585 10.0.0.32 - - [2024-10-28 02:33:24] "GET /project/4963a66a-5436-471a-af75-22063332bbcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.045442 10.0.0.32 - - [2024-10-28 02:33:24] "GET /projects?obj_uuids=4963a66a-5436-471a-af75-22063332bbcb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001589 10.0.0.32 - - [2024-10-28 02:33:24] "GET /project/4963a66a-5436-471a-af75-22063332bbcb?fields=security_groups HTTP/1.1" 200 1368 0.040146 10.0.0.32 - - [2024-10-28 02:33:24] "DELETE /security-group/be8818e6-d7d9-438d-b182-2597547bb6b1 HTTP/1.1" 200 115 0.060230 10.0.0.32 - - [2024-10-28 02:33:24] "GET /projects?obj_uuids=4963a66a-5436-471a-af75-22063332bbcb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002080 10.0.0.32 - - [2024-10-28 02:33:24] "DELETE /access-control-list/82c5cba2-e579-4da8-bdce-ed3c520c003f HTTP/1.1" 200 115 0.046220 10.0.0.32 - - [2024-10-28 02:33:24] "GET /project/4963a66a-5436-471a-af75-22063332bbcb?fields=application_policy_sets HTTP/1.1" 200 1407 0.051164 10.0.0.32 - - [2024-10-28 02:33:24] "DELETE /access-control-list/c588e97d-9d96-43ed-b588-3e269d6ae196 HTTP/1.1" 200 115 0.033605 10.0.0.32 - - [2024-10-28 02:33:24] "DELETE /project/4963a66a-5436-471a-af75-22063332bbcb HTTP/1.1" 200 115 0.371926 10.0.0.32 - - [2024-10-28 02:33:28] "POST /neutron/port HTTP/1.1" 200 3029 0.025599 10.0.0.32 - - [2024-10-28 02:33:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009195 10.0.0.32 - - [2024-10-28 02:33:32] "POST /neutron/port HTTP/1.1" 200 3029 0.024345 10.0.0.32 - - [2024-10-28 02:33:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007112 10.0.0.32 - - [2024-10-28 02:33:33] "GET /obj-perms HTTP/1.1" 200 5056 0.055553 10.0.0.32 - - [2024-10-28 02:33:33] "POST /neutron/port HTTP/1.1" 200 3029 0.022873 10.0.0.32 - - [2024-10-28 02:33:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007576 10.0.0.32 - - [2024-10-28 02:33:33] "GET /obj-perms HTTP/1.1" 200 5056 0.055551 10.0.0.32 - - [2024-10-28 02:33:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.32 - - [2024-10-28 02:33:38] "GET /global-vrouter-config/333c7863-f234-4c44-8e2d-1d46228978ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004430 10.0.0.32 - - [2024-10-28 02:33:38] "GET /virtual-networks?parent_id=c062b45f-0f6d-4202-baa7-faf750e022b4&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004281 10.0.0.32 - - [2024-10-28 02:33:38] "GET /virtual-network/763b362b-317d-4f89-a893-76836276e716?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.012516 10.0.0.32 - - [2024-10-28 02:33:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004246 10.0.0.32 - - [2024-10-28 02:33:38] "GET /global-vrouter-config/333c7863-f234-4c44-8e2d-1d46228978ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005731 10.0.0.32 - - [2024-10-28 02:33:38] "GET /virtual-networks?parent_id=c062b45f-0f6d-4202-baa7-faf750e022b4&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003553 10.0.0.32 - - [2024-10-28 02:33:39] "GET /virtual-network/336f8b68-a641-4318-8163-d5f44312a4fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.012581 10.0.0.32 - - [2024-10-28 02:33:39] "POST /fqname-to-id HTTP/1.1" 404 207 0.003933 10.0.0.32 - - [2024-10-28 02:33:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.32 - - [2024-10-28 02:33:39] "GET /projects?obj_uuids=c062b45f-0f6d-4202-baa7-faf750e022b4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001600 10.0.0.32 - - [2024-10-28 02:33:39] "GET /project/c062b45f-0f6d-4202-baa7-faf750e022b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.045539 10.0.0.32 - - [2024-10-28 02:33:39] "POST /service-instances HTTP/1.1" 200 543 0.068142 10.0.0.32 - - [2024-10-28 02:33:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.32 - - [2024-10-28 02:33:39] "GET /service-instance/68869702-c4cf-4c39-bf49-9820acc0cc4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2134 0.008887 10.0.0.32 - - [2024-10-28 02:33:39] "POST /port-tuples HTTP/1.1" 200 586 0.033440 10.0.0.32 - - [2024-10-28 02:33:39] "GET /virtual-machine-interface/7ade8271-5f4e-4f4e-924b-bc9f566be8e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.011392 10.0.0.32 - - [2024-10-28 02:33:39] "PUT /virtual-machine-interface/7ade8271-5f4e-4f4e-924b-bc9f566be8e2 HTTP/1.1" 200 284 0.011701 10.0.0.32 - - [2024-10-28 02:33:39] "POST /ref-update HTTP/1.1" 200 156 0.012134 10.0.0.32 - - [2024-10-28 02:33:39] "POST /instance-ips HTTP/1.1" 200 385 0.037502 10.0.0.32 - - [2024-10-28 02:33:39] "GET /virtual-machine-interface/6d480196-59b3-424b-9666-196ccb021286?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.019020 10.0.0.32 - - [2024-10-28 02:33:39] "POST /ref-update HTTP/1.1" 200 156 0.023580 10.0.0.32 - - [2024-10-28 02:33:39] "PUT /virtual-machine-interface/6d480196-59b3-424b-9666-196ccb021286 HTTP/1.1" 200 284 0.013068 10.0.0.32 - - [2024-10-28 02:33:39] "POST /ref-update HTTP/1.1" 200 156 0.011161 10.0.0.32 - - [2024-10-28 02:33:39] "POST /ref-update HTTP/1.1" 200 156 0.011086 10.0.0.32 - - [2024-10-28 02:33:39] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004887 10.0.0.32 - - [2024-10-28 02:33:40] "GET /virtual-machine-interface/73eecdcb-d923-4e74-b90b-4099f4269fd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2727 0.011604 10.0.0.32 - - [2024-10-28 02:33:40] "POST /instance-ips HTTP/1.1" 200 385 0.025940 10.0.0.32 - - [2024-10-28 02:33:40] "PUT /virtual-machine-interface/73eecdcb-d923-4e74-b90b-4099f4269fd1 HTTP/1.1" 200 284 0.013369 10.0.0.32 - - [2024-10-28 02:33:40] "POST /ref-update HTTP/1.1" 200 156 0.010348 10.0.0.32 - - [2024-10-28 02:33:40] "POST /ref-update HTTP/1.1" 200 156 0.010156 10.0.0.32 - - [2024-10-28 02:33:40] "POST /ref-update HTTP/1.1" 200 156 0.008698 10.0.0.32 - - [2024-10-28 02:33:40] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003770 10.0.0.32 - - [2024-10-28 02:33:40] "POST /neutron/port HTTP/1.1" 200 1086 0.018508 10.0.0.32 - - [2024-10-28 02:33:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007490 10.0.0.32 - - [2024-10-28 02:33:40] "POST /instance-ips HTTP/1.1" 200 373 0.023896 10.0.0.32 - - [2024-10-28 02:33:40] "POST /neutron/port HTTP/1.1" 200 1086 0.021674 10.0.0.32 - - [2024-10-28 02:33:40] "POST /ref-update HTTP/1.1" 200 156 0.011795 10.0.0.32 - - [2024-10-28 02:33:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007698 10.0.0.32 - - [2024-10-28 02:33:40] "POST /ref-update HTTP/1.1" 200 156 0.011096 10.0.0.32 - - [2024-10-28 02:33:40] "POST /neutron/port HTTP/1.1" 200 1086 0.021969 10.0.0.32 - - [2024-10-28 02:33:40] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003593 10.0.0.32 - - [2024-10-28 02:33:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009452 10.0.0.32 - - [2024-10-28 02:33:40] "GET /virtual-machine/b547e923-3677-42fe-bbda-06dfc420c1c1 HTTP/1.1" 200 1291 0.007156 10.0.0.32 - - [2024-10-28 02:33:40] "GET /virtual-machine-interface/0dad60a0-ff78-435f-af32-1395266ae078 HTTP/1.1" 200 2944 0.010529 10.0.0.32 - - [2024-10-28 02:33:40] "POST /instance-ips HTTP/1.1" 200 373 0.018172 10.0.0.32 - - [2024-10-28 02:33:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.007718 10.0.0.32 - - [2024-10-28 02:33:40] "GET /global-vrouter-config/333c7863-f234-4c44-8e2d-1d46228978ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004555 10.0.0.32 - - [2024-10-28 02:33:40] "POST /ref-update HTTP/1.1" 200 156 0.011261 10.0.0.32 - - [2024-10-28 02:33:40] "GET /virtual-networks?parent_id=c062b45f-0f6d-4202-baa7-faf750e022b4&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004075 10.0.0.32 - - [2024-10-28 02:33:40] "GET /virtual-network/763b362b-317d-4f89-a893-76836276e716?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.010502 10.0.0.32 - - [2024-10-28 02:33:40] "POST /ref-update HTTP/1.1" 200 156 0.020938 10.0.0.32 - - [2024-10-28 02:33:40] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004119 10.0.0.32 - - [2024-10-28 02:33:40] "POST /instance-ips HTTP/1.1" 200 375 0.019737 10.0.0.32 - - [2024-10-28 02:33:40] "POST /ref-update HTTP/1.1" 200 156 0.009739 10.0.0.32 - - [2024-10-28 02:33:40] "POST /ref-update HTTP/1.1" 200 156 0.010816 10.0.0.32 - - [2024-10-28 02:33:40] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003775 10.0.0.32 - - [2024-10-28 02:33:41] "POST /instance-ips HTTP/1.1" 200 375 0.019001 10.0.0.32 - - [2024-10-28 02:33:41] "POST /ref-update HTTP/1.1" 200 156 0.011866 10.0.0.32 - - [2024-10-28 02:33:41] "POST /ref-update HTTP/1.1" 200 156 0.010995 10.0.0.32 - - [2024-10-28 02:33:41] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003518 10.0.0.32 - - [2024-10-28 02:33:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.32 - - [2024-10-28 02:33:41] "GET /global-vrouter-config/333c7863-f234-4c44-8e2d-1d46228978ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004943 10.0.0.32 - - [2024-10-28 02:33:41] "GET /virtual-networks?parent_id=c062b45f-0f6d-4202-baa7-faf750e022b4&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003969 10.0.0.32 - - [2024-10-28 02:33:41] "GET /virtual-network/763b362b-317d-4f89-a893-76836276e716?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.010313 10.0.0.32 - - [2024-10-28 02:33:42] "POST /neutron/port HTTP/1.1" 200 1088 0.018292 10.0.0.32 - - [2024-10-28 02:33:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007268 10.0.0.32 - - [2024-10-28 02:33:42] "POST /neutron/port HTTP/1.1" 200 1088 0.017697 10.0.0.32 - - [2024-10-28 02:33:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007078 10.0.0.32 - - [2024-10-28 02:33:42] "POST /neutron/port HTTP/1.1" 200 1088 0.016958 10.0.0.32 - - [2024-10-28 02:33:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006571 10.0.0.32 - - [2024-10-28 02:33:42] "GET /virtual-machine/da15d104-2a01-4987-8d33-346dbb7c4347 HTTP/1.1" 200 1291 0.006230 10.0.0.32 - - [2024-10-28 02:33:42] "GET /virtual-machine-interface/20497bc0-c5f3-4ebf-8f02-08ab2a7d0479 HTTP/1.1" 200 2948 0.009753 10.0.0.32 - - [2024-10-28 02:33:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.32 - - [2024-10-28 02:33:42] "GET /global-vrouter-config/333c7863-f234-4c44-8e2d-1d46228978ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004215 10.0.0.32 - - [2024-10-28 02:33:42] "GET /virtual-networks?parent_id=c062b45f-0f6d-4202-baa7-faf750e022b4&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004055 10.0.0.32 - - [2024-10-28 02:33:42] "GET /virtual-network/336f8b68-a641-4318-8163-d5f44312a4fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.010989 10.0.0.32 - - [2024-10-28 02:33:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.32 - - [2024-10-28 02:33:43] "GET /global-vrouter-config/333c7863-f234-4c44-8e2d-1d46228978ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004603 10.0.0.32 - - [2024-10-28 02:33:43] "GET /virtual-networks?parent_id=c062b45f-0f6d-4202-baa7-faf750e022b4&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003664 10.0.0.32 - - [2024-10-28 02:33:43] "GET /virtual-network/336f8b68-a641-4318-8163-d5f44312a4fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.010563 10.0.0.32 - - [2024-10-28 02:33:43] "POST /fqname-to-id HTTP/1.1" 404 211 0.003224 10.0.0.32 - - [2024-10-28 02:33:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002846 10.0.0.32 - - [2024-10-28 02:33:43] "GET /projects?obj_uuids=c062b45f-0f6d-4202-baa7-faf750e022b4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001847 10.0.0.32 - - [2024-10-28 02:33:44] "GET /project/c062b45f-0f6d-4202-baa7-faf750e022b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.042697 10.0.0.32 - - [2024-10-28 02:33:44] "POST /network-policys HTTP/1.1" 200 547 0.021483 10.0.0.32 - - [2024-10-28 02:33:44] "GET /network-policy/aa824414-4676-4f87-a50c-7e15b247fe64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.006323 10.0.0.32 - - [2024-10-28 02:33:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.32 - - [2024-10-28 02:33:44] "GET /virtual-network/763b362b-317d-4f89-a893-76836276e716?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.011094 10.0.0.32 - - [2024-10-28 02:33:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.32 - - [2024-10-28 02:33:44] "GET /network-policy/aa824414-4676-4f87-a50c-7e15b247fe64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004919 10.0.0.32 - - [2024-10-28 02:33:44] "POST /fqname-to-id HTTP/1.1" 404 242 0.004891 10.0.0.32 - - [2024-10-28 02:33:44] "POST /ref-update HTTP/1.1" 200 156 0.034753 10.0.0.32 - - [2024-10-28 02:33:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.32 - - [2024-10-28 02:33:44] "POST /access-control-lists HTTP/1.1" 200 601 0.060967 10.0.0.32 - - [2024-10-28 02:33:44] "GET /network-policy/aa824414-4676-4f87-a50c-7e15b247fe64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004851 10.0.0.32 - - [2024-10-28 02:33:44] "POST /neutron/network HTTP/1.1" 200 920 0.009116 10.0.0.32 - - [2024-10-28 02:33:44] "GET /virtual-network/763b362b-317d-4f89-a893-76836276e716?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.010310 10.0.0.32 - - [2024-10-28 02:33:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.32 - - [2024-10-28 02:33:44] "GET /network-policy/aa824414-4676-4f87-a50c-7e15b247fe64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.005830 10.0.0.32 - - [2024-10-28 02:33:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.32 - - [2024-10-28 02:33:44] "GET /virtual-network/336f8b68-a641-4318-8163-d5f44312a4fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.011540 10.0.0.32 - - [2024-10-28 02:33:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.32 - - [2024-10-28 02:33:44] "GET /network-policy/aa824414-4676-4f87-a50c-7e15b247fe64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.005178 10.0.0.32 - - [2024-10-28 02:33:44] "POST /fqname-to-id HTTP/1.1" 404 244 0.003344 10.0.0.32 - - [2024-10-28 02:33:45] "POST /ref-update HTTP/1.1" 200 156 0.047559 10.0.0.32 - - [2024-10-28 02:33:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.32 - - [2024-10-28 02:33:45] "POST /access-control-lists HTTP/1.1" 200 604 0.076199 10.0.0.32 - - [2024-10-28 02:33:45] "GET /network-policy/aa824414-4676-4f87-a50c-7e15b247fe64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.005978 10.0.0.32 - - [2024-10-28 02:33:45] "POST /routing-instances HTTP/1.1" 200 759 0.020947 10.0.0.32 - - [2024-10-28 02:33:45] "POST /neutron/network HTTP/1.1" 200 924 0.011295 10.0.0.32 - - [2024-10-28 02:33:45] "GET /virtual-network/336f8b68-a641-4318-8163-d5f44312a4fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.011821 10.0.0.32 - - [2024-10-28 02:33:45] "POST /route-targets HTTP/1.1" 200 327 0.013137 10.0.0.32 - - [2024-10-28 02:33:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.32 - - [2024-10-28 02:33:45] "POST /ref-update HTTP/1.1" 200 156 0.011872 10.0.0.32 - - [2024-10-28 02:33:45] "GET /network-policy/aa824414-4676-4f87-a50c-7e15b247fe64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004641 10.0.0.32 - - [2024-10-28 02:33:45] "GET /routing-instance/429d5a69-6475-4267-9a35-b90382a21a4c?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1287 0.006590 10.0.0.32 - - [2024-10-28 02:33:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.32 - - [2024-10-28 02:33:45] "GET /routing-instance/429d5a69-6475-4267-9a35-b90382a21a4c?fields=routing_policy_back_refs HTTP/1.1" 200 1287 0.006303 10.0.0.32 - - [2024-10-28 02:33:45] "GET /service-template/57771ef6-7182-44be-bbdf-27d2f497910b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.004239 10.0.0.32 - - [2024-10-28 02:33:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.32 - - [2024-10-28 02:33:45] "POST /ref-update HTTP/1.1" 200 156 0.013320 10.0.0.32 - - [2024-10-28 02:33:45] "GET /projects?obj_uuids=c062b45f-0f6d-4202-baa7-faf750e022b4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001929 10.0.0.32 - - [2024-10-28 02:33:45] "GET /project/c062b45f-0f6d-4202-baa7-faf750e022b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.065392 10.0.0.32 - - [2024-10-28 02:33:45] "POST /routing-instances HTTP/1.1" 200 760 0.057824 10.0.0.32 - - [2024-10-28 02:33:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.32 - - [2024-10-28 02:33:45] "POST /route-targets HTTP/1.1" 200 327 0.012236 10.0.0.32 - - [2024-10-28 02:33:45] "GET /service-instance/68869702-c4cf-4c39-bf49-9820acc0cc4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3528 0.008378 10.0.0.32 - - [2024-10-28 02:33:45] "POST /ref-update HTTP/1.1" 200 156 0.013023 10.0.0.32 - - [2024-10-28 02:33:45] "GET /domains HTTP/1.1" 200 280 0.003219 10.0.0.32 - - [2024-10-28 02:33:45] "GET /domains?obj_uuids=51ad6298-d170-4109-b48a-f07afad31756&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001528 10.0.0.32 - - [2024-10-28 02:33:45] "GET /domain/51ad6298-d170-4109-b48a-f07afad31756 HTTP/1.1" 200 2771 0.012367 10.0.0.32 - - [2024-10-28 02:33:45] "GET /routing-instance/55414c95-6b6e-4ac4-9020-97d6c2ace832?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1288 0.004849 10.0.0.32 - - [2024-10-28 02:33:45] "GET /projects?obj_uuids=c062b45f-0f6d-4202-baa7-faf750e022b4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001232 10.0.0.32 - - [2024-10-28 02:33:45] "GET /routing-instance/55414c95-6b6e-4ac4-9020-97d6c2ace832?fields=routing_policy_back_refs HTTP/1.1" 200 1288 0.005836 10.0.0.32 - - [2024-10-28 02:33:45] "GET /project/c062b45f-0f6d-4202-baa7-faf750e022b4 HTTP/1.1" 200 4233 0.093149 10.0.0.32 - - [2024-10-28 02:33:45] "GET /service-instance/68869702-c4cf-4c39-bf49-9820acc0cc4d HTTP/1.1" 200 3782 0.011798 10.0.0.32 - - [2024-10-28 02:33:45] "PUT /routing-instance/429d5a69-6475-4267-9a35-b90382a21a4c HTTP/1.1" 200 266 0.018835 10.0.0.32 - - [2024-10-28 02:33:45] "GET /domains HTTP/1.1" 200 280 0.004690 10.0.0.32 - - [2024-10-28 02:33:45] "GET /domains?obj_uuids=51ad6298-d170-4109-b48a-f07afad31756&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001322 10.0.0.32 - - [2024-10-28 02:33:45] "GET /domain/51ad6298-d170-4109-b48a-f07afad31756 HTTP/1.1" 200 2771 0.009164 10.0.0.32 - - [2024-10-28 02:33:45] "GET /projects?obj_uuids=c062b45f-0f6d-4202-baa7-faf750e022b4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001282 10.0.0.32 - - [2024-10-28 02:33:45] "PUT /routing-instance/55414c95-6b6e-4ac4-9020-97d6c2ace832 HTTP/1.1" 200 266 0.011358 10.0.0.32 - - [2024-10-28 02:33:45] "GET /project/c062b45f-0f6d-4202-baa7-faf750e022b4 HTTP/1.1" 200 4233 0.081724 10.0.0.32 - - [2024-10-28 02:33:45] "GET /service-instance/68869702-c4cf-4c39-bf49-9820acc0cc4d HTTP/1.1" 200 3782 0.006638 10.0.0.32 - - [2024-10-28 02:33:45] "POST /ref-update HTTP/1.1" 200 156 0.016836 10.0.0.32 - - [2024-10-28 02:33:45] "GET /port-tuple/a15168fd-b80c-48c3-b8e4-bf4c7f1f86e8 HTTP/1.1" 200 1979 0.007609 10.0.0.32 - - [2024-10-28 02:33:45] "GET /virtual-machine-interface/6d480196-59b3-424b-9666-196ccb021286 HTTP/1.1" 200 3797 0.010897 10.0.0.32 - - [2024-10-28 02:33:46] "GET /virtual-machine-interface/73eecdcb-d923-4e74-b90b-4099f4269fd1 HTTP/1.1" 200 3803 0.014221 10.0.0.32 - - [2024-10-28 02:33:46] "GET /virtual-machine-interface/7ade8271-5f4e-4f4e-924b-bc9f566be8e2 HTTP/1.1" 200 3815 0.014539 10.0.0.32 - - [2024-10-28 02:33:46] "PUT /access-control-list/776fefc0-8607-412a-af43-52b395c30d81 HTTP/1.1" 200 272 0.027518 10.0.0.32 - - [2024-10-28 02:33:46] "PUT /access-control-list/22637962-e721-4348-8ff9-71496e73cc75 HTTP/1.1" 200 272 0.020405 10.0.0.32 - - [2024-10-28 02:33:46] "POST /neutron/port HTTP/1.1" 200 3836 0.092517 10.0.0.32 - - [2024-10-28 02:33:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008089 10.0.0.32 - - [2024-10-28 02:33:46] "POST /neutron/port HTTP/1.1" 200 3836 0.036783 10.0.0.32 - - [2024-10-28 02:33:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007854 10.0.0.32 - - [2024-10-28 02:33:46] "POST /neutron/port HTTP/1.1" 200 3836 0.038234 10.0.0.32 - - [2024-10-28 02:33:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007436 10.0.0.32 - - [2024-10-28 02:33:46] "POST /neutron/port HTTP/1.1" 200 3836 0.037512 10.0.0.32 - - [2024-10-28 02:33:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.014891 10.0.0.32 - - [2024-10-28 02:33:46] "POST /neutron/network HTTP/1.1" 200 894 0.019784 10.0.0.32 - - [2024-10-28 02:33:46] "POST /neutron/network HTTP/1.1" 200 920 0.007023 10.0.0.32 - - [2024-10-28 02:33:46] "POST /neutron/network HTTP/1.1" 200 808 0.015155 10.0.0.32 - - [2024-10-28 02:33:46] "POST /neutron/network HTTP/1.1" 200 834 0.007047 10.0.0.32 - - [2024-10-28 02:33:46] "POST /neutron/network HTTP/1.1" 200 898 0.015474 10.0.0.32 - - [2024-10-28 02:33:46] "POST /neutron/network HTTP/1.1" 200 924 0.007627 10.0.0.32 - - [2024-10-28 02:33:46] "POST /id-to-fqname HTTP/1.1" 200 223 0.001519 10.0.0.32 - - [2024-10-28 02:33:46] "POST /id-to-fqname HTTP/1.1" 200 223 0.001356 10.0.0.32 - - [2024-10-28 02:33:46] "POST /id-to-fqname HTTP/1.1" 200 224 0.001833 10.0.0.32 - - [2024-10-28 02:33:46] "GET /virtual-machine/a1ada181-68de-4930-9307-118ef2fe3b8c HTTP/1.1" 200 1803 0.006020 10.0.0.32 - - [2024-10-28 02:33:46] "GET /virtual-machine-interface/6d480196-59b3-424b-9666-196ccb021286 HTTP/1.1" 200 3797 0.011193 10.0.0.32 - - [2024-10-28 02:33:46] "GET /virtual-machine-interface/73eecdcb-d923-4e74-b90b-4099f4269fd1 HTTP/1.1" 200 3803 0.010523 10.0.0.32 - - [2024-10-28 02:33:46] "GET /virtual-machine-interface/7ade8271-5f4e-4f4e-924b-bc9f566be8e2 HTTP/1.1" 200 3815 0.010481 10.0.0.32 - - [2024-10-28 02:33:46] "GET /instance-ip/12e88cdc-c63d-475c-9541-e12a2249b4c5 HTTP/1.1" 200 1621 0.007250 10.0.0.32 - - [2024-10-28 02:33:46] "GET /instance-ip/be961931-0e66-495f-8289-9a685dd5b590 HTTP/1.1" 200 1956 0.005310 10.0.0.32 - - [2024-10-28 02:33:46] "GET /instance-ip/fcf80bdf-0c76-49b9-af2f-66621531f61e HTTP/1.1" 200 1955 0.006194 10.0.0.32 - - [2024-10-28 02:33:46] "GET /instance-ip/5fcddf9a-9c64-48ea-9a34-e0fcc5dddc3b HTTP/1.1" 200 1960 0.006751 10.0.0.32 - - [2024-10-28 02:33:46] "GET /instance-ip/72487830-1133-4772-8962-f9ab8012b29f HTTP/1.1" 200 1957 0.005175 10.0.0.32 - - [2024-10-28 02:33:46] "GET /instance-ip/fc8342a3-404d-4232-a939-5474740cc981 HTTP/1.1" 200 1625 0.006837 10.0.0.32 - - [2024-10-28 02:33:46] "GET /instance-ip/7d1679f9-8371-4915-a286-d9745dc06aa1 HTTP/1.1" 200 1623 0.006253 10.0.0.32 - - [2024-10-28 02:33:46] "GET /instance-ip/a4b806e5-9824-44c9-997e-cb921ab4c25b HTTP/1.1" 200 1981 0.004981 10.0.0.32 - - [2024-10-28 02:33:46] "GET /instance-ip/d1f638a9-c8e0-4250-9a68-27fa7199a3ec HTTP/1.1" 200 1979 0.006300 10.0.0.32 - - [2024-10-28 02:33:47] "POST /neutron/port HTTP/1.1" 200 3836 0.039701 10.0.0.32 - - [2024-10-28 02:33:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011245 10.0.0.32 - - [2024-10-28 02:33:47] "POST /neutron/port HTTP/1.1" 200 3836 0.042072 10.0.0.32 - - [2024-10-28 02:33:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008577 10.0.0.32 - - [2024-10-28 02:33:47] "POST /neutron/port HTTP/1.1" 200 3836 0.046757 10.0.0.32 - - [2024-10-28 02:33:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009342 10.0.0.32 - - [2024-10-28 02:33:47] "POST /neutron/port HTTP/1.1" 200 3836 0.040302 10.0.0.32 - - [2024-10-28 02:33:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009150 10.0.0.32 - - [2024-10-28 02:33:47] "GET /virtual-machine/a1ada181-68de-4930-9307-118ef2fe3b8c HTTP/1.1" 200 1803 0.007171 10.0.0.32 - - [2024-10-28 02:33:47] "GET /virtual-machine-interface/6d480196-59b3-424b-9666-196ccb021286 HTTP/1.1" 200 3797 0.012861 10.0.0.32 - - [2024-10-28 02:33:47] "GET /virtual-machine-interface/73eecdcb-d923-4e74-b90b-4099f4269fd1 HTTP/1.1" 200 3803 0.013120 10.0.0.32 - - [2024-10-28 02:33:47] "GET /virtual-machine-interface/7ade8271-5f4e-4f4e-924b-bc9f566be8e2 HTTP/1.1" 200 3815 0.013278 10.0.0.32 - - [2024-10-28 02:33:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004189 10.0.0.32 - - [2024-10-28 02:33:47] "GET /global-vrouter-config/333c7863-f234-4c44-8e2d-1d46228978ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004607 10.0.0.32 - - [2024-10-28 02:33:47] "GET /virtual-networks?parent_id=c062b45f-0f6d-4202-baa7-faf750e022b4&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004621 10.0.0.32 - - [2024-10-28 02:33:47] "GET /virtual-network/763b362b-317d-4f89-a893-76836276e716?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.012713 10.0.0.32 - - [2024-10-28 02:33:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.32 - - [2024-10-28 02:33:48] "GET /global-vrouter-config/333c7863-f234-4c44-8e2d-1d46228978ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004586 10.0.0.32 - - [2024-10-28 02:33:48] "GET /virtual-networks?parent_id=c062b45f-0f6d-4202-baa7-faf750e022b4&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004280 10.0.0.32 - - [2024-10-28 02:33:48] "GET /virtual-network/763b362b-317d-4f89-a893-76836276e716?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.010591 10.0.0.32 - - [2024-10-28 02:33:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.32 - - [2024-10-28 02:33:49] "GET /global-vrouter-config/333c7863-f234-4c44-8e2d-1d46228978ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004846 10.0.0.32 - - [2024-10-28 02:33:49] "GET /virtual-networks?parent_id=c062b45f-0f6d-4202-baa7-faf750e022b4&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004191 10.0.0.32 - - [2024-10-28 02:33:49] "GET /virtual-network/763b362b-317d-4f89-a893-76836276e716?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.011846 10.0.0.32 - - [2024-10-28 02:33:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.32 - - [2024-10-28 02:33:49] "GET /global-vrouter-config/333c7863-f234-4c44-8e2d-1d46228978ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005554 10.0.0.32 - - [2024-10-28 02:33:49] "GET /virtual-networks?parent_id=c062b45f-0f6d-4202-baa7-faf750e022b4&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003482 10.0.0.32 - - [2024-10-28 02:33:49] "GET /virtual-network/763b362b-317d-4f89-a893-76836276e716?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.010779 10.0.0.32 - - [2024-10-28 02:33:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.32 - - [2024-10-28 02:33:49] "GET /global-vrouter-config/333c7863-f234-4c44-8e2d-1d46228978ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005434 10.0.0.32 - - [2024-10-28 02:33:49] "GET /virtual-networks?parent_id=c062b45f-0f6d-4202-baa7-faf750e022b4&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004037 10.0.0.32 - - [2024-10-28 02:33:49] "GET /virtual-network/763b362b-317d-4f89-a893-76836276e716?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.010400 10.0.0.32 - - [2024-10-28 02:33:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.32 - - [2024-10-28 02:33:49] "GET /global-vrouter-config/333c7863-f234-4c44-8e2d-1d46228978ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004209 10.0.0.32 - - [2024-10-28 02:33:49] "GET /virtual-networks?parent_id=c062b45f-0f6d-4202-baa7-faf750e022b4&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004284 10.0.0.32 - - [2024-10-28 02:33:49] "GET /virtual-network/0094834b-9032-4fdb-b0b6-643b11b5813e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.011193 10.0.0.32 - - [2024-10-28 02:33:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.32 - - [2024-10-28 02:33:49] "GET /global-vrouter-config/333c7863-f234-4c44-8e2d-1d46228978ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.007338 10.0.0.32 - - [2024-10-28 02:33:49] "GET /virtual-networks?parent_id=c062b45f-0f6d-4202-baa7-faf750e022b4&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003783 10.0.0.32 - - [2024-10-28 02:33:50] "GET /virtual-network/0094834b-9032-4fdb-b0b6-643b11b5813e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.010397 10.0.0.32 - - [2024-10-28 02:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.32 - - [2024-10-28 02:33:50] "GET /global-vrouter-config/333c7863-f234-4c44-8e2d-1d46228978ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005575 10.0.0.32 - - [2024-10-28 02:33:50] "GET /virtual-networks?parent_id=c062b45f-0f6d-4202-baa7-faf750e022b4&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003743 10.0.0.32 - - [2024-10-28 02:33:50] "GET /virtual-network/0094834b-9032-4fdb-b0b6-643b11b5813e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.015046 10.0.0.32 - - [2024-10-28 02:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004111 10.0.0.32 - - [2024-10-28 02:33:50] "GET /global-vrouter-config/333c7863-f234-4c44-8e2d-1d46228978ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005616 10.0.0.32 - - [2024-10-28 02:33:50] "GET /virtual-networks?parent_id=c062b45f-0f6d-4202-baa7-faf750e022b4&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003610 10.0.0.32 - - [2024-10-28 02:33:50] "GET /virtual-network/0094834b-9032-4fdb-b0b6-643b11b5813e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.011175 10.0.0.32 - - [2024-10-28 02:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004348 10.0.0.32 - - [2024-10-28 02:33:50] "GET /global-vrouter-config/333c7863-f234-4c44-8e2d-1d46228978ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005283 10.0.0.32 - - [2024-10-28 02:33:50] "GET /virtual-networks?parent_id=c062b45f-0f6d-4202-baa7-faf750e022b4&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003501 10.0.0.32 - - [2024-10-28 02:33:50] "GET /virtual-network/336f8b68-a641-4318-8163-d5f44312a4fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.010894 10.0.0.32 - - [2024-10-28 02:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004001 10.0.0.32 - - [2024-10-28 02:33:50] "GET /global-vrouter-config/333c7863-f234-4c44-8e2d-1d46228978ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004918 10.0.0.32 - - [2024-10-28 02:33:50] "GET /virtual-networks?parent_id=c062b45f-0f6d-4202-baa7-faf750e022b4&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004364 10.0.0.32 - - [2024-10-28 02:33:50] "GET /virtual-network/336f8b68-a641-4318-8163-d5f44312a4fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.011467 10.0.0.32 - - [2024-10-28 02:33:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.32 - - [2024-10-28 02:33:51] "GET /global-vrouter-config/333c7863-f234-4c44-8e2d-1d46228978ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004661 10.0.0.32 - - [2024-10-28 02:33:51] "GET /virtual-networks?parent_id=c062b45f-0f6d-4202-baa7-faf750e022b4&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003608 10.0.0.32 - - [2024-10-28 02:33:51] "GET /virtual-network/336f8b68-a641-4318-8163-d5f44312a4fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.010165 10.0.0.32 - - [2024-10-28 02:33:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.32 - - [2024-10-28 02:33:51] "GET /global-vrouter-config/333c7863-f234-4c44-8e2d-1d46228978ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005011 10.0.0.32 - - [2024-10-28 02:33:51] "GET /virtual-networks?parent_id=c062b45f-0f6d-4202-baa7-faf750e022b4&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003821 10.0.0.32 - - [2024-10-28 02:33:51] "GET /virtual-network/336f8b68-a641-4318-8163-d5f44312a4fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.010510 10.0.0.32 - - [2024-10-28 02:33:51] "GET /virtual-machine/a1ada181-68de-4930-9307-118ef2fe3b8c HTTP/1.1" 200 1803 0.005897 10.0.0.32 - - [2024-10-28 02:33:51] "GET /domains HTTP/1.1" 200 280 0.002888 10.0.0.32 - - [2024-10-28 02:33:51] "GET /domains?obj_uuids=51ad6298-d170-4109-b48a-f07afad31756&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001253 10.0.0.32 - - [2024-10-28 02:33:51] "GET /domain/51ad6298-d170-4109-b48a-f07afad31756 HTTP/1.1" 200 2771 0.009141 10.0.0.32 - - [2024-10-28 02:33:51] "GET /projects?obj_uuids=c062b45f-0f6d-4202-baa7-faf750e022b4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001398 10.0.0.32 - - [2024-10-28 02:33:51] "GET /project/c062b45f-0f6d-4202-baa7-faf750e022b4 HTTP/1.1" 200 4233 0.086871 10.0.0.32 - - [2024-10-28 02:33:51] "GET /service-instance/68869702-c4cf-4c39-bf49-9820acc0cc4d HTTP/1.1" 200 3782 0.006528 10.0.0.32 - - [2024-10-28 02:33:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.32 - - [2024-10-28 02:33:51] "GET /routing-instance/addc185f-5d0e-4c36-9de9-693cbf7087a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1888 0.005436 10.0.0.32 - - [2024-10-28 02:33:51] "GET /routing-instance/addc185f-5d0e-4c36-9de9-693cbf7087a5?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2021 0.008130 10.0.0.32 - - [2024-10-28 02:33:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004064 10.0.0.32 - - [2024-10-28 02:33:51] "GET /routing-instance/bae30553-b473-4c50-9b63-ce2eb73b9562?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1893 0.005719 10.0.0.32 - - [2024-10-28 02:33:51] "GET /routing-instance/bae30553-b473-4c50-9b63-ce2eb73b9562?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2024 0.007243 10.0.0.32 - - [2024-10-28 02:33:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.32 - - [2024-10-28 02:33:51] "GET /virtual-network/763b362b-317d-4f89-a893-76836276e716?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.010293 10.0.0.32 - - [2024-10-28 02:33:51] "GET /virtual-network/763b362b-317d-4f89-a893-76836276e716?fields=routing_instances HTTP/1.1" 200 1682 0.012349 10.0.0.32 - - [2024-10-28 02:33:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.32 - - [2024-10-28 02:33:52] "GET /virtual-network/336f8b68-a641-4318-8163-d5f44312a4fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.010798 10.0.0.32 - - [2024-10-28 02:33:52] "GET /virtual-network/336f8b68-a641-4318-8163-d5f44312a4fe?fields=routing_instances HTTP/1.1" 200 1686 0.014567 10.0.0.32 - - [2024-10-28 02:33:56] "POST /ref-update HTTP/1.1" 200 156 0.039610 10.0.0.32 - - [2024-10-28 02:33:56] "DELETE /access-control-list/22637962-e721-4348-8ff9-71496e73cc75 HTTP/1.1" 200 115 0.053352 10.0.0.32 - - [2024-10-28 02:33:56] "POST /neutron/network HTTP/1.1" 200 836 0.028220 10.0.0.32 - - [2024-10-28 02:33:56] "GET /virtual-network/336f8b68-a641-4318-8163-d5f44312a4fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.010891 10.0.0.32 - - [2024-10-28 02:33:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.32 - - [2024-10-28 02:33:56] "GET /network-policy/aa824414-4676-4f87-a50c-7e15b247fe64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004480 10.0.0.32 - - [2024-10-28 02:33:56] "DELETE /routing-instance/429d5a69-6475-4267-9a35-b90382a21a4c HTTP/1.1" 200 115 0.036077 10.0.0.32 - - [2024-10-28 02:33:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.32 - - [2024-10-28 02:33:56] "POST /ref-update HTTP/1.1" 200 156 0.037950 10.0.0.32 - - [2024-10-28 02:33:56] "DELETE /route-target/8be66de7-5022-46ea-b972-c6941b8da04c HTTP/1.1" 200 115 0.021936 10.0.0.32 - - [2024-10-28 02:33:56] "DELETE /routing-instance/55414c95-6b6e-4ac4-9020-97d6c2ace832 HTTP/1.1" 200 115 0.035467 10.0.0.32 - - [2024-10-28 02:33:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005153 10.0.0.32 - - [2024-10-28 02:33:56] "POST /neutron/network HTTP/1.1" 200 832 0.010337 10.0.0.32 - - [2024-10-28 02:33:56] "GET /virtual-network/763b362b-317d-4f89-a893-76836276e716?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.010607 10.0.0.32 - - [2024-10-28 02:33:56] "DELETE /route-target/07ad9668-9cac-40cd-97dd-28ed22b31c53 HTTP/1.1" 200 115 0.018477 10.0.0.32 - - [2024-10-28 02:33:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004427 10.0.0.32 - - [2024-10-28 02:33:56] "DELETE /access-control-list/776fefc0-8607-412a-af43-52b395c30d81 HTTP/1.1" 200 115 0.032016 10.0.0.32 - - [2024-10-28 02:33:56] "GET /network-policy/aa824414-4676-4f87-a50c-7e15b247fe64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004863 10.0.0.32 - - [2024-10-28 02:33:56] "DELETE /network-policy/aa824414-4676-4f87-a50c-7e15b247fe64 HTTP/1.1" 200 115 0.026754 10.0.0.32 - - [2024-10-28 02:33:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.32 - - [2024-10-28 02:33:56] "DELETE /service-instance/68869702-c4cf-4c39-bf49-9820acc0cc4d HTTP/1.1" 200 115 0.056184 10.0.0.32 - - [2024-10-28 02:33:56] "POST /ref-update HTTP/1.1" 200 156 0.016507 10.0.0.32 - - [2024-10-28 02:33:56] "GET /domains HTTP/1.1" 200 280 0.005625 10.0.0.32 - - [2024-10-28 02:33:56] "GET /domains?obj_uuids=51ad6298-d170-4109-b48a-f07afad31756&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001418 10.0.0.32 - - [2024-10-28 02:33:56] "GET /domain/51ad6298-d170-4109-b48a-f07afad31756 HTTP/1.1" 200 2771 0.011637 10.0.0.32 - - [2024-10-28 02:33:56] "GET /projects?obj_uuids=c062b45f-0f6d-4202-baa7-faf750e022b4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001377 10.0.0.32 - - [2024-10-28 02:33:56] "DELETE /instance-ip/5fcddf9a-9c64-48ea-9a34-e0fcc5dddc3b HTTP/1.1" 200 115 0.039793 10.0.0.32 - - [2024-10-28 02:33:56] "POST /ref-update HTTP/1.1" 200 156 0.011327 10.0.0.32 - - [2024-10-28 02:33:56] "GET /project/c062b45f-0f6d-4202-baa7-faf750e022b4 HTTP/1.1" 200 3759 0.076766 10.0.0.32 - - [2024-10-28 02:33:56] "GET /virtual-machine/a1ada181-68de-4930-9307-118ef2fe3b8c HTTP/1.1" 200 1803 0.004545 10.0.0.32 - - [2024-10-28 02:33:56] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003183 10.0.0.32 - - [2024-10-28 02:33:56] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003078 10.0.0.32 - - [2024-10-28 02:33:56] "DELETE /instance-ip/be961931-0e66-495f-8289-9a685dd5b590 HTTP/1.1" 200 115 0.032355 10.0.0.32 - - [2024-10-28 02:33:57] "POST /ref-update HTTP/1.1" 200 156 0.012673 10.0.0.32 - - [2024-10-28 02:33:57] "DELETE /instance-ip/72487830-1133-4772-8962-f9ab8012b29f HTTP/1.1" 200 115 0.026406 10.0.0.32 - - [2024-10-28 02:33:57] "POST /ref-update HTTP/1.1" 200 156 0.015004 10.0.0.32 - - [2024-10-28 02:33:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.32 - - [2024-10-28 02:33:57] "DELETE /service-template/57771ef6-7182-44be-bbdf-27d2f497910b HTTP/1.1" 200 115 0.039186 10.0.0.32 - - [2024-10-28 02:33:57] "POST /fqname-to-id HTTP/1.1" 404 193 0.014368 10.0.0.32 - - [2024-10-28 02:33:57] "DELETE /instance-ip/d1f638a9-c8e0-4250-9a68-27fa7199a3ec HTTP/1.1" 200 115 0.061383 10.0.0.32 - - [2024-10-28 02:33:57] "POST /ref-update HTTP/1.1" 200 156 0.013628 10.0.0.32 - - [2024-10-28 02:33:57] "DELETE /instance-ip/fcf80bdf-0c76-49b9-af2f-66621531f61e HTTP/1.1" 200 115 0.222129 10.0.0.32 - - [2024-10-28 02:33:57] "POST /ref-update HTTP/1.1" 200 156 0.014070 10.0.0.32 - - [2024-10-28 02:33:57] "DELETE /instance-ip/a4b806e5-9824-44c9-997e-cb921ab4c25b HTTP/1.1" 200 115 0.047285 10.0.0.32 - - [2024-10-28 02:33:57] "POST /neutron/network HTTP/1.1" 200 836 0.008332 10.0.0.32 - - [2024-10-28 02:33:57] "POST /neutron/network HTTP/1.1" 400 204 0.013777 10.0.0.32 - - [2024-10-28 02:33:58] "POST /neutron/port HTTP/1.1" 200 1088 0.019364 10.0.0.32 - - [2024-10-28 02:33:58] "POST /neutron/port HTTP/1.1" 200 1114 0.019883 10.0.0.32 - - [2024-10-28 02:33:58] "POST /neutron/port HTTP/1.1" 200 3029 0.045887 10.0.0.32 - - [2024-10-28 02:33:58] "POST /neutron/port HTTP/1.1" 200 1112 0.010352 10.0.0.32 - - [2024-10-28 02:33:58] "POST /neutron/port HTTP/1.1" 200 1086 0.035017 10.0.0.32 - - [2024-10-28 02:33:58] "POST /neutron/port HTTP/1.1" 200 1112 0.012009 10.0.0.32 - - [2024-10-28 02:33:58] "POST /neutron/port HTTP/1.1" 200 151 0.182758 10.0.0.32 - - [2024-10-28 02:33:58] "POST /neutron/port HTTP/1.1" 200 151 0.173969 10.0.0.32 - - [2024-10-28 02:33:58] "POST /neutron/port HTTP/1.1" 200 1114 0.010719 10.0.0.32 - - [2024-10-28 02:33:58] "POST /neutron/port HTTP/1.1" 200 151 0.188356 10.0.0.32 - - [2024-10-28 02:33:58] "POST /neutron/port HTTP/1.1" 200 151 0.127225 10.0.0.32 - - [2024-10-28 02:33:58] "POST /neutron/port HTTP/1.1" 200 1114 0.011424 10.0.0.32 - - [2024-10-28 02:33:58] "POST /neutron/port HTTP/1.1" 200 151 0.111053 10.0.0.32 - - [2024-10-28 02:33:59] "POST /neutron/network HTTP/1.1" 200 836 0.007065 10.0.0.32 - - [2024-10-28 02:33:59] "POST /useragent-kv HTTP/1.1" 200 115 0.001539 10.0.0.32 - - [2024-10-28 02:33:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.007521 10.0.0.32 - - [2024-10-28 02:33:59] "POST /useragent-kv HTTP/1.1" 200 115 0.001360 10.0.0.32 - - [2024-10-28 02:33:59] "POST /neutron/network HTTP/1.1" 200 151 0.093762 10.0.0.32 - - [2024-10-28 02:33:59] "DELETE /route-target/df8129d7-f257-480b-add9-0a4226f96078 HTTP/1.1" 200 115 0.019403 10.0.0.32 - - [2024-10-28 02:33:59] "GET /routing-instance/bae30553-b473-4c50-9b63-ce2eb73b9562 HTTP/1.1" 404 171 0.002877 10.0.0.32 - - [2024-10-28 02:33:59] "GET /domains HTTP/1.1" 200 280 0.003740 10.0.0.32 - - [2024-10-28 02:33:59] "GET /domains?obj_uuids=51ad6298-d170-4109-b48a-f07afad31756&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001235 10.0.0.32 - - [2024-10-28 02:33:59] "GET /domain/51ad6298-d170-4109-b48a-f07afad31756 HTTP/1.1" 200 2571 0.055984 10.0.0.32 - - [2024-10-28 02:33:59] "GET /projects?obj_uuids=c062b45f-0f6d-4202-baa7-faf750e022b4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001415 10.0.0.32 - - [2024-10-28 02:33:59] "GET /project/c062b45f-0f6d-4202-baa7-faf750e022b4 HTTP/1.1" 200 2298 0.089289 10.0.0.32 - - [2024-10-28 02:34:00] "POST /neutron/network HTTP/1.1" 200 832 0.007808 10.0.0.32 - - [2024-10-28 02:34:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005805 10.0.0.32 - - [2024-10-28 02:34:00] "POST /useragent-kv HTTP/1.1" 200 115 0.001557 10.0.0.32 - - [2024-10-28 02:34:00] "POST /useragent-kv HTTP/1.1" 200 115 0.001246 10.0.0.32 - - [2024-10-28 02:34:00] "POST /neutron/network HTTP/1.1" 200 151 0.108153 10.0.0.32 - - [2024-10-28 02:34:00] "DELETE /route-target/0ce4a68c-bce0-41b6-ad0e-0c5383b447d8 HTTP/1.1" 200 115 0.017168 10.0.0.32 - - [2024-10-28 02:34:00] "GET /routing-instance/addc185f-5d0e-4c36-9de9-693cbf7087a5 HTTP/1.1" 404 171 0.002992 10.0.0.32 - - [2024-10-28 02:34:00] "GET /domains HTTP/1.1" 200 280 0.003849 10.0.0.32 - - [2024-10-28 02:34:00] "GET /domains?obj_uuids=51ad6298-d170-4109-b48a-f07afad31756&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001504 10.0.0.32 - - [2024-10-28 02:34:00] "GET /domain/51ad6298-d170-4109-b48a-f07afad31756 HTTP/1.1" 200 2571 0.052669 10.0.0.32 - - [2024-10-28 02:34:00] "GET /projects?obj_uuids=c062b45f-0f6d-4202-baa7-faf750e022b4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001310 10.0.0.32 - - [2024-10-28 02:34:00] "GET /project/c062b45f-0f6d-4202-baa7-faf750e022b4 HTTP/1.1" 200 2080 0.080854 10.0.0.32 - - [2024-10-28 02:34:00] "POST /neutron/network HTTP/1.1" 200 834 0.007580 10.0.0.32 - - [2024-10-28 02:34:00] "POST /useragent-kv HTTP/1.1" 200 115 0.001544 10.0.0.32 - - [2024-10-28 02:34:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.007714 10.0.0.32 - - [2024-10-28 02:34:00] "POST /useragent-kv HTTP/1.1" 200 115 0.001442 10.0.0.32 - - [2024-10-28 02:34:00] "POST /neutron/network HTTP/1.1" 200 151 0.093678 10.0.0.32 - - [2024-10-28 02:34:00] "GET /routing-instance/890f40fc-05ad-42d8-a235-5878c1e9b166 HTTP/1.1" 404 171 0.005119 10.0.0.32 - - [2024-10-28 02:34:00] "DELETE /route-target/d93a6705-d38b-43f8-82a4-59be875abcea HTTP/1.1" 200 115 0.019297 10.0.0.32 - - [2024-10-28 02:34:00] "GET /domains HTTP/1.1" 200 280 0.003347 10.0.0.32 - - [2024-10-28 02:34:00] "GET /domains?obj_uuids=51ad6298-d170-4109-b48a-f07afad31756&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001422 10.0.0.32 - - [2024-10-28 02:34:00] "GET /domain/51ad6298-d170-4109-b48a-f07afad31756 HTTP/1.1" 200 2571 0.053770 10.0.0.32 - - [2024-10-28 02:34:00] "GET /projects?obj_uuids=c062b45f-0f6d-4202-baa7-faf750e022b4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001629 10.0.0.32 - - [2024-10-28 02:34:00] "GET /project/c062b45f-0f6d-4202-baa7-faf750e022b4 HTTP/1.1" 200 1840 0.083607 10.0.0.32 - - [2024-10-28 02:34:00] "GET /projects?obj_uuids=c062b45f-0f6d-4202-baa7-faf750e022b4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001393 10.0.0.32 - - [2024-10-28 02:34:00] "GET /project/c062b45f-0f6d-4202-baa7-faf750e022b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.038082 10.0.0.32 - - [2024-10-28 02:34:00] "GET /projects?obj_uuids=c062b45f-0f6d-4202-baa7-faf750e022b4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001294 10.0.0.32 - - [2024-10-28 02:34:01] "GET /project/c062b45f-0f6d-4202-baa7-faf750e022b4?fields=virtual_networks HTTP/1.1" 200 1028 0.078942 10.0.0.32 - - [2024-10-28 02:34:01] "GET /projects?obj_uuids=c062b45f-0f6d-4202-baa7-faf750e022b4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002061 10.0.0.32 - - [2024-10-28 02:34:01] "GET /project/c062b45f-0f6d-4202-baa7-faf750e022b4?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.038620 10.0.0.32 - - [2024-10-28 02:34:01] "GET /projects?obj_uuids=c062b45f-0f6d-4202-baa7-faf750e022b4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001753 10.0.0.32 - - [2024-10-28 02:34:01] "GET /project/c062b45f-0f6d-4202-baa7-faf750e022b4?fields=security_groups HTTP/1.1" 200 1252 0.040394 10.0.0.32 - - [2024-10-28 02:34:02] "POST /fqname-to-id HTTP/1.1" 404 189 0.028854 10.0.0.32 - - [2024-10-28 02:34:02] "GET /projects?obj_uuids=e00b7ccd-a3ae-49b7-823b-f5f76e20be06&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003319 10.0.0.32 - - [2024-10-28 02:34:02] "GET /domains?obj_uuids=51ad6298-d170-4109-b48a-f07afad31756&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001691 10.0.0.32 - - [2024-10-28 02:34:02] "GET /domain/51ad6298-d170-4109-b48a-f07afad31756?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011778 10.0.0.32 - - [2024-10-28 02:34:02] "POST /id-to-fqname HTTP/1.1" 200 191 0.002210 10.0.0.32 - - [2024-10-28 02:34:02] "POST /fqname-to-id HTTP/1.1" 404 200 0.003315 10.0.0.32 - - [2024-10-28 02:34:02] "POST /security-groups HTTP/1.1" 200 592 0.067965 10.0.0.32 - - [2024-10-28 02:34:02] "POST /fqname-to-id HTTP/1.1" 404 235 0.003245 10.0.0.32 - - [2024-10-28 02:34:02] "POST /projects HTTP/1.1" 200 587 0.255083 10.0.0.32 - - [2024-10-28 02:34:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.292103 10.0.0.32 - - [2024-10-28 02:34:02] "POST /access-control-lists HTTP/1.1" 200 597 0.066104 10.0.0.32 - - [2024-10-28 02:34:02] "GET /project/e00b7ccd-a3ae-49b7-823b-f5f76e20be06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.472358 10.0.0.32 - - [2024-10-28 02:34:02] "POST /fqname-to-id HTTP/1.1" 404 234 0.003222 10.0.0.32 - - [2024-10-28 02:34:02] "POST /access-control-lists HTTP/1.1" 200 595 0.063513 10.0.0.32 - - [2024-10-28 02:34:03] "GET /global-system-configs HTTP/1.1" 200 322 0.092172 10.0.0.32 - - [2024-10-28 02:34:03] "GET /obj-perms HTTP/1.1" 200 5056 0.159563 10.0.0.32 - - [2024-10-28 02:34:03] "GET / HTTP/1.1" 200 35931 0.002177 10.0.0.32 - - [2024-10-28 02:34:04] "GET /global-system-configs HTTP/1.1" 200 322 0.103827 10.0.0.32 - - [2024-10-28 02:34:04] "GET /obj-perms HTTP/1.1" 200 5056 0.156176 10.0.0.32 - - [2024-10-28 02:34:05] "GET /project/e00b7ccd-a3ae-49b7-823b-f5f76e20be06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000951 10.0.0.32 - - [2024-10-28 02:34:05] "GET /projects?obj_uuids=e00b7ccd-a3ae-49b7-823b-f5f76e20be06&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001615 10.0.0.32 - - [2024-10-28 02:34:05] "GET /project/e00b7ccd-a3ae-49b7-823b-f5f76e20be06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.091096 10.0.0.32 - - [2024-10-28 02:34:05] "POST /fqname-to-id HTTP/1.1" 404 180 0.003526 10.0.0.32 - - [2024-10-28 02:34:05] "POST /virtual-DNSs HTTP/1.1" 200 507 0.027541 10.0.0.32 - - [2024-10-28 02:34:05] "GET /virtual-DNS/72788482-eb58-4e64-b962-7df1bfde5432?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.006741 10.0.0.32 - - [2024-10-28 02:34:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004444 10.0.0.32 - - [2024-10-28 02:34:05] "GET /virtual-DNS/72788482-eb58-4e64-b962-7df1bfde5432?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.018101 10.0.0.32 - - [2024-10-28 02:34:06] "GET /domains HTTP/1.1" 401 292 0.000600 10.0.0.32 - - [2024-10-28 02:34:06] "GET /domains HTTP/1.1" 200 280 0.038729 10.0.0.32 - - [2024-10-28 02:34:06] "GET /domains?obj_uuids=51ad6298-d170-4109-b48a-f07afad31756&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001604 10.0.0.32 - - [2024-10-28 02:34:06] "GET /domain/51ad6298-d170-4109-b48a-f07afad31756 HTTP/1.1" 200 2958 0.013452 10.0.0.32 - - [2024-10-28 02:34:06] "GET /virtual-DNS/72788482-eb58-4e64-b962-7df1bfde5432 HTTP/1.1" 200 1437 0.010772 10.0.0.32 - - [2024-10-28 02:34:06] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.005503 10.0.0.32 - - [2024-10-28 02:34:06] "POST /network-ipams HTTP/1.1" 200 514 0.033650 10.0.0.32 - - [2024-10-28 02:34:06] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 968 0.004094 10.0.0.32 - - [2024-10-28 02:34:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.32 - - [2024-10-28 02:34:06] "GET /network-ipam/459bb774-5d44-4cb7-ad0c-fb03b29b55ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.009170 10.0.0.32 - - [2024-10-28 02:34:06] "PUT /network-ipam/459bb774-5d44-4cb7-ad0c-fb03b29b55ee HTTP/1.1" 200 258 0.017766 10.0.0.32 - - [2024-10-28 02:34:06] "POST /ref-update HTTP/1.1" 200 156 0.013622 10.0.0.32 - - [2024-10-28 02:34:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004537 10.0.0.32 - - [2024-10-28 02:34:06] "GET /projects?obj_uuids=e00b7ccd-a3ae-49b7-823b-f5f76e20be06&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001735 10.0.0.32 - - [2024-10-28 02:34:06] "GET /project/e00b7ccd-a3ae-49b7-823b-f5f76e20be06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.052310 10.0.0.32 - - [2024-10-28 02:34:06] "POST /neutron/network HTTP/1.1" 200 117 0.036978 10.0.0.32 - - [2024-10-28 02:34:07] "GET /projects?obj_uuids=e00b7ccd-a3ae-49b7-823b-f5f76e20be06&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001398 10.0.0.32 - - [2024-10-28 02:34:07] "POST /neutron/network HTTP/1.1" 200 618 0.090145 10.0.0.32 - - [2024-10-28 02:34:07] "POST /route-targets HTTP/1.1" 200 327 0.014807 10.0.0.32 - - [2024-10-28 02:34:07] "POST /ref-update HTTP/1.1" 200 156 0.015613 10.0.0.32 - - [2024-10-28 02:34:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003049 10.0.0.32 - - [2024-10-28 02:34:07] "POST /neutron/subnet HTTP/1.1" 200 711 0.242301 10.0.0.32 - - [2024-10-28 02:34:07] "POST /neutron/network HTTP/1.1" 200 833 0.006700 10.0.0.32 - - [2024-10-28 02:34:07] "POST /id-to-fqname HTTP/1.1" 200 227 0.001642 10.0.0.32 - - [2024-10-28 02:34:07] "GET /virtual-network/b1ceba6a-ed4f-4c3b-bb05-973130505655?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.010223 10.0.0.32 - - [2024-10-28 02:34:07] "POST /neutron/network HTTP/1.1" 200 833 0.007390 10.0.0.32 - - [2024-10-28 02:34:07] "GET /virtual-network/b1ceba6a-ed4f-4c3b-bb05-973130505655?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.010561 10.0.0.32 - - [2024-10-28 02:34:07] "POST /neutron/network HTTP/1.1" 200 833 0.007404 10.0.0.32 - - [2024-10-28 02:34:07] "POST /neutron/subnet HTTP/1.1" 200 711 0.013800 10.0.0.32 - - [2024-10-28 02:34:07] "POST /neutron/network HTTP/1.1" 200 807 0.021834 10.0.0.32 - - [2024-10-28 02:34:07] "POST /neutron/network HTTP/1.1" 200 833 0.006614 10.0.0.32 - - [2024-10-28 02:34:07] "POST /id-to-fqname HTTP/1.1" 200 227 0.001480 10.0.0.32 - - [2024-10-28 02:34:07] "POST /neutron/network HTTP/1.1" 200 843 0.007349 10.0.0.32 - - [2024-10-28 02:34:07] "GET /aaa-mode HTTP/1.1" 401 292 0.000608 10.0.0.32 - - [2024-10-28 02:34:08] "GET / HTTP/1.1" 200 35931 0.002146 10.0.0.32 - - [2024-10-28 02:34:08] "GET /project/e00b7ccd-a3ae-49b7-823b-f5f76e20be06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000516 10.0.0.32 - - [2024-10-28 02:34:08] "GET /projects?obj_uuids=e00b7ccd-a3ae-49b7-823b-f5f76e20be06&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001671 10.0.0.32 - - [2024-10-28 02:34:08] "GET /project/e00b7ccd-a3ae-49b7-823b-f5f76e20be06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.070900 10.0.0.32 - - [2024-10-28 02:34:08] "POST /neutron/network HTTP/1.1" 200 833 0.006838 10.0.0.32 - - [2024-10-28 02:34:08] "POST /neutron/port HTTP/1.1" 200 117 0.006896 10.0.0.32 - - [2024-10-28 02:34:08] "POST /neutron/port HTTP/1.1" 200 117 0.005811 10.0.0.32 - - [2024-10-28 02:34:08] "POST /neutron/port HTTP/1.1" 200 117 0.006253 10.0.0.32 - - [2024-10-28 02:34:09] "POST /neutron/network HTTP/1.1" 200 843 0.006585 10.0.0.32 - - [2024-10-28 02:34:09] "GET /projects?obj_uuids=e00b7ccd-a3ae-49b7-823b-f5f76e20be06&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001534 10.0.0.32 - - [2024-10-28 02:34:09] "POST /neutron/port HTTP/1.1" 200 1058 0.247662 10.0.0.32 - - [2024-10-28 02:34:09] "POST /neutron/port HTTP/1.1" 200 1058 0.010007 10.0.0.32 - - [2024-10-28 02:34:09] "POST /neutron/port HTTP/1.1" 200 1058 0.010089 10.0.0.32 - - [2024-10-28 02:34:09] "POST /neutron/port HTTP/1.1" 200 1112 0.066962 10.0.0.32 - - [2024-10-28 02:34:09] "POST /neutron/port HTTP/1.1" 200 1086 0.022580 10.0.0.32 - - [2024-10-28 02:34:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004364 10.0.0.32 - - [2024-10-28 02:34:09] "POST /neutron/subnet HTTP/1.1" 200 685 0.012363 10.0.0.32 - - [2024-10-28 02:34:09] "POST /neutron/port HTTP/1.1" 200 117 0.001516 10.0.0.32 - - [2024-10-28 02:34:09] "POST /neutron/network HTTP/1.1" 200 833 0.006986 10.0.0.32 - - [2024-10-28 02:34:14] "POST /neutron/port HTTP/1.1" 200 1086 0.021141 10.0.0.32 - - [2024-10-28 02:34:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007704 10.0.0.32 - - [2024-10-28 02:34:14] "POST /neutron/port HTTP/1.1" 200 1086 0.020561 10.0.0.32 - - [2024-10-28 02:34:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007494 10.0.0.32 - - [2024-10-28 02:34:14] "POST /neutron/port HTTP/1.1" 200 1086 0.017654 10.0.0.32 - - [2024-10-28 02:34:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007940 10.0.0.32 - - [2024-10-28 02:34:14] "GET /virtual-machine/7fe082fa-f7f1-474d-8be5-40140f1e52be HTTP/1.1" 200 1293 0.005926 10.0.0.32 - - [2024-10-28 02:34:14] "GET /virtual-machine-interface/253f3557-9f92-43b3-b8dc-49a9d6355395 HTTP/1.1" 200 2963 0.010253 10.0.0.32 - - [2024-10-28 02:34:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.32 - - [2024-10-28 02:34:14] "GET /global-vrouter-config/333c7863-f234-4c44-8e2d-1d46228978ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004433 10.0.0.32 - - [2024-10-28 02:34:14] "GET /virtual-networks?parent_id=e00b7ccd-a3ae-49b7-823b-f5f76e20be06&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004114 10.0.0.32 - - [2024-10-28 02:34:14] "GET /virtual-network/b1ceba6a-ed4f-4c3b-bb05-973130505655?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.011454 10.0.0.32 - - [2024-10-28 02:34:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.32 - - [2024-10-28 02:34:17] "GET /virtual-network/b1ceba6a-ed4f-4c3b-bb05-973130505655?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.011814 10.0.0.32 - - [2024-10-28 02:34:19] "POST /neutron/port HTTP/1.1" 200 1086 0.019161 10.0.0.32 - - [2024-10-28 02:34:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007427 10.0.0.32 - - [2024-10-28 02:34:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.32 - - [2024-10-28 02:34:21] "GET /global-vrouter-config/333c7863-f234-4c44-8e2d-1d46228978ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004324 10.0.0.32 - - [2024-10-28 02:34:21] "GET /virtual-networks?parent_id=e00b7ccd-a3ae-49b7-823b-f5f76e20be06&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003861 10.0.0.32 - - [2024-10-28 02:34:21] "GET /virtual-network/b1ceba6a-ed4f-4c3b-bb05-973130505655?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.011392 10.0.0.32 - - [2024-10-28 02:34:21] "POST /neutron/port HTTP/1.1" 200 1086 0.021876 10.0.0.32 - - [2024-10-28 02:34:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007445 10.0.0.32 - - [2024-10-28 02:34:24] "DELETE /project/e00b7ccda3ae49b7823bf5f76e20be06 HTTP/1.1" 404 173 0.006611 10.0.0.32 - - [2024-10-28 02:34:24] "GET /projects?obj_uuids=c062b45f-0f6d-4202-baa7-faf750e022b4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001348 10.0.0.32 - - [2024-10-28 02:34:24] "GET /project/c062b45f-0f6d-4202-baa7-faf750e022b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.037524 10.0.0.32 - - [2024-10-28 02:34:24] "GET /projects?obj_uuids=c062b45f-0f6d-4202-baa7-faf750e022b4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001398 10.0.0.32 - - [2024-10-28 02:34:24] "GET /project/c062b45f-0f6d-4202-baa7-faf750e022b4?fields=security_groups HTTP/1.1" 200 1357 0.036404 10.0.0.32 - - [2024-10-28 02:34:24] "DELETE /security-group/c7b9a7bc-195f-4ffa-8b63-adb1db8d85af HTTP/1.1" 200 115 0.045629 10.0.0.32 - - [2024-10-28 02:34:24] "GET /projects?obj_uuids=c062b45f-0f6d-4202-baa7-faf750e022b4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001452 10.0.0.32 - - [2024-10-28 02:34:24] "GET /project/c062b45f-0f6d-4202-baa7-faf750e022b4?fields=application_policy_sets HTTP/1.1" 200 1396 0.040533 10.0.0.32 - - [2024-10-28 02:34:24] "DELETE /access-control-list/38b80525-ce05-44b8-b3fb-de39c8384c3f HTTP/1.1" 200 115 0.071145 10.0.0.32 - - [2024-10-28 02:34:24] "DELETE /access-control-list/74962d5f-de32-4c9e-807e-fcda6226b03c HTTP/1.1" 200 115 0.023971 10.0.0.32 - - [2024-10-28 02:34:24] "DELETE /project/c062b45f-0f6d-4202-baa7-faf750e022b4 HTTP/1.1" 200 115 0.323839 10.0.0.32 - - [2024-10-28 02:34:31] "POST /neutron/network HTTP/1.1" 200 807 0.013695 10.0.0.32 - - [2024-10-28 02:34:31] "POST /neutron/network HTTP/1.1" 200 833 0.006339 10.0.0.32 - - [2024-10-28 02:34:31] "POST /id-to-fqname HTTP/1.1" 200 227 0.001463 10.0.0.32 - - [2024-10-28 02:34:31] "POST /neutron/port HTTP/1.1" 200 1086 0.017402 10.0.0.32 - - [2024-10-28 02:34:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007836 10.0.0.32 - - [2024-10-28 02:34:31] "POST /neutron/port HTTP/1.1" 200 1086 0.022593 10.0.0.32 - - [2024-10-28 02:34:31] "POST /neutron/port HTTP/1.1" 200 1086 0.018228 10.0.0.32 - - [2024-10-28 02:34:31] "POST /neutron/network HTTP/1.1" 200 843 0.006655 10.0.0.32 - - [2024-10-28 02:34:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006228 10.0.0.32 - - [2024-10-28 02:34:31] "POST /neutron/network HTTP/1.1" 200 843 0.007544 10.0.0.32 - - [2024-10-28 02:34:31] "GET /aaa-mode HTTP/1.1" 401 292 0.000474 10.0.0.32 - - [2024-10-28 02:34:31] "POST /neutron/subnet HTTP/1.1" 200 685 0.015877 10.0.0.32 - - [2024-10-28 02:34:31] "POST /neutron/port HTTP/1.1" 200 117 0.001564 10.0.0.32 - - [2024-10-28 02:34:31] "POST /neutron/network HTTP/1.1" 200 833 0.007272 10.0.0.32 - - [2024-10-28 02:34:32] "GET / HTTP/1.1" 200 35931 0.001955 10.0.0.32 - - [2024-10-28 02:34:32] "GET /project/e00b7ccd-a3ae-49b7-823b-f5f76e20be06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000570 10.0.0.32 - - [2024-10-28 02:34:32] "GET /projects?obj_uuids=e00b7ccd-a3ae-49b7-823b-f5f76e20be06&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001459 10.0.0.32 - - [2024-10-28 02:34:32] "GET /project/e00b7ccd-a3ae-49b7-823b-f5f76e20be06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.074928 10.0.0.32 - - [2024-10-28 02:34:32] "POST /neutron/network HTTP/1.1" 200 833 0.008405 10.0.0.32 - - [2024-10-28 02:34:32] "POST /neutron/port HTTP/1.1" 200 1086 0.019512 10.0.0.32 - - [2024-10-28 02:34:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007607 10.0.0.32 - - [2024-10-28 02:34:32] "POST /neutron/port HTTP/1.1" 200 117 0.006450 10.0.0.32 - - [2024-10-28 02:34:32] "POST /neutron/port HTTP/1.1" 200 117 0.005579 10.0.0.32 - - [2024-10-28 02:34:33] "POST /neutron/network HTTP/1.1" 200 843 0.006790 10.0.0.32 - - [2024-10-28 02:34:33] "GET /projects?obj_uuids=e00b7ccd-a3ae-49b7-823b-f5f76e20be06&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003062 10.0.0.32 - - [2024-10-28 02:34:33] "POST /neutron/port HTTP/1.1" 200 1058 0.239273 10.0.0.32 - - [2024-10-28 02:34:33] "POST /neutron/port HTTP/1.1" 200 1058 0.013858 10.0.0.32 - - [2024-10-28 02:34:33] "POST /neutron/port HTTP/1.1" 200 1058 0.010027 10.0.0.32 - - [2024-10-28 02:34:33] "POST /neutron/port HTTP/1.1" 200 1112 0.062503 10.0.0.32 - - [2024-10-28 02:34:33] "POST /neutron/port HTTP/1.1" 200 1086 0.017286 10.0.0.32 - - [2024-10-28 02:34:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003882 10.0.0.32 - - [2024-10-28 02:34:33] "POST /neutron/subnet HTTP/1.1" 200 685 0.012086 10.0.0.32 - - [2024-10-28 02:34:33] "POST /neutron/port HTTP/1.1" 200 117 0.001705 10.0.0.32 - - [2024-10-28 02:34:33] "POST /neutron/network HTTP/1.1" 200 833 0.012801 10.0.0.32 - - [2024-10-28 02:34:33] "GET /obj-perms HTTP/1.1" 200 5056 0.061759 10.0.0.32 - - [2024-10-28 02:34:34] "GET /obj-perms HTTP/1.1" 200 5056 0.062161 10.0.0.32 - - [2024-10-28 02:34:37] "POST /neutron/port HTTP/1.1" 200 1086 0.021553 10.0.0.32 - - [2024-10-28 02:34:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008753 10.0.0.32 - - [2024-10-28 02:34:38] "POST /neutron/port HTTP/1.1" 200 1086 0.019825 10.0.0.32 - - [2024-10-28 02:34:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010907 10.0.0.32 - - [2024-10-28 02:34:38] "POST /neutron/port HTTP/1.1" 200 1086 0.020916 10.0.0.32 - - [2024-10-28 02:34:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009745 10.0.0.32 - - [2024-10-28 02:34:38] "GET /virtual-machine/dc523abc-be3a-42eb-92f6-87afbf4d10ad HTTP/1.1" 200 1294 0.009814 10.0.0.32 - - [2024-10-28 02:34:38] "GET /virtual-machine-interface/953e9d61-8fb8-49c2-a159-f3b8c60e93ad HTTP/1.1" 200 2964 0.011665 10.0.0.32 - - [2024-10-28 02:34:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.32 - - [2024-10-28 02:34:38] "GET /global-vrouter-config/333c7863-f234-4c44-8e2d-1d46228978ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004419 10.0.0.32 - - [2024-10-28 02:34:38] "GET /virtual-networks?parent_id=e00b7ccd-a3ae-49b7-823b-f5f76e20be06&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.010530 10.0.0.32 - - [2024-10-28 02:34:38] "GET /virtual-network/b1ceba6a-ed4f-4c3b-bb05-973130505655?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.011164 10.0.0.32 - - [2024-10-28 02:34:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.32 - - [2024-10-28 02:34:41] "GET /virtual-network/b1ceba6a-ed4f-4c3b-bb05-973130505655?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.012613 10.0.0.32 - - [2024-10-28 02:34:43] "POST /neutron/port HTTP/1.1" 200 1086 0.018171 10.0.0.32 - - [2024-10-28 02:34:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006960 10.0.0.32 - - [2024-10-28 02:34:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.32 - - [2024-10-28 02:34:45] "GET /global-vrouter-config/333c7863-f234-4c44-8e2d-1d46228978ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005129 10.0.0.32 - - [2024-10-28 02:34:45] "GET /virtual-networks?parent_id=e00b7ccd-a3ae-49b7-823b-f5f76e20be06&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003706 10.0.0.32 - - [2024-10-28 02:34:45] "GET /virtual-network/b1ceba6a-ed4f-4c3b-bb05-973130505655?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.012017 10.0.0.32 - - [2024-10-28 02:34:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004361 10.0.0.32 - - [2024-10-28 02:34:51] "DELETE /virtual-DNS/72788482-eb58-4e64-b962-7df1bfde5432 HTTP/1.1" 409 235 0.007388 10.0.0.32 - - [2024-10-28 02:34:51] "POST /fqname-to-id HTTP/1.1" 404 192 0.004422 10.0.0.32 - - [2024-10-28 02:34:51] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.019916 10.0.0.32 - - [2024-10-28 02:34:51] "GET /virtual-DNS-record/3a5e8ae3-553c-4226-b18d-9ff884139605?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.005689 10.0.0.32 - - [2024-10-28 02:34:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004041 10.0.0.32 - - [2024-10-28 02:34:52] "GET /virtual-DNS-record/3a5e8ae3-553c-4226-b18d-9ff884139605?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.004215 10.0.0.32 - - [2024-10-28 02:34:52] "GET /domains HTTP/1.1" 200 280 0.003343 10.0.0.32 - - [2024-10-28 02:34:52] "GET /domains?obj_uuids=51ad6298-d170-4109-b48a-f07afad31756&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001352 10.0.0.32 - - [2024-10-28 02:34:52] "GET /domain/51ad6298-d170-4109-b48a-f07afad31756 HTTP/1.1" 200 2774 0.010589 10.0.0.32 - - [2024-10-28 02:34:52] "GET /virtual-DNS/72788482-eb58-4e64-b962-7df1bfde5432 HTTP/1.1" 200 1906 0.004769 10.0.0.32 - - [2024-10-28 02:34:52] "GET /virtual-DNS-record/3a5e8ae3-553c-4226-b18d-9ff884139605 HTTP/1.1" 200 1335 0.003767 10.0.0.32 - - [2024-10-28 02:34:57] "DELETE /virtual-DNS-record/3a5e8ae3-553c-4226-b18d-9ff884139605 HTTP/1.1" 200 115 0.020888 10.0.0.32 - - [2024-10-28 02:34:57] "POST /fqname-to-id HTTP/1.1" 404 184 0.003855 10.0.0.32 - - [2024-10-28 02:34:57] "POST /neutron/network HTTP/1.1" 200 833 0.007863 10.0.0.32 - - [2024-10-28 02:34:57] "POST /neutron/network HTTP/1.1" 400 204 0.013500 10.0.0.32 - - [2024-10-28 02:34:58] "POST /neutron/port HTTP/1.1" 200 1086 0.022253 10.0.0.32 - - [2024-10-28 02:34:58] "POST /neutron/port HTTP/1.1" 200 1112 0.016735 10.0.0.32 - - [2024-10-28 02:34:58] "POST /neutron/port HTTP/1.1" 200 1086 0.027067 10.0.0.32 - - [2024-10-28 02:34:58] "POST /neutron/port HTTP/1.1" 200 1112 0.010326 10.0.0.32 - - [2024-10-28 02:34:58] "POST /neutron/port HTTP/1.1" 200 151 0.136954 10.0.0.32 - - [2024-10-28 02:34:58] "POST /neutron/port HTTP/1.1" 200 151 0.147005 10.0.0.32 - - [2024-10-28 02:34:59] "POST /neutron/network HTTP/1.1" 200 833 0.008723 10.0.0.32 - - [2024-10-28 02:35:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.32 - - [2024-10-28 02:35:00] "POST /useragent-kv HTTP/1.1" 200 115 0.001752 10.0.0.32 - - [2024-10-28 02:35:00] "DELETE /route-target/13c5f8be-055f-436b-95c7-c47a9cfaf596 HTTP/1.1" 200 115 0.038734 10.0.0.32 - - [2024-10-28 02:35:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002595 10.0.0.32 - - [2024-10-28 02:35:00] "POST /neutron/network HTTP/1.1" 200 151 0.197645 10.0.0.32 - - [2024-10-28 02:35:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003907 10.0.0.32 - - [2024-10-28 02:35:00] "DELETE /network-ipam/459bb774-5d44-4cb7-ad0c-fb03b29b55ee HTTP/1.1" 200 115 0.029519 10.0.0.32 - - [2024-10-28 02:35:00] "DELETE /virtual-DNS/72788482-eb58-4e64-b962-7df1bfde5432 HTTP/1.1" 200 115 0.023064 10.0.0.32 - - [2024-10-28 02:35:00] "POST /fqname-to-id HTTP/1.1" 404 180 0.003355 10.0.0.32 - - [2024-10-28 02:35:00] "GET /domains HTTP/1.1" 200 280 0.003893 10.0.0.32 - - [2024-10-28 02:35:00] "GET /domains?obj_uuids=51ad6298-d170-4109-b48a-f07afad31756&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001289 10.0.0.32 - - [2024-10-28 02:35:00] "GET /domain/51ad6298-d170-4109-b48a-f07afad31756 HTTP/1.1" 200 2574 0.011148 10.0.0.32 - - [2024-10-28 02:35:00] "GET /projects?obj_uuids=e00b7ccd-a3ae-49b7-823b-f5f76e20be06&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001884 10.0.0.32 - - [2024-10-28 02:35:00] "GET /project/e00b7ccd-a3ae-49b7-823b-f5f76e20be06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.040930 10.0.0.32 - - [2024-10-28 02:35:00] "GET /projects?obj_uuids=e00b7ccd-a3ae-49b7-823b-f5f76e20be06&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001532 10.0.0.32 - - [2024-10-28 02:35:00] "GET /project/e00b7ccd-a3ae-49b7-823b-f5f76e20be06?fields=virtual_networks HTTP/1.1" 200 1033 0.045500 10.0.0.32 - - [2024-10-28 02:35:00] "GET /projects?obj_uuids=e00b7ccd-a3ae-49b7-823b-f5f76e20be06&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001846 10.0.0.32 - - [2024-10-28 02:35:00] "GET /project/e00b7ccd-a3ae-49b7-823b-f5f76e20be06?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.051874 10.0.0.32 - - [2024-10-28 02:35:00] "GET /projects?obj_uuids=e00b7ccd-a3ae-49b7-823b-f5f76e20be06&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001816 10.0.0.32 - - [2024-10-28 02:35:00] "GET /project/e00b7ccd-a3ae-49b7-823b-f5f76e20be06?fields=security_groups HTTP/1.1" 200 1260 0.047606 10.0.0.32 - - [2024-10-28 02:35:01] "POST /fqname-to-id HTTP/1.1" 404 189 0.030154 10.0.0.32 - - [2024-10-28 02:35:01] "GET /projects?obj_uuids=61732828-4d98-4b3d-b223-12fd967a0ffd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002948 10.0.0.32 - - [2024-10-28 02:35:01] "GET /domains?obj_uuids=51ad6298-d170-4109-b48a-f07afad31756&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001862 10.0.0.32 - - [2024-10-28 02:35:01] "GET /domain/51ad6298-d170-4109-b48a-f07afad31756?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010219 10.0.0.32 - - [2024-10-28 02:35:01] "POST /id-to-fqname HTTP/1.1" 200 191 0.001499 10.0.0.32 - - [2024-10-28 02:35:01] "POST /fqname-to-id HTTP/1.1" 404 200 0.004205 10.0.0.32 - - [2024-10-28 02:35:02] "POST /security-groups HTTP/1.1" 200 592 0.067412 10.0.0.32 - - [2024-10-28 02:35:02] "POST /fqname-to-id HTTP/1.1" 404 235 0.004182 10.0.0.32 - - [2024-10-28 02:35:02] "POST /projects HTTP/1.1" 200 587 0.225533 10.0.0.32 - - [2024-10-28 02:35:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.298302 10.0.0.32 - - [2024-10-28 02:35:02] "POST /access-control-lists HTTP/1.1" 200 597 0.070999 10.0.0.32 - - [2024-10-28 02:35:02] "GET /project/61732828-4d98-4b3d-b223-12fd967a0ffd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.448485 10.0.0.32 - - [2024-10-28 02:35:02] "POST /fqname-to-id HTTP/1.1" 404 234 0.004591 10.0.0.32 - - [2024-10-28 02:35:02] "POST /access-control-lists HTTP/1.1" 200 595 0.063897 10.0.0.32 - - [2024-10-28 02:35:03] "GET / HTTP/1.1" 200 35931 0.002585 10.0.0.32 - - [2024-10-28 02:35:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000656 10.0.0.32 - - [2024-10-28 02:35:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.064260 10.0.0.32 - - [2024-10-28 02:35:04] "GET /projects?obj_uuids=61732828-4d98-4b3d-b223-12fd967a0ffd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001430 10.0.0.32 - - [2024-10-28 02:35:04] "GET /project/61732828-4d98-4b3d-b223-12fd967a0ffd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.038082 10.0.0.32 - - [2024-10-28 02:35:04] "POST /neutron/network HTTP/1.1" 200 117 0.035109 10.0.0.32 - - [2024-10-28 02:35:04] "GET /projects?obj_uuids=61732828-4d98-4b3d-b223-12fd967a0ffd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001814 10.0.0.32 - - [2024-10-28 02:35:04] "POST /neutron/network HTTP/1.1" 200 606 0.080668 10.0.0.32 - - [2024-10-28 02:35:04] "POST /route-targets HTTP/1.1" 200 327 0.015965 10.0.0.32 - - [2024-10-28 02:35:04] "POST /ref-update HTTP/1.1" 200 156 0.016442 10.0.0.32 - - [2024-10-28 02:35:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003227 10.0.0.32 - - [2024-10-28 02:35:05] "POST /neutron/subnet HTTP/1.1" 200 734 0.261787 10.0.0.32 - - [2024-10-28 02:35:05] "POST /neutron/network HTTP/1.1" 200 827 0.007393 10.0.0.32 - - [2024-10-28 02:35:05] "POST /id-to-fqname HTTP/1.1" 200 221 0.001488 10.0.0.32 - - [2024-10-28 02:35:05] "GET /virtual-network/8e75cefc-76b6-4231-ba72-1ec9af9f7775?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.010370 10.0.0.32 - - [2024-10-28 02:35:05] "POST /neutron/network HTTP/1.1" 200 827 0.007173 10.0.0.32 - - [2024-10-28 02:35:05] "GET /virtual-network/8e75cefc-76b6-4231-ba72-1ec9af9f7775?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.009982 10.0.0.32 - - [2024-10-28 02:35:05] "POST /neutron/network HTTP/1.1" 200 827 0.006874 10.0.0.32 - - [2024-10-28 02:35:05] "POST /neutron/subnet HTTP/1.1" 200 734 0.008045 10.0.0.32 - - [2024-10-28 02:35:05] "POST /id-to-fqname HTTP/1.1" 200 221 0.001494 10.0.0.32 - - [2024-10-28 02:35:05] "POST /neutron/network HTTP/1.1" 200 837 0.006898 10.0.0.32 - - [2024-10-28 02:35:05] "GET /aaa-mode HTTP/1.1" 401 292 0.000518 10.0.0.32 - - [2024-10-28 02:35:05] "GET / HTTP/1.1" 200 35931 0.003041 10.0.0.32 - - [2024-10-28 02:35:05] "GET /project/61732828-4d98-4b3d-b223-12fd967a0ffd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000510 10.0.0.32 - - [2024-10-28 02:35:06] "GET /projects?obj_uuids=61732828-4d98-4b3d-b223-12fd967a0ffd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001552 10.0.0.32 - - [2024-10-28 02:35:06] "GET /project/61732828-4d98-4b3d-b223-12fd967a0ffd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.071393 10.0.0.32 - - [2024-10-28 02:35:06] "POST /neutron/network HTTP/1.1" 200 827 0.007307 10.0.0.32 - - [2024-10-28 02:35:06] "POST /neutron/port HTTP/1.1" 200 117 0.005883 10.0.0.32 - - [2024-10-28 02:35:06] "POST /neutron/port HTTP/1.1" 200 117 0.005935 10.0.0.32 - - [2024-10-28 02:35:06] "POST /id-to-fqname HTTP/1.1" 200 221 0.001627 10.0.0.32 - - [2024-10-28 02:35:06] "POST /neutron/port HTTP/1.1" 200 117 0.008574 10.0.0.32 - - [2024-10-28 02:35:06] "POST /neutron/network HTTP/1.1" 200 837 0.008353 10.0.0.32 - - [2024-10-28 02:35:06] "GET /aaa-mode HTTP/1.1" 401 292 0.000663 10.0.0.32 - - [2024-10-28 02:35:07] "POST /neutron/network HTTP/1.1" 200 837 0.007195 10.0.0.32 - - [2024-10-28 02:35:07] "GET /projects?obj_uuids=61732828-4d98-4b3d-b223-12fd967a0ffd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001450 10.0.0.32 - - [2024-10-28 02:35:07] "GET / HTTP/1.1" 200 35931 0.089330 10.0.0.32 - - [2024-10-28 02:35:07] "GET /project/61732828-4d98-4b3d-b223-12fd967a0ffd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000490 10.0.0.32 - - [2024-10-28 02:35:07] "POST /neutron/port HTTP/1.1" 200 1063 0.400139 10.0.0.32 - - [2024-10-28 02:35:07] "POST /neutron/port HTTP/1.1" 200 1063 0.013129 10.0.0.32 - - [2024-10-28 02:35:07] "POST /neutron/port HTTP/1.1" 200 1063 0.011106 10.0.0.32 - - [2024-10-28 02:35:07] "POST /neutron/port HTTP/1.1" 200 1117 0.085387 10.0.0.32 - - [2024-10-28 02:35:07] "GET /projects?obj_uuids=61732828-4d98-4b3d-b223-12fd967a0ffd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002038 10.0.0.32 - - [2024-10-28 02:35:07] "POST /neutron/port HTTP/1.1" 200 1091 0.035186 10.0.0.32 - - [2024-10-28 02:35:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004587 10.0.0.32 - - [2024-10-28 02:35:07] "GET /project/61732828-4d98-4b3d-b223-12fd967a0ffd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.097203 10.0.0.32 - - [2024-10-28 02:35:07] "POST /neutron/subnet HTTP/1.1" 200 708 0.016690 10.0.0.32 - - [2024-10-28 02:35:07] "POST /neutron/network HTTP/1.1" 200 827 0.006132 10.0.0.32 - - [2024-10-28 02:35:07] "POST /neutron/port HTTP/1.1" 200 117 0.001406 10.0.0.32 - - [2024-10-28 02:35:07] "POST /neutron/network HTTP/1.1" 200 827 0.008205 10.0.0.32 - - [2024-10-28 02:35:07] "POST /neutron/port HTTP/1.1" 200 1091 0.020155 10.0.0.32 - - [2024-10-28 02:35:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011601 10.0.0.32 - - [2024-10-28 02:35:08] "POST /neutron/port HTTP/1.1" 200 117 0.006239 10.0.0.32 - - [2024-10-28 02:35:08] "POST /neutron/port HTTP/1.1" 200 1091 0.030734 10.0.0.32 - - [2024-10-28 02:35:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.016238 10.0.0.32 - - [2024-10-28 02:35:08] "POST /neutron/network HTTP/1.1" 200 837 0.007179 10.0.0.32 - - [2024-10-28 02:35:08] "GET /projects?obj_uuids=61732828-4d98-4b3d-b223-12fd967a0ffd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001399 10.0.0.32 - - [2024-10-28 02:35:08] "POST /neutron/port HTTP/1.1" 200 1063 0.275766 10.0.0.32 - - [2024-10-28 02:35:08] "POST /neutron/port HTTP/1.1" 200 1063 0.024036 10.0.0.32 - - [2024-10-28 02:35:08] "POST /neutron/port HTTP/1.1" 200 1063 0.018200 10.0.0.32 - - [2024-10-28 02:35:08] "POST /neutron/port HTTP/1.1" 200 1117 0.086796 10.0.0.32 - - [2024-10-28 02:35:09] "POST /neutron/port HTTP/1.1" 200 1091 0.017991 10.0.0.32 - - [2024-10-28 02:35:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005254 10.0.0.32 - - [2024-10-28 02:35:09] "POST /neutron/subnet HTTP/1.1" 200 708 0.014808 10.0.0.32 - - [2024-10-28 02:35:09] "POST /neutron/port HTTP/1.1" 200 117 0.001679 10.0.0.32 - - [2024-10-28 02:35:09] "POST /neutron/network HTTP/1.1" 200 827 0.007346 10.0.0.32 - - [2024-10-28 02:35:13] "POST /neutron/port HTTP/1.1" 200 1091 0.040306 10.0.0.32 - - [2024-10-28 02:35:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.016876 10.0.0.32 - - [2024-10-28 02:35:13] "POST /neutron/port HTTP/1.1" 200 1091 0.020054 10.0.0.32 - - [2024-10-28 02:35:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008340 10.0.0.32 - - [2024-10-28 02:35:13] "POST /neutron/port HTTP/1.1" 200 1091 0.020215 10.0.0.32 - - [2024-10-28 02:35:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009501 10.0.0.32 - - [2024-10-28 02:35:13] "GET /virtual-machine/53520d69-9df4-4f53-87b9-afe0b9c0a5d3 HTTP/1.1" 401 292 0.000543 10.0.0.32 - - [2024-10-28 02:35:14] "GET /virtual-machine/53520d69-9df4-4f53-87b9-afe0b9c0a5d3 HTTP/1.1" 200 1292 0.035449 10.0.0.32 - - [2024-10-28 02:35:14] "GET /virtual-machine-interface/75197cd8-c904-41c2-add7-2f5226757974 HTTP/1.1" 200 2945 0.010556 10.0.0.32 - - [2024-10-28 02:35:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.32 - - [2024-10-28 02:35:14] "GET /global-vrouter-config/333c7863-f234-4c44-8e2d-1d46228978ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.007069 10.0.0.32 - - [2024-10-28 02:35:14] "GET /virtual-networks?parent_id=61732828-4d98-4b3d-b223-12fd967a0ffd&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003501 10.0.0.32 - - [2024-10-28 02:35:14] "GET /virtual-network/8e75cefc-76b6-4231-ba72-1ec9af9f7775?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.011797 10.0.0.32 - - [2024-10-28 02:35:17] "POST /neutron/port HTTP/1.1" 200 1091 0.019220 10.0.0.32 - - [2024-10-28 02:35:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002885 10.0.0.32 - - [2024-10-28 02:35:17] "GET /virtual-network/8e75cefc-76b6-4231-ba72-1ec9af9f7775?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.009977 10.0.0.32 - - [2024-10-28 02:35:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005703 10.0.0.32 - - [2024-10-28 02:35:18] "POST /neutron/port HTTP/1.1" 200 1091 0.021027 10.0.0.32 - - [2024-10-28 02:35:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007639 10.0.0.32 - - [2024-10-28 02:35:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.32 - - [2024-10-28 02:35:19] "GET /global-vrouter-config/333c7863-f234-4c44-8e2d-1d46228978ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004265 10.0.0.32 - - [2024-10-28 02:35:19] "GET /virtual-networks?parent_id=61732828-4d98-4b3d-b223-12fd967a0ffd&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004481 10.0.0.32 - - [2024-10-28 02:35:19] "GET /virtual-network/8e75cefc-76b6-4231-ba72-1ec9af9f7775?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.010762 10.0.0.32 - - [2024-10-28 02:35:19] "POST /neutron/port HTTP/1.1" 200 1091 0.019319 10.0.0.32 - - [2024-10-28 02:35:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007794 10.0.0.32 - - [2024-10-28 02:35:19] "POST /neutron/port HTTP/1.1" 200 1091 0.020382 10.0.0.32 - - [2024-10-28 02:35:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007497 10.0.0.32 - - [2024-10-28 02:35:20] "POST /neutron/port HTTP/1.1" 200 1091 0.019747 10.0.0.32 - - [2024-10-28 02:35:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007966 10.0.0.32 - - [2024-10-28 02:35:20] "GET /virtual-machine/b6baed6d-8603-427c-8ac3-9794292b8b71 HTTP/1.1" 200 1293 0.007231 10.0.0.32 - - [2024-10-28 02:35:20] "GET /virtual-machine-interface/2c1ecddd-c769-4494-8f63-8d25c436a72b HTTP/1.1" 200 2945 0.009826 10.0.0.32 - - [2024-10-28 02:35:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.32 - - [2024-10-28 02:35:20] "GET /global-vrouter-config/333c7863-f234-4c44-8e2d-1d46228978ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004484 10.0.0.32 - - [2024-10-28 02:35:20] "GET /virtual-networks?parent_id=61732828-4d98-4b3d-b223-12fd967a0ffd&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003536 10.0.0.32 - - [2024-10-28 02:35:20] "GET /virtual-network/8e75cefc-76b6-4231-ba72-1ec9af9f7775?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.011205 10.0.0.32 - - [2024-10-28 02:35:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.32 - - [2024-10-28 02:35:21] "GET /global-vrouter-config/333c7863-f234-4c44-8e2d-1d46228978ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004451 10.0.0.32 - - [2024-10-28 02:35:21] "GET /virtual-networks?parent_id=61732828-4d98-4b3d-b223-12fd967a0ffd&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004581 10.0.0.32 - - [2024-10-28 02:35:21] "GET /virtual-network/8e75cefc-76b6-4231-ba72-1ec9af9f7775?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.010962 10.0.0.32 - - [2024-10-28 02:35:25] "DELETE /project/617328284d984b3db22312fd967a0ffd HTTP/1.1" 404 173 0.049535 10.0.0.32 - - [2024-10-28 02:35:25] "GET /projects?obj_uuids=e00b7ccd-a3ae-49b7-823b-f5f76e20be06&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002118 10.0.0.32 - - [2024-10-28 02:35:25] "GET /project/e00b7ccd-a3ae-49b7-823b-f5f76e20be06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.071206 10.0.0.32 - - [2024-10-28 02:35:25] "GET /projects?obj_uuids=e00b7ccd-a3ae-49b7-823b-f5f76e20be06&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001879 10.0.0.32 - - [2024-10-28 02:35:25] "GET /project/e00b7ccd-a3ae-49b7-823b-f5f76e20be06?fields=security_groups HTTP/1.1" 200 1365 0.041513 10.0.0.32 - - [2024-10-28 02:35:25] "DELETE /security-group/70b22798-8148-4b39-8f37-558f6debe055 HTTP/1.1" 200 115 0.042043 10.0.0.32 - - [2024-10-28 02:35:25] "GET /projects?obj_uuids=e00b7ccd-a3ae-49b7-823b-f5f76e20be06&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001424 10.0.0.32 - - [2024-10-28 02:35:25] "GET /project/e00b7ccd-a3ae-49b7-823b-f5f76e20be06?fields=application_policy_sets HTTP/1.1" 200 1404 0.045321 10.0.0.32 - - [2024-10-28 02:35:25] "DELETE /access-control-list/64a73ca9-f647-4a00-a7a9-5ba8e2a70863 HTTP/1.1" 200 115 0.065778 10.0.0.32 - - [2024-10-28 02:35:25] "DELETE /access-control-list/32bb0031-268f-48dc-be93-8b0e4604aa9a HTTP/1.1" 200 115 0.022202 10.0.0.32 - - [2024-10-28 02:35:25] "DELETE /project/e00b7ccd-a3ae-49b7-823b-f5f76e20be06 HTTP/1.1" 200 115 0.416277 10.0.0.32 - - [2024-10-28 02:35:26] "POST /neutron/network HTTP/1.1" 200 827 0.007793 10.0.0.32 - - [2024-10-28 02:35:26] "POST /neutron/network HTTP/1.1" 400 204 0.013421 10.0.0.32 - - [2024-10-28 02:35:26] "POST /neutron/port HTTP/1.1" 200 1091 0.017452 10.0.0.32 - - [2024-10-28 02:35:26] "POST /neutron/port HTTP/1.1" 200 1117 0.014625 10.0.0.32 - - [2024-10-28 02:35:27] "POST /neutron/port HTTP/1.1" 200 1091 0.034555 10.0.0.32 - - [2024-10-28 02:35:27] "POST /neutron/port HTTP/1.1" 200 151 0.119306 10.0.0.32 - - [2024-10-28 02:35:27] "POST /neutron/port HTTP/1.1" 200 1117 0.011670 10.0.0.32 - - [2024-10-28 02:35:27] "POST /neutron/port HTTP/1.1" 200 151 0.110779 10.0.0.32 - - [2024-10-28 02:35:28] "POST /neutron/network HTTP/1.1" 200 827 0.007477 10.0.0.32 - - [2024-10-28 02:35:28] "POST /useragent-kv HTTP/1.1" 200 115 0.001707 10.0.0.32 - - [2024-10-28 02:35:28] "POST /useragent-kv HTTP/1.1" 200 115 0.001291 10.0.0.32 - - [2024-10-28 02:35:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.007522 10.0.0.32 - - [2024-10-28 02:35:28] "POST /neutron/network HTTP/1.1" 200 151 0.080596 10.0.0.32 - - [2024-10-28 02:35:28] "DELETE /route-target/d0188b1f-e6ef-42d2-86f2-05b0dd260fa3 HTTP/1.1" 200 115 0.017052 10.0.0.32 - - [2024-10-28 02:35:28] "GET /projects?obj_uuids=61732828-4d98-4b3d-b223-12fd967a0ffd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001465 10.0.0.32 - - [2024-10-28 02:35:28] "GET /project/61732828-4d98-4b3d-b223-12fd967a0ffd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.073679 10.0.0.32 - - [2024-10-28 02:35:29] "GET /projects?obj_uuids=61732828-4d98-4b3d-b223-12fd967a0ffd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001325 10.0.0.32 - - [2024-10-28 02:35:29] "GET /project/61732828-4d98-4b3d-b223-12fd967a0ffd?fields=virtual_networks HTTP/1.1" 200 1033 0.044431 10.0.0.32 - - [2024-10-28 02:35:29] "GET /projects?obj_uuids=61732828-4d98-4b3d-b223-12fd967a0ffd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001880 10.0.0.32 - - [2024-10-28 02:35:29] "GET /project/61732828-4d98-4b3d-b223-12fd967a0ffd?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.043700 10.0.0.32 - - [2024-10-28 02:35:29] "GET /projects?obj_uuids=61732828-4d98-4b3d-b223-12fd967a0ffd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001429 10.0.0.32 - - [2024-10-28 02:35:29] "GET /project/61732828-4d98-4b3d-b223-12fd967a0ffd?fields=security_groups HTTP/1.1" 200 1260 0.035364 10.0.0.32 - - [2024-10-28 02:35:30] "POST /fqname-to-id HTTP/1.1" 404 188 0.029388 10.0.0.32 - - [2024-10-28 02:35:30] "GET /projects?obj_uuids=0b8caa41-78a2-4f4d-b3ee-162097b59d63&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002919 10.0.0.32 - - [2024-10-28 02:35:30] "GET /domains?obj_uuids=51ad6298-d170-4109-b48a-f07afad31756&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001442 10.0.0.32 - - [2024-10-28 02:35:30] "GET /domain/51ad6298-d170-4109-b48a-f07afad31756?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011385 10.0.0.32 - - [2024-10-28 02:35:30] "POST /id-to-fqname HTTP/1.1" 200 190 0.001823 10.0.0.32 - - [2024-10-28 02:35:30] "POST /fqname-to-id HTTP/1.1" 404 199 0.002985 10.0.0.32 - - [2024-10-28 02:35:30] "POST /security-groups HTTP/1.1" 200 591 0.071423 10.0.0.32 - - [2024-10-28 02:35:30] "POST /fqname-to-id HTTP/1.1" 404 234 0.003141 10.0.0.32 - - [2024-10-28 02:35:30] "POST /projects HTTP/1.1" 200 585 0.243510 10.0.0.32 - - [2024-10-28 02:35:30] "POST /access-control-lists HTTP/1.1" 200 596 0.062584 10.0.0.32 - - [2024-10-28 02:35:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.325887 10.0.0.32 - - [2024-10-28 02:35:30] "POST /fqname-to-id HTTP/1.1" 404 233 0.003194 10.0.0.32 - - [2024-10-28 02:35:30] "GET /project/0b8caa41-78a2-4f4d-b3ee-162097b59d63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.479028 10.0.0.32 - - [2024-10-28 02:35:30] "POST /access-control-lists HTTP/1.1" 200 594 0.059849 10.0.0.32 - - [2024-10-28 02:35:31] "GET / HTTP/1.1" 200 35931 0.002668 10.0.0.32 - - [2024-10-28 02:35:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000798 10.0.0.32 - - [2024-10-28 02:35:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.069627 10.0.0.32 - - [2024-10-28 02:35:33] "GET /projects?obj_uuids=0b8caa41-78a2-4f4d-b3ee-162097b59d63&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001419 10.0.0.32 - - [2024-10-28 02:35:33] "GET /project/0b8caa41-78a2-4f4d-b3ee-162097b59d63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.040341 10.0.0.32 - - [2024-10-28 02:35:33] "POST /neutron/network HTTP/1.1" 200 117 0.038174 10.0.0.32 - - [2024-10-28 02:35:33] "GET /projects?obj_uuids=0b8caa41-78a2-4f4d-b3ee-162097b59d63&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001780 10.0.0.32 - - [2024-10-28 02:35:33] "POST /neutron/network HTTP/1.1" 200 625 0.074334 10.0.0.32 - - [2024-10-28 02:35:33] "POST /route-targets HTTP/1.1" 200 327 0.017930 10.0.0.32 - - [2024-10-28 02:35:33] "POST /ref-update HTTP/1.1" 200 156 0.025720 10.0.0.32 - - [2024-10-28 02:35:33] "POST /useragent-kv HTTP/1.1" 200 115 0.005904 10.0.0.32 - - [2024-10-28 02:35:33] "POST /neutron/subnet HTTP/1.1" 200 701 0.227387 10.0.0.32 - - [2024-10-28 02:35:33] "POST /neutron/network HTTP/1.1" 200 839 0.006936 10.0.0.32 - - [2024-10-28 02:35:33] "POST /id-to-fqname HTTP/1.1" 200 230 0.002432 10.0.0.32 - - [2024-10-28 02:35:33] "GET /virtual-network/4d77732b-0164-4b6f-b8b7-86aacc6f208e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.010762 10.0.0.32 - - [2024-10-28 02:35:33] "POST /neutron/network HTTP/1.1" 200 839 0.006932 10.0.0.32 - - [2024-10-28 02:35:33] "GET /virtual-network/4d77732b-0164-4b6f-b8b7-86aacc6f208e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.010880 10.0.0.32 - - [2024-10-28 02:35:33] "POST /neutron/network HTTP/1.1" 200 839 0.006866 10.0.0.32 - - [2024-10-28 02:35:33] "POST /neutron/subnet HTTP/1.1" 200 701 0.008298 10.0.0.32 - - [2024-10-28 02:35:33] "POST /neutron/network HTTP/1.1" 200 839 0.007613 10.0.0.32 - - [2024-10-28 02:35:33] "POST /id-to-fqname HTTP/1.1" 200 230 0.001580 10.0.0.32 - - [2024-10-28 02:35:34] "POST /neutron/network HTTP/1.1" 200 849 0.006753 10.0.0.32 - - [2024-10-28 02:35:34] "GET /aaa-mode HTTP/1.1" 401 292 0.000519 10.0.0.32 - - [2024-10-28 02:35:34] "GET / HTTP/1.1" 200 35931 0.002204 10.0.0.32 - - [2024-10-28 02:35:34] "GET /project/0b8caa41-78a2-4f4d-b3ee-162097b59d63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000519 10.0.0.32 - - [2024-10-28 02:35:34] "GET /obj-perms HTTP/1.1" 200 5056 0.057418 10.0.0.32 - - [2024-10-28 02:35:35] "GET /projects?obj_uuids=0b8caa41-78a2-4f4d-b3ee-162097b59d63&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001337 10.0.0.32 - - [2024-10-28 02:35:35] "GET /project/0b8caa41-78a2-4f4d-b3ee-162097b59d63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.361299 10.0.0.32 - - [2024-10-28 02:35:35] "GET /obj-perms HTTP/1.1" 200 5056 0.069073 10.0.0.32 - - [2024-10-28 02:35:35] "POST /neutron/network HTTP/1.1" 200 839 0.037063 10.0.0.32 - - [2024-10-28 02:35:35] "POST /neutron/port HTTP/1.1" 200 117 0.007040 10.0.0.32 - - [2024-10-28 02:35:35] "POST /neutron/port HTTP/1.1" 200 117 0.005939 10.0.0.32 - - [2024-10-28 02:35:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004123 10.0.0.32 - - [2024-10-28 02:35:35] "GET /global-vrouter-config/333c7863-f234-4c44-8e2d-1d46228978ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005546 10.0.0.32 - - [2024-10-28 02:35:35] "PUT /global-vrouter-config/333c7863-f234-4c44-8e2d-1d46228978ac HTTP/1.1" 200 276 0.012631 10.0.0.32 - - [2024-10-28 02:35:35] "POST /neutron/port HTTP/1.1" 200 117 0.007241 10.0.0.32 - - [2024-10-28 02:35:36] "POST /neutron/network HTTP/1.1" 200 849 0.007747 10.0.0.32 - - [2024-10-28 02:35:36] "GET /projects?obj_uuids=0b8caa41-78a2-4f4d-b3ee-162097b59d63&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001364 10.0.0.32 - - [2024-10-28 02:35:36] "POST /neutron/port HTTP/1.1" 200 1055 0.243362 10.0.0.32 - - [2024-10-28 02:35:36] "POST /neutron/port HTTP/1.1" 200 1055 0.044691 10.0.0.32 - - [2024-10-28 02:35:36] "POST /neutron/port HTTP/1.1" 200 1055 0.011029 10.0.0.32 - - [2024-10-28 02:35:36] "POST /neutron/port HTTP/1.1" 200 1109 0.067696 10.0.0.32 - - [2024-10-28 02:35:36] "POST /neutron/port HTTP/1.1" 200 1083 0.018904 10.0.0.32 - - [2024-10-28 02:35:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004073 10.0.0.32 - - [2024-10-28 02:35:36] "POST /neutron/subnet HTTP/1.1" 200 675 0.012085 10.0.0.32 - - [2024-10-28 02:35:36] "POST /neutron/port HTTP/1.1" 200 117 0.001543 10.0.0.32 - - [2024-10-28 02:35:36] "POST /neutron/network HTTP/1.1" 200 839 0.008253 10.0.0.32 - - [2024-10-28 02:35:40] "POST /neutron/port HTTP/1.1" 200 1083 0.018498 10.0.0.32 - - [2024-10-28 02:35:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009907 10.0.0.32 - - [2024-10-28 02:35:40] "POST /neutron/port HTTP/1.1" 200 1083 0.019051 10.0.0.32 - - [2024-10-28 02:35:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008434 10.0.0.32 - - [2024-10-28 02:35:41] "POST /neutron/port HTTP/1.1" 200 1083 0.020901 10.0.0.32 - - [2024-10-28 02:35:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007754 10.0.0.32 - - [2024-10-28 02:35:41] "GET /virtual-machine/d63ce417-1c90-4ba7-b3b9-81a13e75bc32 HTTP/1.1" 401 292 0.000557 10.0.0.32 - - [2024-10-28 02:35:41] "GET /virtual-machine/d63ce417-1c90-4ba7-b3b9-81a13e75bc32 HTTP/1.1" 200 1293 0.034940 10.0.0.32 - - [2024-10-28 02:35:41] "GET /virtual-machine-interface/a9aa8991-83bc-4b6e-9aed-a2457bca66d6 HTTP/1.1" 200 2971 0.010452 10.0.0.32 - - [2024-10-28 02:35:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.32 - - [2024-10-28 02:35:41] "GET /global-vrouter-config/333c7863-f234-4c44-8e2d-1d46228978ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.004414 10.0.0.32 - - [2024-10-28 02:35:41] "GET /virtual-networks?parent_id=0b8caa41-78a2-4f4d-b3ee-162097b59d63&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003648 10.0.0.32 - - [2024-10-28 02:35:41] "GET /virtual-network/4d77732b-0164-4b6f-b8b7-86aacc6f208e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.011564 10.0.0.32 - - [2024-10-28 02:35:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005486 10.0.0.32 - - [2024-10-28 02:35:44] "GET /virtual-network/4d77732b-0164-4b6f-b8b7-86aacc6f208e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.011908 10.0.0.32 - - [2024-10-28 02:35:46] "POST /neutron/port HTTP/1.1" 200 1083 0.025206 10.0.0.32 - - [2024-10-28 02:35:46] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009083 10.0.0.32 - - [2024-10-28 02:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.32 - - [2024-10-28 02:35:46] "GET /global-vrouter-config/333c7863-f234-4c44-8e2d-1d46228978ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.004504 10.0.0.32 - - [2024-10-28 02:35:47] "GET /virtual-networks?parent_id=0b8caa41-78a2-4f4d-b3ee-162097b59d63&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003761 10.0.0.32 - - [2024-10-28 02:35:47] "GET /virtual-network/4d77732b-0164-4b6f-b8b7-86aacc6f208e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.010704 10.0.0.32 - - [2024-10-28 02:35:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004647 10.0.0.32 - - [2024-10-28 02:35:49] "GET /global-vrouter-config/333c7863-f234-4c44-8e2d-1d46228978ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.005380 10.0.0.32 - - [2024-10-28 02:35:49] "PUT /global-vrouter-config/333c7863-f234-4c44-8e2d-1d46228978ac HTTP/1.1" 200 276 0.011245 10.0.0.32 - - [2024-10-28 02:35:49] "POST /neutron/network HTTP/1.1" 200 839 0.007957 10.0.0.32 - - [2024-10-28 02:35:49] "POST /neutron/network HTTP/1.1" 400 204 0.012267 10.0.0.32 - - [2024-10-28 02:35:49] "POST /neutron/port HTTP/1.1" 200 1083 0.018693 10.0.0.32 - - [2024-10-28 02:35:49] "POST /neutron/port HTTP/1.1" 200 1109 0.011663 10.0.0.32 - - [2024-10-28 02:35:49] "POST /neutron/port HTTP/1.1" 200 151 0.104268 10.0.0.32 - - [2024-10-28 02:35:51] "POST /neutron/network HTTP/1.1" 200 839 0.009054 10.0.0.32 - - [2024-10-28 02:35:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004306 10.0.0.32 - - [2024-10-28 02:35:51] "POST /useragent-kv HTTP/1.1" 200 115 0.001698 10.0.0.32 - - [2024-10-28 02:35:51] "POST /useragent-kv HTTP/1.1" 200 115 0.001672 10.0.0.32 - - [2024-10-28 02:35:51] "POST /neutron/network HTTP/1.1" 200 151 0.119473 10.0.0.32 - - [2024-10-28 02:35:51] "DELETE /route-target/84191fc4-cef0-4427-a5a8-341f410c5c04 HTTP/1.1" 200 115 0.037952 10.0.0.32 - - [2024-10-28 02:35:52] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.003966 10.0.0.32 - - [2024-10-28 02:35:52] "POST /network-ipams HTTP/1.1" 200 541 0.019763 10.0.0.32 - - [2024-10-28 02:35:52] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 981 0.005108 10.0.0.32 - - [2024-10-28 02:35:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.32 - - [2024-10-28 02:35:52] "GET /network-ipam/a19207bf-6e19-4b02-bf1d-c895a9ce228b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.006685 10.0.0.32 - - [2024-10-28 02:35:52] "PUT /network-ipam/a19207bf-6e19-4b02-bf1d-c895a9ce228b HTTP/1.1" 200 258 0.014371 10.0.0.32 - - [2024-10-28 02:35:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004565 10.0.0.32 - - [2024-10-28 02:35:52] "GET /projects?obj_uuids=0b8caa41-78a2-4f4d-b3ee-162097b59d63&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001981 10.0.0.32 - - [2024-10-28 02:35:52] "GET /project/0b8caa41-78a2-4f4d-b3ee-162097b59d63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.046981 10.0.0.32 - - [2024-10-28 02:35:52] "POST /neutron/network HTTP/1.1" 200 117 0.008616 10.0.0.32 - - [2024-10-28 02:35:52] "GET /projects?obj_uuids=0b8caa41-78a2-4f4d-b3ee-162097b59d63&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001373 10.0.0.32 - - [2024-10-28 02:35:52] "POST /neutron/network HTTP/1.1" 200 605 0.095719 10.0.0.32 - - [2024-10-28 02:35:52] "POST /route-targets HTTP/1.1" 200 327 0.016626 10.0.0.32 - - [2024-10-28 02:35:52] "POST /ref-update HTTP/1.1" 200 156 0.024564 10.0.0.32 - - [2024-10-28 02:35:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003972 10.0.0.32 - - [2024-10-28 02:35:52] "POST /neutron/subnet HTTP/1.1" 200 699 0.176501 10.0.0.32 - - [2024-10-28 02:35:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003488 10.0.0.32 - - [2024-10-28 02:35:53] "POST /neutron/subnet HTTP/1.1" 200 699 0.190127 10.0.0.32 - - [2024-10-28 02:35:53] "POST /neutron/network HTTP/1.1" 200 994 0.009224 10.0.0.32 - - [2024-10-28 02:35:53] "POST /id-to-fqname HTTP/1.1" 200 220 0.001608 10.0.0.32 - - [2024-10-28 02:35:53] "GET /virtual-network/e44e125a-b7bd-44c3-9621-993b90cb96e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.010714 10.0.0.32 - - [2024-10-28 02:35:53] "POST /neutron/network HTTP/1.1" 200 994 0.009110 10.0.0.32 - - [2024-10-28 02:35:53] "GET /virtual-network/e44e125a-b7bd-44c3-9621-993b90cb96e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.010342 10.0.0.32 - - [2024-10-28 02:35:53] "POST /neutron/network HTTP/1.1" 200 994 0.009141 10.0.0.32 - - [2024-10-28 02:35:53] "POST /neutron/subnet HTTP/1.1" 200 699 0.010474 10.0.0.32 - - [2024-10-28 02:35:53] "POST /neutron/subnet HTTP/1.1" 200 699 0.008358 10.0.0.32 - - [2024-10-28 02:35:53] "POST /neutron/network HTTP/1.1" 200 994 0.010770 10.0.0.32 - - [2024-10-28 02:35:53] "POST /neutron/subnet HTTP/1.1" 200 699 0.011076 10.0.0.32 - - [2024-10-28 02:35:53] "POST /neutron/subnet HTTP/1.1" 200 699 0.008733 10.0.0.32 - - [2024-10-28 02:35:53] "GET /projects?obj_uuids=0b8caa41-78a2-4f4d-b3ee-162097b59d63&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002025 10.0.0.32 - - [2024-10-28 02:35:53] "POST /neutron/port HTTP/1.1" 200 1017 0.183804 10.0.0.32 - - [2024-10-28 02:35:53] "GET /projects?obj_uuids=0b8caa41-78a2-4f4d-b3ee-162097b59d63&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001500 10.0.0.32 - - [2024-10-28 02:35:53] "POST /neutron/port HTTP/1.1" 200 1017 0.189118 10.0.0.32 - - [2024-10-28 02:35:53] "POST /id-to-fqname HTTP/1.1" 200 220 0.001605 10.0.0.32 - - [2024-10-28 02:35:53] "POST /neutron/port HTTP/1.1" 200 1017 0.009726 10.0.0.32 - - [2024-10-28 02:35:53] "POST /neutron/port HTTP/1.1" 200 1017 0.013517 10.0.0.32 - - [2024-10-28 02:35:53] "POST /neutron/network HTTP/1.1" 200 994 0.008731 10.0.0.32 - - [2024-10-28 02:35:54] "POST /neutron/port HTTP/1.1" 200 1017 0.010219 10.0.0.32 - - [2024-10-28 02:35:54] "POST /neutron/port HTTP/1.1" 200 117 0.005569 10.0.0.32 - - [2024-10-28 02:35:54] "POST /neutron/port HTTP/1.1" 200 117 0.005641 10.0.0.32 - - [2024-10-28 02:35:54] "POST /id-to-fqname HTTP/1.1" 200 220 0.001738 10.0.0.32 - - [2024-10-28 02:35:54] "POST /neutron/port HTTP/1.1" 200 117 0.006169 10.0.0.32 - - [2024-10-28 02:35:54] "POST /neutron/port HTTP/1.1" 200 1017 0.009443 10.0.0.32 - - [2024-10-28 02:35:54] "POST /neutron/port HTTP/1.1" 200 1017 0.009885 10.0.0.32 - - [2024-10-28 02:35:54] "POST /neutron/network HTTP/1.1" 200 994 0.009995 10.0.0.32 - - [2024-10-28 02:35:54] "POST /neutron/port HTTP/1.1" 200 1017 0.009412 10.0.0.32 - - [2024-10-28 02:35:54] "POST /neutron/port HTTP/1.1" 200 1017 0.012498 10.0.0.32 - - [2024-10-28 02:35:54] "POST /neutron/port HTTP/1.1" 200 1017 0.009358 10.0.0.32 - - [2024-10-28 02:35:54] "POST /neutron/port HTTP/1.1" 200 117 0.007865 10.0.0.32 - - [2024-10-28 02:35:54] "POST /neutron/port HTTP/1.1" 200 117 0.005967 10.0.0.32 - - [2024-10-28 02:35:54] "POST /id-to-fqname HTTP/1.1" 200 220 0.001656 10.0.0.32 - - [2024-10-28 02:35:54] "POST /neutron/port HTTP/1.1" 200 117 0.008555 10.0.0.32 - - [2024-10-28 02:35:54] "POST /neutron/network HTTP/1.1" 200 1004 0.009197 10.0.0.32 - - [2024-10-28 02:35:54] "GET /aaa-mode HTTP/1.1" 401 292 0.000556 10.0.0.32 - - [2024-10-28 02:35:55] "GET / HTTP/1.1" 200 35931 0.002570 10.0.0.32 - - [2024-10-28 02:35:55] "GET /project/0b8caa41-78a2-4f4d-b3ee-162097b59d63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000479 10.0.0.32 - - [2024-10-28 02:35:55] "POST /neutron/port HTTP/1.1" 200 1017 0.008732 10.0.0.32 - - [2024-10-28 02:35:55] "POST /neutron/network HTTP/1.1" 200 1004 0.009741 10.0.0.32 - - [2024-10-28 02:35:55] "POST /neutron/port HTTP/1.1" 200 1017 0.015254 10.0.0.32 - - [2024-10-28 02:35:55] "POST /neutron/port HTTP/1.1" 200 1017 0.018140 10.0.0.32 - - [2024-10-28 02:35:55] "POST /neutron/port HTTP/1.1" 200 1017 0.011818 10.0.0.32 - - [2024-10-28 02:35:55] "POST /neutron/network HTTP/1.1" 200 1004 0.012289 10.0.0.32 - - [2024-10-28 02:35:55] "POST /neutron/port HTTP/1.1" 200 1017 0.013673 10.0.0.32 - - [2024-10-28 02:35:55] "POST /neutron/port HTTP/1.1" 200 1017 0.015287 10.0.0.32 - - [2024-10-28 02:35:55] "POST /neutron/port HTTP/1.1" 200 1109 0.155356 10.0.0.32 - - [2024-10-28 02:35:55] "POST /neutron/port HTTP/1.1" 200 1109 0.157521 10.0.0.32 - - [2024-10-28 02:35:55] "POST /neutron/port HTTP/1.1" 200 1083 0.025642 10.0.0.32 - - [2024-10-28 02:35:55] "GET /projects?obj_uuids=0b8caa41-78a2-4f4d-b3ee-162097b59d63&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001724 10.0.0.32 - - [2024-10-28 02:35:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004301 10.0.0.32 - - [2024-10-28 02:35:55] "POST /neutron/port HTTP/1.1" 200 1083 0.038339 10.0.0.32 - - [2024-10-28 02:35:55] "GET /project/0b8caa41-78a2-4f4d-b3ee-162097b59d63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.097163 10.0.0.32 - - [2024-10-28 02:35:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003581 10.0.0.32 - - [2024-10-28 02:35:55] "POST /neutron/subnet HTTP/1.1" 200 673 0.021852 10.0.0.32 - - [2024-10-28 02:35:55] "POST /neutron/network HTTP/1.1" 200 994 0.010068 10.0.0.32 - - [2024-10-28 02:35:55] "POST /neutron/port HTTP/1.1" 200 117 0.001869 10.0.0.32 - - [2024-10-28 02:35:55] "POST /neutron/subnet HTTP/1.1" 200 673 0.016628 10.0.0.32 - - [2024-10-28 02:35:55] "POST /neutron/network HTTP/1.1" 200 994 0.009001 10.0.0.32 - - [2024-10-28 02:35:55] "POST /neutron/port HTTP/1.1" 200 117 0.001606 10.0.0.32 - - [2024-10-28 02:35:55] "POST /neutron/network HTTP/1.1" 200 994 0.010351 10.0.0.32 - - [2024-10-28 02:35:56] "POST /neutron/port HTTP/1.1" 200 2050 0.038777 10.0.0.32 - - [2024-10-28 02:35:56] "POST /neutron/security_group HTTP/1.1" 200 2058 0.012729 10.0.0.32 - - [2024-10-28 02:35:56] "POST /neutron/port HTTP/1.1" 200 117 0.006657 10.0.0.32 - - [2024-10-28 02:35:56] "GET /domains HTTP/1.1" 200 280 0.003372 10.0.0.32 - - [2024-10-28 02:35:56] "GET /domains?obj_uuids=51ad6298-d170-4109-b48a-f07afad31756&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001892 10.0.0.32 - - [2024-10-28 02:35:56] "GET /domain/51ad6298-d170-4109-b48a-f07afad31756 HTTP/1.1" 200 2760 0.012050 10.0.0.32 - - [2024-10-28 02:35:56] "GET /projects?obj_uuids=0b8caa41-78a2-4f4d-b3ee-162097b59d63&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001396 10.0.0.32 - - [2024-10-28 02:35:56] "GET /project/0b8caa41-78a2-4f4d-b3ee-162097b59d63 HTTP/1.1" 200 2840 0.097602 10.0.0.32 - - [2024-10-28 02:35:56] "GET /network-ipam/a19207bf-6e19-4b02-bf1d-c895a9ce228b HTTP/1.1" 200 2601 0.019109 10.0.0.32 - - [2024-10-28 02:35:56] "GET /domains HTTP/1.1" 200 280 0.003658 10.0.0.32 - - [2024-10-28 02:35:56] "GET /domains?obj_uuids=51ad6298-d170-4109-b48a-f07afad31756&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001437 10.0.0.32 - - [2024-10-28 02:35:56] "GET /domain/51ad6298-d170-4109-b48a-f07afad31756 HTTP/1.1" 200 2760 0.010584 10.0.0.32 - - [2024-10-28 02:35:56] "GET /projects?obj_uuids=0b8caa41-78a2-4f4d-b3ee-162097b59d63&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002052 10.0.0.32 - - [2024-10-28 02:35:56] "GET /project/0b8caa41-78a2-4f4d-b3ee-162097b59d63 HTTP/1.1" 200 2840 0.116876 10.0.0.32 - - [2024-10-28 02:35:56] "GET /virtual-network/e44e125a-b7bd-44c3-9621-993b90cb96e5 HTTP/1.1" 200 3779 0.019067 10.0.0.32 - - [2024-10-28 02:35:56] "GET /virtual-network/e44e125a-b7bd-44c3-9621-993b90cb96e5 HTTP/1.1" 200 3779 0.011062 10.0.0.32 - - [2024-10-28 02:35:56] "GET /routing-instance/1dc58a6d-6b7e-494f-bab2-e68a7760e505 HTTP/1.1" 200 2380 0.006406 10.0.0.32 - - [2024-10-28 02:35:56] "GET /routing-instance/1dc58a6d-6b7e-494f-bab2-e68a7760e505 HTTP/1.1" 200 2380 0.008652 10.0.0.32 - - [2024-10-28 02:35:56] "GET /route-target/e6f55185-c16c-46c7-94b7-c659b34beefb HTTP/1.1" 200 1205 0.004674 10.0.0.32 - - [2024-10-28 02:35:56] "GET /virtual-network/e44e125a-b7bd-44c3-9621-993b90cb96e5 HTTP/1.1" 200 3779 0.011058 10.0.0.32 - - [2024-10-28 02:35:56] "GET /routing-instance/1dc58a6d-6b7e-494f-bab2-e68a7760e505 HTTP/1.1" 200 2380 0.008502 10.0.0.32 - - [2024-10-28 02:35:56] "GET /virtual-network/e44e125a-b7bd-44c3-9621-993b90cb96e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.011449 10.0.0.32 - - [2024-10-28 02:35:56] "POST /neutron/network HTTP/1.1" 200 1004 0.023250 10.0.0.32 - - [2024-10-28 02:35:56] "GET /virtual-network/e44e125a-b7bd-44c3-9621-993b90cb96e5 HTTP/1.1" 200 3779 0.023206 10.0.0.32 - - [2024-10-28 02:35:56] "GET /projects?obj_uuids=0b8caa41-78a2-4f4d-b3ee-162097b59d63&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001475 10.0.0.32 - - [2024-10-28 02:35:56] "GET /routing-instance/1dc58a6d-6b7e-494f-bab2-e68a7760e505 HTTP/1.1" 200 2380 0.005450 10.0.0.32 - - [2024-10-28 02:35:56] "GET /routing-instance/1dc58a6d-6b7e-494f-bab2-e68a7760e505 HTTP/1.1" 200 2380 0.010815 10.0.0.32 - - [2024-10-28 02:35:56] "GET /route-target/e6f55185-c16c-46c7-94b7-c659b34beefb HTTP/1.1" 200 1205 0.009847 10.0.0.32 - - [2024-10-28 02:35:56] "GET /domains HTTP/1.1" 200 280 0.003263 10.0.0.32 - - [2024-10-28 02:35:56] "GET /domains?obj_uuids=51ad6298-d170-4109-b48a-f07afad31756&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002556 10.0.0.32 - - [2024-10-28 02:35:56] "GET /domain/51ad6298-d170-4109-b48a-f07afad31756 HTTP/1.1" 200 2760 0.020372 10.0.0.32 - - [2024-10-28 02:35:56] "GET /projects?obj_uuids=0b8caa41-78a2-4f4d-b3ee-162097b59d63&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001426 10.0.0.32 - - [2024-10-28 02:35:56] "GET /project/0b8caa41-78a2-4f4d-b3ee-162097b59d63 HTTP/1.1" 200 3084 0.136388 10.0.0.32 - - [2024-10-28 02:35:56] "GET /virtual-network/e44e125a-b7bd-44c3-9621-993b90cb96e5 HTTP/1.1" 200 4037 0.011723 10.0.0.32 - - [2024-10-28 02:35:57] "POST /neutron/port HTTP/1.1" 200 1055 0.408963 10.0.0.32 - - [2024-10-28 02:35:57] "POST /neutron/port HTTP/1.1" 200 1055 0.027224 10.0.0.32 - - [2024-10-28 02:35:57] "POST /neutron/port HTTP/1.1" 200 1055 0.019141 10.0.0.32 - - [2024-10-28 02:35:57] "POST /neutron/port HTTP/1.1" 200 1109 0.139648 10.0.0.32 - - [2024-10-28 02:35:57] "POST /neutron/port HTTP/1.1" 200 1083 0.032572 10.0.0.32 - - [2024-10-28 02:35:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009665 10.0.0.32 - - [2024-10-28 02:35:57] "GET /obj-perms HTTP/1.1" 200 5030 0.086772 10.0.0.32 - - [2024-10-28 02:35:57] "POST /neutron/subnet HTTP/1.1" 200 673 0.018246 10.0.0.32 - - [2024-10-28 02:35:57] "POST /neutron/port HTTP/1.1" 200 1083 0.018459 10.0.0.32 - - [2024-10-28 02:35:57] "POST /neutron/port HTTP/1.1" 200 117 0.001607 10.0.0.32 - - [2024-10-28 02:35:57] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007664 10.0.0.32 - - [2024-10-28 02:35:57] "POST /neutron/network HTTP/1.1" 200 994 0.010235 10.0.0.32 - - [2024-10-28 02:35:57] "POST /neutron/port HTTP/1.1" 200 1083 0.021905 10.0.0.32 - - [2024-10-28 02:35:57] "POST /neutron/security_group HTTP/1.1" 200 2058 0.012582 10.0.0.32 - - [2024-10-28 02:35:57] "POST /neutron/port HTTP/1.1" 200 1083 0.022376 10.0.0.32 - - [2024-10-28 02:35:57] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007645 10.0.0.32 - - [2024-10-28 02:35:57] "GET /virtual-machine/5907ac9d-b172-4c51-beeb-943b97fd8fe3 HTTP/1.1" 200 1288 0.007218 10.0.0.32 - - [2024-10-28 02:35:57] "GET /virtual-machine-interface/e80c0e0a-109c-43af-9b0b-2d44033afe65 HTTP/1.1" 200 2941 0.012641 10.0.0.32 - - [2024-10-28 02:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.008313 10.0.0.32 - - [2024-10-28 02:35:57] "GET /global-vrouter-config/333c7863-f234-4c44-8e2d-1d46228978ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.008942 10.0.0.32 - - [2024-10-28 02:35:57] "GET /virtual-networks?parent_id=0b8caa41-78a2-4f4d-b3ee-162097b59d63&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003844 10.0.0.32 - - [2024-10-28 02:35:57] "GET /virtual-network/e44e125a-b7bd-44c3-9621-993b90cb96e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.011880 10.0.0.32 - - [2024-10-28 02:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.32 - - [2024-10-28 02:36:01] "GET /virtual-network/e44e125a-b7bd-44c3-9621-993b90cb96e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.012117 10.0.0.32 - - [2024-10-28 02:36:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.32 - - [2024-10-28 02:36:05] "GET /virtual-network/e44e125a-b7bd-44c3-9621-993b90cb96e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.016387 10.0.0.32 - - [2024-10-28 02:36:06] "POST /neutron/port HTTP/1.1" 200 1083 0.023649 10.0.0.32 - - [2024-10-28 02:36:06] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007359 10.0.0.32 - - [2024-10-28 02:36:06] "POST /neutron/port HTTP/1.1" 200 1083 0.018735 10.0.0.32 - - [2024-10-28 02:36:06] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010790 10.0.0.32 - - [2024-10-28 02:36:07] "POST /neutron/port HTTP/1.1" 200 1083 0.026619 10.0.0.32 - - [2024-10-28 02:36:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.013366 10.0.0.32 - - [2024-10-28 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.32 - - [2024-10-28 02:36:07] "GET /global-vrouter-config/333c7863-f234-4c44-8e2d-1d46228978ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005282 10.0.0.32 - - [2024-10-28 02:36:07] "GET /virtual-networks?parent_id=0b8caa41-78a2-4f4d-b3ee-162097b59d63&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004179 10.0.0.32 - - [2024-10-28 02:36:07] "GET /virtual-network/e44e125a-b7bd-44c3-9621-993b90cb96e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.013920 10.0.0.32 - - [2024-10-28 02:36:07] "POST /neutron/port HTTP/1.1" 200 1083 0.025141 10.0.0.32 - - [2024-10-28 02:36:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.022383 10.0.0.32 - - [2024-10-28 02:36:12] "POST /neutron/port HTTP/1.1" 200 1083 0.017117 10.0.0.32 - - [2024-10-28 02:36:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007564 10.0.0.32 - - [2024-10-28 02:36:13] "POST /neutron/port HTTP/1.1" 200 1083 0.018283 10.0.0.32 - - [2024-10-28 02:36:13] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008193 10.0.0.32 - - [2024-10-28 02:36:13] "POST /neutron/port HTTP/1.1" 200 1083 0.017217 10.0.0.32 - - [2024-10-28 02:36:13] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008916 10.0.0.32 - - [2024-10-28 02:36:13] "GET /virtual-machine/f7070f4e-1d3e-477f-9712-65883ea8e7fb HTTP/1.1" 200 1289 0.006142 10.0.0.32 - - [2024-10-28 02:36:13] "GET /virtual-machine-interface/71c33a6b-702c-4b81-b7de-b30e2a53d15d HTTP/1.1" 200 2940 0.009465 10.0.0.32 - - [2024-10-28 02:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.32 - - [2024-10-28 02:36:13] "GET /global-vrouter-config/333c7863-f234-4c44-8e2d-1d46228978ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004309 10.0.0.32 - - [2024-10-28 02:36:13] "GET /virtual-networks?parent_id=0b8caa41-78a2-4f4d-b3ee-162097b59d63&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003609 10.0.0.32 - - [2024-10-28 02:36:13] "GET /virtual-network/e44e125a-b7bd-44c3-9621-993b90cb96e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.011587 10.0.0.32 - - [2024-10-28 02:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.32 - - [2024-10-28 02:36:14] "GET /global-vrouter-config/333c7863-f234-4c44-8e2d-1d46228978ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004178 10.0.0.32 - - [2024-10-28 02:36:14] "GET /virtual-networks?parent_id=0b8caa41-78a2-4f4d-b3ee-162097b59d63&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004066 10.0.0.32 - - [2024-10-28 02:36:14] "GET /virtual-network/e44e125a-b7bd-44c3-9621-993b90cb96e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.010811 10.0.0.32 - - [2024-10-28 02:36:14] "POST /neutron/port HTTP/1.1" 200 1083 0.024732 10.0.0.32 - - [2024-10-28 02:36:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.012071 10.0.0.32 - - [2024-10-28 02:36:14] "POST /neutron/port HTTP/1.1" 200 1083 0.021462 10.0.0.32 - - [2024-10-28 02:36:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008503 10.0.0.32 - - [2024-10-28 02:36:14] "POST /neutron/port HTTP/1.1" 200 1083 0.020114 10.0.0.32 - - [2024-10-28 02:36:15] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008616 10.0.0.32 - - [2024-10-28 02:36:15] "GET /virtual-machine/67a3ec3d-54ce-4217-8efc-0bd259c6ad66 HTTP/1.1" 200 1292 0.008065 10.0.0.32 - - [2024-10-28 02:36:15] "GET /virtual-machine-interface/b718a58e-4dc4-42d4-9d45-45b2b08a734d HTTP/1.1" 200 2941 0.011005 10.0.0.32 - - [2024-10-28 02:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003722 10.0.0.32 - - [2024-10-28 02:36:15] "GET /global-vrouter-config/333c7863-f234-4c44-8e2d-1d46228978ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005411 10.0.0.32 - - [2024-10-28 02:36:15] "GET /virtual-networks?parent_id=0b8caa41-78a2-4f4d-b3ee-162097b59d63&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004327 10.0.0.32 - - [2024-10-28 02:36:15] "GET /virtual-network/e44e125a-b7bd-44c3-9621-993b90cb96e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.011786 10.0.0.32 - - [2024-10-28 02:36:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.32 - - [2024-10-28 02:36:16] "GET /global-vrouter-config/333c7863-f234-4c44-8e2d-1d46228978ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005323 10.0.0.32 - - [2024-10-28 02:36:16] "GET /virtual-networks?parent_id=0b8caa41-78a2-4f4d-b3ee-162097b59d63&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004013 10.0.0.32 - - [2024-10-28 02:36:16] "GET /virtual-network/e44e125a-b7bd-44c3-9621-993b90cb96e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.010989 10.0.0.32 - - [2024-10-28 02:36:25] "DELETE /project/0b8caa4178a24f4db3ee162097b59d63 HTTP/1.1" 404 173 0.006456 10.0.0.32 - - [2024-10-28 02:36:25] "GET /projects?obj_uuids=61732828-4d98-4b3d-b223-12fd967a0ffd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001751 10.0.0.32 - - [2024-10-28 02:36:25] "GET /project/61732828-4d98-4b3d-b223-12fd967a0ffd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.035522 10.0.0.32 - - [2024-10-28 02:36:25] "GET /projects?obj_uuids=61732828-4d98-4b3d-b223-12fd967a0ffd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001392 10.0.0.32 - - [2024-10-28 02:36:25] "GET /project/61732828-4d98-4b3d-b223-12fd967a0ffd?fields=security_groups HTTP/1.1" 200 1365 0.036886 10.0.0.32 - - [2024-10-28 02:36:25] "DELETE /security-group/c180facd-57e1-4a14-90b4-668c7df346df HTTP/1.1" 200 115 0.037926 10.0.0.32 - - [2024-10-28 02:36:25] "GET /projects?obj_uuids=61732828-4d98-4b3d-b223-12fd967a0ffd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001354 10.0.0.32 - - [2024-10-28 02:36:25] "GET /project/61732828-4d98-4b3d-b223-12fd967a0ffd?fields=application_policy_sets HTTP/1.1" 200 1404 0.052418 10.0.0.32 - - [2024-10-28 02:36:25] "DELETE /access-control-list/7261a5d3-9e52-4bfe-bcbc-bbeaddec265d HTTP/1.1" 200 115 0.063336 10.0.0.32 - - [2024-10-28 02:36:25] "DELETE /access-control-list/9f168491-09ae-4c46-9cc0-cddac620216a HTTP/1.1" 200 115 0.027273 10.0.0.32 - - [2024-10-28 02:36:25] "DELETE /project/61732828-4d98-4b3d-b223-12fd967a0ffd HTTP/1.1" 200 115 0.335925 10.0.0.32 - - [2024-10-28 02:36:32] "POST /neutron/port HTTP/1.1" 200 1109 0.013971 10.0.0.32 - - [2024-10-28 02:36:32] "POST /neutron/port HTTP/1.1" 200 1109 0.010732 10.0.0.32 - - [2024-10-28 02:36:32] "POST /neutron/port HTTP/1.1" 200 151 0.127540 10.0.0.32 - - [2024-10-28 02:36:32] "POST /neutron/port HTTP/1.1" 200 1109 0.011651 10.0.0.32 - - [2024-10-28 02:36:32] "POST /neutron/port HTTP/1.1" 200 1109 0.011534 10.0.0.32 - - [2024-10-28 02:36:33] "POST /neutron/port HTTP/1.1" 200 151 0.172206 10.0.0.32 - - [2024-10-28 02:36:33] "POST /neutron/network HTTP/1.1" 200 994 0.008558 10.0.0.32 - - [2024-10-28 02:36:33] "POST /neutron/port HTTP/1.1" 200 1083 0.053891 10.0.0.32 - - [2024-10-28 02:36:33] "POST /neutron/network HTTP/1.1" 400 204 0.017916 10.0.0.32 - - [2024-10-28 02:36:33] "POST /neutron/port HTTP/1.1" 200 1109 0.015491 10.0.0.32 - - [2024-10-28 02:36:33] "POST /neutron/port HTTP/1.1" 200 117 0.008244 10.0.0.32 - - [2024-10-28 02:36:33] "POST /neutron/port HTTP/1.1" 400 205 0.004667 10.0.0.32 - - [2024-10-28 02:36:33] "POST /neutron/port HTTP/1.1" 200 151 0.133592 10.0.0.32 - - [2024-10-28 02:36:33] "POST /neutron/port HTTP/1.1" 200 117 0.008767 10.0.0.32 - - [2024-10-28 02:36:33] "POST /neutron/port HTTP/1.1" 200 117 0.006371 10.0.0.32 - - [2024-10-28 02:36:33] "POST /neutron/network HTTP/1.1" 200 968 0.010794 10.0.0.32 - - [2024-10-28 02:36:33] "POST /neutron/network HTTP/1.1" 200 117 0.006244 10.0.0.32 - - [2024-10-28 02:36:35] "POST /neutron/network HTTP/1.1" 200 994 0.009609 10.0.0.32 - - [2024-10-28 02:36:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.006891 10.0.0.32 - - [2024-10-28 02:36:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002060 10.0.0.32 - - [2024-10-28 02:36:35] "POST /useragent-kv HTTP/1.1" 200 115 0.001523 10.0.0.32 - - [2024-10-28 02:36:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002641 10.0.0.32 - - [2024-10-28 02:36:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002248 10.0.0.32 - - [2024-10-28 02:36:35] "POST /neutron/network HTTP/1.1" 200 151 0.150677 10.0.0.32 - - [2024-10-28 02:36:35] "DELETE /route-target/e6f55185-c16c-46c7-94b7-c659b34beefb HTTP/1.1" 200 115 0.043331 10.0.0.32 - - [2024-10-28 02:36:35] "GET /routing-instance/1dc58a6d-6b7e-494f-bab2-e68a7760e505 HTTP/1.1" 404 171 0.003448 10.0.0.32 - - [2024-10-28 02:36:35] "GET /domains HTTP/1.1" 200 280 0.003763 10.0.0.32 - - [2024-10-28 02:36:35] "GET /domains?obj_uuids=51ad6298-d170-4109-b48a-f07afad31756&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001550 10.0.0.32 - - [2024-10-28 02:36:35] "GET /domain/51ad6298-d170-4109-b48a-f07afad31756 HTTP/1.1" 200 2573 0.054172 10.0.0.32 - - [2024-10-28 02:36:35] "GET /projects?obj_uuids=0b8caa41-78a2-4f4d-b3ee-162097b59d63&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001902 10.0.0.32 - - [2024-10-28 02:36:35] "GET /project/0b8caa41-78a2-4f4d-b3ee-162097b59d63 HTTP/1.1" 200 2083 0.088718 10.0.0.32 - - [2024-10-28 02:36:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005199 10.0.0.32 - - [2024-10-28 02:36:35] "DELETE /network-ipam/a19207bf-6e19-4b02-bf1d-c895a9ce228b HTTP/1.1" 200 115 0.037867 10.0.0.32 - - [2024-10-28 02:36:35] "POST /fqname-to-id HTTP/1.1" 404 211 0.004072 10.0.0.32 - - [2024-10-28 02:36:35] "GET /obj-perms HTTP/1.1" 200 5056 0.073476 10.0.0.32 - - [2024-10-28 02:36:35] "GET /projects?obj_uuids=0b8caa41-78a2-4f4d-b3ee-162097b59d63&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002794 10.0.0.32 - - [2024-10-28 02:36:35] "GET /project/0b8caa41-78a2-4f4d-b3ee-162097b59d63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.038840 10.0.0.32 - - [2024-10-28 02:36:35] "GET /projects?obj_uuids=0b8caa41-78a2-4f4d-b3ee-162097b59d63&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001529 10.0.0.32 - - [2024-10-28 02:36:36] "GET /project/0b8caa41-78a2-4f4d-b3ee-162097b59d63?fields=virtual_networks HTTP/1.1" 200 1030 0.042820 10.0.0.32 - - [2024-10-28 02:36:36] "GET /projects?obj_uuids=0b8caa41-78a2-4f4d-b3ee-162097b59d63&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001464 10.0.0.32 - - [2024-10-28 02:36:36] "GET /obj-perms HTTP/1.1" 200 5056 0.080912 10.0.0.32 - - [2024-10-28 02:36:36] "GET /project/0b8caa41-78a2-4f4d-b3ee-162097b59d63?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.054778 10.0.0.32 - - [2024-10-28 02:36:36] "GET /projects?obj_uuids=0b8caa41-78a2-4f4d-b3ee-162097b59d63&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001393 10.0.0.32 - - [2024-10-28 02:36:36] "GET /project/0b8caa41-78a2-4f4d-b3ee-162097b59d63?fields=security_groups HTTP/1.1" 200 1256 0.049686 10.0.0.32 - - [2024-10-28 02:36:37] "POST /neutron/port HTTP/1.1" 200 117 0.006623 10.0.0.32 - - [2024-10-28 02:36:38] "POST /neutron/port HTTP/1.1" 400 205 0.004940 10.0.0.32 - - [2024-10-28 02:36:45] "GET / HTTP/1.1" 200 35931 0.002421 10.0.0.32 - - [2024-10-28 02:36:45] "GET /project/1aa7000b-5181-4a94-8b87-bd6e4e17cb66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000588 10.0.0.32 - - [2024-10-28 02:36:46] "GET /projects?obj_uuids=1aa7000b-5181-4a94-8b87-bd6e4e17cb66&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001435 10.0.0.32 - - [2024-10-28 02:36:46] "GET /project/1aa7000b-5181-4a94-8b87-bd6e4e17cb66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.070216 [Introspect:8084]10.0.0.32 - - [2024-10-28 02:36:46] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001523 10.0.0.32 - - [2024-10-28 02:36:47] "POST /fqname-to-id HTTP/1.1" 404 184 0.033401 10.0.0.32 - - [2024-10-28 02:36:47] "GET /projects?obj_uuids=80cf183a-f240-4aa1-975d-4996eb7ff78f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003762 10.0.0.32 - - [2024-10-28 02:36:47] "GET /domains?obj_uuids=51ad6298-d170-4109-b48a-f07afad31756&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001382 10.0.0.32 - - [2024-10-28 02:36:47] "GET /domain/51ad6298-d170-4109-b48a-f07afad31756?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011389 10.0.0.32 - - [2024-10-28 02:36:47] "POST /id-to-fqname HTTP/1.1" 200 186 0.006850 10.0.0.32 - - [2024-10-28 02:36:47] "POST /fqname-to-id HTTP/1.1" 404 195 0.005776