++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Thu Sep 5 02:23:54 UTC 2024 ===================' INFO: =================== Thu Sep 5 02:23:54 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 +++ cut -d / -f 1 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.36 ++ 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.36 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.36 ++ ANALYTICSDB_NODES=10.0.0.36 ++ ANALYTICS_SNMP_NODES=10.0.0.36 ++ 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.36 +++ local server_address=10.0.0.36 +++ extended_server_list+='10.0.0.36:8081 ' +++ '[' -n '10.0.0.36:8081 ' ']' +++ echo 10.0.0.36:8081 ++ ANALYTICS_SERVERS=10.0.0.36: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.36 +++ local server_address=10.0.0.36 +++ extended_server_list+='10.0.0.36:9042 ' +++ '[' -n '10.0.0.36:9042 ' ']' +++ echo 10.0.0.36:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.36:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.36 ++ 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.36 +++ local server_address=10.0.0.36 +++ extended_server_list+='10.0.0.36:8086 ' +++ '[' -n '10.0.0.36:8086 ' ']' +++ echo 10.0.0.36:8086 ++ COLLECTOR_SERVERS=10.0.0.36: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.36 ++ CONFIGDB_NODES=10.0.0.36 ++ 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.36 +++ local server_address=10.0.0.36 +++ extended_server_list+='10.0.0.36:8082 ' +++ '[' -n '10.0.0.36:8082 ' ']' +++ echo 10.0.0.36:8082 ++ CONFIG_SERVERS=10.0.0.36: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.36 +++ local server_address=10.0.0.36 +++ extended_server_list+='10.0.0.36:9161 ' +++ '[' -n '10.0.0.36:9161 ' ']' +++ echo 10.0.0.36:9161 ++ CONFIGDB_SERVERS=10.0.0.36: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.36 +++ local server_address=10.0.0.36 +++ extended_server_list+='10.0.0.36:9041 ' +++ '[' -n '10.0.0.36:9041 ' ']' +++ echo 10.0.0.36:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.36:9041 ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.10 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.10 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.36 ++ 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.36 +++ local server_address=10.0.0.36 +++ extended_server_list+=10.0.0.36:2181, +++ '[' -n 10.0.0.36:2181, ']' +++ echo 10.0.0.36:2181 ++ ZOOKEEPER_SERVERS=10.0.0.36: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.36 +++ local server_address=10.0.0.36 +++ extended_server_list+='10.0.0.36:2181 ' +++ '[' -n '10.0.0.36:2181 ' ']' +++ echo 10.0.0.36:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.36:2181 ++ RABBITMQ_NODES=10.0.0.36 ++ 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.36 +++ local server_address=10.0.0.36 +++ extended_server_list+=10.0.0.36:5673, +++ '[' -n 10.0.0.36:5673, ']' +++ echo 10.0.0.36:5673 ++ RABBITMQ_SERVERS=10.0.0.36: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.36 +++ local server_address=10.0.0.36 +++ extended_server_list+='10.0.0.36:6379 ' +++ '[' -n '10.0.0.36:6379 ' ']' +++ echo 10.0.0.36:6379 ++ REDIS_SERVERS=10.0.0.36: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.36 ++ 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.36 +++ local server_address=10.0.0.36 +++ extended_server_list+='10.0.0.36:9092 ' +++ '[' -n '10.0.0.36:9092 ' ']' +++ echo 10.0.0.36:9092 ++ KAFKA_SERVERS=10.0.0.36: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.36 ++ 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.36 ++ 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.36 ++ 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.36 ++ cut -d , -f 1 + local cassandra=10.0.0.36 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.36 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node_list 10.0.0.36 +++ local servers=10.0.0.36 +++ 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 ++++ uniq ++++ grep -vi host +++ local local_ips=,10.0.0.36,10.20.0.10,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.36'\''))' +++ local server_ip=10.0.0.36 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.36 ]] +++ [[ ,10.0.0.36,10.20.0.10,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.36, ]] +++ echo 10.0.0.36 1 +++ return ++ local ip=10.0.0.36 ++ [[ -z 10.0.0.36 ]] ++ echo 10.0.0.36 + host_ip=10.0.0.36 + [[ cql == \c\q\l ]] ++ echo 10.0.0.36:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.36:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.36:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ sort ++ cut -d = -f 1 ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.6/site-packages/keystonemiddleware/auth_token/_memcache_crypt.py:42: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography. The next release of cryptography will remove support for Python 3.6. from cryptography.hazmat import backends as crypto_backends 09/05/2024 02:24:02.628 7f68e38fa348 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 09/05/2024 02:24:02.657 7f68e38fa348 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 09/05/2024 02:24:02.672 7f68e38fa348 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 09/05/2024 02:24:02.672 7f68e38fa348 [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.36:8082/ Hit Ctrl-C to quit. 10.0.0.36 - - [2024-09-05 02:24:05] "GET / HTTP/1.1" 200 45871 0.001722 10.0.0.36 - - [2024-09-05 02:24:05] "GET / HTTP/1.1" 200 45871 0.001370 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.36 - - [2024-09-05 02:24:05] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000574 10.0.0.36 - - [2024-09-05 02:24:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000319 10.0.0.36 - - [2024-09-05 02:24:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.625518 10.0.0.36 - - [2024-09-05 02:24:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.36 - - [2024-09-05 02:24:06] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.343737 10.0.0.36 - - [2024-09-05 02:24:06] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.004018 10.0.0.36 - - [2024-09-05 02:24:06] "GET / HTTP/1.1" 200 35931 0.001775 10.0.0.36 - - [2024-09-05 02:24:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000458 /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.36 - - [2024-09-05 02:24:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.038994 10.0.0.36 - - [2024-09-05 02:24:07] "GET /global-system-config/e22eec12-cb8d-4085-b5a1-9cfd33c5e365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.003365 10.0.0.36 - - [2024-09-05 02:24:07] "POST /fqname-to-id HTTP/1.1" 404 220 0.003363 10.0.0.36 - - [2024-09-05 02:24:07] "POST /config-database-nodes HTTP/1.1" 200 617 0.018915 10.0.0.36 - - [2024-09-05 02:24:07] "GET / HTTP/1.1" 200 35931 0.001621 10.0.0.36 - - [2024-09-05 02:24:07] "GET / HTTP/1.1" 200 35931 0.002324 10.0.0.36 - - [2024-09-05 02:24:08] "GET / HTTP/1.1" 200 35931 0.001504 10.0.0.36 - - [2024-09-05 02:24:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000459 10.0.0.36 - - [2024-09-05 02:24:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000400 10.0.0.36 - - [2024-09-05 02:24:08] "GET / HTTP/1.1" 200 35931 0.001537 10.0.0.36 - - [2024-09-05 02:24:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000642 10.0.0.36 - - [2024-09-05 02:24:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000644 10.0.0.36 - - [2024-09-05 02:24:09] "POST /fqname-to-id HTTP/1.1" 404 186 0.601099 10.0.0.36 - - [2024-09-05 02:24:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004102 10.0.0.36 - - [2024-09-05 02:24:09] "GET /global-system-config/e22eec12-cb8d-4085-b5a1-9cfd33c5e365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.004519 10.0.0.36 - - [2024-09-05 02:24:09] "POST /service-appliance-sets HTTP/1.1" 200 553 0.019109 10.0.0.36 - - [2024-09-05 02:24:09] "POST /fqname-to-id HTTP/1.1" 404 180 0.003674 10.0.0.36 - - [2024-09-05 02:24:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.36 - - [2024-09-05 02:24:09] "GET /global-system-config/e22eec12-cb8d-4085-b5a1-9cfd33c5e365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.003717 10.0.0.36 - - [2024-09-05 02:24:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.621753 10.0.0.36 - - [2024-09-05 02:24:09] "GET /global-system-config/e22eec12-cb8d-4085-b5a1-9cfd33c5e365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.008605 10.0.0.36 - - [2024-09-05 02:24:09] "POST /fqname-to-id HTTP/1.1" 404 196 0.371112 10.0.0.36 - - [2024-09-05 02:24:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.066719 10.0.0.36 - - [2024-09-05 02:24:09] "POST /service-appliance-sets HTTP/1.1" 200 541 0.035318 10.0.0.36 - - [2024-09-05 02:24:09] "GET /network-ipam/2cbf8e8c-355a-41e0-b7d7-e3bb0b32a9a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.005197 10.0.0.36 - - [2024-09-05 02:24:09] "POST /fqname-to-id HTTP/1.1" 404 220 0.002523 10.0.0.36 - - [2024-09-05 02:24:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005527 10.0.0.36 - - [2024-09-05 02:24:09] "POST /job-templates HTTP/1.1" 200 555 0.075260 10.0.0.36 - - [2024-09-05 02:24:09] "POST /config-nodes HTTP/1.1" 200 599 0.029468 10.0.0.36 - - [2024-09-05 02:24:09] "GET /network-ipam/2cbf8e8c-355a-41e0-b7d7-e3bb0b32a9a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.003414 10.0.0.36 - - [2024-09-05 02:24:09] "POST /fqname-to-id HTTP/1.1" 404 200 0.002731 10.0.0.36 - - [2024-09-05 02:24:09] "POST /job-templates HTTP/1.1" 200 563 0.060709 10.0.0.36 - - [2024-09-05 02:24:09] "POST /service-templates HTTP/1.1" 200 511 0.025098 10.0.0.36 - - [2024-09-05 02:24:09] "POST /service-templates HTTP/1.1" 200 501 0.017358 10.0.0.36 - - [2024-09-05 02:24:09] "POST /fqname-to-id HTTP/1.1" 404 191 0.002841 10.0.0.36 - - [2024-09-05 02:24:09] "POST /service-templates HTTP/1.1" 200 515 0.018313 10.0.0.36 - - [2024-09-05 02:24:09] "POST /job-templates HTTP/1.1" 200 545 0.059923 10.0.0.36 - - [2024-09-05 02:24:09] "POST /service-templates HTTP/1.1" 200 535 0.019685 10.0.0.36 - - [2024-09-05 02:24:09] "POST /fqname-to-id HTTP/1.1" 404 207 0.003091 10.0.0.36 - - [2024-09-05 02:24:09] "POST /service-templates HTTP/1.1" 200 507 0.017933 10.0.0.36 - - [2024-09-05 02:24:09] "GET / HTTP/1.1" 200 35931 0.001768 10.0.0.36 - - [2024-09-05 02:24:09] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000416 10.0.0.36 - - [2024-09-05 02:24:09] "POST /job-templates HTTP/1.1" 200 577 0.065886 10.0.0.36 - - [2024-09-05 02:24:09] "POST /fqname-to-id HTTP/1.1" 404 208 0.003107 10.0.0.36 - - [2024-09-05 02:24:09] "POST /fqname-to-id HTTP/1.1" 404 225 0.002683 10.0.0.36 - - [2024-09-05 02:24:09] "POST /access-control-lists HTTP/1.1" 200 587 0.020898 10.0.0.36 - - [2024-09-05 02:24:10] "POST /fqname-to-id HTTP/1.1" 404 224 0.003314 10.0.0.36 - - [2024-09-05 02:24:10] "POST /job-templates HTTP/1.1" 200 579 0.062033 10.0.0.36 - - [2024-09-05 02:24:10] "POST /access-control-lists HTTP/1.1" 200 585 0.017456 10.0.0.36 - - [2024-09-05 02:24:10] "POST /fqname-to-id HTTP/1.1" 404 210 0.002992 10.0.0.36 - - [2024-09-05 02:24:10] "POST /job-templates HTTP/1.1" 200 583 0.069279 10.0.0.36 - - [2024-09-05 02:24:10] "POST /route-targets HTTP/1.1" 200 327 0.037148 10.0.0.36 - - [2024-09-05 02:24:10] "POST /fqname-to-id HTTP/1.1" 404 198 0.004201 10.0.0.36 - - [2024-09-05 02:24:10] "POST /ref-update HTTP/1.1" 200 156 0.009808 10.0.0.36 - - [2024-09-05 02:24:10] "POST /job-templates HTTP/1.1" 200 559 0.061111 10.0.0.36 - - [2024-09-05 02:24:10] "POST /route-targets HTTP/1.1" 200 327 0.045675 10.0.0.36 - - [2024-09-05 02:24:10] "POST /fqname-to-id HTTP/1.1" 404 203 0.003260 10.0.0.36 - - [2024-09-05 02:24:10] "POST /ref-update HTTP/1.1" 200 156 0.009055 10.0.0.36 - - [2024-09-05 02:24:10] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.024544 10.0.0.36 - - [2024-09-05 02:24:10] "POST /job-templates HTTP/1.1" 200 569 0.065962 10.0.0.36 - - [2024-09-05 02:24:10] "POST /route-targets HTTP/1.1" 200 327 0.054134 10.0.0.36 - - [2024-09-05 02:24:10] "POST /fqname-to-id HTTP/1.1" 404 196 0.002318 10.0.0.36 - - [2024-09-05 02:24:10] "POST /ref-update HTTP/1.1" 200 156 0.011549 10.0.0.36 - - [2024-09-05 02:24:10] "POST /job-templates HTTP/1.1" 200 555 0.061601 10.0.0.36 - - [2024-09-05 02:24:10] "POST /route-targets HTTP/1.1" 200 327 0.050365 10.0.0.36 - - [2024-09-05 02:24:10] "POST /fqname-to-id HTTP/1.1" 404 196 0.002381 10.0.0.36 - - [2024-09-05 02:24:10] "POST /ref-update HTTP/1.1" 200 156 0.009933 10.0.0.36 - - [2024-09-05 02:24:10] "POST /fqname-to-id HTTP/1.1" 404 201 0.002642 10.0.0.36 - - [2024-09-05 02:24:10] "POST /job-templates HTTP/1.1" 200 555 0.060497 10.0.0.36 - - [2024-09-05 02:24:10] "POST /fqname-to-id HTTP/1.1" 404 196 0.003066 10.0.0.36 - - [2024-09-05 02:24:10] "POST /access-control-lists HTTP/1.1" 200 551 0.061495 10.0.0.36 - - [2024-09-05 02:24:11] "POST /job-templates HTTP/1.1" 200 555 0.066307 10.0.0.36 - - [2024-09-05 02:24:11] "PUT /access-control-list/36e23efb-63a8-4bf0-852d-d55626c0dba8 HTTP/1.1" 200 272 0.030632 10.0.0.36 - - [2024-09-05 02:24:11] "POST /fqname-to-id HTTP/1.1" 404 186 0.003430 10.0.0.36 - - [2024-09-05 02:24:11] "PUT /access-control-list/5c3aa53f-1c4b-4e3f-97cb-512249c59552 HTTP/1.1" 200 272 0.009955 10.0.0.36 - - [2024-09-05 02:24:11] "POST /job-templates HTTP/1.1" 200 535 0.060612 10.0.0.36 - - [2024-09-05 02:24:11] "POST /fqname-to-id HTTP/1.1" 404 198 0.003027 10.0.0.36 - - [2024-09-05 02:24:11] "POST /job-templates HTTP/1.1" 200 559 0.060629 10.0.0.36 - - [2024-09-05 02:24:11] "POST /fqname-to-id HTTP/1.1" 404 198 0.003037 10.0.0.36 - - [2024-09-05 02:24:11] "POST /job-templates HTTP/1.1" 200 559 0.061049 10.0.0.36 - - [2024-09-05 02:24:11] "POST /fqname-to-id HTTP/1.1" 404 198 0.003400 10.0.0.36 - - [2024-09-05 02:24:11] "POST /job-templates HTTP/1.1" 200 559 0.065031 10.0.0.36 - - [2024-09-05 02:24:11] "POST /fqname-to-id HTTP/1.1" 404 201 0.003052 10.0.0.36 - - [2024-09-05 02:24:11] "POST /job-templates HTTP/1.1" 200 565 0.060760 10.0.0.36 - - [2024-09-05 02:24:11] "POST /fqname-to-id HTTP/1.1" 404 197 0.003033 10.0.0.36 - - [2024-09-05 02:24:11] "POST /job-templates HTTP/1.1" 200 557 0.061572 10.0.0.36 - - [2024-09-05 02:24:11] "POST /fqname-to-id HTTP/1.1" 404 196 0.003074 10.0.0.36 - - [2024-09-05 02:24:12] "POST /job-templates HTTP/1.1" 200 555 0.061877 10.0.0.36 - - [2024-09-05 02:24:12] "POST /fqname-to-id HTTP/1.1" 404 205 0.003214 10.0.0.36 - - [2024-09-05 02:24:12] "POST /job-templates HTTP/1.1" 200 573 0.061441 10.0.0.36 - - [2024-09-05 02:24:12] "POST /fqname-to-id HTTP/1.1" 404 194 0.003004 10.0.0.36 - - [2024-09-05 02:24:12] "POST /job-templates HTTP/1.1" 200 551 0.061027 10.0.0.36 - - [2024-09-05 02:24:12] "POST /fqname-to-id HTTP/1.1" 404 208 0.003068 10.0.0.36 - - [2024-09-05 02:24:12] "POST /job-templates HTTP/1.1" 200 579 0.060894 10.0.0.36 - - [2024-09-05 02:24:12] "POST /fqname-to-id HTTP/1.1" 404 196 0.003160 10.0.0.36 - - [2024-09-05 02:24:12] "POST /job-templates HTTP/1.1" 200 555 0.061891 10.0.0.36 - - [2024-09-05 02:24:12] "POST /fqname-to-id HTTP/1.1" 404 198 0.003350 10.0.0.36 - - [2024-09-05 02:24:12] "POST /job-templates HTTP/1.1" 200 559 0.064966 10.0.0.36 - - [2024-09-05 02:24:12] "POST /fqname-to-id HTTP/1.1" 404 206 0.003153 10.0.0.36 - - [2024-09-05 02:24:13] "POST /job-templates HTTP/1.1" 200 575 0.061573 10.0.0.36 - - [2024-09-05 02:24:13] "POST /fqname-to-id HTTP/1.1" 404 197 0.002993 10.0.0.36 - - [2024-09-05 02:24:13] "POST /job-templates HTTP/1.1" 200 557 0.060869 10.0.0.36 - - [2024-09-05 02:24:13] "POST /fqname-to-id HTTP/1.1" 404 198 0.003044 10.0.0.36 - - [2024-09-05 02:24:13] "POST /job-templates HTTP/1.1" 200 559 0.061452 10.0.0.36 - - [2024-09-05 02:24:13] "POST /fqname-to-id HTTP/1.1" 404 196 0.003551 10.0.0.36 - - [2024-09-05 02:24:13] "POST /job-templates HTTP/1.1" 200 555 0.064918 10.0.0.36 - - [2024-09-05 02:24:13] "POST /fqname-to-id HTTP/1.1" 404 195 0.003270 10.0.0.36 - - [2024-09-05 02:24:13] "POST /job-templates HTTP/1.1" 200 553 0.061191 10.0.0.36 - - [2024-09-05 02:24:13] "POST /fqname-to-id HTTP/1.1" 404 195 0.004149 10.0.0.36 - - [2024-09-05 02:24:13] "POST /job-templates HTTP/1.1" 200 553 0.060579 10.0.0.36 - - [2024-09-05 02:24:13] "POST /fqname-to-id HTTP/1.1" 404 195 0.003847 10.0.0.36 - - [2024-09-05 02:24:13] "POST /job-templates HTTP/1.1" 200 553 0.064868 10.0.0.36 - - [2024-09-05 02:24:14] "POST /fqname-to-id HTTP/1.1" 404 200 0.003032 10.0.0.36 - - [2024-09-05 02:24:14] "POST /job-templates HTTP/1.1" 200 563 0.060734 10.0.0.36 - - [2024-09-05 02:24:14] "POST /fqname-to-id HTTP/1.1" 404 201 0.003239 10.0.0.36 - - [2024-09-05 02:24:14] "POST /job-templates HTTP/1.1" 200 565 0.060766 10.0.0.36 - - [2024-09-05 02:24:14] "POST /fqname-to-id HTTP/1.1" 404 189 0.003239 10.0.0.36 - - [2024-09-05 02:24:14] "POST /config-propertiess HTTP/1.1" 200 551 0.017147 10.0.0.36 - - [2024-09-05 02:24:14] "POST /fqname-to-id HTTP/1.1" 404 168 0.003094 10.0.0.36 - - [2024-09-05 02:24:14] "POST /tags HTTP/1.1" 200 321 0.033316 10.0.0.36 - - [2024-09-05 02:24:14] "POST /fqname-to-id HTTP/1.1" 404 166 0.003143 10.0.0.36 - - [2024-09-05 02:24:14] "POST /tags HTTP/1.1" 200 317 0.020096 10.0.0.36 - - [2024-09-05 02:24:14] "POST /fqname-to-id HTTP/1.1" 404 174 0.003823 10.0.0.36 - - [2024-09-05 02:24:14] "POST /tags HTTP/1.1" 200 333 0.024235 10.0.0.36 - - [2024-09-05 02:24:14] "POST /fqname-to-id HTTP/1.1" 404 162 0.003797 10.0.0.36 - - [2024-09-05 02:24:14] "POST /tags HTTP/1.1" 200 309 0.025369 10.0.0.36 - - [2024-09-05 02:24:14] "POST /fqname-to-id HTTP/1.1" 404 174 0.003677 10.0.0.36 - - [2024-09-05 02:24:14] "POST /tags HTTP/1.1" 200 333 0.020575 10.0.0.36 - - [2024-09-05 02:24:15] "POST /fqname-to-id HTTP/1.1" 404 164 0.003239 10.0.0.36 - - [2024-09-05 02:24:15] "POST /tags HTTP/1.1" 200 313 0.022074 10.0.0.36 - - [2024-09-05 02:24:15] "POST /fqname-to-id HTTP/1.1" 404 169 0.003110 10.0.0.36 - - [2024-09-05 02:24:15] "POST /tags HTTP/1.1" 200 323 0.021021 10.0.0.36 - - [2024-09-05 02:24:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.36 - - [2024-09-05 02:24:15] "PUT /global-system-config/e22eec12-cb8d-4085-b5a1-9cfd33c5e365 HTTP/1.1" 200 274 0.008981 10.0.0.36 - - [2024-09-05 02:24:15] "POST /fqname-to-id HTTP/1.1" 404 166 0.002813 10.0.0.36 - - [2024-09-05 02:24:15] "POST /hardwares HTTP/1.1" 200 327 0.012599 10.0.0.36 - - [2024-09-05 02:24:15] "POST /fqname-to-id HTTP/1.1" 404 166 0.003281 10.0.0.36 - - [2024-09-05 02:24:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.36 - - [2024-09-05 02:24:15] "GET /global-vrouter-config/fecfd996-969b-4906-862a-f492727b7a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1161 0.002841 10.0.0.36 - - [2024-09-05 02:24:15] "POST /hardwares HTTP/1.1" 200 327 0.010837 10.0.0.36 - - [2024-09-05 02:24:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002614 10.0.0.36 - - [2024-09-05 02:24:15] "POST /fqname-to-id HTTP/1.1" 404 166 0.003012 10.0.0.36 - - [2024-09-05 02:24:15] "PUT /global-vrouter-config/fecfd996-969b-4906-862a-f492727b7a25 HTTP/1.1" 200 276 0.008797 10.0.0.36 - - [2024-09-05 02:24:15] "POST /hardwares HTTP/1.1" 200 327 0.012192 10.0.0.36 - - [2024-09-05 02:24:15] "POST /fqname-to-id HTTP/1.1" 404 166 0.003030 10.0.0.36 - - [2024-09-05 02:24:15] "POST /hardwares HTTP/1.1" 200 327 0.011740 10.0.0.36 - - [2024-09-05 02:24:15] "POST /fqname-to-id HTTP/1.1" 404 164 0.002969 10.0.0.36 - - [2024-09-05 02:24:15] "POST /hardwares HTTP/1.1" 200 323 0.011389 10.0.0.36 - - [2024-09-05 02:24:15] "POST /fqname-to-id HTTP/1.1" 404 164 0.003788 10.0.0.36 - - [2024-09-05 02:24:15] "POST /hardwares HTTP/1.1" 200 323 0.011032 10.0.0.36 - - [2024-09-05 02:24:15] "GET / HTTP/1.1" 200 35931 0.001879 10.0.0.36 - - [2024-09-05 02:24:15] "POST /alarms HTTP/1.1" 401 292 0.000450 10.0.0.36 - - [2024-09-05 02:24:15] "POST /fqname-to-id HTTP/1.1" 404 161 0.002851 10.0.0.36 - - [2024-09-05 02:24:16] "POST /hardwares HTTP/1.1" 200 317 0.011418 10.0.0.36 - - [2024-09-05 02:24:16] "POST /fqname-to-id HTTP/1.1" 404 164 0.003007 10.0.0.36 - - [2024-09-05 02:24:16] "POST /hardwares HTTP/1.1" 200 323 0.010848 10.0.0.36 - - [2024-09-05 02:24:16] "POST /fqname-to-id HTTP/1.1" 404 164 0.003357 10.0.0.36 - - [2024-09-05 02:24:16] "POST /hardwares HTTP/1.1" 200 323 0.011067 10.0.0.36 - - [2024-09-05 02:24:16] "POST /fqname-to-id HTTP/1.1" 404 164 0.002957 10.0.0.36 - - [2024-09-05 02:24:16] "POST /alarms HTTP/1.1" 200 581 0.039333 10.0.0.36 - - [2024-09-05 02:24:16] "POST /hardwares HTTP/1.1" 200 323 0.011651 10.0.0.36 - - [2024-09-05 02:24:16] "POST /alarms HTTP/1.1" 200 575 0.021785 10.0.0.36 - - [2024-09-05 02:24:16] "POST /fqname-to-id HTTP/1.1" 404 165 0.002915 10.0.0.36 - - [2024-09-05 02:24:16] "POST /alarms HTTP/1.1" 200 575 0.017105 10.0.0.36 - - [2024-09-05 02:24:16] "POST /hardwares HTTP/1.1" 200 325 0.012296 10.0.0.36 - - [2024-09-05 02:24:16] "POST /alarms HTTP/1.1" 200 559 0.017970 10.0.0.36 - - [2024-09-05 02:24:16] "POST /fqname-to-id HTTP/1.1" 404 165 0.003278 10.0.0.36 - - [2024-09-05 02:24:16] "POST /alarms HTTP/1.1" 200 555 0.026034 10.0.0.36 - - [2024-09-05 02:24:16] "POST /hardwares HTTP/1.1" 200 325 0.010192 10.0.0.36 - - [2024-09-05 02:24:16] "POST /alarms HTTP/1.1" 200 557 0.018111 10.0.0.36 - - [2024-09-05 02:24:16] "POST /fqname-to-id HTTP/1.1" 404 165 0.002777 10.0.0.36 - - [2024-09-05 02:24:16] "POST /hardwares HTTP/1.1" 200 325 0.011707 10.0.0.36 - - [2024-09-05 02:24:16] "POST /alarms HTTP/1.1" 200 565 0.018918 10.0.0.36 - - [2024-09-05 02:24:16] "POST /fqname-to-id HTTP/1.1" 404 165 0.002626 10.0.0.36 - - [2024-09-05 02:24:16] "POST /alarms HTTP/1.1" 200 549 0.016580 10.0.0.36 - - [2024-09-05 02:24:16] "POST /hardwares HTTP/1.1" 200 325 0.013048 10.0.0.36 - - [2024-09-05 02:24:16] "POST /alarms HTTP/1.1" 200 557 0.017855 10.0.0.36 - - [2024-09-05 02:24:16] "POST /fqname-to-id HTTP/1.1" 404 164 0.003109 10.0.0.36 - - [2024-09-05 02:24:16] "POST /alarms HTTP/1.1" 200 567 0.019673 10.0.0.36 - - [2024-09-05 02:24:16] "POST /hardwares HTTP/1.1" 200 323 0.012539 10.0.0.36 - - [2024-09-05 02:24:16] "POST /alarms HTTP/1.1" 200 555 0.017449 10.0.0.36 - - [2024-09-05 02:24:16] "POST /fqname-to-id HTTP/1.1" 404 161 0.002601 10.0.0.36 - - [2024-09-05 02:24:16] "POST /alarms HTTP/1.1" 200 567 0.018464 10.0.0.36 - - [2024-09-05 02:24:17] "POST /hardwares HTTP/1.1" 200 317 0.013032 10.0.0.36 - - [2024-09-05 02:24:17] "POST /fqname-to-id HTTP/1.1" 404 164 0.002642 10.0.0.36 - - [2024-09-05 02:24:17] "POST /alarms HTTP/1.1" 200 575 0.061590 10.0.0.36 - - [2024-09-05 02:24:17] "POST /hardwares HTTP/1.1" 200 323 0.013216 10.0.0.36 - - [2024-09-05 02:24:17] "POST /fqname-to-id HTTP/1.1" 404 161 0.002283 10.0.0.36 - - [2024-09-05 02:24:17] "POST /alarms HTTP/1.1" 200 569 0.017864 10.0.0.36 - - [2024-09-05 02:24:17] "POST /hardwares HTTP/1.1" 200 317 0.012381 10.0.0.36 - - [2024-09-05 02:24:17] "POST /alarms HTTP/1.1" 200 561 0.016521 10.0.0.36 - - [2024-09-05 02:24:17] "POST /fqname-to-id HTTP/1.1" 404 164 0.003439 10.0.0.36 - - [2024-09-05 02:24:17] "POST /alarms HTTP/1.1" 200 561 0.016456 10.0.0.36 - - [2024-09-05 02:24:17] "POST /hardwares HTTP/1.1" 200 323 0.009282 10.0.0.36 - - [2024-09-05 02:24:17] "POST /alarms HTTP/1.1" 200 561 0.016463 10.0.0.36 - - [2024-09-05 02:24:17] "POST /fqname-to-id HTTP/1.1" 404 162 0.002404 10.0.0.36 - - [2024-09-05 02:24:17] "POST /alarms HTTP/1.1" 200 547 0.019038 10.0.0.36 - - [2024-09-05 02:24:17] "POST /hardwares HTTP/1.1" 200 319 0.012362 10.0.0.36 - - [2024-09-05 02:24:17] "POST /fqname-to-id HTTP/1.1" 404 162 0.003197 10.0.0.36 - - [2024-09-05 02:24:17] "POST /alarms HTTP/1.1" 200 595 0.020371 10.0.0.36 - - [2024-09-05 02:24:17] "POST /hardwares HTTP/1.1" 200 319 0.010962 10.0.0.36 - - [2024-09-05 02:24:17] "POST /alarms HTTP/1.1" 200 575 0.015261 10.0.0.36 - - [2024-09-05 02:24:17] "POST /fqname-to-id HTTP/1.1" 404 165 0.003033 10.0.0.36 - - [2024-09-05 02:24:17] "POST /alarms HTTP/1.1" 200 571 0.017363 10.0.0.36 - - [2024-09-05 02:24:17] "POST /hardwares HTTP/1.1" 200 325 0.009881 10.0.0.36 - - [2024-09-05 02:24:17] "POST /alarms HTTP/1.1" 200 583 0.021874 10.0.0.36 - - [2024-09-05 02:24:17] "POST /fqname-to-id HTTP/1.1" 404 161 0.002674 10.0.0.36 - - [2024-09-05 02:24:17] "POST /hardwares HTTP/1.1" 200 317 0.011971 10.0.0.36 - - [2024-09-05 02:24:17] "POST /alarms HTTP/1.1" 200 609 0.019561 10.0.0.36 - - [2024-09-05 02:24:17] "POST /fqname-to-id HTTP/1.1" 404 161 0.003306 10.0.0.36 - - [2024-09-05 02:24:17] "POST /hardwares HTTP/1.1" 200 317 0.010983 10.0.0.36 - - [2024-09-05 02:24:17] "POST /fqname-to-id HTTP/1.1" 404 162 0.003169 10.0.0.36 - - [2024-09-05 02:24:17] "POST /hardwares HTTP/1.1" 200 319 0.010532 10.0.0.36 - - [2024-09-05 02:24:17] "POST /fqname-to-id HTTP/1.1" 404 162 0.002957 10.0.0.36 - - [2024-09-05 02:24:18] "POST /hardwares HTTP/1.1" 200 319 0.012236 10.0.0.36 - - [2024-09-05 02:24:18] "GET / HTTP/1.1" 200 35931 0.002099 10.0.0.36 - - [2024-09-05 02:24:18] "POST /fqname-to-id HTTP/1.1" 404 162 0.002695 10.0.0.36 - - [2024-09-05 02:24:18] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000376 10.0.0.36 - - [2024-09-05 02:24:18] "POST /hardwares HTTP/1.1" 200 319 0.013543 10.0.0.36 - - [2024-09-05 02:24:18] "POST /fqname-to-id HTTP/1.1" 404 158 0.003007 10.0.0.36 - - [2024-09-05 02:24:18] "POST /hardwares HTTP/1.1" 200 311 0.011206 10.0.0.36 - - [2024-09-05 02:24:18] "POST /fqname-to-id HTTP/1.1" 404 158 0.003493 10.0.0.36 - - [2024-09-05 02:24:18] "POST /hardwares HTTP/1.1" 200 311 0.010556 10.0.0.36 - - [2024-09-05 02:24:18] "POST /fqname-to-id HTTP/1.1" 404 160 0.002962 10.0.0.36 - - [2024-09-05 02:24:18] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.027247 10.0.0.36 - - [2024-09-05 02:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004472 10.0.0.36 - - [2024-09-05 02:24:18] "POST /hardwares HTTP/1.1" 200 315 0.013862 10.0.0.36 - - [2024-09-05 02:24:18] "POST /fqname-to-id HTTP/1.1" 404 154 0.003126 10.0.0.36 - - [2024-09-05 02:24:18] "PUT /global-vrouter-config/fecfd996-969b-4906-862a-f492727b7a25 HTTP/1.1" 200 276 0.011835 10.0.0.36 - - [2024-09-05 02:24:18] "POST /hardwares HTTP/1.1" 200 303 0.010065 10.0.0.36 - - [2024-09-05 02:24:18] "POST /fqname-to-id HTTP/1.1" 404 158 0.003753 10.0.0.36 - - [2024-09-05 02:24:18] "POST /hardwares HTTP/1.1" 200 311 0.015786 10.0.0.36 - - [2024-09-05 02:24:18] "POST /fqname-to-id HTTP/1.1" 404 155 0.003540 10.0.0.36 - - [2024-09-05 02:24:18] "POST /hardwares HTTP/1.1" 200 305 0.011669 10.0.0.36 - - [2024-09-05 02:24:18] "POST /fqname-to-id HTTP/1.1" 404 155 0.002965 10.0.0.36 - - [2024-09-05 02:24:18] "GET / HTTP/1.1" 200 35931 0.002560 10.0.0.36 - - [2024-09-05 02:24:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000470 10.0.0.36 - - [2024-09-05 02:24:18] "POST /hardwares HTTP/1.1" 200 305 0.010736 10.0.0.36 - - [2024-09-05 02:24:18] "POST /fqname-to-id HTTP/1.1" 404 155 0.003299 10.0.0.36 - - [2024-09-05 02:24:19] "POST /hardwares HTTP/1.1" 200 305 0.010784 10.0.0.36 - - [2024-09-05 02:24:19] "POST /fqname-to-id HTTP/1.1" 404 155 0.003038 10.0.0.36 - - [2024-09-05 02:24:19] "POST /hardwares HTTP/1.1" 200 305 0.012714 10.0.0.36 - - [2024-09-05 02:24:19] "POST /fqname-to-id HTTP/1.1" 404 156 0.003031 10.0.0.36 - - [2024-09-05 02:24:19] "POST /hardwares HTTP/1.1" 200 307 0.010761 10.0.0.36 - - [2024-09-05 02:24:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.024460 10.0.0.36 - - [2024-09-05 02:24:19] "GET /global-vrouter-config/fecfd996-969b-4906-862a-f492727b7a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002650 10.0.0.36 - - [2024-09-05 02:24:19] "POST /fqname-to-id HTTP/1.1" 404 156 0.003225 10.0.0.36 - - [2024-09-05 02:24:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002538 10.0.0.36 - - [2024-09-05 02:24:19] "POST /hardwares HTTP/1.1" 200 307 0.010494 10.0.0.36 - - [2024-09-05 02:24:19] "PUT /global-vrouter-config/fecfd996-969b-4906-862a-f492727b7a25 HTTP/1.1" 200 276 0.010088 10.0.0.36 - - [2024-09-05 02:24:19] "POST /fqname-to-id HTTP/1.1" 404 156 0.002824 10.0.0.36 - - [2024-09-05 02:24:19] "POST /hardwares HTTP/1.1" 200 307 0.010192 10.0.0.36 - - [2024-09-05 02:24:19] "POST /fqname-to-id HTTP/1.1" 404 157 0.003193 10.0.0.36 - - [2024-09-05 02:24:19] "POST /hardwares HTTP/1.1" 200 309 0.010057 10.0.0.36 - - [2024-09-05 02:24:19] "POST /fqname-to-id HTTP/1.1" 404 158 0.003117 10.0.0.36 - - [2024-09-05 02:24:19] "POST /hardwares HTTP/1.1" 200 311 0.011026 10.0.0.36 - - [2024-09-05 02:24:19] "POST /fqname-to-id HTTP/1.1" 404 158 0.002934 10.0.0.36 - - [2024-09-05 02:24:19] "GET / HTTP/1.1" 200 35931 0.001869 10.0.0.36 - - [2024-09-05 02:24:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000406 10.0.0.36 - - [2024-09-05 02:24:19] "POST /hardwares HTTP/1.1" 200 311 0.010034 10.0.0.36 - - [2024-09-05 02:24:19] "POST /fqname-to-id HTTP/1.1" 404 153 0.002897 10.0.0.36 - - [2024-09-05 02:24:19] "POST /hardwares HTTP/1.1" 200 301 0.011309 10.0.0.36 - - [2024-09-05 02:24:19] "POST /fqname-to-id HTTP/1.1" 404 157 0.003027 10.0.0.36 - - [2024-09-05 02:24:19] "POST /hardwares HTTP/1.1" 200 309 0.015919 10.0.0.36 - - [2024-09-05 02:24:20] "POST /fqname-to-id HTTP/1.1" 404 157 0.003054 10.0.0.36 - - [2024-09-05 02:24:20] "POST /hardwares HTTP/1.1" 200 309 0.012507 10.0.0.36 - - [2024-09-05 02:24:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.024768 10.0.0.36 - - [2024-09-05 02:24:20] "GET /global-system-config/e22eec12-cb8d-4085-b5a1-9cfd33c5e365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.003165 10.0.0.36 - - [2024-09-05 02:24:20] "POST /fqname-to-id HTTP/1.1" 404 157 0.002904 10.0.0.36 - - [2024-09-05 02:24:20] "PUT /global-system-config/e22eec12-cb8d-4085-b5a1-9cfd33c5e365 HTTP/1.1" 200 274 0.016929 10.0.0.36 - - [2024-09-05 02:24:20] "POST /hardwares HTTP/1.1" 200 309 0.010531 10.0.0.36 - - [2024-09-05 02:24:20] "POST /fqname-to-id HTTP/1.1" 404 157 0.003020 10.0.0.36 - - [2024-09-05 02:24:20] "POST /hardwares HTTP/1.1" 200 309 0.010709 10.0.0.36 - - [2024-09-05 02:24:20] "POST /fqname-to-id HTTP/1.1" 404 157 0.003536 10.0.0.36 - - [2024-09-05 02:24:20] "POST /hardwares HTTP/1.1" 200 309 0.011431 10.0.0.36 - - [2024-09-05 02:24:20] "POST /fqname-to-id HTTP/1.1" 404 161 0.003074 10.0.0.36 - - [2024-09-05 02:24:20] "POST /hardwares HTTP/1.1" 200 317 0.010858 10.0.0.36 - - [2024-09-05 02:24:20] "POST /fqname-to-id HTTP/1.1" 404 157 0.003032 10.0.0.36 - - [2024-09-05 02:24:20] "POST /hardwares HTTP/1.1" 200 309 0.010658 10.0.0.36 - - [2024-09-05 02:24:20] "POST /fqname-to-id HTTP/1.1" 404 157 0.003016 10.0.0.36 - - [2024-09-05 02:24:20] "POST /hardwares HTTP/1.1" 200 309 0.010964 10.0.0.36 - - [2024-09-05 02:24:20] "POST /fqname-to-id HTTP/1.1" 404 154 0.003016 10.0.0.36 - - [2024-09-05 02:24:20] "POST /hardwares HTTP/1.1" 200 303 0.010697 10.0.0.36 - - [2024-09-05 02:24:20] "POST /fqname-to-id HTTP/1.1" 404 190 0.003356 10.0.0.36 - - [2024-09-05 02:24:20] "POST /features HTTP/1.1" 200 533 0.015288 10.0.0.36 - - [2024-09-05 02:24:20] "POST /fqname-to-id HTTP/1.1" 404 185 0.002900 10.0.0.36 - - [2024-09-05 02:24:21] "POST /features HTTP/1.1" 200 523 0.014991 10.0.0.36 - - [2024-09-05 02:24:21] "POST /fqname-to-id HTTP/1.1" 404 184 0.002907 10.0.0.36 - - [2024-09-05 02:24:21] "POST /features HTTP/1.1" 200 521 0.015929 10.0.0.36 - - [2024-09-05 02:24:21] "POST /fqname-to-id HTTP/1.1" 404 184 0.002982 10.0.0.36 - - [2024-09-05 02:24:21] "POST /features HTTP/1.1" 200 521 0.015772 10.0.0.36 - - [2024-09-05 02:24:21] "POST /fqname-to-id HTTP/1.1" 404 189 0.003089 10.0.0.36 - - [2024-09-05 02:24:21] "POST /features HTTP/1.1" 200 531 0.015831 10.0.0.36 - - [2024-09-05 02:24:21] "POST /fqname-to-id HTTP/1.1" 404 184 0.002983 10.0.0.36 - - [2024-09-05 02:24:21] "POST /features HTTP/1.1" 200 521 0.015318 10.0.0.36 - - [2024-09-05 02:24:21] "POST /fqname-to-id HTTP/1.1" 404 193 0.002968 10.0.0.36 - - [2024-09-05 02:24:21] "POST /features HTTP/1.1" 200 539 0.014931 10.0.0.36 - - [2024-09-05 02:24:21] "POST /fqname-to-id HTTP/1.1" 404 186 0.003312 10.0.0.36 - - [2024-09-05 02:24:21] "POST /features HTTP/1.1" 200 525 0.015281 10.0.0.36 - - [2024-09-05 02:24:21] "POST /fqname-to-id HTTP/1.1" 404 183 0.002929 10.0.0.36 - - [2024-09-05 02:24:21] "POST /features HTTP/1.1" 200 519 0.015326 10.0.0.36 - - [2024-09-05 02:24:21] "POST /fqname-to-id HTTP/1.1" 404 182 0.002975 10.0.0.36 - - [2024-09-05 02:24:21] "POST /features HTTP/1.1" 200 517 0.015204 10.0.0.36 - - [2024-09-05 02:24:21] "POST /fqname-to-id HTTP/1.1" 404 190 0.003664 10.0.0.36 - - [2024-09-05 02:24:22] "POST /features HTTP/1.1" 200 533 0.016906 10.0.0.36 - - [2024-09-05 02:24:22] "POST /fqname-to-id HTTP/1.1" 404 194 0.003018 10.0.0.36 - - [2024-09-05 02:24:22] "POST /features HTTP/1.1" 200 541 0.017417 10.0.0.36 - - [2024-09-05 02:24:22] "POST /fqname-to-id HTTP/1.1" 404 178 0.003027 10.0.0.36 - - [2024-09-05 02:24:22] "POST /physical-roles HTTP/1.1" 200 521 0.015450 10.0.0.36 - - [2024-09-05 02:24:22] "POST /fqname-to-id HTTP/1.1" 404 179 0.002898 10.0.0.36 - - [2024-09-05 02:24:22] "POST /physical-roles HTTP/1.1" 200 523 0.019332 10.0.0.36 - - [2024-09-05 02:24:22] "POST /fqname-to-id HTTP/1.1" 404 184 0.004111 10.0.0.36 - - [2024-09-05 02:24:22] "POST /physical-roles HTTP/1.1" 200 533 0.016510 10.0.0.36 - - [2024-09-05 02:24:22] "POST /fqname-to-id HTTP/1.1" 404 177 0.002961 10.0.0.36 - - [2024-09-05 02:24:22] "POST /physical-roles HTTP/1.1" 200 519 0.016247 10.0.0.36 - - [2024-09-05 02:24:22] "POST /fqname-to-id HTTP/1.1" 404 191 0.003013 10.0.0.36 - - [2024-09-05 02:24:22] "POST /overlay-roles HTTP/1.1" 200 545 0.019498 10.0.0.36 - - [2024-09-05 02:24:22] "POST /fqname-to-id HTTP/1.1" 404 184 0.004184 10.0.0.36 - - [2024-09-05 02:24:22] "POST /overlay-roles HTTP/1.1" 200 531 0.015621 10.0.0.36 - - [2024-09-05 02:24:22] "POST /fqname-to-id HTTP/1.1" 404 191 0.003036 10.0.0.36 - - [2024-09-05 02:24:22] "POST /overlay-roles HTTP/1.1" 200 545 0.018167 10.0.0.36 - - [2024-09-05 02:24:22] "POST /fqname-to-id HTTP/1.1" 404 185 0.003051 10.0.0.36 - - [2024-09-05 02:24:23] "POST /overlay-roles HTTP/1.1" 200 533 0.016051 10.0.0.36 - - [2024-09-05 02:24:23] "POST /fqname-to-id HTTP/1.1" 404 189 0.003048 10.0.0.36 - - [2024-09-05 02:24:23] "POST /overlay-roles HTTP/1.1" 200 541 0.022182 10.0.0.36 - - [2024-09-05 02:24:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.36 - - [2024-09-05 02:24:23] "PUT /overlay-role/72704c5b-7fcd-41b5-a28c-4c0d2cc8ab8b HTTP/1.1" 200 258 0.012319 10.0.0.36 - - [2024-09-05 02:24:23] "POST /fqname-to-id HTTP/1.1" 404 184 0.003066 10.0.0.36 - - [2024-09-05 02:24:23] "POST /overlay-roles HTTP/1.1" 200 531 0.015470 10.0.0.36 - - [2024-09-05 02:24:23] "POST /fqname-to-id HTTP/1.1" 404 185 0.002869 10.0.0.36 - - [2024-09-05 02:24:23] "POST /overlay-roles HTTP/1.1" 200 533 0.016876 10.0.0.36 - - [2024-09-05 02:24:23] "POST /fqname-to-id HTTP/1.1" 404 183 0.003082 10.0.0.36 - - [2024-09-05 02:24:23] "POST /overlay-roles HTTP/1.1" 200 529 0.015254 10.0.0.36 - - [2024-09-05 02:24:23] "POST /fqname-to-id HTTP/1.1" 404 187 0.002935 10.0.0.36 - - [2024-09-05 02:24:23] "POST /overlay-roles HTTP/1.1" 200 537 0.015928 10.0.0.36 - - [2024-09-05 02:24:23] "POST /fqname-to-id HTTP/1.1" 404 189 0.002814 10.0.0.36 - - [2024-09-05 02:24:23] "POST /overlay-roles HTTP/1.1" 200 541 0.015189 10.0.0.36 - - [2024-09-05 02:24:23] "POST /fqname-to-id HTTP/1.1" 404 178 0.003001 10.0.0.36 - - [2024-09-05 02:24:23] "POST /overlay-roles HTTP/1.1" 200 519 0.017943 10.0.0.36 - - [2024-09-05 02:24:23] "POST /fqname-to-id HTTP/1.1" 404 190 0.003374 10.0.0.36 - - [2024-09-05 02:24:24] "POST /overlay-roles HTTP/1.1" 200 543 0.017702 10.0.0.36 - - [2024-09-05 02:24:24] "POST /fqname-to-id HTTP/1.1" 404 182 0.003002 10.0.0.36 - - [2024-09-05 02:24:24] "POST /role-definitions HTTP/1.1" 200 533 0.016059 10.0.0.36 - - [2024-09-05 02:24:24] "POST /fqname-to-id HTTP/1.1" 404 189 0.003268 10.0.0.36 - - [2024-09-05 02:24:24] "POST /role-definitions HTTP/1.1" 200 547 0.016972 10.0.0.36 - - [2024-09-05 02:24:24] "POST /fqname-to-id HTTP/1.1" 404 190 0.003677 10.0.0.36 - - [2024-09-05 02:24:24] "POST /role-definitions HTTP/1.1" 200 549 0.016639 10.0.0.36 - - [2024-09-05 02:24:24] "POST /fqname-to-id HTTP/1.1" 404 191 0.003360 10.0.0.36 - - [2024-09-05 02:24:24] "POST /role-definitions HTTP/1.1" 200 551 0.016454 10.0.0.36 - - [2024-09-05 02:24:24] "POST /fqname-to-id HTTP/1.1" 404 197 0.002973 10.0.0.36 - - [2024-09-05 02:24:24] "POST /role-definitions HTTP/1.1" 200 563 0.016568 10.0.0.36 - - [2024-09-05 02:24:24] "POST /fqname-to-id HTTP/1.1" 404 189 0.003384 10.0.0.36 - - [2024-09-05 02:24:24] "POST /role-definitions HTTP/1.1" 200 547 0.018686 10.0.0.36 - - [2024-09-05 02:24:24] "POST /fqname-to-id HTTP/1.1" 404 190 0.003195 10.0.0.36 - - [2024-09-05 02:24:24] "POST /role-definitions HTTP/1.1" 200 549 0.016929 10.0.0.36 - - [2024-09-05 02:24:24] "POST /fqname-to-id HTTP/1.1" 404 191 0.003407 10.0.0.36 - - [2024-09-05 02:24:24] "POST /role-definitions HTTP/1.1" 200 551 0.015192 10.0.0.36 - - [2024-09-05 02:24:24] "POST /fqname-to-id HTTP/1.1" 404 190 0.003003 10.0.0.36 - - [2024-09-05 02:24:25] "POST /role-definitions HTTP/1.1" 200 549 0.015788 10.0.0.36 - - [2024-09-05 02:24:25] "POST /fqname-to-id HTTP/1.1" 404 196 0.002911 10.0.0.36 - - [2024-09-05 02:24:25] "POST /role-definitions HTTP/1.1" 200 561 0.016803 10.0.0.36 - - [2024-09-05 02:24:25] "POST /fqname-to-id HTTP/1.1" 404 189 0.002926 10.0.0.36 - - [2024-09-05 02:24:25] "POST /role-definitions HTTP/1.1" 200 547 0.016740 10.0.0.36 - - [2024-09-05 02:24:25] "POST /fqname-to-id HTTP/1.1" 404 190 0.002980 10.0.0.36 - - [2024-09-05 02:24:25] "POST /role-definitions HTTP/1.1" 200 549 0.014727 10.0.0.36 - - [2024-09-05 02:24:25] "POST /fqname-to-id HTTP/1.1" 404 188 0.003030 10.0.0.36 - - [2024-09-05 02:24:25] "POST /role-definitions HTTP/1.1" 200 545 0.015062 10.0.0.36 - - [2024-09-05 02:24:25] "POST /fqname-to-id HTTP/1.1" 404 189 0.003376 10.0.0.36 - - [2024-09-05 02:24:25] "POST /role-definitions HTTP/1.1" 200 547 0.016229 10.0.0.36 - - [2024-09-05 02:24:25] "POST /fqname-to-id HTTP/1.1" 404 192 0.003071 10.0.0.36 - - [2024-09-05 02:24:25] "POST /role-definitions HTTP/1.1" 200 553 0.016633 10.0.0.36 - - [2024-09-05 02:24:25] "POST /fqname-to-id HTTP/1.1" 404 193 0.003232 10.0.0.36 - - [2024-09-05 02:24:25] "POST /role-definitions HTTP/1.1" 200 555 0.016425 10.0.0.36 - - [2024-09-05 02:24:25] "POST /fqname-to-id HTTP/1.1" 404 182 0.002892 10.0.0.36 - - [2024-09-05 02:24:25] "POST /role-definitions HTTP/1.1" 200 533 0.015653 10.0.0.36 - - [2024-09-05 02:24:25] "POST /fqname-to-id HTTP/1.1" 404 187 0.003225 10.0.0.36 - - [2024-09-05 02:24:25] "POST /role-definitions HTTP/1.1" 200 543 0.015637 10.0.0.36 - - [2024-09-05 02:24:26] "POST /fqname-to-id HTTP/1.1" 404 181 0.002988 10.0.0.36 - - [2024-09-05 02:24:26] "POST /role-definitions HTTP/1.1" 200 531 0.015729 10.0.0.36 - - [2024-09-05 02:24:26] "POST /fqname-to-id HTTP/1.1" 404 184 0.002916 10.0.0.36 - - [2024-09-05 02:24:26] "POST /role-definitions HTTP/1.1" 200 537 0.016848 10.0.0.36 - - [2024-09-05 02:24:26] "POST /fqname-to-id HTTP/1.1" 404 189 0.004009 10.0.0.36 - - [2024-09-05 02:24:26] "POST /role-definitions HTTP/1.1" 200 547 0.015229 10.0.0.36 - - [2024-09-05 02:24:26] "POST /fqname-to-id HTTP/1.1" 404 194 0.002943 10.0.0.36 - - [2024-09-05 02:24:26] "POST /role-definitions HTTP/1.1" 200 557 0.016662 10.0.0.36 - - [2024-09-05 02:24:26] "POST /fqname-to-id HTTP/1.1" 404 196 0.002978 10.0.0.36 - - [2024-09-05 02:24:26] "POST /role-definitions HTTP/1.1" 200 561 0.016941 10.0.0.36 - - [2024-09-05 02:24:26] "POST /fqname-to-id HTTP/1.1" 404 195 0.003150 10.0.0.36 - - [2024-09-05 02:24:26] "POST /role-definitions HTTP/1.1" 200 559 0.015390 10.0.0.36 - - [2024-09-05 02:24:26] "POST /fqname-to-id HTTP/1.1" 404 196 0.002857 10.0.0.36 - - [2024-09-05 02:24:26] "POST /feature-configs HTTP/1.1" 200 537 0.018713 10.0.0.36 - - [2024-09-05 02:24:26] "POST /fqname-to-id HTTP/1.1" 404 212 0.003183 10.0.0.36 - - [2024-09-05 02:24:26] "POST /feature-configs HTTP/1.1" 200 562 0.015042 10.0.0.36 - - [2024-09-05 02:24:26] "POST /fqname-to-id HTTP/1.1" 404 211 0.002937 10.0.0.36 - - [2024-09-05 02:24:27] "POST /feature-configs HTTP/1.1" 200 561 0.054266 10.0.0.36 - - [2024-09-05 02:24:27] "POST /fqname-to-id HTTP/1.1" 404 192 0.003034 10.0.0.36 - - [2024-09-05 02:24:27] "POST /node-profiles HTTP/1.1" 200 547 0.016000 10.0.0.36 - - [2024-09-05 02:24:27] "POST /fqname-to-id HTTP/1.1" 404 187 0.003052 10.0.0.36 - - [2024-09-05 02:24:27] "POST /node-profiles HTTP/1.1" 200 537 0.016078 10.0.0.36 - - [2024-09-05 02:24:27] "POST /fqname-to-id HTTP/1.1" 404 193 0.003623 10.0.0.36 - - [2024-09-05 02:24:27] "POST /node-profiles HTTP/1.1" 200 549 0.016197 10.0.0.36 - - [2024-09-05 02:24:27] "POST /fqname-to-id HTTP/1.1" 404 189 0.002899 10.0.0.36 - - [2024-09-05 02:24:27] "POST /node-profiles HTTP/1.1" 200 541 0.015088 10.0.0.36 - - [2024-09-05 02:24:27] "POST /fqname-to-id HTTP/1.1" 404 189 0.002914 10.0.0.36 - - [2024-09-05 02:24:27] "POST /node-profiles HTTP/1.1" 200 541 0.017005 10.0.0.36 - - [2024-09-05 02:24:27] "POST /fqname-to-id HTTP/1.1" 404 188 0.002880 10.0.0.36 - - [2024-09-05 02:24:27] "POST /node-profiles HTTP/1.1" 200 539 0.016813 10.0.0.36 - - [2024-09-05 02:24:27] "POST /fqname-to-id HTTP/1.1" 404 184 0.003055 10.0.0.36 - - [2024-09-05 02:24:27] "POST /node-profiles HTTP/1.1" 200 531 0.017266 10.0.0.36 - - [2024-09-05 02:24:27] "POST /fqname-to-id HTTP/1.1" 404 185 0.002969 10.0.0.36 - - [2024-09-05 02:24:27] "POST /node-profiles HTTP/1.1" 200 533 0.015971 10.0.0.36 - - [2024-09-05 02:24:27] "POST /fqname-to-id HTTP/1.1" 404 197 0.002793 10.0.0.36 - - [2024-09-05 02:24:28] "POST /node-profiles HTTP/1.1" 200 557 0.015541 10.0.0.36 - - [2024-09-05 02:24:28] "POST /fqname-to-id HTTP/1.1" 404 206 0.003202 10.0.0.36 - - [2024-09-05 02:24:28] "POST /telemetry-profiles HTTP/1.1" 200 554 0.015773 10.0.0.36 - - [2024-09-05 02:24:28] "POST /fqname-to-id HTTP/1.1" 404 206 0.002988 10.0.0.36 - - [2024-09-05 02:24:28] "POST /telemetry-profiles HTTP/1.1" 200 554 0.015604 10.0.0.36 - - [2024-09-05 02:24:28] "POST /fqname-to-id HTTP/1.1" 404 206 0.003021 10.0.0.36 - - [2024-09-05 02:24:28] "POST /telemetry-profiles HTTP/1.1" 200 554 0.015209 10.0.0.36 - - [2024-09-05 02:24:28] "POST /fqname-to-id HTTP/1.1" 404 206 0.003020 10.0.0.36 - - [2024-09-05 02:24:28] "POST /telemetry-profiles HTTP/1.1" 200 554 0.016058 10.0.0.36 - - [2024-09-05 02:24:28] "POST /fqname-to-id HTTP/1.1" 404 206 0.003308 10.0.0.36 - - [2024-09-05 02:24:28] "POST /telemetry-profiles HTTP/1.1" 200 554 0.015147 10.0.0.36 - - [2024-09-05 02:24:28] "POST /fqname-to-id HTTP/1.1" 404 206 0.002982 10.0.0.36 - - [2024-09-05 02:24:28] "POST /telemetry-profiles HTTP/1.1" 200 554 0.015138 10.0.0.36 - - [2024-09-05 02:24:28] "POST /fqname-to-id HTTP/1.1" 404 199 0.003198 10.0.0.36 - - [2024-09-05 02:24:28] "POST /sflow-profiles HTTP/1.1" 200 532 0.015260 10.0.0.36 - - [2024-09-05 02:24:28] "POST /fqname-to-id HTTP/1.1" 404 202 0.003289 10.0.0.36 - - [2024-09-05 02:24:28] "POST /sflow-profiles HTTP/1.1" 200 538 0.018551 10.0.0.36 - - [2024-09-05 02:24:28] "POST /fqname-to-id HTTP/1.1" 404 202 0.002965 10.0.0.36 - - [2024-09-05 02:24:28] "POST /sflow-profiles HTTP/1.1" 200 538 0.015432 10.0.0.36 - - [2024-09-05 02:24:29] "POST /fqname-to-id HTTP/1.1" 404 199 0.002814 10.0.0.36 - - [2024-09-05 02:24:29] "POST /grpc-profiles HTTP/1.1" 200 530 0.015793 10.0.0.36 - - [2024-09-05 02:24:29] "POST /fqname-to-id HTTP/1.1" 404 199 0.002834 10.0.0.36 - - [2024-09-05 02:24:29] "POST /snmp-profiles HTTP/1.1" 200 530 0.015488 10.0.0.36 - - [2024-09-05 02:24:29] "POST /fqname-to-id HTTP/1.1" 404 202 0.002940 10.0.0.36 - - [2024-09-05 02:24:29] "POST /netconf-profiles HTTP/1.1" 200 542 0.017035 10.0.0.36 - - [2024-09-05 02:24:29] "POST /fqname-to-id HTTP/1.1" 404 193 0.002956 10.0.0.36 - - [2024-09-05 02:24:29] "POST /device-functional-groups HTTP/1.1" 200 540 0.016901 10.0.0.36 - - [2024-09-05 02:24:29] "POST /fqname-to-id HTTP/1.1" 404 193 0.003006 10.0.0.36 - - [2024-09-05 02:24:29] "POST /device-functional-groups HTTP/1.1" 200 540 0.015786 10.0.0.36 - - [2024-09-05 02:24:29] "POST /fqname-to-id HTTP/1.1" 404 195 0.003285 10.0.0.36 - - [2024-09-05 02:24:29] "POST /device-functional-groups HTTP/1.1" 200 544 0.015396 10.0.0.36 - - [2024-09-05 02:24:29] "POST /fqname-to-id HTTP/1.1" 404 194 0.002982 10.0.0.36 - - [2024-09-05 02:24:29] "POST /device-functional-groups HTTP/1.1" 200 542 0.016818 10.0.0.36 - - [2024-09-05 02:24:29] "POST /fqname-to-id HTTP/1.1" 404 218 0.003052 10.0.0.36 - - [2024-09-05 02:24:29] "POST /device-functional-groups HTTP/1.1" 200 590 0.015107 10.0.0.36 - - [2024-09-05 02:24:29] "POST /fqname-to-id HTTP/1.1" 404 208 0.002858 10.0.0.36 - - [2024-09-05 02:24:29] "POST /device-functional-groups HTTP/1.1" 200 570 0.015610 10.0.0.36 - - [2024-09-05 02:24:30] "POST /fqname-to-id HTTP/1.1" 404 236 0.002924 10.0.0.36 - - [2024-09-05 02:24:30] "POST /device-functional-groups HTTP/1.1" 200 620 0.016266 10.0.0.36 - - [2024-09-05 02:24:30] "POST /fqname-to-id HTTP/1.1" 404 206 0.002925 10.0.0.36 - - [2024-09-05 02:24:30] "POST /device-functional-groups HTTP/1.1" 200 566 0.015312 10.0.0.36 - - [2024-09-05 02:24:30] "POST /fqname-to-id HTTP/1.1" 404 205 0.003161 10.0.0.36 - - [2024-09-05 02:24:30] "POST /device-functional-groups HTTP/1.1" 200 564 0.015291 10.0.0.36 - - [2024-09-05 02:24:30] "POST /fqname-to-id HTTP/1.1" 404 210 0.003372 10.0.0.36 - - [2024-09-05 02:24:30] "POST /device-functional-groups HTTP/1.1" 200 574 0.017085 10.0.0.36 - - [2024-09-05 02:24:30] "POST /fqname-to-id HTTP/1.1" 404 201 0.003759 10.0.0.36 - - [2024-09-05 02:24:30] "POST /role-configs HTTP/1.1" 200 525 0.016124 10.0.0.36 - - [2024-09-05 02:24:30] "POST /fqname-to-id HTTP/1.1" 404 196 0.002814 10.0.0.36 - - [2024-09-05 02:24:30] "POST /role-configs HTTP/1.1" 200 520 0.015672 10.0.0.36 - - [2024-09-05 02:24:30] "POST /fqname-to-id HTTP/1.1" 404 198 0.003355 10.0.0.36 - - [2024-09-05 02:24:30] "POST /role-configs HTTP/1.1" 200 522 0.015018 10.0.0.36 - - [2024-09-05 02:24:30] "POST /fqname-to-id HTTP/1.1" 404 198 0.003147 10.0.0.36 - - [2024-09-05 02:24:30] "POST /role-configs HTTP/1.1" 200 522 0.019225 10.0.0.36 - - [2024-09-05 02:24:30] "POST /fqname-to-id HTTP/1.1" 404 202 0.002810 10.0.0.36 - - [2024-09-05 02:24:30] "POST /role-configs HTTP/1.1" 200 526 0.014549 10.0.0.36 - - [2024-09-05 02:24:31] "POST /fqname-to-id HTTP/1.1" 404 197 0.002907 10.0.0.36 - - [2024-09-05 02:24:31] "POST /role-configs HTTP/1.1" 200 521 0.015636 10.0.0.36 - - [2024-09-05 02:24:31] "POST /fqname-to-id HTTP/1.1" 404 193 0.003123 10.0.0.36 - - [2024-09-05 02:24:31] "POST /role-configs HTTP/1.1" 200 517 0.016720 10.0.0.36 - - [2024-09-05 02:24:31] "POST /fqname-to-id HTTP/1.1" 404 194 0.003741 10.0.0.36 - - [2024-09-05 02:24:31] "POST /role-configs HTTP/1.1" 200 518 0.014884 10.0.0.36 - - [2024-09-05 02:24:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.36 - - [2024-09-05 02:24:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.36 - - [2024-09-05 02:24:31] "POST /ref-update HTTP/1.1" 200 156 0.020170 10.0.0.36 - - [2024-09-05 02:24:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.36 - - [2024-09-05 02:24:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.36 - - [2024-09-05 02:24:31] "POST /ref-update HTTP/1.1" 200 156 0.008729 10.0.0.36 - - [2024-09-05 02:24:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.36 - - [2024-09-05 02:24:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.36 - - [2024-09-05 02:24:31] "POST /ref-update HTTP/1.1" 200 156 0.008525 10.0.0.36 - - [2024-09-05 02:24:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.36 - - [2024-09-05 02:24:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.36 - - [2024-09-05 02:24:31] "POST /ref-update HTTP/1.1" 200 156 0.008782 10.0.0.36 - - [2024-09-05 02:24:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.36 - - [2024-09-05 02:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.36 - - [2024-09-05 02:24:32] "POST /ref-update HTTP/1.1" 200 156 0.008734 10.0.0.36 - - [2024-09-05 02:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.36 - - [2024-09-05 02:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.36 - - [2024-09-05 02:24:32] "POST /ref-update HTTP/1.1" 200 156 0.008551 10.0.0.36 - - [2024-09-05 02:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.36 - - [2024-09-05 02:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.36 - - [2024-09-05 02:24:32] "POST /ref-update HTTP/1.1" 200 156 0.008593 10.0.0.36 - - [2024-09-05 02:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.36 - - [2024-09-05 02:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.36 - - [2024-09-05 02:24:32] "POST /ref-update HTTP/1.1" 200 156 0.008433 10.0.0.36 - - [2024-09-05 02:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.36 - - [2024-09-05 02:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.36 - - [2024-09-05 02:24:32] "POST /ref-update HTTP/1.1" 200 156 0.008145 10.0.0.36 - - [2024-09-05 02:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.36 - - [2024-09-05 02:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.36 - - [2024-09-05 02:24:32] "POST /ref-update HTTP/1.1" 200 156 0.022112 10.0.0.36 - - [2024-09-05 02:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.36 - - [2024-09-05 02:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.36 - - [2024-09-05 02:24:32] "POST /ref-update HTTP/1.1" 200 156 0.009315 10.0.0.36 - - [2024-09-05 02:24:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.36 - - [2024-09-05 02:24:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002932 10.0.0.36 - - [2024-09-05 02:24:33] "POST /ref-update HTTP/1.1" 200 156 0.007205 10.0.0.36 - - [2024-09-05 02:24:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.36 - - [2024-09-05 02:24:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.36 - - [2024-09-05 02:24:33] "POST /ref-update HTTP/1.1" 200 156 0.007172 10.0.0.36 - - [2024-09-05 02:24:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.36 - - [2024-09-05 02:24:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.36 - - [2024-09-05 02:24:33] "POST /ref-update HTTP/1.1" 200 156 0.007689 10.0.0.36 - - [2024-09-05 02:24:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.36 - - [2024-09-05 02:24:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.36 - - [2024-09-05 02:24:33] "POST /ref-update HTTP/1.1" 200 156 0.007060 10.0.0.36 - - [2024-09-05 02:24:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.36 - - [2024-09-05 02:24:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.36 - - [2024-09-05 02:24:33] "POST /ref-update HTTP/1.1" 200 156 0.010336 10.0.0.36 - - [2024-09-05 02:24:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.36 - - [2024-09-05 02:24:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.36 - - [2024-09-05 02:24:33] "POST /ref-update HTTP/1.1" 200 156 0.009723 10.0.0.36 - - [2024-09-05 02:24:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.36 - - [2024-09-05 02:24:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.36 - - [2024-09-05 02:24:34] "POST /ref-update HTTP/1.1" 200 156 0.008237 10.0.0.36 - - [2024-09-05 02:24:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.36 - - [2024-09-05 02:24:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.36 - - [2024-09-05 02:24:34] "POST /ref-update HTTP/1.1" 200 156 0.009060 10.0.0.36 - - [2024-09-05 02:24:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.36 - - [2024-09-05 02:24:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.36 - - [2024-09-05 02:24:34] "POST /ref-update HTTP/1.1" 200 156 0.007421 10.0.0.36 - - [2024-09-05 02:24:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.36 - - [2024-09-05 02:24:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.36 - - [2024-09-05 02:24:34] "POST /ref-update HTTP/1.1" 200 156 0.007496 10.0.0.36 - - [2024-09-05 02:24:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.36 - - [2024-09-05 02:24:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.36 - - [2024-09-05 02:24:34] "POST /ref-update HTTP/1.1" 200 156 0.008127 10.0.0.36 - - [2024-09-05 02:24:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.36 - - [2024-09-05 02:24:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.36 - - [2024-09-05 02:24:34] "POST /ref-update HTTP/1.1" 200 156 0.007745 10.0.0.36 - - [2024-09-05 02:24:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.36 - - [2024-09-05 02:24:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.36 - - [2024-09-05 02:24:34] "POST /ref-update HTTP/1.1" 200 156 0.007214 10.0.0.36 - - [2024-09-05 02:24:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.36 - - [2024-09-05 02:24:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.36 - - [2024-09-05 02:24:35] "POST /ref-update HTTP/1.1" 200 156 0.008182 10.0.0.36 - - [2024-09-05 02:24:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.36 - - [2024-09-05 02:24:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.36 - - [2024-09-05 02:24:35] "POST /ref-update HTTP/1.1" 200 156 0.007861 10.0.0.36 - - [2024-09-05 02:24:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.36 - - [2024-09-05 02:24:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002979 10.0.0.36 - - [2024-09-05 02:24:35] "POST /ref-update HTTP/1.1" 200 156 0.008909 10.0.0.36 - - [2024-09-05 02:24:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.36 - - [2024-09-05 02:24:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.36 - - [2024-09-05 02:24:35] "POST /ref-update HTTP/1.1" 200 156 0.007147 10.0.0.36 - - [2024-09-05 02:24:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.36 - - [2024-09-05 02:24:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.36 - - [2024-09-05 02:24:35] "POST /ref-update HTTP/1.1" 200 156 0.007258 10.0.0.36 - - [2024-09-05 02:24:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.36 - - [2024-09-05 02:24:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003193 10.0.0.36 - - [2024-09-05 02:24:35] "POST /ref-update HTTP/1.1" 200 156 0.006887 10.0.0.36 - - [2024-09-05 02:24:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.36 - - [2024-09-05 02:24:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.36 - - [2024-09-05 02:24:36] "POST /ref-update HTTP/1.1" 200 156 0.007303 10.0.0.36 - - [2024-09-05 02:24:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.36 - - [2024-09-05 02:24:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002862 10.0.0.36 - - [2024-09-05 02:24:36] "POST /ref-update HTTP/1.1" 200 156 0.007204 10.0.0.36 - - [2024-09-05 02:24:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.36 - - [2024-09-05 02:24:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003063 10.0.0.36 - - [2024-09-05 02:24:36] "POST /ref-update HTTP/1.1" 200 156 0.009040 10.0.0.36 - - [2024-09-05 02:24:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.36 - - [2024-09-05 02:24:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.36 - - [2024-09-05 02:24:36] "POST /ref-update HTTP/1.1" 200 156 0.007077 10.0.0.36 - - [2024-09-05 02:24:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.36 - - [2024-09-05 02:24:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.36 - - [2024-09-05 02:24:36] "POST /ref-update HTTP/1.1" 200 156 0.007942 10.0.0.36 - - [2024-09-05 02:24:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.36 - - [2024-09-05 02:24:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.36 - - [2024-09-05 02:24:36] "POST /ref-update HTTP/1.1" 200 156 0.007248 10.0.0.36 - - [2024-09-05 02:24:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002915 10.0.0.36 - - [2024-09-05 02:24:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.36 - - [2024-09-05 02:24:36] "POST /ref-update HTTP/1.1" 200 156 0.006855 10.0.0.36 - - [2024-09-05 02:24:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.36 - - [2024-09-05 02:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.36 - - [2024-09-05 02:24:37] "POST /ref-update HTTP/1.1" 200 156 0.007206 10.0.0.36 - - [2024-09-05 02:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003071 10.0.0.36 - - [2024-09-05 02:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004042 10.0.0.36 - - [2024-09-05 02:24:37] "POST /ref-update HTTP/1.1" 200 156 0.008619 10.0.0.36 - - [2024-09-05 02:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.36 - - [2024-09-05 02:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.36 - - [2024-09-05 02:24:37] "POST /ref-update HTTP/1.1" 200 156 0.006993 10.0.0.36 - - [2024-09-05 02:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.36 - - [2024-09-05 02:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.36 - - [2024-09-05 02:24:37] "POST /ref-update HTTP/1.1" 200 156 0.008059 10.0.0.36 - - [2024-09-05 02:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.36 - - [2024-09-05 02:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.36 - - [2024-09-05 02:24:37] "POST /ref-update HTTP/1.1" 200 156 0.007062 10.0.0.36 - - [2024-09-05 02:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.36 - - [2024-09-05 02:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.36 - - [2024-09-05 02:24:37] "POST /ref-update HTTP/1.1" 200 156 0.008648 10.0.0.36 - - [2024-09-05 02:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003071 10.0.0.36 - - [2024-09-05 02:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.36 - - [2024-09-05 02:24:37] "POST /ref-update HTTP/1.1" 200 156 0.007948 10.0.0.36 - - [2024-09-05 02:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.36 - - [2024-09-05 02:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.36 - - [2024-09-05 02:24:38] "POST /ref-update HTTP/1.1" 200 156 0.007249 10.0.0.36 - - [2024-09-05 02:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.36 - - [2024-09-05 02:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.36 - - [2024-09-05 02:24:38] "POST /ref-update HTTP/1.1" 200 156 0.007491 10.0.0.36 - - [2024-09-05 02:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.36 - - [2024-09-05 02:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.36 - - [2024-09-05 02:24:38] "POST /ref-update HTTP/1.1" 200 156 0.007263 10.0.0.36 - - [2024-09-05 02:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002965 10.0.0.36 - - [2024-09-05 02:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.36 - - [2024-09-05 02:24:38] "POST /ref-update HTTP/1.1" 200 156 0.007751 10.0.0.36 - - [2024-09-05 02:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.36 - - [2024-09-05 02:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002906 10.0.0.36 - - [2024-09-05 02:24:38] "POST /ref-update HTTP/1.1" 200 156 0.006853 10.0.0.36 - - [2024-09-05 02:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.36 - - [2024-09-05 02:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002962 10.0.0.36 - - [2024-09-05 02:24:38] "POST /ref-update HTTP/1.1" 200 156 0.008048 10.0.0.36 - - [2024-09-05 02:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003071 10.0.0.36 - - [2024-09-05 02:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.36 - - [2024-09-05 02:24:39] "POST /ref-update HTTP/1.1" 200 156 0.007741 10.0.0.36 - - [2024-09-05 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.36 - - [2024-09-05 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.36 - - [2024-09-05 02:24:39] "POST /ref-update HTTP/1.1" 200 156 0.007580 10.0.0.36 - - [2024-09-05 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.36 - - [2024-09-05 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.36 - - [2024-09-05 02:24:39] "POST /ref-update HTTP/1.1" 200 156 0.007974 10.0.0.36 - - [2024-09-05 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.36 - - [2024-09-05 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.36 - - [2024-09-05 02:24:39] "POST /ref-update HTTP/1.1" 200 156 0.007756 10.0.0.36 - - [2024-09-05 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.36 - - [2024-09-05 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.36 - - [2024-09-05 02:24:39] "POST /ref-update HTTP/1.1" 200 156 0.007328 10.0.0.36 - - [2024-09-05 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.36 - - [2024-09-05 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.36 - - [2024-09-05 02:24:39] "POST /ref-update HTTP/1.1" 200 156 0.007498 10.0.0.36 - - [2024-09-05 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.36 - - [2024-09-05 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.36 - - [2024-09-05 02:24:39] "POST /ref-update HTTP/1.1" 200 156 0.008392 10.0.0.36 - - [2024-09-05 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.36 - - [2024-09-05 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.36 - - [2024-09-05 02:24:40] "POST /ref-update HTTP/1.1" 200 156 0.007815 10.0.0.36 - - [2024-09-05 02:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.36 - - [2024-09-05 02:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004266 10.0.0.36 - - [2024-09-05 02:24:40] "POST /ref-update HTTP/1.1" 200 156 0.008462 10.0.0.36 - - [2024-09-05 02:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.36 - - [2024-09-05 02:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.36 - - [2024-09-05 02:24:40] "POST /ref-update HTTP/1.1" 200 156 0.007385 10.0.0.36 - - [2024-09-05 02:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.36 - - [2024-09-05 02:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002966 10.0.0.36 - - [2024-09-05 02:24:40] "POST /ref-update HTTP/1.1" 200 156 0.008120 10.0.0.36 - - [2024-09-05 02:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004606 10.0.0.36 - - [2024-09-05 02:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.36 - - [2024-09-05 02:24:40] "POST /ref-update HTTP/1.1" 200 156 0.007675 10.0.0.36 - - [2024-09-05 02:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004264 10.0.0.36 - - [2024-09-05 02:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005449 10.0.0.36 - - [2024-09-05 02:24:40] "POST /ref-update HTTP/1.1" 200 156 0.011991 10.0.0.36 - - [2024-09-05 02:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.36 - - [2024-09-05 02:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.36 - - [2024-09-05 02:24:40] "POST /ref-update HTTP/1.1" 200 156 0.009202 10.0.0.36 - - [2024-09-05 02:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003745 10.0.0.36 - - [2024-09-05 02:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.36 - - [2024-09-05 02:24:41] "POST /ref-update HTTP/1.1" 200 156 0.007614 10.0.0.36 - - [2024-09-05 02:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.36 - - [2024-09-05 02:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.36 - - [2024-09-05 02:24:41] "POST /ref-update HTTP/1.1" 200 156 0.009159 10.0.0.36 - - [2024-09-05 02:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.36 - - [2024-09-05 02:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.36 - - [2024-09-05 02:24:41] "POST /ref-update HTTP/1.1" 200 156 0.008477 10.0.0.36 - - [2024-09-05 02:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.36 - - [2024-09-05 02:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.36 - - [2024-09-05 02:24:41] "POST /ref-update HTTP/1.1" 200 156 0.007341 10.0.0.36 - - [2024-09-05 02:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.36 - - [2024-09-05 02:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.36 - - [2024-09-05 02:24:41] "POST /ref-update HTTP/1.1" 200 156 0.008146 10.0.0.36 - - [2024-09-05 02:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.36 - - [2024-09-05 02:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.36 - - [2024-09-05 02:24:41] "POST /ref-update HTTP/1.1" 200 156 0.007302 10.0.0.36 - - [2024-09-05 02:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.36 - - [2024-09-05 02:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.36 - - [2024-09-05 02:24:42] "POST /ref-update HTTP/1.1" 200 156 0.011565 10.0.0.36 - - [2024-09-05 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.36 - - [2024-09-05 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.36 - - [2024-09-05 02:24:42] "POST /ref-update HTTP/1.1" 200 156 0.007526 10.0.0.36 - - [2024-09-05 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.36 - - [2024-09-05 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.36 - - [2024-09-05 02:24:42] "POST /ref-update HTTP/1.1" 200 156 0.006974 10.0.0.36 - - [2024-09-05 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.36 - - [2024-09-05 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.36 - - [2024-09-05 02:24:42] "POST /ref-update HTTP/1.1" 200 156 0.008705 10.0.0.36 - - [2024-09-05 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.36 - - [2024-09-05 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002987 10.0.0.36 - - [2024-09-05 02:24:42] "POST /ref-update HTTP/1.1" 200 156 0.007963 10.0.0.36 - - [2024-09-05 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.36 - - [2024-09-05 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.36 - - [2024-09-05 02:24:42] "POST /ref-update HTTP/1.1" 200 156 0.007287 10.0.0.36 - - [2024-09-05 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.36 - - [2024-09-05 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003800 10.0.0.36 - - [2024-09-05 02:24:42] "POST /ref-update HTTP/1.1" 200 156 0.007341 10.0.0.36 - - [2024-09-05 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.36 - - [2024-09-05 02:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.36 - - [2024-09-05 02:24:43] "POST /ref-update HTTP/1.1" 200 156 0.007202 10.0.0.36 - - [2024-09-05 02:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.36 - - [2024-09-05 02:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.36 - - [2024-09-05 02:24:43] "POST /ref-update HTTP/1.1" 200 156 0.011193 10.0.0.36 - - [2024-09-05 02:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.36 - - [2024-09-05 02:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002906 10.0.0.36 - - [2024-09-05 02:24:43] "POST /ref-update HTTP/1.1" 200 156 0.007095 10.0.0.36 - - [2024-09-05 02:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002973 10.0.0.36 - - [2024-09-05 02:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002894 10.0.0.36 - - [2024-09-05 02:24:43] "POST /ref-update HTTP/1.1" 200 156 0.007975 10.0.0.36 - - [2024-09-05 02:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003050 10.0.0.36 - - [2024-09-05 02:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.36 - - [2024-09-05 02:24:43] "POST /ref-update HTTP/1.1" 200 156 0.008876 10.0.0.36 - - [2024-09-05 02:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002945 10.0.0.36 - - [2024-09-05 02:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.36 - - [2024-09-05 02:24:43] "GET /global-system-configs HTTP/1.1" 200 322 0.587248 10.0.0.36 - - [2024-09-05 02:24:43] "POST /ref-update HTTP/1.1" 200 156 0.008159 10.0.0.36 - - [2024-09-05 02:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.36 - - [2024-09-05 02:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002895 10.0.0.36 - - [2024-09-05 02:24:43] "POST /ref-update HTTP/1.1" 200 156 0.007357 10.0.0.36 - - [2024-09-05 02:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.36 - - [2024-09-05 02:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.36 - - [2024-09-05 02:24:44] "POST /ref-update HTTP/1.1" 200 156 0.007441 10.0.0.36 - - [2024-09-05 02:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.36 - - [2024-09-05 02:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.36 - - [2024-09-05 02:24:44] "POST /ref-update HTTP/1.1" 200 156 0.007856 10.0.0.36 - - [2024-09-05 02:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.36 - - [2024-09-05 02:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.36 - - [2024-09-05 02:24:44] "POST /ref-update HTTP/1.1" 200 156 0.007425 10.0.0.36 - - [2024-09-05 02:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002921 10.0.0.36 - - [2024-09-05 02:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.36 - - [2024-09-05 02:24:44] "POST /ref-update HTTP/1.1" 200 156 0.007276 10.0.0.36 - - [2024-09-05 02:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.36 - - [2024-09-05 02:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.36 - - [2024-09-05 02:24:44] "POST /ref-update HTTP/1.1" 200 156 0.007442 10.0.0.36 - - [2024-09-05 02:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002968 10.0.0.36 - - [2024-09-05 02:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002968 10.0.0.36 - - [2024-09-05 02:24:44] "POST /ref-update HTTP/1.1" 200 156 0.008310 10.0.0.36 - - [2024-09-05 02:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.36 - - [2024-09-05 02:24:44] "GET /global-system-configs HTTP/1.1" 200 322 0.023917 10.0.0.36 - - [2024-09-05 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002745 10.0.0.36 - - [2024-09-05 02:24:45] "POST /ref-update HTTP/1.1" 200 156 0.006840 10.0.0.36 - - [2024-09-05 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.36 - - [2024-09-05 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.36 - - [2024-09-05 02:24:45] "POST /ref-update HTTP/1.1" 200 156 0.008052 10.0.0.36 - - [2024-09-05 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.36 - - [2024-09-05 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.36 - - [2024-09-05 02:24:45] "POST /ref-update HTTP/1.1" 200 156 0.007107 10.0.0.36 - - [2024-09-05 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.36 - - [2024-09-05 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.36 - - [2024-09-05 02:24:45] "POST /ref-update HTTP/1.1" 200 156 0.007149 10.0.0.36 - - [2024-09-05 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.36 - - [2024-09-05 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.36 - - [2024-09-05 02:24:45] "POST /ref-update HTTP/1.1" 200 156 0.007001 10.0.0.36 - - [2024-09-05 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.36 - - [2024-09-05 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.36 - - [2024-09-05 02:24:45] "POST /ref-update HTTP/1.1" 200 156 0.007677 10.0.0.36 - - [2024-09-05 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004317 10.0.0.36 - - [2024-09-05 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.36 - - [2024-09-05 02:24:45] "POST /ref-update HTTP/1.1" 200 156 0.007071 10.0.0.36 - - [2024-09-05 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.36 - - [2024-09-05 02:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.36 - - [2024-09-05 02:24:46] "POST /ref-update HTTP/1.1" 200 156 0.008489 10.0.0.36 - - [2024-09-05 02:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.36 - - [2024-09-05 02:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.36 - - [2024-09-05 02:24:46] "POST /ref-update HTTP/1.1" 200 156 0.007453 10.0.0.36 - - [2024-09-05 02:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.36 - - [2024-09-05 02:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.36 - - [2024-09-05 02:24:46] "POST /ref-update HTTP/1.1" 200 156 0.008623 10.0.0.36 - - [2024-09-05 02:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.36 - - [2024-09-05 02:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002838 10.0.0.36 - - [2024-09-05 02:24:46] "POST /ref-update HTTP/1.1" 200 156 0.007167 10.0.0.36 - - [2024-09-05 02:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.36 - - [2024-09-05 02:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.36 - - [2024-09-05 02:24:46] "POST /ref-update HTTP/1.1" 200 156 0.009583 10.0.0.36 - - [2024-09-05 02:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.36 - - [2024-09-05 02:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.36 - - [2024-09-05 02:24:46] "POST /ref-update HTTP/1.1" 200 156 0.008639 10.0.0.36 - - [2024-09-05 02:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.36 - - [2024-09-05 02:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002945 10.0.0.36 - - [2024-09-05 02:24:47] "POST /ref-update HTTP/1.1" 200 156 0.007916 10.0.0.36 - - [2024-09-05 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.36 - - [2024-09-05 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.36 - - [2024-09-05 02:24:47] "POST /ref-update HTTP/1.1" 200 156 0.007982 10.0.0.36 - - [2024-09-05 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003276 10.0.0.36 - - [2024-09-05 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.36 - - [2024-09-05 02:24:47] "POST /ref-update HTTP/1.1" 200 156 0.007766 10.0.0.36 - - [2024-09-05 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.36 - - [2024-09-05 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.36 - - [2024-09-05 02:24:47] "POST /ref-update HTTP/1.1" 200 156 0.007324 10.0.0.36 - - [2024-09-05 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.36 - - [2024-09-05 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.36 - - [2024-09-05 02:24:47] "POST /ref-update HTTP/1.1" 200 156 0.007920 10.0.0.36 - - [2024-09-05 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003143 10.0.0.36 - - [2024-09-05 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002987 10.0.0.36 - - [2024-09-05 02:24:47] "POST /ref-update HTTP/1.1" 200 156 0.008328 10.0.0.36 - - [2024-09-05 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.36 - - [2024-09-05 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.36 - - [2024-09-05 02:24:47] "POST /ref-update HTTP/1.1" 200 156 0.007639 10.0.0.36 - - [2024-09-05 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.36 - - [2024-09-05 02:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.36 - - [2024-09-05 02:24:48] "POST /ref-update HTTP/1.1" 200 156 0.007574 10.0.0.36 - - [2024-09-05 02:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.36 - - [2024-09-05 02:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004070 10.0.0.36 - - [2024-09-05 02:24:48] "POST /ref-update HTTP/1.1" 200 156 0.007083 10.0.0.36 - - [2024-09-05 02:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.36 - - [2024-09-05 02:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.36 - - [2024-09-05 02:24:48] "POST /ref-update HTTP/1.1" 200 156 0.008179 10.0.0.36 - - [2024-09-05 02:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.36 - - [2024-09-05 02:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003010 10.0.0.36 - - [2024-09-05 02:24:48] "POST /ref-update HTTP/1.1" 200 156 0.007345 10.0.0.36 - - [2024-09-05 02:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.36 - - [2024-09-05 02:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002886 10.0.0.36 - - [2024-09-05 02:24:48] "POST /ref-update HTTP/1.1" 200 156 0.006917 10.0.0.36 - - [2024-09-05 02:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.36 - - [2024-09-05 02:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002953 10.0.0.36 - - [2024-09-05 02:24:48] "POST /ref-update HTTP/1.1" 200 156 0.007017 10.0.0.36 - - [2024-09-05 02:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.36 - - [2024-09-05 02:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.36 - - [2024-09-05 02:24:48] "POST /ref-update HTTP/1.1" 200 156 0.008003 10.0.0.36 - - [2024-09-05 02:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.36 - - [2024-09-05 02:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.36 - - [2024-09-05 02:24:49] "POST /ref-update HTTP/1.1" 200 156 0.006497 10.0.0.36 - - [2024-09-05 02:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002927 10.0.0.36 - - [2024-09-05 02:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.36 - - [2024-09-05 02:24:49] "POST /ref-update HTTP/1.1" 200 156 0.007889 10.0.0.36 - - [2024-09-05 02:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.36 - - [2024-09-05 02:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.36 - - [2024-09-05 02:24:49] "POST /ref-update HTTP/1.1" 200 156 0.008205 10.0.0.36 - - [2024-09-05 02:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.36 - - [2024-09-05 02:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003276 10.0.0.36 - - [2024-09-05 02:24:49] "POST /ref-update HTTP/1.1" 200 156 0.007663 10.0.0.36 - - [2024-09-05 02:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002906 10.0.0.36 - - [2024-09-05 02:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.36 - - [2024-09-05 02:24:49] "POST /ref-update HTTP/1.1" 200 156 0.007065 10.0.0.36 - - [2024-09-05 02:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.36 - - [2024-09-05 02:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.36 - - [2024-09-05 02:24:49] "POST /ref-update HTTP/1.1" 200 156 0.007882 10.0.0.36 - - [2024-09-05 02:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.36 - - [2024-09-05 02:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.36 - - [2024-09-05 02:24:50] "POST /ref-update HTTP/1.1" 200 156 0.007365 10.0.0.36 - - [2024-09-05 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.36 - - [2024-09-05 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.36 - - [2024-09-05 02:24:50] "POST /ref-update HTTP/1.1" 200 156 0.008342 10.0.0.36 - - [2024-09-05 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.36 - - [2024-09-05 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.36 - - [2024-09-05 02:24:50] "POST /ref-update HTTP/1.1" 200 156 0.007298 10.0.0.36 - - [2024-09-05 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.36 - - [2024-09-05 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.36 - - [2024-09-05 02:24:50] "POST /ref-update HTTP/1.1" 200 156 0.007120 10.0.0.36 - - [2024-09-05 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.36 - - [2024-09-05 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.36 - - [2024-09-05 02:24:50] "POST /ref-update HTTP/1.1" 200 156 0.007657 10.0.0.36 - - [2024-09-05 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.36 - - [2024-09-05 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.36 - - [2024-09-05 02:24:50] "POST /ref-update HTTP/1.1" 200 156 0.007157 10.0.0.36 - - [2024-09-05 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.36 - - [2024-09-05 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003050 10.0.0.36 - - [2024-09-05 02:24:50] "POST /ref-update HTTP/1.1" 200 156 0.007074 10.0.0.36 - - [2024-09-05 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.36 - - [2024-09-05 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.36 - - [2024-09-05 02:24:51] "POST /ref-update HTTP/1.1" 200 156 0.007415 10.0.0.36 - - [2024-09-05 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.36 - - [2024-09-05 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.36 - - [2024-09-05 02:24:51] "POST /ref-update HTTP/1.1" 200 156 0.007477 10.0.0.36 - - [2024-09-05 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.36 - - [2024-09-05 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.36 - - [2024-09-05 02:24:51] "POST /ref-update HTTP/1.1" 200 156 0.007672 10.0.0.36 - - [2024-09-05 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.36 - - [2024-09-05 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003230 10.0.0.36 - - [2024-09-05 02:24:51] "POST /ref-update HTTP/1.1" 200 156 0.007586 10.0.0.36 - - [2024-09-05 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.36 - - [2024-09-05 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.36 - - [2024-09-05 02:24:51] "POST /ref-update HTTP/1.1" 200 156 0.007080 10.0.0.36 - - [2024-09-05 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.36 - - [2024-09-05 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.36 - - [2024-09-05 02:24:51] "POST /ref-update HTTP/1.1" 200 156 0.007529 10.0.0.36 - - [2024-09-05 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.36 - - [2024-09-05 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.36 - - [2024-09-05 02:24:51] "POST /ref-update HTTP/1.1" 200 156 0.008076 10.0.0.36 - - [2024-09-05 02:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.36 - - [2024-09-05 02:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.36 - - [2024-09-05 02:24:52] "POST /ref-update HTTP/1.1" 200 156 0.007339 10.0.0.36 - - [2024-09-05 02:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.36 - - [2024-09-05 02:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.36 - - [2024-09-05 02:24:52] "POST /ref-update HTTP/1.1" 200 156 0.007237 10.0.0.36 - - [2024-09-05 02:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.36 - - [2024-09-05 02:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.36 - - [2024-09-05 02:24:52] "POST /ref-update HTTP/1.1" 200 156 0.008186 10.0.0.36 - - [2024-09-05 02:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.36 - - [2024-09-05 02:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.36 - - [2024-09-05 02:24:52] "POST /ref-update HTTP/1.1" 200 156 0.007784 10.0.0.36 - - [2024-09-05 02:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.36 - - [2024-09-05 02:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882 10.0.0.36 - - [2024-09-05 02:24:52] "POST /ref-update HTTP/1.1" 200 156 0.007457 10.0.0.36 - - [2024-09-05 02:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.36 - - [2024-09-05 02:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.36 - - [2024-09-05 02:24:52] "POST /ref-update HTTP/1.1" 200 156 0.007284 10.0.0.36 - - [2024-09-05 02:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.36 - - [2024-09-05 02:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.36 - - [2024-09-05 02:24:53] "POST /ref-update HTTP/1.1" 200 156 0.007001 10.0.0.36 - - [2024-09-05 02:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.36 - - [2024-09-05 02:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.007016 10.0.0.36 - - [2024-09-05 02:24:53] "POST /ref-update HTTP/1.1" 200 156 0.007004 10.0.0.36 - - [2024-09-05 02:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.36 - - [2024-09-05 02:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.36 - - [2024-09-05 02:24:53] "POST /ref-update HTTP/1.1" 200 156 0.007708 10.0.0.36 - - [2024-09-05 02:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.36 - - [2024-09-05 02:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.36 - - [2024-09-05 02:24:53] "POST /ref-update HTTP/1.1" 200 156 0.007440 10.0.0.36 - - [2024-09-05 02:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.36 - - [2024-09-05 02:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.36 - - [2024-09-05 02:24:53] "POST /ref-update HTTP/1.1" 200 156 0.006773 10.0.0.36 - - [2024-09-05 02:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.36 - - [2024-09-05 02:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902 10.0.0.36 - - [2024-09-05 02:24:53] "POST /ref-update HTTP/1.1" 200 156 0.006719 10.0.0.36 - - [2024-09-05 02:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.36 - - [2024-09-05 02:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.36 - - [2024-09-05 02:24:53] "POST /ref-update HTTP/1.1" 200 156 0.007927 10.0.0.36 - - [2024-09-05 02:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.36 - - [2024-09-05 02:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002932 10.0.0.36 - - [2024-09-05 02:24:54] "POST /ref-update HTTP/1.1" 200 156 0.007515 10.0.0.36 - - [2024-09-05 02:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.36 - - [2024-09-05 02:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.36 - - [2024-09-05 02:24:54] "POST /ref-update HTTP/1.1" 200 156 0.007271 10.0.0.36 - - [2024-09-05 02:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.36 - - [2024-09-05 02:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.36 - - [2024-09-05 02:24:54] "POST /ref-update HTTP/1.1" 200 156 0.008240 10.0.0.36 - - [2024-09-05 02:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.36 - - [2024-09-05 02:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.36 - - [2024-09-05 02:24:54] "POST /ref-update HTTP/1.1" 200 156 0.007230 10.0.0.36 - - [2024-09-05 02:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.36 - - [2024-09-05 02:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.36 - - [2024-09-05 02:24:54] "POST /ref-update HTTP/1.1" 200 156 0.007090 10.0.0.36 - - [2024-09-05 02:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002929 10.0.0.36 - - [2024-09-05 02:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002929 10.0.0.36 - - [2024-09-05 02:24:54] "POST /ref-update HTTP/1.1" 200 156 0.007014 10.0.0.36 - - [2024-09-05 02:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.36 - - [2024-09-05 02:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.36 - - [2024-09-05 02:24:54] "POST /ref-update HTTP/1.1" 200 156 0.007031 10.0.0.36 - - [2024-09-05 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003010 10.0.0.36 - - [2024-09-05 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.36 - - [2024-09-05 02:24:55] "POST /ref-update HTTP/1.1" 200 156 0.007217 10.0.0.36 - - [2024-09-05 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.36 - - [2024-09-05 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.36 - - [2024-09-05 02:24:55] "POST /ref-update HTTP/1.1" 200 156 0.007125 10.0.0.36 - - [2024-09-05 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.36 - - [2024-09-05 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.36 - - [2024-09-05 02:24:55] "POST /ref-update HTTP/1.1" 200 156 0.007044 10.0.0.36 - - [2024-09-05 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002935 10.0.0.36 - - [2024-09-05 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.36 - - [2024-09-05 02:24:55] "POST /ref-update HTTP/1.1" 200 156 0.007329 10.0.0.36 - - [2024-09-05 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.36 - - [2024-09-05 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.36 - - [2024-09-05 02:24:55] "POST /ref-update HTTP/1.1" 200 156 0.007235 10.0.0.36 - - [2024-09-05 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.36 - - [2024-09-05 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.36 - - [2024-09-05 02:24:55] "POST /ref-update HTTP/1.1" 200 156 0.007982 10.0.0.36 - - [2024-09-05 02:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.36 - - [2024-09-05 02:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.36 - - [2024-09-05 02:24:56] "POST /ref-update HTTP/1.1" 200 156 0.007378 10.0.0.36 - - [2024-09-05 02:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.36 - - [2024-09-05 02:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.36 - - [2024-09-05 02:24:56] "POST /ref-update HTTP/1.1" 200 156 0.006947 10.0.0.36 - - [2024-09-05 02:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002951 10.0.0.36 - - [2024-09-05 02:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.36 - - [2024-09-05 02:24:56] "POST /ref-update HTTP/1.1" 200 156 0.006893 10.0.0.36 - - [2024-09-05 02:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.36 - - [2024-09-05 02:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.36 - - [2024-09-05 02:24:56] "POST /ref-update HTTP/1.1" 200 156 0.006917 10.0.0.36 - - [2024-09-05 02:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.36 - - [2024-09-05 02:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.36 - - [2024-09-05 02:24:56] "POST /ref-update HTTP/1.1" 200 156 0.007218 10.0.0.36 - - [2024-09-05 02:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.36 - - [2024-09-05 02:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003151 10.0.0.36 - - [2024-09-05 02:24:56] "POST /ref-update HTTP/1.1" 200 156 0.009093 10.0.0.36 - - [2024-09-05 02:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.36 - - [2024-09-05 02:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.36 - - [2024-09-05 02:24:57] "POST /ref-update HTTP/1.1" 200 156 0.007799 10.0.0.36 - - [2024-09-05 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.36 - - [2024-09-05 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002862 10.0.0.36 - - [2024-09-05 02:24:57] "POST /ref-update HTTP/1.1" 200 156 0.007184 10.0.0.36 - - [2024-09-05 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.36 - - [2024-09-05 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966 10.0.0.36 - - [2024-09-05 02:24:57] "POST /ref-update HTTP/1.1" 200 156 0.007825 10.0.0.36 - - [2024-09-05 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902 10.0.0.36 - - [2024-09-05 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002942 10.0.0.36 - - [2024-09-05 02:24:57] "POST /ref-update HTTP/1.1" 200 156 0.007375 10.0.0.36 - - [2024-09-05 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.36 - - [2024-09-05 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002922 10.0.0.36 - - [2024-09-05 02:24:57] "POST /ref-update HTTP/1.1" 200 156 0.009052 10.0.0.36 - - [2024-09-05 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004293 10.0.0.36 - - [2024-09-05 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.36 - - [2024-09-05 02:24:57] "POST /ref-update HTTP/1.1" 200 156 0.007777 10.0.0.36 - - [2024-09-05 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002869 10.0.0.36 - - [2024-09-05 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002853 10.0.0.36 - - [2024-09-05 02:24:57] "POST /ref-update HTTP/1.1" 200 156 0.007723 10.0.0.36 - - [2024-09-05 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.36 - - [2024-09-05 02:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.36 - - [2024-09-05 02:24:58] "POST /ref-update HTTP/1.1" 200 156 0.008133 10.0.0.36 - - [2024-09-05 02:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.36 - - [2024-09-05 02:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.36 - - [2024-09-05 02:24:58] "POST /ref-update HTTP/1.1" 200 156 0.006914 10.0.0.36 - - [2024-09-05 02:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.36 - - [2024-09-05 02:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.36 - - [2024-09-05 02:24:58] "POST /ref-update HTTP/1.1" 200 156 0.007246 10.0.0.36 - - [2024-09-05 02:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.36 - - [2024-09-05 02:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.36 - - [2024-09-05 02:24:58] "POST /ref-update HTTP/1.1" 200 156 0.008035 10.0.0.36 - - [2024-09-05 02:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.36 - - [2024-09-05 02:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.36 - - [2024-09-05 02:24:58] "POST /ref-update HTTP/1.1" 200 156 0.006829 10.0.0.36 - - [2024-09-05 02:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002865 10.0.0.36 - - [2024-09-05 02:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.36 - - [2024-09-05 02:24:58] "POST /ref-update HTTP/1.1" 200 156 0.006883 10.0.0.36 - - [2024-09-05 02:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.36 - - [2024-09-05 02:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002845 10.0.0.36 - - [2024-09-05 02:24:58] "POST /ref-update HTTP/1.1" 200 156 0.008849 10.0.0.36 - - [2024-09-05 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.36 - - [2024-09-05 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.36 - - [2024-09-05 02:24:59] "POST /ref-update HTTP/1.1" 200 156 0.008108 10.0.0.36 - - [2024-09-05 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.36 - - [2024-09-05 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.36 - - [2024-09-05 02:24:59] "POST /ref-update HTTP/1.1" 200 156 0.008952 10.0.0.36 - - [2024-09-05 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.36 - - [2024-09-05 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003050 10.0.0.36 - - [2024-09-05 02:24:59] "POST /ref-update HTTP/1.1" 200 156 0.008017 10.0.0.36 - - [2024-09-05 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002987 10.0.0.36 - - [2024-09-05 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.011487 10.0.0.36 - - [2024-09-05 02:24:59] "POST /ref-update HTTP/1.1" 200 156 0.008097 10.0.0.36 - - [2024-09-05 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.36 - - [2024-09-05 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.36 - - [2024-09-05 02:24:59] "POST /ref-update HTTP/1.1" 200 156 0.008534 10.0.0.36 - - [2024-09-05 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.36 - - [2024-09-05 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002968 10.0.0.36 - - [2024-09-05 02:24:59] "POST /ref-update HTTP/1.1" 200 156 0.008234 10.0.0.36 - - [2024-09-05 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.36 - - [2024-09-05 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.36 - - [2024-09-05 02:25:00] "POST /ref-update HTTP/1.1" 200 156 0.008153 10.0.0.36 - - [2024-09-05 02:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.36 - - [2024-09-05 02:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.36 - - [2024-09-05 02:25:00] "POST /ref-update HTTP/1.1" 200 156 0.008298 10.0.0.36 - - [2024-09-05 02:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.36 - - [2024-09-05 02:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.36 - - [2024-09-05 02:25:00] "POST /ref-update HTTP/1.1" 200 156 0.008273 10.0.0.36 - - [2024-09-05 02:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.36 - - [2024-09-05 02:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.36 - - [2024-09-05 02:25:00] "POST /ref-update HTTP/1.1" 200 156 0.008505 10.0.0.36 - - [2024-09-05 02:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004268 10.0.0.36 - - [2024-09-05 02:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.36 - - [2024-09-05 02:25:00] "POST /ref-update HTTP/1.1" 200 156 0.009931 10.0.0.36 - - [2024-09-05 02:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.36 - - [2024-09-05 02:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.36 - - [2024-09-05 02:25:00] "POST /ref-update HTTP/1.1" 200 156 0.008497 10.0.0.36 - - [2024-09-05 02:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.36 - - [2024-09-05 02:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002967 10.0.0.36 - - [2024-09-05 02:25:00] "POST /ref-update HTTP/1.1" 200 156 0.008495 10.0.0.36 - - [2024-09-05 02:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.36 - - [2024-09-05 02:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.36 - - [2024-09-05 02:25:01] "POST /ref-update HTTP/1.1" 200 156 0.008841 10.0.0.36 - - [2024-09-05 02:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.36 - - [2024-09-05 02:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.36 - - [2024-09-05 02:25:01] "POST /ref-update HTTP/1.1" 200 156 0.008964 10.0.0.36 - - [2024-09-05 02:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.36 - - [2024-09-05 02:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.36 - - [2024-09-05 02:25:01] "POST /ref-update HTTP/1.1" 200 156 0.009766 10.0.0.36 - - [2024-09-05 02:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.36 - - [2024-09-05 02:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.36 - - [2024-09-05 02:25:01] "POST /ref-update HTTP/1.1" 200 156 0.009619 10.0.0.36 - - [2024-09-05 02:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.36 - - [2024-09-05 02:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940 10.0.0.36 - - [2024-09-05 02:25:01] "POST /ref-update HTTP/1.1" 200 156 0.008045 10.0.0.36 - - [2024-09-05 02:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.36 - - [2024-09-05 02:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.36 - - [2024-09-05 02:25:01] "POST /ref-update HTTP/1.1" 200 156 0.008829 10.0.0.36 - - [2024-09-05 02:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.36 - - [2024-09-05 02:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.36 - - [2024-09-05 02:25:01] "POST /ref-update HTTP/1.1" 200 156 0.009723 10.0.0.36 - - [2024-09-05 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.36 - - [2024-09-05 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.36 - - [2024-09-05 02:25:02] "POST /ref-update HTTP/1.1" 200 156 0.008944 10.0.0.36 - - [2024-09-05 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004064 10.0.0.36 - - [2024-09-05 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.36 - - [2024-09-05 02:25:02] "POST /ref-update HTTP/1.1" 200 156 0.008530 10.0.0.36 - - [2024-09-05 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002962 10.0.0.36 - - [2024-09-05 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003956 10.0.0.36 - - [2024-09-05 02:25:02] "POST /ref-update HTTP/1.1" 200 156 0.007921 10.0.0.36 - - [2024-09-05 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.36 - - [2024-09-05 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.36 - - [2024-09-05 02:25:02] "POST /ref-update HTTP/1.1" 200 156 0.009963 10.0.0.36 - - [2024-09-05 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.36 - - [2024-09-05 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.36 - - [2024-09-05 02:25:02] "POST /ref-update HTTP/1.1" 200 156 0.008019 10.0.0.36 - - [2024-09-05 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.36 - - [2024-09-05 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.36 - - [2024-09-05 02:25:02] "POST /ref-update HTTP/1.1" 200 156 0.007940 10.0.0.36 - - [2024-09-05 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.36 - - [2024-09-05 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.36 - - [2024-09-05 02:25:03] "POST /ref-update HTTP/1.1" 200 156 0.008536 10.0.0.36 - - [2024-09-05 02:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.36 - - [2024-09-05 02:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.36 - - [2024-09-05 02:25:03] "POST /ref-update HTTP/1.1" 200 156 0.008298 10.0.0.36 - - [2024-09-05 02:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.36 - - [2024-09-05 02:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.36 - - [2024-09-05 02:25:03] "POST /ref-update HTTP/1.1" 200 156 0.008387 10.0.0.36 - - [2024-09-05 02:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.36 - - [2024-09-05 02:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.36 - - [2024-09-05 02:25:03] "POST /ref-update HTTP/1.1" 200 156 0.010696 10.0.0.36 - - [2024-09-05 02:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.36 - - [2024-09-05 02:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.36 - - [2024-09-05 02:25:03] "POST /ref-update HTTP/1.1" 200 156 0.007830 10.0.0.36 - - [2024-09-05 02:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.36 - - [2024-09-05 02:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.36 - - [2024-09-05 02:25:03] "POST /ref-update HTTP/1.1" 200 156 0.008441 10.0.0.36 - - [2024-09-05 02:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.36 - - [2024-09-05 02:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003022 10.0.0.36 - - [2024-09-05 02:25:03] "POST /ref-update HTTP/1.1" 200 156 0.007929 10.0.0.36 - - [2024-09-05 02:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.36 - - [2024-09-05 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.36 - - [2024-09-05 02:25:04] "POST /ref-update HTTP/1.1" 200 156 0.008260 10.0.0.36 - - [2024-09-05 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.36 - - [2024-09-05 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.36 - - [2024-09-05 02:25:04] "POST /ref-update HTTP/1.1" 200 156 0.008940 10.0.0.36 - - [2024-09-05 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.36 - - [2024-09-05 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003060 10.0.0.36 - - [2024-09-05 02:25:04] "POST /ref-update HTTP/1.1" 200 156 0.008858 10.0.0.36 - - [2024-09-05 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.36 - - [2024-09-05 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.36 - - [2024-09-05 02:25:04] "POST /ref-update HTTP/1.1" 200 156 0.008716 10.0.0.36 - - [2024-09-05 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002966 10.0.0.36 - - [2024-09-05 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.36 - - [2024-09-05 02:25:04] "POST /ref-update HTTP/1.1" 200 156 0.015808 10.0.0.36 - - [2024-09-05 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.36 - - [2024-09-05 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.36 - - [2024-09-05 02:25:04] "POST /ref-update HTTP/1.1" 200 156 0.008368 10.0.0.36 - - [2024-09-05 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.36 - - [2024-09-05 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.36 - - [2024-09-05 02:25:05] "POST /ref-update HTTP/1.1" 200 156 0.008228 10.0.0.36 - - [2024-09-05 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737 10.0.0.36 - - [2024-09-05 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.36 - - [2024-09-05 02:25:05] "POST /ref-update HTTP/1.1" 200 156 0.008803 10.0.0.36 - - [2024-09-05 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.36 - - [2024-09-05 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.36 - - [2024-09-05 02:25:05] "POST /ref-update HTTP/1.1" 200 156 0.008296 10.0.0.36 - - [2024-09-05 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.36 - - [2024-09-05 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.36 - - [2024-09-05 02:25:05] "POST /ref-update HTTP/1.1" 200 156 0.009339 10.0.0.36 - - [2024-09-05 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.36 - - [2024-09-05 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.36 - - [2024-09-05 02:25:05] "POST /ref-update HTTP/1.1" 200 156 0.009643 10.0.0.36 - - [2024-09-05 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.36 - - [2024-09-05 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.36 - - [2024-09-05 02:25:05] "POST /ref-update HTTP/1.1" 200 156 0.008560 10.0.0.36 - - [2024-09-05 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003852 10.0.0.36 - - [2024-09-05 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.36 - - [2024-09-05 02:25:05] "POST /ref-update HTTP/1.1" 200 156 0.008619 10.0.0.36 - - [2024-09-05 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.36 - - [2024-09-05 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.36 - - [2024-09-05 02:25:06] "POST /ref-update HTTP/1.1" 200 156 0.008383 10.0.0.36 - - [2024-09-05 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.36 - - [2024-09-05 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.36 - - [2024-09-05 02:25:06] "POST /ref-update HTTP/1.1" 200 156 0.008357 10.0.0.36 - - [2024-09-05 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.36 - - [2024-09-05 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.36 - - [2024-09-05 02:25:06] "POST /ref-update HTTP/1.1" 200 156 0.008601 10.0.0.36 - - [2024-09-05 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.36 - - [2024-09-05 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.36 - - [2024-09-05 02:25:06] "POST /ref-update HTTP/1.1" 200 156 0.009831 10.0.0.36 - - [2024-09-05 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.36 - - [2024-09-05 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.36 - - [2024-09-05 02:25:06] "POST /ref-update HTTP/1.1" 200 156 0.008553 10.0.0.36 - - [2024-09-05 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004076 10.0.0.36 - - [2024-09-05 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.36 - - [2024-09-05 02:25:06] "POST /ref-update HTTP/1.1" 200 156 0.007671 10.0.0.36 - - [2024-09-05 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.36 - - [2024-09-05 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.010031 10.0.0.36 - - [2024-09-05 02:25:07] "POST /ref-update HTTP/1.1" 200 156 0.007073 10.0.0.36 - - [2024-09-05 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.36 - - [2024-09-05 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002920 10.0.0.36 - - [2024-09-05 02:25:07] "POST /ref-update HTTP/1.1" 200 156 0.007601 10.0.0.36 - - [2024-09-05 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.36 - - [2024-09-05 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.36 - - [2024-09-05 02:25:07] "POST /ref-update HTTP/1.1" 200 156 0.008034 10.0.0.36 - - [2024-09-05 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.36 - - [2024-09-05 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.36 - - [2024-09-05 02:25:07] "POST /ref-update HTTP/1.1" 200 156 0.007095 10.0.0.36 - - [2024-09-05 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.36 - - [2024-09-05 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002966 10.0.0.36 - - [2024-09-05 02:25:07] "POST /ref-update HTTP/1.1" 200 156 0.007799 10.0.0.36 - - [2024-09-05 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.36 - - [2024-09-05 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.36 - - [2024-09-05 02:25:07] "POST /ref-update HTTP/1.1" 200 156 0.009199 10.0.0.36 - - [2024-09-05 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.36 - - [2024-09-05 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.36 - - [2024-09-05 02:25:07] "POST /ref-update HTTP/1.1" 200 156 0.008092 10.0.0.36 - - [2024-09-05 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.36 - - [2024-09-05 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.36 - - [2024-09-05 02:25:08] "POST /ref-update HTTP/1.1" 200 156 0.011319 10.0.0.36 - - [2024-09-05 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.36 - - [2024-09-05 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.36 - - [2024-09-05 02:25:08] "POST /ref-update HTTP/1.1" 200 156 0.007972 10.0.0.36 - - [2024-09-05 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.36 - - [2024-09-05 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.36 - - [2024-09-05 02:25:08] "POST /ref-update HTTP/1.1" 200 156 0.007913 10.0.0.36 - - [2024-09-05 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.36 - - [2024-09-05 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002915 10.0.0.36 - - [2024-09-05 02:25:08] "POST /ref-update HTTP/1.1" 200 156 0.010047 10.0.0.36 - - [2024-09-05 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.36 - - [2024-09-05 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.36 - - [2024-09-05 02:25:08] "POST /ref-update HTTP/1.1" 200 156 0.009421 10.0.0.36 - - [2024-09-05 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.36 - - [2024-09-05 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002920 10.0.0.36 - - [2024-09-05 02:25:08] "POST /ref-update HTTP/1.1" 200 156 0.010228 10.0.0.36 - - [2024-09-05 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.36 - - [2024-09-05 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.36 - - [2024-09-05 02:25:08] "POST /ref-update HTTP/1.1" 200 156 0.009787 10.0.0.36 - - [2024-09-05 02:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.36 - - [2024-09-05 02:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.36 - - [2024-09-05 02:25:09] "POST /ref-update HTTP/1.1" 200 156 0.009843 10.0.0.36 - - [2024-09-05 02:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.36 - - [2024-09-05 02:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.36 - - [2024-09-05 02:25:09] "POST /ref-update HTTP/1.1" 200 156 0.010237 10.0.0.36 - - [2024-09-05 02:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.36 - - [2024-09-05 02:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.36 - - [2024-09-05 02:25:09] "POST /ref-update HTTP/1.1" 200 156 0.008054 10.0.0.36 - - [2024-09-05 02:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.36 - - [2024-09-05 02:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.36 - - [2024-09-05 02:25:09] "POST /ref-update HTTP/1.1" 200 156 0.008025 10.0.0.36 - - [2024-09-05 02:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.36 - - [2024-09-05 02:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.36 - - [2024-09-05 02:25:09] "POST /ref-update HTTP/1.1" 200 156 0.008396 10.0.0.36 - - [2024-09-05 02:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.36 - - [2024-09-05 02:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.36 - - [2024-09-05 02:25:09] "POST /ref-update HTTP/1.1" 200 156 0.008047 10.0.0.36 - - [2024-09-05 02:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002847 10.0.0.36 - - [2024-09-05 02:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002926 10.0.0.36 - - [2024-09-05 02:25:10] "POST /ref-update HTTP/1.1" 200 156 0.008310 10.0.0.36 - - [2024-09-05 02:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.36 - - [2024-09-05 02:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002948 10.0.0.36 - - [2024-09-05 02:25:10] "POST /ref-update HTTP/1.1" 200 156 0.007947 10.0.0.36 - - [2024-09-05 02:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.36 - - [2024-09-05 02:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002870 10.0.0.36 - - [2024-09-05 02:25:10] "POST /ref-update HTTP/1.1" 200 156 0.009455 10.0.0.36 - - [2024-09-05 02:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.36 - - [2024-09-05 02:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.36 - - [2024-09-05 02:25:10] "POST /ref-update HTTP/1.1" 200 156 0.008137 10.0.0.36 - - [2024-09-05 02:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.36 - - [2024-09-05 02:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004034 10.0.0.36 - - [2024-09-05 02:25:10] "POST /ref-update HTTP/1.1" 200 156 0.007875 10.0.0.36 - - [2024-09-05 02:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.36 - - [2024-09-05 02:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.36 - - [2024-09-05 02:25:10] "POST /ref-update HTTP/1.1" 200 156 0.008066 10.0.0.36 - - [2024-09-05 02:25:10] "POST /network-ipams HTTP/1.1" 200 550 0.015859 10.0.0.36 - - [2024-09-05 02:25:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003169 10.0.0.36 - - [2024-09-05 02:25:10] "POST /virtual-networks HTTP/1.1" 200 552 0.094029 10.0.0.36 - - [2024-09-05 02:25:11] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.002817 10.0.0.36 - - [2024-09-05 02:25:11] "POST /fqname-to-id HTTP/1.1" 404 188 0.002916 10.0.0.36 - - [2024-09-05 02:25:11] "POST /fqname-to-id HTTP/1.1" 404 178 0.002736 10.0.0.36 - - [2024-09-05 02:25:11] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 312 0.002761 10.0.0.36 - - [2024-09-05 02:25:11] "GET /fabric/476d0f1d-4e77-492c-b0e5-6fd09b9c7f20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1116 0.003278 10.0.0.36 - - [2024-09-05 02:25:11] "POST /fqname-to-id HTTP/1.1" 404 198 0.002831 10.0.0.36 - - [2024-09-05 02:25:11] "POST /fqname-to-id HTTP/1.1" 404 205 0.002845 10.0.0.36 - - [2024-09-05 02:25:11] "POST /fqname-to-id HTTP/1.1" 404 207 0.003167 10.0.0.36 - - [2024-09-05 02:25:11] "POST /route-targets HTTP/1.1" 200 327 0.012053 10.0.0.36 - - [2024-09-05 02:25:11] "POST /ref-update HTTP/1.1" 200 156 0.009430 10.0.0.36 - - [2024-09-05 02:25:26] "GET / HTTP/1.1" 200 35931 0.001685 10.0.0.36 - - [2024-09-05 02:25:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000469 10.0.0.36 - - [2024-09-05 02:25:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.025624 10.0.0.36 - - [2024-09-05 02:25:26] "GET /routing-instance/7f3f0462-7680-4f2a-85d1-58083941e8db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1174 0.002985 10.0.0.36 - - [2024-09-05 02:25:26] "POST /bgp-routers HTTP/1.1" 200 620 0.018697 10.0.0.36 - - [2024-09-05 02:25:26] "GET /bgp-router/0ab98b79-e29d-4a0e-92e6-1f57c334ca72?fields=global_system_config_back_refs HTTP/1.1" 200 1114 0.014521 10.0.0.36 - - [2024-09-05 02:25:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.36 - - [2024-09-05 02:25:26] "GET /global-system-config/e22eec12-cb8d-4085-b5a1-9cfd33c5e365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.003901 10.0.0.36 - - [2024-09-05 02:25:26] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003341 10.0.0.36 - - [2024-09-05 02:25:26] "POST /ref-update HTTP/1.1" 200 156 0.007523 10.0.0.36 - - [2024-09-05 02:26:17] "GET / HTTP/1.1" 200 35931 0.001902 10.0.0.36 - - [2024-09-05 02:26:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000503 10.0.0.36 - - [2024-09-05 02:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.031216 10.0.0.36 - - [2024-09-05 02:26:17] "GET /global-system-config/e22eec12-cb8d-4085-b5a1-9cfd33c5e365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.008801 10.0.0.36 - - [2024-09-05 02:26:17] "POST /fqname-to-id HTTP/1.1" 404 220 0.003731 10.0.0.36 - - [2024-09-05 02:26:17] "POST /database-nodes HTTP/1.1" 200 603 0.016573 10.0.0.36 - - [2024-09-05 02:27:00] "GET / HTTP/1.1" 200 35931 0.001878 10.0.0.36 - - [2024-09-05 02:27:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000461 10.0.0.36 - - [2024-09-05 02:27:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.027489 10.0.0.36 - - [2024-09-05 02:27:00] "GET /global-system-config/e22eec12-cb8d-4085-b5a1-9cfd33c5e365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.003363 10.0.0.36 - - [2024-09-05 02:27:00] "POST /fqname-to-id HTTP/1.1" 404 220 0.002994 10.0.0.36 - - [2024-09-05 02:27:00] "POST /analytics-nodes HTTP/1.1" 200 605 0.017466 10.0.0.36 - - [2024-09-05 02:27:05] "GET / HTTP/1.1" 200 35931 0.002127 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.36 - - [2024-09-05 02:27:11] "GET /obj-perms HTTP/1.1" 200 5056 0.360157 10.0.0.36 - - [2024-09-05 02:27:11] "GET /obj-perms HTTP/1.1" 200 5056 0.045336 10.0.0.36 - - [2024-09-05 02:27:16] "GET / HTTP/1.1" 200 35931 0.001656 10.0.0.36 - - [2024-09-05 02:27:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000470 10.0.0.36 - - [2024-09-05 02:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.025415 10.0.0.36 - - [2024-09-05 02:27:16] "GET /global-system-config/e22eec12-cb8d-4085-b5a1-9cfd33c5e365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.003126 10.0.0.36 - - [2024-09-05 02:27:17] "POST /fqname-to-id HTTP/1.1" 404 220 0.003013 10.0.0.36 - - [2024-09-05 02:27:17] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.023718 10.0.0.36 - - [2024-09-05 02:27:27] "GET / HTTP/1.1" 200 35931 0.001656 10.0.0.36 - - [2024-09-05 02:27:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000461 10.0.0.36 - - [2024-09-05 02:27:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.024623 10.0.0.36 - - [2024-09-05 02:27:27] "GET /global-system-config/e22eec12-cb8d-4085-b5a1-9cfd33c5e365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.002988 10.0.0.36 - - [2024-09-05 02:27:27] "POST /fqname-to-id HTTP/1.1" 404 220 0.003109 10.0.0.36 - - [2024-09-05 02:27:27] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.016896 10.0.0.36 - - [2024-09-05 02:28:12] "GET /obj-perms HTTP/1.1" 200 5056 0.049029 10.0.0.36 - - [2024-09-05 02:28:12] "GET /obj-perms HTTP/1.1" 200 5056 0.049679 10.0.0.36 - - [2024-09-05 02:29:00] "GET / HTTP/1.1" 200 35931 0.001832 10.0.0.36 - - [2024-09-05 02:29:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000480 10.0.0.36 - - [2024-09-05 02:29:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.025703 10.0.0.36 - - [2024-09-05 02:29:00] "GET /global-system-config/e22eec12-cb8d-4085-b5a1-9cfd33c5e365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005775 10.0.0.36 - - [2024-09-05 02:29:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003852 10.0.0.36 - - [2024-09-05 02:29:00] "GET /routing-instance/7f3f0462-7680-4f2a-85d1-58083941e8db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1174 0.004034 10.0.0.36 - - [2024-09-05 02:29:00] "PUT /global-system-config/e22eec12-cb8d-4085-b5a1-9cfd33c5e365 HTTP/1.1" 200 274 0.011023 10.0.0.36 - - [2024-09-05 02:29:00] "POST /fqname-to-id HTTP/1.1" 404 218 0.002915 10.0.0.36 - - [2024-09-05 02:29:00] "POST /virtual-routers HTTP/1.1" 200 603 0.020522 10.0.0.36 - - [2024-09-05 02:29:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.36 - - [2024-09-05 02:29:00] "GET /virtual-router/0249d820-58bd-4a0e-af53-d3c85afe2e4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1243 0.004531 10.0.0.36 - - [2024-09-05 02:29:00] "POST /fqname-to-id HTTP/1.1" 404 231 0.002986 10.0.0.36 - - [2024-09-05 02:29:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.36 - - [2024-09-05 02:29:00] "GET /virtual-network/9739b46e-48cc-47a3-a69e-2e8391130c3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.003413 10.0.0.36 - - [2024-09-05 02:29:01] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.060182 10.0.0.36 - - [2024-09-05 02:29:01] "PUT /access-control-list/96fd9748-7a0e-41e3-b204-94907088b8b0 HTTP/1.1" 200 272 0.026305 [Introspect:8084]10.0.0.36 - - [2024-09-05 02:29:11] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000998 [Introspect:8084]10.0.0.36 - - [2024-09-05 02:29:11] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001053 10.0.0.36 - - [2024-09-05 02:29:12] "GET /obj-perms HTTP/1.1" 200 5056 0.050043 10.0.0.36 - - [2024-09-05 02:29:13] "GET /obj-perms HTTP/1.1" 200 5056 0.047532 [Introspect:8084]10.0.0.36 - - [2024-09-05 02:29:13] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001131 [Introspect:8084]10.0.0.36 - - [2024-09-05 02:29:13] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001086 10.0.0.36 - - [2024-09-05 02:29:41] "GET /global-system-configs HTTP/1.1" 200 322 0.007942 10.0.0.36 - - [2024-09-05 02:29:41] "GET /obj-perms HTTP/1.1" 200 5056 0.029917 10.0.0.36 - - [2024-09-05 02:29:43] "GET /global-system-configs HTTP/1.1" 200 322 0.006739 10.0.0.36 - - [2024-09-05 02:29:43] "GET /obj-perms HTTP/1.1" 200 5056 0.025127 10.0.0.36 - - [2024-09-05 02:30:06] "GET / HTTP/1.1" 200 35931 0.002092 10.0.0.36 - - [2024-09-05 02:30:06] "GET /project/e7986c9e-bda3-473c-b81b-3586b6b77aa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000494 10.0.0.36 - - [2024-09-05 02:30:06] "GET /projects?obj_uuids=e7986c9e-bda3-473c-b81b-3586b6b77aa1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.022599 10.0.0.36 - - [2024-09-05 02:30:06] "GET /domains?obj_uuids=2cf23a14-4453-4d2b-ad96-29f4a9e998af&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001289 10.0.0.36 - - [2024-09-05 02:30:07] "GET /domain/2cf23a14-4453-4d2b-ad96-29f4a9e998af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.069134 10.0.0.36 - - [2024-09-05 02:30:07] "POST /id-to-fqname HTTP/1.1" 200 167 0.001753 10.0.0.36 - - [2024-09-05 02:30:07] "POST /fqname-to-id HTTP/1.1" 404 176 0.002168 10.0.0.36 - - [2024-09-05 02:30:07] "POST /security-groups HTTP/1.1" 200 568 0.063311 10.0.0.36 - - [2024-09-05 02:30:07] "POST /projects HTTP/1.1" 200 539 0.215518 10.0.0.36 - - [2024-09-05 02:30:07] "POST /fqname-to-id HTTP/1.1" 404 207 0.026298 10.0.0.36 - - [2024-09-05 02:30:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.288213 10.0.0.36 - - [2024-09-05 02:30:07] "DELETE /project/e7986c9ebda3473cb81b3586b6b77aa1 HTTP/1.1" 404 173 0.014985 10.0.0.36 - - [2024-09-05 02:30:07] "POST /access-control-lists HTTP/1.1" 200 573 0.060708 10.0.0.36 - - [2024-09-05 02:30:07] "GET /project/e7986c9e-bda3-473c-b81b-3586b6b77aa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.480862 10.0.0.36 - - [2024-09-05 02:30:07] "POST /fqname-to-id HTTP/1.1" 404 206 0.002727 10.0.0.36 - - [2024-09-05 02:30:07] "POST /access-control-lists HTTP/1.1" 200 571 0.063641 [Introspect:8084]10.0.0.36 - - [2024-09-05 02:30:07] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001232 10.0.0.36 - - [2024-09-05 02:30:08] "POST /fqname-to-id HTTP/1.1" 404 199 0.023126 10.0.0.36 - - [2024-09-05 02:30:08] "GET /projects?obj_uuids=b634a9fa-fb8c-4bb7-b233-268ae0ab72ef&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002640 10.0.0.36 - - [2024-09-05 02:30:08] "GET /domains?obj_uuids=2cf23a14-4453-4d2b-ad96-29f4a9e998af&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001085 10.0.0.36 - - [2024-09-05 02:30:08] "GET /domain/2cf23a14-4453-4d2b-ad96-29f4a9e998af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006859 10.0.0.36 - - [2024-09-05 02:30:08] "POST /id-to-fqname HTTP/1.1" 200 201 0.001840 10.0.0.36 - - [2024-09-05 02:30:08] "POST /fqname-to-id HTTP/1.1" 404 210 0.002212 10.0.0.36 - - [2024-09-05 02:30:08] "POST /security-groups HTTP/1.1" 200 602 0.067746 10.0.0.36 - - [2024-09-05 02:30:08] "POST /fqname-to-id HTTP/1.1" 404 245 0.002565 10.0.0.36 - - [2024-09-05 02:30:08] "POST /projects HTTP/1.1" 200 607 0.215721 10.0.0.36 - - [2024-09-05 02:30:08] "POST /access-control-lists HTTP/1.1" 200 607 0.059752 10.0.0.36 - - [2024-09-05 02:30:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.293185 10.0.0.36 - - [2024-09-05 02:30:08] "POST /fqname-to-id HTTP/1.1" 404 244 0.002836 10.0.0.36 - - [2024-09-05 02:30:08] "GET /project/b634a9fa-fb8c-4bb7-b233-268ae0ab72ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.415237 10.0.0.36 - - [2024-09-05 02:30:08] "POST /access-control-lists HTTP/1.1" 200 605 0.059454 10.0.0.36 - - [2024-09-05 02:30:09] "GET / HTTP/1.1" 200 35931 0.002887 10.0.0.36 - - [2024-09-05 02:30:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000492 10.0.0.36 - - [2024-09-05 02:30:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.052365 10.0.0.36 - - [2024-09-05 02:30:10] "GET /projects?obj_uuids=b634a9fa-fb8c-4bb7-b233-268ae0ab72ef&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001159 10.0.0.36 - - [2024-09-05 02:30:10] "GET /project/b634a9fa-fb8c-4bb7-b233-268ae0ab72ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.023968 10.0.0.36 - - [2024-09-05 02:30:10] "POST /neutron/network HTTP/1.1" 200 117 0.043219 10.0.0.36 - - [2024-09-05 02:30:10] "GET /projects?obj_uuids=b634a9fa-fb8c-4bb7-b233-268ae0ab72ef&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001150 10.0.0.36 - - [2024-09-05 02:30:10] "POST /neutron/network HTTP/1.1" 200 620 0.064521 10.0.0.36 - - [2024-09-05 02:30:11] "POST /route-targets HTTP/1.1" 200 327 0.009494 10.0.0.36 - - [2024-09-05 02:30:11] "POST /ref-update HTTP/1.1" 200 156 0.012228 10.0.0.36 - - [2024-09-05 02:30:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003669 10.0.0.36 - - [2024-09-05 02:30:11] "POST /neutron/subnet HTTP/1.1" 200 720 0.161126 10.0.0.36 - - [2024-09-05 02:30:11] "POST /neutron/network HTTP/1.1" 200 838 0.005617 10.0.0.36 - - [2024-09-05 02:30:11] "POST /id-to-fqname HTTP/1.1" 200 233 0.001194 10.0.0.36 - - [2024-09-05 02:30:11] "GET /virtual-network/c0bdac1d-512d-43fa-9076-df69b3e74cdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.002631 10.0.0.36 - - [2024-09-05 02:30:11] "POST /neutron/network HTTP/1.1" 200 838 0.005931 10.0.0.36 - - [2024-09-05 02:30:11] "GET /virtual-network/c0bdac1d-512d-43fa-9076-df69b3e74cdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.002704 10.0.0.36 - - [2024-09-05 02:30:11] "POST /neutron/network HTTP/1.1" 200 838 0.006068 10.0.0.36 - - [2024-09-05 02:30:11] "POST /neutron/subnet HTTP/1.1" 200 720 0.006595 10.0.0.36 - - [2024-09-05 02:30:11] "GET /domains HTTP/1.1" 401 292 0.000406 10.0.0.36 - - [2024-09-05 02:30:11] "GET /domains HTTP/1.1" 200 280 0.025412 10.0.0.36 - - [2024-09-05 02:30:11] "GET /domains?obj_uuids=2cf23a14-4453-4d2b-ad96-29f4a9e998af&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001272 10.0.0.36 - - [2024-09-05 02:30:11] "GET /domain/2cf23a14-4453-4d2b-ad96-29f4a9e998af HTTP/1.1" 200 2584 0.014160 10.0.0.36 - - [2024-09-05 02:30:11] "GET /projects?obj_uuids=b634a9fa-fb8c-4bb7-b233-268ae0ab72ef&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001006 10.0.0.36 - - [2024-09-05 02:30:11] "GET /project/b634a9fa-fb8c-4bb7-b233-268ae0ab72ef HTTP/1.1" 200 2168 0.068561 10.0.0.36 - - [2024-09-05 02:30:11] "GET /virtual-network/c0bdac1d-512d-43fa-9076-df69b3e74cdf HTTP/1.1" 200 2340 0.003464 10.0.0.36 - - [2024-09-05 02:30:11] "GET /virtual-network/c0bdac1d-512d-43fa-9076-df69b3e74cdf HTTP/1.1" 200 2340 0.002302 10.0.0.36 - - [2024-09-05 02:30:11] "GET /routing-instance/9bd05f5a-cf0b-4fbb-93f0-b96643a458af HTTP/1.1" 200 1495 0.002686 10.0.0.36 - - [2024-09-05 02:30:11] "GET /routing-instance/9bd05f5a-cf0b-4fbb-93f0-b96643a458af HTTP/1.1" 200 1495 0.002245 10.0.0.36 - - [2024-09-05 02:30:11] "GET /route-target/59ea9b56-4a50-4d12-9dae-2c0326df7b06 HTTP/1.1" 200 1219 0.002187 10.0.0.36 - - [2024-09-05 02:30:11] "GET /virtual-network/c0bdac1d-512d-43fa-9076-df69b3e74cdf HTTP/1.1" 200 2340 0.002214 10.0.0.36 - - [2024-09-05 02:30:11] "GET /routing-instance/9bd05f5a-cf0b-4fbb-93f0-b96643a458af HTTP/1.1" 200 1495 0.002939 10.0.0.36 - - [2024-09-05 02:30:11] "GET /virtual-network/c0bdac1d-512d-43fa-9076-df69b3e74cdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.002276 10.0.0.36 - - [2024-09-05 02:30:11] "GET /virtual-network/c0bdac1d-512d-43fa-9076-df69b3e74cdf HTTP/1.1" 200 2340 0.002254 10.0.0.36 - - [2024-09-05 02:30:11] "GET /routing-instance/9bd05f5a-cf0b-4fbb-93f0-b96643a458af HTTP/1.1" 200 1495 0.002076 10.0.0.36 - - [2024-09-05 02:30:11] "GET /routing-instance/9bd05f5a-cf0b-4fbb-93f0-b96643a458af HTTP/1.1" 200 1495 0.002459 10.0.0.36 - - [2024-09-05 02:30:11] "GET /route-target/59ea9b56-4a50-4d12-9dae-2c0326df7b06 HTTP/1.1" 200 1219 0.002157 10.0.0.36 - - [2024-09-05 02:30:11] "GET /domains HTTP/1.1" 200 280 0.002157 10.0.0.36 - - [2024-09-05 02:30:11] "GET /domains?obj_uuids=2cf23a14-4453-4d2b-ad96-29f4a9e998af&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001107 10.0.0.36 - - [2024-09-05 02:30:11] "GET /domain/2cf23a14-4453-4d2b-ad96-29f4a9e998af HTTP/1.1" 200 2584 0.006609 10.0.0.36 - - [2024-09-05 02:30:11] "GET /projects?obj_uuids=b634a9fa-fb8c-4bb7-b233-268ae0ab72ef&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000982 10.0.0.36 - - [2024-09-05 02:30:11] "GET /project/b634a9fa-fb8c-4bb7-b233-268ae0ab72ef HTTP/1.1" 200 2168 0.063221 10.0.0.36 - - [2024-09-05 02:30:11] "GET /virtual-network/c0bdac1d-512d-43fa-9076-df69b3e74cdf HTTP/1.1" 200 2340 0.003419 10.0.0.36 - - [2024-09-05 02:30:12] "GET /obj-perms HTTP/1.1" 200 5052 0.046240 10.0.0.36 - - [2024-09-05 02:30:12] "POST /id-to-fqname HTTP/1.1" 200 233 0.001521 10.0.0.36 - - [2024-09-05 02:30:13] "GET /obj-perms HTTP/1.1" 200 5056 0.340018 10.0.0.36 - - [2024-09-05 02:30:14] "GET /obj-perms HTTP/1.1" 200 5056 0.048769 10.0.0.36 - - [2024-09-05 02:30:14] "POST /neutron/network HTTP/1.1" 200 848 0.006147 10.0.0.36 - - [2024-09-05 02:30:14] "GET /aaa-mode HTTP/1.1" 401 292 0.000478 10.0.0.36 - - [2024-09-05 02:30:14] "GET / HTTP/1.1" 200 35931 0.001703 10.0.0.36 - - [2024-09-05 02:30:14] "GET /project/b634a9fa-fb8c-4bb7-b233-268ae0ab72ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000421 10.0.0.36 - - [2024-09-05 02:30:14] "GET /projects?obj_uuids=b634a9fa-fb8c-4bb7-b233-268ae0ab72ef&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001194 10.0.0.36 - - [2024-09-05 02:30:14] "GET /project/b634a9fa-fb8c-4bb7-b233-268ae0ab72ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.042686 10.0.0.36 - - [2024-09-05 02:30:15] "POST /neutron/network HTTP/1.1" 200 838 0.028772 10.0.0.36 - - [2024-09-05 02:30:15] "POST /neutron/port HTTP/1.1" 200 117 0.005814 10.0.0.36 - - [2024-09-05 02:30:15] "POST /neutron/port HTTP/1.1" 200 117 0.005146 10.0.0.36 - - [2024-09-05 02:30:15] "POST /neutron/port HTTP/1.1" 200 117 0.005066 10.0.0.36 - - [2024-09-05 02:30:16] "POST /neutron/network HTTP/1.1" 200 848 0.006089 10.0.0.36 - - [2024-09-05 02:30:16] "GET /projects?obj_uuids=b634a9fa-fb8c-4bb7-b233-268ae0ab72ef&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001189 10.0.0.36 - - [2024-09-05 02:30:17] "POST /neutron/port HTTP/1.1" 200 1070 0.241894 10.0.0.36 - - [2024-09-05 02:30:17] "POST /neutron/port HTTP/1.1" 200 1070 0.031954 10.0.0.36 - - [2024-09-05 02:30:17] "POST /neutron/port HTTP/1.1" 200 1070 0.009329 10.0.0.36 - - [2024-09-05 02:30:17] "POST /neutron/port HTTP/1.1" 200 1124 0.051535 10.0.0.36 - - [2024-09-05 02:30:17] "POST /neutron/port HTTP/1.1" 200 1098 0.014200 10.0.0.36 - - [2024-09-05 02:30:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003049 10.0.0.36 - - [2024-09-05 02:30:17] "POST /neutron/subnet HTTP/1.1" 200 694 0.009453 10.0.0.36 - - [2024-09-05 02:30:17] "POST /neutron/port HTTP/1.1" 200 117 0.001385 10.0.0.36 - - [2024-09-05 02:30:17] "POST /neutron/network HTTP/1.1" 200 838 0.005985 10.0.0.36 - - [2024-09-05 02:30:20] "POST /neutron/port HTTP/1.1" 200 1098 0.016392 10.0.0.36 - - [2024-09-05 02:30:20] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006757 10.0.0.36 - - [2024-09-05 02:30:20] "GET /obj-perms HTTP/1.1" 200 5052 0.003420 10.0.0.36 - - [2024-09-05 02:30:21] "GET /obj-perms HTTP/1.1" 200 5052 0.003598 10.0.0.36 - - [2024-09-05 02:30:22] "GET /obj-perms HTTP/1.1" 200 5052 0.004333 10.0.0.36 - - [2024-09-05 02:30:24] "GET /obj-perms HTTP/1.1" 200 5052 0.004057 10.0.0.36 - - [2024-09-05 02:30:25] "GET /obj-perms HTTP/1.1" 200 5052 0.004427 10.0.0.36 - - [2024-09-05 02:30:26] "POST /neutron/network HTTP/1.1" 200 838 0.005967 10.0.0.36 - - [2024-09-05 02:30:26] "POST /neutron/network HTTP/1.1" 400 204 0.010894 10.0.0.36 - - [2024-09-05 02:30:26] "POST /neutron/port HTTP/1.1" 200 1098 0.015441 10.0.0.36 - - [2024-09-05 02:30:26] "POST /neutron/port HTTP/1.1" 200 1124 0.008867 10.0.0.36 - - [2024-09-05 02:30:26] "POST /neutron/port HTTP/1.1" 200 151 0.096619 10.0.0.36 - - [2024-09-05 02:30:28] "POST /neutron/network HTTP/1.1" 200 838 0.006003 10.0.0.36 - - [2024-09-05 02:30:28] "POST /useragent-kv HTTP/1.1" 200 115 0.001416 10.0.0.36 - - [2024-09-05 02:30:28] "POST /useragent-kv HTTP/1.1" 200 115 0.001150 10.0.0.36 - - [2024-09-05 02:30:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.006196 10.0.0.36 - - [2024-09-05 02:30:28] "POST /neutron/network HTTP/1.1" 200 151 0.074513 10.0.0.36 - - [2024-09-05 02:30:28] "GET /routing-instance/9bd05f5a-cf0b-4fbb-93f0-b96643a458af HTTP/1.1" 404 171 0.005039 10.0.0.36 - - [2024-09-05 02:30:28] "GET /domains HTTP/1.1" 200 280 0.002136 10.0.0.36 - - [2024-09-05 02:30:28] "GET /domains?obj_uuids=2cf23a14-4453-4d2b-ad96-29f4a9e998af&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001012 10.0.0.36 - - [2024-09-05 02:30:28] "DELETE /route-target/59ea9b56-4a50-4d12-9dae-2c0326df7b06 HTTP/1.1" 200 115 0.026507 10.0.0.36 - - [2024-09-05 02:30:28] "GET /domain/2cf23a14-4453-4d2b-ad96-29f4a9e998af HTTP/1.1" 200 2584 0.047523 10.0.0.36 - - [2024-09-05 02:30:28] "GET /projects?obj_uuids=b634a9fa-fb8c-4bb7-b233-268ae0ab72ef&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001140 10.0.0.36 - - [2024-09-05 02:30:28] "GET /project/b634a9fa-fb8c-4bb7-b233-268ae0ab72ef HTTP/1.1" 200 1918 0.068519 10.0.0.36 - - [2024-09-05 02:30:28] "GET /projects?obj_uuids=b634a9fa-fb8c-4bb7-b233-268ae0ab72ef&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001139 10.0.0.36 - - [2024-09-05 02:30:28] "GET /project/b634a9fa-fb8c-4bb7-b233-268ae0ab72ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.022412 10.0.0.36 - - [2024-09-05 02:30:28] "GET /projects?obj_uuids=b634a9fa-fb8c-4bb7-b233-268ae0ab72ef&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001054 10.0.0.36 - - [2024-09-05 02:30:28] "GET /project/b634a9fa-fb8c-4bb7-b233-268ae0ab72ef?fields=virtual_networks HTTP/1.1" 200 1054 0.065309 10.0.0.36 - - [2024-09-05 02:30:28] "GET /projects?obj_uuids=b634a9fa-fb8c-4bb7-b233-268ae0ab72ef&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001137 10.0.0.36 - - [2024-09-05 02:30:28] "GET /project/b634a9fa-fb8c-4bb7-b233-268ae0ab72ef?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.022619 10.0.0.36 - - [2024-09-05 02:30:28] "GET /projects?obj_uuids=b634a9fa-fb8c-4bb7-b233-268ae0ab72ef&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001161 10.0.0.36 - - [2024-09-05 02:30:28] "GET /project/b634a9fa-fb8c-4bb7-b233-268ae0ab72ef?fields=security_groups HTTP/1.1" 200 1291 0.021407 10.0.0.36 - - [2024-09-05 02:30:29] "POST /fqname-to-id HTTP/1.1" 404 200 0.023360 10.0.0.36 - - [2024-09-05 02:30:29] "GET /projects?obj_uuids=c0d3fa7d-133d-4198-bbc9-96448351f4fe&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002537 10.0.0.36 - - [2024-09-05 02:30:29] "GET /domains?obj_uuids=2cf23a14-4453-4d2b-ad96-29f4a9e998af&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001064 10.0.0.36 - - [2024-09-05 02:30:29] "GET /domain/2cf23a14-4453-4d2b-ad96-29f4a9e998af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006688 10.0.0.36 - - [2024-09-05 02:30:29] "POST /id-to-fqname HTTP/1.1" 200 202 0.001236 10.0.0.36 - - [2024-09-05 02:30:29] "POST /fqname-to-id HTTP/1.1" 404 211 0.002374 10.0.0.36 - - [2024-09-05 02:30:29] "POST /security-groups HTTP/1.1" 200 603 0.059340 10.0.0.36 - - [2024-09-05 02:30:29] "POST /fqname-to-id HTTP/1.1" 404 246 0.003763 10.0.0.36 - - [2024-09-05 02:30:29] "POST /projects HTTP/1.1" 200 609 0.208823 10.0.0.36 - - [2024-09-05 02:30:30] "POST /access-control-lists HTTP/1.1" 200 608 0.059504 10.0.0.36 - - [2024-09-05 02:30:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.282384 10.0.0.36 - - [2024-09-05 02:30:30] "POST /fqname-to-id HTTP/1.1" 404 245 0.003141 10.0.0.36 - - [2024-09-05 02:30:30] "GET /project/c0d3fa7d-133d-4198-bbc9-96448351f4fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.400153 10.0.0.36 - - [2024-09-05 02:30:30] "POST /access-control-lists HTTP/1.1" 200 606 0.059977 10.0.0.36 - - [2024-09-05 02:30:31] "GET / HTTP/1.1" 200 35931 0.001976 10.0.0.36 - - [2024-09-05 02:30:31] "GET /projects?obj_uuids=e7986c9e-bda3-473c-b81b-3586b6b77aa1&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001137 10.0.0.36 - - [2024-09-05 02:30:31] "GET /project/e7986c9e-bda3-473c-b81b-3586b6b77aa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.025736 10.0.0.36 - - [2024-09-05 02:30:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003063 10.0.0.36 - - [2024-09-05 02:30:32] "GET /security-group/758d6970-dbc4-482d-95de-f301f31cd071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3684 0.004154 10.0.0.36 - - [2024-09-05 02:30:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.36 - - [2024-09-05 02:30:32] "GET /projects?obj_uuids=e7986c9e-bda3-473c-b81b-3586b6b77aa1&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001160 10.0.0.36 - - [2024-09-05 02:30:32] "GET /project/e7986c9e-bda3-473c-b81b-3586b6b77aa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.028337 10.0.0.36 - - [2024-09-05 02:30:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.36 - - [2024-09-05 02:30:32] "GET /security-group/758d6970-dbc4-482d-95de-f301f31cd071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3684 0.003546 10.0.0.36 - - [2024-09-05 02:30:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.36 - - [2024-09-05 02:30:32] "PUT /security-group/758d6970-dbc4-482d-95de-f301f31cd071 HTTP/1.1" 200 262 0.014490 10.0.0.36 - - [2024-09-05 02:30:32] "PUT /access-control-list/3518e9a0-5d3e-4552-9caf-11006e84f736 HTTP/1.1" 200 272 0.010018 10.0.0.36 - - [2024-09-05 02:30:32] "PUT /access-control-list/12bce1b5-d7dc-4e4b-ad3d-66e65b9b122a HTTP/1.1" 200 272 0.008745 10.0.0.36 - - [2024-09-05 02:30:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000550 10.0.0.36 - - [2024-09-05 02:30:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.059677 10.0.0.36 - - [2024-09-05 02:30:33] "GET /projects?obj_uuids=c0d3fa7d-133d-4198-bbc9-96448351f4fe&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001061 10.0.0.36 - - [2024-09-05 02:30:33] "GET /project/c0d3fa7d-133d-4198-bbc9-96448351f4fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.021503 10.0.0.36 - - [2024-09-05 02:30:33] "POST /neutron/network HTTP/1.1" 200 117 0.034061 10.0.0.36 - - [2024-09-05 02:30:33] "GET /projects?obj_uuids=c0d3fa7d-133d-4198-bbc9-96448351f4fe&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001390 10.0.0.36 - - [2024-09-05 02:30:33] "POST /neutron/network HTTP/1.1" 200 619 0.065994 10.0.0.36 - - [2024-09-05 02:30:33] "POST /route-targets HTTP/1.1" 200 327 0.010672 10.0.0.36 - - [2024-09-05 02:30:33] "POST /ref-update HTTP/1.1" 200 156 0.009007 10.0.0.36 - - [2024-09-05 02:30:33] "POST /useragent-kv HTTP/1.1" 200 115 0.011458 10.0.0.36 - - [2024-09-05 02:30:33] "POST /neutron/subnet HTTP/1.1" 200 724 0.141128 10.0.0.36 - - [2024-09-05 02:30:33] "POST /neutron/network HTTP/1.1" 200 838 0.005918 10.0.0.36 - - [2024-09-05 02:30:33] "POST /id-to-fqname HTTP/1.1" 200 233 0.001416 10.0.0.36 - - [2024-09-05 02:30:33] "GET /virtual-network/8f0eced5-dd74-4813-9156-9e83d0fc03f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.002853 10.0.0.36 - - [2024-09-05 02:30:33] "POST /neutron/network HTTP/1.1" 200 838 0.006151 10.0.0.36 - - [2024-09-05 02:30:33] "GET /virtual-network/8f0eced5-dd74-4813-9156-9e83d0fc03f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.002787 10.0.0.36 - - [2024-09-05 02:30:33] "POST /neutron/network HTTP/1.1" 200 838 0.006313 10.0.0.36 - - [2024-09-05 02:30:33] "POST /neutron/subnet HTTP/1.1" 200 724 0.006979 10.0.0.36 - - [2024-09-05 02:30:33] "GET /domains HTTP/1.1" 401 292 0.000427 10.0.0.36 - - [2024-09-05 02:30:33] "GET /domains HTTP/1.1" 200 280 0.024470 10.0.0.36 - - [2024-09-05 02:30:33] "GET /domains?obj_uuids=2cf23a14-4453-4d2b-ad96-29f4a9e998af&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001123 10.0.0.36 - - [2024-09-05 02:30:33] "GET /domain/2cf23a14-4453-4d2b-ad96-29f4a9e998af HTTP/1.1" 200 2782 0.008649 10.0.0.36 - - [2024-09-05 02:30:34] "GET /projects?obj_uuids=c0d3fa7d-133d-4198-bbc9-96448351f4fe&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001167 10.0.0.36 - - [2024-09-05 02:30:34] "GET /project/c0d3fa7d-133d-4198-bbc9-96448351f4fe HTTP/1.1" 200 2174 0.066720 10.0.0.36 - - [2024-09-05 02:30:34] "GET /virtual-network/8f0eced5-dd74-4813-9156-9e83d0fc03f7 HTTP/1.1" 200 2341 0.004185 10.0.0.36 - - [2024-09-05 02:30:34] "GET /virtual-network/8f0eced5-dd74-4813-9156-9e83d0fc03f7 HTTP/1.1" 200 2341 0.002704 10.0.0.36 - - [2024-09-05 02:30:34] "GET /routing-instance/5a14e058-9f5f-48dd-9f6b-1f6835f7dad2 HTTP/1.1" 200 1491 0.002749 10.0.0.36 - - [2024-09-05 02:30:34] "GET /routing-instance/5a14e058-9f5f-48dd-9f6b-1f6835f7dad2 HTTP/1.1" 200 1491 0.004191 10.0.0.36 - - [2024-09-05 02:30:34] "GET /route-target/517a7233-8ef3-49f2-9cc9-454c99a876fb HTTP/1.1" 200 1218 0.003381 10.0.0.36 - - [2024-09-05 02:30:34] "GET /virtual-network/8f0eced5-dd74-4813-9156-9e83d0fc03f7 HTTP/1.1" 200 2341 0.003015 10.0.0.36 - - [2024-09-05 02:30:34] "GET /routing-instance/5a14e058-9f5f-48dd-9f6b-1f6835f7dad2 HTTP/1.1" 200 1491 0.002792 10.0.0.36 - - [2024-09-05 02:30:34] "GET /virtual-network/8f0eced5-dd74-4813-9156-9e83d0fc03f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004368 10.0.0.36 - - [2024-09-05 02:30:34] "GET /virtual-network/8f0eced5-dd74-4813-9156-9e83d0fc03f7 HTTP/1.1" 200 2341 0.003535 10.0.0.36 - - [2024-09-05 02:30:34] "GET /routing-instance/5a14e058-9f5f-48dd-9f6b-1f6835f7dad2 HTTP/1.1" 200 1491 0.003227 10.0.0.36 - - [2024-09-05 02:30:34] "GET /routing-instance/5a14e058-9f5f-48dd-9f6b-1f6835f7dad2 HTTP/1.1" 200 1491 0.002451 10.0.0.36 - - [2024-09-05 02:30:34] "GET /route-target/517a7233-8ef3-49f2-9cc9-454c99a876fb HTTP/1.1" 200 1218 0.002408 10.0.0.36 - - [2024-09-05 02:30:34] "GET /domains HTTP/1.1" 200 280 0.002776 10.0.0.36 - - [2024-09-05 02:30:34] "GET /domains?obj_uuids=2cf23a14-4453-4d2b-ad96-29f4a9e998af&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001064 10.0.0.36 - - [2024-09-05 02:30:34] "GET /domain/2cf23a14-4453-4d2b-ad96-29f4a9e998af HTTP/1.1" 200 2782 0.006794 10.0.0.36 - - [2024-09-05 02:30:34] "GET /projects?obj_uuids=c0d3fa7d-133d-4198-bbc9-96448351f4fe&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001292 10.0.0.36 - - [2024-09-05 02:30:34] "GET /project/c0d3fa7d-133d-4198-bbc9-96448351f4fe HTTP/1.1" 200 2174 0.065551 10.0.0.36 - - [2024-09-05 02:30:34] "GET /virtual-network/8f0eced5-dd74-4813-9156-9e83d0fc03f7 HTTP/1.1" 200 2341 0.003097 10.0.0.36 - - [2024-09-05 02:30:34] "GET /obj-perms HTTP/1.1" 200 5054 0.052569 10.0.0.36 - - [2024-09-05 02:30:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002927 10.0.0.36 - - [2024-09-05 02:30:34] "GET /projects?obj_uuids=c0d3fa7d-133d-4198-bbc9-96448351f4fe&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001118 10.0.0.36 - - [2024-09-05 02:30:34] "GET /project/c0d3fa7d-133d-4198-bbc9-96448351f4fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.029356 10.0.0.36 - - [2024-09-05 02:30:34] "POST /neutron/network HTTP/1.1" 200 117 0.010657 10.0.0.36 - - [2024-09-05 02:30:34] "GET /projects?obj_uuids=c0d3fa7d-133d-4198-bbc9-96448351f4fe&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001093 10.0.0.36 - - [2024-09-05 02:30:34] "POST /neutron/network HTTP/1.1" 200 619 0.074859 10.0.0.36 - - [2024-09-05 02:30:34] "POST /route-targets HTTP/1.1" 200 327 0.020196 10.0.0.36 - - [2024-09-05 02:30:34] "POST /ref-update HTTP/1.1" 200 156 0.030466 10.0.0.36 - - [2024-09-05 02:30:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003014 10.0.0.36 - - [2024-09-05 02:30:35] "POST /neutron/subnet HTTP/1.1" 200 729 0.174745 10.0.0.36 - - [2024-09-05 02:30:35] "POST /neutron/network HTTP/1.1" 200 839 0.005454 10.0.0.36 - - [2024-09-05 02:30:35] "POST /id-to-fqname HTTP/1.1" 200 233 0.001165 10.0.0.36 - - [2024-09-05 02:30:35] "GET /virtual-network/065fb9a2-e387-4aa2-9ece-548073270e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.003059 10.0.0.36 - - [2024-09-05 02:30:35] "POST /neutron/network HTTP/1.1" 200 839 0.005788 10.0.0.36 - - [2024-09-05 02:30:35] "GET /virtual-network/065fb9a2-e387-4aa2-9ece-548073270e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.002697 10.0.0.36 - - [2024-09-05 02:30:35] "POST /neutron/network HTTP/1.1" 200 839 0.005682 10.0.0.36 - - [2024-09-05 02:30:35] "POST /neutron/subnet HTTP/1.1" 200 729 0.007335 10.0.0.36 - - [2024-09-05 02:30:35] "GET /domains HTTP/1.1" 200 280 0.002188 10.0.0.36 - - [2024-09-05 02:30:35] "GET /domains?obj_uuids=2cf23a14-4453-4d2b-ad96-29f4a9e998af&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001007 10.0.0.36 - - [2024-09-05 02:30:35] "GET /domain/2cf23a14-4453-4d2b-ad96-29f4a9e998af HTTP/1.1" 200 2782 0.006341 10.0.0.36 - - [2024-09-05 02:30:35] "GET /projects?obj_uuids=c0d3fa7d-133d-4198-bbc9-96448351f4fe&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001086 10.0.0.36 - - [2024-09-05 02:30:35] "GET /project/c0d3fa7d-133d-4198-bbc9-96448351f4fe HTTP/1.1" 200 2402 0.063048 10.0.0.36 - - [2024-09-05 02:30:35] "GET /virtual-network/065fb9a2-e387-4aa2-9ece-548073270e48 HTTP/1.1" 200 2342 0.008890 10.0.0.36 - - [2024-09-05 02:30:35] "GET /virtual-network/065fb9a2-e387-4aa2-9ece-548073270e48 HTTP/1.1" 200 2342 0.002849 10.0.0.36 - - [2024-09-05 02:30:35] "GET /routing-instance/9cd22183-699e-4d34-bef8-699f3200fcfe HTTP/1.1" 200 1492 0.002908 10.0.0.36 - - [2024-09-05 02:30:35] "GET /routing-instance/9cd22183-699e-4d34-bef8-699f3200fcfe HTTP/1.1" 200 1492 0.002457 10.0.0.36 - - [2024-09-05 02:30:35] "GET /route-target/7572ace6-a3cd-42c4-ab31-690c9f564885 HTTP/1.1" 200 1218 0.002460 10.0.0.36 - - [2024-09-05 02:30:35] "GET /virtual-network/065fb9a2-e387-4aa2-9ece-548073270e48 HTTP/1.1" 200 2342 0.002640 10.0.0.36 - - [2024-09-05 02:30:35] "GET /routing-instance/9cd22183-699e-4d34-bef8-699f3200fcfe HTTP/1.1" 200 1492 0.002626 10.0.0.36 - - [2024-09-05 02:30:35] "GET /virtual-network/065fb9a2-e387-4aa2-9ece-548073270e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.002507 10.0.0.36 - - [2024-09-05 02:30:35] "GET /virtual-network/065fb9a2-e387-4aa2-9ece-548073270e48 HTTP/1.1" 200 2342 0.002673 10.0.0.36 - - [2024-09-05 02:30:35] "GET /routing-instance/9cd22183-699e-4d34-bef8-699f3200fcfe HTTP/1.1" 200 1492 0.002557 10.0.0.36 - - [2024-09-05 02:30:35] "GET /routing-instance/9cd22183-699e-4d34-bef8-699f3200fcfe HTTP/1.1" 200 1492 0.002702 10.0.0.36 - - [2024-09-05 02:30:35] "GET /route-target/7572ace6-a3cd-42c4-ab31-690c9f564885 HTTP/1.1" 200 1218 0.002607 10.0.0.36 - - [2024-09-05 02:30:35] "GET /domains HTTP/1.1" 200 280 0.002728 10.0.0.36 - - [2024-09-05 02:30:35] "GET /domains?obj_uuids=2cf23a14-4453-4d2b-ad96-29f4a9e998af&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001196 10.0.0.36 - - [2024-09-05 02:30:35] "GET /domain/2cf23a14-4453-4d2b-ad96-29f4a9e998af HTTP/1.1" 200 2782 0.007636 10.0.0.36 - - [2024-09-05 02:30:35] "GET /projects?obj_uuids=c0d3fa7d-133d-4198-bbc9-96448351f4fe&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001042 10.0.0.36 - - [2024-09-05 02:30:35] "GET /project/c0d3fa7d-133d-4198-bbc9-96448351f4fe HTTP/1.1" 200 2402 0.065546 10.0.0.36 - - [2024-09-05 02:30:35] "GET /virtual-network/065fb9a2-e387-4aa2-9ece-548073270e48 HTTP/1.1" 200 2342 0.002769 10.0.0.36 - - [2024-09-05 02:30:35] "GET /obj-perms HTTP/1.1" 200 5054 0.003599 10.0.0.36 - - [2024-09-05 02:30:35] "POST /id-to-fqname HTTP/1.1" 200 233 0.001387 10.0.0.36 - - [2024-09-05 02:30:35] "POST /neutron/network HTTP/1.1" 200 849 0.005727 10.0.0.36 - - [2024-09-05 02:30:35] "GET /aaa-mode HTTP/1.1" 401 292 0.000444 10.0.0.36 - - [2024-09-05 02:30:36] "GET / HTTP/1.1" 200 35931 0.001812 10.0.0.36 - - [2024-09-05 02:30:36] "GET /project/c0d3fa7d-133d-4198-bbc9-96448351f4fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000434 10.0.0.36 - - [2024-09-05 02:30:36] "GET /projects?obj_uuids=c0d3fa7d-133d-4198-bbc9-96448351f4fe&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001214 10.0.0.36 - - [2024-09-05 02:30:36] "GET /project/c0d3fa7d-133d-4198-bbc9-96448351f4fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.056360 10.0.0.36 - - [2024-09-05 02:30:36] "POST /neutron/network HTTP/1.1" 200 839 0.005424 10.0.0.36 - - [2024-09-05 02:30:36] "POST /neutron/port HTTP/1.1" 200 117 0.005218 10.0.0.36 - - [2024-09-05 02:30:36] "POST /neutron/port HTTP/1.1" 200 117 0.009023 10.0.0.36 - - [2024-09-05 02:30:36] "POST /id-to-fqname HTTP/1.1" 200 233 0.001614 10.0.0.36 - - [2024-09-05 02:30:36] "POST /neutron/port HTTP/1.1" 200 117 0.006370 10.0.0.36 - - [2024-09-05 02:30:36] "POST /neutron/network HTTP/1.1" 200 848 0.007710 10.0.0.36 - - [2024-09-05 02:30:36] "GET /aaa-mode HTTP/1.1" 401 292 0.000472 10.0.0.36 - - [2024-09-05 02:30:36] "POST /neutron/network HTTP/1.1" 200 849 0.005826 10.0.0.36 - - [2024-09-05 02:30:36] "GET /projects?obj_uuids=c0d3fa7d-133d-4198-bbc9-96448351f4fe&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001175 10.0.0.36 - - [2024-09-05 02:30:37] "GET / HTTP/1.1" 200 35931 0.002726 10.0.0.36 - - [2024-09-05 02:30:37] "GET /project/c0d3fa7d-133d-4198-bbc9-96448351f4fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000424 10.0.0.36 - - [2024-09-05 02:30:37] "POST /neutron/port HTTP/1.1" 200 1073 0.260640 10.0.0.36 - - [2024-09-05 02:30:37] "POST /neutron/port HTTP/1.1" 200 1073 0.014022 10.0.0.36 - - [2024-09-05 02:30:37] "POST /neutron/port HTTP/1.1" 200 1073 0.008304 10.0.0.36 - - [2024-09-05 02:30:37] "POST /neutron/port HTTP/1.1" 200 1127 0.089205 10.0.0.36 - - [2024-09-05 02:30:37] "POST /neutron/port HTTP/1.1" 200 1101 0.016710 10.0.0.36 - - [2024-09-05 02:30:37] "GET /projects?obj_uuids=c0d3fa7d-133d-4198-bbc9-96448351f4fe&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001095 10.0.0.36 - - [2024-09-05 02:30:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004972 10.0.0.36 - - [2024-09-05 02:30:37] "GET /project/c0d3fa7d-133d-4198-bbc9-96448351f4fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.059405 10.0.0.36 - - [2024-09-05 02:30:37] "POST /neutron/subnet HTTP/1.1" 200 703 0.032137 10.0.0.36 - - [2024-09-05 02:30:37] "POST /neutron/network HTTP/1.1" 200 838 0.008090 10.0.0.36 - - [2024-09-05 02:30:37] "POST /neutron/port HTTP/1.1" 200 117 0.001222 10.0.0.36 - - [2024-09-05 02:30:37] "POST /neutron/network HTTP/1.1" 200 839 0.007231 10.0.0.36 - - [2024-09-05 02:30:37] "POST /neutron/port HTTP/1.1" 200 1101 0.015307 10.0.0.36 - - [2024-09-05 02:30:37] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008329 10.0.0.36 - - [2024-09-05 02:30:37] "POST /neutron/port HTTP/1.1" 200 117 0.007373 10.0.0.36 - - [2024-09-05 02:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004903 10.0.0.36 - - [2024-09-05 02:30:37] "GET /projects?obj_uuids=c0d3fa7d-133d-4198-bbc9-96448351f4fe&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001960 10.0.0.36 - - [2024-09-05 02:30:37] "GET /project/c0d3fa7d-133d-4198-bbc9-96448351f4fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.034809 10.0.0.36 - - [2024-09-05 02:30:37] "GET /virtual-network/8f0eced5-dd74-4813-9156-9e83d0fc03f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.003449 10.0.0.36 - - [2024-09-05 02:30:37] "GET /floating-ip-pools?parent_id=8f0eced5-dd74-4813-9156-9e83d0fc03f7&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003672 10.0.0.36 - - [2024-09-05 02:30:37] "GET /virtual-network/8f0eced5-dd74-4813-9156-9e83d0fc03f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.003371 10.0.0.36 - - [2024-09-05 02:30:37] "POST /floating-ip-pools HTTP/1.1" 200 609 0.022242 10.0.0.36 - - [2024-09-05 02:30:38] "POST /ref-update HTTP/1.1" 200 156 0.008664 10.0.0.36 - - [2024-09-05 02:30:38] "GET /virtual-network/8f0eced5-dd74-4813-9156-9e83d0fc03f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.003424 10.0.0.36 - - [2024-09-05 02:30:38] "GET /domains HTTP/1.1" 200 280 0.003559 10.0.0.36 - - [2024-09-05 02:30:38] "GET /domains?obj_uuids=2cf23a14-4453-4d2b-ad96-29f4a9e998af&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001318 10.0.0.36 - - [2024-09-05 02:30:38] "GET /domain/2cf23a14-4453-4d2b-ad96-29f4a9e998af HTTP/1.1" 200 2782 0.008372 10.0.0.36 - - [2024-09-05 02:30:38] "GET /projects?obj_uuids=c0d3fa7d-133d-4198-bbc9-96448351f4fe&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001249 10.0.0.36 - - [2024-09-05 02:30:38] "POST /neutron/network HTTP/1.1" 200 848 0.006551 10.0.0.36 - - [2024-09-05 02:30:38] "GET /projects?obj_uuids=c0d3fa7d-133d-4198-bbc9-96448351f4fe&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001177 10.0.0.36 - - [2024-09-05 02:30:38] "GET /project/c0d3fa7d-133d-4198-bbc9-96448351f4fe HTTP/1.1" 200 2988 0.111502 10.0.0.36 - - [2024-09-05 02:30:38] "GET /virtual-network/8f0eced5-dd74-4813-9156-9e83d0fc03f7 HTTP/1.1" 200 2621 0.026212 10.0.0.36 - - [2024-09-05 02:30:38] "GET /floating-ip-pool/c81788a0-f67c-4791-8b89-c08782d2527b HTTP/1.1" 200 1442 0.010003 10.0.0.36 - - [2024-09-05 02:30:38] "GET /domains HTTP/1.1" 200 280 0.002681 10.0.0.36 - - [2024-09-05 02:30:38] "GET /domains?obj_uuids=2cf23a14-4453-4d2b-ad96-29f4a9e998af&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001664 10.0.0.36 - - [2024-09-05 02:30:38] "GET /domain/2cf23a14-4453-4d2b-ad96-29f4a9e998af HTTP/1.1" 200 2782 0.008233 10.0.0.36 - - [2024-09-05 02:30:38] "GET /projects?obj_uuids=c0d3fa7d-133d-4198-bbc9-96448351f4fe&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001114 10.0.0.36 - - [2024-09-05 02:30:38] "GET /project/c0d3fa7d-133d-4198-bbc9-96448351f4fe HTTP/1.1" 200 3244 0.101758 10.0.0.36 - - [2024-09-05 02:30:38] "GET /virtual-network/8f0eced5-dd74-4813-9156-9e83d0fc03f7 HTTP/1.1" 200 2932 0.017258 10.0.0.36 - - [2024-09-05 02:30:38] "GET /virtual-network/8f0eced5-dd74-4813-9156-9e83d0fc03f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004266 10.0.0.36 - - [2024-09-05 02:30:38] "POST /neutron/port HTTP/1.1" 200 1072 0.335961 10.0.0.36 - - [2024-09-05 02:30:38] "POST /neutron/port HTTP/1.1" 200 1101 0.024345 10.0.0.36 - - [2024-09-05 02:30:38] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008052 10.0.0.36 - - [2024-09-05 02:30:38] "POST /neutron/port HTTP/1.1" 200 1072 0.013310 10.0.0.36 - - [2024-09-05 02:30:38] "POST /neutron/port HTTP/1.1" 200 1072 0.010005 10.0.0.36 - - [2024-09-05 02:30:38] "POST /neutron/port HTTP/1.1" 200 1101 0.026084 10.0.0.36 - - [2024-09-05 02:30:38] "POST /neutron/security_group HTTP/1.1" 200 2070 0.012679 10.0.0.36 - - [2024-09-05 02:30:38] "POST /neutron/port HTTP/1.1" 200 1126 0.079965 10.0.0.36 - - [2024-09-05 02:30:38] "POST /neutron/port HTTP/1.1" 200 1100 0.015180 10.0.0.36 - - [2024-09-05 02:30:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002678 10.0.0.36 - - [2024-09-05 02:30:38] "POST /neutron/port HTTP/1.1" 200 1101 0.014053 10.0.0.36 - - [2024-09-05 02:30:38] "POST /neutron/subnet HTTP/1.1" 200 698 0.011253 10.0.0.36 - - [2024-09-05 02:30:38] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006269 10.0.0.36 - - [2024-09-05 02:30:38] "POST /neutron/port HTTP/1.1" 200 117 0.001145 10.0.0.36 - - [2024-09-05 02:30:38] "GET /virtual-machine/557176a1-8936-41d5-8c84-51c340ed3073 HTTP/1.1" 200 1304 0.003809 10.0.0.36 - - [2024-09-05 02:30:38] "GET /virtual-machine-interface/72d81e5b-21c9-4246-aa5e-a2871cdc30ff HTTP/1.1" 200 3004 0.002645 10.0.0.36 - - [2024-09-05 02:30:38] "POST /neutron/network HTTP/1.1" 200 838 0.004819 10.0.0.36 - - [2024-09-05 02:30:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.006535 10.0.0.36 - - [2024-09-05 02:30:38] "GET /global-vrouter-config/fecfd996-969b-4906-862a-f492727b7a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002681 10.0.0.36 - - [2024-09-05 02:30:38] "GET /virtual-networks?parent_id=c0d3fa7d-133d-4198-bbc9-96448351f4fe&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003124 10.0.0.36 - - [2024-09-05 02:30:38] "GET /virtual-network/065fb9a2-e387-4aa2-9ece-548073270e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.003394 10.0.0.36 - - [2024-09-05 02:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.36 - - [2024-09-05 02:30:42] "GET /virtual-network/065fb9a2-e387-4aa2-9ece-548073270e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.002994 10.0.0.36 - - [2024-09-05 02:30:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.36 - - [2024-09-05 02:30:46] "GET /virtual-network/065fb9a2-e387-4aa2-9ece-548073270e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005073 10.0.0.36 - - [2024-09-05 02:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.36 - - [2024-09-05 02:30:48] "GET /global-vrouter-config/fecfd996-969b-4906-862a-f492727b7a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002778 10.0.0.36 - - [2024-09-05 02:30:48] "GET /virtual-networks?parent_id=c0d3fa7d-133d-4198-bbc9-96448351f4fe&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003071 10.0.0.36 - - [2024-09-05 02:30:48] "GET /virtual-network/065fb9a2-e387-4aa2-9ece-548073270e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.003563 10.0.0.36 - - [2024-09-05 02:30:48] "POST /neutron/port HTTP/1.1" 200 1101 0.019769 10.0.0.36 - - [2024-09-05 02:30:48] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007472 10.0.0.36 - - [2024-09-05 02:30:48] "POST /neutron/port HTTP/1.1" 200 1101 0.036203 10.0.0.36 - - [2024-09-05 02:30:48] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005107 10.0.0.36 - - [2024-09-05 02:30:49] "POST /neutron/port HTTP/1.1" 200 1100 0.021481 10.0.0.36 - - [2024-09-05 02:30:49] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006047 10.0.0.36 - - [2024-09-05 02:30:53] "GET /projects?obj_uuids=c0d3fa7d-133d-4198-bbc9-96448351f4fe&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001138 10.0.0.36 - - [2024-09-05 02:30:53] "POST /neutron/floatingip HTTP/1.1" 200 530 0.060452 10.0.0.36 - - [2024-09-05 02:30:53] "POST /neutron/port HTTP/1.1" 200 1101 0.013567 10.0.0.36 - - [2024-09-05 02:30:53] "POST /neutron/floatingip HTTP/1.1" 200 530 0.004701 10.0.0.36 - - [2024-09-05 02:30:53] "POST /neutron/floatingip HTTP/1.1" 200 578 0.027879 10.0.0.36 - - [2024-09-05 02:30:53] "POST /neutron/port HTTP/1.1" 200 1100 0.014140 10.0.0.36 - - [2024-09-05 02:30:53] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006800 10.0.0.36 - - [2024-09-05 02:30:53] "POST /neutron/port HTTP/1.1" 200 1100 0.014424 10.0.0.36 - - [2024-09-05 02:30:53] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007082 10.0.0.36 - - [2024-09-05 02:30:53] "POST /neutron/port HTTP/1.1" 200 1100 0.014024 10.0.0.36 - - [2024-09-05 02:30:53] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005783 10.0.0.36 - - [2024-09-05 02:30:53] "GET /virtual-machine/16282e00-2b03-40af-a2f0-68fdebf6e494 HTTP/1.1" 200 1304 0.003832 10.0.0.36 - - [2024-09-05 02:30:53] "GET /virtual-machine-interface/0ff5cd94-f2de-4302-886a-f8aa79847de1 HTTP/1.1" 200 3003 0.002604 10.0.0.36 - - [2024-09-05 02:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.36 - - [2024-09-05 02:30:53] "GET /global-vrouter-config/fecfd996-969b-4906-862a-f492727b7a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.006685 10.0.0.36 - - [2024-09-05 02:30:53] "GET /virtual-networks?parent_id=c0d3fa7d-133d-4198-bbc9-96448351f4fe&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002981 10.0.0.36 - - [2024-09-05 02:30:53] "GET /virtual-network/8f0eced5-dd74-4813-9156-9e83d0fc03f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.003254 10.0.0.36 - - [2024-09-05 02:30:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.36 - - [2024-09-05 02:30:55] "GET /global-vrouter-config/fecfd996-969b-4906-862a-f492727b7a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002997 10.0.0.36 - - [2024-09-05 02:30:55] "GET /virtual-networks?parent_id=c0d3fa7d-133d-4198-bbc9-96448351f4fe&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003025 10.0.0.36 - - [2024-09-05 02:30:55] "GET /virtual-network/8f0eced5-dd74-4813-9156-9e83d0fc03f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.003209 10.0.0.36 - - [2024-09-05 02:30:55] "POST /neutron/floatingip HTTP/1.1" 200 578 0.009173 10.0.0.36 - - [2024-09-05 02:30:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002160 10.0.0.36 - - [2024-09-05 02:30:55] "GET /routing-instance/5a14e058-9f5f-48dd-9f6b-1f6835f7dad2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.002311 10.0.0.36 - - [2024-09-05 02:30:55] "GET /route-target/517a7233-8ef3-49f2-9cc9-454c99a876fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003093 10.0.0.36 - - [2024-09-05 02:30:55] "GET /floating-ip/d91f741c-5c44-4428-babd-d97743d772df HTTP/1.1" 200 1891 0.004071 10.0.0.36 - - [2024-09-05 02:30:58] "POST /neutron/floatingip HTTP/1.1" 200 578 0.009156 10.0.0.36 - - [2024-09-05 02:30:58] "POST /neutron/floatingip HTTP/1.1" 200 530 0.014776 10.0.0.36 - - [2024-09-05 02:30:58] "POST /neutron/floatingip HTTP/1.1" 200 530 0.005024 10.0.0.36 - - [2024-09-05 02:30:58] "POST /neutron/floatingip HTTP/1.1" 200 115 0.036786 10.0.0.36 - - [2024-09-05 02:30:58] "GET /floating-ip-pool/c81788a0-f67c-4791-8b89-c08782d2527b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1207 0.002882 10.0.0.36 - - [2024-09-05 02:30:58] "POST /ref-update HTTP/1.1" 200 156 0.008278 10.0.0.36 - - [2024-09-05 02:30:58] "DELETE /floating-ip-pool/c81788a0-f67c-4791-8b89-c08782d2527b HTTP/1.1" 200 115 0.022983 10.0.0.36 - - [2024-09-05 02:30:58] "POST /neutron/network HTTP/1.1" 200 839 0.007369 10.0.0.36 - - [2024-09-05 02:30:58] "POST /neutron/network HTTP/1.1" 400 204 0.010432 10.0.0.36 - - [2024-09-05 02:30:58] "POST /neutron/port HTTP/1.1" 200 1100 0.014384 10.0.0.36 - - [2024-09-05 02:30:58] "POST /neutron/port HTTP/1.1" 200 1126 0.009517 10.0.0.36 - - [2024-09-05 02:30:58] "POST /neutron/port HTTP/1.1" 200 1101 0.024502 10.0.0.36 - - [2024-09-05 02:30:58] "POST /neutron/port HTTP/1.1" 200 1127 0.012522 10.0.0.36 - - [2024-09-05 02:30:58] "POST /neutron/port HTTP/1.1" 200 151 0.129679 10.0.0.36 - - [2024-09-05 02:30:58] "POST /neutron/port HTTP/1.1" 200 151 0.118398 10.0.0.36 - - [2024-09-05 02:31:00] "POST /neutron/network HTTP/1.1" 200 839 0.006119 10.0.0.36 - - [2024-09-05 02:31:00] "POST /useragent-kv HTTP/1.1" 200 115 0.001146 10.0.0.36 - - [2024-09-05 02:31:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005931 10.0.0.36 - - [2024-09-05 02:31:00] "POST /useragent-kv HTTP/1.1" 200 115 0.001068 10.0.0.36 - - [2024-09-05 02:31:00] "POST /neutron/network HTTP/1.1" 200 151 0.081303 10.0.0.36 - - [2024-09-05 02:31:00] "DELETE /route-target/7572ace6-a3cd-42c4-ab31-690c9f564885 HTTP/1.1" 200 115 0.014882 10.0.0.36 - - [2024-09-05 02:31:00] "GET /routing-instance/9cd22183-699e-4d34-bef8-699f3200fcfe HTTP/1.1" 404 171 0.002888 10.0.0.36 - - [2024-09-05 02:31:00] "GET /domains HTTP/1.1" 200 280 0.002291 10.0.0.36 - - [2024-09-05 02:31:00] "GET /domains?obj_uuids=2cf23a14-4453-4d2b-ad96-29f4a9e998af&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001172 10.0.0.36 - - [2024-09-05 02:31:00] "GET /domain/2cf23a14-4453-4d2b-ad96-29f4a9e998af HTTP/1.1" 200 2782 0.050880 10.0.0.36 - - [2024-09-05 02:31:00] "GET /projects?obj_uuids=c0d3fa7d-133d-4198-bbc9-96448351f4fe&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001245 10.0.0.36 - - [2024-09-05 02:31:00] "GET /project/c0d3fa7d-133d-4198-bbc9-96448351f4fe HTTP/1.1" 200 2174 0.066228 10.0.0.36 - - [2024-09-05 02:31:00] "POST /neutron/network HTTP/1.1" 200 838 0.006691 10.0.0.36 - - [2024-09-05 02:31:00] "POST /useragent-kv HTTP/1.1" 200 115 0.001168 10.0.0.36 - - [2024-09-05 02:31:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.006071 10.0.0.36 - - [2024-09-05 02:31:00] "POST /useragent-kv HTTP/1.1" 200 115 0.001039 10.0.0.36 - - [2024-09-05 02:31:00] "POST /neutron/network HTTP/1.1" 200 151 0.090894 10.0.0.36 - - [2024-09-05 02:31:00] "GET /routing-instance/5a14e058-9f5f-48dd-9f6b-1f6835f7dad2 HTTP/1.1" 404 171 0.002187 10.0.0.36 - - [2024-09-05 02:31:00] "DELETE /route-target/517a7233-8ef3-49f2-9cc9-454c99a876fb HTTP/1.1" 200 115 0.017664 10.0.0.36 - - [2024-09-05 02:31:00] "GET /domains HTTP/1.1" 200 280 0.002651 10.0.0.36 - - [2024-09-05 02:31:00] "GET /domains?obj_uuids=2cf23a14-4453-4d2b-ad96-29f4a9e998af&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001155 10.0.0.36 - - [2024-09-05 02:31:00] "GET /domain/2cf23a14-4453-4d2b-ad96-29f4a9e998af HTTP/1.1" 200 2782 0.049636 10.0.0.36 - - [2024-09-05 02:31:00] "GET /projects?obj_uuids=c0d3fa7d-133d-4198-bbc9-96448351f4fe&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001209 10.0.0.36 - - [2024-09-05 02:31:00] "GET /project/c0d3fa7d-133d-4198-bbc9-96448351f4fe HTTP/1.1" 200 1924 0.066508 10.0.0.36 - - [2024-09-05 02:31:01] "GET /projects?obj_uuids=c0d3fa7d-133d-4198-bbc9-96448351f4fe&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001199 10.0.0.36 - - [2024-09-05 02:31:01] "GET /project/c0d3fa7d-133d-4198-bbc9-96448351f4fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.023248 10.0.0.36 - - [2024-09-05 02:31:01] "GET /projects?obj_uuids=c0d3fa7d-133d-4198-bbc9-96448351f4fe&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001145 10.0.0.36 - - [2024-09-05 02:31:01] "GET /project/c0d3fa7d-133d-4198-bbc9-96448351f4fe?fields=virtual_networks HTTP/1.1" 200 1056 0.066127 10.0.0.36 - - [2024-09-05 02:31:01] "GET /projects?obj_uuids=c0d3fa7d-133d-4198-bbc9-96448351f4fe&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001198 10.0.0.36 - - [2024-09-05 02:31:01] "GET /project/c0d3fa7d-133d-4198-bbc9-96448351f4fe?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.022330 10.0.0.36 - - [2024-09-05 02:31:01] "GET /projects?obj_uuids=c0d3fa7d-133d-4198-bbc9-96448351f4fe&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001146 10.0.0.36 - - [2024-09-05 02:31:01] "GET /project/c0d3fa7d-133d-4198-bbc9-96448351f4fe?fields=security_groups HTTP/1.1" 200 1294 0.021166 10.0.0.36 - - [2024-09-05 02:31:02] "POST /fqname-to-id HTTP/1.1" 404 183 0.025965 10.0.0.36 - - [2024-09-05 02:31:02] "GET /projects?obj_uuids=7f99b347-f611-41a5-bb7b-2876309e81c5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002504 10.0.0.36 - - [2024-09-05 02:31:02] "GET /domains?obj_uuids=2cf23a14-4453-4d2b-ad96-29f4a9e998af&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001081 10.0.0.36 - - [2024-09-05 02:31:02] "GET /domain/2cf23a14-4453-4d2b-ad96-29f4a9e998af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007000 10.0.0.36 - - [2024-09-05 02:31:02] "POST /id-to-fqname HTTP/1.1" 200 185 0.001413 10.0.0.36 - - [2024-09-05 02:31:02] "POST /fqname-to-id HTTP/1.1" 404 194 0.002768 10.0.0.36 - - [2024-09-05 02:31:02] "POST /security-groups HTTP/1.1" 200 586 0.063275 10.0.0.36 - - [2024-09-05 02:31:02] "POST /fqname-to-id HTTP/1.1" 404 229 0.002453 10.0.0.36 - - [2024-09-05 02:31:02] "POST /projects HTTP/1.1" 200 575 0.223689 10.0.0.36 - - [2024-09-05 02:31:02] "POST /access-control-lists HTTP/1.1" 200 591 0.056252 10.0.0.36 - - [2024-09-05 02:31:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.293537 10.0.0.36 - - [2024-09-05 02:31:02] "POST /fqname-to-id HTTP/1.1" 404 228 0.002655 10.0.0.36 - - [2024-09-05 02:31:02] "GET /project/7f99b347-f611-41a5-bb7b-2876309e81c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.412218 10.0.0.36 - - [2024-09-05 02:31:02] "POST /access-control-lists HTTP/1.1" 200 589 0.059999 10.0.0.36 - - [2024-09-05 02:31:03] "GET / HTTP/1.1" 200 35931 0.002100 10.0.0.36 - - [2024-09-05 02:31:04] "GET /projects?obj_uuids=7f99b347-f611-41a5-bb7b-2876309e81c5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001189 10.0.0.36 - - [2024-09-05 02:31:04] "GET /project/7f99b347-f611-41a5-bb7b-2876309e81c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.019912 10.0.0.36 - - [2024-09-05 02:31:04] "GET /projects?obj_uuids=7f99b347-f611-41a5-bb7b-2876309e81c5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001091 10.0.0.36 - - [2024-09-05 02:31:04] "GET /project/7f99b347-f611-41a5-bb7b-2876309e81c5?fields=virtual_networks HTTP/1.1" 200 1021 0.063771 10.0.0.36 - - [2024-09-05 02:31:05] "GET /projects?obj_uuids=7f99b347-f611-41a5-bb7b-2876309e81c5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001122 10.0.0.36 - - [2024-09-05 02:31:05] "GET /project/7f99b347-f611-41a5-bb7b-2876309e81c5?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.019533 10.0.0.36 - - [2024-09-05 02:31:05] "GET /projects?obj_uuids=7f99b347-f611-41a5-bb7b-2876309e81c5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001380 10.0.0.36 - - [2024-09-05 02:31:05] "GET /project/7f99b347-f611-41a5-bb7b-2876309e81c5?fields=security_groups HTTP/1.1" 200 1242 0.025302 10.0.0.36 - - [2024-09-05 02:31:05] "POST /fqname-to-id HTTP/1.1" 404 191 0.024737 10.0.0.36 - - [2024-09-05 02:31:05] "GET /projects?obj_uuids=525e083c-5425-4ee4-9dc1-91e6009f9f59&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003090 10.0.0.36 - - [2024-09-05 02:31:06] "GET /domains?obj_uuids=2cf23a14-4453-4d2b-ad96-29f4a9e998af&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001732 10.0.0.36 - - [2024-09-05 02:31:06] "GET /domain/2cf23a14-4453-4d2b-ad96-29f4a9e998af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009765 10.0.0.36 - - [2024-09-05 02:31:06] "POST /id-to-fqname HTTP/1.1" 200 193 0.001287 10.0.0.36 - - [2024-09-05 02:31:06] "POST /fqname-to-id HTTP/1.1" 404 202 0.002401 10.0.0.36 - - [2024-09-05 02:31:06] "POST /security-groups HTTP/1.1" 200 594 0.067497 10.0.0.36 - - [2024-09-05 02:31:06] "POST /fqname-to-id HTTP/1.1" 404 237 0.002371 10.0.0.36 - - [2024-09-05 02:31:06] "POST /projects HTTP/1.1" 200 591 0.211927 10.0.0.36 - - [2024-09-05 02:31:06] "POST /access-control-lists HTTP/1.1" 200 599 0.059157 10.0.0.36 - - [2024-09-05 02:31:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.280679 10.0.0.36 - - [2024-09-05 02:31:06] "POST /fqname-to-id HTTP/1.1" 404 236 0.002900 10.0.0.36 - - [2024-09-05 02:31:06] "GET /project/525e083c-5425-4ee4-9dc1-91e6009f9f59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.419356 10.0.0.36 - - [2024-09-05 02:31:06] "POST /access-control-lists HTTP/1.1" 200 597 0.064108 10.0.0.36 - - [2024-09-05 02:31:07] "DELETE /project/525e083c54254ee49dc191e6009f9f59 HTTP/1.1" 404 173 0.020816 10.0.0.36 - - [2024-09-05 02:31:07] "DELETE /project/c0d3fa7d133d4198bbc996448351f4fe HTTP/1.1" 404 173 0.019553 10.0.0.36 - - [2024-09-05 02:31:07] "DELETE /project/b634a9fafb8c4bb7b233268ae0ab72ef HTTP/1.1" 404 173 0.014038 10.0.0.36 - - [2024-09-05 02:31:07] "DELETE /project/7f99b347f61141a5bb7b2876309e81c5 HTTP/1.1" 404 173 0.008919 10.0.0.36 - - [2024-09-05 02:31:07] "GET /projects?obj_uuids=c0d3fa7d-133d-4198-bbc9-96448351f4fe&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001431 10.0.0.36 - - [2024-09-05 02:31:07] "GET /projects?obj_uuids=b634a9fa-fb8c-4bb7-b233-268ae0ab72ef&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000987 10.0.0.36 - - [2024-09-05 02:31:07] "GET /projects?obj_uuids=7f99b347-f611-41a5-bb7b-2876309e81c5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001018 10.0.0.36 - - [2024-09-05 02:31:07] "GET / HTTP/1.1" 200 35931 0.002294 10.0.0.36 - - [2024-09-05 02:31:07] "GET /project/b634a9fa-fb8c-4bb7-b233-268ae0ab72ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.057297 10.0.0.36 - - [2024-09-05 02:31:07] "GET /project/c0d3fa7d-133d-4198-bbc9-96448351f4fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.066909 10.0.0.36 - - [2024-09-05 02:31:07] "GET /project/7f99b347-f611-41a5-bb7b-2876309e81c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.067806 10.0.0.36 - - [2024-09-05 02:31:07] "GET /projects?obj_uuids=b634a9fa-fb8c-4bb7-b233-268ae0ab72ef&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001220 10.0.0.36 - - [2024-09-05 02:31:07] "GET /projects?obj_uuids=c0d3fa7d-133d-4198-bbc9-96448351f4fe&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001042 10.0.0.36 - - [2024-09-05 02:31:07] "GET /projects?obj_uuids=7f99b347-f611-41a5-bb7b-2876309e81c5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001024 10.0.0.36 - - [2024-09-05 02:31:07] "GET /project/b634a9fa-fb8c-4bb7-b233-268ae0ab72ef?fields=security_groups HTTP/1.1" 200 1396 0.052114 10.0.0.36 - - [2024-09-05 02:31:07] "GET /project/c0d3fa7d-133d-4198-bbc9-96448351f4fe?fields=security_groups HTTP/1.1" 200 1399 0.041091 10.0.0.36 - - [2024-09-05 02:31:07] "GET /project/7f99b347-f611-41a5-bb7b-2876309e81c5?fields=security_groups HTTP/1.1" 200 1347 0.039014 10.0.0.36 - - [2024-09-05 02:31:07] "DELETE /security-group/622d6b93-a1e7-4d42-a6c9-6fe0483127ab HTTP/1.1" 200 115 0.106441 10.0.0.36 - - [2024-09-05 02:31:07] "GET /projects?obj_uuids=b634a9fa-fb8c-4bb7-b233-268ae0ab72ef&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002526 10.0.0.36 - - [2024-09-05 02:31:07] "DELETE /security-group/d4f65458-6144-479c-b940-9f47b0056b5c HTTP/1.1" 200 115 0.119461 10.0.0.36 - - [2024-09-05 02:31:07] "DELETE /security-group/66db06e6-5ed7-4d98-a2d0-60165e5cdffd HTTP/1.1" 200 115 0.135910 10.0.0.36 - - [2024-09-05 02:31:07] "GET /projects?obj_uuids=c0d3fa7d-133d-4198-bbc9-96448351f4fe&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001082 10.0.0.36 - - [2024-09-05 02:31:07] "DELETE /access-control-list/2c73581d-3b45-433f-8f49-a99e91f1ed8b HTTP/1.1" 200 115 0.088911 10.0.0.36 - - [2024-09-05 02:31:07] "GET /projects?obj_uuids=7f99b347-f611-41a5-bb7b-2876309e81c5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000993 10.0.0.36 - - [2024-09-05 02:31:07] "GET /project/b634a9fa-fb8c-4bb7-b233-268ae0ab72ef?fields=application_policy_sets HTTP/1.1" 200 1435 0.056090 10.0.0.36 - - [2024-09-05 02:31:07] "GET /project/7f99b347-f611-41a5-bb7b-2876309e81c5?fields=application_policy_sets HTTP/1.1" 200 1386 0.036232 10.0.0.36 - - [2024-09-05 02:31:07] "DELETE /access-control-list/5bf4ee42-af8c-401f-9e44-24189df5439f HTTP/1.1" 200 115 0.038996 10.0.0.36 - - [2024-09-05 02:31:07] "GET /project/c0d3fa7d-133d-4198-bbc9-96448351f4fe?fields=application_policy_sets HTTP/1.1" 200 1438 0.095936 10.0.0.36 - - [2024-09-05 02:31:07] "DELETE /access-control-list/d0790723-8157-4522-806f-bd514d6761cc HTTP/1.1" 200 115 0.052505 10.0.0.36 - - [2024-09-05 02:31:07] "DELETE /access-control-list/e1293f10-f6cf-4dc1-861d-848b217dccbc HTTP/1.1" 200 115 0.054211 10.0.0.36 - - [2024-09-05 02:31:08] "DELETE /access-control-list/74d5c467-7aad-4d97-8c01-cdc3b5b4ca9e HTTP/1.1" 200 115 0.051751 10.0.0.36 - - [2024-09-05 02:31:08] "DELETE /project/b634a9fa-fb8c-4bb7-b233-268ae0ab72ef HTTP/1.1" 200 115 0.565987 10.0.0.36 - - [2024-09-05 02:31:08] "DELETE /project/7f99b347-f611-41a5-bb7b-2876309e81c5 HTTP/1.1" 200 115 0.582102 10.0.0.36 - - [2024-09-05 02:31:08] "DELETE /access-control-list/5fdcc417-cce5-4839-9bd4-a55d88d4cfc6 HTTP/1.1" 200 115 0.037952 10.0.0.36 - - [2024-09-05 02:31:08] "DELETE /project/c0d3fa7d-133d-4198-bbc9-96448351f4fe HTTP/1.1" 200 115 0.601128 10.0.0.36 - - [2024-09-05 02:31:08] "GET /project/525e083c-5425-4ee4-9dc1-91e6009f9f59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000495 10.0.0.36 - - [2024-09-05 02:31:08] "GET /projects?obj_uuids=525e083c-5425-4ee4-9dc1-91e6009f9f59&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001204 10.0.0.36 - - [2024-09-05 02:31:08] "GET /project/525e083c-5425-4ee4-9dc1-91e6009f9f59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.046337 10.0.0.36 - - [2024-09-05 02:31:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002446 10.0.0.36 - - [2024-09-05 02:31:09] "GET /security-group/f0e4fca5-c387-4140-a1ba-5e5e19f302d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.004771 10.0.0.36 - - [2024-09-05 02:31:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.36 - - [2024-09-05 02:31:09] "GET /projects?obj_uuids=525e083c-5425-4ee4-9dc1-91e6009f9f59&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001725 10.0.0.36 - - [2024-09-05 02:31:09] "GET /project/525e083c-5425-4ee4-9dc1-91e6009f9f59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.029988 10.0.0.36 - - [2024-09-05 02:31:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.36 - - [2024-09-05 02:31:09] "GET /security-group/f0e4fca5-c387-4140-a1ba-5e5e19f302d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.003622 10.0.0.36 - - [2024-09-05 02:31:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.36 - - [2024-09-05 02:31:09] "PUT /security-group/f0e4fca5-c387-4140-a1ba-5e5e19f302d6 HTTP/1.1" 200 262 0.013970 10.0.0.36 - - [2024-09-05 02:31:09] "PUT /access-control-list/389b5601-0cc1-4810-8499-d65f1f406663 HTTP/1.1" 200 272 0.009457 10.0.0.36 - - [2024-09-05 02:31:09] "PUT /access-control-list/f777c0c4-404b-4db0-b286-45eb95112fc2 HTTP/1.1" 200 272 0.009094 10.0.0.36 - - [2024-09-05 02:31:09] "POST /fqname-to-id HTTP/1.1" 404 202 0.002666 10.0.0.36 - - [2024-09-05 02:31:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.36 - - [2024-09-05 02:31:09] "GET /projects?obj_uuids=525e083c-5425-4ee4-9dc1-91e6009f9f59&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001601 10.0.0.36 - - [2024-09-05 02:31:09] "GET /project/525e083c-5425-4ee4-9dc1-91e6009f9f59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.023408 10.0.0.36 - - [2024-09-05 02:31:09] "POST /neutron/network HTTP/1.1" 200 117 0.030676 10.0.0.36 - - [2024-09-05 02:31:09] "GET /projects?obj_uuids=525e083c-5425-4ee4-9dc1-91e6009f9f59&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001294 10.0.0.36 - - [2024-09-05 02:31:09] "POST /neutron/network HTTP/1.1" 200 608 0.061552 10.0.0.36 - - [2024-09-05 02:31:09] "POST /useragent-kv HTTP/1.1" 200 115 0.006660 10.0.0.36 - - [2024-09-05 02:31:09] "POST /neutron/subnet HTTP/1.1" 200 724 0.172846 10.0.0.36 - - [2024-09-05 02:31:09] "POST /neutron/network HTTP/1.1" 200 827 0.005688 10.0.0.36 - - [2024-09-05 02:31:09] "POST /id-to-fqname HTTP/1.1" 200 223 0.001225 10.0.0.36 - - [2024-09-05 02:31:09] "GET /virtual-network/1c2539d9-2aa6-43e4-b809-f7da2a2de58c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.002623 10.0.0.36 - - [2024-09-05 02:31:09] "POST /neutron/network HTTP/1.1" 200 827 0.006589 10.0.0.36 - - [2024-09-05 02:31:09] "GET /virtual-network/1c2539d9-2aa6-43e4-b809-f7da2a2de58c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.003800 10.0.0.36 - - [2024-09-05 02:31:10] "POST /route-targets HTTP/1.1" 200 327 0.010727 10.0.0.36 - - [2024-09-05 02:31:10] "POST /neutron/network HTTP/1.1" 200 827 0.006575 10.0.0.36 - - [2024-09-05 02:31:10] "POST /ref-update HTTP/1.1" 200 156 0.066321 10.0.0.36 - - [2024-09-05 02:31:10] "POST /neutron/subnet HTTP/1.1" 200 724 0.006199 10.0.0.36 - - [2024-09-05 02:31:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002083 10.0.0.36 - - [2024-09-05 02:31:10] "GET /projects?obj_uuids=525e083c-5425-4ee4-9dc1-91e6009f9f59&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001243 10.0.0.36 - - [2024-09-05 02:31:10] "GET /project/525e083c-5425-4ee4-9dc1-91e6009f9f59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.021183 10.0.0.36 - - [2024-09-05 02:31:10] "POST /neutron/network HTTP/1.1" 200 117 0.009027 10.0.0.36 - - [2024-09-05 02:31:10] "GET /projects?obj_uuids=525e083c-5425-4ee4-9dc1-91e6009f9f59&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001129 10.0.0.36 - - [2024-09-05 02:31:10] "POST /neutron/network HTTP/1.1" 200 615 0.107037 10.0.0.36 - - [2024-09-05 02:31:10] "POST /route-targets HTTP/1.1" 200 327 0.011085 10.0.0.36 - - [2024-09-05 02:31:10] "POST /ref-update HTTP/1.1" 200 156 0.014839 10.0.0.36 - - [2024-09-05 02:31:10] "POST /useragent-kv HTTP/1.1" 200 115 0.004129 10.0.0.36 - - [2024-09-05 02:31:10] "POST /neutron/subnet HTTP/1.1" 200 715 0.179622 10.0.0.36 - - [2024-09-05 02:31:10] "POST /neutron/network HTTP/1.1" 200 832 0.005604 10.0.0.36 - - [2024-09-05 02:31:10] "POST /id-to-fqname HTTP/1.1" 200 227 0.001174 10.0.0.36 - - [2024-09-05 02:31:10] "GET /virtual-network/5c0703c6-ba71-4567-8ec7-34ff60848700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.002616 10.0.0.36 - - [2024-09-05 02:31:10] "POST /neutron/network HTTP/1.1" 200 832 0.005838 10.0.0.36 - - [2024-09-05 02:31:10] "GET /virtual-network/5c0703c6-ba71-4567-8ec7-34ff60848700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.002823 10.0.0.36 - - [2024-09-05 02:31:10] "POST /neutron/network HTTP/1.1" 200 832 0.005753 10.0.0.36 - - [2024-09-05 02:31:10] "POST /neutron/subnet HTTP/1.1" 200 715 0.007288 10.0.0.36 - - [2024-09-05 02:31:10] "POST /id-to-fqname HTTP/1.1" 200 223 0.001267 10.0.0.36 - - [2024-09-05 02:31:10] "POST /neutron/network HTTP/1.1" 200 837 0.006530 10.0.0.36 - - [2024-09-05 02:31:10] "GET /aaa-mode HTTP/1.1" 401 292 0.000455 10.0.0.36 - - [2024-09-05 02:31:11] "GET / HTTP/1.1" 200 35931 0.001721 10.0.0.36 - - [2024-09-05 02:31:11] "GET /project/525e083c-5425-4ee4-9dc1-91e6009f9f59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000459 10.0.0.36 - - [2024-09-05 02:31:11] "GET /projects?obj_uuids=525e083c-5425-4ee4-9dc1-91e6009f9f59&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001222 10.0.0.36 - - [2024-09-05 02:31:11] "GET /project/525e083c-5425-4ee4-9dc1-91e6009f9f59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.044009 10.0.0.36 - - [2024-09-05 02:31:11] "POST /neutron/network HTTP/1.1" 200 827 0.005743 10.0.0.36 - - [2024-09-05 02:31:11] "POST /neutron/port HTTP/1.1" 200 117 0.005627 10.0.0.36 - - [2024-09-05 02:31:11] "POST /neutron/port HTTP/1.1" 200 117 0.005124 10.0.0.36 - - [2024-09-05 02:31:11] "POST /id-to-fqname HTTP/1.1" 200 227 0.001450 10.0.0.36 - - [2024-09-05 02:31:11] "POST /neutron/port HTTP/1.1" 200 117 0.005892 10.0.0.36 - - [2024-09-05 02:31:11] "POST /neutron/network HTTP/1.1" 200 842 0.007094 10.0.0.36 - - [2024-09-05 02:31:11] "GET /aaa-mode HTTP/1.1" 401 292 0.000553 10.0.0.36 - - [2024-09-05 02:31:12] "GET / HTTP/1.1" 200 35931 0.002034 10.0.0.36 - - [2024-09-05 02:31:12] "GET /project/525e083c-5425-4ee4-9dc1-91e6009f9f59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000430 10.0.0.36 - - [2024-09-05 02:31:12] "POST /neutron/network HTTP/1.1" 200 837 0.006455 10.0.0.36 - - [2024-09-05 02:31:12] "GET /projects?obj_uuids=525e083c-5425-4ee4-9dc1-91e6009f9f59&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001245 10.0.0.36 - - [2024-09-05 02:31:12] "POST /neutron/port HTTP/1.1" 200 1063 0.213761 10.0.0.36 - - [2024-09-05 02:31:12] "POST /neutron/port HTTP/1.1" 200 1063 0.011124 10.0.0.36 - - [2024-09-05 02:31:12] "POST /neutron/port HTTP/1.1" 200 1063 0.012327 10.0.0.36 - - [2024-09-05 02:31:12] "GET /projects?obj_uuids=525e083c-5425-4ee4-9dc1-91e6009f9f59&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001173 10.0.0.36 - - [2024-09-05 02:31:12] "GET /project/525e083c-5425-4ee4-9dc1-91e6009f9f59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.057292 10.0.0.36 - - [2024-09-05 02:31:12] "POST /neutron/port HTTP/1.1" 200 1117 0.080693 10.0.0.36 - - [2024-09-05 02:31:12] "POST /neutron/network HTTP/1.1" 200 832 0.005112 10.0.0.36 - - [2024-09-05 02:31:12] "POST /neutron/port HTTP/1.1" 200 1091 0.013960 10.0.0.36 - - [2024-09-05 02:31:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003033 10.0.0.36 - - [2024-09-05 02:31:12] "POST /neutron/subnet HTTP/1.1" 200 698 0.011169 10.0.0.36 - - [2024-09-05 02:31:12] "POST /neutron/port HTTP/1.1" 200 117 0.001171 10.0.0.36 - - [2024-09-05 02:31:12] "POST /neutron/network HTTP/1.1" 200 827 0.005589 10.0.0.36 - - [2024-09-05 02:31:12] "POST /neutron/port HTTP/1.1" 200 1091 0.017370 10.0.0.36 - - [2024-09-05 02:31:12] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006009 10.0.0.36 - - [2024-09-05 02:31:12] "POST /neutron/port HTTP/1.1" 200 117 0.006146 10.0.0.36 - - [2024-09-05 02:31:12] "GET /projects?obj_uuids=525e083c-5425-4ee4-9dc1-91e6009f9f59&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001157 10.0.0.36 - - [2024-09-05 02:31:12] "POST /neutron/router HTTP/1.1" 200 585 0.045399 10.0.0.36 - - [2024-09-05 02:31:12] "POST /neutron/router HTTP/1.1" 200 585 0.003746 10.0.0.36 - - [2024-09-05 02:31:12] "POST /route-targets HTTP/1.1" 200 327 0.011603 10.0.0.36 - - [2024-09-05 02:31:12] "PUT /logical-router/88d01dea-4910-4baa-aa16-7083188858f8 HTTP/1.1" 200 262 0.020170 10.0.0.36 - - [2024-09-05 02:31:12] "POST /neutron/router HTTP/1.1" 200 656 0.024749 10.0.0.36 - - [2024-09-05 02:31:12] "GET /logical-router/88d01dea-4910-4baa-aa16-7083188858f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1641 0.003567 10.0.0.36 - - [2024-09-05 02:31:12] "POST /neutron/router HTTP/1.1" 200 656 0.005062 10.0.0.36 - - [2024-09-05 02:31:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.007395 10.0.0.36 - - [2024-09-05 02:31:12] "GET /projects?obj_uuids=525e083c-5425-4ee4-9dc1-91e6009f9f59&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001246 10.0.0.36 - - [2024-09-05 02:31:12] "GET /service-template/165e8a82-4b72-45bf-9031-3536979ea68c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.005130 10.0.0.36 - - [2024-09-05 02:31:13] "POST /fqname-to-id HTTP/1.1" 404 215 0.005421 10.0.0.36 - - [2024-09-05 02:31:13] "POST /neutron/network HTTP/1.1" 200 842 0.015740 10.0.0.36 - - [2024-09-05 02:31:13] "POST /neutron/router HTTP/1.1" 200 344 0.295757 10.0.0.36 - - [2024-09-05 02:31:13] "POST /ref-update HTTP/1.1" 200 156 0.041328 10.0.0.36 - - [2024-09-05 02:31:13] "GET /projects?obj_uuids=525e083c-5425-4ee4-9dc1-91e6009f9f59&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003691 10.0.0.36 - - [2024-09-05 02:31:13] "POST /useragent-kv HTTP/1.1" 200 115 0.012457 10.0.0.36 - - [2024-09-05 02:31:13] "POST /virtual-networks HTTP/1.1" 200 694 0.209811 10.0.0.36 - - [2024-09-05 02:31:13] "POST /route-targets HTTP/1.1" 200 327 0.018433 10.0.0.36 - - [2024-09-05 02:31:13] "POST /neutron/port HTTP/1.1" 200 1091 0.042387 10.0.0.36 - - [2024-09-05 02:31:13] "POST /neutron/security_group HTTP/1.1" 200 2002 0.015397 10.0.0.36 - - [2024-09-05 02:31:13] "POST /ref-update HTTP/1.1" 200 156 0.026168 10.0.0.36 - - [2024-09-05 02:31:13] "POST /service-instances HTTP/1.1" 200 670 0.099940 10.0.0.36 - - [2024-09-05 02:31:13] "POST /route-tables HTTP/1.1" 200 582 0.037995 10.0.0.36 - - [2024-09-05 02:31:13] "PUT /logical-router/88d01dea-4910-4baa-aa16-7083188858f8 HTTP/1.1" 200 262 0.025494 10.0.0.36 - - [2024-09-05 02:31:13] "POST /ref-update HTTP/1.1" 200 156 0.024800 10.0.0.36 - - [2024-09-05 02:31:13] "POST /neutron/port HTTP/1.1" 200 1061 0.440897 10.0.0.36 - - [2024-09-05 02:31:13] "POST /neutron/port HTTP/1.1" 200 1061 0.010561 10.0.0.36 - - [2024-09-05 02:31:13] "POST /neutron/port HTTP/1.1" 200 1061 0.010821 10.0.0.36 - - [2024-09-05 02:31:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.007996 10.0.0.36 - - [2024-09-05 02:31:13] "POST /neutron/port HTTP/1.1" 200 1115 0.070532 10.0.0.36 - - [2024-09-05 02:31:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.36 - - [2024-09-05 02:31:13] "POST /neutron/port HTTP/1.1" 200 1089 0.015543 10.0.0.36 - - [2024-09-05 02:31:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007178 10.0.0.36 - - [2024-09-05 02:31:13] "POST /virtual-machines HTTP/1.1" 200 553 0.021691 10.0.0.36 - - [2024-09-05 02:31:13] "POST /neutron/subnet HTTP/1.1" 200 689 0.011214 10.0.0.36 - - [2024-09-05 02:31:13] "POST /neutron/port HTTP/1.1" 200 117 0.001121 10.0.0.36 - - [2024-09-05 02:31:13] "POST /neutron/network HTTP/1.1" 200 832 0.006546 10.0.0.36 - - [2024-09-05 02:31:14] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.098129 10.0.0.36 - - [2024-09-05 02:31:14] "POST /chown HTTP/1.1" 200 109 0.007474 10.0.0.36 - - [2024-09-05 02:31:14] "POST /instance-ips HTTP/1.1" 200 551 0.022786 10.0.0.36 - - [2024-09-05 02:31:14] "POST /instance-ips HTTP/1.1" 400 246 0.024401 10.0.0.36 - - [2024-09-05 02:31:14] "POST /chown HTTP/1.1" 200 109 0.015400 10.0.0.36 - - [2024-09-05 02:31:14] "PUT /virtual-machine-interface/62d568ba-1d91-4f17-9c08-82f95216f326 HTTP/1.1" 200 284 0.015057 10.0.0.36 - - [2024-09-05 02:31:14] "PUT /instance-ip/0be4326d-388d-46ba-bd0a-72534138752a HTTP/1.1" 200 256 0.028387 10.0.0.36 - - [2024-09-05 02:31:14] "POST /ref-update HTTP/1.1" 200 156 0.051092 10.0.0.36 - - [2024-09-05 02:31:14] "GET /obj-perms HTTP/1.1" 200 5056 0.076867 10.0.0.36 - - [2024-09-05 02:31:14] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.090325 10.0.0.36 - - [2024-09-05 02:31:14] "POST /chown HTTP/1.1" 200 109 0.015968 10.0.0.36 - - [2024-09-05 02:31:14] "POST /instance-ips HTTP/1.1" 200 549 0.041639 10.0.0.36 - - [2024-09-05 02:31:14] "POST /instance-ips HTTP/1.1" 400 316 0.020719 10.0.0.36 - - [2024-09-05 02:31:14] "POST /chown HTTP/1.1" 200 109 0.041075 10.0.0.36 - - [2024-09-05 02:31:14] "GET /obj-perms HTTP/1.1" 200 5056 0.075043 10.0.0.36 - - [2024-09-05 02:31:15] "PUT /virtual-machine-interface/cca2cc19-9edf-4af2-937d-32307ddb5cb3 HTTP/1.1" 200 284 0.010326 10.0.0.36 - - [2024-09-05 02:31:15] "PUT /instance-ip/2fa814da-8293-415c-a135-37ef1fe4a2f3 HTTP/1.1" 200 256 0.016495 10.0.0.36 - - [2024-09-05 02:31:15] "POST /ref-update HTTP/1.1" 200 156 0.025741 10.0.0.36 - - [2024-09-05 02:31:15] "POST /ref-update HTTP/1.1" 200 156 0.010634 10.0.0.36 - - [2024-09-05 02:31:15] "PUT /routing-instance/3eb0e777-f078-4cab-9a0d-c1a54247265d HTTP/1.1" 200 266 0.046197 10.0.0.36 - - [2024-09-05 02:31:15] "POST /ref-update HTTP/1.1" 200 156 0.038001 10.0.0.36 - - [2024-09-05 02:31:15] "POST /virtual-machines HTTP/1.1" 200 553 0.025845 10.0.0.36 - - [2024-09-05 02:31:15] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.113196 10.0.0.36 - - [2024-09-05 02:31:15] "POST /chown HTTP/1.1" 200 109 0.011289 10.0.0.36 - - [2024-09-05 02:31:15] "POST /instance-ips HTTP/1.1" 400 246 0.015688 10.0.0.36 - - [2024-09-05 02:31:15] "POST /chown HTTP/1.1" 200 109 0.008406 10.0.0.36 - - [2024-09-05 02:31:15] "PUT /virtual-machine-interface/3edcab44-11f9-4f7c-8f5e-c9ddae2aac39 HTTP/1.1" 200 284 0.010481 10.0.0.36 - - [2024-09-05 02:31:15] "PUT /instance-ip/0be4326d-388d-46ba-bd0a-72534138752a HTTP/1.1" 200 256 0.014237 10.0.0.36 - - [2024-09-05 02:31:15] "POST /ref-update HTTP/1.1" 200 156 0.011925 10.0.0.36 - - [2024-09-05 02:31:15] "POST /ref-update HTTP/1.1" 200 156 0.012253 10.0.0.36 - - [2024-09-05 02:31:16] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.083847 10.0.0.36 - - [2024-09-05 02:31:16] "POST /ref-update HTTP/1.1" 200 156 0.009041 10.0.0.36 - - [2024-09-05 02:31:16] "PUT /routing-instance/3eb0e777-f078-4cab-9a0d-c1a54247265d HTTP/1.1" 200 266 0.015626 10.0.0.36 - - [2024-09-05 02:31:16] "POST /chown HTTP/1.1" 200 109 0.007130 10.0.0.36 - - [2024-09-05 02:31:16] "POST /instance-ips HTTP/1.1" 400 316 0.017844 10.0.0.36 - - [2024-09-05 02:31:16] "POST /chown HTTP/1.1" 200 109 0.007127 10.0.0.36 - - [2024-09-05 02:31:16] "PUT /virtual-machine-interface/85f015a9-238c-4e37-907a-90e2a4111e41 HTTP/1.1" 200 284 0.010205 10.0.0.36 - - [2024-09-05 02:31:16] "PUT /instance-ip/2fa814da-8293-415c-a135-37ef1fe4a2f3 HTTP/1.1" 200 256 0.014430 10.0.0.36 - - [2024-09-05 02:31:16] "POST /ref-update HTTP/1.1" 200 156 0.013279 10.0.0.36 - - [2024-09-05 02:31:16] "POST /ref-update HTTP/1.1" 200 156 0.011308 10.0.0.36 - - [2024-09-05 02:31:16] "POST /ref-update HTTP/1.1" 200 156 0.009303 10.0.0.36 - - [2024-09-05 02:31:16] "PUT /routing-instance/3eb0e777-f078-4cab-9a0d-c1a54247265d HTTP/1.1" 200 266 0.015125 10.0.0.36 - - [2024-09-05 02:31:18] "POST /neutron/port HTTP/1.1" 200 1091 0.014005 10.0.0.36 - - [2024-09-05 02:31:18] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005766 10.0.0.36 - - [2024-09-05 02:31:18] "POST /neutron/port HTTP/1.1" 200 1091 0.015122 10.0.0.36 - - [2024-09-05 02:31:18] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006202 10.0.0.36 - - [2024-09-05 02:31:18] "POST /neutron/port HTTP/1.1" 200 1091 0.013902 10.0.0.36 - - [2024-09-05 02:31:18] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005967 10.0.0.36 - - [2024-09-05 02:31:18] "GET /virtual-machine/f702f16c-0ebd-48af-af8f-d1f6122daa5f HTTP/1.1" 401 292 0.000417 10.0.0.36 - - [2024-09-05 02:31:18] "GET /virtual-machine/f702f16c-0ebd-48af-af8f-d1f6122daa5f HTTP/1.1" 200 1296 0.029543 10.0.0.36 - - [2024-09-05 02:31:18] "GET /virtual-machine-interface/a5498e34-8c90-4772-a09c-5f87772099ff HTTP/1.1" 200 2957 0.003558 10.0.0.36 - - [2024-09-05 02:31:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.36 - - [2024-09-05 02:31:18] "GET /global-vrouter-config/fecfd996-969b-4906-862a-f492727b7a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005395 10.0.0.36 - - [2024-09-05 02:31:19] "GET /virtual-networks?parent_id=525e083c-5425-4ee4-9dc1-91e6009f9f59&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003036 10.0.0.36 - - [2024-09-05 02:31:19] "GET /virtual-network/1c2539d9-2aa6-43e4-b809-f7da2a2de58c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004077 10.0.0.36 - - [2024-09-05 02:31:20] "POST /neutron/port HTTP/1.1" 200 1091 0.016650 10.0.0.36 - - [2024-09-05 02:31:20] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005832 10.0.0.36 - - [2024-09-05 02:31:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.36 - - [2024-09-05 02:31:22] "GET /virtual-network/1c2539d9-2aa6-43e4-b809-f7da2a2de58c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.002924 10.0.0.36 - - [2024-09-05 02:31:22] "POST /neutron/port HTTP/1.1" 200 1089 0.016594 10.0.0.36 - - [2024-09-05 02:31:22] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005306 10.0.0.36 - - [2024-09-05 02:31:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.36 - - [2024-09-05 02:31:24] "GET /global-vrouter-config/fecfd996-969b-4906-862a-f492727b7a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002805 10.0.0.36 - - [2024-09-05 02:31:24] "GET /virtual-networks?parent_id=525e083c-5425-4ee4-9dc1-91e6009f9f59&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003254 10.0.0.36 - - [2024-09-05 02:31:24] "GET /virtual-network/1c2539d9-2aa6-43e4-b809-f7da2a2de58c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.003366 10.0.0.36 - - [2024-09-05 02:31:24] "POST /neutron/port HTTP/1.1" 200 1089 0.014435 10.0.0.36 - - [2024-09-05 02:31:24] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005800 10.0.0.36 - - [2024-09-05 02:31:24] "POST /neutron/port HTTP/1.1" 200 1089 0.013532 10.0.0.36 - - [2024-09-05 02:31:24] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005723 10.0.0.36 - - [2024-09-05 02:31:24] "POST /neutron/port HTTP/1.1" 200 1089 0.013403 10.0.0.36 - - [2024-09-05 02:31:24] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006390 10.0.0.36 - - [2024-09-05 02:31:24] "GET /virtual-machine/8aa3f6da-3992-4759-a80c-25ce37b1f73b HTTP/1.1" 200 1295 0.003785 10.0.0.36 - - [2024-09-05 02:31:24] "GET /virtual-machine-interface/47b53fb7-79fb-4916-a099-5035b39d4e77 HTTP/1.1" 200 2968 0.002758 10.0.0.36 - - [2024-09-05 02:31:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.36 - - [2024-09-05 02:31:24] "GET /global-vrouter-config/fecfd996-969b-4906-862a-f492727b7a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002727 10.0.0.36 - - [2024-09-05 02:31:24] "GET /virtual-networks?parent_id=525e083c-5425-4ee4-9dc1-91e6009f9f59&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003037 10.0.0.36 - - [2024-09-05 02:31:24] "GET /virtual-network/5c0703c6-ba71-4567-8ec7-34ff60848700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.003412 10.0.0.36 - - [2024-09-05 02:31:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.36 - - [2024-09-05 02:31:26] "GET /global-vrouter-config/fecfd996-969b-4906-862a-f492727b7a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002544 10.0.0.36 - - [2024-09-05 02:31:26] "GET /virtual-networks?parent_id=525e083c-5425-4ee4-9dc1-91e6009f9f59&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003357 10.0.0.36 - - [2024-09-05 02:31:26] "GET /virtual-network/5c0703c6-ba71-4567-8ec7-34ff60848700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.003167 10.0.0.36 - - [2024-09-05 02:31:30] "POST /neutron/router HTTP/1.1" 200 656 0.004312 10.0.0.36 - - [2024-09-05 02:31:30] "POST /ref-update HTTP/1.1" 200 156 0.011388 10.0.0.36 - - [2024-09-05 02:31:30] "POST /neutron/router HTTP/1.1" 200 344 0.106681 10.0.0.36 - - [2024-09-05 02:31:30] "POST /neutron/router HTTP/1.1" 200 656 0.006457 10.0.0.36 - - [2024-09-05 02:31:30] "GET /logical-router/88d01dea-4910-4baa-aa16-7083188858f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1972 0.002906 10.0.0.36 - - [2024-09-05 02:31:30] "GET /service-instance/a12c6393-ceee-4885-aa57-60a7c7097363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2326 0.003472 10.0.0.36 - - [2024-09-05 02:31:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004068 10.0.0.36 - - [2024-09-05 02:31:30] "POST /neutron/router HTTP/1.1" 200 151 0.060855 10.0.0.36 - - [2024-09-05 02:31:30] "DELETE /route-target/faf02622-8a63-4aa6-8e0b-31d7f76b29cf HTTP/1.1" 409 239 0.006123 10.0.0.36 - - [2024-09-05 02:31:30] "PUT /logical-router/88d01dea-4910-4baa-aa16-7083188858f8 HTTP/1.1" 404 171 0.003146 10.0.0.36 - - [2024-09-05 02:31:30] "POST /ref-update HTTP/1.1" 200 156 0.016552 10.0.0.36 - - [2024-09-05 02:31:30] "DELETE /route-table/b1d76d94-ac19-4ba4-9ca6-557ef1d1b69e HTTP/1.1" 200 115 0.027875 10.0.0.36 - - [2024-09-05 02:31:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.36 - - [2024-09-05 02:31:30] "PUT /routing-instance/3eb0e777-f078-4cab-9a0d-c1a54247265d HTTP/1.1" 200 266 0.013498 10.0.0.36 - - [2024-09-05 02:31:30] "GET /virtual-network/b68a156f-066e-4db3-8129-cf27124cbeed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2133 0.005432 10.0.0.36 - - [2024-09-05 02:31:30] "POST /neutron/network HTTP/1.1" 200 832 0.016257 10.0.0.36 - - [2024-09-05 02:31:30] "POST /neutron/network HTTP/1.1" 400 204 0.036758 10.0.0.36 - - [2024-09-05 02:31:30] "POST /ref-update HTTP/1.1" 200 156 0.012120 10.0.0.36 - - [2024-09-05 02:31:30] "POST /ref-update HTTP/1.1" 200 156 0.011992 10.0.0.36 - - [2024-09-05 02:31:30] "DELETE /instance-ip/2fa814da-8293-415c-a135-37ef1fe4a2f3 HTTP/1.1" 200 115 0.045597 10.0.0.36 - - [2024-09-05 02:31:31] "POST /useragent-kv HTTP/1.1" 200 115 0.001794 10.0.0.36 - - [2024-09-05 02:31:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.006681 10.0.0.36 - - [2024-09-05 02:31:31] "POST /useragent-kv HTTP/1.1" 200 115 0.001079 10.0.0.36 - - [2024-09-05 02:31:31] "DELETE /virtual-network/b68a156f-066e-4db3-8129-cf27124cbeed HTTP/1.1" 200 115 0.112200 10.0.0.36 - - [2024-09-05 02:31:31] "DELETE /route-target/7cf3ae84-74cb-4823-9de8-b9084e143493 HTTP/1.1" 200 115 0.018134 10.0.0.36 - - [2024-09-05 02:31:31] "DELETE /service-instance/a12c6393-ceee-4885-aa57-60a7c7097363 HTTP/1.1" 200 115 0.033525 10.0.0.36 - - [2024-09-05 02:31:31] "GET /logical-router/88d01dea-4910-4baa-aa16-7083188858f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002844 10.0.0.36 - - [2024-09-05 02:31:31] "GET /service-instance/a12c6393-ceee-4885-aa57-60a7c7097363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002528 10.0.0.36 - - [2024-09-05 02:31:31] "POST /neutron/port HTTP/1.1" 200 1089 0.014698 10.0.0.36 - - [2024-09-05 02:31:31] "GET /virtual-machine-interface/cca2cc19-9edf-4af2-937d-32307ddb5cb3?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1344 0.004976 10.0.0.36 - - [2024-09-05 02:31:31] "POST /neutron/port HTTP/1.1" 200 1115 0.009630 10.0.0.36 - - [2024-09-05 02:31:31] "POST /neutron/port HTTP/1.1" 200 1091 0.016668 10.0.0.36 - - [2024-09-05 02:31:31] "POST /neutron/port HTTP/1.1" 200 1117 0.010131 10.0.0.36 - - [2024-09-05 02:31:31] "DELETE /virtual-machine-interface/cca2cc19-9edf-4af2-937d-32307ddb5cb3 HTTP/1.1" 200 115 0.046840 10.0.0.36 - - [2024-09-05 02:31:31] "GET /virtual-machine-interface/62d568ba-1d91-4f17-9c08-82f95216f326?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1663 0.004530 10.0.0.36 - - [2024-09-05 02:31:31] "POST /neutron/port HTTP/1.1" 200 151 0.143812 10.0.0.36 - - [2024-09-05 02:31:31] "POST /ref-update HTTP/1.1" 200 156 0.017615 10.0.0.36 - - [2024-09-05 02:31:31] "POST /neutron/port HTTP/1.1" 200 151 0.134471 10.0.0.36 - - [2024-09-05 02:31:31] "GET /instance-ip/0be4326d-388d-46ba-bd0a-72534138752a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.003805 10.0.0.36 - - [2024-09-05 02:31:31] "DELETE /virtual-machine-interface/62d568ba-1d91-4f17-9c08-82f95216f326 HTTP/1.1" 200 115 0.041942 10.0.0.36 - - [2024-09-05 02:31:31] "POST /ref-update HTTP/1.1" 200 156 0.010891 10.0.0.36 - - [2024-09-05 02:31:31] "DELETE /virtual-machine/fa605d52-da7e-44a5-a20d-cd088c1f9ad8 HTTP/1.1" 200 115 0.024374 10.0.0.36 - - [2024-09-05 02:31:31] "GET /virtual-machine-interface/3edcab44-11f9-4f7c-8f5e-c9ddae2aac39?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1663 0.003746 10.0.0.36 - - [2024-09-05 02:31:31] "POST /ref-update HTTP/1.1" 200 156 0.011593 10.0.0.36 - - [2024-09-05 02:31:31] "GET /instance-ip/0be4326d-388d-46ba-bd0a-72534138752a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1692 0.004601 10.0.0.36 - - [2024-09-05 02:31:31] "DELETE /instance-ip/0be4326d-388d-46ba-bd0a-72534138752a HTTP/1.1" 200 115 0.021652 10.0.0.36 - - [2024-09-05 02:31:31] "DELETE /virtual-machine-interface/3edcab44-11f9-4f7c-8f5e-c9ddae2aac39 HTTP/1.1" 200 115 0.030591 10.0.0.36 - - [2024-09-05 02:31:31] "GET /virtual-machine-interface/85f015a9-238c-4e37-907a-90e2a4111e41?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1343 0.002759 10.0.0.36 - - [2024-09-05 02:31:31] "DELETE /virtual-machine-interface/85f015a9-238c-4e37-907a-90e2a4111e41 HTTP/1.1" 200 115 0.023103 10.0.0.36 - - [2024-09-05 02:31:31] "DELETE /virtual-machine/24c06bfa-90bd-41ed-8118-26586067697f HTTP/1.1" 200 115 0.016624 10.0.0.36 - - [2024-09-05 02:31:32] "POST /neutron/network HTTP/1.1" 200 832 0.005671 10.0.0.36 - - [2024-09-05 02:31:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004207 10.0.0.36 - - [2024-09-05 02:31:32] "POST /useragent-kv HTTP/1.1" 200 115 0.001153 10.0.0.36 - - [2024-09-05 02:31:32] "POST /useragent-kv HTTP/1.1" 200 115 0.000968 10.0.0.36 - - [2024-09-05 02:31:32] "POST /neutron/network HTTP/1.1" 200 151 0.070000 10.0.0.36 - - [2024-09-05 02:31:32] "DELETE /route-target/fba4920c-2809-48bd-82f2-dec8e0974b4e HTTP/1.1" 200 115 0.016560 10.0.0.36 - - [2024-09-05 02:31:32] "POST /neutron/network HTTP/1.1" 200 827 0.004879 10.0.0.36 - - [2024-09-05 02:31:32] "POST /useragent-kv HTTP/1.1" 200 115 0.001171 10.0.0.36 - - [2024-09-05 02:31:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005683 10.0.0.36 - - [2024-09-05 02:31:32] "POST /useragent-kv HTTP/1.1" 200 115 0.001244 10.0.0.36 - - [2024-09-05 02:31:32] "POST /neutron/network HTTP/1.1" 200 151 0.077191 10.0.0.36 - - [2024-09-05 02:31:32] "DELETE /route-target/c4e62293-e6da-4ca4-873a-9520c80e57ec HTTP/1.1" 200 115 0.012418 10.0.0.36 - - [2024-09-05 02:31:33] "GET /projects?obj_uuids=525e083c-5425-4ee4-9dc1-91e6009f9f59&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001188 10.0.0.36 - - [2024-09-05 02:31:33] "GET /project/525e083c-5425-4ee4-9dc1-91e6009f9f59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.021461 10.0.0.36 - - [2024-09-05 02:31:33] "GET /projects?obj_uuids=525e083c-5425-4ee4-9dc1-91e6009f9f59&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001097 10.0.0.36 - - [2024-09-05 02:31:33] "GET /project/525e083c-5425-4ee4-9dc1-91e6009f9f59?fields=virtual_networks HTTP/1.1" 200 1037 0.061309 10.0.0.36 - - [2024-09-05 02:31:33] "GET /projects?obj_uuids=525e083c-5425-4ee4-9dc1-91e6009f9f59&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001136 10.0.0.36 - - [2024-09-05 02:31:33] "GET /project/525e083c-5425-4ee4-9dc1-91e6009f9f59?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.021762 10.0.0.36 - - [2024-09-05 02:31:33] "GET /projects?obj_uuids=525e083c-5425-4ee4-9dc1-91e6009f9f59&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001120 10.0.0.36 - - [2024-09-05 02:31:33] "GET /project/525e083c-5425-4ee4-9dc1-91e6009f9f59?fields=security_groups HTTP/1.1" 200 1266 0.020451 10.0.0.36 - - [2024-09-05 02:31:34] "POST /fqname-to-id HTTP/1.1" 404 196 0.024474 10.0.0.36 - - [2024-09-05 02:31:34] "GET /projects?obj_uuids=580e5078-d2b6-4035-942a-e262ff809161&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002392 10.0.0.36 - - [2024-09-05 02:31:34] "GET /domains?obj_uuids=2cf23a14-4453-4d2b-ad96-29f4a9e998af&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001106 10.0.0.36 - - [2024-09-05 02:31:34] "GET /domain/2cf23a14-4453-4d2b-ad96-29f4a9e998af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006532 10.0.0.36 - - [2024-09-05 02:31:34] "POST /id-to-fqname HTTP/1.1" 200 198 0.001284 10.0.0.36 - - [2024-09-05 02:31:34] "POST /fqname-to-id HTTP/1.1" 404 207 0.004767 10.0.0.36 - - [2024-09-05 02:31:34] "POST /security-groups HTTP/1.1" 200 599 0.063448 10.0.0.36 - - [2024-09-05 02:31:34] "POST /fqname-to-id HTTP/1.1" 404 242 0.002396 10.0.0.36 - - [2024-09-05 02:31:34] "POST /projects HTTP/1.1" 200 601 0.207946 10.0.0.36 - - [2024-09-05 02:31:34] "POST /access-control-lists HTTP/1.1" 200 604 0.057765 10.0.0.36 - - [2024-09-05 02:31:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.276572 10.0.0.36 - - [2024-09-05 02:31:34] "POST /fqname-to-id HTTP/1.1" 404 241 0.002830 10.0.0.36 - - [2024-09-05 02:31:34] "GET /project/580e5078-d2b6-4035-942a-e262ff809161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.392137 10.0.0.36 - - [2024-09-05 02:31:34] "POST /access-control-lists HTTP/1.1" 200 602 0.059758 10.0.0.36 - - [2024-09-05 02:31:35] "GET / HTTP/1.1" 200 35931 0.002088 10.0.0.36 - - [2024-09-05 02:31:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000509 10.0.0.36 - - [2024-09-05 02:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.054914 10.0.0.36 - - [2024-09-05 02:31:36] "GET /projects?obj_uuids=580e5078-d2b6-4035-942a-e262ff809161&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001116 10.0.0.36 - - [2024-09-05 02:31:36] "GET /project/580e5078-d2b6-4035-942a-e262ff809161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.020578 10.0.0.36 - - [2024-09-05 02:31:36] "POST /neutron/network HTTP/1.1" 200 117 0.028572 10.0.0.36 - - [2024-09-05 02:31:36] "GET /projects?obj_uuids=580e5078-d2b6-4035-942a-e262ff809161&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001464 10.0.0.36 - - [2024-09-05 02:31:36] "POST /neutron/network HTTP/1.1" 200 613 0.062642 10.0.0.36 - - [2024-09-05 02:31:36] "POST /route-targets HTTP/1.1" 200 327 0.018710 10.0.0.36 - - [2024-09-05 02:31:36] "POST /ref-update HTTP/1.1" 200 156 0.013870 10.0.0.36 - - [2024-09-05 02:31:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003116 10.0.0.36 - - [2024-09-05 02:31:37] "POST /neutron/subnet HTTP/1.1" 200 725 0.198708 10.0.0.36 - - [2024-09-05 02:31:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002954 10.0.0.36 - - [2024-09-05 02:31:37] "POST /neutron/subnet HTTP/1.1" 200 828 0.125711 10.0.0.36 - - [2024-09-05 02:31:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.029430 10.0.0.36 - - [2024-09-05 02:31:37] "GET /virtual-network/1752ff83-713e-48d9-84a6-e4ca4ce5b797?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1948 0.004426 10.0.0.36 - - [2024-09-05 02:31:37] "POST /neutron/network HTTP/1.1" 200 1006 0.006001 10.0.0.36 - - [2024-09-05 02:31:37] "POST /id-to-fqname HTTP/1.1" 200 228 0.001059 10.0.0.36 - - [2024-09-05 02:31:37] "GET /virtual-network/9b292a7a-c163-415d-b9f4-b5817f6cb1f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.002354 10.0.0.36 - - [2024-09-05 02:31:37] "POST /neutron/network HTTP/1.1" 200 1006 0.007468 10.0.0.36 - - [2024-09-05 02:31:37] "GET /virtual-network/9b292a7a-c163-415d-b9f4-b5817f6cb1f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.002527 10.0.0.36 - - [2024-09-05 02:31:37] "POST /neutron/network HTTP/1.1" 200 1006 0.006974 10.0.0.36 - - [2024-09-05 02:31:37] "POST /neutron/subnet HTTP/1.1" 200 725 0.006274 10.0.0.36 - - [2024-09-05 02:31:37] "POST /neutron/subnet HTTP/1.1" 200 828 0.007879 10.0.0.36 - - [2024-09-05 02:31:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002585 10.0.0.36 - - [2024-09-05 02:31:37] "GET /projects?obj_uuids=580e5078-d2b6-4035-942a-e262ff809161&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001056 10.0.0.36 - - [2024-09-05 02:31:37] "GET /project/580e5078-d2b6-4035-942a-e262ff809161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.018161 10.0.0.36 - - [2024-09-05 02:31:37] "POST /neutron/network HTTP/1.1" 200 117 0.008605 10.0.0.36 - - [2024-09-05 02:31:37] "GET /projects?obj_uuids=580e5078-d2b6-4035-942a-e262ff809161&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001434 10.0.0.36 - - [2024-09-05 02:31:37] "POST /neutron/network HTTP/1.1" 200 613 0.060076 10.0.0.36 - - [2024-09-05 02:31:37] "POST /route-targets HTTP/1.1" 200 327 0.009542 10.0.0.36 - - [2024-09-05 02:31:37] "POST /ref-update HTTP/1.1" 200 156 0.010312 10.0.0.36 - - [2024-09-05 02:31:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003144 10.0.0.36 - - [2024-09-05 02:31:37] "POST /neutron/subnet HTTP/1.1" 200 729 0.127947 10.0.0.36 - - [2024-09-05 02:31:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004130 10.0.0.36 - - [2024-09-05 02:31:37] "GET /virtual-network/1752ff83-713e-48d9-84a6-e4ca4ce5b797?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1948 0.002849 10.0.0.36 - - [2024-09-05 02:31:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003378 10.0.0.36 - - [2024-09-05 02:31:37] "POST /neutron/subnet HTTP/1.1" 200 828 0.126437 10.0.0.36 - - [2024-09-05 02:31:37] "POST /neutron/network HTTP/1.1" 200 1007 0.006568 10.0.0.36 - - [2024-09-05 02:31:37] "POST /id-to-fqname HTTP/1.1" 200 228 0.001277 10.0.0.36 - - [2024-09-05 02:31:37] "GET /virtual-network/7031a531-9d67-48bc-a2ae-b7d3e0b59572?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.002840 10.0.0.36 - - [2024-09-05 02:31:38] "POST /neutron/network HTTP/1.1" 200 1007 0.008140 10.0.0.36 - - [2024-09-05 02:31:38] "GET /virtual-network/7031a531-9d67-48bc-a2ae-b7d3e0b59572?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.002766 10.0.0.36 - - [2024-09-05 02:31:38] "POST /neutron/network HTTP/1.1" 200 1007 0.007189 10.0.0.36 - - [2024-09-05 02:31:38] "POST /neutron/subnet HTTP/1.1" 200 729 0.006416 10.0.0.36 - - [2024-09-05 02:31:38] "POST /neutron/subnet HTTP/1.1" 200 828 0.006911 10.0.0.36 - - [2024-09-05 02:31:38] "POST /fqname-to-id HTTP/1.1" 404 234 0.002246 10.0.0.36 - - [2024-09-05 02:31:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.001955 10.0.0.36 - - [2024-09-05 02:31:38] "GET /projects?obj_uuids=580e5078-d2b6-4035-942a-e262ff809161&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001187 10.0.0.36 - - [2024-09-05 02:31:38] "GET /project/580e5078-d2b6-4035-942a-e262ff809161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.019766 10.0.0.36 - - [2024-09-05 02:31:38] "POST /network-policys HTTP/1.1" 200 577 0.060451 10.0.0.36 - - [2024-09-05 02:31:38] "GET /network-policy/55072d9c-af59-49c0-97ee-58b006501838?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.005027 10.0.0.36 - - [2024-09-05 02:31:38] "POST /neutron/network HTTP/1.1" 200 1006 0.007279 10.0.0.36 - - [2024-09-05 02:31:38] "POST /fqname-to-id HTTP/1.1" 404 242 0.005589 10.0.0.36 - - [2024-09-05 02:31:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005107 10.0.0.36 - - [2024-09-05 02:31:38] "GET /virtual-network/1752ff83-713e-48d9-84a6-e4ca4ce5b797?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1948 0.005068 10.0.0.36 - - [2024-09-05 02:31:38] "POST /neutron/network HTTP/1.1" 200 1114 0.046914 10.0.0.36 - - [2024-09-05 02:31:38] "POST /access-control-lists HTTP/1.1" 200 596 0.067008 10.0.0.36 - - [2024-09-05 02:31:38] "POST /neutron/network HTTP/1.1" 200 1114 0.043698 10.0.0.36 - - [2024-09-05 02:31:38] "GET /virtual-network/9b292a7a-c163-415d-b9f4-b5817f6cb1f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.002976 10.0.0.36 - - [2024-09-05 02:31:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002124 10.0.0.36 - - [2024-09-05 02:31:38] "GET /network-policy/55072d9c-af59-49c0-97ee-58b006501838?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.003435 10.0.0.36 - - [2024-09-05 02:31:38] "POST /neutron/network HTTP/1.1" 200 1007 0.007067 10.0.0.36 - - [2024-09-05 02:31:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005862 10.0.0.36 - - [2024-09-05 02:31:38] "GET /virtual-network/1752ff83-713e-48d9-84a6-e4ca4ce5b797?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1948 0.004719 10.0.0.36 - - [2024-09-05 02:31:38] "POST /neutron/network HTTP/1.1" 200 1115 0.045740 10.0.0.36 - - [2024-09-05 02:31:38] "PUT /access-control-list/4090452e-1ca3-4548-98cd-c707592e9d8d HTTP/1.1" 200 272 0.062938 10.0.0.36 - - [2024-09-05 02:31:38] "POST /neutron/network HTTP/1.1" 200 1115 0.032199 10.0.0.36 - - [2024-09-05 02:31:38] "POST /fqname-to-id HTTP/1.1" 404 242 0.004371 10.0.0.36 - - [2024-09-05 02:31:38] "GET /virtual-network/7031a531-9d67-48bc-a2ae-b7d3e0b59572?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.002862 10.0.0.36 - - [2024-09-05 02:31:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002168 10.0.0.36 - - [2024-09-05 02:31:38] "GET /network-policy/55072d9c-af59-49c0-97ee-58b006501838?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.002825 10.0.0.36 - - [2024-09-05 02:31:38] "GET /domains HTTP/1.1" 401 292 0.000479 10.0.0.36 - - [2024-09-05 02:31:38] "POST /access-control-lists HTTP/1.1" 200 596 0.059864 10.0.0.36 - - [2024-09-05 02:31:38] "POST /ref-update HTTP/1.1" 200 156 0.010219 10.0.0.36 - - [2024-09-05 02:31:39] "GET /domains HTTP/1.1" 200 280 0.024338 10.0.0.36 - - [2024-09-05 02:31:39] "GET /domains?obj_uuids=2cf23a14-4453-4d2b-ad96-29f4a9e998af&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001137 10.0.0.36 - - [2024-09-05 02:31:39] "GET /domain/2cf23a14-4453-4d2b-ad96-29f4a9e998af HTTP/1.1" 200 2770 0.008360 10.0.0.36 - - [2024-09-05 02:31:39] "GET /projects?obj_uuids=580e5078-d2b6-4035-942a-e262ff809161&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001071 10.0.0.36 - - [2024-09-05 02:31:39] "GET /project/580e5078-d2b6-4035-942a-e262ff809161 HTTP/1.1" 200 2624 0.064744 10.0.0.36 - - [2024-09-05 02:31:39] "GET /virtual-network/9b292a7a-c163-415d-b9f4-b5817f6cb1f0 HTTP/1.1" 200 3506 0.003797 10.0.0.36 - - [2024-09-05 02:31:39] "GET /virtual-network/9b292a7a-c163-415d-b9f4-b5817f6cb1f0 HTTP/1.1" 200 3506 0.003090 10.0.0.36 - - [2024-09-05 02:31:39] "GET /routing-instance/8efef5f6-1b20-48e8-a49e-32f010cddcd1 HTTP/1.1" 200 1796 0.002752 10.0.0.36 - - [2024-09-05 02:31:39] "GET /routing-instance/8efef5f6-1b20-48e8-a49e-32f010cddcd1 HTTP/1.1" 200 1796 0.002370 10.0.0.36 - - [2024-09-05 02:31:39] "GET /route-target/816fc599-b84e-45d6-adc0-e6d679a77779 HTTP/1.1" 200 1212 0.002390 10.0.0.36 - - [2024-09-05 02:31:39] "GET /virtual-network/9b292a7a-c163-415d-b9f4-b5817f6cb1f0 HTTP/1.1" 200 3506 0.002463 10.0.0.36 - - [2024-09-05 02:31:39] "GET /routing-instance/8efef5f6-1b20-48e8-a49e-32f010cddcd1 HTTP/1.1" 200 1796 0.002395 10.0.0.36 - - [2024-09-05 02:31:39] "GET /virtual-network/9b292a7a-c163-415d-b9f4-b5817f6cb1f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.002483 10.0.0.36 - - [2024-09-05 02:31:39] "GET /virtual-network/9b292a7a-c163-415d-b9f4-b5817f6cb1f0 HTTP/1.1" 200 3506 0.002641 10.0.0.36 - - [2024-09-05 02:31:39] "GET /routing-instance/8efef5f6-1b20-48e8-a49e-32f010cddcd1 HTTP/1.1" 200 1796 0.002892 10.0.0.36 - - [2024-09-05 02:31:39] "GET /routing-instance/8efef5f6-1b20-48e8-a49e-32f010cddcd1 HTTP/1.1" 200 1796 0.002563 10.0.0.36 - - [2024-09-05 02:31:39] "GET /route-target/816fc599-b84e-45d6-adc0-e6d679a77779 HTTP/1.1" 200 1212 0.002335 10.0.0.36 - - [2024-09-05 02:31:39] "GET /domains HTTP/1.1" 200 280 0.002740 10.0.0.36 - - [2024-09-05 02:31:39] "GET /domains?obj_uuids=2cf23a14-4453-4d2b-ad96-29f4a9e998af&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001071 10.0.0.36 - - [2024-09-05 02:31:39] "GET /domain/2cf23a14-4453-4d2b-ad96-29f4a9e998af HTTP/1.1" 200 2770 0.006490 10.0.0.36 - - [2024-09-05 02:31:39] "GET /projects?obj_uuids=580e5078-d2b6-4035-942a-e262ff809161&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001019 10.0.0.36 - - [2024-09-05 02:31:39] "GET /project/580e5078-d2b6-4035-942a-e262ff809161 HTTP/1.1" 200 2624 0.060972 10.0.0.36 - - [2024-09-05 02:31:39] "GET /virtual-network/9b292a7a-c163-415d-b9f4-b5817f6cb1f0 HTTP/1.1" 200 3506 0.002569 10.0.0.36 - - [2024-09-05 02:31:39] "GET /obj-perms HTTP/1.1" 200 5046 0.050451 10.0.0.36 - - [2024-09-05 02:31:39] "GET /domains HTTP/1.1" 200 280 0.003060 10.0.0.36 - - [2024-09-05 02:31:39] "GET /domains?obj_uuids=2cf23a14-4453-4d2b-ad96-29f4a9e998af&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001043 10.0.0.36 - - [2024-09-05 02:31:39] "GET /domain/2cf23a14-4453-4d2b-ad96-29f4a9e998af HTTP/1.1" 200 2770 0.006598 10.0.0.36 - - [2024-09-05 02:31:39] "GET /projects?obj_uuids=580e5078-d2b6-4035-942a-e262ff809161&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003315 10.0.0.36 - - [2024-09-05 02:31:39] "GET /project/580e5078-d2b6-4035-942a-e262ff809161 HTTP/1.1" 200 2624 0.064683 10.0.0.36 - - [2024-09-05 02:31:39] "GET /virtual-network/7031a531-9d67-48bc-a2ae-b7d3e0b59572 HTTP/1.1" 200 3508 0.004478 10.0.0.36 - - [2024-09-05 02:31:39] "GET /virtual-network/7031a531-9d67-48bc-a2ae-b7d3e0b59572 HTTP/1.1" 200 3508 0.002594 10.0.0.36 - - [2024-09-05 02:31:39] "GET /routing-instance/4e2345ff-aed1-4e69-818f-76a7af0ee020 HTTP/1.1" 200 1794 0.002549 10.0.0.36 - - [2024-09-05 02:31:39] "GET /routing-instance/4e2345ff-aed1-4e69-818f-76a7af0ee020 HTTP/1.1" 200 1794 0.002280 10.0.0.36 - - [2024-09-05 02:31:39] "GET /route-target/2161b86f-558a-460a-8630-3e96cd45e613 HTTP/1.1" 200 1211 0.002124 10.0.0.36 - - [2024-09-05 02:31:39] "GET /virtual-network/7031a531-9d67-48bc-a2ae-b7d3e0b59572 HTTP/1.1" 200 3508 0.002264 10.0.0.36 - - [2024-09-05 02:31:39] "GET /routing-instance/4e2345ff-aed1-4e69-818f-76a7af0ee020 HTTP/1.1" 200 1794 0.002148 10.0.0.36 - - [2024-09-05 02:31:39] "GET /virtual-network/7031a531-9d67-48bc-a2ae-b7d3e0b59572?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.002253 10.0.0.36 - - [2024-09-05 02:31:39] "GET /virtual-network/7031a531-9d67-48bc-a2ae-b7d3e0b59572 HTTP/1.1" 200 3508 0.002852 10.0.0.36 - - [2024-09-05 02:31:39] "GET /routing-instance/4e2345ff-aed1-4e69-818f-76a7af0ee020 HTTP/1.1" 200 1794 0.002601 10.0.0.36 - - [2024-09-05 02:31:40] "GET /routing-instance/4e2345ff-aed1-4e69-818f-76a7af0ee020 HTTP/1.1" 200 1794 0.002635 10.0.0.36 - - [2024-09-05 02:31:40] "GET /route-target/2161b86f-558a-460a-8630-3e96cd45e613 HTTP/1.1" 200 1211 0.002541 10.0.0.36 - - [2024-09-05 02:31:40] "GET /domains HTTP/1.1" 200 280 0.002742 10.0.0.36 - - [2024-09-05 02:31:40] "GET /domains?obj_uuids=2cf23a14-4453-4d2b-ad96-29f4a9e998af&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001224 10.0.0.36 - - [2024-09-05 02:31:40] "GET /domain/2cf23a14-4453-4d2b-ad96-29f4a9e998af HTTP/1.1" 200 2770 0.007444 10.0.0.36 - - [2024-09-05 02:31:40] "GET /projects?obj_uuids=580e5078-d2b6-4035-942a-e262ff809161&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001397 10.0.0.36 - - [2024-09-05 02:31:40] "GET /project/580e5078-d2b6-4035-942a-e262ff809161 HTTP/1.1" 200 2624 0.062585 10.0.0.36 - - [2024-09-05 02:31:40] "GET /virtual-network/7031a531-9d67-48bc-a2ae-b7d3e0b59572 HTTP/1.1" 200 3508 0.002644 10.0.0.36 - - [2024-09-05 02:31:40] "GET /obj-perms HTTP/1.1" 200 5046 0.002738 10.0.0.36 - - [2024-09-05 02:31:40] "GET /virtual-network/7031a531-9d67-48bc-a2ae-b7d3e0b59572?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.003228 10.0.0.36 - - [2024-09-05 02:31:40] "POST /neutron/network HTTP/1.1" 200 1115 0.007046 10.0.0.36 - - [2024-09-05 02:31:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005276 10.0.0.36 - - [2024-09-05 02:31:40] "GET /virtual-network/1752ff83-713e-48d9-84a6-e4ca4ce5b797?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1948 0.003024 10.0.0.36 - - [2024-09-05 02:31:40] "POST /neutron/network HTTP/1.1" 200 1007 0.045569 10.0.0.36 - - [2024-09-05 02:31:40] "DELETE /access-control-list/19145ca4-ccf5-48d5-9b05-853de6eb88ca HTTP/1.1" 200 115 0.034732 10.0.0.36 - - [2024-09-05 02:31:40] "POST /neutron/network HTTP/1.1" 200 1007 0.009567 10.0.0.36 - - [2024-09-05 02:31:40] "GET /virtual-network/7031a531-9d67-48bc-a2ae-b7d3e0b59572?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006069 10.0.0.36 - - [2024-09-05 02:31:40] "GET /virtual-network/9b292a7a-c163-415d-b9f4-b5817f6cb1f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.002596 10.0.0.36 - - [2024-09-05 02:31:40] "POST /ref-update HTTP/1.1" 200 156 0.024039 10.0.0.36 - - [2024-09-05 02:31:40] "POST /neutron/network HTTP/1.1" 200 1114 0.007668 10.0.0.36 - - [2024-09-05 02:31:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.006710 10.0.0.36 - - [2024-09-05 02:31:40] "GET /virtual-network/1752ff83-713e-48d9-84a6-e4ca4ce5b797?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1948 0.005697 10.0.0.36 - - [2024-09-05 02:31:40] "POST /neutron/network HTTP/1.1" 200 1006 0.044999 10.0.0.36 - - [2024-09-05 02:31:40] "DELETE /access-control-list/4090452e-1ca3-4548-98cd-c707592e9d8d HTTP/1.1" 200 115 0.042146 10.0.0.36 - - [2024-09-05 02:31:40] "POST /neutron/network HTTP/1.1" 200 1006 0.010773 10.0.0.36 - - [2024-09-05 02:31:40] "POST /ref-update HTTP/1.1" 200 156 0.011793 10.0.0.36 - - [2024-09-05 02:31:40] "GET /virtual-network/9b292a7a-c163-415d-b9f4-b5817f6cb1f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.002938 10.0.0.36 - - [2024-09-05 02:31:40] "DELETE /network-policy/55072d9c-af59-49c0-97ee-58b006501838 HTTP/1.1" 200 115 0.022222 10.0.0.36 - - [2024-09-05 02:31:40] "POST /neutron/network HTTP/1.1" 200 1007 0.006769 10.0.0.36 - - [2024-09-05 02:31:40] "POST /useragent-kv HTTP/1.1" 200 115 0.001123 10.0.0.36 - - [2024-09-05 02:31:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.006138 10.0.0.36 - - [2024-09-05 02:31:40] "POST /useragent-kv HTTP/1.1" 200 115 0.001113 10.0.0.36 - - [2024-09-05 02:31:40] "POST /useragent-kv HTTP/1.1" 200 115 0.001412 10.0.0.36 - - [2024-09-05 02:31:40] "POST /useragent-kv HTTP/1.1" 200 115 0.001453 10.0.0.36 - - [2024-09-05 02:31:40] "POST /neutron/network HTTP/1.1" 200 151 0.082885 10.0.0.36 - - [2024-09-05 02:31:40] "DELETE /route-target/2161b86f-558a-460a-8630-3e96cd45e613 HTTP/1.1" 200 115 0.023576 10.0.0.36 - - [2024-09-05 02:31:40] "GET /routing-instance/4e2345ff-aed1-4e69-818f-76a7af0ee020 HTTP/1.1" 404 171 0.002650 10.0.0.36 - - [2024-09-05 02:31:40] "GET /domains HTTP/1.1" 200 280 0.002208 10.0.0.36 - - [2024-09-05 02:31:40] "GET /domains?obj_uuids=2cf23a14-4453-4d2b-ad96-29f4a9e998af&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001085 10.0.0.36 - - [2024-09-05 02:31:40] "GET /domain/2cf23a14-4453-4d2b-ad96-29f4a9e998af HTTP/1.1" 200 2770 0.047678 10.0.0.36 - - [2024-09-05 02:31:40] "GET /projects?obj_uuids=580e5078-d2b6-4035-942a-e262ff809161&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001214 10.0.0.36 - - [2024-09-05 02:31:40] "GET /project/580e5078-d2b6-4035-942a-e262ff809161 HTTP/1.1" 200 2144 0.066735 10.0.0.36 - - [2024-09-05 02:31:40] "POST /neutron/network HTTP/1.1" 200 1006 0.007184 10.0.0.36 - - [2024-09-05 02:31:40] "POST /useragent-kv HTTP/1.1" 200 115 0.001472 10.0.0.36 - - [2024-09-05 02:31:40] "POST /useragent-kv HTTP/1.1" 200 115 0.001155 10.0.0.36 - - [2024-09-05 02:31:40] "POST /useragent-kv HTTP/1.1" 200 115 0.001020 10.0.0.36 - - [2024-09-05 02:31:40] "POST /useragent-kv HTTP/1.1" 200 115 0.001004 10.0.0.36 - - [2024-09-05 02:31:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.007035 10.0.0.36 - - [2024-09-05 02:31:40] "POST /neutron/network HTTP/1.1" 200 151 0.106483 10.0.0.36 - - [2024-09-05 02:31:40] "GET /routing-instance/8efef5f6-1b20-48e8-a49e-32f010cddcd1 HTTP/1.1" 404 171 0.004447 10.0.0.36 - - [2024-09-05 02:31:40] "GET /domains HTTP/1.1" 200 280 0.002272 10.0.0.36 - - [2024-09-05 02:31:40] "DELETE /route-target/816fc599-b84e-45d6-adc0-e6d679a77779 HTTP/1.1" 200 115 0.023034 10.0.0.36 - - [2024-09-05 02:31:40] "GET /domains?obj_uuids=2cf23a14-4453-4d2b-ad96-29f4a9e998af&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001171 10.0.0.36 - - [2024-09-05 02:31:40] "GET /domain/2cf23a14-4453-4d2b-ad96-29f4a9e998af HTTP/1.1" 200 2770 0.054598 10.0.0.36 - - [2024-09-05 02:31:40] "GET /projects?obj_uuids=580e5078-d2b6-4035-942a-e262ff809161&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001526 10.0.0.36 - - [2024-09-05 02:31:40] "GET /project/580e5078-d2b6-4035-942a-e262ff809161 HTTP/1.1" 200 1899 0.066285 10.0.0.36 - - [2024-09-05 02:31:41] "GET /projects?obj_uuids=580e5078-d2b6-4035-942a-e262ff809161&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001194 10.0.0.36 - - [2024-09-05 02:31:41] "GET /project/580e5078-d2b6-4035-942a-e262ff809161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.020276 10.0.0.36 - - [2024-09-05 02:31:41] "GET /projects?obj_uuids=580e5078-d2b6-4035-942a-e262ff809161&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001045 10.0.0.36 - - [2024-09-05 02:31:41] "GET /project/580e5078-d2b6-4035-942a-e262ff809161?fields=virtual_networks HTTP/1.1" 200 1047 0.060922 10.0.0.36 - - [2024-09-05 02:31:41] "GET /projects?obj_uuids=580e5078-d2b6-4035-942a-e262ff809161&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001134 10.0.0.36 - - [2024-09-05 02:31:41] "GET /project/580e5078-d2b6-4035-942a-e262ff809161?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.021602 10.0.0.36 - - [2024-09-05 02:31:41] "GET /projects?obj_uuids=580e5078-d2b6-4035-942a-e262ff809161&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001134 10.0.0.36 - - [2024-09-05 02:31:41] "GET /project/580e5078-d2b6-4035-942a-e262ff809161?fields=security_groups HTTP/1.1" 200 1281 0.021197 10.0.0.36 - - [2024-09-05 02:31:42] "POST /fqname-to-id HTTP/1.1" 404 190 0.024799 10.0.0.36 - - [2024-09-05 02:31:42] "GET /projects?obj_uuids=fb0f804b-c678-4999-9f48-3aa004186494&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002704 10.0.0.36 - - [2024-09-05 02:31:42] "GET /domains?obj_uuids=2cf23a14-4453-4d2b-ad96-29f4a9e998af&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001178 10.0.0.36 - - [2024-09-05 02:31:42] "GET /domain/2cf23a14-4453-4d2b-ad96-29f4a9e998af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006766 10.0.0.36 - - [2024-09-05 02:31:42] "POST /id-to-fqname HTTP/1.1" 200 192 0.001896 10.0.0.36 - - [2024-09-05 02:31:42] "POST /fqname-to-id HTTP/1.1" 404 201 0.003387 10.0.0.36 - - [2024-09-05 02:31:42] "POST /security-groups HTTP/1.1" 200 593 0.067373 10.0.0.36 - - [2024-09-05 02:31:42] "POST /fqname-to-id HTTP/1.1" 404 236 0.003110 10.0.0.36 - - [2024-09-05 02:31:42] "POST /projects HTTP/1.1" 200 589 0.230277 10.0.0.36 - - [2024-09-05 02:31:42] "POST /access-control-lists HTTP/1.1" 200 598 0.058577 10.0.0.36 - - [2024-09-05 02:31:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.304112 10.0.0.36 - - [2024-09-05 02:31:42] "POST /fqname-to-id HTTP/1.1" 404 235 0.002850 10.0.0.36 - - [2024-09-05 02:31:42] "GET /project/fb0f804b-c678-4999-9f48-3aa004186494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.426674 10.0.0.36 - - [2024-09-05 02:31:42] "POST /access-control-lists HTTP/1.1" 200 596 0.059739 10.0.0.36 - - [2024-09-05 02:31:43] "GET / HTTP/1.1" 200 35931 0.002098 10.0.0.36 - - [2024-09-05 02:31:44] "POST /fqname-to-id HTTP/1.1" 401 292 0.000493 10.0.0.36 - - [2024-09-05 02:31:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.054546 10.0.0.36 - - [2024-09-05 02:31:44] "GET /projects?obj_uuids=fb0f804b-c678-4999-9f48-3aa004186494&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001038 10.0.0.36 - - [2024-09-05 02:31:44] "GET /project/fb0f804b-c678-4999-9f48-3aa004186494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.020208 10.0.0.36 - - [2024-09-05 02:31:44] "POST /neutron/network HTTP/1.1" 200 117 0.028738 10.0.0.36 - - [2024-09-05 02:31:44] "GET /projects?obj_uuids=fb0f804b-c678-4999-9f48-3aa004186494&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001546 10.0.0.36 - - [2024-09-05 02:31:44] "POST /neutron/network HTTP/1.1" 200 607 0.058812 10.0.0.36 - - [2024-09-05 02:31:44] "POST /route-targets HTTP/1.1" 200 327 0.012864 10.0.0.36 - - [2024-09-05 02:31:44] "POST /ref-update HTTP/1.1" 200 156 0.014731 10.0.0.36 - - [2024-09-05 02:31:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002169 10.0.0.36 - - [2024-09-05 02:31:45] "POST /neutron/subnet HTTP/1.1" 200 725 0.152492 10.0.0.36 - - [2024-09-05 02:31:45] "POST /neutron/network HTTP/1.1" 200 826 0.006174 10.0.0.36 - - [2024-09-05 02:31:45] "POST /id-to-fqname HTTP/1.1" 200 222 0.001294 10.0.0.36 - - [2024-09-05 02:31:45] "GET /virtual-network/7eb576a5-7b19-4446-a9b4-9f5afb54281b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.002620 10.0.0.36 - - [2024-09-05 02:31:45] "POST /neutron/network HTTP/1.1" 200 826 0.006335 10.0.0.36 - - [2024-09-05 02:31:45] "GET /virtual-network/7eb576a5-7b19-4446-a9b4-9f5afb54281b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.002555 10.0.0.36 - - [2024-09-05 02:31:45] "POST /neutron/network HTTP/1.1" 200 826 0.005926 10.0.0.36 - - [2024-09-05 02:31:45] "POST /neutron/subnet HTTP/1.1" 200 725 0.006426 10.0.0.36 - - [2024-09-05 02:31:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002480 10.0.0.36 - - [2024-09-05 02:31:45] "GET /projects?obj_uuids=fb0f804b-c678-4999-9f48-3aa004186494&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001381 10.0.0.36 - - [2024-09-05 02:31:45] "GET /project/fb0f804b-c678-4999-9f48-3aa004186494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.020585 10.0.0.36 - - [2024-09-05 02:31:45] "POST /neutron/network HTTP/1.1" 200 117 0.009012 10.0.0.36 - - [2024-09-05 02:31:45] "GET /projects?obj_uuids=fb0f804b-c678-4999-9f48-3aa004186494&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001101 10.0.0.36 - - [2024-09-05 02:31:45] "POST /neutron/network HTTP/1.1" 200 607 0.056621 10.0.0.36 - - [2024-09-05 02:31:45] "POST /route-targets HTTP/1.1" 200 327 0.009375 10.0.0.36 - - [2024-09-05 02:31:45] "POST /ref-update HTTP/1.1" 200 156 0.010077 10.0.0.36 - - [2024-09-05 02:31:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002177 10.0.0.36 - - [2024-09-05 02:31:45] "POST /neutron/subnet HTTP/1.1" 200 725 0.169383 10.0.0.36 - - [2024-09-05 02:31:45] "POST /neutron/network HTTP/1.1" 200 826 0.005400 10.0.0.36 - - [2024-09-05 02:31:45] "POST /id-to-fqname HTTP/1.1" 200 222 0.001202 10.0.0.36 - - [2024-09-05 02:31:45] "GET /virtual-network/26098bdf-16e9-4d8b-b3fb-8b856de92f6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.002591 10.0.0.36 - - [2024-09-05 02:31:45] "POST /neutron/network HTTP/1.1" 200 826 0.005318 10.0.0.36 - - [2024-09-05 02:31:45] "GET /virtual-network/26098bdf-16e9-4d8b-b3fb-8b856de92f6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.002376 10.0.0.36 - - [2024-09-05 02:31:45] "POST /neutron/network HTTP/1.1" 200 826 0.006075 10.0.0.36 - - [2024-09-05 02:31:45] "POST /neutron/subnet HTTP/1.1" 200 725 0.007210 10.0.0.36 - - [2024-09-05 02:31:45] "POST /fqname-to-id HTTP/1.1" 404 228 0.002236 10.0.0.36 - - [2024-09-05 02:31:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.36 - - [2024-09-05 02:31:45] "GET /projects?obj_uuids=fb0f804b-c678-4999-9f48-3aa004186494&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001164 10.0.0.36 - - [2024-09-05 02:31:45] "GET /project/fb0f804b-c678-4999-9f48-3aa004186494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.021307 10.0.0.36 - - [2024-09-05 02:31:45] "POST /network-policys HTTP/1.1" 200 571 0.017735 10.0.0.36 - - [2024-09-05 02:31:46] "GET /network-policy/15884ce5-4435-407f-a254-cc49cf2691fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.004169 10.0.0.36 - - [2024-09-05 02:31:46] "POST /neutron/network HTTP/1.1" 200 826 0.005448 10.0.0.36 - - [2024-09-05 02:31:46] "POST /fqname-to-id HTTP/1.1" 404 236 0.004752 10.0.0.36 - - [2024-09-05 02:31:46] "POST /neutron/network HTTP/1.1" 200 928 0.043118 10.0.0.36 - - [2024-09-05 02:31:46] "POST /neutron/network HTTP/1.1" 200 928 0.045154 10.0.0.36 - - [2024-09-05 02:31:46] "POST /access-control-lists HTTP/1.1" 200 590 0.066507 10.0.0.36 - - [2024-09-05 02:31:46] "GET /virtual-network/7eb576a5-7b19-4446-a9b4-9f5afb54281b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.007219 10.0.0.36 - - [2024-09-05 02:31:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002413 10.0.0.36 - - [2024-09-05 02:31:46] "GET /network-policy/15884ce5-4435-407f-a254-cc49cf2691fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.003696 10.0.0.36 - - [2024-09-05 02:31:46] "POST /neutron/network HTTP/1.1" 200 826 0.006183 10.0.0.36 - - [2024-09-05 02:31:46] "POST /fqname-to-id HTTP/1.1" 404 236 0.005493 10.0.0.36 - - [2024-09-05 02:31:46] "POST /neutron/network HTTP/1.1" 200 928 0.045705 10.0.0.36 - - [2024-09-05 02:31:46] "POST /neutron/network HTTP/1.1" 200 928 0.043970 10.0.0.36 - - [2024-09-05 02:31:46] "POST /access-control-lists HTTP/1.1" 200 590 0.065758 10.0.0.36 - - [2024-09-05 02:31:46] "GET /virtual-network/26098bdf-16e9-4d8b-b3fb-8b856de92f6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.003209 10.0.0.36 - - [2024-09-05 02:31:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002179 10.0.0.36 - - [2024-09-05 02:31:46] "POST /ref-update HTTP/1.1" 200 156 0.009294 10.0.0.36 - - [2024-09-05 02:31:46] "GET /network-policy/15884ce5-4435-407f-a254-cc49cf2691fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.002851 10.0.0.36 - - [2024-09-05 02:31:46] "GET /domains HTTP/1.1" 401 292 0.000443 10.0.0.36 - - [2024-09-05 02:31:46] "PUT /access-control-list/905b0737-8af0-4c94-95b9-b43a235afb5b HTTP/1.1" 200 272 0.054035 10.0.0.36 - - [2024-09-05 02:31:46] "GET /domains HTTP/1.1" 200 280 0.027050 10.0.0.36 - - [2024-09-05 02:31:46] "GET /domains?obj_uuids=2cf23a14-4453-4d2b-ad96-29f4a9e998af&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001510 10.0.0.36 - - [2024-09-05 02:31:46] "GET /domain/2cf23a14-4453-4d2b-ad96-29f4a9e998af HTTP/1.1" 200 2958 0.010637 10.0.0.36 - - [2024-09-05 02:31:46] "GET /projects?obj_uuids=fb0f804b-c678-4999-9f48-3aa004186494&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001148 10.0.0.36 - - [2024-09-05 02:31:46] "GET /project/fb0f804b-c678-4999-9f48-3aa004186494 HTTP/1.1" 200 2571 0.064110 10.0.0.36 - - [2024-09-05 02:31:46] "GET /virtual-network/7eb576a5-7b19-4446-a9b4-9f5afb54281b HTTP/1.1" 200 2891 0.004460 10.0.0.36 - - [2024-09-05 02:31:46] "GET /virtual-network/7eb576a5-7b19-4446-a9b4-9f5afb54281b HTTP/1.1" 200 2891 0.002630 10.0.0.36 - - [2024-09-05 02:31:46] "GET /routing-instance/d6a1a2c4-fe14-499f-9f2d-8a9a9e115a23 HTTP/1.1" 200 1784 0.002412 10.0.0.36 - - [2024-09-05 02:31:46] "GET /routing-instance/d6a1a2c4-fe14-499f-9f2d-8a9a9e115a23 HTTP/1.1" 200 1784 0.002411 10.0.0.36 - - [2024-09-05 02:31:47] "GET /route-target/a1ca0984-400a-41c9-a208-2fb79a67304d HTTP/1.1" 200 1207 0.002738 10.0.0.36 - - [2024-09-05 02:31:47] "GET /virtual-network/7eb576a5-7b19-4446-a9b4-9f5afb54281b HTTP/1.1" 200 2891 0.002340 10.0.0.36 - - [2024-09-05 02:31:47] "GET /routing-instance/d6a1a2c4-fe14-499f-9f2d-8a9a9e115a23 HTTP/1.1" 200 1784 0.002216 10.0.0.36 - - [2024-09-05 02:31:47] "GET /virtual-network/7eb576a5-7b19-4446-a9b4-9f5afb54281b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.002504 10.0.0.36 - - [2024-09-05 02:31:47] "GET /virtual-network/7eb576a5-7b19-4446-a9b4-9f5afb54281b HTTP/1.1" 200 2891 0.003060 10.0.0.36 - - [2024-09-05 02:31:47] "GET /routing-instance/d6a1a2c4-fe14-499f-9f2d-8a9a9e115a23 HTTP/1.1" 200 1784 0.002279 10.0.0.36 - - [2024-09-05 02:31:47] "GET /routing-instance/d6a1a2c4-fe14-499f-9f2d-8a9a9e115a23 HTTP/1.1" 200 1784 0.002378 10.0.0.36 - - [2024-09-05 02:31:47] "GET /route-target/a1ca0984-400a-41c9-a208-2fb79a67304d HTTP/1.1" 200 1207 0.002755 10.0.0.36 - - [2024-09-05 02:31:47] "GET /domains HTTP/1.1" 200 280 0.002471 10.0.0.36 - - [2024-09-05 02:31:47] "GET /domains?obj_uuids=2cf23a14-4453-4d2b-ad96-29f4a9e998af&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001341 10.0.0.36 - - [2024-09-05 02:31:47] "GET /domain/2cf23a14-4453-4d2b-ad96-29f4a9e998af HTTP/1.1" 200 2958 0.007398 10.0.0.36 - - [2024-09-05 02:31:47] "GET /projects?obj_uuids=fb0f804b-c678-4999-9f48-3aa004186494&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001308 10.0.0.36 - - [2024-09-05 02:31:47] "GET /project/fb0f804b-c678-4999-9f48-3aa004186494 HTTP/1.1" 200 2571 0.063435 10.0.0.36 - - [2024-09-05 02:31:47] "GET /virtual-network/7eb576a5-7b19-4446-a9b4-9f5afb54281b HTTP/1.1" 200 2891 0.002744 10.0.0.36 - - [2024-09-05 02:31:47] "GET /obj-perms HTTP/1.1" 200 5034 0.048977 10.0.0.36 - - [2024-09-05 02:31:47] "GET /domains HTTP/1.1" 200 280 0.002685 10.0.0.36 - - [2024-09-05 02:31:47] "GET /domains?obj_uuids=2cf23a14-4453-4d2b-ad96-29f4a9e998af&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001067 10.0.0.36 - - [2024-09-05 02:31:47] "GET /domain/2cf23a14-4453-4d2b-ad96-29f4a9e998af HTTP/1.1" 200 2958 0.006581 10.0.0.36 - - [2024-09-05 02:31:47] "GET /projects?obj_uuids=fb0f804b-c678-4999-9f48-3aa004186494&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001438 10.0.0.36 - - [2024-09-05 02:31:47] "GET /project/fb0f804b-c678-4999-9f48-3aa004186494 HTTP/1.1" 200 2571 0.070014 10.0.0.36 - - [2024-09-05 02:31:47] "GET /virtual-network/26098bdf-16e9-4d8b-b3fb-8b856de92f6e HTTP/1.1" 200 2891 0.005237 10.0.0.36 - - [2024-09-05 02:31:47] "GET /virtual-network/26098bdf-16e9-4d8b-b3fb-8b856de92f6e HTTP/1.1" 200 2891 0.003230 10.0.0.36 - - [2024-09-05 02:31:47] "GET /routing-instance/70a36ef2-b46c-4ff3-bc46-45b159619d0e HTTP/1.1" 200 1783 0.002884 10.0.0.36 - - [2024-09-05 02:31:47] "GET /routing-instance/70a36ef2-b46c-4ff3-bc46-45b159619d0e HTTP/1.1" 200 1783 0.002483 10.0.0.36 - - [2024-09-05 02:31:47] "GET /route-target/986e7e6d-2aa3-428c-bcbf-73e7abfebf7b HTTP/1.1" 200 1207 0.002246 10.0.0.36 - - [2024-09-05 02:31:47] "GET /virtual-network/26098bdf-16e9-4d8b-b3fb-8b856de92f6e HTTP/1.1" 200 2891 0.002825 10.0.0.36 - - [2024-09-05 02:31:47] "GET /routing-instance/70a36ef2-b46c-4ff3-bc46-45b159619d0e HTTP/1.1" 200 1783 0.002847 10.0.0.36 - - [2024-09-05 02:31:47] "GET /virtual-network/26098bdf-16e9-4d8b-b3fb-8b856de92f6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.003109 10.0.0.36 - - [2024-09-05 02:31:47] "GET /virtual-network/26098bdf-16e9-4d8b-b3fb-8b856de92f6e HTTP/1.1" 200 2891 0.003039 10.0.0.36 - - [2024-09-05 02:31:47] "GET /routing-instance/70a36ef2-b46c-4ff3-bc46-45b159619d0e HTTP/1.1" 200 1783 0.002657 10.0.0.36 - - [2024-09-05 02:31:47] "GET /routing-instance/70a36ef2-b46c-4ff3-bc46-45b159619d0e HTTP/1.1" 200 1783 0.003128 10.0.0.36 - - [2024-09-05 02:31:47] "GET /route-target/986e7e6d-2aa3-428c-bcbf-73e7abfebf7b HTTP/1.1" 200 1207 0.002952 10.0.0.36 - - [2024-09-05 02:31:47] "GET /domains HTTP/1.1" 200 280 0.002988 10.0.0.36 - - [2024-09-05 02:31:47] "GET /domains?obj_uuids=2cf23a14-4453-4d2b-ad96-29f4a9e998af&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001219 10.0.0.36 - - [2024-09-05 02:31:47] "GET /domain/2cf23a14-4453-4d2b-ad96-29f4a9e998af HTTP/1.1" 200 2958 0.007284 10.0.0.36 - - [2024-09-05 02:31:47] "GET /projects?obj_uuids=fb0f804b-c678-4999-9f48-3aa004186494&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001770 10.0.0.36 - - [2024-09-05 02:31:47] "GET /project/fb0f804b-c678-4999-9f48-3aa004186494 HTTP/1.1" 200 2571 0.074488 10.0.0.36 - - [2024-09-05 02:31:47] "GET /virtual-network/26098bdf-16e9-4d8b-b3fb-8b856de92f6e HTTP/1.1" 200 2891 0.003524 10.0.0.36 - - [2024-09-05 02:31:47] "GET /obj-perms HTTP/1.1" 200 5034 0.003114 10.0.0.36 - - [2024-09-05 02:31:47] "POST /id-to-fqname HTTP/1.1" 200 222 0.001490 10.0.0.36 - - [2024-09-05 02:31:48] "POST /neutron/network HTTP/1.1" 200 938 0.007316 10.0.0.36 - - [2024-09-05 02:31:48] "GET /aaa-mode HTTP/1.1" 401 292 0.000559 10.0.0.36 - - [2024-09-05 02:31:48] "GET / HTTP/1.1" 200 35931 0.003290 10.0.0.36 - - [2024-09-05 02:31:48] "GET /project/fb0f804b-c678-4999-9f48-3aa004186494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000428 10.0.0.36 - - [2024-09-05 02:31:48] "GET /projects?obj_uuids=fb0f804b-c678-4999-9f48-3aa004186494&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001166 10.0.0.36 - - [2024-09-05 02:31:48] "GET /project/fb0f804b-c678-4999-9f48-3aa004186494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.051531 10.0.0.36 - - [2024-09-05 02:31:48] "POST /neutron/network HTTP/1.1" 200 928 0.005685 10.0.0.36 - - [2024-09-05 02:31:48] "POST /neutron/port HTTP/1.1" 200 117 0.004986 10.0.0.36 - - [2024-09-05 02:31:48] "POST /neutron/port HTTP/1.1" 200 117 0.005525 10.0.0.36 - - [2024-09-05 02:31:48] "POST /id-to-fqname HTTP/1.1" 200 222 0.001360 10.0.0.36 - - [2024-09-05 02:31:48] "POST /neutron/port HTTP/1.1" 200 117 0.005331 10.0.0.36 - - [2024-09-05 02:31:49] "POST /neutron/network HTTP/1.1" 200 938 0.005710 10.0.0.36 - - [2024-09-05 02:31:49] "GET /aaa-mode HTTP/1.1" 401 292 0.000602 10.0.0.36 - - [2024-09-05 02:31:49] "POST /neutron/network HTTP/1.1" 200 938 0.005665 10.0.0.36 - - [2024-09-05 02:31:49] "GET /projects?obj_uuids=fb0f804b-c678-4999-9f48-3aa004186494&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001166 10.0.0.36 - - [2024-09-05 02:31:49] "GET / HTTP/1.1" 200 35931 0.001910 10.0.0.36 - - [2024-09-05 02:31:49] "GET /project/fb0f804b-c678-4999-9f48-3aa004186494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000423 10.0.0.36 - - [2024-09-05 02:31:49] "POST /neutron/port HTTP/1.1" 200 1062 0.222792 10.0.0.36 - - [2024-09-05 02:31:49] "POST /neutron/port HTTP/1.1" 200 1062 0.009232 10.0.0.36 - - [2024-09-05 02:31:49] "POST /neutron/port HTTP/1.1" 200 1062 0.010471 10.0.0.36 - - [2024-09-05 02:31:49] "POST /neutron/port HTTP/1.1" 200 1116 0.052617 10.0.0.36 - - [2024-09-05 02:31:49] "POST /neutron/port HTTP/1.1" 200 1090 0.013941 10.0.0.36 - - [2024-09-05 02:31:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003423 10.0.0.36 - - [2024-09-05 02:31:49] "POST /neutron/subnet HTTP/1.1" 200 699 0.013831 10.0.0.36 - - [2024-09-05 02:31:49] "POST /neutron/port HTTP/1.1" 200 117 0.001651 10.0.0.36 - - [2024-09-05 02:31:49] "POST /neutron/network HTTP/1.1" 200 928 0.005729 10.0.0.36 - - [2024-09-05 02:31:49] "GET /projects?obj_uuids=fb0f804b-c678-4999-9f48-3aa004186494&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001151 10.0.0.36 - - [2024-09-05 02:31:49] "GET /project/fb0f804b-c678-4999-9f48-3aa004186494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.043603 10.0.0.36 - - [2024-09-05 02:31:49] "POST /neutron/network HTTP/1.1" 200 928 0.005284 10.0.0.36 - - [2024-09-05 02:31:50] "POST /neutron/port HTTP/1.1" 200 1090 0.031667 10.0.0.36 - - [2024-09-05 02:31:50] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007089 10.0.0.36 - - [2024-09-05 02:31:50] "POST /neutron/port HTTP/1.1" 200 117 0.004780 10.0.0.36 - - [2024-09-05 02:31:50] "POST /neutron/port HTTP/1.1" 200 1090 0.018335 10.0.0.36 - - [2024-09-05 02:31:50] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006695 10.0.0.36 - - [2024-09-05 02:31:50] "POST /neutron/network HTTP/1.1" 200 938 0.006360 10.0.0.36 - - [2024-09-05 02:31:50] "GET /projects?obj_uuids=fb0f804b-c678-4999-9f48-3aa004186494&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001828 10.0.0.36 - - [2024-09-05 02:31:50] "PUT /access-control-list/be14509e-e8b8-48b0-9da3-036de3d017ab HTTP/1.1" 200 272 0.031251 10.0.0.36 - - [2024-09-05 02:31:50] "POST /neutron/port HTTP/1.1" 200 1062 0.287261 10.0.0.36 - - [2024-09-05 02:31:50] "POST /neutron/port HTTP/1.1" 200 1062 0.013353 10.0.0.36 - - [2024-09-05 02:31:50] "POST /neutron/port HTTP/1.1" 200 1062 0.010016 10.0.0.36 - - [2024-09-05 02:31:50] "POST /neutron/port HTTP/1.1" 200 1116 0.077724 10.0.0.36 - - [2024-09-05 02:31:51] "POST /neutron/port HTTP/1.1" 200 1090 0.015020 10.0.0.36 - - [2024-09-05 02:31:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003355 10.0.0.36 - - [2024-09-05 02:31:51] "POST /neutron/subnet HTTP/1.1" 200 699 0.018821 10.0.0.36 - - [2024-09-05 02:31:51] "POST /neutron/port HTTP/1.1" 200 117 0.001193 10.0.0.36 - - [2024-09-05 02:31:51] "POST /neutron/network HTTP/1.1" 200 928 0.005724 10.0.0.36 - - [2024-09-05 02:31:55] "POST /neutron/port HTTP/1.1" 200 1090 0.014396 10.0.0.36 - - [2024-09-05 02:31:55] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005723 10.0.0.36 - - [2024-09-05 02:31:55] "POST /neutron/port HTTP/1.1" 200 1090 0.014981 10.0.0.36 - - [2024-09-05 02:31:55] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005471 10.0.0.36 - - [2024-09-05 02:31:55] "POST /neutron/port HTTP/1.1" 200 1090 0.014921 10.0.0.36 - - [2024-09-05 02:31:55] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006052 10.0.0.36 - - [2024-09-05 02:31:55] "GET /virtual-machine/a431dbec-ff7d-42f2-b473-5f5c94fc57bd HTTP/1.1" 200 1295 0.003788 10.0.0.36 - - [2024-09-05 02:31:55] "GET /virtual-machine-interface/1958d6fd-bd50-47d7-b9bd-c86405745537 HTTP/1.1" 200 2951 0.002761 10.0.0.36 - - [2024-09-05 02:31:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.36 - - [2024-09-05 02:31:55] "GET /global-vrouter-config/fecfd996-969b-4906-862a-f492727b7a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003084 10.0.0.36 - - [2024-09-05 02:31:55] "GET /virtual-networks?parent_id=fb0f804b-c678-4999-9f48-3aa004186494&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.005664 10.0.0.36 - - [2024-09-05 02:31:55] "GET /virtual-network/7eb576a5-7b19-4446-a9b4-9f5afb54281b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.003313 10.0.0.36 - - [2024-09-05 02:31:57] "POST /neutron/port HTTP/1.1" 200 1090 0.015180 10.0.0.36 - - [2024-09-05 02:31:57] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005478 10.0.0.36 - - [2024-09-05 02:31:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.36 - - [2024-09-05 02:31:58] "GET /virtual-network/7eb576a5-7b19-4446-a9b4-9f5afb54281b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.002999 10.0.0.36 - - [2024-09-05 02:31:59] "POST /neutron/port HTTP/1.1" 200 1090 0.017884 10.0.0.36 - - [2024-09-05 02:31:59] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005492 10.0.0.36 - - [2024-09-05 02:32:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.36 - - [2024-09-05 02:32:00] "GET /global-vrouter-config/fecfd996-969b-4906-862a-f492727b7a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002688 10.0.0.36 - - [2024-09-05 02:32:00] "GET /virtual-networks?parent_id=fb0f804b-c678-4999-9f48-3aa004186494&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003015 10.0.0.36 - - [2024-09-05 02:32:00] "GET /virtual-network/7eb576a5-7b19-4446-a9b4-9f5afb54281b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.003362 10.0.0.36 - - [2024-09-05 02:32:01] "POST /neutron/port HTTP/1.1" 200 1090 0.016441 10.0.0.36 - - [2024-09-05 02:32:01] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005764 10.0.0.36 - - [2024-09-05 02:32:01] "POST /neutron/port HTTP/1.1" 200 1090 0.015933 10.0.0.36 - - [2024-09-05 02:32:01] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008206 10.0.0.36 - - [2024-09-05 02:32:01] "POST /neutron/port HTTP/1.1" 200 1090 0.014382 10.0.0.36 - - [2024-09-05 02:32:01] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006715 10.0.0.36 - - [2024-09-05 02:32:01] "GET /virtual-machine/e408b5d4-1563-4592-a365-9d1042cfbaf4 HTTP/1.1" 200 1295 0.004551 10.0.0.36 - - [2024-09-05 02:32:01] "GET /virtual-machine-interface/01a1587c-031b-4e1f-a2b7-09c35b4feec7 HTTP/1.1" 200 2950 0.002925 10.0.0.36 - - [2024-09-05 02:32:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.36 - - [2024-09-05 02:32:01] "GET /global-vrouter-config/fecfd996-969b-4906-862a-f492727b7a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002778 10.0.0.36 - - [2024-09-05 02:32:01] "GET /virtual-networks?parent_id=fb0f804b-c678-4999-9f48-3aa004186494&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003085 10.0.0.36 - - [2024-09-05 02:32:01] "GET /virtual-network/26098bdf-16e9-4d8b-b3fb-8b856de92f6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.003629 10.0.0.36 - - [2024-09-05 02:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002973 10.0.0.36 - - [2024-09-05 02:32:02] "GET /global-vrouter-config/fecfd996-969b-4906-862a-f492727b7a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002780 10.0.0.36 - - [2024-09-05 02:32:02] "GET /virtual-networks?parent_id=fb0f804b-c678-4999-9f48-3aa004186494&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003050 10.0.0.36 - - [2024-09-05 02:32:02] "GET /virtual-network/26098bdf-16e9-4d8b-b3fb-8b856de92f6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.003365 10.0.0.36 - - [2024-09-05 02:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.36 - - [2024-09-05 02:32:06] "GET /projects?obj_uuids=fb0f804b-c678-4999-9f48-3aa004186494&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001110 10.0.0.36 - - [2024-09-05 02:32:06] "GET /project/fb0f804b-c678-4999-9f48-3aa004186494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.019417 10.0.0.36 - - [2024-09-05 02:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002730 10.0.0.36 - - [2024-09-05 02:32:06] "PUT /network-policy/15884ce5-4435-407f-a254-cc49cf2691fb HTTP/1.1" 200 262 0.010582 10.0.0.36 - - [2024-09-05 02:32:06] "PUT /access-control-list/be14509e-e8b8-48b0-9da3-036de3d017ab HTTP/1.1" 200 272 0.052053 10.0.0.36 - - [2024-09-05 02:32:06] "POST /ref-update HTTP/1.1" 200 156 0.012033 10.0.0.36 - - [2024-09-05 02:32:06] "PUT /access-control-list/905b0737-8af0-4c94-95b9-b43a235afb5b HTTP/1.1" 200 272 0.052865 10.0.0.36 - - [2024-09-05 02:32:06] "POST /ref-update HTTP/1.1" 200 156 0.010333 10.0.0.36 - - [2024-09-05 02:32:08] "DELETE /project/fb0f804bc67849999f483aa004186494 HTTP/1.1" 404 173 0.014769 10.0.0.36 - - [2024-09-05 02:32:08] "DELETE /project/580e5078d2b64035942ae262ff809161 HTTP/1.1" 404 173 0.010661 10.0.0.36 - - [2024-09-05 02:32:08] "GET /projects?obj_uuids=580e5078-d2b6-4035-942a-e262ff809161&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001046 10.0.0.36 - - [2024-09-05 02:32:08] "GET /projects?obj_uuids=525e083c-5425-4ee4-9dc1-91e6009f9f59&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000959 10.0.0.36 - - [2024-09-05 02:32:08] "GET /project/525e083c-5425-4ee4-9dc1-91e6009f9f59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.033116 10.0.0.36 - - [2024-09-05 02:32:08] "GET /project/580e5078-d2b6-4035-942a-e262ff809161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.031982 10.0.0.36 - - [2024-09-05 02:32:08] "GET /projects?obj_uuids=580e5078-d2b6-4035-942a-e262ff809161&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001150 10.0.0.36 - - [2024-09-05 02:32:08] "GET /projects?obj_uuids=525e083c-5425-4ee4-9dc1-91e6009f9f59&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000976 10.0.0.36 - - [2024-09-05 02:32:08] "GET /project/525e083c-5425-4ee4-9dc1-91e6009f9f59?fields=security_groups HTTP/1.1" 200 1371 0.027978 10.0.0.36 - - [2024-09-05 02:32:08] "GET /project/580e5078-d2b6-4035-942a-e262ff809161?fields=security_groups HTTP/1.1" 200 1386 0.027502 10.0.0.36 - - [2024-09-05 02:32:08] "DELETE /security-group/f0e4fca5-c387-4140-a1ba-5e5e19f302d6 HTTP/1.1" 200 115 0.051912 10.0.0.36 - - [2024-09-05 02:32:08] "DELETE /security-group/b5f91957-0efb-4ed7-abb2-bb62e20e3fd1 HTTP/1.1" 200 115 0.057091 10.0.0.36 - - [2024-09-05 02:32:08] "GET /projects?obj_uuids=525e083c-5425-4ee4-9dc1-91e6009f9f59&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001262 10.0.0.36 - - [2024-09-05 02:32:08] "DELETE /access-control-list/389b5601-0cc1-4810-8499-d65f1f406663 HTTP/1.1" 200 115 0.041883 10.0.0.36 - - [2024-09-05 02:32:08] "GET /projects?obj_uuids=580e5078-d2b6-4035-942a-e262ff809161&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001067 10.0.0.36 - - [2024-09-05 02:32:08] "GET /project/525e083c-5425-4ee4-9dc1-91e6009f9f59?fields=application_policy_sets HTTP/1.1" 200 1410 0.030671 10.0.0.36 - - [2024-09-05 02:32:08] "DELETE /access-control-list/f777c0c4-404b-4db0-b286-45eb95112fc2 HTTP/1.1" 200 115 0.025484 10.0.0.36 - - [2024-09-05 02:32:08] "DELETE /access-control-list/98ddfe07-fd40-4b64-aac8-3b03d2876e3c HTTP/1.1" 200 115 0.022404 10.0.0.36 - - [2024-09-05 02:32:08] "GET /project/580e5078-d2b6-4035-942a-e262ff809161?fields=application_policy_sets HTTP/1.1" 200 1425 0.071004 10.0.0.36 - - [2024-09-05 02:32:08] "DELETE /access-control-list/aa662745-8257-490c-83d4-f51ba435caf7 HTTP/1.1" 200 115 0.029096 10.0.0.36 - - [2024-09-05 02:32:08] "DELETE /project/525e083c-5425-4ee4-9dc1-91e6009f9f59 HTTP/1.1" 200 115 0.329240 10.0.0.36 - - [2024-09-05 02:32:08] "DELETE /project/580e5078-d2b6-4035-942a-e262ff809161 HTTP/1.1" 200 115 0.356604 10.0.0.36 - - [2024-09-05 02:32:10] "GET /virtual-network/26098bdf-16e9-4d8b-b3fb-8b856de92f6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.003394 10.0.0.36 - - [2024-09-05 02:32:10] "POST /neutron/network HTTP/1.1" 200 928 0.006436 10.0.0.36 - - [2024-09-05 02:32:10] "POST /neutron/network HTTP/1.1" 200 826 0.042150 10.0.0.36 - - [2024-09-05 02:32:10] "DELETE /access-control-list/be14509e-e8b8-48b0-9da3-036de3d017ab HTTP/1.1" 200 115 0.036446 10.0.0.36 - - [2024-09-05 02:32:10] "POST /neutron/network HTTP/1.1" 200 826 0.007411 10.0.0.36 - - [2024-09-05 02:32:10] "GET /virtual-network/26098bdf-16e9-4d8b-b3fb-8b856de92f6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.002927 10.0.0.36 - - [2024-09-05 02:32:10] "GET /virtual-network/7eb576a5-7b19-4446-a9b4-9f5afb54281b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.004271 10.0.0.36 - - [2024-09-05 02:32:10] "POST /neutron/network HTTP/1.1" 200 928 0.005877 10.0.0.36 - - [2024-09-05 02:32:10] "POST /neutron/network HTTP/1.1" 200 826 0.043534 10.0.0.36 - - [2024-09-05 02:32:10] "POST /neutron/network HTTP/1.1" 200 826 0.006408 10.0.0.36 - - [2024-09-05 02:32:10] "GET /virtual-network/7eb576a5-7b19-4446-a9b4-9f5afb54281b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.003269 10.0.0.36 - - [2024-09-05 02:32:10] "DELETE /network-policy/15884ce5-4435-407f-a254-cc49cf2691fb HTTP/1.1" 200 115 0.032789 10.0.0.36 - - [2024-09-05 02:32:10] "POST /neutron/network HTTP/1.1" 200 826 0.006322 10.0.0.36 - - [2024-09-05 02:32:10] "POST /neutron/network HTTP/1.1" 400 204 0.012276 10.0.0.36 - - [2024-09-05 02:32:10] "POST /neutron/port HTTP/1.1" 200 1090 0.014481 10.0.0.36 - - [2024-09-05 02:32:10] "POST /neutron/port HTTP/1.1" 200 1116 0.012389 10.0.0.36 - - [2024-09-05 02:32:10] "POST /neutron/port HTTP/1.1" 200 1090 0.015799 10.0.0.36 - - [2024-09-05 02:32:10] "POST /neutron/port HTTP/1.1" 200 1116 0.010733 10.0.0.36 - - [2024-09-05 02:32:10] "POST /neutron/port HTTP/1.1" 200 151 0.124977 10.0.0.36 - - [2024-09-05 02:32:10] "POST /neutron/port HTTP/1.1" 200 151 0.117253 10.0.0.36 - - [2024-09-05 02:32:10] "DELETE /access-control-list/905b0737-8af0-4c94-95b9-b43a235afb5b HTTP/1.1" 200 115 0.035756 10.0.0.36 - - [2024-09-05 02:32:12] "POST /neutron/network HTTP/1.1" 200 826 0.006594 10.0.0.36 - - [2024-09-05 02:32:12] "POST /useragent-kv HTTP/1.1" 200 115 0.001385 10.0.0.36 - - [2024-09-05 02:32:12] "POST /useragent-kv HTTP/1.1" 200 115 0.001209 10.0.0.36 - - [2024-09-05 02:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005320 10.0.0.36 - - [2024-09-05 02:32:12] "POST /neutron/network HTTP/1.1" 200 151 0.071274 10.0.0.36 - - [2024-09-05 02:32:12] "GET /routing-instance/70a36ef2-b46c-4ff3-bc46-45b159619d0e HTTP/1.1" 404 171 0.002097 10.0.0.36 - - [2024-09-05 02:32:12] "GET /domains HTTP/1.1" 200 280 0.003927 10.0.0.36 - - [2024-09-05 02:32:12] "GET /domains?obj_uuids=2cf23a14-4453-4d2b-ad96-29f4a9e998af&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001024 10.0.0.36 - - [2024-09-05 02:32:12] "DELETE /route-target/986e7e6d-2aa3-428c-bcbf-73e7abfebf7b HTTP/1.1" 200 115 0.023361 10.0.0.36 - - [2024-09-05 02:32:12] "GET /domain/2cf23a14-4453-4d2b-ad96-29f4a9e998af HTTP/1.1" 200 2575 0.048993 10.0.0.36 - - [2024-09-05 02:32:12] "GET /projects?obj_uuids=fb0f804b-c678-4999-9f48-3aa004186494&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001659 10.0.0.36 - - [2024-09-05 02:32:12] "GET /project/fb0f804b-c678-4999-9f48-3aa004186494 HTTP/1.1" 200 2103 0.062084 10.0.0.36 - - [2024-09-05 02:32:12] "POST /neutron/network HTTP/1.1" 200 826 0.005749 10.0.0.36 - - [2024-09-05 02:32:12] "POST /useragent-kv HTTP/1.1" 200 115 0.001739 10.0.0.36 - - [2024-09-05 02:32:12] "POST /useragent-kv HTTP/1.1" 200 115 0.001042 10.0.0.36 - - [2024-09-05 02:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005558 10.0.0.36 - - [2024-09-05 02:32:12] "POST /neutron/network HTTP/1.1" 200 151 0.067460 10.0.0.36 - - [2024-09-05 02:32:12] "GET /routing-instance/d6a1a2c4-fe14-499f-9f2d-8a9a9e115a23 HTTP/1.1" 404 171 0.002001 10.0.0.36 - - [2024-09-05 02:32:12] "GET /domains HTTP/1.1" 200 280 0.003464 10.0.0.36 - - [2024-09-05 02:32:12] "DELETE /route-target/a1ca0984-400a-41c9-a208-2fb79a67304d HTTP/1.1" 200 115 0.016907 10.0.0.36 - - [2024-09-05 02:32:12] "GET /domains?obj_uuids=2cf23a14-4453-4d2b-ad96-29f4a9e998af&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000983 10.0.0.36 - - [2024-09-05 02:32:12] "GET /domain/2cf23a14-4453-4d2b-ad96-29f4a9e998af HTTP/1.1" 200 2575 0.049144 10.0.0.36 - - [2024-09-05 02:32:12] "GET /projects?obj_uuids=fb0f804b-c678-4999-9f48-3aa004186494&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001599 10.0.0.36 - - [2024-09-05 02:32:12] "GET /project/fb0f804b-c678-4999-9f48-3aa004186494 HTTP/1.1" 200 1864 0.065330 10.0.0.36 - - [2024-09-05 02:32:13] "GET /projects?obj_uuids=fb0f804b-c678-4999-9f48-3aa004186494&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001129 10.0.0.36 - - [2024-09-05 02:32:13] "GET /project/fb0f804b-c678-4999-9f48-3aa004186494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.020595 10.0.0.36 - - [2024-09-05 02:32:13] "GET /projects?obj_uuids=fb0f804b-c678-4999-9f48-3aa004186494&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001139 10.0.0.36 - - [2024-09-05 02:32:13] "GET /project/fb0f804b-c678-4999-9f48-3aa004186494?fields=virtual_networks HTTP/1.1" 200 1036 0.065193 10.0.0.36 - - [2024-09-05 02:32:13] "GET /projects?obj_uuids=fb0f804b-c678-4999-9f48-3aa004186494&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001208 10.0.0.36 - - [2024-09-05 02:32:13] "GET /project/fb0f804b-c678-4999-9f48-3aa004186494?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.020230 10.0.0.36 - - [2024-09-05 02:32:13] "GET /projects?obj_uuids=fb0f804b-c678-4999-9f48-3aa004186494&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001141 10.0.0.36 - - [2024-09-05 02:32:13] "GET /project/fb0f804b-c678-4999-9f48-3aa004186494?fields=security_groups HTTP/1.1" 200 1264 0.018934 10.0.0.36 - - [2024-09-05 02:32:14] "POST /fqname-to-id HTTP/1.1" 404 186 0.024540 10.0.0.36 - - [2024-09-05 02:32:14] "GET /projects?obj_uuids=ad88202a-735d-43f8-9395-b32e67c98e55&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002446 10.0.0.36 - - [2024-09-05 02:32:14] "GET /domains?obj_uuids=2cf23a14-4453-4d2b-ad96-29f4a9e998af&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001108 10.0.0.36 - - [2024-09-05 02:32:14] "GET /domain/2cf23a14-4453-4d2b-ad96-29f4a9e998af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006711 10.0.0.36 - - [2024-09-05 02:32:14] "POST /id-to-fqname HTTP/1.1" 200 188 0.001699 10.0.0.36 - - [2024-09-05 02:32:14] "POST /fqname-to-id HTTP/1.1" 404 197 0.005346 10.0.0.36 - - [2024-09-05 02:32:14] "POST /security-groups HTTP/1.1" 200 589 0.067349 10.0.0.36 - - [2024-09-05 02:32:14] "POST /fqname-to-id HTTP/1.1" 404 232 0.002320 10.0.0.36 - - [2024-09-05 02:32:14] "POST /projects HTTP/1.1" 200 581 0.219649 10.0.0.36 - - [2024-09-05 02:32:14] "POST /access-control-lists HTTP/1.1" 200 594 0.057115 10.0.0.36 - - [2024-09-05 02:32:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.290950 10.0.0.36 - - [2024-09-05 02:32:14] "POST /fqname-to-id HTTP/1.1" 404 231 0.002748 10.0.0.36 - - [2024-09-05 02:32:14] "GET /project/ad88202a-735d-43f8-9395-b32e67c98e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.407556 10.0.0.36 - - [2024-09-05 02:32:14] "POST /access-control-lists HTTP/1.1" 200 592 0.059960 10.0.0.36 - - [2024-09-05 02:32:15] "GET /obj-perms HTTP/1.1" 200 5056 0.061852 10.0.0.36 - - [2024-09-05 02:32:15] "GET /obj-perms HTTP/1.1" 200 5056 0.103479 10.0.0.36 - - [2024-09-05 02:32:16] "GET / HTTP/1.1" 200 35931 0.002148 10.0.0.36 - - [2024-09-05 02:32:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000660 10.0.0.36 - - [2024-09-05 02:32:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.054944 10.0.0.36 - - [2024-09-05 02:32:17] "GET /projects?obj_uuids=ad88202a-735d-43f8-9395-b32e67c98e55&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001060 10.0.0.36 - - [2024-09-05 02:32:17] "GET /project/ad88202a-735d-43f8-9395-b32e67c98e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.020875 10.0.0.36 - - [2024-09-05 02:32:17] "POST /neutron/network HTTP/1.1" 200 117 0.030614 10.0.0.36 - - [2024-09-05 02:32:17] "GET /projects?obj_uuids=ad88202a-735d-43f8-9395-b32e67c98e55&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001445 10.0.0.36 - - [2024-09-05 02:32:17] "POST /neutron/network HTTP/1.1" 200 613 0.068158 10.0.0.36 - - [2024-09-05 02:32:17] "POST /route-targets HTTP/1.1" 200 327 0.010816 10.0.0.36 - - [2024-09-05 02:32:17] "POST /ref-update HTTP/1.1" 200 156 0.009077 10.0.0.36 - - [2024-09-05 02:32:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003880 10.0.0.36 - - [2024-09-05 02:32:17] "POST /neutron/subnet HTTP/1.1" 200 724 0.188733 10.0.0.36 - - [2024-09-05 02:32:17] "POST /neutron/network HTTP/1.1" 200 832 0.006746 10.0.0.36 - - [2024-09-05 02:32:17] "POST /id-to-fqname HTTP/1.1" 200 223 0.001595 10.0.0.36 - - [2024-09-05 02:32:17] "GET /virtual-network/14925bbb-5ed7-47ef-ba9b-bb42a0cf8550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.003810 10.0.0.36 - - [2024-09-05 02:32:17] "POST /neutron/network HTTP/1.1" 200 832 0.005783 10.0.0.36 - - [2024-09-05 02:32:17] "GET /virtual-network/14925bbb-5ed7-47ef-ba9b-bb42a0cf8550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.002624 10.0.0.36 - - [2024-09-05 02:32:17] "POST /neutron/network HTTP/1.1" 200 832 0.005515 10.0.0.36 - - [2024-09-05 02:32:17] "POST /neutron/subnet HTTP/1.1" 200 724 0.007129 10.0.0.36 - - [2024-09-05 02:32:17] "GET /domains HTTP/1.1" 401 292 0.000442 10.0.0.36 - - [2024-09-05 02:32:18] "GET /domains HTTP/1.1" 200 280 0.029649 10.0.0.36 - - [2024-09-05 02:32:18] "GET /domains?obj_uuids=2cf23a14-4453-4d2b-ad96-29f4a9e998af&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001427 10.0.0.36 - - [2024-09-05 02:32:18] "GET /domain/2cf23a14-4453-4d2b-ad96-29f4a9e998af HTTP/1.1" 200 2759 0.009948 10.0.0.36 - - [2024-09-05 02:32:18] "GET /projects?obj_uuids=ad88202a-735d-43f8-9395-b32e67c98e55&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001090 10.0.0.36 - - [2024-09-05 02:32:18] "GET /project/ad88202a-735d-43f8-9395-b32e67c98e55 HTTP/1.1" 200 2080 0.067236 10.0.0.36 - - [2024-09-05 02:32:18] "GET /virtual-network/14925bbb-5ed7-47ef-ba9b-bb42a0cf8550 HTTP/1.1" 200 2318 0.008524 10.0.0.36 - - [2024-09-05 02:32:18] "GET /virtual-network/14925bbb-5ed7-47ef-ba9b-bb42a0cf8550 HTTP/1.1" 200 2318 0.007199 10.0.0.36 - - [2024-09-05 02:32:18] "GET /routing-instance/d91681a6-37f9-4f1d-8a79-15acd8546ff7 HTTP/1.1" 200 1493 0.006541 10.0.0.36 - - [2024-09-05 02:32:18] "GET /routing-instance/d91681a6-37f9-4f1d-8a79-15acd8546ff7 HTTP/1.1" 200 1493 0.002651 10.0.0.36 - - [2024-09-05 02:32:18] "GET /route-target/e665e1e8-2357-4764-898e-54003a07c2a9 HTTP/1.1" 200 1212 0.002673 10.0.0.36 - - [2024-09-05 02:32:18] "GET /virtual-network/14925bbb-5ed7-47ef-ba9b-bb42a0cf8550 HTTP/1.1" 200 2318 0.003978 10.0.0.36 - - [2024-09-05 02:32:18] "GET /routing-instance/d91681a6-37f9-4f1d-8a79-15acd8546ff7 HTTP/1.1" 200 1493 0.002578 10.0.0.36 - - [2024-09-05 02:32:18] "GET /virtual-network/14925bbb-5ed7-47ef-ba9b-bb42a0cf8550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.002707 10.0.0.36 - - [2024-09-05 02:32:18] "GET /virtual-network/14925bbb-5ed7-47ef-ba9b-bb42a0cf8550 HTTP/1.1" 200 2318 0.003619 10.0.0.36 - - [2024-09-05 02:32:18] "GET /routing-instance/d91681a6-37f9-4f1d-8a79-15acd8546ff7 HTTP/1.1" 200 1493 0.003057 10.0.0.36 - - [2024-09-05 02:32:18] "GET /routing-instance/d91681a6-37f9-4f1d-8a79-15acd8546ff7 HTTP/1.1" 200 1493 0.003168 10.0.0.36 - - [2024-09-05 02:32:18] "GET /route-target/e665e1e8-2357-4764-898e-54003a07c2a9 HTTP/1.1" 200 1212 0.003123 10.0.0.36 - - [2024-09-05 02:32:18] "GET /domains HTTP/1.1" 200 280 0.002641 10.0.0.36 - - [2024-09-05 02:32:18] "GET /domains?obj_uuids=2cf23a14-4453-4d2b-ad96-29f4a9e998af&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001022 10.0.0.36 - - [2024-09-05 02:32:18] "GET /domain/2cf23a14-4453-4d2b-ad96-29f4a9e998af HTTP/1.1" 200 2759 0.006763 10.0.0.36 - - [2024-09-05 02:32:18] "GET /projects?obj_uuids=ad88202a-735d-43f8-9395-b32e67c98e55&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001101 10.0.0.36 - - [2024-09-05 02:32:18] "GET /project/ad88202a-735d-43f8-9395-b32e67c98e55 HTTP/1.1" 200 2080 0.064358 10.0.0.36 - - [2024-09-05 02:32:18] "GET /virtual-network/14925bbb-5ed7-47ef-ba9b-bb42a0cf8550 HTTP/1.1" 200 2318 0.002790 10.0.0.36 - - [2024-09-05 02:32:18] "GET /obj-perms HTTP/1.1" 200 5026 0.047403 10.0.0.36 - - [2024-09-05 02:32:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.36 - - [2024-09-05 02:32:18] "GET /projects?obj_uuids=ad88202a-735d-43f8-9395-b32e67c98e55&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001638 10.0.0.36 - - [2024-09-05 02:32:18] "GET /project/ad88202a-735d-43f8-9395-b32e67c98e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.023457 10.0.0.36 - - [2024-09-05 02:32:18] "POST /neutron/network HTTP/1.1" 200 117 0.008950 10.0.0.36 - - [2024-09-05 02:32:18] "GET /projects?obj_uuids=ad88202a-735d-43f8-9395-b32e67c98e55&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001194 10.0.0.36 - - [2024-09-05 02:32:19] "POST /neutron/network HTTP/1.1" 200 613 0.067771 10.0.0.36 - - [2024-09-05 02:32:19] "POST /route-targets HTTP/1.1" 200 327 0.012083 10.0.0.36 - - [2024-09-05 02:32:19] "POST /ref-update HTTP/1.1" 200 156 0.011376 10.0.0.36 - - [2024-09-05 02:32:19] "POST /useragent-kv HTTP/1.1" 200 115 0.005588 10.0.0.36 - - [2024-09-05 02:32:19] "POST /neutron/subnet HTTP/1.1" 200 729 0.205395 10.0.0.36 - - [2024-09-05 02:32:19] "POST /neutron/network HTTP/1.1" 200 833 0.005617 10.0.0.36 - - [2024-09-05 02:32:19] "POST /id-to-fqname HTTP/1.1" 200 223 0.003321 10.0.0.36 - - [2024-09-05 02:32:19] "GET /virtual-network/1c75a17b-3aa3-4db9-b6c1-bbde66bfd572?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.002972 10.0.0.36 - - [2024-09-05 02:32:19] "POST /neutron/network HTTP/1.1" 200 833 0.005749 10.0.0.36 - - [2024-09-05 02:32:19] "GET /virtual-network/1c75a17b-3aa3-4db9-b6c1-bbde66bfd572?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.002897 10.0.0.36 - - [2024-09-05 02:32:19] "POST /neutron/network HTTP/1.1" 200 833 0.007415 10.0.0.36 - - [2024-09-05 02:32:19] "POST /neutron/subnet HTTP/1.1" 200 729 0.006842 10.0.0.36 - - [2024-09-05 02:32:19] "GET /domains HTTP/1.1" 200 280 0.002452 10.0.0.36 - - [2024-09-05 02:32:19] "GET /domains?obj_uuids=2cf23a14-4453-4d2b-ad96-29f4a9e998af&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001143 10.0.0.36 - - [2024-09-05 02:32:19] "GET /domain/2cf23a14-4453-4d2b-ad96-29f4a9e998af HTTP/1.1" 200 2759 0.007424 10.0.0.36 - - [2024-09-05 02:32:19] "GET /projects?obj_uuids=ad88202a-735d-43f8-9395-b32e67c98e55&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001090 10.0.0.36 - - [2024-09-05 02:32:19] "GET /project/ad88202a-735d-43f8-9395-b32e67c98e55 HTTP/1.1" 200 2298 0.069645 10.0.0.36 - - [2024-09-05 02:32:19] "GET /virtual-network/1c75a17b-3aa3-4db9-b6c1-bbde66bfd572 HTTP/1.1" 200 2321 0.003834 10.0.0.36 - - [2024-09-05 02:32:19] "GET /virtual-network/1c75a17b-3aa3-4db9-b6c1-bbde66bfd572 HTTP/1.1" 200 2321 0.002409 10.0.0.36 - - [2024-09-05 02:32:19] "GET /routing-instance/1aed495a-8568-4991-9a96-f3416b157364 HTTP/1.1" 200 1493 0.002405 10.0.0.36 - - [2024-09-05 02:32:19] "GET /routing-instance/1aed495a-8568-4991-9a96-f3416b157364 HTTP/1.1" 200 1493 0.002227 10.0.0.36 - - [2024-09-05 02:32:19] "GET /route-target/d63d9e8a-fa35-4103-b8e1-f4b4d01b2ecf HTTP/1.1" 200 1213 0.002172 10.0.0.36 - - [2024-09-05 02:32:19] "GET /virtual-network/1c75a17b-3aa3-4db9-b6c1-bbde66bfd572 HTTP/1.1" 200 2321 0.002825 10.0.0.36 - - [2024-09-05 02:32:19] "GET /routing-instance/1aed495a-8568-4991-9a96-f3416b157364 HTTP/1.1" 200 1493 0.002304 10.0.0.36 - - [2024-09-05 02:32:19] "GET /virtual-network/1c75a17b-3aa3-4db9-b6c1-bbde66bfd572?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.002392 10.0.0.36 - - [2024-09-05 02:32:19] "GET /virtual-network/1c75a17b-3aa3-4db9-b6c1-bbde66bfd572 HTTP/1.1" 200 2321 0.002740 10.0.0.36 - - [2024-09-05 02:32:19] "GET /routing-instance/1aed495a-8568-4991-9a96-f3416b157364 HTTP/1.1" 200 1493 0.002273 10.0.0.36 - - [2024-09-05 02:32:19] "GET /routing-instance/1aed495a-8568-4991-9a96-f3416b157364 HTTP/1.1" 200 1493 0.002242 10.0.0.36 - - [2024-09-05 02:32:19] "GET /route-target/d63d9e8a-fa35-4103-b8e1-f4b4d01b2ecf HTTP/1.1" 200 1213 0.002170 10.0.0.36 - - [2024-09-05 02:32:19] "GET /domains HTTP/1.1" 200 280 0.002404 10.0.0.36 - - [2024-09-05 02:32:19] "GET /domains?obj_uuids=2cf23a14-4453-4d2b-ad96-29f4a9e998af&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001311 10.0.0.36 - - [2024-09-05 02:32:19] "GET /domain/2cf23a14-4453-4d2b-ad96-29f4a9e998af HTTP/1.1" 200 2759 0.007640 10.0.0.36 - - [2024-09-05 02:32:19] "GET /projects?obj_uuids=ad88202a-735d-43f8-9395-b32e67c98e55&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001553 10.0.0.36 - - [2024-09-05 02:32:19] "GET /project/ad88202a-735d-43f8-9395-b32e67c98e55 HTTP/1.1" 200 2298 0.066915 10.0.0.36 - - [2024-09-05 02:32:19] "GET /virtual-network/1c75a17b-3aa3-4db9-b6c1-bbde66bfd572 HTTP/1.1" 200 2321 0.002927 10.0.0.36 - - [2024-09-05 02:32:19] "GET /obj-perms HTTP/1.1" 200 5026 0.003073 10.0.0.36 - - [2024-09-05 02:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002850 10.0.0.36 - - [2024-09-05 02:32:19] "GET /projects?obj_uuids=ad88202a-735d-43f8-9395-b32e67c98e55&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001239 10.0.0.36 - - [2024-09-05 02:32:19] "GET /project/ad88202a-735d-43f8-9395-b32e67c98e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.020621 10.0.0.36 - - [2024-09-05 02:32:19] "POST /neutron/network HTTP/1.1" 200 117 0.010424 10.0.0.36 - - [2024-09-05 02:32:19] "GET /projects?obj_uuids=ad88202a-735d-43f8-9395-b32e67c98e55&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001096 10.0.0.36 - - [2024-09-05 02:32:19] "POST /neutron/network HTTP/1.1" 200 615 0.062644 10.0.0.36 - - [2024-09-05 02:32:19] "POST /ref-update HTTP/1.1" 200 156 0.010855 10.0.0.36 - - [2024-09-05 02:32:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002326 10.0.0.36 - - [2024-09-05 02:32:20] "POST /neutron/subnet HTTP/1.1" 200 724 0.138818 10.0.0.36 - - [2024-09-05 02:32:20] "POST /neutron/network HTTP/1.1" 200 834 0.006990 10.0.0.36 - - [2024-09-05 02:32:20] "POST /id-to-fqname HTTP/1.1" 200 224 0.001720 10.0.0.36 - - [2024-09-05 02:32:20] "GET /virtual-network/5273aadd-a45e-483c-81e3-a696622f6d98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004164 10.0.0.36 - - [2024-09-05 02:32:20] "POST /neutron/network HTTP/1.1" 200 834 0.006034 10.0.0.36 - - [2024-09-05 02:32:20] "GET /virtual-network/5273aadd-a45e-483c-81e3-a696622f6d98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.003066 10.0.0.36 - - [2024-09-05 02:32:20] "POST /neutron/network HTTP/1.1" 200 834 0.006306 10.0.0.36 - - [2024-09-05 02:32:20] "POST /neutron/subnet HTTP/1.1" 200 724 0.007666 10.0.0.36 - - [2024-09-05 02:32:20] "GET /domains HTTP/1.1" 200 280 0.002829 10.0.0.36 - - [2024-09-05 02:32:20] "GET /domains?obj_uuids=2cf23a14-4453-4d2b-ad96-29f4a9e998af&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001580 10.0.0.36 - - [2024-09-05 02:32:20] "GET /domain/2cf23a14-4453-4d2b-ad96-29f4a9e998af HTTP/1.1" 200 2759 0.008090 10.0.0.36 - - [2024-09-05 02:32:20] "GET /projects?obj_uuids=ad88202a-735d-43f8-9395-b32e67c98e55&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001084 10.0.0.36 - - [2024-09-05 02:32:20] "GET /project/ad88202a-735d-43f8-9395-b32e67c98e55 HTTP/1.1" 200 2517 0.063981 10.0.0.36 - - [2024-09-05 02:32:20] "GET /virtual-network/5273aadd-a45e-483c-81e3-a696622f6d98 HTTP/1.1" 200 2323 0.005604 10.0.0.36 - - [2024-09-05 02:32:20] "GET /virtual-network/5273aadd-a45e-483c-81e3-a696622f6d98 HTTP/1.1" 200 2323 0.003090 10.0.0.36 - - [2024-09-05 02:32:20] "GET /routing-instance/48a57fd8-56e8-4ac6-b33d-e7ccc2b48e97 HTTP/1.1" 200 1497 0.003063 10.0.0.36 - - [2024-09-05 02:32:20] "GET /routing-instance/48a57fd8-56e8-4ac6-b33d-e7ccc2b48e97 HTTP/1.1" 200 1497 0.004176 10.0.0.36 - - [2024-09-05 02:32:20] "GET /route-target/faf02622-8a63-4aa6-8e0b-31d7f76b29cf HTTP/1.1" 200 1215 0.002770 10.0.0.36 - - [2024-09-05 02:32:20] "GET /virtual-network/5273aadd-a45e-483c-81e3-a696622f6d98 HTTP/1.1" 200 2323 0.003316 10.0.0.36 - - [2024-09-05 02:32:20] "GET /routing-instance/48a57fd8-56e8-4ac6-b33d-e7ccc2b48e97 HTTP/1.1" 200 1497 0.002839 10.0.0.36 - - [2024-09-05 02:32:20] "GET /virtual-network/5273aadd-a45e-483c-81e3-a696622f6d98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.002627 10.0.0.36 - - [2024-09-05 02:32:20] "GET /virtual-network/5273aadd-a45e-483c-81e3-a696622f6d98 HTTP/1.1" 200 2323 0.002596 10.0.0.36 - - [2024-09-05 02:32:20] "GET /routing-instance/48a57fd8-56e8-4ac6-b33d-e7ccc2b48e97 HTTP/1.1" 200 1497 0.002500 10.0.0.36 - - [2024-09-05 02:32:20] "GET /routing-instance/48a57fd8-56e8-4ac6-b33d-e7ccc2b48e97 HTTP/1.1" 200 1497 0.002446 10.0.0.36 - - [2024-09-05 02:32:20] "GET /route-target/faf02622-8a63-4aa6-8e0b-31d7f76b29cf HTTP/1.1" 200 1215 0.002244 10.0.0.36 - - [2024-09-05 02:32:20] "GET /domains HTTP/1.1" 200 280 0.002572 10.0.0.36 - - [2024-09-05 02:32:20] "GET /domains?obj_uuids=2cf23a14-4453-4d2b-ad96-29f4a9e998af&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001060 10.0.0.36 - - [2024-09-05 02:32:20] "GET /domain/2cf23a14-4453-4d2b-ad96-29f4a9e998af HTTP/1.1" 200 2759 0.006951 10.0.0.36 - - [2024-09-05 02:32:20] "GET /projects?obj_uuids=ad88202a-735d-43f8-9395-b32e67c98e55&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001108 10.0.0.36 - - [2024-09-05 02:32:20] "GET /project/ad88202a-735d-43f8-9395-b32e67c98e55 HTTP/1.1" 200 2517 0.060476 10.0.0.36 - - [2024-09-05 02:32:20] "GET /virtual-network/5273aadd-a45e-483c-81e3-a696622f6d98 HTTP/1.1" 200 2323 0.002594 10.0.0.36 - - [2024-09-05 02:32:20] "GET /obj-perms HTTP/1.1" 200 5026 0.003335 10.0.0.36 - - [2024-09-05 02:32:20] "POST /id-to-fqname HTTP/1.1" 200 223 0.001572 10.0.0.36 - - [2024-09-05 02:32:20] "POST /neutron/network HTTP/1.1" 200 843 0.005699 10.0.0.36 - - [2024-09-05 02:32:20] "GET /aaa-mode HTTP/1.1" 401 292 0.000440 10.0.0.36 - - [2024-09-05 02:32:21] "GET / HTTP/1.1" 200 35931 0.002058 10.0.0.36 - - [2024-09-05 02:32:21] "GET /project/ad88202a-735d-43f8-9395-b32e67c98e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000492 10.0.0.36 - - [2024-09-05 02:32:21] "GET /projects?obj_uuids=ad88202a-735d-43f8-9395-b32e67c98e55&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001177 10.0.0.36 - - [2024-09-05 02:32:21] "GET /project/ad88202a-735d-43f8-9395-b32e67c98e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.044048 10.0.0.36 - - [2024-09-05 02:32:21] "POST /neutron/network HTTP/1.1" 200 833 0.005892 10.0.0.36 - - [2024-09-05 02:32:21] "POST /neutron/port HTTP/1.1" 200 117 0.005927 10.0.0.36 - - [2024-09-05 02:32:21] "POST /neutron/port HTTP/1.1" 200 117 0.004931 10.0.0.36 - - [2024-09-05 02:32:21] "POST /id-to-fqname HTTP/1.1" 200 224 0.001501 10.0.0.36 - - [2024-09-05 02:32:21] "POST /neutron/port HTTP/1.1" 200 117 0.005418 10.0.0.36 - - [2024-09-05 02:32:21] "POST /neutron/network HTTP/1.1" 200 844 0.005897 10.0.0.36 - - [2024-09-05 02:32:21] "GET /aaa-mode HTTP/1.1" 401 292 0.000454 10.0.0.36 - - [2024-09-05 02:32:22] "POST /neutron/network HTTP/1.1" 200 843 0.007874 10.0.0.36 - - [2024-09-05 02:32:22] "GET /projects?obj_uuids=ad88202a-735d-43f8-9395-b32e67c98e55&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001170 10.0.0.36 - - [2024-09-05 02:32:22] "GET / HTTP/1.1" 200 35931 0.001857 10.0.0.36 - - [2024-09-05 02:32:22] "GET /project/ad88202a-735d-43f8-9395-b32e67c98e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000637 10.0.0.36 - - [2024-09-05 02:32:22] "POST /neutron/port HTTP/1.1" 200 1059 0.220824 10.0.0.36 - - [2024-09-05 02:32:22] "POST /neutron/port HTTP/1.1" 200 1059 0.009010 10.0.0.36 - - [2024-09-05 02:32:22] "POST /neutron/port HTTP/1.1" 200 1059 0.008322 10.0.0.36 - - [2024-09-05 02:32:22] "POST /neutron/port HTTP/1.1" 200 1113 0.056497 10.0.0.36 - - [2024-09-05 02:32:22] "POST /neutron/port HTTP/1.1" 200 1087 0.014777 10.0.0.36 - - [2024-09-05 02:32:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003536 10.0.0.36 - - [2024-09-05 02:32:22] "POST /neutron/subnet HTTP/1.1" 200 703 0.013464 10.0.0.36 - - [2024-09-05 02:32:22] "POST /neutron/port HTTP/1.1" 200 117 0.001547 10.0.0.36 - - [2024-09-05 02:32:22] "GET /projects?obj_uuids=ad88202a-735d-43f8-9395-b32e67c98e55&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001087 10.0.0.36 - - [2024-09-05 02:32:22] "POST /neutron/network HTTP/1.1" 200 833 0.006809 10.0.0.36 - - [2024-09-05 02:32:22] "GET /project/ad88202a-735d-43f8-9395-b32e67c98e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.051589 10.0.0.36 - - [2024-09-05 02:32:22] "POST /neutron/network HTTP/1.1" 200 834 0.008671 10.0.0.36 - - [2024-09-05 02:32:22] "POST /neutron/port HTTP/1.1" 200 1087 0.032716 10.0.0.36 - - [2024-09-05 02:32:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006360 10.0.0.36 - - [2024-09-05 02:32:22] "POST /neutron/port HTTP/1.1" 200 117 0.007833 10.0.0.36 - - [2024-09-05 02:32:22] "POST /fqname-to-id HTTP/1.1" 404 193 0.002768 10.0.0.36 - - [2024-09-05 02:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002779 10.0.0.36 - - [2024-09-05 02:32:22] "GET /domains?obj_uuids=2cf23a14-4453-4d2b-ad96-29f4a9e998af&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001175 10.0.0.36 - - [2024-09-05 02:32:22] "GET /domain/2cf23a14-4453-4d2b-ad96-29f4a9e998af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007654 10.0.0.36 - - [2024-09-05 02:32:22] "POST /service-templates HTTP/1.1" 200 543 0.024252 10.0.0.36 - - [2024-09-05 02:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.36 - - [2024-09-05 02:32:22] "GET /service-template/598f8e80-62c1-48a7-9637-6cb46924e236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004304 10.0.0.36 - - [2024-09-05 02:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.36 - - [2024-09-05 02:32:23] "POST /neutron/network HTTP/1.1" 200 844 0.007082 10.0.0.36 - - [2024-09-05 02:32:23] "GET /service-template/598f8e80-62c1-48a7-9637-6cb46924e236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.003236 10.0.0.36 - - [2024-09-05 02:32:23] "GET /projects?obj_uuids=ad88202a-735d-43f8-9395-b32e67c98e55&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001225 10.0.0.36 - - [2024-09-05 02:32:23] "POST /id-to-fqname HTTP/1.1" 200 223 0.002738 10.0.0.36 - - [2024-09-05 02:32:23] "POST /id-to-fqname HTTP/1.1" 200 223 0.001807 10.0.0.36 - - [2024-09-05 02:32:23] "POST /id-to-fqname HTTP/1.1" 200 224 0.002681 10.0.0.36 - - [2024-09-05 02:32:23] "POST /neutron/port HTTP/1.1" 200 1058 0.297697 10.0.0.36 - - [2024-09-05 02:32:23] "POST /neutron/port HTTP/1.1" 200 2003 0.022524 10.0.0.36 - - [2024-09-05 02:32:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.016048 10.0.0.36 - - [2024-09-05 02:32:23] "POST /neutron/port HTTP/1.1" 200 1058 0.017645 10.0.0.36 - - [2024-09-05 02:32:23] "POST /neutron/port HTTP/1.1" 200 1058 0.027080 10.0.0.36 - - [2024-09-05 02:32:23] "POST /neutron/port HTTP/1.1" 200 1112 0.084931 10.0.0.36 - - [2024-09-05 02:32:23] "POST /neutron/port HTTP/1.1" 200 1086 0.018491 10.0.0.36 - - [2024-09-05 02:32:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003943 10.0.0.36 - - [2024-09-05 02:32:23] "POST /neutron/subnet HTTP/1.1" 200 698 0.015630 10.0.0.36 - - [2024-09-05 02:32:23] "POST /neutron/port HTTP/1.1" 200 117 0.001365 10.0.0.36 - - [2024-09-05 02:32:23] "POST /neutron/network HTTP/1.1" 200 834 0.006815 10.0.0.36 - - [2024-09-05 02:32:24] "POST /neutron/network HTTP/1.1" 200 2224 0.012797 10.0.0.36 - - [2024-09-05 02:32:24] "GET /aaa-mode HTTP/1.1" 401 292 0.000512 10.0.0.36 - - [2024-09-05 02:32:24] "GET / HTTP/1.1" 200 35931 0.001844 10.0.0.36 - - [2024-09-05 02:32:24] "GET /project/ad88202a-735d-43f8-9395-b32e67c98e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000490 10.0.0.36 - - [2024-09-05 02:32:24] "GET /projects?obj_uuids=ad88202a-735d-43f8-9395-b32e67c98e55&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001153 10.0.0.36 - - [2024-09-05 02:32:24] "GET /project/ad88202a-735d-43f8-9395-b32e67c98e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.047117 10.0.0.36 - - [2024-09-05 02:32:24] "POST /neutron/network HTTP/1.1" 200 832 0.007610 10.0.0.36 - - [2024-09-05 02:32:25] "POST /neutron/network HTTP/1.1" 200 833 0.006020 10.0.0.36 - - [2024-09-05 02:32:25] "POST /neutron/network HTTP/1.1" 200 834 0.006069 10.0.0.36 - - [2024-09-05 02:32:25] "POST /neutron/port HTTP/1.1" 200 2057 0.025247 10.0.0.36 - - [2024-09-05 02:32:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007267 10.0.0.36 - - [2024-09-05 02:32:25] "POST /neutron/port HTTP/1.1" 200 117 0.004969 10.0.0.36 - - [2024-09-05 02:32:25] "POST /neutron/port HTTP/1.1" 200 117 0.005051 10.0.0.36 - - [2024-09-05 02:32:25] "POST /neutron/network HTTP/1.1" 200 2224 0.017644 10.0.0.36 - - [2024-09-05 02:32:25] "GET /projects?obj_uuids=ad88202a-735d-43f8-9395-b32e67c98e55&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001464 10.0.0.36 - - [2024-09-05 02:32:25] "POST /neutron/port HTTP/1.1" 200 1058 0.258178 10.0.0.36 - - [2024-09-05 02:32:25] "GET /projects?obj_uuids=ad88202a-735d-43f8-9395-b32e67c98e55&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001191 10.0.0.36 - - [2024-09-05 02:32:26] "POST /neutron/port HTTP/1.1" 200 1059 0.180595 10.0.0.36 - - [2024-09-05 02:32:26] "GET /projects?obj_uuids=ad88202a-735d-43f8-9395-b32e67c98e55&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001180 10.0.0.36 - - [2024-09-05 02:32:26] "POST /neutron/port HTTP/1.1" 200 1058 0.215965 10.0.0.36 - - [2024-09-05 02:32:26] "POST /neutron/port HTTP/1.1" 200 1058 0.016476 10.0.0.36 - - [2024-09-05 02:32:26] "POST /neutron/port HTTP/1.1" 200 1058 0.008272 10.0.0.36 - - [2024-09-05 02:32:26] "POST /neutron/port HTTP/1.1" 200 1112 0.054121 10.0.0.36 - - [2024-09-05 02:32:26] "POST /neutron/port HTTP/1.1" 200 1059 0.008808 10.0.0.36 - - [2024-09-05 02:32:26] "POST /neutron/port HTTP/1.1" 200 1059 0.008525 10.0.0.36 - - [2024-09-05 02:32:26] "POST /neutron/port HTTP/1.1" 200 1113 0.062683 10.0.0.36 - - [2024-09-05 02:32:26] "POST /neutron/port HTTP/1.1" 200 1058 0.008667 10.0.0.36 - - [2024-09-05 02:32:26] "POST /neutron/port HTTP/1.1" 200 1058 0.012125 10.0.0.36 - - [2024-09-05 02:32:26] "POST /neutron/port HTTP/1.1" 200 1112 0.053080 10.0.0.36 - - [2024-09-05 02:32:26] "POST /neutron/port HTTP/1.1" 200 3026 0.020703 10.0.0.36 - - [2024-09-05 02:32:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003052 10.0.0.36 - - [2024-09-05 02:32:26] "POST /neutron/subnet HTTP/1.1" 200 698 0.010936 10.0.0.36 - - [2024-09-05 02:32:26] "POST /neutron/port HTTP/1.1" 200 117 0.001273 10.0.0.36 - - [2024-09-05 02:32:26] "POST /neutron/network HTTP/1.1" 200 832 0.005478 10.0.0.36 - - [2024-09-05 02:32:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003594 10.0.0.36 - - [2024-09-05 02:32:26] "POST /neutron/subnet HTTP/1.1" 200 703 0.011638 10.0.0.36 - - [2024-09-05 02:32:26] "POST /neutron/port HTTP/1.1" 200 117 0.001306 10.0.0.36 - - [2024-09-05 02:32:26] "POST /neutron/network HTTP/1.1" 200 833 0.006228 10.0.0.36 - - [2024-09-05 02:32:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003527 10.0.0.36 - - [2024-09-05 02:32:26] "POST /neutron/subnet HTTP/1.1" 200 698 0.010362 10.0.0.36 - - [2024-09-05 02:32:26] "POST /neutron/port HTTP/1.1" 200 117 0.001238 10.0.0.36 - - [2024-09-05 02:32:26] "POST /neutron/network HTTP/1.1" 200 834 0.005533 10.0.0.36 - - [2024-09-05 02:32:30] "POST /neutron/port HTTP/1.1" 200 3026 0.021739 10.0.0.36 - - [2024-09-05 02:32:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008560 10.0.0.36 - - [2024-09-05 02:32:30] "POST /neutron/port HTTP/1.1" 200 3026 0.022969 10.0.0.36 - - [2024-09-05 02:32:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006953 10.0.0.36 - - [2024-09-05 02:32:30] "POST /neutron/port HTTP/1.1" 200 3026 0.019760 10.0.0.36 - - [2024-09-05 02:32:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007102 10.0.0.36 - - [2024-09-05 02:32:30] "POST /neutron/port HTTP/1.1" 200 3026 0.033284 10.0.0.36 - - [2024-09-05 02:32:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006273 10.0.0.36 - - [2024-09-05 02:32:30] "POST /neutron/port HTTP/1.1" 200 3026 0.023010 10.0.0.36 - - [2024-09-05 02:32:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006079 10.0.0.36 - - [2024-09-05 02:32:30] "GET /virtual-machine/5f03ba3d-c16b-4c2b-855d-d23a93448fbe HTTP/1.1" 200 1801 0.004894 10.0.0.36 - - [2024-09-05 02:32:30] "GET /virtual-machine-interface/5c7a6369-ace0-44d4-856c-ec4e6190d7b8 HTTP/1.1" 200 2945 0.003187 10.0.0.36 - - [2024-09-05 02:32:30] "GET /virtual-machine-interface/8f3e7fe3-bffb-46e4-aa4a-dff5299bffc1 HTTP/1.1" 200 2947 0.003334 10.0.0.36 - - [2024-09-05 02:32:30] "GET /virtual-machine-interface/e9091396-b04c-4fe6-9367-4e06ca72a953 HTTP/1.1" 200 2950 0.003243 10.0.0.36 - - [2024-09-05 02:32:30] "POST /neutron/port HTTP/1.1" 200 1087 0.016145 10.0.0.36 - - [2024-09-05 02:32:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005953 10.0.0.36 - - [2024-09-05 02:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002957 10.0.0.36 - - [2024-09-05 02:32:30] "GET /global-vrouter-config/fecfd996-969b-4906-862a-f492727b7a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004090 10.0.0.36 - - [2024-09-05 02:32:30] "GET /virtual-networks?parent_id=ad88202a-735d-43f8-9395-b32e67c98e55&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003124 10.0.0.36 - - [2024-09-05 02:32:30] "GET /virtual-network/14925bbb-5ed7-47ef-ba9b-bb42a0cf8550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.003429 10.0.0.36 - - [2024-09-05 02:32:31] "POST /neutron/port HTTP/1.1" 200 1086 0.015786 10.0.0.36 - - [2024-09-05 02:32:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005838 10.0.0.36 - - [2024-09-05 02:32:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002873 10.0.0.36 - - [2024-09-05 02:32:34] "GET /virtual-network/14925bbb-5ed7-47ef-ba9b-bb42a0cf8550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.002857 10.0.0.36 - - [2024-09-05 02:32:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.36 - - [2024-09-05 02:32:38] "GET /virtual-network/14925bbb-5ed7-47ef-ba9b-bb42a0cf8550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.002833 10.0.0.36 - - [2024-09-05 02:32:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.36 - - [2024-09-05 02:32:42] "GET /virtual-network/14925bbb-5ed7-47ef-ba9b-bb42a0cf8550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.002845 10.0.0.36 - - [2024-09-05 02:32:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.36 - - [2024-09-05 02:32:44] "GET /global-vrouter-config/fecfd996-969b-4906-862a-f492727b7a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002665 10.0.0.36 - - [2024-09-05 02:32:44] "GET /virtual-networks?parent_id=ad88202a-735d-43f8-9395-b32e67c98e55&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003571 10.0.0.36 - - [2024-09-05 02:32:44] "GET /virtual-network/14925bbb-5ed7-47ef-ba9b-bb42a0cf8550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.003544 10.0.0.36 - - [2024-09-05 02:32:44] "POST /neutron/port HTTP/1.1" 200 3026 0.019160 10.0.0.36 - - [2024-09-05 02:32:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006323 10.0.0.36 - - [2024-09-05 02:32:49] "POST /neutron/port HTTP/1.1" 200 3026 0.020360 10.0.0.36 - - [2024-09-05 02:32:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006160 10.0.0.36 - - [2024-09-05 02:32:54] "POST /neutron/port HTTP/1.1" 200 3026 0.018915 10.0.0.36 - - [2024-09-05 02:32:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006746 10.0.0.36 - - [2024-09-05 02:32:55] "POST /neutron/port HTTP/1.1" 200 3026 0.021837 10.0.0.36 - - [2024-09-05 02:32:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005881 10.0.0.36 - - [2024-09-05 02:33:00] "POST /neutron/port HTTP/1.1" 200 3026 0.020225 10.0.0.36 - - [2024-09-05 02:33:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006644 10.0.0.36 - - [2024-09-05 02:33:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.36 - - [2024-09-05 02:33:05] "GET /global-vrouter-config/fecfd996-969b-4906-862a-f492727b7a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002875 10.0.0.36 - - [2024-09-05 02:33:05] "GET /virtual-networks?parent_id=ad88202a-735d-43f8-9395-b32e67c98e55&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003880 10.0.0.36 - - [2024-09-05 02:33:05] "GET /virtual-network/1c75a17b-3aa3-4db9-b6c1-bbde66bfd572?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004145 10.0.0.36 - - [2024-09-05 02:33:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.36 - - [2024-09-05 02:33:05] "GET /global-vrouter-config/fecfd996-969b-4906-862a-f492727b7a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002693 10.0.0.36 - - [2024-09-05 02:33:05] "GET /virtual-networks?parent_id=ad88202a-735d-43f8-9395-b32e67c98e55&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003218 10.0.0.36 - - [2024-09-05 02:33:05] "GET /virtual-network/5273aadd-a45e-483c-81e3-a696622f6d98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.003305 10.0.0.36 - - [2024-09-05 02:33:05] "POST /fqname-to-id HTTP/1.1" 404 207 0.002822 10.0.0.36 - - [2024-09-05 02:33:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002443 10.0.0.36 - - [2024-09-05 02:33:05] "GET /projects?obj_uuids=ad88202a-735d-43f8-9395-b32e67c98e55&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001273 10.0.0.36 - - [2024-09-05 02:33:06] "GET /project/ad88202a-735d-43f8-9395-b32e67c98e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.020660 10.0.0.36 - - [2024-09-05 02:33:06] "POST /service-instances HTTP/1.1" 200 543 0.063985 10.0.0.36 - - [2024-09-05 02:33:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002869 10.0.0.36 - - [2024-09-05 02:33:06] "GET /service-instance/e30b5589-7206-42be-beba-340ed8c46416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2136 0.004129 10.0.0.36 - - [2024-09-05 02:33:06] "POST /port-tuples HTTP/1.1" 200 586 0.021534 10.0.0.36 - - [2024-09-05 02:33:06] "GET /virtual-machine-interface/5c7a6369-ace0-44d4-856c-ec4e6190d7b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.003190 10.0.0.36 - - [2024-09-05 02:33:06] "PUT /virtual-machine-interface/5c7a6369-ace0-44d4-856c-ec4e6190d7b8 HTTP/1.1" 200 284 0.010044 10.0.0.36 - - [2024-09-05 02:33:06] "POST /ref-update HTTP/1.1" 200 156 0.010162 10.0.0.36 - - [2024-09-05 02:33:06] "POST /instance-ips HTTP/1.1" 200 385 0.023198 10.0.0.36 - - [2024-09-05 02:33:06] "POST /ref-update HTTP/1.1" 200 156 0.007740 10.0.0.36 - - [2024-09-05 02:33:06] "GET /virtual-machine-interface/8f3e7fe3-bffb-46e4-aa4a-dff5299bffc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2726 0.002578 10.0.0.36 - - [2024-09-05 02:33:06] "POST /ref-update HTTP/1.1" 200 156 0.011627 10.0.0.36 - - [2024-09-05 02:33:06] "PUT /virtual-machine-interface/8f3e7fe3-bffb-46e4-aa4a-dff5299bffc1 HTTP/1.1" 200 284 0.013097 10.0.0.36 - - [2024-09-05 02:33:06] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004117 10.0.0.36 - - [2024-09-05 02:33:06] "POST /ref-update HTTP/1.1" 200 156 0.010432 10.0.0.36 - - [2024-09-05 02:33:06] "GET /virtual-machine-interface/e9091396-b04c-4fe6-9367-4e06ca72a953?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2729 0.004112 10.0.0.36 - - [2024-09-05 02:33:06] "POST /instance-ips HTTP/1.1" 200 385 0.024225 10.0.0.36 - - [2024-09-05 02:33:06] "PUT /virtual-machine-interface/e9091396-b04c-4fe6-9367-4e06ca72a953 HTTP/1.1" 200 284 0.009187 10.0.0.36 - - [2024-09-05 02:33:06] "POST /ref-update HTTP/1.1" 200 156 0.007300 10.0.0.36 - - [2024-09-05 02:33:06] "POST /ref-update HTTP/1.1" 200 156 0.008994 10.0.0.36 - - [2024-09-05 02:33:06] "POST /ref-update HTTP/1.1" 200 156 0.007810 10.0.0.36 - - [2024-09-05 02:33:06] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003024 10.0.0.36 - - [2024-09-05 02:33:06] "POST /neutron/port HTTP/1.1" 200 1087 0.016887 10.0.0.36 - - [2024-09-05 02:33:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005442 10.0.0.36 - - [2024-09-05 02:33:06] "POST /instance-ips HTTP/1.1" 200 373 0.016928 10.0.0.36 - - [2024-09-05 02:33:06] "POST /neutron/port HTTP/1.1" 200 1087 0.014187 10.0.0.36 - - [2024-09-05 02:33:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006007 10.0.0.36 - - [2024-09-05 02:33:06] "POST /ref-update HTTP/1.1" 200 156 0.007736 10.0.0.36 - - [2024-09-05 02:33:06] "POST /neutron/port HTTP/1.1" 200 1087 0.013758 10.0.0.36 - - [2024-09-05 02:33:07] "POST /ref-update HTTP/1.1" 200 156 0.008713 10.0.0.36 - - [2024-09-05 02:33:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009068 10.0.0.36 - - [2024-09-05 02:33:07] "GET /virtual-machine/89adce53-add2-4e2e-97a4-13325ce74d27 HTTP/1.1" 200 1290 0.003901 10.0.0.36 - - [2024-09-05 02:33:07] "GET /virtual-machine-interface/74fe107e-f8d8-49fa-a410-8414923499b3 HTTP/1.1" 200 2946 0.002811 10.0.0.36 - - [2024-09-05 02:33:07] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002733 10.0.0.36 - - [2024-09-05 02:33:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.006111 10.0.0.36 - - [2024-09-05 02:33:07] "GET /global-vrouter-config/fecfd996-969b-4906-862a-f492727b7a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002882 10.0.0.36 - - [2024-09-05 02:33:07] "POST /instance-ips HTTP/1.1" 200 373 0.015488 10.0.0.36 - - [2024-09-05 02:33:07] "GET /virtual-networks?parent_id=ad88202a-735d-43f8-9395-b32e67c98e55&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003382 10.0.0.36 - - [2024-09-05 02:33:07] "GET /virtual-network/1c75a17b-3aa3-4db9-b6c1-bbde66bfd572?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.003998 10.0.0.36 - - [2024-09-05 02:33:07] "POST /ref-update HTTP/1.1" 200 156 0.008167 10.0.0.36 - - [2024-09-05 02:33:07] "POST /ref-update HTTP/1.1" 200 156 0.009661 10.0.0.36 - - [2024-09-05 02:33:07] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002867 10.0.0.36 - - [2024-09-05 02:33:07] "POST /instance-ips HTTP/1.1" 200 375 0.015004 10.0.0.36 - - [2024-09-05 02:33:07] "POST /ref-update HTTP/1.1" 200 156 0.009536 10.0.0.36 - - [2024-09-05 02:33:07] "POST /ref-update HTTP/1.1" 200 156 0.008358 10.0.0.36 - - [2024-09-05 02:33:07] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003622 10.0.0.36 - - [2024-09-05 02:33:07] "POST /instance-ips HTTP/1.1" 200 375 0.017486 10.0.0.36 - - [2024-09-05 02:33:07] "POST /ref-update HTTP/1.1" 200 156 0.008290 10.0.0.36 - - [2024-09-05 02:33:07] "POST /ref-update HTTP/1.1" 200 156 0.008637 10.0.0.36 - - [2024-09-05 02:33:07] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003025 10.0.0.36 - - [2024-09-05 02:33:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.36 - - [2024-09-05 02:33:08] "GET /global-vrouter-config/fecfd996-969b-4906-862a-f492727b7a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002522 10.0.0.36 - - [2024-09-05 02:33:08] "GET /virtual-networks?parent_id=ad88202a-735d-43f8-9395-b32e67c98e55&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003178 10.0.0.36 - - [2024-09-05 02:33:08] "GET /virtual-network/1c75a17b-3aa3-4db9-b6c1-bbde66bfd572?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.003236 10.0.0.36 - - [2024-09-05 02:33:08] "DELETE /project/ad88202a735d43f89395b32e67c98e55 HTTP/1.1" 404 173 0.005675 10.0.0.36 - - [2024-09-05 02:33:08] "GET /projects?obj_uuids=fb0f804b-c678-4999-9f48-3aa004186494&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001775 10.0.0.36 - - [2024-09-05 02:33:08] "GET /project/fb0f804b-c678-4999-9f48-3aa004186494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.022010 10.0.0.36 - - [2024-09-05 02:33:08] "GET /projects?obj_uuids=fb0f804b-c678-4999-9f48-3aa004186494&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001064 10.0.0.36 - - [2024-09-05 02:33:08] "GET /project/fb0f804b-c678-4999-9f48-3aa004186494?fields=security_groups HTTP/1.1" 200 1369 0.067351 10.0.0.36 - - [2024-09-05 02:33:08] "POST /neutron/port HTTP/1.1" 200 1086 0.022251 10.0.0.36 - - [2024-09-05 02:33:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006312 10.0.0.36 - - [2024-09-05 02:33:08] "POST /neutron/port HTTP/1.1" 200 1086 0.021032 10.0.0.36 - - [2024-09-05 02:33:08] "DELETE /security-group/033101f4-9954-4742-9ac2-09c3c85aad4a HTTP/1.1" 200 115 0.057240 10.0.0.36 - - [2024-09-05 02:33:08] "GET /projects?obj_uuids=fb0f804b-c678-4999-9f48-3aa004186494&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001124 10.0.0.36 - - [2024-09-05 02:33:08] "DELETE /access-control-list/f6dfbb3e-80d3-410e-824b-586b87e2930e HTTP/1.1" 200 115 0.035018 10.0.0.36 - - [2024-09-05 02:33:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008447 10.0.0.36 - - [2024-09-05 02:33:08] "GET /project/fb0f804b-c678-4999-9f48-3aa004186494?fields=application_policy_sets HTTP/1.1" 200 1408 0.030422 10.0.0.36 - - [2024-09-05 02:33:08] "DELETE /access-control-list/5d6f46a2-99e0-4206-aad2-f174c9d4570b HTTP/1.1" 200 115 0.031934 10.0.0.36 - - [2024-09-05 02:33:08] "POST /neutron/port HTTP/1.1" 200 1086 0.014000 10.0.0.36 - - [2024-09-05 02:33:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005650 10.0.0.36 - - [2024-09-05 02:33:08] "GET /virtual-machine/b4d26f64-cd72-406b-99ca-f423ff65dd74 HTTP/1.1" 200 1291 0.003325 10.0.0.36 - - [2024-09-05 02:33:08] "GET /virtual-machine-interface/f8aa8820-ac1d-4609-a52c-23b71b5f60ee HTTP/1.1" 200 2950 0.002865 10.0.0.36 - - [2024-09-05 02:33:08] "DELETE /project/fb0f804b-c678-4999-9f48-3aa004186494 HTTP/1.1" 200 115 0.333521 10.0.0.36 - - [2024-09-05 02:33:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002574 10.0.0.36 - - [2024-09-05 02:33:08] "GET /global-vrouter-config/fecfd996-969b-4906-862a-f492727b7a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002387 10.0.0.36 - - [2024-09-05 02:33:08] "GET /virtual-networks?parent_id=ad88202a-735d-43f8-9395-b32e67c98e55&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003524 10.0.0.36 - - [2024-09-05 02:33:08] "GET /virtual-network/5273aadd-a45e-483c-81e3-a696622f6d98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.003370 10.0.0.36 - - [2024-09-05 02:33:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002819 10.0.0.36 - - [2024-09-05 02:33:10] "GET /global-vrouter-config/fecfd996-969b-4906-862a-f492727b7a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002668 10.0.0.36 - - [2024-09-05 02:33:10] "GET /virtual-networks?parent_id=ad88202a-735d-43f8-9395-b32e67c98e55&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003199 10.0.0.36 - - [2024-09-05 02:33:10] "GET /virtual-network/5273aadd-a45e-483c-81e3-a696622f6d98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.003367 10.0.0.36 - - [2024-09-05 02:33:10] "POST /fqname-to-id HTTP/1.1" 404 211 0.002703 10.0.0.36 - - [2024-09-05 02:33:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002311 10.0.0.36 - - [2024-09-05 02:33:10] "GET /projects?obj_uuids=ad88202a-735d-43f8-9395-b32e67c98e55&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001552 10.0.0.36 - - [2024-09-05 02:33:10] "GET /project/ad88202a-735d-43f8-9395-b32e67c98e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.020997 10.0.0.36 - - [2024-09-05 02:33:10] "POST /network-policys HTTP/1.1" 200 547 0.017953 10.0.0.36 - - [2024-09-05 02:33:10] "GET /network-policy/2ff94b00-5e4d-4c3e-a24e-fab04e35ffcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004400 10.0.0.36 - - [2024-09-05 02:33:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.36 - - [2024-09-05 02:33:10] "GET /virtual-network/1c75a17b-3aa3-4db9-b6c1-bbde66bfd572?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.003246 10.0.0.36 - - [2024-09-05 02:33:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.36 - - [2024-09-05 02:33:10] "GET /network-policy/2ff94b00-5e4d-4c3e-a24e-fab04e35ffcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003465 10.0.0.36 - - [2024-09-05 02:33:10] "POST /ref-update HTTP/1.1" 200 156 0.026284 10.0.0.36 - - [2024-09-05 02:33:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.36 - - [2024-09-05 02:33:10] "GET /network-policy/2ff94b00-5e4d-4c3e-a24e-fab04e35ffcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003856 10.0.0.36 - - [2024-09-05 02:33:10] "POST /neutron/network HTTP/1.1" 200 921 0.007298 10.0.0.36 - - [2024-09-05 02:33:11] "GET /virtual-network/1c75a17b-3aa3-4db9-b6c1-bbde66bfd572?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.002982 10.0.0.36 - - [2024-09-05 02:33:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002829 10.0.0.36 - - [2024-09-05 02:33:11] "GET /network-policy/2ff94b00-5e4d-4c3e-a24e-fab04e35ffcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003133 10.0.0.36 - - [2024-09-05 02:33:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.36 - - [2024-09-05 02:33:11] "GET /virtual-network/5273aadd-a45e-483c-81e3-a696622f6d98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.003317 10.0.0.36 - - [2024-09-05 02:33:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.36 - - [2024-09-05 02:33:11] "GET /network-policy/2ff94b00-5e4d-4c3e-a24e-fab04e35ffcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003629 10.0.0.36 - - [2024-09-05 02:33:11] "POST /fqname-to-id HTTP/1.1" 404 242 0.002650 10.0.0.36 - - [2024-09-05 02:33:11] "POST /access-control-lists HTTP/1.1" 200 601 0.068918 10.0.0.36 - - [2024-09-05 02:33:11] "POST /ref-update HTTP/1.1" 200 156 0.092894 10.0.0.36 - - [2024-09-05 02:33:11] "POST /fqname-to-id HTTP/1.1" 404 244 0.002659 10.0.0.36 - - [2024-09-05 02:33:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002652 10.0.0.36 - - [2024-09-05 02:33:11] "GET /network-policy/2ff94b00-5e4d-4c3e-a24e-fab04e35ffcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.042772 10.0.0.36 - - [2024-09-05 02:33:11] "POST /access-control-lists HTTP/1.1" 200 604 0.069777 10.0.0.36 - - [2024-09-05 02:33:11] "POST /neutron/network HTTP/1.1" 200 922 0.008455 10.0.0.36 - - [2024-09-05 02:33:11] "POST /routing-instances HTTP/1.1" 200 759 0.022320 10.0.0.36 - - [2024-09-05 02:33:11] "GET /virtual-network/5273aadd-a45e-483c-81e3-a696622f6d98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004560 10.0.0.36 - - [2024-09-05 02:33:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.36 - - [2024-09-05 02:33:11] "POST /route-targets HTTP/1.1" 200 327 0.009654 10.0.0.36 - - [2024-09-05 02:33:11] "GET /network-policy/2ff94b00-5e4d-4c3e-a24e-fab04e35ffcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003233 10.0.0.36 - - [2024-09-05 02:33:11] "POST /ref-update HTTP/1.1" 200 156 0.009582 10.0.0.36 - - [2024-09-05 02:33:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.36 - - [2024-09-05 02:33:11] "GET /routing-instance/c9e258d2-ef2d-45aa-8f8a-37690d0ed82e?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1277 0.002775 10.0.0.36 - - [2024-09-05 02:33:11] "GET /service-template/598f8e80-62c1-48a7-9637-6cb46924e236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.003571 10.0.0.36 - - [2024-09-05 02:33:11] "GET /routing-instance/c9e258d2-ef2d-45aa-8f8a-37690d0ed82e?fields=routing_policy_back_refs HTTP/1.1" 200 1277 0.003011 10.0.0.36 - - [2024-09-05 02:33:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002787 10.0.0.36 - - [2024-09-05 02:33:11] "POST /ref-update HTTP/1.1" 200 156 0.009283 10.0.0.36 - - [2024-09-05 02:33:11] "GET /projects?obj_uuids=ad88202a-735d-43f8-9395-b32e67c98e55&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001190 10.0.0.36 - - [2024-09-05 02:33:11] "GET /project/ad88202a-735d-43f8-9395-b32e67c98e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.026951 10.0.0.36 - - [2024-09-05 02:33:11] "POST /routing-instances HTTP/1.1" 200 760 0.022861 10.0.0.36 - - [2024-09-05 02:33:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.36 - - [2024-09-05 02:33:12] "POST /route-targets HTTP/1.1" 200 327 0.009963 10.0.0.36 - - [2024-09-05 02:33:12] "GET /service-instance/e30b5589-7206-42be-beba-340ed8c46416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3530 0.004527 10.0.0.36 - - [2024-09-05 02:33:12] "POST /ref-update HTTP/1.1" 200 156 0.009755 10.0.0.36 - - [2024-09-05 02:33:12] "GET /domains HTTP/1.1" 200 280 0.002643 10.0.0.36 - - [2024-09-05 02:33:12] "GET /domains?obj_uuids=2cf23a14-4453-4d2b-ad96-29f4a9e998af&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001654 10.0.0.36 - - [2024-09-05 02:33:12] "GET /domain/2cf23a14-4453-4d2b-ad96-29f4a9e998af HTTP/1.1" 200 2771 0.012079 10.0.0.36 - - [2024-09-05 02:33:12] "GET /projects?obj_uuids=ad88202a-735d-43f8-9395-b32e67c98e55&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001188 10.0.0.36 - - [2024-09-05 02:33:12] "GET /routing-instance/32f3b865-0bdd-430d-bb87-a2089a3d3271?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1277 0.003133 10.0.0.36 - - [2024-09-05 02:33:12] "GET /project/ad88202a-735d-43f8-9395-b32e67c98e55 HTTP/1.1" 200 4233 0.063641 10.0.0.36 - - [2024-09-05 02:33:12] "GET /routing-instance/32f3b865-0bdd-430d-bb87-a2089a3d3271?fields=routing_policy_back_refs HTTP/1.1" 200 1277 0.004722 10.0.0.36 - - [2024-09-05 02:33:12] "GET /service-instance/e30b5589-7206-42be-beba-340ed8c46416 HTTP/1.1" 200 3784 0.003797 10.0.0.36 - - [2024-09-05 02:33:12] "GET /domains HTTP/1.1" 200 280 0.002063 10.0.0.36 - - [2024-09-05 02:33:12] "GET /domains?obj_uuids=2cf23a14-4453-4d2b-ad96-29f4a9e998af&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001084 10.0.0.36 - - [2024-09-05 02:33:12] "GET /domain/2cf23a14-4453-4d2b-ad96-29f4a9e998af HTTP/1.1" 200 2771 0.007159 10.0.0.36 - - [2024-09-05 02:33:12] "GET /projects?obj_uuids=ad88202a-735d-43f8-9395-b32e67c98e55&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001024 10.0.0.36 - - [2024-09-05 02:33:12] "PUT /routing-instance/c9e258d2-ef2d-45aa-8f8a-37690d0ed82e HTTP/1.1" 200 266 0.009329 10.0.0.36 - - [2024-09-05 02:33:12] "GET /project/ad88202a-735d-43f8-9395-b32e67c98e55 HTTP/1.1" 200 4233 0.063145 10.0.0.36 - - [2024-09-05 02:33:12] "GET /service-instance/e30b5589-7206-42be-beba-340ed8c46416 HTTP/1.1" 200 3784 0.002618 10.0.0.36 - - [2024-09-05 02:33:12] "GET /port-tuple/5954f9d7-5ee0-4330-a22d-660bcfb65a5e HTTP/1.1" 200 1979 0.003283 10.0.0.36 - - [2024-09-05 02:33:12] "PUT /routing-instance/32f3b865-0bdd-430d-bb87-a2089a3d3271 HTTP/1.1" 200 266 0.010958 10.0.0.36 - - [2024-09-05 02:33:12] "GET /virtual-machine-interface/5c7a6369-ace0-44d4-856c-ec4e6190d7b8 HTTP/1.1" 200 3815 0.004286 10.0.0.36 - - [2024-09-05 02:33:12] "GET /virtual-machine-interface/8f3e7fe3-bffb-46e4-aa4a-dff5299bffc1 HTTP/1.1" 200 3799 0.003042 10.0.0.36 - - [2024-09-05 02:33:12] "GET /virtual-machine-interface/e9091396-b04c-4fe6-9367-4e06ca72a953 HTTP/1.1" 200 3805 0.002998 10.0.0.36 - - [2024-09-05 02:33:12] "POST /ref-update HTTP/1.1" 200 156 0.010468 10.0.0.36 - - [2024-09-05 02:33:12] "POST /neutron/port HTTP/1.1" 200 3833 0.039547 10.0.0.36 - - [2024-09-05 02:33:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006175 10.0.0.36 - - [2024-09-05 02:33:12] "PUT /access-control-list/d633b58c-34c9-4372-978b-681dd1f1a2c9 HTTP/1.1" 200 272 0.013581 10.0.0.36 - - [2024-09-05 02:33:12] "POST /neutron/port HTTP/1.1" 200 3833 0.035764 10.0.0.36 - - [2024-09-05 02:33:12] "PUT /access-control-list/0dc9510f-c4db-4bef-ac68-a9e31c90de42 HTTP/1.1" 200 272 0.013249 10.0.0.36 - - [2024-09-05 02:33:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005735 10.0.0.36 - - [2024-09-05 02:33:12] "POST /neutron/port HTTP/1.1" 200 3833 0.032641 10.0.0.36 - - [2024-09-05 02:33:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005550 10.0.0.36 - - [2024-09-05 02:33:12] "POST /neutron/port HTTP/1.1" 200 3833 0.030449 10.0.0.36 - - [2024-09-05 02:33:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005850 10.0.0.36 - - [2024-09-05 02:33:12] "POST /neutron/network HTTP/1.1" 200 895 0.011643 10.0.0.36 - - [2024-09-05 02:33:12] "POST /neutron/network HTTP/1.1" 200 921 0.004821 10.0.0.36 - - [2024-09-05 02:33:12] "POST /neutron/network HTTP/1.1" 200 806 0.011677 10.0.0.36 - - [2024-09-05 02:33:12] "POST /neutron/network HTTP/1.1" 200 832 0.004903 10.0.0.36 - - [2024-09-05 02:33:12] "POST /neutron/network HTTP/1.1" 200 896 0.010824 10.0.0.36 - - [2024-09-05 02:33:12] "POST /neutron/network HTTP/1.1" 200 922 0.004689 10.0.0.36 - - [2024-09-05 02:33:12] "POST /id-to-fqname HTTP/1.1" 200 223 0.001208 10.0.0.36 - - [2024-09-05 02:33:12] "POST /id-to-fqname HTTP/1.1" 200 223 0.001071 10.0.0.36 - - [2024-09-05 02:33:12] "POST /id-to-fqname HTTP/1.1" 200 224 0.001344 10.0.0.36 - - [2024-09-05 02:33:12] "GET /virtual-machine/5f03ba3d-c16b-4c2b-855d-d23a93448fbe HTTP/1.1" 200 1801 0.003100 10.0.0.36 - - [2024-09-05 02:33:12] "GET /virtual-machine-interface/5c7a6369-ace0-44d4-856c-ec4e6190d7b8 HTTP/1.1" 200 3815 0.003604 10.0.0.36 - - [2024-09-05 02:33:12] "GET /virtual-machine-interface/8f3e7fe3-bffb-46e4-aa4a-dff5299bffc1 HTTP/1.1" 200 3799 0.002964 10.0.0.36 - - [2024-09-05 02:33:12] "GET /virtual-machine-interface/e9091396-b04c-4fe6-9367-4e06ca72a953 HTTP/1.1" 200 3805 0.002728 10.0.0.36 - - [2024-09-05 02:33:12] "GET /instance-ip/bf4b3d35-01a9-4b74-9e02-69759dd6b9ff HTTP/1.1" 200 1979 0.002577 10.0.0.36 - - [2024-09-05 02:33:12] "GET /instance-ip/da0063ba-47d2-4292-b92c-665970fb5e9f HTTP/1.1" 200 1622 0.003321 10.0.0.36 - - [2024-09-05 02:33:12] "GET /instance-ip/f4d94e0e-3a54-4a45-b3ce-f631e0359ac0 HTTP/1.1" 200 1981 0.002196 10.0.0.36 - - [2024-09-05 02:33:12] "GET /instance-ip/39568595-264e-4fe9-9e73-14894ac3d811 HTTP/1.1" 200 1622 0.003367 10.0.0.36 - - [2024-09-05 02:33:12] "GET /instance-ip/506ece4b-a9a1-4d15-8bf9-2adeb078949c HTTP/1.1" 200 1956 0.002290 10.0.0.36 - - [2024-09-05 02:33:13] "GET /instance-ip/9642e161-66e9-4a73-8f9e-7347435b9075 HTTP/1.1" 200 1955 0.003966 10.0.0.36 - - [2024-09-05 02:33:13] "GET /instance-ip/31acb12a-3a61-4a22-a8d0-228b7b87be9e HTTP/1.1" 200 1960 0.002491 10.0.0.36 - - [2024-09-05 02:33:13] "GET /instance-ip/86dab546-94da-432f-beb4-07c17e982413 HTTP/1.1" 200 1622 0.003378 10.0.0.36 - - [2024-09-05 02:33:13] "GET /instance-ip/e3dbb2fa-1e7c-431c-b98a-1c0e81e69c34 HTTP/1.1" 200 1959 0.002257 10.0.0.36 - - [2024-09-05 02:33:13] "POST /neutron/port HTTP/1.1" 200 3833 0.032117 10.0.0.36 - - [2024-09-05 02:33:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005736 10.0.0.36 - - [2024-09-05 02:33:13] "POST /neutron/port HTTP/1.1" 200 3833 0.030657 10.0.0.36 - - [2024-09-05 02:33:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005566 10.0.0.36 - - [2024-09-05 02:33:13] "POST /neutron/port HTTP/1.1" 200 3833 0.031595 10.0.0.36 - - [2024-09-05 02:33:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006254 10.0.0.36 - - [2024-09-05 02:33:13] "POST /neutron/port HTTP/1.1" 200 3833 0.031096 10.0.0.36 - - [2024-09-05 02:33:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005626 10.0.0.36 - - [2024-09-05 02:33:13] "GET /virtual-machine/5f03ba3d-c16b-4c2b-855d-d23a93448fbe HTTP/1.1" 200 1801 0.002539 10.0.0.36 - - [2024-09-05 02:33:13] "GET /virtual-machine-interface/5c7a6369-ace0-44d4-856c-ec4e6190d7b8 HTTP/1.1" 200 3815 0.002508 10.0.0.36 - - [2024-09-05 02:33:13] "GET /virtual-machine-interface/8f3e7fe3-bffb-46e4-aa4a-dff5299bffc1 HTTP/1.1" 200 3799 0.002513 10.0.0.36 - - [2024-09-05 02:33:13] "GET /virtual-machine-interface/e9091396-b04c-4fe6-9367-4e06ca72a953 HTTP/1.1" 200 3805 0.003617 10.0.0.36 - - [2024-09-05 02:33:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002896 10.0.0.36 - - [2024-09-05 02:33:13] "GET /global-vrouter-config/fecfd996-969b-4906-862a-f492727b7a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002907 10.0.0.36 - - [2024-09-05 02:33:13] "GET /virtual-networks?parent_id=ad88202a-735d-43f8-9395-b32e67c98e55&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003209 10.0.0.36 - - [2024-09-05 02:33:13] "GET /virtual-network/1c75a17b-3aa3-4db9-b6c1-bbde66bfd572?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.003920 10.0.0.36 - - [2024-09-05 02:33:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002871 10.0.0.36 - - [2024-09-05 02:33:14] "GET /global-vrouter-config/fecfd996-969b-4906-862a-f492727b7a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002579 10.0.0.36 - - [2024-09-05 02:33:14] "GET /virtual-networks?parent_id=ad88202a-735d-43f8-9395-b32e67c98e55&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003242 10.0.0.36 - - [2024-09-05 02:33:14] "GET /virtual-network/1c75a17b-3aa3-4db9-b6c1-bbde66bfd572?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.003268 10.0.0.36 - - [2024-09-05 02:33:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002854 10.0.0.36 - - [2024-09-05 02:33:14] "GET /global-vrouter-config/fecfd996-969b-4906-862a-f492727b7a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003277 10.0.0.36 - - [2024-09-05 02:33:14] "GET /virtual-networks?parent_id=ad88202a-735d-43f8-9395-b32e67c98e55&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003229 10.0.0.36 - - [2024-09-05 02:33:14] "GET /virtual-network/1c75a17b-3aa3-4db9-b6c1-bbde66bfd572?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.003182 10.0.0.36 - - [2024-09-05 02:33:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002849 10.0.0.36 - - [2024-09-05 02:33:15] "GET /global-vrouter-config/fecfd996-969b-4906-862a-f492727b7a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003577 10.0.0.36 - - [2024-09-05 02:33:15] "GET /virtual-networks?parent_id=ad88202a-735d-43f8-9395-b32e67c98e55&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002969 10.0.0.36 - - [2024-09-05 02:33:15] "GET /virtual-network/1c75a17b-3aa3-4db9-b6c1-bbde66bfd572?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.003234 10.0.0.36 - - [2024-09-05 02:33:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002772 10.0.0.36 - - [2024-09-05 02:33:15] "GET /global-vrouter-config/fecfd996-969b-4906-862a-f492727b7a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002983 10.0.0.36 - - [2024-09-05 02:33:15] "GET /virtual-networks?parent_id=ad88202a-735d-43f8-9395-b32e67c98e55&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003140 10.0.0.36 - - [2024-09-05 02:33:15] "GET /virtual-network/1c75a17b-3aa3-4db9-b6c1-bbde66bfd572?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.003186 10.0.0.36 - - [2024-09-05 02:33:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002890 10.0.0.36 - - [2024-09-05 02:33:15] "GET /global-vrouter-config/fecfd996-969b-4906-862a-f492727b7a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002612 10.0.0.36 - - [2024-09-05 02:33:15] "GET /virtual-networks?parent_id=ad88202a-735d-43f8-9395-b32e67c98e55&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002883 10.0.0.36 - - [2024-09-05 02:33:15] "GET /virtual-network/14925bbb-5ed7-47ef-ba9b-bb42a0cf8550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.003644 10.0.0.36 - - [2024-09-05 02:33:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002733 10.0.0.36 - - [2024-09-05 02:33:15] "GET /global-vrouter-config/fecfd996-969b-4906-862a-f492727b7a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003098 10.0.0.36 - - [2024-09-05 02:33:15] "GET /virtual-networks?parent_id=ad88202a-735d-43f8-9395-b32e67c98e55&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002935 10.0.0.36 - - [2024-09-05 02:33:15] "GET /virtual-network/14925bbb-5ed7-47ef-ba9b-bb42a0cf8550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.003194 10.0.0.36 - - [2024-09-05 02:33:15] "POST /neutron/port HTTP/1.1" 200 1087 0.016212 10.0.0.36 - - [2024-09-05 02:33:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.36 - - [2024-09-05 02:33:15] "POST /neutron/port HTTP/1.1" 200 1087 0.014505 10.0.0.36 - - [2024-09-05 02:33:15] "GET /global-vrouter-config/fecfd996-969b-4906-862a-f492727b7a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003044 10.0.0.36 - - [2024-09-05 02:33:15] "POST /neutron/network HTTP/1.1" 200 931 0.005092 10.0.0.36 - - [2024-09-05 02:33:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002768 10.0.0.36 - - [2024-09-05 02:33:15] "POST /neutron/subnet HTTP/1.1" 200 703 0.009441 10.0.0.36 - - [2024-09-05 02:33:15] "GET /virtual-networks?parent_id=ad88202a-735d-43f8-9395-b32e67c98e55&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002312 10.0.0.36 - - [2024-09-05 02:33:15] "POST /neutron/port HTTP/1.1" 200 117 0.001140 10.0.0.36 - - [2024-09-05 02:33:16] "POST /neutron/network HTTP/1.1" 200 921 0.005640 10.0.0.36 - - [2024-09-05 02:33:16] "GET /virtual-network/14925bbb-5ed7-47ef-ba9b-bb42a0cf8550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.002984 10.0.0.36 - - [2024-09-05 02:33:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.36 - - [2024-09-05 02:33:16] "GET /obj-perms HTTP/1.1" 200 5056 0.045962 10.0.0.36 - - [2024-09-05 02:33:16] "GET /global-vrouter-config/fecfd996-969b-4906-862a-f492727b7a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003223 10.0.0.36 - - [2024-09-05 02:33:16] "GET /virtual-networks?parent_id=ad88202a-735d-43f8-9395-b32e67c98e55&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003020 10.0.0.36 - - [2024-09-05 02:33:16] "GET /virtual-network/14925bbb-5ed7-47ef-ba9b-bb42a0cf8550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.003110 10.0.0.36 - - [2024-09-05 02:33:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002792 10.0.0.36 - - [2024-09-05 02:33:16] "GET /global-vrouter-config/fecfd996-969b-4906-862a-f492727b7a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003145 10.0.0.36 - - [2024-09-05 02:33:16] "GET /virtual-networks?parent_id=ad88202a-735d-43f8-9395-b32e67c98e55&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003336 10.0.0.36 - - [2024-09-05 02:33:16] "GET /obj-perms HTTP/1.1" 200 5056 0.049646 10.0.0.36 - - [2024-09-05 02:33:16] "GET /virtual-network/5273aadd-a45e-483c-81e3-a696622f6d98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.003182 10.0.0.36 - - [2024-09-05 02:33:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.36 - - [2024-09-05 02:33:16] "GET /global-vrouter-config/fecfd996-969b-4906-862a-f492727b7a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003110 10.0.0.36 - - [2024-09-05 02:33:16] "GET /virtual-networks?parent_id=ad88202a-735d-43f8-9395-b32e67c98e55&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002960 10.0.0.36 - - [2024-09-05 02:33:16] "GET /virtual-network/5273aadd-a45e-483c-81e3-a696622f6d98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.003510 10.0.0.36 - - [2024-09-05 02:33:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002785 10.0.0.36 - - [2024-09-05 02:33:16] "GET /global-vrouter-config/fecfd996-969b-4906-862a-f492727b7a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003402 10.0.0.36 - - [2024-09-05 02:33:16] "GET /virtual-networks?parent_id=ad88202a-735d-43f8-9395-b32e67c98e55&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003221 10.0.0.36 - - [2024-09-05 02:33:16] "GET /virtual-network/5273aadd-a45e-483c-81e3-a696622f6d98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.003353 10.0.0.36 - - [2024-09-05 02:33:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.36 - - [2024-09-05 02:33:17] "GET /global-vrouter-config/fecfd996-969b-4906-862a-f492727b7a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003362 10.0.0.36 - - [2024-09-05 02:33:17] "GET /virtual-networks?parent_id=ad88202a-735d-43f8-9395-b32e67c98e55&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003181 10.0.0.36 - - [2024-09-05 02:33:17] "GET /virtual-network/5273aadd-a45e-483c-81e3-a696622f6d98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.003331 10.0.0.36 - - [2024-09-05 02:33:17] "GET /virtual-machine/5f03ba3d-c16b-4c2b-855d-d23a93448fbe HTTP/1.1" 200 1801 0.004266 10.0.0.36 - - [2024-09-05 02:33:17] "GET /domains HTTP/1.1" 200 280 0.002941 10.0.0.36 - - [2024-09-05 02:33:17] "GET /domains?obj_uuids=2cf23a14-4453-4d2b-ad96-29f4a9e998af&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001145 10.0.0.36 - - [2024-09-05 02:33:17] "GET /domain/2cf23a14-4453-4d2b-ad96-29f4a9e998af HTTP/1.1" 200 2771 0.007662 10.0.0.36 - - [2024-09-05 02:33:17] "GET /projects?obj_uuids=ad88202a-735d-43f8-9395-b32e67c98e55&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001011 10.0.0.36 - - [2024-09-05 02:33:17] "GET /project/ad88202a-735d-43f8-9395-b32e67c98e55 HTTP/1.1" 200 4233 0.063571 10.0.0.36 - - [2024-09-05 02:33:17] "GET /service-instance/e30b5589-7206-42be-beba-340ed8c46416 HTTP/1.1" 200 3784 0.002778 10.0.0.36 - - [2024-09-05 02:33:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002257 10.0.0.36 - - [2024-09-05 02:33:17] "GET /routing-instance/1aed495a-8568-4991-9a96-f3416b157364?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1887 0.002565 10.0.0.36 - - [2024-09-05 02:33:17] "GET /routing-instance/1aed495a-8568-4991-9a96-f3416b157364?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2020 0.005136 10.0.0.36 - - [2024-09-05 02:33:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.36 - - [2024-09-05 02:33:17] "GET /routing-instance/48a57fd8-56e8-4ac6-b33d-e7ccc2b48e97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.003387 10.0.0.36 - - [2024-09-05 02:33:17] "GET /routing-instance/48a57fd8-56e8-4ac6-b33d-e7ccc2b48e97?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2023 0.005247 10.0.0.36 - - [2024-09-05 02:33:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.36 - - [2024-09-05 02:33:17] "GET /virtual-network/1c75a17b-3aa3-4db9-b6c1-bbde66bfd572?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.003402 10.0.0.36 - - [2024-09-05 02:33:17] "GET /virtual-network/1c75a17b-3aa3-4db9-b6c1-bbde66bfd572?fields=routing_instances HTTP/1.1" 200 1683 0.004439 10.0.0.36 - - [2024-09-05 02:33:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002847 10.0.0.36 - - [2024-09-05 02:33:17] "GET /virtual-network/5273aadd-a45e-483c-81e3-a696622f6d98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.003237 10.0.0.36 - - [2024-09-05 02:33:17] "GET /virtual-network/5273aadd-a45e-483c-81e3-a696622f6d98?fields=routing_instances HTTP/1.1" 200 1687 0.004470 10.0.0.36 - - [2024-09-05 02:33:21] "POST /ref-update HTTP/1.1" 200 156 0.037524 10.0.0.36 - - [2024-09-05 02:33:21] "POST /neutron/network HTTP/1.1" 200 834 0.006340 10.0.0.36 - - [2024-09-05 02:33:21] "DELETE /access-control-list/0dc9510f-c4db-4bef-ac68-a9e31c90de42 HTTP/1.1" 200 115 0.046493 10.0.0.36 - - [2024-09-05 02:33:21] "GET /virtual-network/5273aadd-a45e-483c-81e3-a696622f6d98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004342 10.0.0.36 - - [2024-09-05 02:33:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002698 10.0.0.36 - - [2024-09-05 02:33:21] "DELETE /routing-instance/c9e258d2-ef2d-45aa-8f8a-37690d0ed82e HTTP/1.1" 200 115 0.043707 10.0.0.36 - - [2024-09-05 02:33:21] "GET /network-policy/2ff94b00-5e4d-4c3e-a24e-fab04e35ffcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004222 10.0.0.36 - - [2024-09-05 02:33:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.36 - - [2024-09-05 02:33:22] "DELETE /route-target/c5871523-5b33-4be5-a9d6-bfc020777cd8 HTTP/1.1" 200 115 0.037183 10.0.0.36 - - [2024-09-05 02:33:22] "POST /ref-update HTTP/1.1" 200 156 0.039252 10.0.0.36 - - [2024-09-05 02:33:22] "DELETE /routing-instance/32f3b865-0bdd-430d-bb87-a2089a3d3271 HTTP/1.1" 200 115 0.027889 10.0.0.36 - - [2024-09-05 02:33:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.36 - - [2024-09-05 02:33:22] "POST /neutron/network HTTP/1.1" 200 833 0.007567 10.0.0.36 - - [2024-09-05 02:33:22] "GET /virtual-network/1c75a17b-3aa3-4db9-b6c1-bbde66bfd572?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.002549 10.0.0.36 - - [2024-09-05 02:33:22] "DELETE /route-target/ee883b46-3a24-4db1-878a-c9021b9ac0f2 HTTP/1.1" 200 115 0.016796 10.0.0.36 - - [2024-09-05 02:33:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.36 - - [2024-09-05 02:33:22] "DELETE /access-control-list/d633b58c-34c9-4372-978b-681dd1f1a2c9 HTTP/1.1" 200 115 0.025601 10.0.0.36 - - [2024-09-05 02:33:22] "GET /network-policy/2ff94b00-5e4d-4c3e-a24e-fab04e35ffcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004722 10.0.0.36 - - [2024-09-05 02:33:22] "DELETE /network-policy/2ff94b00-5e4d-4c3e-a24e-fab04e35ffcb HTTP/1.1" 200 115 0.032466 10.0.0.36 - - [2024-09-05 02:33:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002330 10.0.0.36 - - [2024-09-05 02:33:22] "DELETE /service-instance/e30b5589-7206-42be-beba-340ed8c46416 HTTP/1.1" 200 115 0.057855 10.0.0.36 - - [2024-09-05 02:33:22] "GET /domains HTTP/1.1" 200 280 0.002877 10.0.0.36 - - [2024-09-05 02:33:22] "POST /ref-update HTTP/1.1" 200 156 0.014919 10.0.0.36 - - [2024-09-05 02:33:22] "GET /domains?obj_uuids=2cf23a14-4453-4d2b-ad96-29f4a9e998af&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001760 10.0.0.36 - - [2024-09-05 02:33:22] "GET /domain/2cf23a14-4453-4d2b-ad96-29f4a9e998af HTTP/1.1" 200 2771 0.018253 10.0.0.36 - - [2024-09-05 02:33:22] "GET /projects?obj_uuids=ad88202a-735d-43f8-9395-b32e67c98e55&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001412 10.0.0.36 - - [2024-09-05 02:33:22] "DELETE /instance-ip/31acb12a-3a61-4a22-a8d0-228b7b87be9e HTTP/1.1" 200 115 0.037843 10.0.0.36 - - [2024-09-05 02:33:22] "POST /ref-update HTTP/1.1" 200 156 0.009672 10.0.0.36 - - [2024-09-05 02:33:22] "GET /project/ad88202a-735d-43f8-9395-b32e67c98e55 HTTP/1.1" 200 3759 0.066725 10.0.0.36 - - [2024-09-05 02:33:22] "GET /virtual-machine/5f03ba3d-c16b-4c2b-855d-d23a93448fbe HTTP/1.1" 200 1801 0.002358 10.0.0.36 - - [2024-09-05 02:33:22] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002969 10.0.0.36 - - [2024-09-05 02:33:22] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002054 10.0.0.36 - - [2024-09-05 02:33:22] "DELETE /instance-ip/bf4b3d35-01a9-4b74-9e02-69759dd6b9ff HTTP/1.1" 200 115 0.019182 10.0.0.36 - - [2024-09-05 02:33:22] "POST /ref-update HTTP/1.1" 200 156 0.009113 10.0.0.36 - - [2024-09-05 02:33:22] "DELETE /instance-ip/e3dbb2fa-1e7c-431c-b98a-1c0e81e69c34 HTTP/1.1" 200 115 0.024520 10.0.0.36 - - [2024-09-05 02:33:22] "POST /ref-update HTTP/1.1" 200 156 0.011197 10.0.0.36 - - [2024-09-05 02:33:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.36 - - [2024-09-05 02:33:22] "DELETE /service-template/598f8e80-62c1-48a7-9637-6cb46924e236 HTTP/1.1" 200 115 0.067437 10.0.0.36 - - [2024-09-05 02:33:22] "POST /fqname-to-id HTTP/1.1" 404 193 0.004055 10.0.0.36 - - [2024-09-05 02:33:22] "DELETE /instance-ip/f4d94e0e-3a54-4a45-b3ce-f631e0359ac0 HTTP/1.1" 200 115 0.055944 10.0.0.36 - - [2024-09-05 02:33:22] "POST /ref-update HTTP/1.1" 200 156 0.009421 10.0.0.36 - - [2024-09-05 02:33:22] "DELETE /instance-ip/506ece4b-a9a1-4d15-8bf9-2adeb078949c HTTP/1.1" 200 115 0.032897 10.0.0.36 - - [2024-09-05 02:33:22] "POST /ref-update HTTP/1.1" 200 156 0.011963 10.0.0.36 - - [2024-09-05 02:33:22] "DELETE /instance-ip/9642e161-66e9-4a73-8f9e-7347435b9075 HTTP/1.1" 200 115 0.028746 10.0.0.36 - - [2024-09-05 02:33:22] "POST /neutron/network HTTP/1.1" 200 834 0.007653 10.0.0.36 - - [2024-09-05 02:33:22] "POST /neutron/network HTTP/1.1" 400 204 0.017177 10.0.0.36 - - [2024-09-05 02:33:23] "POST /neutron/port HTTP/1.1" 200 1086 0.027263 10.0.0.36 - - [2024-09-05 02:33:23] "POST /neutron/port HTTP/1.1" 200 1112 0.010436 10.0.0.36 - - [2024-09-05 02:33:23] "POST /neutron/port HTTP/1.1" 200 1087 0.027040 10.0.0.36 - - [2024-09-05 02:33:23] "POST /neutron/port HTTP/1.1" 200 1113 0.014755 10.0.0.36 - - [2024-09-05 02:33:23] "POST /neutron/port HTTP/1.1" 200 151 0.172674 10.0.0.36 - - [2024-09-05 02:33:23] "POST /neutron/port HTTP/1.1" 200 3026 0.038853 10.0.0.36 - - [2024-09-05 02:33:23] "POST /neutron/port HTTP/1.1" 200 1112 0.013570 10.0.0.36 - - [2024-09-05 02:33:23] "POST /neutron/port HTTP/1.1" 200 151 0.159891 10.0.0.36 - - [2024-09-05 02:33:23] "POST /neutron/port HTTP/1.1" 200 151 0.135773 10.0.0.36 - - [2024-09-05 02:33:23] "POST /neutron/port HTTP/1.1" 200 1112 0.010041 10.0.0.36 - - [2024-09-05 02:33:23] "POST /neutron/port HTTP/1.1" 200 151 0.094855 10.0.0.36 - - [2024-09-05 02:33:23] "POST /neutron/port HTTP/1.1" 200 1113 0.008650 10.0.0.36 - - [2024-09-05 02:33:23] "POST /neutron/port HTTP/1.1" 200 151 0.094464 10.0.0.36 - - [2024-09-05 02:33:24] "POST /neutron/network HTTP/1.1" 200 834 0.006188 10.0.0.36 - - [2024-09-05 02:33:25] "POST /useragent-kv HTTP/1.1" 200 115 0.001168 10.0.0.36 - - [2024-09-05 02:33:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.006481 10.0.0.36 - - [2024-09-05 02:33:25] "POST /useragent-kv HTTP/1.1" 200 115 0.001096 10.0.0.36 - - [2024-09-05 02:33:25] "POST /neutron/network HTTP/1.1" 200 151 0.077163 10.0.0.36 - - [2024-09-05 02:33:25] "DELETE /route-target/faf02622-8a63-4aa6-8e0b-31d7f76b29cf HTTP/1.1" 200 115 0.014041 10.0.0.36 - - [2024-09-05 02:33:25] "GET /routing-instance/48a57fd8-56e8-4ac6-b33d-e7ccc2b48e97 HTTP/1.1" 404 171 0.002223 10.0.0.36 - - [2024-09-05 02:33:25] "GET /domains HTTP/1.1" 200 280 0.002414 10.0.0.36 - - [2024-09-05 02:33:25] "GET /domains?obj_uuids=2cf23a14-4453-4d2b-ad96-29f4a9e998af&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001319 10.0.0.36 - - [2024-09-05 02:33:25] "GET /domain/2cf23a14-4453-4d2b-ad96-29f4a9e998af HTTP/1.1" 200 2571 0.050501 10.0.0.36 - - [2024-09-05 02:33:25] "GET /projects?obj_uuids=ad88202a-735d-43f8-9395-b32e67c98e55&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001697 10.0.0.36 - - [2024-09-05 02:33:25] "GET /project/ad88202a-735d-43f8-9395-b32e67c98e55 HTTP/1.1" 200 2298 0.064835 10.0.0.36 - - [2024-09-05 02:33:25] "POST /neutron/network HTTP/1.1" 200 833 0.005706 10.0.0.36 - - [2024-09-05 02:33:25] "POST /useragent-kv HTTP/1.1" 200 115 0.001120 10.0.0.36 - - [2024-09-05 02:33:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005864 10.0.0.36 - - [2024-09-05 02:33:25] "POST /useragent-kv HTTP/1.1" 200 115 0.001000 10.0.0.36 - - [2024-09-05 02:33:25] "POST /neutron/network HTTP/1.1" 200 151 0.070710 10.0.0.36 - - [2024-09-05 02:33:25] "DELETE /route-target/d63d9e8a-fa35-4103-b8e1-f4b4d01b2ecf HTTP/1.1" 200 115 0.015151 10.0.0.36 - - [2024-09-05 02:33:25] "GET /routing-instance/1aed495a-8568-4991-9a96-f3416b157364 HTTP/1.1" 404 171 0.002281 10.0.0.36 - - [2024-09-05 02:33:25] "GET /domains HTTP/1.1" 200 280 0.002035 10.0.0.36 - - [2024-09-05 02:33:25] "GET /domains?obj_uuids=2cf23a14-4453-4d2b-ad96-29f4a9e998af&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000995 10.0.0.36 - - [2024-09-05 02:33:25] "GET /domain/2cf23a14-4453-4d2b-ad96-29f4a9e998af HTTP/1.1" 200 2571 0.046637 10.0.0.36 - - [2024-09-05 02:33:25] "GET /projects?obj_uuids=ad88202a-735d-43f8-9395-b32e67c98e55&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001717 10.0.0.36 - - [2024-09-05 02:33:25] "GET /project/ad88202a-735d-43f8-9395-b32e67c98e55 HTTP/1.1" 200 2080 0.063747 10.0.0.36 - - [2024-09-05 02:33:25] "POST /neutron/network HTTP/1.1" 200 832 0.006022 10.0.0.36 - - [2024-09-05 02:33:25] "POST /useragent-kv HTTP/1.1" 200 115 0.001527 10.0.0.36 - - [2024-09-05 02:33:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.009017 10.0.0.36 - - [2024-09-05 02:33:25] "POST /useragent-kv HTTP/1.1" 200 115 0.001281 10.0.0.36 - - [2024-09-05 02:33:25] "POST /neutron/network HTTP/1.1" 200 151 0.075685 10.0.0.36 - - [2024-09-05 02:33:25] "GET /routing-instance/d91681a6-37f9-4f1d-8a79-15acd8546ff7 HTTP/1.1" 404 171 0.003309 10.0.0.36 - - [2024-09-05 02:33:25] "DELETE /route-target/e665e1e8-2357-4764-898e-54003a07c2a9 HTTP/1.1" 200 115 0.017287 10.0.0.36 - - [2024-09-05 02:33:25] "GET /domains HTTP/1.1" 200 280 0.002420 10.0.0.36 - - [2024-09-05 02:33:25] "GET /domains?obj_uuids=2cf23a14-4453-4d2b-ad96-29f4a9e998af&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001096 10.0.0.36 - - [2024-09-05 02:33:25] "GET /domain/2cf23a14-4453-4d2b-ad96-29f4a9e998af HTTP/1.1" 200 2571 0.047853 10.0.0.36 - - [2024-09-05 02:33:25] "GET /projects?obj_uuids=ad88202a-735d-43f8-9395-b32e67c98e55&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002079 10.0.0.36 - - [2024-09-05 02:33:25] "GET /project/ad88202a-735d-43f8-9395-b32e67c98e55 HTTP/1.1" 200 1840 0.063626 10.0.0.36 - - [2024-09-05 02:33:25] "GET /projects?obj_uuids=ad88202a-735d-43f8-9395-b32e67c98e55&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001222 10.0.0.36 - - [2024-09-05 02:33:25] "GET /project/ad88202a-735d-43f8-9395-b32e67c98e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.020046 10.0.0.36 - - [2024-09-05 02:33:26] "GET /projects?obj_uuids=ad88202a-735d-43f8-9395-b32e67c98e55&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001250 10.0.0.36 - - [2024-09-05 02:33:26] "GET /project/ad88202a-735d-43f8-9395-b32e67c98e55?fields=virtual_networks HTTP/1.1" 200 1028 0.062082 10.0.0.36 - - [2024-09-05 02:33:26] "GET /projects?obj_uuids=ad88202a-735d-43f8-9395-b32e67c98e55&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001158 10.0.0.36 - - [2024-09-05 02:33:26] "GET /project/ad88202a-735d-43f8-9395-b32e67c98e55?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.019487 10.0.0.36 - - [2024-09-05 02:33:26] "GET /projects?obj_uuids=ad88202a-735d-43f8-9395-b32e67c98e55&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001186 10.0.0.36 - - [2024-09-05 02:33:26] "GET /project/ad88202a-735d-43f8-9395-b32e67c98e55?fields=security_groups HTTP/1.1" 200 1252 0.019273 10.0.0.36 - - [2024-09-05 02:33:26] "POST /fqname-to-id HTTP/1.1" 404 189 0.025301 10.0.0.36 - - [2024-09-05 02:33:27] "GET /projects?obj_uuids=2c32f94c-7360-47f5-a862-422b79667d25&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002541 10.0.0.36 - - [2024-09-05 02:33:27] "GET /domains?obj_uuids=2cf23a14-4453-4d2b-ad96-29f4a9e998af&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001388 10.0.0.36 - - [2024-09-05 02:33:27] "GET /domain/2cf23a14-4453-4d2b-ad96-29f4a9e998af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007563 10.0.0.36 - - [2024-09-05 02:33:27] "POST /id-to-fqname HTTP/1.1" 200 191 0.001882 10.0.0.36 - - [2024-09-05 02:33:27] "POST /fqname-to-id HTTP/1.1" 404 200 0.003836 10.0.0.36 - - [2024-09-05 02:33:27] "POST /security-groups HTTP/1.1" 200 592 0.059277 10.0.0.36 - - [2024-09-05 02:33:27] "POST /fqname-to-id HTTP/1.1" 404 235 0.002694 10.0.0.36 - - [2024-09-05 02:33:27] "POST /projects HTTP/1.1" 200 587 0.206277 10.0.0.36 - - [2024-09-05 02:33:27] "POST /access-control-lists HTTP/1.1" 200 597 0.055763 10.0.0.36 - - [2024-09-05 02:33:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.278742 10.0.0.36 - - [2024-09-05 02:33:27] "POST /fqname-to-id HTTP/1.1" 404 234 0.002799 10.0.0.36 - - [2024-09-05 02:33:27] "GET /project/2c32f94c-7360-47f5-a862-422b79667d25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.395751 10.0.0.36 - - [2024-09-05 02:33:27] "POST /access-control-lists HTTP/1.1" 200 595 0.059923 10.0.0.36 - - [2024-09-05 02:33:28] "GET / HTTP/1.1" 200 35931 0.002105 10.0.0.36 - - [2024-09-05 02:33:29] "GET /project/2c32f94c-7360-47f5-a862-422b79667d25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000581 10.0.0.36 - - [2024-09-05 02:33:29] "GET /projects?obj_uuids=2c32f94c-7360-47f5-a862-422b79667d25&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001169 10.0.0.36 - - [2024-09-05 02:33:29] "GET /project/2c32f94c-7360-47f5-a862-422b79667d25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.045391 10.0.0.36 - - [2024-09-05 02:33:29] "POST /fqname-to-id HTTP/1.1" 404 180 0.002764 10.0.0.36 - - [2024-09-05 02:33:29] "POST /virtual-DNSs HTTP/1.1" 200 507 0.018231 10.0.0.36 - - [2024-09-05 02:33:29] "GET /virtual-DNS/868b4550-578a-4218-9fbb-08b134e6c560?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.004761 10.0.0.36 - - [2024-09-05 02:33:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.36 - - [2024-09-05 02:33:30] "GET /virtual-DNS/868b4550-578a-4218-9fbb-08b134e6c560?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.003223 10.0.0.36 - - [2024-09-05 02:33:30] "GET /domains HTTP/1.1" 401 292 0.000520 10.0.0.36 - - [2024-09-05 02:33:30] "GET /domains HTTP/1.1" 200 280 0.027597 10.0.0.36 - - [2024-09-05 02:33:30] "GET /domains?obj_uuids=2cf23a14-4453-4d2b-ad96-29f4a9e998af&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001106 10.0.0.36 - - [2024-09-05 02:33:30] "GET /domain/2cf23a14-4453-4d2b-ad96-29f4a9e998af HTTP/1.1" 200 2958 0.008129 10.0.0.36 - - [2024-09-05 02:33:30] "GET /virtual-DNS/868b4550-578a-4218-9fbb-08b134e6c560 HTTP/1.1" 200 1438 0.003339 10.0.0.36 - - [2024-09-05 02:33:30] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.002213 10.0.0.36 - - [2024-09-05 02:33:30] "POST /network-ipams HTTP/1.1" 200 514 0.015863 10.0.0.36 - - [2024-09-05 02:33:30] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 968 0.002910 10.0.0.36 - - [2024-09-05 02:33:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.36 - - [2024-09-05 02:33:30] "GET /network-ipam/95dbeded-2dde-43d4-84f0-098bf5466e8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.004413 10.0.0.36 - - [2024-09-05 02:33:30] "PUT /network-ipam/95dbeded-2dde-43d4-84f0-098bf5466e8b HTTP/1.1" 200 258 0.009666 10.0.0.36 - - [2024-09-05 02:33:30] "POST /ref-update HTTP/1.1" 200 156 0.009178 10.0.0.36 - - [2024-09-05 02:33:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.36 - - [2024-09-05 02:33:30] "GET /projects?obj_uuids=2c32f94c-7360-47f5-a862-422b79667d25&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001849 10.0.0.36 - - [2024-09-05 02:33:30] "GET /project/2c32f94c-7360-47f5-a862-422b79667d25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.022925 10.0.0.36 - - [2024-09-05 02:33:30] "POST /neutron/network HTTP/1.1" 200 117 0.029862 10.0.0.36 - - [2024-09-05 02:33:30] "GET /projects?obj_uuids=2c32f94c-7360-47f5-a862-422b79667d25&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001127 10.0.0.36 - - [2024-09-05 02:33:31] "POST /neutron/network HTTP/1.1" 200 618 0.063119 10.0.0.36 - - [2024-09-05 02:33:31] "POST /route-targets HTTP/1.1" 200 327 0.010333 10.0.0.36 - - [2024-09-05 02:33:31] "POST /ref-update HTTP/1.1" 200 156 0.009650 10.0.0.36 - - [2024-09-05 02:33:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003523 10.0.0.36 - - [2024-09-05 02:33:31] "POST /neutron/subnet HTTP/1.1" 200 711 0.136131 10.0.0.36 - - [2024-09-05 02:33:31] "POST /neutron/network HTTP/1.1" 200 833 0.005333 10.0.0.36 - - [2024-09-05 02:33:31] "POST /id-to-fqname HTTP/1.1" 200 227 0.001230 10.0.0.36 - - [2024-09-05 02:33:31] "GET /virtual-network/ae101368-163f-4fec-bbd0-851997a9156f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.002644 10.0.0.36 - - [2024-09-05 02:33:31] "POST /neutron/network HTTP/1.1" 200 833 0.005841 10.0.0.36 - - [2024-09-05 02:33:31] "GET /virtual-network/ae101368-163f-4fec-bbd0-851997a9156f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.002763 10.0.0.36 - - [2024-09-05 02:33:31] "POST /neutron/network HTTP/1.1" 200 833 0.007188 10.0.0.36 - - [2024-09-05 02:33:31] "POST /neutron/subnet HTTP/1.1" 200 711 0.007917 10.0.0.36 - - [2024-09-05 02:33:31] "POST /neutron/network HTTP/1.1" 200 807 0.009889 10.0.0.36 - - [2024-09-05 02:33:31] "POST /neutron/network HTTP/1.1" 200 833 0.005552 10.0.0.36 - - [2024-09-05 02:33:31] "POST /id-to-fqname HTTP/1.1" 200 227 0.001224 10.0.0.36 - - [2024-09-05 02:33:31] "POST /neutron/network HTTP/1.1" 200 843 0.007234 10.0.0.36 - - [2024-09-05 02:33:31] "GET /aaa-mode HTTP/1.1" 401 292 0.000422 10.0.0.36 - - [2024-09-05 02:33:31] "GET / HTTP/1.1" 200 35931 0.001895 10.0.0.36 - - [2024-09-05 02:33:31] "GET /project/2c32f94c-7360-47f5-a862-422b79667d25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000468 10.0.0.36 - - [2024-09-05 02:33:32] "GET /projects?obj_uuids=2c32f94c-7360-47f5-a862-422b79667d25&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001503 10.0.0.36 - - [2024-09-05 02:33:32] "GET /project/2c32f94c-7360-47f5-a862-422b79667d25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.042694 10.0.0.36 - - [2024-09-05 02:33:32] "POST /neutron/network HTTP/1.1" 200 833 0.005592 10.0.0.36 - - [2024-09-05 02:33:32] "POST /neutron/port HTTP/1.1" 200 117 0.004856 10.0.0.36 - - [2024-09-05 02:33:32] "POST /neutron/port HTTP/1.1" 200 117 0.004576 10.0.0.36 - - [2024-09-05 02:33:32] "POST /neutron/port HTTP/1.1" 200 117 0.005169 10.0.0.36 - - [2024-09-05 02:33:32] "POST /neutron/network HTTP/1.1" 200 843 0.006261 10.0.0.36 - - [2024-09-05 02:33:32] "GET /projects?obj_uuids=2c32f94c-7360-47f5-a862-422b79667d25&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001158 10.0.0.36 - - [2024-09-05 02:33:33] "POST /neutron/port HTTP/1.1" 200 1058 0.180896 10.0.0.36 - - [2024-09-05 02:33:33] "POST /neutron/port HTTP/1.1" 200 1058 0.009690 10.0.0.36 - - [2024-09-05 02:33:33] "POST /neutron/port HTTP/1.1" 200 1058 0.008649 10.0.0.36 - - [2024-09-05 02:33:33] "POST /neutron/port HTTP/1.1" 200 1112 0.051331 10.0.0.36 - - [2024-09-05 02:33:33] "POST /neutron/port HTTP/1.1" 200 1086 0.014372 10.0.0.36 - - [2024-09-05 02:33:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003399 10.0.0.36 - - [2024-09-05 02:33:33] "POST /neutron/subnet HTTP/1.1" 200 685 0.011235 10.0.0.36 - - [2024-09-05 02:33:33] "POST /neutron/port HTTP/1.1" 200 117 0.001183 10.0.0.36 - - [2024-09-05 02:33:33] "POST /neutron/network HTTP/1.1" 200 833 0.006558 10.0.0.36 - - [2024-09-05 02:33:37] "POST /neutron/port HTTP/1.1" 200 1086 0.014313 10.0.0.36 - - [2024-09-05 02:33:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006371 10.0.0.36 - - [2024-09-05 02:33:37] "POST /neutron/port HTTP/1.1" 200 1086 0.014237 10.0.0.36 - - [2024-09-05 02:33:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006004 10.0.0.36 - - [2024-09-05 02:33:37] "POST /neutron/port HTTP/1.1" 200 1086 0.014154 10.0.0.36 - - [2024-09-05 02:33:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005644 10.0.0.36 - - [2024-09-05 02:33:37] "GET /virtual-machine/f6afde4a-4a4b-4492-bc64-2cca4d5710e7 HTTP/1.1" 200 1294 0.003914 10.0.0.36 - - [2024-09-05 02:33:37] "GET /virtual-machine-interface/3ba6e769-0a4c-48b1-9c69-eb6648533f99 HTTP/1.1" 200 2964 0.002782 10.0.0.36 - - [2024-09-05 02:33:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.36 - - [2024-09-05 02:33:37] "GET /global-vrouter-config/fecfd996-969b-4906-862a-f492727b7a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002806 10.0.0.36 - - [2024-09-05 02:33:37] "GET /virtual-networks?parent_id=2c32f94c-7360-47f5-a862-422b79667d25&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002830 10.0.0.36 - - [2024-09-05 02:33:37] "GET /virtual-network/ae101368-163f-4fec-bbd0-851997a9156f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.003583 10.0.0.36 - - [2024-09-05 02:33:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.36 - - [2024-09-05 02:33:40] "GET /virtual-network/ae101368-163f-4fec-bbd0-851997a9156f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.003520 10.0.0.36 - - [2024-09-05 02:33:41] "POST /neutron/port HTTP/1.1" 200 1086 0.014574 10.0.0.36 - - [2024-09-05 02:33:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004940 10.0.0.36 - - [2024-09-05 02:33:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.36 - - [2024-09-05 02:33:43] "GET /global-vrouter-config/fecfd996-969b-4906-862a-f492727b7a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002614 10.0.0.36 - - [2024-09-05 02:33:43] "GET /virtual-networks?parent_id=2c32f94c-7360-47f5-a862-422b79667d25&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002952 10.0.0.36 - - [2024-09-05 02:33:43] "GET /virtual-network/ae101368-163f-4fec-bbd0-851997a9156f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.003550 10.0.0.36 - - [2024-09-05 02:33:47] "POST /neutron/network HTTP/1.1" 200 807 0.010448 10.0.0.36 - - [2024-09-05 02:33:47] "POST /neutron/network HTTP/1.1" 200 833 0.005049 10.0.0.36 - - [2024-09-05 02:33:47] "POST /id-to-fqname HTTP/1.1" 200 227 0.001220 10.0.0.36 - - [2024-09-05 02:33:47] "POST /neutron/port HTTP/1.1" 200 1086 0.014112 10.0.0.36 - - [2024-09-05 02:33:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005766 10.0.0.36 - - [2024-09-05 02:33:47] "POST /neutron/network HTTP/1.1" 200 843 0.005518 10.0.0.36 - - [2024-09-05 02:33:47] "GET /aaa-mode HTTP/1.1" 401 292 0.000400 10.0.0.36 - - [2024-09-05 02:33:48] "GET / HTTP/1.1" 200 35931 0.002024 10.0.0.36 - - [2024-09-05 02:33:48] "GET /project/2c32f94c-7360-47f5-a862-422b79667d25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000407 10.0.0.36 - - [2024-09-05 02:33:48] "GET /projects?obj_uuids=2c32f94c-7360-47f5-a862-422b79667d25&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001306 10.0.0.36 - - [2024-09-05 02:33:48] "GET /project/2c32f94c-7360-47f5-a862-422b79667d25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.048360 10.0.0.36 - - [2024-09-05 02:33:48] "POST /neutron/network HTTP/1.1" 200 833 0.007557 10.0.0.36 - - [2024-09-05 02:33:48] "POST /neutron/port HTTP/1.1" 200 1086 0.018620 10.0.0.36 - - [2024-09-05 02:33:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009057 10.0.0.36 - - [2024-09-05 02:33:48] "POST /neutron/port HTTP/1.1" 200 117 0.006160 10.0.0.36 - - [2024-09-05 02:33:48] "POST /neutron/port HTTP/1.1" 200 117 0.005349 10.0.0.36 - - [2024-09-05 02:33:48] "POST /neutron/network HTTP/1.1" 200 843 0.005702 10.0.0.36 - - [2024-09-05 02:33:49] "GET /projects?obj_uuids=2c32f94c-7360-47f5-a862-422b79667d25&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001214 10.0.0.36 - - [2024-09-05 02:33:49] "POST /neutron/port HTTP/1.1" 200 1058 0.210778 10.0.0.36 - - [2024-09-05 02:33:49] "POST /neutron/port HTTP/1.1" 200 1058 0.011255 10.0.0.36 - - [2024-09-05 02:33:49] "POST /neutron/port HTTP/1.1" 200 1058 0.008493 10.0.0.36 - - [2024-09-05 02:33:49] "POST /neutron/port HTTP/1.1" 200 1112 0.062762 10.0.0.36 - - [2024-09-05 02:33:49] "POST /neutron/port HTTP/1.1" 200 1086 0.014757 10.0.0.36 - - [2024-09-05 02:33:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003179 10.0.0.36 - - [2024-09-05 02:33:49] "POST /neutron/subnet HTTP/1.1" 200 685 0.010659 10.0.0.36 - - [2024-09-05 02:33:49] "POST /neutron/port HTTP/1.1" 200 117 0.001273 10.0.0.36 - - [2024-09-05 02:33:49] "POST /neutron/network HTTP/1.1" 200 833 0.005432 10.0.0.36 - - [2024-09-05 02:33:53] "POST /neutron/port HTTP/1.1" 200 1086 0.015414 10.0.0.36 - - [2024-09-05 02:33:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006171 10.0.0.36 - - [2024-09-05 02:33:53] "POST /neutron/port HTTP/1.1" 200 1086 0.016788 10.0.0.36 - - [2024-09-05 02:33:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007242 10.0.0.36 - - [2024-09-05 02:33:53] "POST /neutron/port HTTP/1.1" 200 1086 0.015108 10.0.0.36 - - [2024-09-05 02:33:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006158 10.0.0.36 - - [2024-09-05 02:33:53] "GET /virtual-machine/a135818a-dfa4-4de5-8ff5-fd1825be6919 HTTP/1.1" 200 1294 0.008509 10.0.0.36 - - [2024-09-05 02:33:53] "GET /virtual-machine-interface/1eabed7f-484b-469a-b91e-28a1f56e6197 HTTP/1.1" 200 2964 0.003207 10.0.0.36 - - [2024-09-05 02:33:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.36 - - [2024-09-05 02:33:54] "GET /global-vrouter-config/fecfd996-969b-4906-862a-f492727b7a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003057 10.0.0.36 - - [2024-09-05 02:33:54] "GET /virtual-networks?parent_id=2c32f94c-7360-47f5-a862-422b79667d25&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004432 10.0.0.36 - - [2024-09-05 02:33:54] "GET /virtual-network/ae101368-163f-4fec-bbd0-851997a9156f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.003315 10.0.0.36 - - [2024-09-05 02:33:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.36 - - [2024-09-05 02:33:57] "GET /virtual-network/ae101368-163f-4fec-bbd0-851997a9156f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.002956 10.0.0.36 - - [2024-09-05 02:33:57] "POST /neutron/port HTTP/1.1" 200 1086 0.015260 10.0.0.36 - - [2024-09-05 02:33:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005455 10.0.0.36 - - [2024-09-05 02:33:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.36 - - [2024-09-05 02:33:59] "GET /global-vrouter-config/fecfd996-969b-4906-862a-f492727b7a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002622 10.0.0.36 - - [2024-09-05 02:33:59] "GET /virtual-networks?parent_id=2c32f94c-7360-47f5-a862-422b79667d25&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003126 10.0.0.36 - - [2024-09-05 02:33:59] "GET /virtual-network/ae101368-163f-4fec-bbd0-851997a9156f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.003541 10.0.0.36 - - [2024-09-05 02:34:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.36 - - [2024-09-05 02:34:05] "DELETE /virtual-DNS/868b4550-578a-4218-9fbb-08b134e6c560 HTTP/1.1" 409 235 0.005734 10.0.0.36 - - [2024-09-05 02:34:05] "POST /fqname-to-id HTTP/1.1" 404 192 0.002734 10.0.0.36 - - [2024-09-05 02:34:05] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.015116 10.0.0.36 - - [2024-09-05 02:34:05] "GET /virtual-DNS-record/ad3e4664-b2fd-4089-9453-2e4a0aafe2a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.004076 10.0.0.36 - - [2024-09-05 02:34:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.36 - - [2024-09-05 02:34:05] "GET /virtual-DNS-record/ad3e4664-b2fd-4089-9453-2e4a0aafe2a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.003019 10.0.0.36 - - [2024-09-05 02:34:05] "GET /domains HTTP/1.1" 200 280 0.002758 10.0.0.36 - - [2024-09-05 02:34:05] "GET /domains?obj_uuids=2cf23a14-4453-4d2b-ad96-29f4a9e998af&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001155 10.0.0.36 - - [2024-09-05 02:34:05] "GET /domain/2cf23a14-4453-4d2b-ad96-29f4a9e998af HTTP/1.1" 200 2958 0.006982 10.0.0.36 - - [2024-09-05 02:34:05] "GET /virtual-DNS/868b4550-578a-4218-9fbb-08b134e6c560 HTTP/1.1" 200 1907 0.003312 10.0.0.36 - - [2024-09-05 02:34:05] "GET /virtual-DNS-record/ad3e4664-b2fd-4089-9453-2e4a0aafe2a4 HTTP/1.1" 200 1337 0.002243 10.0.0.36 - - [2024-09-05 02:34:08] "DELETE /project/2c32f94c736047f5a862422b79667d25 HTTP/1.1" 404 173 0.005931 10.0.0.36 - - [2024-09-05 02:34:08] "GET /projects?obj_uuids=ad88202a-735d-43f8-9395-b32e67c98e55&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001336 10.0.0.36 - - [2024-09-05 02:34:08] "GET /project/ad88202a-735d-43f8-9395-b32e67c98e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.019759 10.0.0.36 - - [2024-09-05 02:34:08] "GET /projects?obj_uuids=ad88202a-735d-43f8-9395-b32e67c98e55&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001061 10.0.0.36 - - [2024-09-05 02:34:09] "GET /project/ad88202a-735d-43f8-9395-b32e67c98e55?fields=security_groups HTTP/1.1" 200 1357 0.059580 10.0.0.36 - - [2024-09-05 02:34:09] "DELETE /security-group/b889e2a5-a0ae-412d-ac58-f479c3a856fd HTTP/1.1" 200 115 0.050977 10.0.0.36 - - [2024-09-05 02:34:09] "GET /projects?obj_uuids=ad88202a-735d-43f8-9395-b32e67c98e55&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001101 10.0.0.36 - - [2024-09-05 02:34:09] "DELETE /access-control-list/833d28d6-72f2-4a42-8666-de3fb8197678 HTTP/1.1" 200 115 0.033362 10.0.0.36 - - [2024-09-05 02:34:09] "GET /project/ad88202a-735d-43f8-9395-b32e67c98e55?fields=application_policy_sets HTTP/1.1" 200 1396 0.032651 10.0.0.36 - - [2024-09-05 02:34:09] "DELETE /access-control-list/24b61fd3-9bad-4244-8bba-dc11baa6f56c HTTP/1.1" 200 115 0.029766 10.0.0.36 - - [2024-09-05 02:34:09] "DELETE /project/ad88202a-735d-43f8-9395-b32e67c98e55 HTTP/1.1" 200 115 0.314913 10.0.0.36 - - [2024-09-05 02:34:10] "DELETE /virtual-DNS-record/ad3e4664-b2fd-4089-9453-2e4a0aafe2a4 HTTP/1.1" 200 115 0.019328 10.0.0.36 - - [2024-09-05 02:34:10] "POST /fqname-to-id HTTP/1.1" 404 184 0.003176 10.0.0.36 - - [2024-09-05 02:34:11] "POST /neutron/network HTTP/1.1" 200 833 0.009572 10.0.0.36 - - [2024-09-05 02:34:11] "POST /neutron/network HTTP/1.1" 400 204 0.012645 10.0.0.36 - - [2024-09-05 02:34:11] "POST /neutron/port HTTP/1.1" 200 1086 0.018507 10.0.0.36 - - [2024-09-05 02:34:11] "POST /neutron/port HTTP/1.1" 200 1112 0.009866 10.0.0.36 - - [2024-09-05 02:34:11] "POST /neutron/port HTTP/1.1" 200 1086 0.020028 10.0.0.36 - - [2024-09-05 02:34:11] "POST /neutron/port HTTP/1.1" 200 1112 0.014425 10.0.0.36 - - [2024-09-05 02:34:11] "POST /neutron/port HTTP/1.1" 200 151 0.102940 10.0.0.36 - - [2024-09-05 02:34:11] "POST /neutron/port HTTP/1.1" 200 151 0.115826 10.0.0.36 - - [2024-09-05 02:34:13] "POST /neutron/network HTTP/1.1" 200 833 0.005724 10.0.0.36 - - [2024-09-05 02:34:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.36 - - [2024-09-05 02:34:13] "POST /useragent-kv HTTP/1.1" 200 115 0.001053 10.0.0.36 - - [2024-09-05 02:34:13] "POST /useragent-kv HTTP/1.1" 200 115 0.001039 10.0.0.36 - - [2024-09-05 02:34:13] "POST /neutron/network HTTP/1.1" 200 151 0.186177 10.0.0.36 - - [2024-09-05 02:34:13] "DELETE /route-target/0ea42021-add1-49d7-a375-57e72be76208 HTTP/1.1" 200 115 0.020981 10.0.0.36 - - [2024-09-05 02:34:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002437 10.0.0.36 - - [2024-09-05 02:34:13] "DELETE /network-ipam/95dbeded-2dde-43d4-84f0-098bf5466e8b HTTP/1.1" 200 115 0.018990 10.0.0.36 - - [2024-09-05 02:34:13] "DELETE /virtual-DNS/868b4550-578a-4218-9fbb-08b134e6c560 HTTP/1.1" 200 115 0.027973 10.0.0.36 - - [2024-09-05 02:34:13] "POST /fqname-to-id HTTP/1.1" 404 180 0.002457 10.0.0.36 - - [2024-09-05 02:34:13] "GET /domains HTTP/1.1" 200 280 0.002720 10.0.0.36 - - [2024-09-05 02:34:13] "GET /domains?obj_uuids=2cf23a14-4453-4d2b-ad96-29f4a9e998af&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001047 10.0.0.36 - - [2024-09-05 02:34:13] "GET /domain/2cf23a14-4453-4d2b-ad96-29f4a9e998af HTTP/1.1" 200 2574 0.007552 10.0.0.36 - - [2024-09-05 02:34:13] "GET /projects?obj_uuids=2c32f94c-7360-47f5-a862-422b79667d25&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001215 10.0.0.36 - - [2024-09-05 02:34:13] "GET /project/2c32f94c-7360-47f5-a862-422b79667d25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.019615 10.0.0.36 - - [2024-09-05 02:34:13] "GET /projects?obj_uuids=2c32f94c-7360-47f5-a862-422b79667d25&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001130 10.0.0.36 - - [2024-09-05 02:34:13] "GET /project/2c32f94c-7360-47f5-a862-422b79667d25?fields=virtual_networks HTTP/1.1" 200 1033 0.060943 10.0.0.36 - - [2024-09-05 02:34:13] "GET /projects?obj_uuids=2c32f94c-7360-47f5-a862-422b79667d25&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001493 10.0.0.36 - - [2024-09-05 02:34:13] "GET /project/2c32f94c-7360-47f5-a862-422b79667d25?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.020539 10.0.0.36 - - [2024-09-05 02:34:13] "GET /projects?obj_uuids=2c32f94c-7360-47f5-a862-422b79667d25&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001153 10.0.0.36 - - [2024-09-05 02:34:13] "GET /project/2c32f94c-7360-47f5-a862-422b79667d25?fields=security_groups HTTP/1.1" 200 1260 0.020888 10.0.0.36 - - [2024-09-05 02:34:14] "POST /fqname-to-id HTTP/1.1" 404 189 0.023929 10.0.0.36 - - [2024-09-05 02:34:14] "GET /projects?obj_uuids=63beec5c-6c24-43e9-a103-f0994605eabe&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003031 10.0.0.36 - - [2024-09-05 02:34:14] "GET /domains?obj_uuids=2cf23a14-4453-4d2b-ad96-29f4a9e998af&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001174 10.0.0.36 - - [2024-09-05 02:34:14] "GET /domain/2cf23a14-4453-4d2b-ad96-29f4a9e998af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006836 10.0.0.36 - - [2024-09-05 02:34:14] "POST /id-to-fqname HTTP/1.1" 200 191 0.001506 10.0.0.36 - - [2024-09-05 02:34:14] "POST /fqname-to-id HTTP/1.1" 404 200 0.002313 10.0.0.36 - - [2024-09-05 02:34:15] "POST /security-groups HTTP/1.1" 200 592 0.059327 10.0.0.36 - - [2024-09-05 02:34:15] "POST /fqname-to-id HTTP/1.1" 404 235 0.002711 10.0.0.36 - - [2024-09-05 02:34:15] "POST /projects HTTP/1.1" 200 587 0.215982 10.0.0.36 - - [2024-09-05 02:34:15] "POST /access-control-lists HTTP/1.1" 200 597 0.056228 10.0.0.36 - - [2024-09-05 02:34:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.283779 10.0.0.36 - - [2024-09-05 02:34:15] "POST /fqname-to-id HTTP/1.1" 404 234 0.002761 10.0.0.36 - - [2024-09-05 02:34:15] "GET /project/63beec5c-6c24-43e9-a103-f0994605eabe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.403065 10.0.0.36 - - [2024-09-05 02:34:15] "POST /access-control-lists HTTP/1.1" 200 595 0.059709 10.0.0.36 - - [2024-09-05 02:34:16] "GET / HTTP/1.1" 200 35931 0.002236 10.0.0.36 - - [2024-09-05 02:34:16] "GET /obj-perms HTTP/1.1" 200 5056 0.095581 10.0.0.36 - - [2024-09-05 02:34:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000496 10.0.0.36 - - [2024-09-05 02:34:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.035530 10.0.0.36 - - [2024-09-05 02:34:17] "GET /projects?obj_uuids=63beec5c-6c24-43e9-a103-f0994605eabe&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001519 10.0.0.36 - - [2024-09-05 02:34:17] "GET /obj-perms HTTP/1.1" 200 5056 0.335761 10.0.0.36 - - [2024-09-05 02:34:17] "GET /project/63beec5c-6c24-43e9-a103-f0994605eabe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.023605 10.0.0.36 - - [2024-09-05 02:34:17] "POST /neutron/network HTTP/1.1" 200 117 0.028911 10.0.0.36 - - [2024-09-05 02:34:17] "GET /projects?obj_uuids=63beec5c-6c24-43e9-a103-f0994605eabe&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001164 10.0.0.36 - - [2024-09-05 02:34:17] "POST /neutron/network HTTP/1.1" 200 606 0.059036 10.0.0.36 - - [2024-09-05 02:34:17] "POST /route-targets HTTP/1.1" 200 327 0.010543 10.0.0.36 - - [2024-09-05 02:34:17] "POST /ref-update HTTP/1.1" 200 156 0.011169 10.0.0.36 - - [2024-09-05 02:34:17] "POST /useragent-kv HTTP/1.1" 200 115 0.001990 10.0.0.36 - - [2024-09-05 02:34:17] "POST /neutron/subnet HTTP/1.1" 200 734 0.204295 10.0.0.36 - - [2024-09-05 02:34:17] "POST /neutron/network HTTP/1.1" 200 827 0.005203 10.0.0.36 - - [2024-09-05 02:34:17] "POST /id-to-fqname HTTP/1.1" 200 221 0.001266 10.0.0.36 - - [2024-09-05 02:34:17] "GET /virtual-network/ab59181d-8d06-49e1-8db0-3353e577bfbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.002919 10.0.0.36 - - [2024-09-05 02:34:17] "POST /neutron/network HTTP/1.1" 200 827 0.005709 10.0.0.36 - - [2024-09-05 02:34:17] "GET /virtual-network/ab59181d-8d06-49e1-8db0-3353e577bfbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.003054 10.0.0.36 - - [2024-09-05 02:34:18] "POST /neutron/network HTTP/1.1" 200 827 0.006227 10.0.0.36 - - [2024-09-05 02:34:18] "POST /neutron/subnet HTTP/1.1" 200 734 0.006891 10.0.0.36 - - [2024-09-05 02:34:18] "POST /id-to-fqname HTTP/1.1" 200 221 0.001301 10.0.0.36 - - [2024-09-05 02:34:18] "POST /neutron/network HTTP/1.1" 200 837 0.005623 10.0.0.36 - - [2024-09-05 02:34:18] "GET /aaa-mode HTTP/1.1" 401 292 0.000464 10.0.0.36 - - [2024-09-05 02:34:18] "GET / HTTP/1.1" 200 35931 0.003111 10.0.0.36 - - [2024-09-05 02:34:18] "GET /project/63beec5c-6c24-43e9-a103-f0994605eabe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000401 10.0.0.36 - - [2024-09-05 02:34:18] "GET /projects?obj_uuids=63beec5c-6c24-43e9-a103-f0994605eabe&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001178 10.0.0.36 - - [2024-09-05 02:34:18] "GET /project/63beec5c-6c24-43e9-a103-f0994605eabe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.047700 10.0.0.36 - - [2024-09-05 02:34:18] "POST /neutron/network HTTP/1.1" 200 827 0.005400 10.0.0.36 - - [2024-09-05 02:34:19] "POST /neutron/port HTTP/1.1" 200 117 0.004776 10.0.0.36 - - [2024-09-05 02:34:19] "POST /neutron/port HTTP/1.1" 200 117 0.005189 10.0.0.36 - - [2024-09-05 02:34:19] "POST /id-to-fqname HTTP/1.1" 200 221 0.001468 10.0.0.36 - - [2024-09-05 02:34:19] "POST /neutron/port HTTP/1.1" 200 117 0.005195 10.0.0.36 - - [2024-09-05 02:34:19] "POST /neutron/network HTTP/1.1" 200 837 0.005926 10.0.0.36 - - [2024-09-05 02:34:19] "GET /aaa-mode HTTP/1.1" 401 292 0.000452 10.0.0.36 - - [2024-09-05 02:34:19] "POST /neutron/network HTTP/1.1" 200 837 0.005659 10.0.0.36 - - [2024-09-05 02:34:19] "GET /projects?obj_uuids=63beec5c-6c24-43e9-a103-f0994605eabe&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001235 10.0.0.36 - - [2024-09-05 02:34:19] "GET / HTTP/1.1" 200 35931 0.001962 10.0.0.36 - - [2024-09-05 02:34:19] "GET /project/63beec5c-6c24-43e9-a103-f0994605eabe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000440 10.0.0.36 - - [2024-09-05 02:34:19] "POST /neutron/port HTTP/1.1" 200 1063 0.220578 10.0.0.36 - - [2024-09-05 02:34:19] "POST /neutron/port HTTP/1.1" 200 1063 0.012437 10.0.0.36 - - [2024-09-05 02:34:19] "POST /neutron/port HTTP/1.1" 200 1063 0.014899 10.0.0.36 - - [2024-09-05 02:34:19] "POST /neutron/port HTTP/1.1" 200 1117 0.072221 10.0.0.36 - - [2024-09-05 02:34:19] "POST /neutron/port HTTP/1.1" 200 1091 0.014436 10.0.0.36 - - [2024-09-05 02:34:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002955 10.0.0.36 - - [2024-09-05 02:34:19] "POST /neutron/subnet HTTP/1.1" 200 708 0.010479 10.0.0.36 - - [2024-09-05 02:34:19] "POST /neutron/port HTTP/1.1" 200 117 0.001601 10.0.0.36 - - [2024-09-05 02:34:19] "GET /projects?obj_uuids=63beec5c-6c24-43e9-a103-f0994605eabe&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001304 10.0.0.36 - - [2024-09-05 02:34:20] "GET /project/63beec5c-6c24-43e9-a103-f0994605eabe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.063914 10.0.0.36 - - [2024-09-05 02:34:20] "POST /neutron/network HTTP/1.1" 200 827 0.009243 10.0.0.36 - - [2024-09-05 02:34:20] "POST /neutron/network HTTP/1.1" 200 827 0.006853 10.0.0.36 - - [2024-09-05 02:34:20] "POST /neutron/port HTTP/1.1" 200 1091 0.023551 10.0.0.36 - - [2024-09-05 02:34:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.018159 10.0.0.36 - - [2024-09-05 02:34:20] "POST /neutron/port HTTP/1.1" 200 117 0.005314 10.0.0.36 - - [2024-09-05 02:34:20] "POST /neutron/port HTTP/1.1" 200 1091 0.019344 10.0.0.36 - - [2024-09-05 02:34:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.013256 10.0.0.36 - - [2024-09-05 02:34:20] "POST /neutron/network HTTP/1.1" 200 837 0.006352 10.0.0.36 - - [2024-09-05 02:34:20] "GET /projects?obj_uuids=63beec5c-6c24-43e9-a103-f0994605eabe&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001290 10.0.0.36 - - [2024-09-05 02:34:20] "POST /neutron/port HTTP/1.1" 200 1063 0.244876 10.0.0.36 - - [2024-09-05 02:34:20] "POST /neutron/port HTTP/1.1" 200 1063 0.009583 10.0.0.36 - - [2024-09-05 02:34:20] "POST /neutron/port HTTP/1.1" 200 1063 0.009071 10.0.0.36 - - [2024-09-05 02:34:21] "POST /neutron/port HTTP/1.1" 200 1117 0.090689 10.0.0.36 - - [2024-09-05 02:34:21] "POST /neutron/port HTTP/1.1" 200 1091 0.022383 10.0.0.36 - - [2024-09-05 02:34:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005285 10.0.0.36 - - [2024-09-05 02:34:21] "POST /neutron/subnet HTTP/1.1" 200 708 0.013657 10.0.0.36 - - [2024-09-05 02:34:21] "POST /neutron/port HTTP/1.1" 200 117 0.001276 10.0.0.36 - - [2024-09-05 02:34:21] "POST /neutron/network HTTP/1.1" 200 827 0.006023 10.0.0.36 - - [2024-09-05 02:34:25] "POST /neutron/port HTTP/1.1" 200 1091 0.014285 10.0.0.36 - - [2024-09-05 02:34:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006037 10.0.0.36 - - [2024-09-05 02:34:25] "POST /neutron/port HTTP/1.1" 200 1091 0.016630 10.0.0.36 - - [2024-09-05 02:34:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006214 10.0.0.36 - - [2024-09-05 02:34:25] "POST /neutron/port HTTP/1.1" 200 1091 0.018823 10.0.0.36 - - [2024-09-05 02:34:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006641 10.0.0.36 - - [2024-09-05 02:34:25] "GET /virtual-machine/3a78f5ff-3a84-4a5e-a910-c8d7de4dffdf HTTP/1.1" 401 292 0.000463 10.0.0.36 - - [2024-09-05 02:34:25] "GET /virtual-machine/3a78f5ff-3a84-4a5e-a910-c8d7de4dffdf HTTP/1.1" 200 1293 0.027068 10.0.0.36 - - [2024-09-05 02:34:25] "GET /virtual-machine-interface/40ee1697-7d86-4471-841b-1111c2e45c09 HTTP/1.1" 200 2945 0.006126 10.0.0.36 - - [2024-09-05 02:34:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.36 - - [2024-09-05 02:34:25] "GET /global-vrouter-config/fecfd996-969b-4906-862a-f492727b7a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002971 10.0.0.36 - - [2024-09-05 02:34:26] "GET /virtual-networks?parent_id=63beec5c-6c24-43e9-a103-f0994605eabe&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003005 10.0.0.36 - - [2024-09-05 02:34:26] "GET /virtual-network/ab59181d-8d06-49e1-8db0-3353e577bfbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.003244 10.0.0.36 - - [2024-09-05 02:34:28] "POST /neutron/port HTTP/1.1" 200 1091 0.023467 10.0.0.36 - - [2024-09-05 02:34:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007691 10.0.0.36 - - [2024-09-05 02:34:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.36 - - [2024-09-05 02:34:29] "GET /virtual-network/ab59181d-8d06-49e1-8db0-3353e577bfbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.002859 10.0.0.36 - - [2024-09-05 02:34:29] "POST /neutron/port HTTP/1.1" 200 1091 0.015212 10.0.0.36 - - [2024-09-05 02:34:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004890 10.0.0.36 - - [2024-09-05 02:34:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.36 - - [2024-09-05 02:34:31] "GET /global-vrouter-config/fecfd996-969b-4906-862a-f492727b7a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002712 10.0.0.36 - - [2024-09-05 02:34:31] "GET /virtual-networks?parent_id=63beec5c-6c24-43e9-a103-f0994605eabe&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003018 10.0.0.36 - - [2024-09-05 02:34:31] "GET /virtual-network/ab59181d-8d06-49e1-8db0-3353e577bfbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.003289 10.0.0.36 - - [2024-09-05 02:34:31] "POST /neutron/port HTTP/1.1" 200 1091 0.015173 10.0.0.36 - - [2024-09-05 02:34:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005785 10.0.0.36 - - [2024-09-05 02:34:31] "POST /neutron/port HTTP/1.1" 200 1091 0.013576 10.0.0.36 - - [2024-09-05 02:34:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005799 10.0.0.36 - - [2024-09-05 02:34:31] "POST /neutron/port HTTP/1.1" 200 1091 0.013880 10.0.0.36 - - [2024-09-05 02:34:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005878 10.0.0.36 - - [2024-09-05 02:34:31] "GET /virtual-machine/4ea8d1b2-222e-4967-a8a6-42963dff7b26 HTTP/1.1" 200 1293 0.004099 10.0.0.36 - - [2024-09-05 02:34:31] "GET /virtual-machine-interface/7a019e89-fc0e-47b9-9422-23b095393b28 HTTP/1.1" 200 2946 0.002671 10.0.0.36 - - [2024-09-05 02:34:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002815 10.0.0.36 - - [2024-09-05 02:34:31] "GET /global-vrouter-config/fecfd996-969b-4906-862a-f492727b7a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002458 10.0.0.36 - - [2024-09-05 02:34:31] "GET /virtual-networks?parent_id=63beec5c-6c24-43e9-a103-f0994605eabe&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003003 10.0.0.36 - - [2024-09-05 02:34:31] "GET /virtual-network/ab59181d-8d06-49e1-8db0-3353e577bfbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.003599 10.0.0.36 - - [2024-09-05 02:34:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.36 - - [2024-09-05 02:34:33] "GET /global-vrouter-config/fecfd996-969b-4906-862a-f492727b7a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002524 10.0.0.36 - - [2024-09-05 02:34:33] "GET /virtual-networks?parent_id=63beec5c-6c24-43e9-a103-f0994605eabe&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002938 10.0.0.36 - - [2024-09-05 02:34:33] "GET /virtual-network/ab59181d-8d06-49e1-8db0-3353e577bfbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.003198 10.0.0.36 - - [2024-09-05 02:34:37] "POST /neutron/network HTTP/1.1" 200 827 0.008095 10.0.0.36 - - [2024-09-05 02:34:37] "POST /neutron/network HTTP/1.1" 400 204 0.010113 10.0.0.36 - - [2024-09-05 02:34:38] "POST /neutron/port HTTP/1.1" 200 1091 0.017205 10.0.0.36 - - [2024-09-05 02:34:38] "POST /neutron/port HTTP/1.1" 200 1117 0.011139 10.0.0.36 - - [2024-09-05 02:34:38] "POST /neutron/port HTTP/1.1" 200 1091 0.021657 10.0.0.36 - - [2024-09-05 02:34:38] "POST /neutron/port HTTP/1.1" 200 1117 0.008301 10.0.0.36 - - [2024-09-05 02:34:38] "POST /neutron/port HTTP/1.1" 200 151 0.128059 10.0.0.36 - - [2024-09-05 02:34:38] "POST /neutron/port HTTP/1.1" 200 151 0.119862 10.0.0.36 - - [2024-09-05 02:34:39] "POST /neutron/network HTTP/1.1" 200 827 0.005945 10.0.0.36 - - [2024-09-05 02:34:40] "POST /useragent-kv HTTP/1.1" 200 115 0.001278 10.0.0.36 - - [2024-09-05 02:34:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.006380 10.0.0.36 - - [2024-09-05 02:34:40] "POST /useragent-kv HTTP/1.1" 200 115 0.001261 10.0.0.36 - - [2024-09-05 02:34:40] "POST /neutron/network HTTP/1.1" 200 151 0.078482 10.0.0.36 - - [2024-09-05 02:34:40] "DELETE /route-target/f042db12-2aae-490b-9045-3b7870d1c198 HTTP/1.1" 200 115 0.014089 10.0.0.36 - - [2024-09-05 02:34:40] "GET /projects?obj_uuids=63beec5c-6c24-43e9-a103-f0994605eabe&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001600 10.0.0.36 - - [2024-09-05 02:34:40] "GET /project/63beec5c-6c24-43e9-a103-f0994605eabe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.023579 10.0.0.36 - - [2024-09-05 02:34:40] "GET /projects?obj_uuids=63beec5c-6c24-43e9-a103-f0994605eabe&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001725 10.0.0.36 - - [2024-09-05 02:34:40] "GET /project/63beec5c-6c24-43e9-a103-f0994605eabe?fields=virtual_networks HTTP/1.1" 200 1033 0.063812 10.0.0.36 - - [2024-09-05 02:34:40] "GET /projects?obj_uuids=63beec5c-6c24-43e9-a103-f0994605eabe&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001168 10.0.0.36 - - [2024-09-05 02:34:40] "GET /project/63beec5c-6c24-43e9-a103-f0994605eabe?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.020276 10.0.0.36 - - [2024-09-05 02:34:40] "GET /projects?obj_uuids=63beec5c-6c24-43e9-a103-f0994605eabe&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001177 10.0.0.36 - - [2024-09-05 02:34:40] "GET /project/63beec5c-6c24-43e9-a103-f0994605eabe?fields=security_groups HTTP/1.1" 200 1260 0.021790 10.0.0.36 - - [2024-09-05 02:34:41] "POST /fqname-to-id HTTP/1.1" 404 188 0.025032 10.0.0.36 - - [2024-09-05 02:34:41] "GET /projects?obj_uuids=5e01a4f2-6fb1-47e1-aa6b-8891697b77ec&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002590 10.0.0.36 - - [2024-09-05 02:34:41] "GET /domains?obj_uuids=2cf23a14-4453-4d2b-ad96-29f4a9e998af&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001366 10.0.0.36 - - [2024-09-05 02:34:41] "GET /domain/2cf23a14-4453-4d2b-ad96-29f4a9e998af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006880 10.0.0.36 - - [2024-09-05 02:34:41] "POST /id-to-fqname HTTP/1.1" 200 190 0.001333 10.0.0.36 - - [2024-09-05 02:34:41] "POST /fqname-to-id HTTP/1.1" 404 199 0.004534 10.0.0.36 - - [2024-09-05 02:34:41] "GET /global-system-configs HTTP/1.1" 200 322 0.032372 10.0.0.36 - - [2024-09-05 02:34:41] "GET /obj-perms HTTP/1.1" 200 5056 0.072252 10.0.0.36 - - [2024-09-05 02:34:41] "POST /security-groups HTTP/1.1" 200 591 0.063143 10.0.0.36 - - [2024-09-05 02:34:41] "POST /fqname-to-id HTTP/1.1" 404 234 0.003006 10.0.0.36 - - [2024-09-05 02:34:41] "POST /projects HTTP/1.1" 200 585 0.206970 10.0.0.36 - - [2024-09-05 02:34:41] "POST /access-control-lists HTTP/1.1" 200 596 0.059827 10.0.0.36 - - [2024-09-05 02:34:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.279402 10.0.0.36 - - [2024-09-05 02:34:41] "POST /fqname-to-id HTTP/1.1" 404 233 0.002632 10.0.0.36 - - [2024-09-05 02:34:41] "GET /project/5e01a4f2-6fb1-47e1-aa6b-8891697b77ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.395799 10.0.0.36 - - [2024-09-05 02:34:41] "POST /access-control-lists HTTP/1.1" 200 594 0.060048 10.0.0.36 - - [2024-09-05 02:34:42] "GET / HTTP/1.1" 200 35931 0.002295 10.0.0.36 - - [2024-09-05 02:34:43] "GET /global-system-configs HTTP/1.1" 200 322 0.106431 10.0.0.36 - - [2024-09-05 02:34:43] "GET /obj-perms HTTP/1.1" 200 5056 0.140024 10.0.0.36 - - [2024-09-05 02:34:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000561 10.0.0.36 - - [2024-09-05 02:34:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.025190 10.0.0.36 - - [2024-09-05 02:34:43] "GET /projects?obj_uuids=5e01a4f2-6fb1-47e1-aa6b-8891697b77ec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001119 10.0.0.36 - - [2024-09-05 02:34:43] "GET /project/5e01a4f2-6fb1-47e1-aa6b-8891697b77ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.018794 10.0.0.36 - - [2024-09-05 02:34:43] "POST /neutron/network HTTP/1.1" 200 117 0.029807 10.0.0.36 - - [2024-09-05 02:34:43] "GET /projects?obj_uuids=5e01a4f2-6fb1-47e1-aa6b-8891697b77ec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001221 10.0.0.36 - - [2024-09-05 02:34:44] "POST /neutron/network HTTP/1.1" 200 625 0.059564 10.0.0.36 - - [2024-09-05 02:34:44] "POST /route-targets HTTP/1.1" 200 327 0.013399 10.0.0.36 - - [2024-09-05 02:34:44] "POST /ref-update HTTP/1.1" 200 156 0.012873 10.0.0.36 - - [2024-09-05 02:34:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003318 10.0.0.36 - - [2024-09-05 02:34:44] "POST /neutron/subnet HTTP/1.1" 200 701 0.216439 10.0.0.36 - - [2024-09-05 02:34:44] "POST /neutron/network HTTP/1.1" 200 839 0.005807 10.0.0.36 - - [2024-09-05 02:34:44] "POST /id-to-fqname HTTP/1.1" 200 230 0.001335 10.0.0.36 - - [2024-09-05 02:34:44] "GET /virtual-network/2b66162d-a9b5-4e37-a60e-3bf7ee09d12b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.002671 10.0.0.36 - - [2024-09-05 02:34:44] "POST /neutron/network HTTP/1.1" 200 839 0.005613 10.0.0.36 - - [2024-09-05 02:34:44] "GET /virtual-network/2b66162d-a9b5-4e37-a60e-3bf7ee09d12b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.002791 10.0.0.36 - - [2024-09-05 02:34:44] "POST /neutron/network HTTP/1.1" 200 839 0.005817 10.0.0.36 - - [2024-09-05 02:34:44] "POST /neutron/subnet HTTP/1.1" 200 701 0.007144 10.0.0.36 - - [2024-09-05 02:34:44] "POST /neutron/network HTTP/1.1" 200 839 0.005192 10.0.0.36 - - [2024-09-05 02:34:44] "POST /id-to-fqname HTTP/1.1" 200 230 0.001240 10.0.0.36 - - [2024-09-05 02:34:44] "POST /neutron/network HTTP/1.1" 200 849 0.005852 10.0.0.36 - - [2024-09-05 02:34:44] "GET /aaa-mode HTTP/1.1" 401 292 0.000468 10.0.0.36 - - [2024-09-05 02:34:44] "GET / HTTP/1.1" 200 35931 0.001981 10.0.0.36 - - [2024-09-05 02:34:44] "GET /project/5e01a4f2-6fb1-47e1-aa6b-8891697b77ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000470 10.0.0.36 - - [2024-09-05 02:34:45] "GET /projects?obj_uuids=5e01a4f2-6fb1-47e1-aa6b-8891697b77ec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001483 10.0.0.36 - - [2024-09-05 02:34:45] "GET /project/5e01a4f2-6fb1-47e1-aa6b-8891697b77ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.047827 10.0.0.36 - - [2024-09-05 02:34:45] "POST /neutron/network HTTP/1.1" 200 839 0.005365 10.0.0.36 - - [2024-09-05 02:34:45] "POST /neutron/port HTTP/1.1" 200 117 0.005007 10.0.0.36 - - [2024-09-05 02:34:45] "POST /neutron/port HTTP/1.1" 200 117 0.006222 10.0.0.36 - - [2024-09-05 02:34:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.36 - - [2024-09-05 02:34:45] "GET /global-vrouter-config/fecfd996-969b-4906-862a-f492727b7a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002585 10.0.0.36 - - [2024-09-05 02:34:45] "PUT /global-vrouter-config/fecfd996-969b-4906-862a-f492727b7a25 HTTP/1.1" 200 276 0.009894 10.0.0.36 - - [2024-09-05 02:34:45] "POST /neutron/port HTTP/1.1" 200 117 0.005429 10.0.0.36 - - [2024-09-05 02:34:45] "POST /neutron/network HTTP/1.1" 200 849 0.005933 10.0.0.36 - - [2024-09-05 02:34:45] "GET /projects?obj_uuids=5e01a4f2-6fb1-47e1-aa6b-8891697b77ec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001205 10.0.0.36 - - [2024-09-05 02:34:46] "POST /neutron/port HTTP/1.1" 200 1055 0.179676 10.0.0.36 - - [2024-09-05 02:34:46] "POST /neutron/port HTTP/1.1" 200 1055 0.009355 10.0.0.36 - - [2024-09-05 02:34:46] "POST /neutron/port HTTP/1.1" 200 1055 0.008123 10.0.0.36 - - [2024-09-05 02:34:46] "POST /neutron/port HTTP/1.1" 200 1109 0.052274 10.0.0.36 - - [2024-09-05 02:34:46] "POST /neutron/port HTTP/1.1" 200 1083 0.013814 10.0.0.36 - - [2024-09-05 02:34:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002761 10.0.0.36 - - [2024-09-05 02:34:46] "POST /neutron/subnet HTTP/1.1" 200 675 0.009938 10.0.0.36 - - [2024-09-05 02:34:46] "POST /neutron/port HTTP/1.1" 200 117 0.001230 10.0.0.36 - - [2024-09-05 02:34:46] "POST /neutron/network HTTP/1.1" 200 839 0.005456 10.0.0.36 - - [2024-09-05 02:34:50] "POST /neutron/port HTTP/1.1" 200 1083 0.019700 10.0.0.36 - - [2024-09-05 02:34:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.014657 10.0.0.36 - - [2024-09-05 02:34:50] "POST /neutron/port HTTP/1.1" 200 1083 0.014149 10.0.0.36 - - [2024-09-05 02:34:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006229 10.0.0.36 - - [2024-09-05 02:34:51] "POST /neutron/port HTTP/1.1" 200 1083 0.015363 10.0.0.36 - - [2024-09-05 02:34:51] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005899 10.0.0.36 - - [2024-09-05 02:34:51] "GET /virtual-machine/71063c0b-aa1b-41c1-b98c-f7717f0c7b35 HTTP/1.1" 401 292 0.000483 10.0.0.36 - - [2024-09-05 02:34:51] "GET /virtual-machine/71063c0b-aa1b-41c1-b98c-f7717f0c7b35 HTTP/1.1" 200 1292 0.028222 10.0.0.36 - - [2024-09-05 02:34:51] "GET /virtual-machine-interface/f636963a-48d3-4565-9d58-a485e0d6697e HTTP/1.1" 200 2972 0.003094 10.0.0.36 - - [2024-09-05 02:34:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002893 10.0.0.36 - - [2024-09-05 02:34:51] "GET /global-vrouter-config/fecfd996-969b-4906-862a-f492727b7a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.003112 10.0.0.36 - - [2024-09-05 02:34:51] "GET /virtual-networks?parent_id=5e01a4f2-6fb1-47e1-aa6b-8891697b77ec&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002947 10.0.0.36 - - [2024-09-05 02:34:51] "GET /virtual-network/2b66162d-a9b5-4e37-a60e-3bf7ee09d12b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.003415 10.0.0.36 - - [2024-09-05 02:34:54] "POST /neutron/port HTTP/1.1" 200 1083 0.016959 10.0.0.36 - - [2024-09-05 02:34:54] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005836 10.0.0.36 - - [2024-09-05 02:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.36 - - [2024-09-05 02:34:54] "GET /virtual-network/2b66162d-a9b5-4e37-a60e-3bf7ee09d12b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.002709 10.0.0.36 - - [2024-09-05 02:34:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.36 - - [2024-09-05 02:34:56] "GET /global-vrouter-config/fecfd996-969b-4906-862a-f492727b7a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.002536 10.0.0.36 - - [2024-09-05 02:34:56] "GET /virtual-networks?parent_id=5e01a4f2-6fb1-47e1-aa6b-8891697b77ec&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003026 10.0.0.36 - - [2024-09-05 02:34:56] "GET /virtual-network/2b66162d-a9b5-4e37-a60e-3bf7ee09d12b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.003188 10.0.0.36 - - [2024-09-05 02:34:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002832 10.0.0.36 - - [2024-09-05 02:34:58] "GET /global-vrouter-config/fecfd996-969b-4906-862a-f492727b7a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.002515 10.0.0.36 - - [2024-09-05 02:34:58] "PUT /global-vrouter-config/fecfd996-969b-4906-862a-f492727b7a25 HTTP/1.1" 200 276 0.009162 10.0.0.36 - - [2024-09-05 02:34:58] "POST /neutron/network HTTP/1.1" 200 839 0.008156 10.0.0.36 - - [2024-09-05 02:34:58] "POST /neutron/network HTTP/1.1" 400 204 0.011312 10.0.0.36 - - [2024-09-05 02:34:59] "POST /neutron/port HTTP/1.1" 200 1083 0.015873 10.0.0.36 - - [2024-09-05 02:34:59] "POST /neutron/port HTTP/1.1" 200 1109 0.010102 10.0.0.36 - - [2024-09-05 02:34:59] "POST /neutron/port HTTP/1.1" 200 151 0.099148 10.0.0.36 - - [2024-09-05 02:35:00] "POST /neutron/network HTTP/1.1" 200 839 0.006315 10.0.0.36 - - [2024-09-05 02:35:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002711 10.0.0.36 - - [2024-09-05 02:35:01] "POST /useragent-kv HTTP/1.1" 200 115 0.001198 10.0.0.36 - - [2024-09-05 02:35:01] "POST /useragent-kv HTTP/1.1" 200 115 0.001108 10.0.0.36 - - [2024-09-05 02:35:01] "POST /neutron/network HTTP/1.1" 200 151 0.087067 10.0.0.36 - - [2024-09-05 02:35:01] "DELETE /route-target/7026e0cc-5bbb-40ab-91c4-56d92e78fadc HTTP/1.1" 200 115 0.021909 10.0.0.36 - - [2024-09-05 02:35:01] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.003253 10.0.0.36 - - [2024-09-05 02:35:01] "POST /network-ipams HTTP/1.1" 200 541 0.016591 10.0.0.36 - - [2024-09-05 02:35:01] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 981 0.003522 10.0.0.36 - - [2024-09-05 02:35:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.36 - - [2024-09-05 02:35:01] "GET /network-ipam/89e2af50-7eff-4e4c-900c-131efb4d9502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.004161 10.0.0.36 - - [2024-09-05 02:35:01] "PUT /network-ipam/89e2af50-7eff-4e4c-900c-131efb4d9502 HTTP/1.1" 200 258 0.009639 10.0.0.36 - - [2024-09-05 02:35:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.36 - - [2024-09-05 02:35:01] "GET /projects?obj_uuids=5e01a4f2-6fb1-47e1-aa6b-8891697b77ec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001406 10.0.0.36 - - [2024-09-05 02:35:01] "GET /project/5e01a4f2-6fb1-47e1-aa6b-8891697b77ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.021850 10.0.0.36 - - [2024-09-05 02:35:02] "POST /neutron/network HTTP/1.1" 200 117 0.007455 10.0.0.36 - - [2024-09-05 02:35:02] "GET /projects?obj_uuids=5e01a4f2-6fb1-47e1-aa6b-8891697b77ec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001132 10.0.0.36 - - [2024-09-05 02:35:02] "POST /neutron/network HTTP/1.1" 200 605 0.058230 10.0.0.36 - - [2024-09-05 02:35:02] "POST /route-targets HTTP/1.1" 200 327 0.010137 10.0.0.36 - - [2024-09-05 02:35:02] "POST /ref-update HTTP/1.1" 200 156 0.009466 10.0.0.36 - - [2024-09-05 02:35:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003235 10.0.0.36 - - [2024-09-05 02:35:02] "POST /neutron/subnet HTTP/1.1" 200 699 0.126080 10.0.0.36 - - [2024-09-05 02:35:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002764 10.0.0.36 - - [2024-09-05 02:35:02] "POST /neutron/subnet HTTP/1.1" 200 699 0.186434 10.0.0.36 - - [2024-09-05 02:35:02] "POST /neutron/network HTTP/1.1" 200 994 0.008064 10.0.0.36 - - [2024-09-05 02:35:02] "POST /id-to-fqname HTTP/1.1" 200 220 0.001309 10.0.0.36 - - [2024-09-05 02:35:02] "GET /virtual-network/881a6dc1-2e38-44d2-ad34-c4ae063c36d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.002938 10.0.0.36 - - [2024-09-05 02:35:02] "POST /neutron/network HTTP/1.1" 200 994 0.007147 10.0.0.36 - - [2024-09-05 02:35:02] "GET /virtual-network/881a6dc1-2e38-44d2-ad34-c4ae063c36d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.002747 10.0.0.36 - - [2024-09-05 02:35:02] "POST /neutron/network HTTP/1.1" 200 994 0.007582 10.0.0.36 - - [2024-09-05 02:35:02] "POST /neutron/subnet HTTP/1.1" 200 699 0.006301 10.0.0.36 - - [2024-09-05 02:35:02] "POST /neutron/subnet HTTP/1.1" 200 699 0.008334 10.0.0.36 - - [2024-09-05 02:35:02] "POST /neutron/network HTTP/1.1" 200 994 0.007160 10.0.0.36 - - [2024-09-05 02:35:02] "POST /neutron/subnet HTTP/1.1" 200 699 0.006243 10.0.0.36 - - [2024-09-05 02:35:02] "POST /neutron/subnet HTTP/1.1" 200 699 0.006081 10.0.0.36 - - [2024-09-05 02:35:02] "GET /projects?obj_uuids=5e01a4f2-6fb1-47e1-aa6b-8891697b77ec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001186 10.0.0.36 - - [2024-09-05 02:35:02] "POST /neutron/port HTTP/1.1" 200 1017 0.142658 10.0.0.36 - - [2024-09-05 02:35:02] "GET /projects?obj_uuids=5e01a4f2-6fb1-47e1-aa6b-8891697b77ec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001170 10.0.0.36 - - [2024-09-05 02:35:03] "POST /neutron/port HTTP/1.1" 200 1017 0.148396 10.0.0.36 - - [2024-09-05 02:35:03] "POST /id-to-fqname HTTP/1.1" 200 220 0.001320 10.0.0.36 - - [2024-09-05 02:35:03] "POST /neutron/port HTTP/1.1" 200 1017 0.007928 10.0.0.36 - - [2024-09-05 02:35:03] "POST /neutron/port HTTP/1.1" 200 1017 0.007695 10.0.0.36 - - [2024-09-05 02:35:03] "POST /neutron/network HTTP/1.1" 200 994 0.006698 10.0.0.36 - - [2024-09-05 02:35:03] "POST /neutron/port HTTP/1.1" 200 1017 0.007196 10.0.0.36 - - [2024-09-05 02:35:03] "POST /neutron/port HTTP/1.1" 200 117 0.005648 10.0.0.36 - - [2024-09-05 02:35:03] "POST /neutron/port HTTP/1.1" 200 117 0.004759 10.0.0.36 - - [2024-09-05 02:35:03] "POST /id-to-fqname HTTP/1.1" 200 220 0.001387 10.0.0.36 - - [2024-09-05 02:35:03] "POST /neutron/port HTTP/1.1" 200 117 0.005037 10.0.0.36 - - [2024-09-05 02:35:03] "POST /neutron/port HTTP/1.1" 200 1017 0.008645 10.0.0.36 - - [2024-09-05 02:35:03] "POST /neutron/port HTTP/1.1" 200 1017 0.011049 10.0.0.36 - - [2024-09-05 02:35:03] "POST /neutron/network HTTP/1.1" 200 994 0.006973 10.0.0.36 - - [2024-09-05 02:35:03] "POST /neutron/port HTTP/1.1" 200 1017 0.007243 10.0.0.36 - - [2024-09-05 02:35:03] "POST /neutron/port HTTP/1.1" 200 1017 0.008185 10.0.0.36 - - [2024-09-05 02:35:03] "POST /neutron/port HTTP/1.1" 200 1017 0.007654 10.0.0.36 - - [2024-09-05 02:35:03] "POST /neutron/port HTTP/1.1" 200 117 0.004899 10.0.0.36 - - [2024-09-05 02:35:03] "POST /neutron/port HTTP/1.1" 200 117 0.004900 10.0.0.36 - - [2024-09-05 02:35:03] "POST /id-to-fqname HTTP/1.1" 200 220 0.006097 10.0.0.36 - - [2024-09-05 02:35:03] "POST /neutron/port HTTP/1.1" 200 117 0.010896 10.0.0.36 - - [2024-09-05 02:35:03] "POST /neutron/network HTTP/1.1" 200 1004 0.007859 10.0.0.36 - - [2024-09-05 02:35:03] "GET /aaa-mode HTTP/1.1" 401 292 0.000641 10.0.0.36 - - [2024-09-05 02:35:04] "GET / HTTP/1.1" 200 35931 0.001903 10.0.0.36 - - [2024-09-05 02:35:04] "GET /project/5e01a4f2-6fb1-47e1-aa6b-8891697b77ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000510 10.0.0.36 - - [2024-09-05 02:35:04] "POST /neutron/port HTTP/1.1" 200 1017 0.009248 10.0.0.36 - - [2024-09-05 02:35:04] "POST /neutron/network HTTP/1.1" 200 1004 0.008065 10.0.0.36 - - [2024-09-05 02:35:04] "POST /neutron/port HTTP/1.1" 200 1017 0.009399 10.0.0.36 - - [2024-09-05 02:35:04] "POST /neutron/port HTTP/1.1" 200 1017 0.008632 10.0.0.36 - - [2024-09-05 02:35:04] "POST /neutron/port HTTP/1.1" 200 1017 0.012119 10.0.0.36 - - [2024-09-05 02:35:04] "POST /neutron/network HTTP/1.1" 200 1004 0.008012 10.0.0.36 - - [2024-09-05 02:35:04] "POST /neutron/port HTTP/1.1" 200 1109 0.095726 10.0.0.36 - - [2024-09-05 02:35:04] "POST /neutron/port HTTP/1.1" 200 1017 0.009839 10.0.0.36 - - [2024-09-05 02:35:04] "POST /neutron/port HTTP/1.1" 200 1017 0.013085 10.0.0.36 - - [2024-09-05 02:35:04] "POST /neutron/port HTTP/1.1" 200 1083 0.041021 10.0.0.36 - - [2024-09-05 02:35:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.013344 10.0.0.36 - - [2024-09-05 02:35:04] "POST /neutron/port HTTP/1.1" 200 1109 0.121031 10.0.0.36 - - [2024-09-05 02:35:04] "POST /neutron/subnet HTTP/1.1" 200 673 0.013433 10.0.0.36 - - [2024-09-05 02:35:04] "POST /neutron/port HTTP/1.1" 200 117 0.001253 10.0.0.36 - - [2024-09-05 02:35:04] "GET /projects?obj_uuids=5e01a4f2-6fb1-47e1-aa6b-8891697b77ec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001184 10.0.0.36 - - [2024-09-05 02:35:04] "GET /project/5e01a4f2-6fb1-47e1-aa6b-8891697b77ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.051223 10.0.0.36 - - [2024-09-05 02:35:04] "POST /neutron/network HTTP/1.1" 200 994 0.012628 10.0.0.36 - - [2024-09-05 02:35:04] "POST /neutron/network HTTP/1.1" 200 994 0.012226 10.0.0.36 - - [2024-09-05 02:35:04] "POST /neutron/port HTTP/1.1" 200 1083 0.026592 10.0.0.36 - - [2024-09-05 02:35:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004476 10.0.0.36 - - [2024-09-05 02:35:04] "POST /neutron/subnet HTTP/1.1" 200 673 0.016570 10.0.0.36 - - [2024-09-05 02:35:04] "POST /neutron/port HTTP/1.1" 200 117 0.001345 10.0.0.36 - - [2024-09-05 02:35:04] "POST /neutron/port HTTP/1.1" 200 2050 0.030036 10.0.0.36 - - [2024-09-05 02:35:04] "POST /neutron/network HTTP/1.1" 200 994 0.013450 10.0.0.36 - - [2024-09-05 02:35:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007437 10.0.0.36 - - [2024-09-05 02:35:04] "POST /neutron/port HTTP/1.1" 200 117 0.005786 10.0.0.36 - - [2024-09-05 02:35:04] "GET /domains HTTP/1.1" 200 280 0.002557 10.0.0.36 - - [2024-09-05 02:35:04] "GET /domains?obj_uuids=2cf23a14-4453-4d2b-ad96-29f4a9e998af&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001156 10.0.0.36 - - [2024-09-05 02:35:04] "GET /domain/2cf23a14-4453-4d2b-ad96-29f4a9e998af HTTP/1.1" 200 2947 0.007905 10.0.0.36 - - [2024-09-05 02:35:04] "GET /projects?obj_uuids=5e01a4f2-6fb1-47e1-aa6b-8891697b77ec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001060 10.0.0.36 - - [2024-09-05 02:35:05] "GET /project/5e01a4f2-6fb1-47e1-aa6b-8891697b77ec HTTP/1.1" 200 2841 0.071052 10.0.0.36 - - [2024-09-05 02:35:05] "GET /network-ipam/89e2af50-7eff-4e4c-900c-131efb4d9502 HTTP/1.1" 200 2601 0.004330 10.0.0.36 - - [2024-09-05 02:35:05] "GET /domains HTTP/1.1" 200 280 0.003303 10.0.0.36 - - [2024-09-05 02:35:05] "GET /domains?obj_uuids=2cf23a14-4453-4d2b-ad96-29f4a9e998af&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001796 10.0.0.36 - - [2024-09-05 02:35:05] "GET /domain/2cf23a14-4453-4d2b-ad96-29f4a9e998af HTTP/1.1" 200 2947 0.009914 10.0.0.36 - - [2024-09-05 02:35:05] "GET /projects?obj_uuids=5e01a4f2-6fb1-47e1-aa6b-8891697b77ec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002281 10.0.0.36 - - [2024-09-05 02:35:05] "GET /project/5e01a4f2-6fb1-47e1-aa6b-8891697b77ec HTTP/1.1" 200 2841 0.078211 10.0.0.36 - - [2024-09-05 02:35:05] "GET /virtual-network/881a6dc1-2e38-44d2-ad34-c4ae063c36d1 HTTP/1.1" 200 3779 0.005872 10.0.0.36 - - [2024-09-05 02:35:05] "GET /virtual-network/881a6dc1-2e38-44d2-ad34-c4ae063c36d1 HTTP/1.1" 200 3779 0.004283 10.0.0.36 - - [2024-09-05 02:35:05] "GET /routing-instance/799a25d7-8110-44d9-89e0-61d49e8035c7 HTTP/1.1" 200 2379 0.003255 10.0.0.36 - - [2024-09-05 02:35:05] "GET /routing-instance/799a25d7-8110-44d9-89e0-61d49e8035c7 HTTP/1.1" 200 2379 0.003546 10.0.0.36 - - [2024-09-05 02:35:05] "GET /route-target/0934447a-4684-44cb-8af2-966d13aaa7de HTTP/1.1" 200 1203 0.002970 10.0.0.36 - - [2024-09-05 02:35:05] "GET /virtual-network/881a6dc1-2e38-44d2-ad34-c4ae063c36d1 HTTP/1.1" 200 3779 0.003149 10.0.0.36 - - [2024-09-05 02:35:05] "GET /routing-instance/799a25d7-8110-44d9-89e0-61d49e8035c7 HTTP/1.1" 200 2379 0.003363 10.0.0.36 - - [2024-09-05 02:35:05] "GET /virtual-network/881a6dc1-2e38-44d2-ad34-c4ae063c36d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.003139 10.0.0.36 - - [2024-09-05 02:35:05] "GET /virtual-network/881a6dc1-2e38-44d2-ad34-c4ae063c36d1 HTTP/1.1" 200 3779 0.003968 10.0.0.36 - - [2024-09-05 02:35:05] "GET /routing-instance/799a25d7-8110-44d9-89e0-61d49e8035c7 HTTP/1.1" 200 2379 0.002736 10.0.0.36 - - [2024-09-05 02:35:05] "GET /routing-instance/799a25d7-8110-44d9-89e0-61d49e8035c7 HTTP/1.1" 200 2379 0.002547 10.0.0.36 - - [2024-09-05 02:35:05] "GET /route-target/0934447a-4684-44cb-8af2-966d13aaa7de HTTP/1.1" 200 1203 0.002241 10.0.0.36 - - [2024-09-05 02:35:05] "GET /domains HTTP/1.1" 200 280 0.002541 10.0.0.36 - - [2024-09-05 02:35:05] "GET /domains?obj_uuids=2cf23a14-4453-4d2b-ad96-29f4a9e998af&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001848 10.0.0.36 - - [2024-09-05 02:35:05] "GET /domain/2cf23a14-4453-4d2b-ad96-29f4a9e998af HTTP/1.1" 200 2947 0.007738 10.0.0.36 - - [2024-09-05 02:35:05] "GET /projects?obj_uuids=5e01a4f2-6fb1-47e1-aa6b-8891697b77ec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001453 10.0.0.36 - - [2024-09-05 02:35:05] "POST /neutron/network HTTP/1.1" 200 1004 0.007314 10.0.0.36 - - [2024-09-05 02:35:05] "GET /projects?obj_uuids=5e01a4f2-6fb1-47e1-aa6b-8891697b77ec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005191 10.0.0.36 - - [2024-09-05 02:35:05] "GET /project/5e01a4f2-6fb1-47e1-aa6b-8891697b77ec HTTP/1.1" 200 2841 0.095660 10.0.0.36 - - [2024-09-05 02:35:05] "GET /virtual-network/881a6dc1-2e38-44d2-ad34-c4ae063c36d1 HTTP/1.1" 200 3779 0.004237 10.0.0.36 - - [2024-09-05 02:35:05] "POST /neutron/port HTTP/1.1" 200 1055 0.302018 10.0.0.36 - - [2024-09-05 02:35:05] "POST /neutron/port HTTP/1.1" 200 1055 0.029301 10.0.0.36 - - [2024-09-05 02:35:05] "POST /neutron/port HTTP/1.1" 200 1055 0.022033 10.0.0.36 - - [2024-09-05 02:35:05] "GET /obj-perms HTTP/1.1" 200 5030 0.108006 10.0.0.36 - - [2024-09-05 02:35:05] "POST /neutron/port HTTP/1.1" 200 1109 0.159460 10.0.0.36 - - [2024-09-05 02:35:06] "POST /neutron/port HTTP/1.1" 200 1083 0.024937 10.0.0.36 - - [2024-09-05 02:35:06] "POST /neutron/security_group HTTP/1.1" 200 2058 0.017878 10.0.0.36 - - [2024-09-05 02:35:06] "POST /neutron/port HTTP/1.1" 200 1083 0.020460 10.0.0.36 - - [2024-09-05 02:35:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003194 10.0.0.36 - - [2024-09-05 02:35:06] "POST /neutron/subnet HTTP/1.1" 200 673 0.012646 10.0.0.36 - - [2024-09-05 02:35:06] "POST /neutron/port HTTP/1.1" 200 117 0.001227 10.0.0.36 - - [2024-09-05 02:35:06] "POST /neutron/network HTTP/1.1" 200 994 0.008708 10.0.0.36 - - [2024-09-05 02:35:09] "DELETE /project/5e01a4f26fb147e1aa6b8891697b77ec HTTP/1.1" 404 173 0.052554 10.0.0.36 - - [2024-09-05 02:35:09] "DELETE /project/63beec5c6c2443e9a103f0994605eabe HTTP/1.1" 404 173 0.079983 10.0.0.36 - - [2024-09-05 02:35:09] "GET /projects?obj_uuids=63beec5c-6c24-43e9-a103-f0994605eabe&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001318 10.0.0.36 - - [2024-09-05 02:35:09] "GET /projects?obj_uuids=2c32f94c-7360-47f5-a862-422b79667d25&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001581 10.0.0.36 - - [2024-09-05 02:35:09] "GET /project/63beec5c-6c24-43e9-a103-f0994605eabe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.092450 10.0.0.36 - - [2024-09-05 02:35:09] "GET /projects?obj_uuids=63beec5c-6c24-43e9-a103-f0994605eabe&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001097 10.0.0.36 - - [2024-09-05 02:35:09] "GET /project/63beec5c-6c24-43e9-a103-f0994605eabe?fields=security_groups HTTP/1.1" 200 1365 0.020214 10.0.0.36 - - [2024-09-05 02:35:09] "GET /project/2c32f94c-7360-47f5-a862-422b79667d25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.113549 10.0.0.36 - - [2024-09-05 02:35:09] "GET /projects?obj_uuids=2c32f94c-7360-47f5-a862-422b79667d25&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001145 10.0.0.36 - - [2024-09-05 02:35:09] "DELETE /security-group/e6b6bb9a-b7f9-4c66-8339-898716815ce4 HTTP/1.1" 200 115 0.046824 10.0.0.36 - - [2024-09-05 02:35:09] "GET /projects?obj_uuids=63beec5c-6c24-43e9-a103-f0994605eabe&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001179 10.0.0.36 - - [2024-09-05 02:35:09] "GET /project/2c32f94c-7360-47f5-a862-422b79667d25?fields=security_groups HTTP/1.1" 200 1365 0.086110 10.0.0.36 - - [2024-09-05 02:35:09] "DELETE /access-control-list/e0afd59d-2ac5-46f8-bb01-fe695835c55f HTTP/1.1" 200 115 0.069264 10.0.0.36 - - [2024-09-05 02:35:09] "GET /project/63beec5c-6c24-43e9-a103-f0994605eabe?fields=application_policy_sets HTTP/1.1" 200 1404 0.088679 10.0.0.36 - - [2024-09-05 02:35:09] "DELETE /access-control-list/4e2e908d-610e-49d3-8722-12e0bb854230 HTTP/1.1" 200 115 0.051206 10.0.0.36 - - [2024-09-05 02:35:09] "DELETE /security-group/f417a3aa-5574-40a4-afff-7776f7930429 HTTP/1.1" 200 115 0.090203 10.0.0.36 - - [2024-09-05 02:35:09] "GET /projects?obj_uuids=2c32f94c-7360-47f5-a862-422b79667d25&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001561 10.0.0.36 - - [2024-09-05 02:35:09] "DELETE /access-control-list/ac7c0fa6-c055-43f3-b632-846182ff859b HTTP/1.1" 200 115 0.054044 10.0.0.36 - - [2024-09-05 02:35:09] "GET /project/2c32f94c-7360-47f5-a862-422b79667d25?fields=application_policy_sets HTTP/1.1" 200 1404 0.052162 10.0.0.36 - - [2024-09-05 02:35:09] "DELETE /access-control-list/8523f4a0-e740-4ccd-a0a0-28930f002ecc HTTP/1.1" 200 115 0.046276 10.0.0.36 - - [2024-09-05 02:35:09] "DELETE /project/63beec5c-6c24-43e9-a103-f0994605eabe HTTP/1.1" 200 115 0.533157 10.0.0.36 - - [2024-09-05 02:35:09] "DELETE /project/2c32f94c-7360-47f5-a862-422b79667d25 HTTP/1.1" 200 115 0.575197 10.0.0.36 - - [2024-09-05 02:35:11] "POST /neutron/port HTTP/1.1" 200 1083 0.016520 10.0.0.36 - - [2024-09-05 02:35:11] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006366 10.0.0.36 - - [2024-09-05 02:35:11] "POST /neutron/port HTTP/1.1" 200 1083 0.082860 10.0.0.36 - - [2024-09-05 02:35:11] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006437 10.0.0.36 - - [2024-09-05 02:35:11] "POST /neutron/port HTTP/1.1" 200 1083 0.020533 10.0.0.36 - - [2024-09-05 02:35:11] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008309 10.0.0.36 - - [2024-09-05 02:35:11] "GET /virtual-machine/e3524682-f624-452e-a8e4-d25c36f68041 HTTP/1.1" 200 1289 0.004104 10.0.0.36 - - [2024-09-05 02:35:11] "GET /virtual-machine-interface/0904ec80-534f-4e3a-b942-8b09569cfb02 HTTP/1.1" 200 2940 0.002823 10.0.0.36 - - [2024-09-05 02:35:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.006121 10.0.0.36 - - [2024-09-05 02:35:11] "GET /global-vrouter-config/fecfd996-969b-4906-862a-f492727b7a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004751 10.0.0.36 - - [2024-09-05 02:35:11] "GET /virtual-networks?parent_id=5e01a4f2-6fb1-47e1-aa6b-8891697b77ec&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002892 10.0.0.36 - - [2024-09-05 02:35:11] "GET /virtual-network/881a6dc1-2e38-44d2-ad34-c4ae063c36d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.003381 10.0.0.36 - - [2024-09-05 02:35:13] "POST /neutron/port HTTP/1.1" 200 1083 0.019855 10.0.0.36 - - [2024-09-05 02:35:13] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006171 10.0.0.36 - - [2024-09-05 02:35:13] "POST /neutron/port HTTP/1.1" 200 1083 0.020430 10.0.0.36 - - [2024-09-05 02:35:13] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005583 10.0.0.36 - - [2024-09-05 02:35:14] "POST /neutron/port HTTP/1.1" 200 1083 0.015177 10.0.0.36 - - [2024-09-05 02:35:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005213 10.0.0.36 - - [2024-09-05 02:35:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.36 - - [2024-09-05 02:35:14] "GET /virtual-network/881a6dc1-2e38-44d2-ad34-c4ae063c36d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.002875 10.0.0.36 - - [2024-09-05 02:35:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.36 - - [2024-09-05 02:35:16] "GET /global-vrouter-config/fecfd996-969b-4906-862a-f492727b7a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003103 10.0.0.36 - - [2024-09-05 02:35:16] "GET /virtual-networks?parent_id=5e01a4f2-6fb1-47e1-aa6b-8891697b77ec&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003337 10.0.0.36 - - [2024-09-05 02:35:16] "GET /virtual-network/881a6dc1-2e38-44d2-ad34-c4ae063c36d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.003226 10.0.0.36 - - [2024-09-05 02:35:17] "POST /neutron/port HTTP/1.1" 200 1083 0.013808 10.0.0.36 - - [2024-09-05 02:35:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005904 10.0.0.36 - - [2024-09-05 02:35:17] "POST /neutron/port HTTP/1.1" 200 1083 0.013674 10.0.0.36 - - [2024-09-05 02:35:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005759 10.0.0.36 - - [2024-09-05 02:35:17] "POST /neutron/port HTTP/1.1" 200 1083 0.013566 10.0.0.36 - - [2024-09-05 02:35:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006156 10.0.0.36 - - [2024-09-05 02:35:17] "GET /virtual-machine/c343dcff-599b-487e-b7b9-cf454a31c693 HTTP/1.1" 200 1289 0.003857 10.0.0.36 - - [2024-09-05 02:35:17] "GET /virtual-machine-interface/3ad6f576-3b97-4ada-b906-c4d883de9413 HTTP/1.1" 200 2941 0.002607 10.0.0.36 - - [2024-09-05 02:35:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002618 10.0.0.36 - - [2024-09-05 02:35:17] "GET /global-vrouter-config/fecfd996-969b-4906-862a-f492727b7a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002523 10.0.0.36 - - [2024-09-05 02:35:17] "GET /virtual-networks?parent_id=5e01a4f2-6fb1-47e1-aa6b-8891697b77ec&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002902 10.0.0.36 - - [2024-09-05 02:35:17] "GET /virtual-network/881a6dc1-2e38-44d2-ad34-c4ae063c36d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.003475 10.0.0.36 - - [2024-09-05 02:35:17] "GET /obj-perms HTTP/1.1" 200 5056 0.045876 10.0.0.36 - - [2024-09-05 02:35:18] "GET /obj-perms HTTP/1.1" 200 5056 0.047075 10.0.0.36 - - [2024-09-05 02:35:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002931 10.0.0.36 - - [2024-09-05 02:35:18] "GET /global-vrouter-config/fecfd996-969b-4906-862a-f492727b7a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002672 10.0.0.36 - - [2024-09-05 02:35:18] "GET /virtual-networks?parent_id=5e01a4f2-6fb1-47e1-aa6b-8891697b77ec&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003026 10.0.0.36 - - [2024-09-05 02:35:18] "GET /virtual-network/881a6dc1-2e38-44d2-ad34-c4ae063c36d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.003333 10.0.0.36 - - [2024-09-05 02:35:18] "POST /neutron/port HTTP/1.1" 200 1083 0.015806 10.0.0.36 - - [2024-09-05 02:35:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006354 10.0.0.36 - - [2024-09-05 02:35:18] "POST /neutron/port HTTP/1.1" 200 1083 0.044372 10.0.0.36 - - [2024-09-05 02:35:18] "POST /neutron/port HTTP/1.1" 200 1083 0.024738 10.0.0.36 - - [2024-09-05 02:35:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006646 10.0.0.36 - - [2024-09-05 02:35:19] "POST /neutron/port HTTP/1.1" 200 1083 0.018712 10.0.0.36 - - [2024-09-05 02:35:19] "POST /neutron/network HTTP/1.1" 200 1004 0.007502 10.0.0.36 - - [2024-09-05 02:35:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003241 10.0.0.36 - - [2024-09-05 02:35:19] "POST /neutron/port HTTP/1.1" 200 1083 0.017103 10.0.0.36 - - [2024-09-05 02:35:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007799 10.0.0.36 - - [2024-09-05 02:35:19] "POST /neutron/subnet HTTP/1.1" 200 673 0.016079 10.0.0.36 - - [2024-09-05 02:35:19] "GET /virtual-machine/acd76160-de07-4b4c-8769-e3d21e89a7a2 HTTP/1.1" 200 1292 0.003957 10.0.0.36 - - [2024-09-05 02:35:19] "POST /neutron/port HTTP/1.1" 200 117 0.001086 10.0.0.36 - - [2024-09-05 02:35:19] "GET /virtual-machine-interface/5b14d48b-e5c1-4592-b431-ad68790f55b7 HTTP/1.1" 200 2941 0.003078 10.0.0.36 - - [2024-09-05 02:35:19] "POST /neutron/network HTTP/1.1" 200 994 0.007056 10.0.0.36 - - [2024-09-05 02:35:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002968 10.0.0.36 - - [2024-09-05 02:35:19] "GET /global-vrouter-config/fecfd996-969b-4906-862a-f492727b7a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002865 10.0.0.36 - - [2024-09-05 02:35:19] "GET /virtual-networks?parent_id=5e01a4f2-6fb1-47e1-aa6b-8891697b77ec&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003092 10.0.0.36 - - [2024-09-05 02:35:19] "GET /virtual-network/881a6dc1-2e38-44d2-ad34-c4ae063c36d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.003325 10.0.0.36 - - [2024-09-05 02:35:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003082 10.0.0.36 - - [2024-09-05 02:35:20] "GET /global-vrouter-config/fecfd996-969b-4906-862a-f492727b7a25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002859 10.0.0.36 - - [2024-09-05 02:35:20] "GET /virtual-networks?parent_id=5e01a4f2-6fb1-47e1-aa6b-8891697b77ec&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003070 10.0.0.36 - - [2024-09-05 02:35:20] "GET /virtual-network/881a6dc1-2e38-44d2-ad34-c4ae063c36d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.003204 10.0.0.36 - - [2024-09-05 02:35:35] "POST /neutron/port HTTP/1.1" 200 1109 0.013824 10.0.0.36 - - [2024-09-05 02:35:35] "POST /neutron/port HTTP/1.1" 200 1109 0.008537 10.0.0.36 - - [2024-09-05 02:35:36] "POST /neutron/port HTTP/1.1" 200 151 0.100608 10.0.0.36 - - [2024-09-05 02:35:36] "POST /neutron/port HTTP/1.1" 200 1109 0.013041 10.0.0.36 - - [2024-09-05 02:35:36] "POST /neutron/port HTTP/1.1" 200 1109 0.008637 10.0.0.36 - - [2024-09-05 02:35:36] "POST /neutron/port HTTP/1.1" 200 151 0.115745 10.0.0.36 - - [2024-09-05 02:35:36] "POST /neutron/port HTTP/1.1" 200 1083 0.021614 10.0.0.36 - - [2024-09-05 02:35:36] "POST /neutron/network HTTP/1.1" 200 994 0.009732 10.0.0.36 - - [2024-09-05 02:35:36] "POST /neutron/port HTTP/1.1" 200 1109 0.009489 10.0.0.36 - - [2024-09-05 02:35:36] "POST /neutron/network HTTP/1.1" 400 204 0.012726 10.0.0.36 - - [2024-09-05 02:35:36] "POST /neutron/port HTTP/1.1" 200 151 0.115507 10.0.0.36 - - [2024-09-05 02:35:38] "POST /neutron/network HTTP/1.1" 200 994 0.007369 10.0.0.36 - - [2024-09-05 02:35:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.006125 10.0.0.36 - - [2024-09-05 02:35:38] "POST /useragent-kv HTTP/1.1" 200 115 0.001222 10.0.0.36 - - [2024-09-05 02:35:38] "POST /useragent-kv HTTP/1.1" 200 115 0.001076 10.0.0.36 - - [2024-09-05 02:35:38] "POST /useragent-kv HTTP/1.1" 200 115 0.001066 10.0.0.36 - - [2024-09-05 02:35:38] "POST /useragent-kv HTTP/1.1" 200 115 0.001085 10.0.0.36 - - [2024-09-05 02:35:38] "POST /neutron/network HTTP/1.1" 200 151 0.118368 10.0.0.36 - - [2024-09-05 02:35:38] "DELETE /route-target/0934447a-4684-44cb-8af2-966d13aaa7de HTTP/1.1" 200 115 0.030753 10.0.0.36 - - [2024-09-05 02:35:38] "GET /routing-instance/799a25d7-8110-44d9-89e0-61d49e8035c7 HTTP/1.1" 404 171 0.003376 10.0.0.36 - - [2024-09-05 02:35:38] "GET /domains HTTP/1.1" 200 280 0.002922 10.0.0.36 - - [2024-09-05 02:35:38] "GET /domains?obj_uuids=2cf23a14-4453-4d2b-ad96-29f4a9e998af&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001057 10.0.0.36 - - [2024-09-05 02:35:38] "GET /domain/2cf23a14-4453-4d2b-ad96-29f4a9e998af HTTP/1.1" 200 2573 0.051470 10.0.0.36 - - [2024-09-05 02:35:38] "GET /projects?obj_uuids=5e01a4f2-6fb1-47e1-aa6b-8891697b77ec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001152 10.0.0.36 - - [2024-09-05 02:35:38] "GET /project/5e01a4f2-6fb1-47e1-aa6b-8891697b77ec HTTP/1.1" 200 2084 0.067416 10.0.0.36 - - [2024-09-05 02:35:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902 10.0.0.36 - - [2024-09-05 02:35:38] "DELETE /network-ipam/89e2af50-7eff-4e4c-900c-131efb4d9502 HTTP/1.1" 200 115 0.025470 10.0.0.36 - - [2024-09-05 02:35:38] "POST /fqname-to-id HTTP/1.1" 404 211 0.002286 10.0.0.36 - - [2024-09-05 02:35:38] "GET /projects?obj_uuids=5e01a4f2-6fb1-47e1-aa6b-8891697b77ec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001191 10.0.0.36 - - [2024-09-05 02:35:38] "GET /project/5e01a4f2-6fb1-47e1-aa6b-8891697b77ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.053561 10.0.0.36 - - [2024-09-05 02:35:38] "GET /projects?obj_uuids=5e01a4f2-6fb1-47e1-aa6b-8891697b77ec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001084 10.0.0.36 - - [2024-09-05 02:35:39] "GET /project/5e01a4f2-6fb1-47e1-aa6b-8891697b77ec?fields=virtual_networks HTTP/1.1" 200 1031 0.064397 10.0.0.36 - - [2024-09-05 02:35:39] "GET /projects?obj_uuids=5e01a4f2-6fb1-47e1-aa6b-8891697b77ec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001097 10.0.0.36 - - [2024-09-05 02:35:39] "GET /project/5e01a4f2-6fb1-47e1-aa6b-8891697b77ec?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.020776 10.0.0.36 - - [2024-09-05 02:35:39] "GET /projects?obj_uuids=5e01a4f2-6fb1-47e1-aa6b-8891697b77ec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001696 10.0.0.36 - - [2024-09-05 02:35:39] "GET /project/5e01a4f2-6fb1-47e1-aa6b-8891697b77ec?fields=security_groups HTTP/1.1" 200 1257 0.020843 10.0.0.36 - - [2024-09-05 02:35:41] "POST /neutron/port HTTP/1.1" 200 117 0.007792 10.0.0.36 - - [2024-09-05 02:35:41] "POST /neutron/port HTTP/1.1" 400 205 0.004364 10.0.0.36 - - [2024-09-05 02:35:41] "POST /neutron/port HTTP/1.1" 200 117 0.005235 10.0.0.36 - - [2024-09-05 02:35:41] "POST /neutron/port HTTP/1.1" 400 205 0.003422 10.0.0.36 - - [2024-09-05 02:35:46] "GET / HTTP/1.1" 200 35931 0.002270 10.0.0.36 - - [2024-09-05 02:35:47] "GET /project/e7986c9e-bda3-473c-b81b-3586b6b77aa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000508 10.0.0.36 - - [2024-09-05 02:35:47] "GET /projects?obj_uuids=e7986c9e-bda3-473c-b81b-3586b6b77aa1&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001158 10.0.0.36 - - [2024-09-05 02:35:47] "GET /project/e7986c9e-bda3-473c-b81b-3586b6b77aa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.042785 [Introspect:8084]10.0.0.36 - - [2024-09-05 02:35:48] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001178 10.0.0.36 - - [2024-09-05 02:35:48] "POST /fqname-to-id HTTP/1.1" 404 184 0.024411 10.0.0.36 - - [2024-09-05 02:35:48] "GET /projects?obj_uuids=722046cd-d533-4638-a531-6b9bb7830c5c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002501 10.0.0.36 - - [2024-09-05 02:35:48] "GET /domains?obj_uuids=2cf23a14-4453-4d2b-ad96-29f4a9e998af&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001110 10.0.0.36 - - [2024-09-05 02:35:48] "GET /domain/2cf23a14-4453-4d2b-ad96-29f4a9e998af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006969