++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Mon Dec 30 02:06:26 UTC 2024 ===================' INFO: =================== Mon Dec 30 02:06:26 UTC 2024 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ cut -d / -f 1 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.45 ++ 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.45 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.45 ++ ANALYTICSDB_NODES=10.0.0.45 ++ ANALYTICS_SNMP_NODES=10.0.0.45 ++ 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.45 +++ local server_address=10.0.0.45 +++ extended_server_list+='10.0.0.45:8081 ' +++ '[' -n '10.0.0.45:8081 ' ']' +++ echo 10.0.0.45:8081 ++ ANALYTICS_SERVERS=10.0.0.45: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.45 +++ local server_address=10.0.0.45 +++ extended_server_list+='10.0.0.45:9042 ' +++ '[' -n '10.0.0.45:9042 ' ']' +++ echo 10.0.0.45:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.45:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.45 ++ 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.45 +++ local server_address=10.0.0.45 +++ extended_server_list+='10.0.0.45:8086 ' +++ '[' -n '10.0.0.45:8086 ' ']' +++ echo 10.0.0.45:8086 ++ COLLECTOR_SERVERS=10.0.0.45: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.45 ++ CONFIGDB_NODES=10.0.0.45 ++ 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.45 +++ local server_address=10.0.0.45 +++ extended_server_list+='10.0.0.45:8082 ' +++ '[' -n '10.0.0.45:8082 ' ']' +++ echo 10.0.0.45:8082 ++ CONFIG_SERVERS=10.0.0.45: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.45 +++ local server_address=10.0.0.45 +++ extended_server_list+='10.0.0.45:9161 ' +++ '[' -n '10.0.0.45:9161 ' ']' +++ echo 10.0.0.45:9161 ++ CONFIGDB_SERVERS=10.0.0.45: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.45 +++ local server_address=10.0.0.45 +++ extended_server_list+='10.0.0.45:9041 ' +++ '[' -n '10.0.0.45:9041 ' ']' +++ echo 10.0.0.45:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.45: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.24 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.24 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.45 ++ 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.45 +++ local server_address=10.0.0.45 +++ extended_server_list+=10.0.0.45:2181, +++ '[' -n 10.0.0.45:2181, ']' +++ echo 10.0.0.45:2181 ++ ZOOKEEPER_SERVERS=10.0.0.45: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.45 +++ local server_address=10.0.0.45 +++ extended_server_list+='10.0.0.45:2181 ' +++ '[' -n '10.0.0.45:2181 ' ']' +++ echo 10.0.0.45:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.45:2181 ++ RABBITMQ_NODES=10.0.0.45 ++ 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.45 +++ local server_address=10.0.0.45 +++ extended_server_list+=10.0.0.45:5673, +++ '[' -n 10.0.0.45:5673, ']' +++ echo 10.0.0.45:5673 ++ RABBITMQ_SERVERS=10.0.0.45: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.45 +++ local server_address=10.0.0.45 +++ extended_server_list+='10.0.0.45:6379 ' +++ '[' -n '10.0.0.45:6379 ' ']' +++ echo 10.0.0.45:6379 ++ REDIS_SERVERS=10.0.0.45: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.45 ++ 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.45 +++ local server_address=10.0.0.45 +++ extended_server_list+='10.0.0.45:9092 ' +++ '[' -n '10.0.0.45:9092 ' ']' +++ echo 10.0.0.45:9092 ++ KAFKA_SERVERS=10.0.0.45: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.45 ++ 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.45 ++ 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.45 ++ 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 ++ cut -d , -f 1 ++ echo 10.0.0.45 + local cassandra=10.0.0.45 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.45 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 +++ find_my_ip_and_order_for_node_list 10.0.0.45 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.45 +++ 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.45,10.20.0.24,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.45'\''))' +++ local server_ip=10.0.0.45 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.45 ]] +++ [[ ,10.0.0.45,10.20.0.24,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.45, ]] +++ echo 10.0.0.45 1 +++ return ++ local ip=10.0.0.45 ++ [[ -z 10.0.0.45 ]] ++ echo 10.0.0.45 + host_ip=10.0.0.45 + [[ cql == \c\q\l ]] ++ echo 10.0.0.45:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.45:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.45: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 12/30/2024 02:06:34.616 7f6981cf9608 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 12/30/2024 02:06:34.642 7f6981cf9608 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 12/30/2024 02:06:34.655 7f6981cf9608 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 12/30/2024 02:06:34.655 7f6981cf9608 [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.45:8082/ Hit Ctrl-C to quit. 10.0.0.45 - - [2024-12-30 02:06:37] "GET / HTTP/1.1" 200 45871 0.001562 10.0.0.45 - - [2024-12-30 02:06:37] "GET / HTTP/1.1" 200 45871 0.001185 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.45 - - [2024-12-30 02:06:37] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000548 10.0.0.45 - - [2024-12-30 02:06:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000357 10.0.0.45 - - [2024-12-30 02:06:38] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.603703 10.0.0.45 - - [2024-12-30 02:06:38] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003309 10.0.0.45 - - [2024-12-30 02:06:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.326170 10.0.0.45 - - [2024-12-30 02:06:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002501 /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.45 - - [2024-12-30 02:06:39] "GET / HTTP/1.1" 200 35931 0.001665 10.0.0.45 - - [2024-12-30 02:06:40] "GET / HTTP/1.1" 200 35931 0.001338 10.0.0.45 - - [2024-12-30 02:06:40] "GET / HTTP/1.1" 200 35931 0.001821 10.0.0.45 - - [2024-12-30 02:06:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000450 10.0.0.45 - - [2024-12-30 02:06:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000483 10.0.0.45 - - [2024-12-30 02:06:40] "GET / HTTP/1.1" 200 35931 0.001502 10.0.0.45 - - [2024-12-30 02:06:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000422 10.0.0.45 - - [2024-12-30 02:06:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.580632 10.0.0.45 - - [2024-12-30 02:06:41] "GET /global-system-config/32b9c5a5-deed-481c-ae89-d33eea6864b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.003344 10.0.0.45 - - [2024-12-30 02:06:41] "POST /fqname-to-id HTTP/1.1" 404 186 0.311409 10.0.0.45 - - [2024-12-30 02:06:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004346 10.0.0.45 - - [2024-12-30 02:06:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.043991 10.0.0.45 - - [2024-12-30 02:06:41] "GET /global-system-config/32b9c5a5-deed-481c-ae89-d33eea6864b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.002876 10.0.0.45 - - [2024-12-30 02:06:41] "POST /fqname-to-id HTTP/1.1" 404 220 0.004294 10.0.0.45 - - [2024-12-30 02:06:41] "GET /global-system-config/32b9c5a5-deed-481c-ae89-d33eea6864b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.004371 10.0.0.45 - - [2024-12-30 02:06:41] "POST /fqname-to-id HTTP/1.1" 404 220 0.003286 10.0.0.45 - - [2024-12-30 02:06:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000440 10.0.0.45 - - [2024-12-30 02:06:41] "POST /config-nodes HTTP/1.1" 200 599 0.022601 10.0.0.45 - - [2024-12-30 02:06:41] "POST /service-appliance-sets HTTP/1.1" 200 553 0.020478 10.0.0.45 - - [2024-12-30 02:06:41] "POST /config-database-nodes HTTP/1.1" 200 617 0.021719 10.0.0.45 - - [2024-12-30 02:06:41] "POST /fqname-to-id HTTP/1.1" 404 180 0.002985 10.0.0.45 - - [2024-12-30 02:06:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004191 10.0.0.45 - - [2024-12-30 02:06:41] "GET /global-system-config/32b9c5a5-deed-481c-ae89-d33eea6864b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.003633 10.0.0.45 - - [2024-12-30 02:06:41] "POST /service-appliance-sets HTTP/1.1" 200 541 0.025414 10.0.0.45 - - [2024-12-30 02:06:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005111 10.0.0.45 - - [2024-12-30 02:06:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.027892 10.0.0.45 - - [2024-12-30 02:06:41] "GET /network-ipam/68d7b3d7-46bc-4478-8c17-9bb4a7bcb3b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.003608 10.0.0.45 - - [2024-12-30 02:06:41] "GET / HTTP/1.1" 200 35931 0.001437 10.0.0.45 - - [2024-12-30 02:06:41] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000424 10.0.0.45 - - [2024-12-30 02:06:41] "GET /network-ipam/68d7b3d7-46bc-4478-8c17-9bb4a7bcb3b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.003372 10.0.0.45 - - [2024-12-30 02:06:41] "POST /service-templates HTTP/1.1" 200 511 0.016609 10.0.0.45 - - [2024-12-30 02:06:41] "POST /service-templates HTTP/1.1" 200 501 0.015494 10.0.0.45 - - [2024-12-30 02:06:41] "POST /service-templates HTTP/1.1" 200 515 0.017240 10.0.0.45 - - [2024-12-30 02:06:41] "POST /service-templates HTTP/1.1" 200 535 0.015558 10.0.0.45 - - [2024-12-30 02:06:41] "POST /service-templates HTTP/1.1" 200 507 0.020919 10.0.0.45 - - [2024-12-30 02:06:41] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.023471 10.0.0.45 - - [2024-12-30 02:06:42] "POST /fqname-to-id HTTP/1.1" 404 225 0.003912 10.0.0.45 - - [2024-12-30 02:06:42] "POST /access-control-lists HTTP/1.1" 200 587 0.017141 10.0.0.45 - - [2024-12-30 02:06:42] "POST /fqname-to-id HTTP/1.1" 404 224 0.003337 10.0.0.45 - - [2024-12-30 02:06:42] "POST /access-control-lists HTTP/1.1" 200 585 0.016848 10.0.0.45 - - [2024-12-30 02:06:42] "POST /route-targets HTTP/1.1" 200 327 0.010026 10.0.0.45 - - [2024-12-30 02:06:42] "POST /ref-update HTTP/1.1" 200 156 0.010628 10.0.0.45 - - [2024-12-30 02:06:42] "POST /route-targets HTTP/1.1" 200 327 0.011328 10.0.0.45 - - [2024-12-30 02:06:42] "POST /ref-update HTTP/1.1" 200 156 0.010560 10.0.0.45 - - [2024-12-30 02:06:42] "POST /route-targets HTTP/1.1" 200 327 0.010647 10.0.0.45 - - [2024-12-30 02:06:42] "POST /ref-update HTTP/1.1" 200 156 0.012242 10.0.0.45 - - [2024-12-30 02:06:42] "POST /route-targets HTTP/1.1" 200 327 0.023848 10.0.0.45 - - [2024-12-30 02:06:42] "POST /ref-update HTTP/1.1" 200 156 0.011267 10.0.0.45 - - [2024-12-30 02:06:42] "POST /fqname-to-id HTTP/1.1" 404 201 0.002876 10.0.0.45 - - [2024-12-30 02:06:42] "POST /access-control-lists HTTP/1.1" 200 551 0.069759 10.0.0.45 - - [2024-12-30 02:06:42] "PUT /access-control-list/73e19ca6-fbce-44fb-82be-ffe294f61741 HTTP/1.1" 200 272 0.012683 10.0.0.45 - - [2024-12-30 02:06:43] "PUT /access-control-list/3d7e2fb6-af7d-422b-951c-a1729b86af6d HTTP/1.1" 200 272 0.012003 10.0.0.45 - - [2024-12-30 02:06:46] "GET / HTTP/1.1" 200 35931 0.001428 10.0.0.45 - - [2024-12-30 02:06:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000509 10.0.0.45 - - [2024-12-30 02:06:46] "POST /fqname-to-id HTTP/1.1" 404 196 0.023576 10.0.0.45 - - [2024-12-30 02:06:46] "POST /job-templates HTTP/1.1" 200 555 0.070313 10.0.0.45 - - [2024-12-30 02:06:46] "POST /fqname-to-id HTTP/1.1" 404 200 0.003181 10.0.0.45 - - [2024-12-30 02:06:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.45 - - [2024-12-30 02:06:46] "GET /global-vrouter-config/2a0444fa-d43d-4f60-a2fe-7773b4f4125f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1161 0.002739 10.0.0.45 - - [2024-12-30 02:06:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.45 - - [2024-12-30 02:06:46] "POST /job-templates HTTP/1.1" 200 563 0.057206 10.0.0.45 - - [2024-12-30 02:06:46] "PUT /global-vrouter-config/2a0444fa-d43d-4f60-a2fe-7773b4f4125f HTTP/1.1" 200 276 0.010190 10.0.0.45 - - [2024-12-30 02:06:47] "POST /fqname-to-id HTTP/1.1" 404 191 0.003911 10.0.0.45 - - [2024-12-30 02:06:47] "POST /job-templates HTTP/1.1" 200 545 0.063129 10.0.0.45 - - [2024-12-30 02:06:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.003241 10.0.0.45 - - [2024-12-30 02:06:47] "POST /job-templates HTTP/1.1" 200 577 0.062050 10.0.0.45 - - [2024-12-30 02:06:47] "GET / HTTP/1.1" 200 35931 0.001670 10.0.0.45 - - [2024-12-30 02:06:47] "POST /alarms HTTP/1.1" 401 292 0.000509 10.0.0.45 - - [2024-12-30 02:06:47] "POST /fqname-to-id HTTP/1.1" 404 208 0.003013 10.0.0.45 - - [2024-12-30 02:06:47] "POST /job-templates HTTP/1.1" 200 579 0.065968 10.0.0.45 - - [2024-12-30 02:06:47] "POST /fqname-to-id HTTP/1.1" 404 210 0.003433 10.0.0.45 - - [2024-12-30 02:06:47] "POST /job-templates HTTP/1.1" 200 583 0.065487 10.0.0.45 - - [2024-12-30 02:06:47] "POST /fqname-to-id HTTP/1.1" 404 198 0.003857 10.0.0.45 - - [2024-12-30 02:06:47] "POST /alarms HTTP/1.1" 200 581 0.039381 10.0.0.45 - - [2024-12-30 02:06:47] "POST /job-templates HTTP/1.1" 200 559 0.061620 10.0.0.45 - - [2024-12-30 02:06:47] "POST /alarms HTTP/1.1" 200 575 0.054599 10.0.0.45 - - [2024-12-30 02:06:47] "POST /fqname-to-id HTTP/1.1" 404 203 0.003159 10.0.0.45 - - [2024-12-30 02:06:47] "POST /alarms HTTP/1.1" 200 575 0.015187 10.0.0.45 - - [2024-12-30 02:06:47] "POST /job-templates HTTP/1.1" 200 569 0.062162 10.0.0.45 - - [2024-12-30 02:06:47] "POST /alarms HTTP/1.1" 200 559 0.052812 10.0.0.45 - - [2024-12-30 02:06:47] "POST /fqname-to-id HTTP/1.1" 404 196 0.003000 10.0.0.45 - - [2024-12-30 02:06:47] "POST /alarms HTTP/1.1" 200 555 0.016245 10.0.0.45 - - [2024-12-30 02:06:48] "POST /job-templates HTTP/1.1" 200 555 0.062049 10.0.0.45 - - [2024-12-30 02:06:48] "POST /alarms HTTP/1.1" 200 557 0.050612 10.0.0.45 - - [2024-12-30 02:06:48] "POST /fqname-to-id HTTP/1.1" 404 196 0.002923 10.0.0.45 - - [2024-12-30 02:06:48] "POST /alarms HTTP/1.1" 200 565 0.016052 10.0.0.45 - - [2024-12-30 02:06:48] "POST /job-templates HTTP/1.1" 200 555 0.062740 10.0.0.45 - - [2024-12-30 02:06:48] "POST /alarms HTTP/1.1" 200 549 0.053735 10.0.0.45 - - [2024-12-30 02:06:48] "POST /fqname-to-id HTTP/1.1" 404 196 0.003281 10.0.0.45 - - [2024-12-30 02:06:48] "POST /alarms HTTP/1.1" 200 557 0.016240 10.0.0.45 - - [2024-12-30 02:06:48] "POST /job-templates HTTP/1.1" 200 555 0.069283 10.0.0.45 - - [2024-12-30 02:06:48] "POST /alarms HTTP/1.1" 200 567 0.056660 10.0.0.45 - - [2024-12-30 02:06:48] "POST /fqname-to-id HTTP/1.1" 404 186 0.003319 10.0.0.45 - - [2024-12-30 02:06:48] "POST /alarms HTTP/1.1" 200 555 0.016606 10.0.0.45 - - [2024-12-30 02:06:48] "POST /job-templates HTTP/1.1" 200 535 0.062075 10.0.0.45 - - [2024-12-30 02:06:48] "POST /alarms HTTP/1.1" 200 567 0.059397 10.0.0.45 - - [2024-12-30 02:06:48] "POST /fqname-to-id HTTP/1.1" 404 198 0.002795 10.0.0.45 - - [2024-12-30 02:06:48] "POST /alarms HTTP/1.1" 200 575 0.057577 10.0.0.45 - - [2024-12-30 02:06:48] "POST /job-templates HTTP/1.1" 200 559 0.069070 10.0.0.45 - - [2024-12-30 02:06:48] "POST /alarms HTTP/1.1" 200 569 0.019196 10.0.0.45 - - [2024-12-30 02:06:48] "POST /fqname-to-id HTTP/1.1" 404 198 0.003043 10.0.0.45 - - [2024-12-30 02:06:48] "POST /alarms HTTP/1.1" 200 561 0.016961 10.0.0.45 - - [2024-12-30 02:06:48] "POST /job-templates HTTP/1.1" 200 559 0.057698 10.0.0.45 - - [2024-12-30 02:06:48] "POST /alarms HTTP/1.1" 200 561 0.043258 10.0.0.45 - - [2024-12-30 02:06:48] "POST /fqname-to-id HTTP/1.1" 404 198 0.003036 10.0.0.45 - - [2024-12-30 02:06:48] "POST /alarms HTTP/1.1" 200 561 0.015401 10.0.0.45 - - [2024-12-30 02:06:49] "POST /job-templates HTTP/1.1" 200 559 0.058382 10.0.0.45 - - [2024-12-30 02:06:49] "POST /alarms HTTP/1.1" 200 547 0.041171 10.0.0.45 - - [2024-12-30 02:06:49] "POST /fqname-to-id HTTP/1.1" 404 201 0.002655 10.0.0.45 - - [2024-12-30 02:06:49] "POST /alarms HTTP/1.1" 200 595 0.014293 10.0.0.45 - - [2024-12-30 02:06:49] "POST /job-templates HTTP/1.1" 200 565 0.057725 10.0.0.45 - - [2024-12-30 02:06:49] "POST /alarms HTTP/1.1" 200 575 0.046160 10.0.0.45 - - [2024-12-30 02:06:49] "POST /fqname-to-id HTTP/1.1" 404 197 0.002704 10.0.0.45 - - [2024-12-30 02:06:49] "POST /alarms HTTP/1.1" 200 571 0.014973 10.0.0.45 - - [2024-12-30 02:06:49] "POST /job-templates HTTP/1.1" 200 557 0.062278 10.0.0.45 - - [2024-12-30 02:06:49] "POST /alarms HTTP/1.1" 200 583 0.052850 10.0.0.45 - - [2024-12-30 02:06:49] "POST /fqname-to-id HTTP/1.1" 404 196 0.003275 10.0.0.45 - - [2024-12-30 02:06:49] "POST /alarms HTTP/1.1" 200 609 0.014910 10.0.0.45 - - [2024-12-30 02:06:49] "POST /job-templates HTTP/1.1" 200 555 0.063233 10.0.0.45 - - [2024-12-30 02:06:49] "POST /fqname-to-id HTTP/1.1" 404 205 0.003353 10.0.0.45 - - [2024-12-30 02:06:49] "POST /job-templates HTTP/1.1" 200 573 0.061949 10.0.0.45 - - [2024-12-30 02:06:49] "POST /fqname-to-id HTTP/1.1" 404 194 0.002915 10.0.0.45 - - [2024-12-30 02:06:49] "GET / HTTP/1.1" 200 35931 0.001868 10.0.0.45 - - [2024-12-30 02:06:49] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000391 10.0.0.45 - - [2024-12-30 02:06:49] "POST /job-templates HTTP/1.1" 200 551 0.061534 10.0.0.45 - - [2024-12-30 02:06:49] "POST /fqname-to-id HTTP/1.1" 404 208 0.002945 10.0.0.45 - - [2024-12-30 02:06:49] "POST /job-templates HTTP/1.1" 200 579 0.060981 10.0.0.45 - - [2024-12-30 02:06:49] "POST /fqname-to-id HTTP/1.1" 404 196 0.003194 10.0.0.45 - - [2024-12-30 02:06:50] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.026790 10.0.0.45 - - [2024-12-30 02:06:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002168 10.0.0.45 - - [2024-12-30 02:06:50] "POST /job-templates HTTP/1.1" 200 555 0.070662 10.0.0.45 - - [2024-12-30 02:06:50] "PUT /global-vrouter-config/2a0444fa-d43d-4f60-a2fe-7773b4f4125f HTTP/1.1" 200 276 0.008712 10.0.0.45 - - [2024-12-30 02:06:50] "POST /fqname-to-id HTTP/1.1" 404 198 0.003253 10.0.0.45 - - [2024-12-30 02:06:50] "POST /job-templates HTTP/1.1" 200 559 0.061803 10.0.0.45 - - [2024-12-30 02:06:50] "POST /fqname-to-id HTTP/1.1" 404 206 0.003196 10.0.0.45 - - [2024-12-30 02:06:50] "POST /job-templates HTTP/1.1" 200 575 0.062001 10.0.0.45 - - [2024-12-30 02:06:50] "GET / HTTP/1.1" 200 35931 0.001683 10.0.0.45 - - [2024-12-30 02:06:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000426 10.0.0.45 - - [2024-12-30 02:06:50] "POST /fqname-to-id HTTP/1.1" 404 197 0.002805 10.0.0.45 - - [2024-12-30 02:06:50] "POST /job-templates HTTP/1.1" 200 557 0.065207 10.0.0.45 - - [2024-12-30 02:06:50] "POST /fqname-to-id HTTP/1.1" 404 198 0.003449 10.0.0.45 - - [2024-12-30 02:06:50] "POST /job-templates HTTP/1.1" 200 559 0.061871 10.0.0.45 - - [2024-12-30 02:06:50] "POST /fqname-to-id HTTP/1.1" 404 196 0.003130 10.0.0.45 - - [2024-12-30 02:06:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.023192 10.0.0.45 - - [2024-12-30 02:06:50] "GET /global-vrouter-config/2a0444fa-d43d-4f60-a2fe-7773b4f4125f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002744 10.0.0.45 - - [2024-12-30 02:06:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.45 - - [2024-12-30 02:06:50] "POST /job-templates HTTP/1.1" 200 555 0.061183 10.0.0.45 - - [2024-12-30 02:06:50] "PUT /global-vrouter-config/2a0444fa-d43d-4f60-a2fe-7773b4f4125f HTTP/1.1" 200 276 0.008728 10.0.0.45 - - [2024-12-30 02:06:50] "POST /fqname-to-id HTTP/1.1" 404 195 0.002019 10.0.0.45 - - [2024-12-30 02:06:51] "POST /job-templates HTTP/1.1" 200 553 0.056894 10.0.0.45 - - [2024-12-30 02:06:51] "POST /fqname-to-id HTTP/1.1" 404 195 0.003137 10.0.0.45 - - [2024-12-30 02:06:51] "POST /job-templates HTTP/1.1" 200 553 0.061134 10.0.0.45 - - [2024-12-30 02:06:51] "POST /fqname-to-id HTTP/1.1" 404 195 0.003596 10.0.0.45 - - [2024-12-30 02:06:51] "GET / HTTP/1.1" 200 35931 0.001580 10.0.0.45 - - [2024-12-30 02:06:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000429 10.0.0.45 - - [2024-12-30 02:06:51] "POST /job-templates HTTP/1.1" 200 553 0.061498 10.0.0.45 - - [2024-12-30 02:06:51] "POST /fqname-to-id HTTP/1.1" 404 200 0.003536 10.0.0.45 - - [2024-12-30 02:06:51] "POST /job-templates HTTP/1.1" 200 563 0.060812 10.0.0.45 - - [2024-12-30 02:06:51] "POST /fqname-to-id HTTP/1.1" 404 201 0.002977 10.0.0.45 - - [2024-12-30 02:06:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.022768 10.0.0.45 - - [2024-12-30 02:06:51] "GET /global-system-config/32b9c5a5-deed-481c-ae89-d33eea6864b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.023220 10.0.0.45 - - [2024-12-30 02:06:51] "POST /job-templates HTTP/1.1" 200 565 0.065266 10.0.0.45 - - [2024-12-30 02:06:51] "POST /fqname-to-id HTTP/1.1" 404 189 0.004477 10.0.0.45 - - [2024-12-30 02:06:51] "PUT /global-system-config/32b9c5a5-deed-481c-ae89-d33eea6864b4 HTTP/1.1" 200 274 0.016349 10.0.0.45 - - [2024-12-30 02:06:51] "POST /config-propertiess HTTP/1.1" 200 551 0.018104 10.0.0.45 - - [2024-12-30 02:06:51] "POST /fqname-to-id HTTP/1.1" 404 168 0.002882 10.0.0.45 - - [2024-12-30 02:06:51] "POST /tags HTTP/1.1" 200 321 0.035851 10.0.0.45 - - [2024-12-30 02:06:51] "POST /fqname-to-id HTTP/1.1" 404 166 0.002953 10.0.0.45 - - [2024-12-30 02:06:52] "POST /tags HTTP/1.1" 200 317 0.018547 10.0.0.45 - - [2024-12-30 02:06:52] "POST /fqname-to-id HTTP/1.1" 404 174 0.003123 10.0.0.45 - - [2024-12-30 02:06:52] "POST /tags HTTP/1.1" 200 333 0.018931 10.0.0.45 - - [2024-12-30 02:06:52] "POST /fqname-to-id HTTP/1.1" 404 162 0.002883 10.0.0.45 - - [2024-12-30 02:06:52] "POST /tags HTTP/1.1" 200 309 0.018468 10.0.0.45 - - [2024-12-30 02:06:52] "POST /fqname-to-id HTTP/1.1" 404 174 0.003061 10.0.0.45 - - [2024-12-30 02:06:52] "POST /tags HTTP/1.1" 200 333 0.018977 10.0.0.45 - - [2024-12-30 02:06:52] "POST /fqname-to-id HTTP/1.1" 404 164 0.003135 10.0.0.45 - - [2024-12-30 02:06:52] "POST /tags HTTP/1.1" 200 313 0.018500 10.0.0.45 - - [2024-12-30 02:06:52] "POST /fqname-to-id HTTP/1.1" 404 169 0.002882 10.0.0.45 - - [2024-12-30 02:06:52] "POST /tags HTTP/1.1" 200 323 0.021472 10.0.0.45 - - [2024-12-30 02:06:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002946 10.0.0.45 - - [2024-12-30 02:06:52] "PUT /global-system-config/32b9c5a5-deed-481c-ae89-d33eea6864b4 HTTP/1.1" 200 274 0.008848 10.0.0.45 - - [2024-12-30 02:06:52] "POST /fqname-to-id HTTP/1.1" 404 166 0.002769 10.0.0.45 - - [2024-12-30 02:06:52] "POST /hardwares HTTP/1.1" 200 327 0.012509 10.0.0.45 - - [2024-12-30 02:06:52] "POST /fqname-to-id HTTP/1.1" 404 166 0.002934 10.0.0.45 - - [2024-12-30 02:06:52] "POST /hardwares HTTP/1.1" 200 327 0.010722 10.0.0.45 - - [2024-12-30 02:06:52] "POST /fqname-to-id HTTP/1.1" 404 166 0.002755 10.0.0.45 - - [2024-12-30 02:06:53] "POST /hardwares HTTP/1.1" 200 327 0.010237 10.0.0.45 - - [2024-12-30 02:06:53] "POST /fqname-to-id HTTP/1.1" 404 166 0.004057 10.0.0.45 - - [2024-12-30 02:06:53] "POST /hardwares HTTP/1.1" 200 327 0.009908 10.0.0.45 - - [2024-12-30 02:06:53] "POST /fqname-to-id HTTP/1.1" 404 164 0.002799 10.0.0.45 - - [2024-12-30 02:06:53] "POST /hardwares HTTP/1.1" 200 323 0.009432 10.0.0.45 - - [2024-12-30 02:06:53] "POST /fqname-to-id HTTP/1.1" 404 164 0.002859 10.0.0.45 - - [2024-12-30 02:06:53] "POST /hardwares HTTP/1.1" 200 323 0.010391 10.0.0.45 - - [2024-12-30 02:06:53] "POST /fqname-to-id HTTP/1.1" 404 161 0.002993 10.0.0.45 - - [2024-12-30 02:06:53] "POST /hardwares HTTP/1.1" 200 317 0.010441 10.0.0.45 - - [2024-12-30 02:06:53] "POST /fqname-to-id HTTP/1.1" 404 164 0.003002 10.0.0.45 - - [2024-12-30 02:06:53] "POST /hardwares HTTP/1.1" 200 323 0.010295 10.0.0.45 - - [2024-12-30 02:06:53] "POST /fqname-to-id HTTP/1.1" 404 164 0.002909 10.0.0.45 - - [2024-12-30 02:06:53] "POST /hardwares HTTP/1.1" 200 323 0.018213 10.0.0.45 - - [2024-12-30 02:06:53] "POST /fqname-to-id HTTP/1.1" 404 164 0.003068 10.0.0.45 - - [2024-12-30 02:06:53] "POST /hardwares HTTP/1.1" 200 323 0.010114 10.0.0.45 - - [2024-12-30 02:06:53] "POST /fqname-to-id HTTP/1.1" 404 165 0.003987 10.0.0.45 - - [2024-12-30 02:06:53] "POST /hardwares HTTP/1.1" 200 325 0.009767 10.0.0.45 - - [2024-12-30 02:06:53] "POST /fqname-to-id HTTP/1.1" 404 165 0.003095 10.0.0.45 - - [2024-12-30 02:06:53] "POST /hardwares HTTP/1.1" 200 325 0.009868 10.0.0.45 - - [2024-12-30 02:06:54] "POST /fqname-to-id HTTP/1.1" 404 165 0.003222 10.0.0.45 - - [2024-12-30 02:06:54] "POST /hardwares HTTP/1.1" 200 325 0.010797 10.0.0.45 - - [2024-12-30 02:06:54] "POST /fqname-to-id HTTP/1.1" 404 165 0.003007 10.0.0.45 - - [2024-12-30 02:06:54] "POST /hardwares HTTP/1.1" 200 325 0.010955 10.0.0.45 - - [2024-12-30 02:06:54] "POST /fqname-to-id HTTP/1.1" 404 164 0.002884 10.0.0.45 - - [2024-12-30 02:06:54] "POST /hardwares HTTP/1.1" 200 323 0.012952 10.0.0.45 - - [2024-12-30 02:06:54] "POST /fqname-to-id HTTP/1.1" 404 161 0.003373 10.0.0.45 - - [2024-12-30 02:06:54] "POST /hardwares HTTP/1.1" 200 317 0.011139 10.0.0.45 - - [2024-12-30 02:06:54] "POST /fqname-to-id HTTP/1.1" 404 164 0.003501 10.0.0.45 - - [2024-12-30 02:06:54] "POST /hardwares HTTP/1.1" 200 323 0.011138 10.0.0.45 - - [2024-12-30 02:06:54] "POST /fqname-to-id HTTP/1.1" 404 161 0.003384 10.0.0.45 - - [2024-12-30 02:06:54] "POST /hardwares HTTP/1.1" 200 317 0.010550 10.0.0.45 - - [2024-12-30 02:06:54] "POST /fqname-to-id HTTP/1.1" 404 164 0.003099 10.0.0.45 - - [2024-12-30 02:06:54] "POST /hardwares HTTP/1.1" 200 323 0.010305 10.0.0.45 - - [2024-12-30 02:06:54] "POST /fqname-to-id HTTP/1.1" 404 162 0.003273 10.0.0.45 - - [2024-12-30 02:06:54] "POST /hardwares HTTP/1.1" 200 319 0.010614 10.0.0.45 - - [2024-12-30 02:06:54] "POST /fqname-to-id HTTP/1.1" 404 162 0.002822 10.0.0.45 - - [2024-12-30 02:06:54] "POST /hardwares HTTP/1.1" 200 319 0.011746 10.0.0.45 - - [2024-12-30 02:06:54] "POST /fqname-to-id HTTP/1.1" 404 165 0.002877 10.0.0.45 - - [2024-12-30 02:06:55] "POST /hardwares HTTP/1.1" 200 325 0.010894 10.0.0.45 - - [2024-12-30 02:06:55] "POST /fqname-to-id HTTP/1.1" 404 161 0.002819 10.0.0.45 - - [2024-12-30 02:06:55] "POST /hardwares HTTP/1.1" 200 317 0.010208 10.0.0.45 - - [2024-12-30 02:06:55] "POST /fqname-to-id HTTP/1.1" 404 161 0.003481 10.0.0.45 - - [2024-12-30 02:06:55] "POST /hardwares HTTP/1.1" 200 317 0.010125 10.0.0.45 - - [2024-12-30 02:06:55] "POST /fqname-to-id HTTP/1.1" 404 162 0.003005 10.0.0.45 - - [2024-12-30 02:06:55] "POST /hardwares HTTP/1.1" 200 319 0.009901 10.0.0.45 - - [2024-12-30 02:06:55] "POST /fqname-to-id HTTP/1.1" 404 162 0.002811 10.0.0.45 - - [2024-12-30 02:06:55] "POST /hardwares HTTP/1.1" 200 319 0.010173 10.0.0.45 - - [2024-12-30 02:06:55] "POST /fqname-to-id HTTP/1.1" 404 162 0.003134 10.0.0.45 - - [2024-12-30 02:06:55] "POST /hardwares HTTP/1.1" 200 319 0.010644 10.0.0.45 - - [2024-12-30 02:06:55] "POST /fqname-to-id HTTP/1.1" 404 158 0.002899 10.0.0.45 - - [2024-12-30 02:06:55] "POST /hardwares HTTP/1.1" 200 311 0.010023 10.0.0.45 - - [2024-12-30 02:06:55] "POST /fqname-to-id HTTP/1.1" 404 158 0.002900 10.0.0.45 - - [2024-12-30 02:06:55] "POST /hardwares HTTP/1.1" 200 311 0.010574 10.0.0.45 - - [2024-12-30 02:06:55] "POST /fqname-to-id HTTP/1.1" 404 160 0.002918 10.0.0.45 - - [2024-12-30 02:06:55] "POST /hardwares HTTP/1.1" 200 315 0.010095 10.0.0.45 - - [2024-12-30 02:06:55] "POST /fqname-to-id HTTP/1.1" 404 154 0.002980 10.0.0.45 - - [2024-12-30 02:06:55] "POST /hardwares HTTP/1.1" 200 303 0.011156 10.0.0.45 - - [2024-12-30 02:06:56] "POST /fqname-to-id HTTP/1.1" 404 158 0.003354 10.0.0.45 - - [2024-12-30 02:06:56] "POST /hardwares HTTP/1.1" 200 311 0.016206 10.0.0.45 - - [2024-12-30 02:06:56] "POST /fqname-to-id HTTP/1.1" 404 155 0.003689 10.0.0.45 - - [2024-12-30 02:06:56] "POST /hardwares HTTP/1.1" 200 305 0.010248 10.0.0.45 - - [2024-12-30 02:06:56] "POST /fqname-to-id HTTP/1.1" 404 155 0.003225 10.0.0.45 - - [2024-12-30 02:06:56] "POST /hardwares HTTP/1.1" 200 305 0.010758 10.0.0.45 - - [2024-12-30 02:06:56] "POST /fqname-to-id HTTP/1.1" 404 155 0.002977 10.0.0.45 - - [2024-12-30 02:06:56] "POST /hardwares HTTP/1.1" 200 305 0.010973 10.0.0.45 - - [2024-12-30 02:06:56] "POST /fqname-to-id HTTP/1.1" 404 155 0.002832 10.0.0.45 - - [2024-12-30 02:06:56] "POST /hardwares HTTP/1.1" 200 305 0.010297 10.0.0.45 - - [2024-12-30 02:06:56] "POST /fqname-to-id HTTP/1.1" 404 156 0.002933 10.0.0.45 - - [2024-12-30 02:06:56] "POST /hardwares HTTP/1.1" 200 307 0.010200 10.0.0.45 - - [2024-12-30 02:06:56] "POST /fqname-to-id HTTP/1.1" 404 156 0.002977 10.0.0.45 - - [2024-12-30 02:06:56] "POST /hardwares HTTP/1.1" 200 307 0.011087 10.0.0.45 - - [2024-12-30 02:06:56] "POST /fqname-to-id HTTP/1.1" 404 156 0.002962 10.0.0.45 - - [2024-12-30 02:06:56] "POST /hardwares HTTP/1.1" 200 307 0.010009 10.0.0.45 - - [2024-12-30 02:06:56] "POST /fqname-to-id HTTP/1.1" 404 157 0.002984 10.0.0.45 - - [2024-12-30 02:06:56] "POST /hardwares HTTP/1.1" 200 309 0.009985 10.0.0.45 - - [2024-12-30 02:06:56] "POST /fqname-to-id HTTP/1.1" 404 158 0.003333 10.0.0.45 - - [2024-12-30 02:06:57] "POST /hardwares HTTP/1.1" 200 311 0.010265 10.0.0.45 - - [2024-12-30 02:06:57] "POST /fqname-to-id HTTP/1.1" 404 158 0.003047 10.0.0.45 - - [2024-12-30 02:06:57] "POST /hardwares HTTP/1.1" 200 311 0.010814 10.0.0.45 - - [2024-12-30 02:06:57] "POST /fqname-to-id HTTP/1.1" 404 153 0.003025 10.0.0.45 - - [2024-12-30 02:06:57] "POST /hardwares HTTP/1.1" 200 301 0.010989 10.0.0.45 - - [2024-12-30 02:06:57] "POST /fqname-to-id HTTP/1.1" 404 157 0.003250 10.0.0.45 - - [2024-12-30 02:06:57] "POST /hardwares HTTP/1.1" 200 309 0.010901 10.0.0.45 - - [2024-12-30 02:06:57] "POST /fqname-to-id HTTP/1.1" 404 157 0.003022 10.0.0.45 - - [2024-12-30 02:06:57] "POST /hardwares HTTP/1.1" 200 309 0.009822 10.0.0.45 - - [2024-12-30 02:06:57] "POST /fqname-to-id HTTP/1.1" 404 157 0.003321 10.0.0.45 - - [2024-12-30 02:06:57] "POST /hardwares HTTP/1.1" 200 309 0.011077 10.0.0.45 - - [2024-12-30 02:06:57] "POST /fqname-to-id HTTP/1.1" 404 157 0.003141 10.0.0.45 - - [2024-12-30 02:06:57] "POST /hardwares HTTP/1.1" 200 309 0.012154 10.0.0.45 - - [2024-12-30 02:06:57] "POST /fqname-to-id HTTP/1.1" 404 157 0.002899 10.0.0.45 - - [2024-12-30 02:06:57] "POST /hardwares HTTP/1.1" 200 309 0.011281 10.0.0.45 - - [2024-12-30 02:06:57] "POST /fqname-to-id HTTP/1.1" 404 161 0.003528 10.0.0.45 - - [2024-12-30 02:06:57] "POST /hardwares HTTP/1.1" 200 317 0.011742 10.0.0.45 - - [2024-12-30 02:06:57] "POST /fqname-to-id HTTP/1.1" 404 157 0.003226 10.0.0.45 - - [2024-12-30 02:06:57] "POST /hardwares HTTP/1.1" 200 309 0.012349 10.0.0.45 - - [2024-12-30 02:06:58] "POST /fqname-to-id HTTP/1.1" 404 157 0.002979 10.0.0.45 - - [2024-12-30 02:06:58] "POST /hardwares HTTP/1.1" 200 309 0.009765 10.0.0.45 - - [2024-12-30 02:06:58] "POST /fqname-to-id HTTP/1.1" 404 154 0.003015 10.0.0.45 - - [2024-12-30 02:06:58] "POST /hardwares HTTP/1.1" 200 303 0.010330 10.0.0.45 - - [2024-12-30 02:06:58] "POST /fqname-to-id HTTP/1.1" 404 190 0.003246 10.0.0.45 - - [2024-12-30 02:06:58] "POST /features HTTP/1.1" 200 533 0.015657 10.0.0.45 - - [2024-12-30 02:06:58] "POST /fqname-to-id HTTP/1.1" 404 185 0.002958 10.0.0.45 - - [2024-12-30 02:06:58] "POST /features HTTP/1.1" 200 523 0.015439 10.0.0.45 - - [2024-12-30 02:06:58] "POST /fqname-to-id HTTP/1.1" 404 184 0.002956 10.0.0.45 - - [2024-12-30 02:06:58] "POST /features HTTP/1.1" 200 521 0.025884 10.0.0.45 - - [2024-12-30 02:06:58] "POST /fqname-to-id HTTP/1.1" 404 184 0.002937 10.0.0.45 - - [2024-12-30 02:06:58] "POST /features HTTP/1.1" 200 521 0.015122 10.0.0.45 - - [2024-12-30 02:06:58] "POST /fqname-to-id HTTP/1.1" 404 189 0.003023 10.0.0.45 - - [2024-12-30 02:06:58] "POST /features HTTP/1.1" 200 531 0.016351 10.0.0.45 - - [2024-12-30 02:06:58] "POST /fqname-to-id HTTP/1.1" 404 184 0.002886 10.0.0.45 - - [2024-12-30 02:06:58] "POST /features HTTP/1.1" 200 521 0.015050 10.0.0.45 - - [2024-12-30 02:06:58] "POST /fqname-to-id HTTP/1.1" 404 193 0.003105 10.0.0.45 - - [2024-12-30 02:06:58] "POST /features HTTP/1.1" 200 539 0.014884 10.0.0.45 - - [2024-12-30 02:06:59] "POST /fqname-to-id HTTP/1.1" 404 186 0.003037 10.0.0.45 - - [2024-12-30 02:06:59] "POST /features HTTP/1.1" 200 525 0.014675 10.0.0.45 - - [2024-12-30 02:06:59] "POST /fqname-to-id HTTP/1.1" 404 183 0.002782 10.0.0.45 - - [2024-12-30 02:06:59] "POST /features HTTP/1.1" 200 519 0.015761 10.0.0.45 - - [2024-12-30 02:06:59] "POST /fqname-to-id HTTP/1.1" 404 182 0.003697 10.0.0.45 - - [2024-12-30 02:06:59] "POST /features HTTP/1.1" 200 517 0.016175 10.0.0.45 - - [2024-12-30 02:06:59] "POST /fqname-to-id HTTP/1.1" 404 190 0.003079 10.0.0.45 - - [2024-12-30 02:06:59] "POST /features HTTP/1.1" 200 533 0.014839 10.0.0.45 - - [2024-12-30 02:06:59] "POST /fqname-to-id HTTP/1.1" 404 194 0.003144 10.0.0.45 - - [2024-12-30 02:06:59] "POST /features HTTP/1.1" 200 541 0.016767 10.0.0.45 - - [2024-12-30 02:06:59] "POST /fqname-to-id HTTP/1.1" 404 178 0.003313 10.0.0.45 - - [2024-12-30 02:06:59] "POST /physical-roles HTTP/1.1" 200 521 0.015411 10.0.0.45 - - [2024-12-30 02:06:59] "POST /fqname-to-id HTTP/1.1" 404 179 0.002936 10.0.0.45 - - [2024-12-30 02:06:59] "POST /physical-roles HTTP/1.1" 200 523 0.015725 10.0.0.45 - - [2024-12-30 02:06:59] "POST /fqname-to-id HTTP/1.1" 404 184 0.003087 10.0.0.45 - - [2024-12-30 02:06:59] "POST /physical-roles HTTP/1.1" 200 533 0.016284 10.0.0.45 - - [2024-12-30 02:06:59] "POST /fqname-to-id HTTP/1.1" 404 177 0.002926 10.0.0.45 - - [2024-12-30 02:06:59] "POST /physical-roles HTTP/1.1" 200 519 0.016182 10.0.0.45 - - [2024-12-30 02:06:59] "POST /fqname-to-id HTTP/1.1" 404 191 0.003640 10.0.0.45 - - [2024-12-30 02:07:00] "POST /overlay-roles HTTP/1.1" 200 545 0.016734 10.0.0.45 - - [2024-12-30 02:07:00] "POST /fqname-to-id HTTP/1.1" 404 184 0.002860 10.0.0.45 - - [2024-12-30 02:07:00] "POST /overlay-roles HTTP/1.1" 200 531 0.014503 10.0.0.45 - - [2024-12-30 02:07:00] "POST /fqname-to-id HTTP/1.1" 404 191 0.003105 10.0.0.45 - - [2024-12-30 02:07:00] "POST /overlay-roles HTTP/1.1" 200 545 0.015668 10.0.0.45 - - [2024-12-30 02:07:00] "POST /fqname-to-id HTTP/1.1" 404 185 0.003152 10.0.0.45 - - [2024-12-30 02:07:00] "POST /overlay-roles HTTP/1.1" 200 533 0.015478 10.0.0.45 - - [2024-12-30 02:07:00] "POST /fqname-to-id HTTP/1.1" 404 189 0.002843 10.0.0.45 - - [2024-12-30 02:07:00] "POST /overlay-roles HTTP/1.1" 200 541 0.030780 10.0.0.45 - - [2024-12-30 02:07:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.45 - - [2024-12-30 02:07:00] "PUT /overlay-role/ec83df12-7c21-48d8-ab33-9bed313dc958 HTTP/1.1" 200 258 0.008758 10.0.0.45 - - [2024-12-30 02:07:00] "POST /fqname-to-id HTTP/1.1" 404 184 0.002832 10.0.0.45 - - [2024-12-30 02:07:00] "POST /overlay-roles HTTP/1.1" 200 531 0.015569 10.0.0.45 - - [2024-12-30 02:07:00] "POST /fqname-to-id HTTP/1.1" 404 185 0.003117 10.0.0.45 - - [2024-12-30 02:07:00] "POST /overlay-roles HTTP/1.1" 200 533 0.026179 10.0.0.45 - - [2024-12-30 02:07:00] "POST /fqname-to-id HTTP/1.1" 404 183 0.002978 10.0.0.45 - - [2024-12-30 02:07:00] "POST /overlay-roles HTTP/1.1" 200 529 0.014782 10.0.0.45 - - [2024-12-30 02:07:00] "POST /fqname-to-id HTTP/1.1" 404 187 0.003260 10.0.0.45 - - [2024-12-30 02:07:01] "POST /overlay-roles HTTP/1.1" 200 537 0.014397 10.0.0.45 - - [2024-12-30 02:07:01] "POST /fqname-to-id HTTP/1.1" 404 189 0.002837 10.0.0.45 - - [2024-12-30 02:07:01] "POST /overlay-roles HTTP/1.1" 200 541 0.017790 10.0.0.45 - - [2024-12-30 02:07:01] "POST /fqname-to-id HTTP/1.1" 404 178 0.002760 10.0.0.45 - - [2024-12-30 02:07:01] "POST /overlay-roles HTTP/1.1" 200 519 0.014796 10.0.0.45 - - [2024-12-30 02:07:01] "POST /fqname-to-id HTTP/1.1" 404 190 0.003581 10.0.0.45 - - [2024-12-30 02:07:01] "POST /overlay-roles HTTP/1.1" 200 543 0.015193 10.0.0.45 - - [2024-12-30 02:07:01] "POST /fqname-to-id HTTP/1.1" 404 182 0.002807 10.0.0.45 - - [2024-12-30 02:07:01] "POST /role-definitions HTTP/1.1" 200 533 0.016582 10.0.0.45 - - [2024-12-30 02:07:01] "POST /fqname-to-id HTTP/1.1" 404 189 0.002851 10.0.0.45 - - [2024-12-30 02:07:01] "POST /role-definitions HTTP/1.1" 200 547 0.015436 10.0.0.45 - - [2024-12-30 02:07:01] "POST /fqname-to-id HTTP/1.1" 404 190 0.002991 10.0.0.45 - - [2024-12-30 02:07:01] "POST /role-definitions HTTP/1.1" 200 549 0.015373 10.0.0.45 - - [2024-12-30 02:07:01] "POST /fqname-to-id HTTP/1.1" 404 191 0.003066 10.0.0.45 - - [2024-12-30 02:07:01] "POST /role-definitions HTTP/1.1" 200 551 0.015598 10.0.0.45 - - [2024-12-30 02:07:01] "POST /fqname-to-id HTTP/1.1" 404 197 0.003109 10.0.0.45 - - [2024-12-30 02:07:01] "POST /role-definitions HTTP/1.1" 200 563 0.016300 10.0.0.45 - - [2024-12-30 02:07:01] "POST /fqname-to-id HTTP/1.1" 404 189 0.002895 10.0.0.45 - - [2024-12-30 02:07:02] "POST /role-definitions HTTP/1.1" 200 547 0.014729 10.0.0.45 - - [2024-12-30 02:07:02] "POST /fqname-to-id HTTP/1.1" 404 190 0.003137 10.0.0.45 - - [2024-12-30 02:07:02] "POST /role-definitions HTTP/1.1" 200 549 0.015118 10.0.0.45 - - [2024-12-30 02:07:02] "POST /fqname-to-id HTTP/1.1" 404 191 0.002840 10.0.0.45 - - [2024-12-30 02:07:02] "POST /role-definitions HTTP/1.1" 200 551 0.014585 10.0.0.45 - - [2024-12-30 02:07:02] "POST /fqname-to-id HTTP/1.1" 404 190 0.002983 10.0.0.45 - - [2024-12-30 02:07:02] "POST /role-definitions HTTP/1.1" 200 549 0.015237 10.0.0.45 - - [2024-12-30 02:07:02] "POST /fqname-to-id HTTP/1.1" 404 196 0.003039 10.0.0.45 - - [2024-12-30 02:07:02] "POST /role-definitions HTTP/1.1" 200 561 0.014614 10.0.0.45 - - [2024-12-30 02:07:02] "POST /fqname-to-id HTTP/1.1" 404 189 0.002914 10.0.0.45 - - [2024-12-30 02:07:02] "POST /role-definitions HTTP/1.1" 200 547 0.016042 10.0.0.45 - - [2024-12-30 02:07:02] "POST /fqname-to-id HTTP/1.1" 404 190 0.003101 10.0.0.45 - - [2024-12-30 02:07:02] "POST /role-definitions HTTP/1.1" 200 549 0.014650 10.0.0.45 - - [2024-12-30 02:07:02] "POST /fqname-to-id HTTP/1.1" 404 188 0.002854 10.0.0.45 - - [2024-12-30 02:07:02] "POST /role-definitions HTTP/1.1" 200 545 0.015605 10.0.0.45 - - [2024-12-30 02:07:02] "POST /fqname-to-id HTTP/1.1" 404 189 0.002849 10.0.0.45 - - [2024-12-30 02:07:02] "POST /role-definitions HTTP/1.1" 200 547 0.014596 10.0.0.45 - - [2024-12-30 02:07:02] "POST /fqname-to-id HTTP/1.1" 404 192 0.002888 10.0.0.45 - - [2024-12-30 02:07:03] "POST /role-definitions HTTP/1.1" 200 553 0.022091 10.0.0.45 - - [2024-12-30 02:07:03] "POST /fqname-to-id HTTP/1.1" 404 193 0.004443 10.0.0.45 - - [2024-12-30 02:07:03] "POST /role-definitions HTTP/1.1" 200 555 0.018008 10.0.0.45 - - [2024-12-30 02:07:03] "POST /fqname-to-id HTTP/1.1" 404 182 0.002957 10.0.0.45 - - [2024-12-30 02:07:03] "POST /role-definitions HTTP/1.1" 200 533 0.016325 10.0.0.45 - - [2024-12-30 02:07:03] "POST /fqname-to-id HTTP/1.1" 404 187 0.003434 10.0.0.45 - - [2024-12-30 02:07:03] "POST /role-definitions HTTP/1.1" 200 543 0.026736 10.0.0.45 - - [2024-12-30 02:07:03] "POST /fqname-to-id HTTP/1.1" 404 181 0.002920 10.0.0.45 - - [2024-12-30 02:07:03] "POST /role-definitions HTTP/1.1" 200 531 0.016717 10.0.0.45 - - [2024-12-30 02:07:03] "POST /fqname-to-id HTTP/1.1" 404 184 0.002835 10.0.0.45 - - [2024-12-30 02:07:03] "POST /role-definitions HTTP/1.1" 200 537 0.015902 10.0.0.45 - - [2024-12-30 02:07:03] "POST /fqname-to-id HTTP/1.1" 404 189 0.003248 10.0.0.45 - - [2024-12-30 02:07:03] "POST /role-definitions HTTP/1.1" 200 547 0.014745 10.0.0.45 - - [2024-12-30 02:07:03] "POST /fqname-to-id HTTP/1.1" 404 194 0.002932 10.0.0.45 - - [2024-12-30 02:07:03] "POST /role-definitions HTTP/1.1" 200 557 0.015116 10.0.0.45 - - [2024-12-30 02:07:03] "POST /fqname-to-id HTTP/1.1" 404 196 0.003323 10.0.0.45 - - [2024-12-30 02:07:03] "POST /role-definitions HTTP/1.1" 200 561 0.014536 10.0.0.45 - - [2024-12-30 02:07:03] "POST /fqname-to-id HTTP/1.1" 404 195 0.002777 10.0.0.45 - - [2024-12-30 02:07:04] "POST /role-definitions HTTP/1.1" 200 559 0.014873 10.0.0.45 - - [2024-12-30 02:07:04] "POST /fqname-to-id HTTP/1.1" 404 196 0.002942 10.0.0.45 - - [2024-12-30 02:07:04] "POST /feature-configs HTTP/1.1" 200 537 0.014472 10.0.0.45 - - [2024-12-30 02:07:04] "POST /fqname-to-id HTTP/1.1" 404 212 0.002835 10.0.0.45 - - [2024-12-30 02:07:04] "POST /feature-configs HTTP/1.1" 200 562 0.016052 10.0.0.45 - - [2024-12-30 02:07:04] "POST /fqname-to-id HTTP/1.1" 404 211 0.002974 10.0.0.45 - - [2024-12-30 02:07:04] "POST /feature-configs HTTP/1.1" 200 561 0.014908 10.0.0.45 - - [2024-12-30 02:07:04] "POST /fqname-to-id HTTP/1.1" 404 192 0.002829 10.0.0.45 - - [2024-12-30 02:07:04] "POST /node-profiles HTTP/1.1" 200 547 0.014990 10.0.0.45 - - [2024-12-30 02:07:04] "POST /fqname-to-id HTTP/1.1" 404 187 0.003009 10.0.0.45 - - [2024-12-30 02:07:04] "POST /node-profiles HTTP/1.1" 200 537 0.014911 10.0.0.45 - - [2024-12-30 02:07:04] "POST /fqname-to-id HTTP/1.1" 404 193 0.003099 10.0.0.45 - - [2024-12-30 02:07:04] "POST /node-profiles HTTP/1.1" 200 549 0.014863 10.0.0.45 - - [2024-12-30 02:07:04] "POST /fqname-to-id HTTP/1.1" 404 189 0.002872 10.0.0.45 - - [2024-12-30 02:07:04] "POST /node-profiles HTTP/1.1" 200 541 0.015119 10.0.0.45 - - [2024-12-30 02:07:04] "POST /fqname-to-id HTTP/1.1" 404 189 0.003182 10.0.0.45 - - [2024-12-30 02:07:04] "POST /node-profiles HTTP/1.1" 200 541 0.015098 10.0.0.45 - - [2024-12-30 02:07:04] "POST /fqname-to-id HTTP/1.1" 404 188 0.002965 10.0.0.45 - - [2024-12-30 02:07:05] "POST /node-profiles HTTP/1.1" 200 539 0.014942 10.0.0.45 - - [2024-12-30 02:07:05] "POST /fqname-to-id HTTP/1.1" 404 184 0.002886 10.0.0.45 - - [2024-12-30 02:07:05] "POST /node-profiles HTTP/1.1" 200 531 0.023790 10.0.0.45 - - [2024-12-30 02:07:05] "POST /fqname-to-id HTTP/1.1" 404 185 0.003021 10.0.0.45 - - [2024-12-30 02:07:05] "POST /node-profiles HTTP/1.1" 200 533 0.019465 10.0.0.45 - - [2024-12-30 02:07:05] "POST /fqname-to-id HTTP/1.1" 404 197 0.002955 10.0.0.45 - - [2024-12-30 02:07:05] "POST /node-profiles HTTP/1.1" 200 557 0.016710 10.0.0.45 - - [2024-12-30 02:07:05] "POST /fqname-to-id HTTP/1.1" 404 206 0.002991 10.0.0.45 - - [2024-12-30 02:07:05] "POST /telemetry-profiles HTTP/1.1" 200 554 0.019042 10.0.0.45 - - [2024-12-30 02:07:05] "POST /fqname-to-id HTTP/1.1" 404 206 0.003795 10.0.0.45 - - [2024-12-30 02:07:05] "POST /telemetry-profiles HTTP/1.1" 200 554 0.017994 10.0.0.45 - - [2024-12-30 02:07:05] "POST /fqname-to-id HTTP/1.1" 404 206 0.003229 10.0.0.45 - - [2024-12-30 02:07:05] "POST /telemetry-profiles HTTP/1.1" 200 554 0.014344 10.0.0.45 - - [2024-12-30 02:07:05] "POST /fqname-to-id HTTP/1.1" 404 206 0.003004 10.0.0.45 - - [2024-12-30 02:07:05] "POST /telemetry-profiles HTTP/1.1" 200 554 0.018028 10.0.0.45 - - [2024-12-30 02:07:05] "POST /fqname-to-id HTTP/1.1" 404 206 0.003967 10.0.0.45 - - [2024-12-30 02:07:05] "POST /telemetry-profiles HTTP/1.1" 200 554 0.015863 10.0.0.45 - - [2024-12-30 02:07:05] "POST /fqname-to-id HTTP/1.1" 404 206 0.002978 10.0.0.45 - - [2024-12-30 02:07:06] "POST /telemetry-profiles HTTP/1.1" 200 554 0.014497 10.0.0.45 - - [2024-12-30 02:07:06] "POST /fqname-to-id HTTP/1.1" 404 199 0.003001 10.0.0.45 - - [2024-12-30 02:07:06] "POST /sflow-profiles HTTP/1.1" 200 532 0.014840 10.0.0.45 - - [2024-12-30 02:07:06] "POST /fqname-to-id HTTP/1.1" 404 202 0.002889 10.0.0.45 - - [2024-12-30 02:07:06] "POST /sflow-profiles HTTP/1.1" 200 538 0.014378 10.0.0.45 - - [2024-12-30 02:07:06] "POST /fqname-to-id HTTP/1.1" 404 202 0.002839 10.0.0.45 - - [2024-12-30 02:07:06] "POST /sflow-profiles HTTP/1.1" 200 538 0.014815 10.0.0.45 - - [2024-12-30 02:07:06] "POST /fqname-to-id HTTP/1.1" 404 199 0.004223 10.0.0.45 - - [2024-12-30 02:07:06] "POST /grpc-profiles HTTP/1.1" 200 530 0.015655 10.0.0.45 - - [2024-12-30 02:07:06] "POST /fqname-to-id HTTP/1.1" 404 199 0.002812 10.0.0.45 - - [2024-12-30 02:07:06] "POST /snmp-profiles HTTP/1.1" 200 530 0.014533 10.0.0.45 - - [2024-12-30 02:07:06] "POST /fqname-to-id HTTP/1.1" 404 202 0.002829 10.0.0.45 - - [2024-12-30 02:07:06] "POST /netconf-profiles HTTP/1.1" 200 542 0.018994 10.0.0.45 - - [2024-12-30 02:07:06] "POST /fqname-to-id HTTP/1.1" 404 193 0.002826 10.0.0.45 - - [2024-12-30 02:07:06] "POST /device-functional-groups HTTP/1.1" 200 540 0.013775 10.0.0.45 - - [2024-12-30 02:07:06] "POST /fqname-to-id HTTP/1.1" 404 193 0.002953 10.0.0.45 - - [2024-12-30 02:07:06] "POST /device-functional-groups HTTP/1.1" 200 540 0.014905 10.0.0.45 - - [2024-12-30 02:07:06] "POST /fqname-to-id HTTP/1.1" 404 195 0.002857 10.0.0.45 - - [2024-12-30 02:07:07] "POST /device-functional-groups HTTP/1.1" 200 544 0.015790 10.0.0.45 - - [2024-12-30 02:07:07] "POST /fqname-to-id HTTP/1.1" 404 194 0.003052 10.0.0.45 - - [2024-12-30 02:07:07] "POST /device-functional-groups HTTP/1.1" 200 542 0.015765 10.0.0.45 - - [2024-12-30 02:07:07] "POST /fqname-to-id HTTP/1.1" 404 218 0.003329 10.0.0.45 - - [2024-12-30 02:07:07] "POST /device-functional-groups HTTP/1.1" 200 590 0.018094 10.0.0.45 - - [2024-12-30 02:07:07] "POST /fqname-to-id HTTP/1.1" 404 208 0.003037 10.0.0.45 - - [2024-12-30 02:07:07] "POST /device-functional-groups HTTP/1.1" 200 570 0.015655 10.0.0.45 - - [2024-12-30 02:07:07] "POST /fqname-to-id HTTP/1.1" 404 236 0.003254 10.0.0.45 - - [2024-12-30 02:07:07] "POST /device-functional-groups HTTP/1.1" 200 620 0.014910 10.0.0.45 - - [2024-12-30 02:07:07] "POST /fqname-to-id HTTP/1.1" 404 206 0.003546 10.0.0.45 - - [2024-12-30 02:07:07] "POST /device-functional-groups HTTP/1.1" 200 566 0.015344 10.0.0.45 - - [2024-12-30 02:07:07] "POST /fqname-to-id HTTP/1.1" 404 205 0.002912 10.0.0.45 - - [2024-12-30 02:07:07] "POST /device-functional-groups HTTP/1.1" 200 564 0.015266 10.0.0.45 - - [2024-12-30 02:07:07] "POST /fqname-to-id HTTP/1.1" 404 210 0.003321 10.0.0.45 - - [2024-12-30 02:07:07] "POST /device-functional-groups HTTP/1.1" 200 574 0.015252 10.0.0.45 - - [2024-12-30 02:07:07] "POST /fqname-to-id HTTP/1.1" 404 201 0.003188 10.0.0.45 - - [2024-12-30 02:07:07] "POST /role-configs HTTP/1.1" 200 525 0.016073 10.0.0.45 - - [2024-12-30 02:07:07] "POST /fqname-to-id HTTP/1.1" 404 196 0.002893 10.0.0.45 - - [2024-12-30 02:07:07] "POST /role-configs HTTP/1.1" 200 520 0.014642 10.0.0.45 - - [2024-12-30 02:07:08] "POST /fqname-to-id HTTP/1.1" 404 198 0.002970 10.0.0.45 - - [2024-12-30 02:07:08] "POST /role-configs HTTP/1.1" 200 522 0.013456 10.0.0.45 - - [2024-12-30 02:07:08] "POST /fqname-to-id HTTP/1.1" 404 198 0.003301 10.0.0.45 - - [2024-12-30 02:07:08] "POST /role-configs HTTP/1.1" 200 522 0.036316 10.0.0.45 - - [2024-12-30 02:07:08] "POST /fqname-to-id HTTP/1.1" 404 202 0.002823 10.0.0.45 - - [2024-12-30 02:07:08] "POST /role-configs HTTP/1.1" 200 526 0.014308 10.0.0.45 - - [2024-12-30 02:07:08] "POST /fqname-to-id HTTP/1.1" 404 197 0.002913 10.0.0.45 - - [2024-12-30 02:07:08] "POST /role-configs HTTP/1.1" 200 521 0.047215 10.0.0.45 - - [2024-12-30 02:07:08] "POST /fqname-to-id HTTP/1.1" 404 193 0.002845 10.0.0.45 - - [2024-12-30 02:07:08] "POST /role-configs HTTP/1.1" 200 517 0.014229 10.0.0.45 - - [2024-12-30 02:07:08] "POST /fqname-to-id HTTP/1.1" 404 194 0.003218 10.0.0.45 - - [2024-12-30 02:07:08] "POST /role-configs HTTP/1.1" 200 518 0.015569 10.0.0.45 - - [2024-12-30 02:07:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002926 10.0.0.45 - - [2024-12-30 02:07:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.45 - - [2024-12-30 02:07:08] "POST /ref-update HTTP/1.1" 200 156 0.008384 10.0.0.45 - - [2024-12-30 02:07:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002713 10.0.0.45 - - [2024-12-30 02:07:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.45 - - [2024-12-30 02:07:09] "POST /ref-update HTTP/1.1" 200 156 0.007970 10.0.0.45 - - [2024-12-30 02:07:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.45 - - [2024-12-30 02:07:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002929 10.0.0.45 - - [2024-12-30 02:07:09] "POST /ref-update HTTP/1.1" 200 156 0.009323 10.0.0.45 - - [2024-12-30 02:07:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.45 - - [2024-12-30 02:07:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.45 - - [2024-12-30 02:07:09] "POST /ref-update HTTP/1.1" 200 156 0.007806 10.0.0.45 - - [2024-12-30 02:07:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002921 10.0.0.45 - - [2024-12-30 02:07:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.45 - - [2024-12-30 02:07:09] "POST /ref-update HTTP/1.1" 200 156 0.007886 10.0.0.45 - - [2024-12-30 02:07:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.45 - - [2024-12-30 02:07:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003230 10.0.0.45 - - [2024-12-30 02:07:09] "POST /ref-update HTTP/1.1" 200 156 0.007581 10.0.0.45 - - [2024-12-30 02:07:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002844 10.0.0.45 - - [2024-12-30 02:07:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.45 - - [2024-12-30 02:07:09] "POST /ref-update HTTP/1.1" 200 156 0.008313 10.0.0.45 - - [2024-12-30 02:07:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.45 - - [2024-12-30 02:07:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002777 10.0.0.45 - - [2024-12-30 02:07:09] "POST /ref-update HTTP/1.1" 200 156 0.008181 10.0.0.45 - - [2024-12-30 02:07:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.45 - - [2024-12-30 02:07:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.45 - - [2024-12-30 02:07:10] "POST /ref-update HTTP/1.1" 200 156 0.008242 10.0.0.45 - - [2024-12-30 02:07:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.45 - - [2024-12-30 02:07:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.45 - - [2024-12-30 02:07:10] "POST /ref-update HTTP/1.1" 200 156 0.008253 10.0.0.45 - - [2024-12-30 02:07:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.45 - - [2024-12-30 02:07:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.45 - - [2024-12-30 02:07:10] "POST /ref-update HTTP/1.1" 200 156 0.008030 10.0.0.45 - - [2024-12-30 02:07:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.45 - - [2024-12-30 02:07:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.45 - - [2024-12-30 02:07:10] "POST /ref-update HTTP/1.1" 200 156 0.006912 10.0.0.45 - - [2024-12-30 02:07:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002943 10.0.0.45 - - [2024-12-30 02:07:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.45 - - [2024-12-30 02:07:10] "POST /ref-update HTTP/1.1" 200 156 0.007090 10.0.0.45 - - [2024-12-30 02:07:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.45 - - [2024-12-30 02:07:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.45 - - [2024-12-30 02:07:10] "POST /ref-update HTTP/1.1" 200 156 0.007276 10.0.0.45 - - [2024-12-30 02:07:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.45 - - [2024-12-30 02:07:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.45 - - [2024-12-30 02:07:10] "POST /ref-update HTTP/1.1" 200 156 0.012259 10.0.0.45 - - [2024-12-30 02:07:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.45 - - [2024-12-30 02:07:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.45 - - [2024-12-30 02:07:11] "POST /ref-update HTTP/1.1" 200 156 0.008401 10.0.0.45 - - [2024-12-30 02:07:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.45 - - [2024-12-30 02:07:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.45 - - [2024-12-30 02:07:11] "POST /ref-update HTTP/1.1" 200 156 0.007335 10.0.0.45 - - [2024-12-30 02:07:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.45 - - [2024-12-30 02:07:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.45 - - [2024-12-30 02:07:11] "POST /ref-update HTTP/1.1" 200 156 0.009649 10.0.0.45 - - [2024-12-30 02:07:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141 10.0.0.45 - - [2024-12-30 02:07:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.45 - - [2024-12-30 02:07:11] "POST /ref-update HTTP/1.1" 200 156 0.009205 10.0.0.45 - - [2024-12-30 02:07:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.45 - - [2024-12-30 02:07:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.45 - - [2024-12-30 02:07:11] "POST /ref-update HTTP/1.1" 200 156 0.007860 10.0.0.45 - - [2024-12-30 02:07:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.45 - - [2024-12-30 02:07:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.45 - - [2024-12-30 02:07:11] "POST /ref-update HTTP/1.1" 200 156 0.009453 10.0.0.45 - - [2024-12-30 02:07:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.45 - - [2024-12-30 02:07:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.45 - - [2024-12-30 02:07:12] "POST /ref-update HTTP/1.1" 200 156 0.007320 10.0.0.45 - - [2024-12-30 02:07:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.45 - - [2024-12-30 02:07:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.45 - - [2024-12-30 02:07:12] "POST /ref-update HTTP/1.1" 200 156 0.007596 10.0.0.45 - - [2024-12-30 02:07:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.45 - - [2024-12-30 02:07:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.45 - - [2024-12-30 02:07:12] "POST /ref-update HTTP/1.1" 200 156 0.008850 10.0.0.45 - - [2024-12-30 02:07:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.45 - - [2024-12-30 02:07:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004416 10.0.0.45 - - [2024-12-30 02:07:12] "POST /ref-update HTTP/1.1" 200 156 0.009332 10.0.0.45 - - [2024-12-30 02:07:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.45 - - [2024-12-30 02:07:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003192 10.0.0.45 - - [2024-12-30 02:07:12] "POST /ref-update HTTP/1.1" 200 156 0.008170 10.0.0.45 - - [2024-12-30 02:07:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.45 - - [2024-12-30 02:07:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.45 - - [2024-12-30 02:07:12] "POST /ref-update HTTP/1.1" 200 156 0.008708 10.0.0.45 - - [2024-12-30 02:07:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.45 - - [2024-12-30 02:07:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002846 10.0.0.45 - - [2024-12-30 02:07:12] "POST /ref-update HTTP/1.1" 200 156 0.007103 10.0.0.45 - - [2024-12-30 02:07:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.45 - - [2024-12-30 02:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.45 - - [2024-12-30 02:07:13] "POST /ref-update HTTP/1.1" 200 156 0.008492 10.0.0.45 - - [2024-12-30 02:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.45 - - [2024-12-30 02:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.45 - - [2024-12-30 02:07:13] "POST /ref-update HTTP/1.1" 200 156 0.008868 10.0.0.45 - - [2024-12-30 02:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.45 - - [2024-12-30 02:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.45 - - [2024-12-30 02:07:13] "POST /ref-update HTTP/1.1" 200 156 0.007793 10.0.0.45 - - [2024-12-30 02:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.45 - - [2024-12-30 02:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.45 - - [2024-12-30 02:07:13] "POST /ref-update HTTP/1.1" 200 156 0.008147 10.0.0.45 - - [2024-12-30 02:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.45 - - [2024-12-30 02:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004505 10.0.0.45 - - [2024-12-30 02:07:13] "POST /ref-update HTTP/1.1" 200 156 0.011105 10.0.0.45 - - [2024-12-30 02:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.45 - - [2024-12-30 02:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002948 10.0.0.45 - - [2024-12-30 02:07:13] "POST /ref-update HTTP/1.1" 200 156 0.007061 10.0.0.45 - - [2024-12-30 02:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002785 10.0.0.45 - - [2024-12-30 02:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002783 10.0.0.45 - - [2024-12-30 02:07:13] "POST /ref-update HTTP/1.1" 200 156 0.007568 10.0.0.45 - - [2024-12-30 02:07:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.45 - - [2024-12-30 02:07:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005083 10.0.0.45 - - [2024-12-30 02:07:14] "POST /ref-update HTTP/1.1" 200 156 0.006628 10.0.0.45 - - [2024-12-30 02:07:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.45 - - [2024-12-30 02:07:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002940 10.0.0.45 - - [2024-12-30 02:07:14] "POST /ref-update HTTP/1.1" 200 156 0.007308 10.0.0.45 - - [2024-12-30 02:07:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.45 - - [2024-12-30 02:07:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.45 - - [2024-12-30 02:07:14] "POST /ref-update HTTP/1.1" 200 156 0.006943 10.0.0.45 - - [2024-12-30 02:07:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.45 - - [2024-12-30 02:07:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.45 - - [2024-12-30 02:07:14] "POST /ref-update HTTP/1.1" 200 156 0.007198 10.0.0.45 - - [2024-12-30 02:07:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.45 - - [2024-12-30 02:07:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.45 - - [2024-12-30 02:07:14] "POST /ref-update HTTP/1.1" 200 156 0.007264 10.0.0.45 - - [2024-12-30 02:07:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003082 10.0.0.45 - - [2024-12-30 02:07:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.45 - - [2024-12-30 02:07:14] "POST /ref-update HTTP/1.1" 200 156 0.007476 10.0.0.45 - - [2024-12-30 02:07:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.45 - - [2024-12-30 02:07:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005592 10.0.0.45 - - [2024-12-30 02:07:15] "POST /ref-update HTTP/1.1" 200 156 0.007232 10.0.0.45 - - [2024-12-30 02:07:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.45 - - [2024-12-30 02:07:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002880 10.0.0.45 - - [2024-12-30 02:07:15] "POST /ref-update HTTP/1.1" 200 156 0.008207 10.0.0.45 - - [2024-12-30 02:07:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002947 10.0.0.45 - - [2024-12-30 02:07:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.45 - - [2024-12-30 02:07:15] "POST /ref-update HTTP/1.1" 200 156 0.007316 10.0.0.45 - - [2024-12-30 02:07:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.45 - - [2024-12-30 02:07:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002860 10.0.0.45 - - [2024-12-30 02:07:15] "POST /ref-update HTTP/1.1" 200 156 0.006771 10.0.0.45 - - [2024-12-30 02:07:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002943 10.0.0.45 - - [2024-12-30 02:07:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.45 - - [2024-12-30 02:07:15] "POST /ref-update HTTP/1.1" 200 156 0.007468 10.0.0.45 - - [2024-12-30 02:07:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.45 - - [2024-12-30 02:07:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.45 - - [2024-12-30 02:07:15] "POST /ref-update HTTP/1.1" 200 156 0.008073 10.0.0.45 - - [2024-12-30 02:07:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003905 10.0.0.45 - - [2024-12-30 02:07:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002866 10.0.0.45 - - [2024-12-30 02:07:15] "POST /ref-update HTTP/1.1" 200 156 0.007215 10.0.0.45 - - [2024-12-30 02:07:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.45 - - [2024-12-30 02:07:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002875 10.0.0.45 - - [2024-12-30 02:07:16] "POST /ref-update HTTP/1.1" 200 156 0.008935 10.0.0.45 - - [2024-12-30 02:07:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.45 - - [2024-12-30 02:07:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.45 - - [2024-12-30 02:07:16] "POST /ref-update HTTP/1.1" 200 156 0.007608 10.0.0.45 - - [2024-12-30 02:07:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.45 - - [2024-12-30 02:07:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.45 - - [2024-12-30 02:07:16] "POST /ref-update HTTP/1.1" 200 156 0.007342 10.0.0.45 - - [2024-12-30 02:07:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002850 10.0.0.45 - - [2024-12-30 02:07:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002869 10.0.0.45 - - [2024-12-30 02:07:16] "POST /ref-update HTTP/1.1" 200 156 0.008787 10.0.0.45 - - [2024-12-30 02:07:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.45 - - [2024-12-30 02:07:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.45 - - [2024-12-30 02:07:16] "POST /ref-update HTTP/1.1" 200 156 0.006774 10.0.0.45 - - [2024-12-30 02:07:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.45 - - [2024-12-30 02:07:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.45 - - [2024-12-30 02:07:16] "POST /ref-update HTTP/1.1" 200 156 0.007370 10.0.0.45 - - [2024-12-30 02:07:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002951 10.0.0.45 - - [2024-12-30 02:07:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.45 - - [2024-12-30 02:07:16] "POST /ref-update HTTP/1.1" 200 156 0.006836 10.0.0.45 - - [2024-12-30 02:07:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.45 - - [2024-12-30 02:07:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002847 10.0.0.45 - - [2024-12-30 02:07:17] "POST /ref-update HTTP/1.1" 200 156 0.007175 10.0.0.45 - - [2024-12-30 02:07:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002987 10.0.0.45 - - [2024-12-30 02:07:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.45 - - [2024-12-30 02:07:17] "POST /ref-update HTTP/1.1" 200 156 0.008825 10.0.0.45 - - [2024-12-30 02:07:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003982 10.0.0.45 - - [2024-12-30 02:07:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.45 - - [2024-12-30 02:07:17] "POST /ref-update HTTP/1.1" 200 156 0.009283 10.0.0.45 - - [2024-12-30 02:07:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.45 - - [2024-12-30 02:07:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.45 - - [2024-12-30 02:07:17] "POST /ref-update HTTP/1.1" 200 156 0.007411 10.0.0.45 - - [2024-12-30 02:07:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.45 - - [2024-12-30 02:07:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004139 10.0.0.45 - - [2024-12-30 02:07:17] "GET /global-system-configs HTTP/1.1" 200 322 0.586344 10.0.0.45 - - [2024-12-30 02:07:17] "POST /ref-update HTTP/1.1" 200 156 0.007654 10.0.0.45 - - [2024-12-30 02:07:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.45 - - [2024-12-30 02:07:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.45 - - [2024-12-30 02:07:17] "POST /ref-update HTTP/1.1" 200 156 0.008047 10.0.0.45 - - [2024-12-30 02:07:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.45 - - [2024-12-30 02:07:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.45 - - [2024-12-30 02:07:18] "POST /ref-update HTTP/1.1" 200 156 0.007289 10.0.0.45 - - [2024-12-30 02:07:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.45 - - [2024-12-30 02:07:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.45 - - [2024-12-30 02:07:18] "POST /ref-update HTTP/1.1" 200 156 0.008555 10.0.0.45 - - [2024-12-30 02:07:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.45 - - [2024-12-30 02:07:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.45 - - [2024-12-30 02:07:18] "GET /global-system-configs HTTP/1.1" 200 322 0.023406 10.0.0.45 - - [2024-12-30 02:07:18] "POST /ref-update HTTP/1.1" 200 156 0.011632 10.0.0.45 - - [2024-12-30 02:07:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.45 - - [2024-12-30 02:07:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.45 - - [2024-12-30 02:07:18] "POST /ref-update HTTP/1.1" 200 156 0.006850 10.0.0.45 - - [2024-12-30 02:07:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.45 - - [2024-12-30 02:07:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.45 - - [2024-12-30 02:07:18] "POST /ref-update HTTP/1.1" 200 156 0.009219 10.0.0.45 - - [2024-12-30 02:07:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002957 10.0.0.45 - - [2024-12-30 02:07:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002951 10.0.0.45 - - [2024-12-30 02:07:18] "POST /ref-update HTTP/1.1" 200 156 0.008512 10.0.0.45 - - [2024-12-30 02:07:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.45 - - [2024-12-30 02:07:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.45 - - [2024-12-30 02:07:18] "POST /ref-update HTTP/1.1" 200 156 0.006912 10.0.0.45 - - [2024-12-30 02:07:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.45 - - [2024-12-30 02:07:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002894 10.0.0.45 - - [2024-12-30 02:07:19] "POST /ref-update HTTP/1.1" 200 156 0.007328 10.0.0.45 - - [2024-12-30 02:07:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002940 10.0.0.45 - - [2024-12-30 02:07:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002850 10.0.0.45 - - [2024-12-30 02:07:19] "POST /ref-update HTTP/1.1" 200 156 0.007033 10.0.0.45 - - [2024-12-30 02:07:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002772 10.0.0.45 - - [2024-12-30 02:07:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.45 - - [2024-12-30 02:07:19] "POST /ref-update HTTP/1.1" 200 156 0.007678 10.0.0.45 - - [2024-12-30 02:07:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002800 10.0.0.45 - - [2024-12-30 02:07:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002857 10.0.0.45 - - [2024-12-30 02:07:19] "POST /ref-update HTTP/1.1" 200 156 0.006881 10.0.0.45 - - [2024-12-30 02:07:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002920 10.0.0.45 - - [2024-12-30 02:07:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.45 - - [2024-12-30 02:07:19] "POST /ref-update HTTP/1.1" 200 156 0.006856 10.0.0.45 - - [2024-12-30 02:07:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003276 10.0.0.45 - - [2024-12-30 02:07:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002807 10.0.0.45 - - [2024-12-30 02:07:19] "POST /ref-update HTTP/1.1" 200 156 0.008117 10.0.0.45 - - [2024-12-30 02:07:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.45 - - [2024-12-30 02:07:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.45 - - [2024-12-30 02:07:19] "POST /ref-update HTTP/1.1" 200 156 0.006401 10.0.0.45 - - [2024-12-30 02:07:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.45 - - [2024-12-30 02:07:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902 10.0.0.45 - - [2024-12-30 02:07:20] "POST /ref-update HTTP/1.1" 200 156 0.006573 10.0.0.45 - - [2024-12-30 02:07:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.45 - - [2024-12-30 02:07:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003919 10.0.0.45 - - [2024-12-30 02:07:20] "POST /ref-update HTTP/1.1" 200 156 0.006886 10.0.0.45 - - [2024-12-30 02:07:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002932 10.0.0.45 - - [2024-12-30 02:07:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.45 - - [2024-12-30 02:07:20] "POST /ref-update HTTP/1.1" 200 156 0.007473 10.0.0.45 - - [2024-12-30 02:07:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002809 10.0.0.45 - - [2024-12-30 02:07:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.45 - - [2024-12-30 02:07:20] "POST /ref-update HTTP/1.1" 200 156 0.006923 10.0.0.45 - - [2024-12-30 02:07:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.45 - - [2024-12-30 02:07:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.45 - - [2024-12-30 02:07:20] "POST /ref-update HTTP/1.1" 200 156 0.006965 10.0.0.45 - - [2024-12-30 02:07:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.45 - - [2024-12-30 02:07:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002792 10.0.0.45 - - [2024-12-30 02:07:20] "POST /ref-update HTTP/1.1" 200 156 0.008272 10.0.0.45 - - [2024-12-30 02:07:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.45 - - [2024-12-30 02:07:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.45 - - [2024-12-30 02:07:21] "POST /ref-update HTTP/1.1" 200 156 0.007041 10.0.0.45 - - [2024-12-30 02:07:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.45 - - [2024-12-30 02:07:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002947 10.0.0.45 - - [2024-12-30 02:07:21] "POST /ref-update HTTP/1.1" 200 156 0.007658 10.0.0.45 - - [2024-12-30 02:07:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.45 - - [2024-12-30 02:07:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.45 - - [2024-12-30 02:07:21] "POST /ref-update HTTP/1.1" 200 156 0.006781 10.0.0.45 - - [2024-12-30 02:07:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.45 - - [2024-12-30 02:07:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003151 10.0.0.45 - - [2024-12-30 02:07:21] "POST /ref-update HTTP/1.1" 200 156 0.007638 10.0.0.45 - - [2024-12-30 02:07:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.45 - - [2024-12-30 02:07:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002906 10.0.0.45 - - [2024-12-30 02:07:21] "POST /ref-update HTTP/1.1" 200 156 0.007281 10.0.0.45 - - [2024-12-30 02:07:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.45 - - [2024-12-30 02:07:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002852 10.0.0.45 - - [2024-12-30 02:07:21] "POST /ref-update HTTP/1.1" 200 156 0.006854 10.0.0.45 - - [2024-12-30 02:07:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.45 - - [2024-12-30 02:07:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.45 - - [2024-12-30 02:07:21] "POST /ref-update HTTP/1.1" 200 156 0.006833 10.0.0.45 - - [2024-12-30 02:07:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.45 - - [2024-12-30 02:07:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.45 - - [2024-12-30 02:07:22] "POST /ref-update HTTP/1.1" 200 156 0.006906 10.0.0.45 - - [2024-12-30 02:07:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.45 - - [2024-12-30 02:07:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.45 - - [2024-12-30 02:07:22] "POST /ref-update HTTP/1.1" 200 156 0.009074 10.0.0.45 - - [2024-12-30 02:07:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.45 - - [2024-12-30 02:07:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.45 - - [2024-12-30 02:07:22] "POST /ref-update HTTP/1.1" 200 156 0.006681 10.0.0.45 - - [2024-12-30 02:07:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.45 - - [2024-12-30 02:07:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002942 10.0.0.45 - - [2024-12-30 02:07:22] "POST /ref-update HTTP/1.1" 200 156 0.007892 10.0.0.45 - - [2024-12-30 02:07:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002806 10.0.0.45 - - [2024-12-30 02:07:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.45 - - [2024-12-30 02:07:22] "POST /ref-update HTTP/1.1" 200 156 0.007879 10.0.0.45 - - [2024-12-30 02:07:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.45 - - [2024-12-30 02:07:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002758 10.0.0.45 - - [2024-12-30 02:07:22] "POST /ref-update HTTP/1.1" 200 156 0.006526 10.0.0.45 - - [2024-12-30 02:07:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002921 10.0.0.45 - - [2024-12-30 02:07:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002779 10.0.0.45 - - [2024-12-30 02:07:22] "POST /ref-update HTTP/1.1" 200 156 0.006424 10.0.0.45 - - [2024-12-30 02:07:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002845 10.0.0.45 - - [2024-12-30 02:07:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.45 - - [2024-12-30 02:07:23] "POST /ref-update HTTP/1.1" 200 156 0.006637 10.0.0.45 - - [2024-12-30 02:07:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.45 - - [2024-12-30 02:07:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.45 - - [2024-12-30 02:07:23] "POST /ref-update HTTP/1.1" 200 156 0.006872 10.0.0.45 - - [2024-12-30 02:07:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003151 10.0.0.45 - - [2024-12-30 02:07:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.45 - - [2024-12-30 02:07:23] "POST /ref-update HTTP/1.1" 200 156 0.007074 10.0.0.45 - - [2024-12-30 02:07:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002922 10.0.0.45 - - [2024-12-30 02:07:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003010 10.0.0.45 - - [2024-12-30 02:07:23] "POST /ref-update HTTP/1.1" 200 156 0.006705 10.0.0.45 - - [2024-12-30 02:07:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.45 - - [2024-12-30 02:07:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.45 - - [2024-12-30 02:07:23] "POST /ref-update HTTP/1.1" 200 156 0.008077 10.0.0.45 - - [2024-12-30 02:07:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002979 10.0.0.45 - - [2024-12-30 02:07:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002801 10.0.0.45 - - [2024-12-30 02:07:23] "POST /ref-update HTTP/1.1" 200 156 0.006581 10.0.0.45 - - [2024-12-30 02:07:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.45 - - [2024-12-30 02:07:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.45 - - [2024-12-30 02:07:24] "POST /ref-update HTTP/1.1" 200 156 0.007395 10.0.0.45 - - [2024-12-30 02:07:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.45 - - [2024-12-30 02:07:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.45 - - [2024-12-30 02:07:24] "POST /ref-update HTTP/1.1" 200 156 0.008026 10.0.0.45 - - [2024-12-30 02:07:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002932 10.0.0.45 - - [2024-12-30 02:07:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.45 - - [2024-12-30 02:07:24] "POST /ref-update HTTP/1.1" 200 156 0.007728 10.0.0.45 - - [2024-12-30 02:07:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.45 - - [2024-12-30 02:07:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.45 - - [2024-12-30 02:07:24] "POST /ref-update HTTP/1.1" 200 156 0.008009 10.0.0.45 - - [2024-12-30 02:07:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003425 10.0.0.45 - - [2024-12-30 02:07:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004023 10.0.0.45 - - [2024-12-30 02:07:24] "POST /ref-update HTTP/1.1" 200 156 0.006979 10.0.0.45 - - [2024-12-30 02:07:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002915 10.0.0.45 - - [2024-12-30 02:07:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.45 - - [2024-12-30 02:07:24] "POST /ref-update HTTP/1.1" 200 156 0.007443 10.0.0.45 - - [2024-12-30 02:07:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.45 - - [2024-12-30 02:07:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.45 - - [2024-12-30 02:07:24] "POST /ref-update HTTP/1.1" 200 156 0.008352 10.0.0.45 - - [2024-12-30 02:07:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002987 10.0.0.45 - - [2024-12-30 02:07:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.45 - - [2024-12-30 02:07:25] "POST /ref-update HTTP/1.1" 200 156 0.006688 10.0.0.45 - - [2024-12-30 02:07:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002890 10.0.0.45 - - [2024-12-30 02:07:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002853 10.0.0.45 - - [2024-12-30 02:07:25] "POST /ref-update HTTP/1.1" 200 156 0.008141 10.0.0.45 - - [2024-12-30 02:07:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.45 - - [2024-12-30 02:07:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002835 10.0.0.45 - - [2024-12-30 02:07:25] "POST /ref-update HTTP/1.1" 200 156 0.007845 10.0.0.45 - - [2024-12-30 02:07:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.45 - - [2024-12-30 02:07:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.45 - - [2024-12-30 02:07:25] "POST /ref-update HTTP/1.1" 200 156 0.006940 10.0.0.45 - - [2024-12-30 02:07:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.45 - - [2024-12-30 02:07:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.45 - - [2024-12-30 02:07:25] "POST /ref-update HTTP/1.1" 200 156 0.007461 10.0.0.45 - - [2024-12-30 02:07:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002829 10.0.0.45 - - [2024-12-30 02:07:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.45 - - [2024-12-30 02:07:25] "POST /ref-update HTTP/1.1" 200 156 0.006761 10.0.0.45 - - [2024-12-30 02:07:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.45 - - [2024-12-30 02:07:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.45 - - [2024-12-30 02:07:25] "POST /ref-update HTTP/1.1" 200 156 0.006346 10.0.0.45 - - [2024-12-30 02:07:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002905 10.0.0.45 - - [2024-12-30 02:07:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002957 10.0.0.45 - - [2024-12-30 02:07:26] "POST /ref-update HTTP/1.1" 200 156 0.008591 10.0.0.45 - - [2024-12-30 02:07:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.45 - - [2024-12-30 02:07:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002889 10.0.0.45 - - [2024-12-30 02:07:26] "POST /ref-update HTTP/1.1" 200 156 0.007900 10.0.0.45 - - [2024-12-30 02:07:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.45 - - [2024-12-30 02:07:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.45 - - [2024-12-30 02:07:26] "POST /ref-update HTTP/1.1" 200 156 0.007771 10.0.0.45 - - [2024-12-30 02:07:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.45 - - [2024-12-30 02:07:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.45 - - [2024-12-30 02:07:26] "POST /ref-update HTTP/1.1" 200 156 0.007777 10.0.0.45 - - [2024-12-30 02:07:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002881 10.0.0.45 - - [2024-12-30 02:07:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.45 - - [2024-12-30 02:07:26] "POST /ref-update HTTP/1.1" 200 156 0.007459 10.0.0.45 - - [2024-12-30 02:07:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.45 - - [2024-12-30 02:07:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.45 - - [2024-12-30 02:07:26] "POST /ref-update HTTP/1.1" 200 156 0.009095 10.0.0.45 - - [2024-12-30 02:07:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.45 - - [2024-12-30 02:07:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.45 - - [2024-12-30 02:07:27] "POST /ref-update HTTP/1.1" 200 156 0.007607 10.0.0.45 - - [2024-12-30 02:07:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002966 10.0.0.45 - - [2024-12-30 02:07:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.45 - - [2024-12-30 02:07:27] "POST /ref-update HTTP/1.1" 200 156 0.007441 10.0.0.45 - - [2024-12-30 02:07:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002842 10.0.0.45 - - [2024-12-30 02:07:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002957 10.0.0.45 - - [2024-12-30 02:07:27] "POST /ref-update HTTP/1.1" 200 156 0.008375 10.0.0.45 - - [2024-12-30 02:07:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.45 - - [2024-12-30 02:07:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.45 - - [2024-12-30 02:07:27] "POST /ref-update HTTP/1.1" 200 156 0.008589 10.0.0.45 - - [2024-12-30 02:07:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.45 - - [2024-12-30 02:07:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718 10.0.0.45 - - [2024-12-30 02:07:27] "POST /ref-update HTTP/1.1" 200 156 0.008950 10.0.0.45 - - [2024-12-30 02:07:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.45 - - [2024-12-30 02:07:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.45 - - [2024-12-30 02:07:27] "POST /ref-update HTTP/1.1" 200 156 0.008106 10.0.0.45 - - [2024-12-30 02:07:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.45 - - [2024-12-30 02:07:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.45 - - [2024-12-30 02:07:27] "POST /ref-update HTTP/1.1" 200 156 0.006702 10.0.0.45 - - [2024-12-30 02:07:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002922 10.0.0.45 - - [2024-12-30 02:07:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.45 - - [2024-12-30 02:07:28] "POST /ref-update HTTP/1.1" 200 156 0.007347 10.0.0.45 - - [2024-12-30 02:07:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.45 - - [2024-12-30 02:07:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002857 10.0.0.45 - - [2024-12-30 02:07:28] "POST /ref-update HTTP/1.1" 200 156 0.007158 10.0.0.45 - - [2024-12-30 02:07:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.45 - - [2024-12-30 02:07:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.45 - - [2024-12-30 02:07:28] "POST /ref-update HTTP/1.1" 200 156 0.007544 10.0.0.45 - - [2024-12-30 02:07:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.45 - - [2024-12-30 02:07:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.45 - - [2024-12-30 02:07:28] "POST /ref-update HTTP/1.1" 200 156 0.007833 10.0.0.45 - - [2024-12-30 02:07:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.45 - - [2024-12-30 02:07:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004081 10.0.0.45 - - [2024-12-30 02:07:28] "POST /ref-update HTTP/1.1" 200 156 0.006922 10.0.0.45 - - [2024-12-30 02:07:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.45 - - [2024-12-30 02:07:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.45 - - [2024-12-30 02:07:28] "POST /ref-update HTTP/1.1" 200 156 0.008060 10.0.0.45 - - [2024-12-30 02:07:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.45 - - [2024-12-30 02:07:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004447 10.0.0.45 - - [2024-12-30 02:07:28] "POST /ref-update HTTP/1.1" 200 156 0.006661 10.0.0.45 - - [2024-12-30 02:07:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.45 - - [2024-12-30 02:07:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002823 10.0.0.45 - - [2024-12-30 02:07:29] "POST /ref-update HTTP/1.1" 200 156 0.007198 10.0.0.45 - - [2024-12-30 02:07:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002968 10.0.0.45 - - [2024-12-30 02:07:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.45 - - [2024-12-30 02:07:29] "POST /ref-update HTTP/1.1" 200 156 0.007364 10.0.0.45 - - [2024-12-30 02:07:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.45 - - [2024-12-30 02:07:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.45 - - [2024-12-30 02:07:29] "POST /ref-update HTTP/1.1" 200 156 0.008025 10.0.0.45 - - [2024-12-30 02:07:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003722 10.0.0.45 - - [2024-12-30 02:07:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.45 - - [2024-12-30 02:07:29] "POST /ref-update HTTP/1.1" 200 156 0.007246 10.0.0.45 - - [2024-12-30 02:07:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.45 - - [2024-12-30 02:07:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.45 - - [2024-12-30 02:07:29] "POST /ref-update HTTP/1.1" 200 156 0.007091 10.0.0.45 - - [2024-12-30 02:07:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002804 10.0.0.45 - - [2024-12-30 02:07:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002948 10.0.0.45 - - [2024-12-30 02:07:29] "POST /ref-update HTTP/1.1" 200 156 0.008232 10.0.0.45 - - [2024-12-30 02:07:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.45 - - [2024-12-30 02:07:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.45 - - [2024-12-30 02:07:30] "POST /ref-update HTTP/1.1" 200 156 0.007894 10.0.0.45 - - [2024-12-30 02:07:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.45 - - [2024-12-30 02:07:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.45 - - [2024-12-30 02:07:30] "POST /ref-update HTTP/1.1" 200 156 0.007093 10.0.0.45 - - [2024-12-30 02:07:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.45 - - [2024-12-30 02:07:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.45 - - [2024-12-30 02:07:30] "POST /ref-update HTTP/1.1" 200 156 0.007090 10.0.0.45 - - [2024-12-30 02:07:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.45 - - [2024-12-30 02:07:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.45 - - [2024-12-30 02:07:30] "POST /ref-update HTTP/1.1" 200 156 0.007350 10.0.0.45 - - [2024-12-30 02:07:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003549 10.0.0.45 - - [2024-12-30 02:07:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002936 10.0.0.45 - - [2024-12-30 02:07:30] "POST /ref-update HTTP/1.1" 200 156 0.007402 10.0.0.45 - - [2024-12-30 02:07:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.45 - - [2024-12-30 02:07:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.45 - - [2024-12-30 02:07:30] "POST /ref-update HTTP/1.1" 200 156 0.006888 10.0.0.45 - - [2024-12-30 02:07:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.45 - - [2024-12-30 02:07:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.45 - - [2024-12-30 02:07:30] "POST /ref-update HTTP/1.1" 200 156 0.008711 10.0.0.45 - - [2024-12-30 02:07:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.45 - - [2024-12-30 02:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.45 - - [2024-12-30 02:07:31] "POST /ref-update HTTP/1.1" 200 156 0.007700 10.0.0.45 - - [2024-12-30 02:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.45 - - [2024-12-30 02:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002901 10.0.0.45 - - [2024-12-30 02:07:31] "POST /ref-update HTTP/1.1" 200 156 0.007181 10.0.0.45 - - [2024-12-30 02:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.45 - - [2024-12-30 02:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.45 - - [2024-12-30 02:07:31] "POST /ref-update HTTP/1.1" 200 156 0.007684 10.0.0.45 - - [2024-12-30 02:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.45 - - [2024-12-30 02:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718 10.0.0.45 - - [2024-12-30 02:07:31] "POST /ref-update HTTP/1.1" 200 156 0.006786 10.0.0.45 - - [2024-12-30 02:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.45 - - [2024-12-30 02:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.45 - - [2024-12-30 02:07:31] "POST /ref-update HTTP/1.1" 200 156 0.006967 10.0.0.45 - - [2024-12-30 02:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.45 - - [2024-12-30 02:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.45 - - [2024-12-30 02:07:31] "POST /ref-update HTTP/1.1" 200 156 0.007946 10.0.0.45 - - [2024-12-30 02:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.45 - - [2024-12-30 02:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.45 - - [2024-12-30 02:07:31] "POST /ref-update HTTP/1.1" 200 156 0.008087 10.0.0.45 - - [2024-12-30 02:07:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.45 - - [2024-12-30 02:07:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.45 - - [2024-12-30 02:07:32] "POST /ref-update HTTP/1.1" 200 156 0.006923 10.0.0.45 - - [2024-12-30 02:07:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.45 - - [2024-12-30 02:07:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.45 - - [2024-12-30 02:07:32] "POST /ref-update HTTP/1.1" 200 156 0.007838 10.0.0.45 - - [2024-12-30 02:07:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.45 - - [2024-12-30 02:07:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.45 - - [2024-12-30 02:07:32] "POST /ref-update HTTP/1.1" 200 156 0.008238 10.0.0.45 - - [2024-12-30 02:07:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003060 10.0.0.45 - - [2024-12-30 02:07:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002868 10.0.0.45 - - [2024-12-30 02:07:32] "POST /ref-update HTTP/1.1" 200 156 0.008737 10.0.0.45 - - [2024-12-30 02:07:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003832 10.0.0.45 - - [2024-12-30 02:07:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.45 - - [2024-12-30 02:07:32] "POST /ref-update HTTP/1.1" 200 156 0.009374 10.0.0.45 - - [2024-12-30 02:07:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003802 10.0.0.45 - - [2024-12-30 02:07:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.45 - - [2024-12-30 02:07:32] "POST /ref-update HTTP/1.1" 200 156 0.009310 10.0.0.45 - - [2024-12-30 02:07:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.45 - - [2024-12-30 02:07:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.45 - - [2024-12-30 02:07:33] "POST /ref-update HTTP/1.1" 200 156 0.008965 10.0.0.45 - - [2024-12-30 02:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.45 - - [2024-12-30 02:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.45 - - [2024-12-30 02:07:33] "POST /ref-update HTTP/1.1" 200 156 0.008618 10.0.0.45 - - [2024-12-30 02:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.45 - - [2024-12-30 02:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.45 - - [2024-12-30 02:07:33] "POST /ref-update HTTP/1.1" 200 156 0.008783 10.0.0.45 - - [2024-12-30 02:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002904 10.0.0.45 - - [2024-12-30 02:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.45 - - [2024-12-30 02:07:33] "POST /ref-update HTTP/1.1" 200 156 0.006968 10.0.0.45 - - [2024-12-30 02:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.45 - - [2024-12-30 02:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.45 - - [2024-12-30 02:07:33] "POST /ref-update HTTP/1.1" 200 156 0.007129 10.0.0.45 - - [2024-12-30 02:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.45 - - [2024-12-30 02:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.45 - - [2024-12-30 02:07:33] "POST /ref-update HTTP/1.1" 200 156 0.006847 10.0.0.45 - - [2024-12-30 02:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.45 - - [2024-12-30 02:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.45 - - [2024-12-30 02:07:33] "POST /ref-update HTTP/1.1" 200 156 0.007867 10.0.0.45 - - [2024-12-30 02:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.45 - - [2024-12-30 02:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.45 - - [2024-12-30 02:07:34] "POST /ref-update HTTP/1.1" 200 156 0.006709 10.0.0.45 - - [2024-12-30 02:07:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003063 10.0.0.45 - - [2024-12-30 02:07:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.45 - - [2024-12-30 02:07:34] "POST /ref-update HTTP/1.1" 200 156 0.008908 10.0.0.45 - - [2024-12-30 02:07:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.45 - - [2024-12-30 02:07:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.45 - - [2024-12-30 02:07:34] "POST /ref-update HTTP/1.1" 200 156 0.010061 10.0.0.45 - - [2024-12-30 02:07:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003790 10.0.0.45 - - [2024-12-30 02:07:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.45 - - [2024-12-30 02:07:34] "POST /ref-update HTTP/1.1" 200 156 0.008284 10.0.0.45 - - [2024-12-30 02:07:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.45 - - [2024-12-30 02:07:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.45 - - [2024-12-30 02:07:34] "POST /ref-update HTTP/1.1" 200 156 0.007547 10.0.0.45 - - [2024-12-30 02:07:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.45 - - [2024-12-30 02:07:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002896 10.0.0.45 - - [2024-12-30 02:07:34] "POST /ref-update HTTP/1.1" 200 156 0.018113 10.0.0.45 - - [2024-12-30 02:07:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.45 - - [2024-12-30 02:07:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.45 - - [2024-12-30 02:07:34] "POST /ref-update HTTP/1.1" 200 156 0.012426 10.0.0.45 - - [2024-12-30 02:07:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002802 10.0.0.45 - - [2024-12-30 02:07:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.45 - - [2024-12-30 02:07:35] "POST /ref-update HTTP/1.1" 200 156 0.009773 10.0.0.45 - - [2024-12-30 02:07:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.45 - - [2024-12-30 02:07:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.45 - - [2024-12-30 02:07:35] "POST /ref-update HTTP/1.1" 200 156 0.007636 10.0.0.45 - - [2024-12-30 02:07:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.45 - - [2024-12-30 02:07:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.45 - - [2024-12-30 02:07:35] "POST /ref-update HTTP/1.1" 200 156 0.007241 10.0.0.45 - - [2024-12-30 02:07:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.45 - - [2024-12-30 02:07:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002785 10.0.0.45 - - [2024-12-30 02:07:35] "POST /ref-update HTTP/1.1" 200 156 0.007186 10.0.0.45 - - [2024-12-30 02:07:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002987 10.0.0.45 - - [2024-12-30 02:07:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.45 - - [2024-12-30 02:07:35] "POST /ref-update HTTP/1.1" 200 156 0.007646 10.0.0.45 - - [2024-12-30 02:07:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.45 - - [2024-12-30 02:07:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.45 - - [2024-12-30 02:07:35] "POST /ref-update HTTP/1.1" 200 156 0.006969 10.0.0.45 - - [2024-12-30 02:07:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.45 - - [2024-12-30 02:07:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.45 - - [2024-12-30 02:07:36] "POST /ref-update HTTP/1.1" 200 156 0.006768 10.0.0.45 - - [2024-12-30 02:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.45 - - [2024-12-30 02:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.45 - - [2024-12-30 02:07:36] "POST /ref-update HTTP/1.1" 200 156 0.008993 10.0.0.45 - - [2024-12-30 02:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.45 - - [2024-12-30 02:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.45 - - [2024-12-30 02:07:36] "POST /ref-update HTTP/1.1" 200 156 0.007992 10.0.0.45 - - [2024-12-30 02:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.45 - - [2024-12-30 02:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.45 - - [2024-12-30 02:07:36] "POST /ref-update HTTP/1.1" 200 156 0.007510 10.0.0.45 - - [2024-12-30 02:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.45 - - [2024-12-30 02:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.45 - - [2024-12-30 02:07:36] "POST /ref-update HTTP/1.1" 200 156 0.008150 10.0.0.45 - - [2024-12-30 02:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.45 - - [2024-12-30 02:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.45 - - [2024-12-30 02:07:36] "POST /ref-update HTTP/1.1" 200 156 0.007933 10.0.0.45 - - [2024-12-30 02:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002846 10.0.0.45 - - [2024-12-30 02:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002868 10.0.0.45 - - [2024-12-30 02:07:36] "POST /ref-update HTTP/1.1" 200 156 0.008027 10.0.0.45 - - [2024-12-30 02:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.45 - - [2024-12-30 02:07:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002948 10.0.0.45 - - [2024-12-30 02:07:37] "POST /ref-update HTTP/1.1" 200 156 0.007642 10.0.0.45 - - [2024-12-30 02:07:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002840 10.0.0.45 - - [2024-12-30 02:07:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.45 - - [2024-12-30 02:07:37] "POST /ref-update HTTP/1.1" 200 156 0.008631 10.0.0.45 - - [2024-12-30 02:07:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002900 10.0.0.45 - - [2024-12-30 02:07:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.45 - - [2024-12-30 02:07:37] "POST /ref-update HTTP/1.1" 200 156 0.008073 10.0.0.45 - - [2024-12-30 02:07:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991 10.0.0.45 - - [2024-12-30 02:07:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.45 - - [2024-12-30 02:07:37] "POST /ref-update HTTP/1.1" 200 156 0.007595 10.0.0.45 - - [2024-12-30 02:07:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.45 - - [2024-12-30 02:07:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.45 - - [2024-12-30 02:07:37] "POST /ref-update HTTP/1.1" 200 156 0.008043 10.0.0.45 - - [2024-12-30 02:07:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.45 - - [2024-12-30 02:07:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.45 - - [2024-12-30 02:07:37] "POST /ref-update HTTP/1.1" 200 156 0.007768 10.0.0.45 - - [2024-12-30 02:07:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002927 10.0.0.45 - - [2024-12-30 02:07:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.45 - - [2024-12-30 02:07:37] "POST /ref-update HTTP/1.1" 200 156 0.008328 10.0.0.45 - - [2024-12-30 02:07:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.45 - - [2024-12-30 02:07:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.45 - - [2024-12-30 02:07:38] "POST /ref-update HTTP/1.1" 200 156 0.008280 10.0.0.45 - - [2024-12-30 02:07:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.45 - - [2024-12-30 02:07:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004998 10.0.0.45 - - [2024-12-30 02:07:38] "POST /ref-update HTTP/1.1" 200 156 0.009825 10.0.0.45 - - [2024-12-30 02:07:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.45 - - [2024-12-30 02:07:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002859 10.0.0.45 - - [2024-12-30 02:07:38] "POST /ref-update HTTP/1.1" 200 156 0.008925 10.0.0.45 - - [2024-12-30 02:07:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003959 10.0.0.45 - - [2024-12-30 02:07:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.45 - - [2024-12-30 02:07:38] "POST /ref-update HTTP/1.1" 200 156 0.008360 10.0.0.45 - - [2024-12-30 02:07:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002916 10.0.0.45 - - [2024-12-30 02:07:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002940 10.0.0.45 - - [2024-12-30 02:07:38] "POST /ref-update HTTP/1.1" 200 156 0.008282 10.0.0.45 - - [2024-12-30 02:07:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.45 - - [2024-12-30 02:07:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.45 - - [2024-12-30 02:07:38] "POST /ref-update HTTP/1.1" 200 156 0.007866 10.0.0.45 - - [2024-12-30 02:07:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.45 - - [2024-12-30 02:07:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.45 - - [2024-12-30 02:07:39] "POST /ref-update HTTP/1.1" 200 156 0.008132 10.0.0.45 - - [2024-12-30 02:07:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.45 - - [2024-12-30 02:07:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.45 - - [2024-12-30 02:07:39] "POST /ref-update HTTP/1.1" 200 156 0.008462 10.0.0.45 - - [2024-12-30 02:07:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.45 - - [2024-12-30 02:07:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.45 - - [2024-12-30 02:07:39] "POST /ref-update HTTP/1.1" 200 156 0.008443 10.0.0.45 - - [2024-12-30 02:07:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.45 - - [2024-12-30 02:07:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.45 - - [2024-12-30 02:07:39] "POST /ref-update HTTP/1.1" 200 156 0.008863 10.0.0.45 - - [2024-12-30 02:07:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.45 - - [2024-12-30 02:07:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.45 - - [2024-12-30 02:07:39] "POST /ref-update HTTP/1.1" 200 156 0.008578 10.0.0.45 - - [2024-12-30 02:07:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.45 - - [2024-12-30 02:07:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.45 - - [2024-12-30 02:07:39] "POST /ref-update HTTP/1.1" 200 156 0.008546 10.0.0.45 - - [2024-12-30 02:07:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.45 - - [2024-12-30 02:07:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.45 - - [2024-12-30 02:07:39] "POST /ref-update HTTP/1.1" 200 156 0.008621 10.0.0.45 - - [2024-12-30 02:07:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.45 - - [2024-12-30 02:07:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.45 - - [2024-12-30 02:07:40] "POST /ref-update HTTP/1.1" 200 156 0.008635 10.0.0.45 - - [2024-12-30 02:07:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.45 - - [2024-12-30 02:07:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.45 - - [2024-12-30 02:07:40] "POST /ref-update HTTP/1.1" 200 156 0.009017 10.0.0.45 - - [2024-12-30 02:07:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.45 - - [2024-12-30 02:07:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.45 - - [2024-12-30 02:07:40] "POST /ref-update HTTP/1.1" 200 156 0.008749 10.0.0.45 - - [2024-12-30 02:07:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.45 - - [2024-12-30 02:07:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.45 - - [2024-12-30 02:07:40] "POST /ref-update HTTP/1.1" 200 156 0.008136 10.0.0.45 - - [2024-12-30 02:07:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.45 - - [2024-12-30 02:07:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.45 - - [2024-12-30 02:07:40] "POST /ref-update HTTP/1.1" 200 156 0.008952 10.0.0.45 - - [2024-12-30 02:07:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.45 - - [2024-12-30 02:07:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.45 - - [2024-12-30 02:07:40] "POST /ref-update HTTP/1.1" 200 156 0.007500 10.0.0.45 - - [2024-12-30 02:07:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.45 - - [2024-12-30 02:07:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.45 - - [2024-12-30 02:07:40] "POST /ref-update HTTP/1.1" 200 156 0.009291 10.0.0.45 - - [2024-12-30 02:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.45 - - [2024-12-30 02:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.45 - - [2024-12-30 02:07:41] "POST /ref-update HTTP/1.1" 200 156 0.007924 10.0.0.45 - - [2024-12-30 02:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.45 - - [2024-12-30 02:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.45 - - [2024-12-30 02:07:41] "POST /ref-update HTTP/1.1" 200 156 0.008026 10.0.0.45 - - [2024-12-30 02:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.45 - - [2024-12-30 02:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.45 - - [2024-12-30 02:07:41] "POST /ref-update HTTP/1.1" 200 156 0.008826 10.0.0.45 - - [2024-12-30 02:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.45 - - [2024-12-30 02:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002926 10.0.0.45 - - [2024-12-30 02:07:41] "POST /ref-update HTTP/1.1" 200 156 0.010477 10.0.0.45 - - [2024-12-30 02:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003980 10.0.0.45 - - [2024-12-30 02:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.45 - - [2024-12-30 02:07:41] "POST /ref-update HTTP/1.1" 200 156 0.009020 10.0.0.45 - - [2024-12-30 02:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.45 - - [2024-12-30 02:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.45 - - [2024-12-30 02:07:41] "POST /ref-update HTTP/1.1" 200 156 0.007879 10.0.0.45 - - [2024-12-30 02:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.45 - - [2024-12-30 02:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004049 10.0.0.45 - - [2024-12-30 02:07:42] "POST /ref-update HTTP/1.1" 200 156 0.008019 10.0.0.45 - - [2024-12-30 02:07:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.45 - - [2024-12-30 02:07:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004256 10.0.0.45 - - [2024-12-30 02:07:42] "POST /ref-update HTTP/1.1" 200 156 0.011103 10.0.0.45 - - [2024-12-30 02:07:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.45 - - [2024-12-30 02:07:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003177 10.0.0.45 - - [2024-12-30 02:07:42] "POST /ref-update HTTP/1.1" 200 156 0.008792 10.0.0.45 - - [2024-12-30 02:07:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.45 - - [2024-12-30 02:07:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.45 - - [2024-12-30 02:07:42] "POST /ref-update HTTP/1.1" 200 156 0.008412 10.0.0.45 - - [2024-12-30 02:07:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004454 10.0.0.45 - - [2024-12-30 02:07:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.45 - - [2024-12-30 02:07:42] "POST /ref-update HTTP/1.1" 200 156 0.008724 10.0.0.45 - - [2024-12-30 02:07:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.45 - - [2024-12-30 02:07:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.45 - - [2024-12-30 02:07:42] "POST /ref-update HTTP/1.1" 200 156 0.008641 10.0.0.45 - - [2024-12-30 02:07:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.45 - - [2024-12-30 02:07:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.45 - - [2024-12-30 02:07:42] "POST /ref-update HTTP/1.1" 200 156 0.009176 10.0.0.45 - - [2024-12-30 02:07:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.45 - - [2024-12-30 02:07:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.45 - - [2024-12-30 02:07:43] "POST /ref-update HTTP/1.1" 200 156 0.008423 10.0.0.45 - - [2024-12-30 02:07:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.45 - - [2024-12-30 02:07:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.45 - - [2024-12-30 02:07:43] "POST /ref-update HTTP/1.1" 200 156 0.008525 10.0.0.45 - - [2024-12-30 02:07:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.45 - - [2024-12-30 02:07:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.008085 10.0.0.45 - - [2024-12-30 02:07:43] "POST /ref-update HTTP/1.1" 200 156 0.009204 10.0.0.45 - - [2024-12-30 02:07:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.45 - - [2024-12-30 02:07:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.45 - - [2024-12-30 02:07:43] "POST /ref-update HTTP/1.1" 200 156 0.007818 10.0.0.45 - - [2024-12-30 02:07:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.45 - - [2024-12-30 02:07:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002818 10.0.0.45 - - [2024-12-30 02:07:43] "POST /ref-update HTTP/1.1" 200 156 0.008965 10.0.0.45 - - [2024-12-30 02:07:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.45 - - [2024-12-30 02:07:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.45 - - [2024-12-30 02:07:43] "POST /ref-update HTTP/1.1" 200 156 0.007891 10.0.0.45 - - [2024-12-30 02:07:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.45 - - [2024-12-30 02:07:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002896 10.0.0.45 - - [2024-12-30 02:07:43] "POST /ref-update HTTP/1.1" 200 156 0.007055 10.0.0.45 - - [2024-12-30 02:07:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002894 10.0.0.45 - - [2024-12-30 02:07:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.45 - - [2024-12-30 02:07:44] "POST /ref-update HTTP/1.1" 200 156 0.006746 10.0.0.45 - - [2024-12-30 02:07:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.45 - - [2024-12-30 02:07:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.45 - - [2024-12-30 02:07:44] "POST /ref-update HTTP/1.1" 200 156 0.007720 10.0.0.45 - - [2024-12-30 02:07:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.45 - - [2024-12-30 02:07:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.45 - - [2024-12-30 02:07:44] "POST /ref-update HTTP/1.1" 200 156 0.009774 10.0.0.45 - - [2024-12-30 02:07:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.45 - - [2024-12-30 02:07:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003619 10.0.0.45 - - [2024-12-30 02:07:44] "POST /ref-update HTTP/1.1" 200 156 0.009509 10.0.0.45 - - [2024-12-30 02:07:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.45 - - [2024-12-30 02:07:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.45 - - [2024-12-30 02:07:44] "POST /ref-update HTTP/1.1" 200 156 0.007403 10.0.0.45 - - [2024-12-30 02:07:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.45 - - [2024-12-30 02:07:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.45 - - [2024-12-30 02:07:44] "POST /ref-update HTTP/1.1" 200 156 0.007783 10.0.0.45 - - [2024-12-30 02:07:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.45 - - [2024-12-30 02:07:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.45 - - [2024-12-30 02:07:45] "POST /ref-update HTTP/1.1" 200 156 0.008789 10.0.0.45 - - [2024-12-30 02:07:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.45 - - [2024-12-30 02:07:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.45 - - [2024-12-30 02:07:45] "POST /ref-update HTTP/1.1" 200 156 0.007135 10.0.0.45 - - [2024-12-30 02:07:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.45 - - [2024-12-30 02:07:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004002 10.0.0.45 - - [2024-12-30 02:07:45] "POST /ref-update HTTP/1.1" 200 156 0.008185 10.0.0.45 - - [2024-12-30 02:07:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.45 - - [2024-12-30 02:07:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.45 - - [2024-12-30 02:07:45] "POST /ref-update HTTP/1.1" 200 156 0.008430 10.0.0.45 - - [2024-12-30 02:07:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.45 - - [2024-12-30 02:07:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.45 - - [2024-12-30 02:07:45] "POST /ref-update HTTP/1.1" 200 156 0.009914 10.0.0.45 - - [2024-12-30 02:07:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.45 - - [2024-12-30 02:07:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.45 - - [2024-12-30 02:07:45] "POST /ref-update HTTP/1.1" 200 156 0.011137 10.0.0.45 - - [2024-12-30 02:07:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002895 10.0.0.45 - - [2024-12-30 02:07:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.45 - - [2024-12-30 02:07:45] "POST /ref-update HTTP/1.1" 200 156 0.009697 10.0.0.45 - - [2024-12-30 02:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.45 - - [2024-12-30 02:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.45 - - [2024-12-30 02:07:46] "POST /ref-update HTTP/1.1" 200 156 0.009780 10.0.0.45 - - [2024-12-30 02:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.45 - - [2024-12-30 02:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002927 10.0.0.45 - - [2024-12-30 02:07:46] "POST /ref-update HTTP/1.1" 200 156 0.010554 10.0.0.45 - - [2024-12-30 02:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.45 - - [2024-12-30 02:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.45 - - [2024-12-30 02:07:46] "POST /ref-update HTTP/1.1" 200 156 0.010315 10.0.0.45 - - [2024-12-30 02:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.45 - - [2024-12-30 02:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.45 - - [2024-12-30 02:07:46] "POST /ref-update HTTP/1.1" 200 156 0.010008 10.0.0.45 - - [2024-12-30 02:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.45 - - [2024-12-30 02:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004084 10.0.0.45 - - [2024-12-30 02:07:46] "POST /ref-update HTTP/1.1" 200 156 0.008429 10.0.0.45 - - [2024-12-30 02:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.45 - - [2024-12-30 02:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.45 - - [2024-12-30 02:07:46] "POST /ref-update HTTP/1.1" 200 156 0.007262 10.0.0.45 - - [2024-12-30 02:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002777 10.0.0.45 - - [2024-12-30 02:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002827 10.0.0.45 - - [2024-12-30 02:07:47] "POST /ref-update HTTP/1.1" 200 156 0.007614 10.0.0.45 - - [2024-12-30 02:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.45 - - [2024-12-30 02:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.45 - - [2024-12-30 02:07:47] "POST /ref-update HTTP/1.1" 200 156 0.007474 10.0.0.45 - - [2024-12-30 02:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.45 - - [2024-12-30 02:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.45 - - [2024-12-30 02:07:47] "POST /ref-update HTTP/1.1" 200 156 0.007728 10.0.0.45 - - [2024-12-30 02:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.45 - - [2024-12-30 02:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002967 10.0.0.45 - - [2024-12-30 02:07:47] "POST /ref-update HTTP/1.1" 200 156 0.007963 10.0.0.45 - - [2024-12-30 02:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002987 10.0.0.45 - - [2024-12-30 02:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.45 - - [2024-12-30 02:07:47] "POST /ref-update HTTP/1.1" 200 156 0.008325 10.0.0.45 - - [2024-12-30 02:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.45 - - [2024-12-30 02:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002885 10.0.0.45 - - [2024-12-30 02:07:47] "POST /ref-update HTTP/1.1" 200 156 0.007499 10.0.0.45 - - [2024-12-30 02:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002968 10.0.0.45 - - [2024-12-30 02:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.45 - - [2024-12-30 02:07:47] "POST /ref-update HTTP/1.1" 200 156 0.007627 10.0.0.45 - - [2024-12-30 02:07:47] "POST /network-ipams HTTP/1.1" 200 550 0.015758 10.0.0.45 - - [2024-12-30 02:07:48] "POST /useragent-kv HTTP/1.1" 200 115 0.004070 10.0.0.45 - - [2024-12-30 02:07:48] "POST /virtual-networks HTTP/1.1" 200 552 0.092800 10.0.0.45 - - [2024-12-30 02:07:48] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.002669 10.0.0.45 - - [2024-12-30 02:07:48] "POST /fqname-to-id HTTP/1.1" 404 188 0.002733 10.0.0.45 - - [2024-12-30 02:07:48] "POST /fqname-to-id HTTP/1.1" 404 178 0.002726 10.0.0.45 - - [2024-12-30 02:07:48] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 312 0.002872 10.0.0.45 - - [2024-12-30 02:07:48] "GET /fabric/5c27d6a7-6b42-4b26-be72-e5ba2bd331c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1116 0.003352 10.0.0.45 - - [2024-12-30 02:07:48] "POST /fqname-to-id HTTP/1.1" 404 198 0.002928 10.0.0.45 - - [2024-12-30 02:07:48] "POST /fqname-to-id HTTP/1.1" 404 205 0.003248 10.0.0.45 - - [2024-12-30 02:07:48] "POST /fqname-to-id HTTP/1.1" 404 207 0.003190 10.0.0.45 - - [2024-12-30 02:07:48] "POST /route-targets HTTP/1.1" 200 327 0.010364 10.0.0.45 - - [2024-12-30 02:07:48] "POST /ref-update HTTP/1.1" 200 156 0.008538 10.0.0.45 - - [2024-12-30 02:08:00] "GET / HTTP/1.1" 200 35931 0.001504 10.0.0.45 - - [2024-12-30 02:08:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000468 10.0.0.45 - - [2024-12-30 02:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.025086 10.0.0.45 - - [2024-12-30 02:08:01] "GET /routing-instance/dbcbb6dc-4000-4ef7-96e0-86d3c9d45442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.003095 10.0.0.45 - - [2024-12-30 02:08:01] "POST /bgp-routers HTTP/1.1" 200 620 0.018957 10.0.0.45 - - [2024-12-30 02:08:01] "GET /bgp-router/738180ff-f190-44f4-97b4-74d46b00e482?fields=global_system_config_back_refs HTTP/1.1" 200 1116 0.005038 10.0.0.45 - - [2024-12-30 02:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.45 - - [2024-12-30 02:08:01] "GET /global-system-config/32b9c5a5-deed-481c-ae89-d33eea6864b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.003551 10.0.0.45 - - [2024-12-30 02:08:01] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003205 10.0.0.45 - - [2024-12-30 02:08:01] "POST /ref-update HTTP/1.1" 200 156 0.007119 10.0.0.45 - - [2024-12-30 02:08:52] "GET / HTTP/1.1" 200 35931 0.001959 10.0.0.45 - - [2024-12-30 02:08:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000431 10.0.0.45 - - [2024-12-30 02:08:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.021905 10.0.0.45 - - [2024-12-30 02:08:52] "GET /global-system-config/32b9c5a5-deed-481c-ae89-d33eea6864b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.004021 10.0.0.45 - - [2024-12-30 02:08:52] "POST /fqname-to-id HTTP/1.1" 404 220 0.003100 10.0.0.45 - - [2024-12-30 02:08:52] "POST /database-nodes HTTP/1.1" 200 603 0.021814 10.0.0.45 - - [2024-12-30 02:09:35] "GET / HTTP/1.1" 200 35931 0.001928 10.0.0.45 - - [2024-12-30 02:09:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000436 10.0.0.45 - - [2024-12-30 02:09:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.023165 10.0.0.45 - - [2024-12-30 02:09:35] "GET /global-system-config/32b9c5a5-deed-481c-ae89-d33eea6864b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.002720 10.0.0.45 - - [2024-12-30 02:09:36] "POST /fqname-to-id HTTP/1.1" 404 220 0.003187 10.0.0.45 - - [2024-12-30 02:09:36] "POST /analytics-nodes HTTP/1.1" 200 605 0.020683 10.0.0.45 - - [2024-12-30 02:09:41] "GET / HTTP/1.1" 200 35931 0.001921 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.45 - - [2024-12-30 02:09:43] "GET /obj-perms HTTP/1.1" 200 5056 0.346168 10.0.0.45 - - [2024-12-30 02:09:43] "GET /obj-perms HTTP/1.1" 200 5056 0.047182 10.0.0.45 - - [2024-12-30 02:09:51] "GET / HTTP/1.1" 200 35931 0.001822 10.0.0.45 - - [2024-12-30 02:09:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000509 10.0.0.45 - - [2024-12-30 02:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.026445 10.0.0.45 - - [2024-12-30 02:09:52] "GET /global-system-config/32b9c5a5-deed-481c-ae89-d33eea6864b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.003360 10.0.0.45 - - [2024-12-30 02:09:52] "POST /fqname-to-id HTTP/1.1" 404 220 0.003191 10.0.0.45 - - [2024-12-30 02:09:52] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.025619 10.0.0.45 - - [2024-12-30 02:10:02] "GET / HTTP/1.1" 200 35931 0.001599 10.0.0.45 - - [2024-12-30 02:10:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000439 10.0.0.45 - - [2024-12-30 02:10:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.024259 10.0.0.45 - - [2024-12-30 02:10:03] "GET /global-system-config/32b9c5a5-deed-481c-ae89-d33eea6864b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.003540 10.0.0.45 - - [2024-12-30 02:10:03] "POST /fqname-to-id HTTP/1.1" 404 220 0.003495 10.0.0.45 - - [2024-12-30 02:10:03] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.016882 10.0.0.45 - - [2024-12-30 02:10:44] "GET /obj-perms HTTP/1.1" 200 5056 0.044151 10.0.0.45 - - [2024-12-30 02:10:44] "GET /obj-perms HTTP/1.1" 200 5056 0.043672 10.0.0.45 - - [2024-12-30 02:11:35] "GET / HTTP/1.1" 200 35931 0.002561 10.0.0.45 - - [2024-12-30 02:11:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000448 10.0.0.45 - - [2024-12-30 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.022398 10.0.0.45 - - [2024-12-30 02:11:36] "GET /global-system-config/32b9c5a5-deed-481c-ae89-d33eea6864b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.002923 10.0.0.45 - - [2024-12-30 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002823 10.0.0.45 - - [2024-12-30 02:11:36] "GET /routing-instance/dbcbb6dc-4000-4ef7-96e0-86d3c9d45442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.003064 10.0.0.45 - - [2024-12-30 02:11:36] "PUT /global-system-config/32b9c5a5-deed-481c-ae89-d33eea6864b4 HTTP/1.1" 200 274 0.011278 10.0.0.45 - - [2024-12-30 02:11:36] "POST /fqname-to-id HTTP/1.1" 404 218 0.003078 10.0.0.45 - - [2024-12-30 02:11:36] "POST /virtual-routers HTTP/1.1" 200 603 0.016042 10.0.0.45 - - [2024-12-30 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002965 10.0.0.45 - - [2024-12-30 02:11:36] "GET /virtual-router/4f8195c0-88f7-4385-b615-f9d7061b24e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.004738 10.0.0.45 - - [2024-12-30 02:11:36] "POST /fqname-to-id HTTP/1.1" 404 231 0.003302 10.0.0.45 - - [2024-12-30 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.45 - - [2024-12-30 02:11:36] "GET /virtual-network/638ae964-d357-4ec6-bed2-767856f300c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.003263 10.0.0.45 - - [2024-12-30 02:11:36] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.048998 10.0.0.45 - - [2024-12-30 02:11:37] "PUT /access-control-list/16ecbc4b-ef67-4b70-93a2-c7448dd3ef40 HTTP/1.1" 200 272 0.011694 10.0.0.45 - - [2024-12-30 02:11:44] "GET /obj-perms HTTP/1.1" 200 5056 0.041165 10.0.0.45 - - [2024-12-30 02:11:45] "GET /obj-perms HTTP/1.1" 200 5056 0.044344 [Introspect:8084]10.0.0.45 - - [2024-12-30 02:11:47] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000967 [Introspect:8084]10.0.0.45 - - [2024-12-30 02:11:47] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000892 [Introspect:8084]10.0.0.45 - - [2024-12-30 02:11:49] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000859 [Introspect:8084]10.0.0.45 - - [2024-12-30 02:11:49] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000912 10.0.0.45 - - [2024-12-30 02:12:14] "GET /global-system-configs HTTP/1.1" 200 322 0.006738 10.0.0.45 - - [2024-12-30 02:12:14] "GET /obj-perms HTTP/1.1" 200 5056 0.027200 10.0.0.45 - - [2024-12-30 02:12:15] "GET /global-system-configs HTTP/1.1" 200 322 0.007791 10.0.0.45 - - [2024-12-30 02:12:15] "GET /obj-perms HTTP/1.1" 200 5056 0.023747 10.0.0.45 - - [2024-12-30 02:12:44] "GET / HTTP/1.1" 200 35931 0.001752 10.0.0.45 - - [2024-12-30 02:12:44] "GET /project/3d3da98a-8077-44f0-aa3d-adc5b1456d94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000708 10.0.0.45 - - [2024-12-30 02:12:45] "GET /projects?obj_uuids=3d3da98a-8077-44f0-aa3d-adc5b1456d94&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.025929 10.0.0.45 - - [2024-12-30 02:12:45] "GET /obj-perms HTTP/1.1" 200 5056 0.052943 10.0.0.45 - - [2024-12-30 02:12:45] "GET /domains?obj_uuids=9eb6c690-2dfa-4489-b11f-76c7854c1b5d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001117 10.0.0.45 - - [2024-12-30 02:12:45] "GET /domain/9eb6c690-2dfa-4489-b11f-76c7854c1b5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.318487 10.0.0.45 - - [2024-12-30 02:12:45] "GET /obj-perms HTTP/1.1" 200 5056 0.077719 10.0.0.45 - - [2024-12-30 02:12:45] "POST /id-to-fqname HTTP/1.1" 200 167 0.001645 10.0.0.45 - - [2024-12-30 02:12:45] "POST /fqname-to-id HTTP/1.1" 404 176 0.002936 10.0.0.45 - - [2024-12-30 02:12:46] "POST /security-groups HTTP/1.1" 200 568 0.063906 10.0.0.45 - - [2024-12-30 02:12:46] "POST /projects HTTP/1.1" 200 539 0.217442 10.0.0.45 - - [2024-12-30 02:12:46] "POST /fqname-to-id HTTP/1.1" 404 207 0.026046 10.0.0.45 - - [2024-12-30 02:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.292166 10.0.0.45 - - [2024-12-30 02:12:46] "POST /access-control-lists HTTP/1.1" 200 573 0.056692 10.0.0.45 - - [2024-12-30 02:12:46] "GET /project/3d3da98a-8077-44f0-aa3d-adc5b1456d94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 1.020247 10.0.0.45 - - [2024-12-30 02:12:46] "POST /fqname-to-id HTTP/1.1" 404 206 0.002182 10.0.0.45 - - [2024-12-30 02:12:46] "POST /access-control-lists HTTP/1.1" 200 571 0.060111 [Introspect:8084]10.0.0.45 - - [2024-12-30 02:12:46] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001824 10.0.0.45 - - [2024-12-30 02:12:47] "POST /fqname-to-id HTTP/1.1" 404 199 0.018719 10.0.0.45 - - [2024-12-30 02:12:47] "GET /projects?obj_uuids=41550301-07db-43b4-88ea-da351f18c98c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002533 10.0.0.45 - - [2024-12-30 02:12:47] "GET /domains?obj_uuids=9eb6c690-2dfa-4489-b11f-76c7854c1b5d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001167 10.0.0.45 - - [2024-12-30 02:12:47] "GET /domain/9eb6c690-2dfa-4489-b11f-76c7854c1b5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007035 10.0.0.45 - - [2024-12-30 02:12:47] "POST /id-to-fqname HTTP/1.1" 200 201 0.001760 10.0.0.45 - - [2024-12-30 02:12:47] "POST /fqname-to-id HTTP/1.1" 404 210 0.003107 10.0.0.45 - - [2024-12-30 02:12:47] "POST /security-groups HTTP/1.1" 200 602 0.059528 10.0.0.45 - - [2024-12-30 02:12:47] "POST /fqname-to-id HTTP/1.1" 404 245 0.002581 10.0.0.45 - - [2024-12-30 02:12:47] "POST /projects HTTP/1.1" 200 607 0.205605 10.0.0.45 - - [2024-12-30 02:12:47] "POST /access-control-lists HTTP/1.1" 200 607 0.059963 10.0.0.45 - - [2024-12-30 02:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.273271 10.0.0.45 - - [2024-12-30 02:12:47] "POST /fqname-to-id HTTP/1.1" 404 244 0.002772 10.0.0.45 - - [2024-12-30 02:12:47] "GET /project/41550301-07db-43b4-88ea-da351f18c98c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.414541 10.0.0.45 - - [2024-12-30 02:12:47] "POST /access-control-lists HTTP/1.1" 200 605 0.101760 10.0.0.45 - - [2024-12-30 02:12:48] "GET / HTTP/1.1" 200 35931 0.002818 10.0.0.45 - - [2024-12-30 02:12:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000498 10.0.0.45 - - [2024-12-30 02:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.044782 10.0.0.45 - - [2024-12-30 02:12:49] "GET /projects?obj_uuids=41550301-07db-43b4-88ea-da351f18c98c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000929 10.0.0.45 - - [2024-12-30 02:12:49] "GET /project/41550301-07db-43b4-88ea-da351f18c98c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.017472 10.0.0.45 - - [2024-12-30 02:12:49] "POST /neutron/network HTTP/1.1" 200 117 0.042142 10.0.0.45 - - [2024-12-30 02:12:49] "GET /projects?obj_uuids=41550301-07db-43b4-88ea-da351f18c98c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001143 10.0.0.45 - - [2024-12-30 02:12:49] "POST /neutron/network HTTP/1.1" 200 620 0.062999 10.0.0.45 - - [2024-12-30 02:12:49] "POST /route-targets HTTP/1.1" 200 327 0.009916 10.0.0.45 - - [2024-12-30 02:12:49] "POST /ref-update HTTP/1.1" 200 156 0.011267 10.0.0.45 - - [2024-12-30 02:12:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003139 10.0.0.45 - - [2024-12-30 02:12:49] "POST /neutron/subnet HTTP/1.1" 200 724 0.140367 10.0.0.45 - - [2024-12-30 02:12:49] "POST /neutron/network HTTP/1.1" 200 839 0.005069 10.0.0.45 - - [2024-12-30 02:12:49] "POST /id-to-fqname HTTP/1.1" 200 233 0.001072 10.0.0.45 - - [2024-12-30 02:12:49] "GET /virtual-network/562da3b8-ec76-4d4f-be6d-39ae9ba807c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.002303 10.0.0.45 - - [2024-12-30 02:12:49] "POST /neutron/network HTTP/1.1" 200 839 0.005723 10.0.0.45 - - [2024-12-30 02:12:49] "GET /virtual-network/562da3b8-ec76-4d4f-be6d-39ae9ba807c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.002299 10.0.0.45 - - [2024-12-30 02:12:50] "POST /neutron/network HTTP/1.1" 200 839 0.005329 10.0.0.45 - - [2024-12-30 02:12:50] "POST /neutron/subnet HTTP/1.1" 200 724 0.005781 10.0.0.45 - - [2024-12-30 02:12:50] "GET /domains HTTP/1.1" 401 292 0.000348 10.0.0.45 - - [2024-12-30 02:12:50] "GET /domains HTTP/1.1" 200 280 0.022044 10.0.0.45 - - [2024-12-30 02:12:50] "GET /domains?obj_uuids=9eb6c690-2dfa-4489-b11f-76c7854c1b5d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001276 10.0.0.45 - - [2024-12-30 02:12:50] "GET /domain/9eb6c690-2dfa-4489-b11f-76c7854c1b5d HTTP/1.1" 200 2585 0.011687 10.0.0.45 - - [2024-12-30 02:12:50] "GET /projects?obj_uuids=41550301-07db-43b4-88ea-da351f18c98c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001113 10.0.0.45 - - [2024-12-30 02:12:50] "GET /project/41550301-07db-43b4-88ea-da351f18c98c HTTP/1.1" 200 2167 0.064291 10.0.0.45 - - [2024-12-30 02:12:50] "GET /virtual-network/562da3b8-ec76-4d4f-be6d-39ae9ba807c4 HTTP/1.1" 200 2341 0.004792 10.0.0.45 - - [2024-12-30 02:12:50] "GET /virtual-network/562da3b8-ec76-4d4f-be6d-39ae9ba807c4 HTTP/1.1" 200 2341 0.003897 10.0.0.45 - - [2024-12-30 02:12:50] "GET /routing-instance/95e54ec7-d86c-4a0e-89fc-89295d78f3bb HTTP/1.1" 200 1494 0.002486 10.0.0.45 - - [2024-12-30 02:12:50] "GET /routing-instance/95e54ec7-d86c-4a0e-89fc-89295d78f3bb HTTP/1.1" 200 1494 0.002701 10.0.0.45 - - [2024-12-30 02:12:50] "GET /route-target/780ac996-3607-421f-9cc8-a33174ce2fef HTTP/1.1" 200 1219 0.003805 10.0.0.45 - - [2024-12-30 02:12:50] "GET /virtual-network/562da3b8-ec76-4d4f-be6d-39ae9ba807c4 HTTP/1.1" 200 2341 0.006903 10.0.0.45 - - [2024-12-30 02:12:50] "GET /routing-instance/95e54ec7-d86c-4a0e-89fc-89295d78f3bb HTTP/1.1" 200 1494 0.003081 10.0.0.45 - - [2024-12-30 02:12:50] "GET /virtual-network/562da3b8-ec76-4d4f-be6d-39ae9ba807c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.003252 10.0.0.45 - - [2024-12-30 02:12:50] "GET /virtual-network/562da3b8-ec76-4d4f-be6d-39ae9ba807c4 HTTP/1.1" 200 2341 0.003319 10.0.0.45 - - [2024-12-30 02:12:50] "GET /routing-instance/95e54ec7-d86c-4a0e-89fc-89295d78f3bb HTTP/1.1" 200 1494 0.004431 10.0.0.45 - - [2024-12-30 02:12:50] "GET /routing-instance/95e54ec7-d86c-4a0e-89fc-89295d78f3bb HTTP/1.1" 200 1494 0.003675 10.0.0.45 - - [2024-12-30 02:12:50] "GET /route-target/780ac996-3607-421f-9cc8-a33174ce2fef HTTP/1.1" 200 1219 0.003595 10.0.0.45 - - [2024-12-30 02:12:50] "GET /domains HTTP/1.1" 200 280 0.004009 10.0.0.45 - - [2024-12-30 02:12:50] "GET /domains?obj_uuids=9eb6c690-2dfa-4489-b11f-76c7854c1b5d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001467 10.0.0.45 - - [2024-12-30 02:12:50] "GET /domain/9eb6c690-2dfa-4489-b11f-76c7854c1b5d HTTP/1.1" 200 2585 0.008946 10.0.0.45 - - [2024-12-30 02:12:50] "GET /projects?obj_uuids=41550301-07db-43b4-88ea-da351f18c98c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001374 10.0.0.45 - - [2024-12-30 02:12:50] "GET /project/41550301-07db-43b4-88ea-da351f18c98c HTTP/1.1" 200 2167 0.083735 10.0.0.45 - - [2024-12-30 02:12:50] "GET /virtual-network/562da3b8-ec76-4d4f-be6d-39ae9ba807c4 HTTP/1.1" 200 2341 0.004625 10.0.0.45 - - [2024-12-30 02:12:51] "GET /obj-perms HTTP/1.1" 200 5052 0.043837 10.0.0.45 - - [2024-12-30 02:12:51] "POST /id-to-fqname HTTP/1.1" 200 233 0.001265 10.0.0.45 - - [2024-12-30 02:12:52] "POST /neutron/network HTTP/1.1" 200 849 0.007135 10.0.0.45 - - [2024-12-30 02:12:52] "GET /aaa-mode HTTP/1.1" 401 292 0.000431 10.0.0.45 - - [2024-12-30 02:12:52] "GET / HTTP/1.1" 200 35931 0.001525 10.0.0.45 - - [2024-12-30 02:12:52] "GET /project/41550301-07db-43b4-88ea-da351f18c98c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000443 10.0.0.45 - - [2024-12-30 02:12:53] "GET /projects?obj_uuids=41550301-07db-43b4-88ea-da351f18c98c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001137 10.0.0.45 - - [2024-12-30 02:12:53] "GET /project/41550301-07db-43b4-88ea-da351f18c98c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.041225 10.0.0.45 - - [2024-12-30 02:12:53] "POST /neutron/network HTTP/1.1" 200 839 0.027726 10.0.0.45 - - [2024-12-30 02:12:54] "POST /neutron/port HTTP/1.1" 200 117 0.005418 10.0.0.45 - - [2024-12-30 02:12:54] "POST /neutron/port HTTP/1.1" 200 117 0.005653 10.0.0.45 - - [2024-12-30 02:12:54] "POST /neutron/port HTTP/1.1" 200 117 0.006114 10.0.0.45 - - [2024-12-30 02:12:54] "POST /neutron/network HTTP/1.1" 200 849 0.005704 10.0.0.45 - - [2024-12-30 02:12:54] "GET /projects?obj_uuids=41550301-07db-43b4-88ea-da351f18c98c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001065 10.0.0.45 - - [2024-12-30 02:12:55] "POST /neutron/port HTTP/1.1" 200 1071 0.211145 10.0.0.45 - - [2024-12-30 02:12:55] "POST /neutron/port HTTP/1.1" 200 1071 0.031282 10.0.0.45 - - [2024-12-30 02:12:55] "POST /neutron/port HTTP/1.1" 200 1071 0.008293 10.0.0.45 - - [2024-12-30 02:12:55] "POST /neutron/port HTTP/1.1" 200 1125 0.062090 10.0.0.45 - - [2024-12-30 02:12:55] "POST /neutron/port HTTP/1.1" 200 1099 0.014591 10.0.0.45 - - [2024-12-30 02:12:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003118 10.0.0.45 - - [2024-12-30 02:12:55] "POST /neutron/subnet HTTP/1.1" 200 698 0.009335 10.0.0.45 - - [2024-12-30 02:12:55] "POST /neutron/port HTTP/1.1" 200 117 0.001560 10.0.0.45 - - [2024-12-30 02:12:55] "POST /neutron/network HTTP/1.1" 200 839 0.006412 10.0.0.45 - - [2024-12-30 02:12:59] "POST /neutron/port HTTP/1.1" 200 1099 0.015289 10.0.0.45 - - [2024-12-30 02:12:59] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006190 10.0.0.45 - - [2024-12-30 02:12:59] "GET /obj-perms HTTP/1.1" 200 5052 0.004265 10.0.0.45 - - [2024-12-30 02:13:00] "GET /obj-perms HTTP/1.1" 200 5052 0.005092 10.0.0.45 - - [2024-12-30 02:13:01] "GET /obj-perms HTTP/1.1" 200 5052 0.003361 10.0.0.45 - - [2024-12-30 02:13:02] "GET /obj-perms HTTP/1.1" 200 5052 0.003756 10.0.0.45 - - [2024-12-30 02:13:03] "GET /obj-perms HTTP/1.1" 200 5052 0.003850 10.0.0.45 - - [2024-12-30 02:13:04] "POST /neutron/network HTTP/1.1" 200 839 0.007101 10.0.0.45 - - [2024-12-30 02:13:04] "POST /neutron/network HTTP/1.1" 400 204 0.009918 10.0.0.45 - - [2024-12-30 02:13:04] "POST /neutron/port HTTP/1.1" 200 1099 0.014786 10.0.0.45 - - [2024-12-30 02:13:05] "POST /neutron/port HTTP/1.1" 200 1125 0.008315 10.0.0.45 - - [2024-12-30 02:13:05] "POST /neutron/port HTTP/1.1" 200 151 0.110789 10.0.0.45 - - [2024-12-30 02:13:06] "POST /neutron/network HTTP/1.1" 200 839 0.005713 10.0.0.45 - - [2024-12-30 02:13:06] "POST /useragent-kv HTTP/1.1" 200 115 0.001034 10.0.0.45 - - [2024-12-30 02:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005492 10.0.0.45 - - [2024-12-30 02:13:06] "POST /useragent-kv HTTP/1.1" 200 115 0.001049 10.0.0.45 - - [2024-12-30 02:13:06] "POST /neutron/network HTTP/1.1" 200 151 0.067784 10.0.0.45 - - [2024-12-30 02:13:06] "GET /routing-instance/95e54ec7-d86c-4a0e-89fc-89295d78f3bb HTTP/1.1" 404 171 0.003294 10.0.0.45 - - [2024-12-30 02:13:06] "DELETE /route-target/780ac996-3607-421f-9cc8-a33174ce2fef HTTP/1.1" 200 115 0.013819 10.0.0.45 - - [2024-12-30 02:13:06] "GET /domains HTTP/1.1" 200 280 0.002444 10.0.0.45 - - [2024-12-30 02:13:06] "GET /domains?obj_uuids=9eb6c690-2dfa-4489-b11f-76c7854c1b5d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001009 10.0.0.45 - - [2024-12-30 02:13:06] "GET /domain/9eb6c690-2dfa-4489-b11f-76c7854c1b5d HTTP/1.1" 200 2585 0.050425 10.0.0.45 - - [2024-12-30 02:13:06] "GET /projects?obj_uuids=41550301-07db-43b4-88ea-da351f18c98c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001064 10.0.0.45 - - [2024-12-30 02:13:06] "GET /project/41550301-07db-43b4-88ea-da351f18c98c HTTP/1.1" 200 1917 0.064521 10.0.0.45 - - [2024-12-30 02:13:06] "GET /projects?obj_uuids=41550301-07db-43b4-88ea-da351f18c98c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001113 10.0.0.45 - - [2024-12-30 02:13:06] "GET /project/41550301-07db-43b4-88ea-da351f18c98c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.020502 10.0.0.45 - - [2024-12-30 02:13:06] "GET /projects?obj_uuids=41550301-07db-43b4-88ea-da351f18c98c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001083 10.0.0.45 - - [2024-12-30 02:13:07] "GET /project/41550301-07db-43b4-88ea-da351f18c98c?fields=virtual_networks HTTP/1.1" 200 1053 0.063057 10.0.0.45 - - [2024-12-30 02:13:07] "GET /projects?obj_uuids=41550301-07db-43b4-88ea-da351f18c98c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001166 10.0.0.45 - - [2024-12-30 02:13:07] "GET /project/41550301-07db-43b4-88ea-da351f18c98c?fields=virtual_machine_interfaces HTTP/1.1" 200 1053 0.024211 10.0.0.45 - - [2024-12-30 02:13:07] "GET /projects?obj_uuids=41550301-07db-43b4-88ea-da351f18c98c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001147 10.0.0.45 - - [2024-12-30 02:13:07] "GET /project/41550301-07db-43b4-88ea-da351f18c98c?fields=security_groups HTTP/1.1" 200 1290 0.020188 10.0.0.45 - - [2024-12-30 02:13:07] "POST /fqname-to-id HTTP/1.1" 404 200 0.025474 10.0.0.45 - - [2024-12-30 02:13:07] "GET /projects?obj_uuids=eca1bed7-dd29-45e6-996f-156e114f64a7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002526 10.0.0.45 - - [2024-12-30 02:13:07] "GET /domains?obj_uuids=9eb6c690-2dfa-4489-b11f-76c7854c1b5d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001078 10.0.0.45 - - [2024-12-30 02:13:07] "GET /domain/9eb6c690-2dfa-4489-b11f-76c7854c1b5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006572 10.0.0.45 - - [2024-12-30 02:13:08] "POST /id-to-fqname HTTP/1.1" 200 202 0.001235 10.0.0.45 - - [2024-12-30 02:13:08] "POST /fqname-to-id HTTP/1.1" 404 211 0.003868 10.0.0.45 - - [2024-12-30 02:13:08] "POST /security-groups HTTP/1.1" 200 603 0.059872 10.0.0.45 - - [2024-12-30 02:13:08] "POST /fqname-to-id HTTP/1.1" 404 246 0.002881 10.0.0.45 - - [2024-12-30 02:13:08] "POST /projects HTTP/1.1" 200 609 0.201627 10.0.0.45 - - [2024-12-30 02:13:08] "POST /access-control-lists HTTP/1.1" 200 608 0.057865 10.0.0.45 - - [2024-12-30 02:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.270598 10.0.0.45 - - [2024-12-30 02:13:08] "POST /fqname-to-id HTTP/1.1" 404 245 0.003613 10.0.0.45 - - [2024-12-30 02:13:08] "GET /project/eca1bed7-dd29-45e6-996f-156e114f64a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.381601 10.0.0.45 - - [2024-12-30 02:13:08] "POST /access-control-lists HTTP/1.1" 200 606 0.060224 10.0.0.45 - - [2024-12-30 02:13:09] "GET / HTTP/1.1" 200 35931 0.001829 10.0.0.45 - - [2024-12-30 02:13:09] "GET /projects?obj_uuids=3d3da98a-8077-44f0-aa3d-adc5b1456d94&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001111 10.0.0.45 - - [2024-12-30 02:13:09] "GET /project/3d3da98a-8077-44f0-aa3d-adc5b1456d94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.018426 10.0.0.45 - - [2024-12-30 02:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.45 - - [2024-12-30 02:13:10] "GET /security-group/b37acdf6-dfbe-4ac5-9a9c-081d839bc9ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.003825 10.0.0.45 - - [2024-12-30 02:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.45 - - [2024-12-30 02:13:10] "GET /projects?obj_uuids=3d3da98a-8077-44f0-aa3d-adc5b1456d94&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001146 10.0.0.45 - - [2024-12-30 02:13:10] "GET /project/3d3da98a-8077-44f0-aa3d-adc5b1456d94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.021607 10.0.0.45 - - [2024-12-30 02:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.45 - - [2024-12-30 02:13:10] "GET /security-group/b37acdf6-dfbe-4ac5-9a9c-081d839bc9ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.003158 10.0.0.45 - - [2024-12-30 02:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002829 10.0.0.45 - - [2024-12-30 02:13:10] "PUT /security-group/b37acdf6-dfbe-4ac5-9a9c-081d839bc9ea HTTP/1.1" 200 262 0.014489 10.0.0.45 - - [2024-12-30 02:13:10] "PUT /access-control-list/71e68dd6-b09f-4454-a41d-3ffcca52d304 HTTP/1.1" 200 272 0.008374 10.0.0.45 - - [2024-12-30 02:13:10] "PUT /access-control-list/5b938c0b-3e0d-4b74-8a88-6840a23a9646 HTTP/1.1" 200 272 0.010269 10.0.0.45 - - [2024-12-30 02:13:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000491 10.0.0.45 - - [2024-12-30 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.045966 10.0.0.45 - - [2024-12-30 02:13:11] "GET /projects?obj_uuids=eca1bed7-dd29-45e6-996f-156e114f64a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001485 10.0.0.45 - - [2024-12-30 02:13:11] "GET /project/eca1bed7-dd29-45e6-996f-156e114f64a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.025352 10.0.0.45 - - [2024-12-30 02:13:11] "POST /neutron/network HTTP/1.1" 200 117 0.027669 10.0.0.45 - - [2024-12-30 02:13:11] "GET /projects?obj_uuids=eca1bed7-dd29-45e6-996f-156e114f64a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000993 10.0.0.45 - - [2024-12-30 02:13:11] "POST /neutron/network HTTP/1.1" 200 619 0.059582 10.0.0.45 - - [2024-12-30 02:13:11] "POST /route-targets HTTP/1.1" 200 327 0.009284 10.0.0.45 - - [2024-12-30 02:13:11] "POST /ref-update HTTP/1.1" 200 156 0.009466 10.0.0.45 - - [2024-12-30 02:13:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002189 10.0.0.45 - - [2024-12-30 02:13:11] "POST /neutron/subnet HTTP/1.1" 200 724 0.164941 10.0.0.45 - - [2024-12-30 02:13:11] "POST /neutron/network HTTP/1.1" 200 838 0.005761 10.0.0.45 - - [2024-12-30 02:13:11] "POST /id-to-fqname HTTP/1.1" 200 233 0.001379 10.0.0.45 - - [2024-12-30 02:13:11] "GET /virtual-network/bbcd6acb-cb19-4c4f-9fbd-aa7964f82ba7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.002929 10.0.0.45 - - [2024-12-30 02:13:11] "POST /neutron/network HTTP/1.1" 200 838 0.005741 10.0.0.45 - - [2024-12-30 02:13:11] "GET /virtual-network/bbcd6acb-cb19-4c4f-9fbd-aa7964f82ba7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.002573 10.0.0.45 - - [2024-12-30 02:13:11] "POST /neutron/network HTTP/1.1" 200 838 0.006482 10.0.0.45 - - [2024-12-30 02:13:11] "POST /neutron/subnet HTTP/1.1" 200 724 0.009396 10.0.0.45 - - [2024-12-30 02:13:11] "GET /domains HTTP/1.1" 401 292 0.000413 10.0.0.45 - - [2024-12-30 02:13:12] "GET /domains HTTP/1.1" 200 280 0.023734 10.0.0.45 - - [2024-12-30 02:13:12] "GET /domains?obj_uuids=9eb6c690-2dfa-4489-b11f-76c7854c1b5d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001527 10.0.0.45 - - [2024-12-30 02:13:12] "GET /domain/9eb6c690-2dfa-4489-b11f-76c7854c1b5d HTTP/1.1" 200 2783 0.010613 10.0.0.45 - - [2024-12-30 02:13:12] "GET /projects?obj_uuids=eca1bed7-dd29-45e6-996f-156e114f64a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001483 10.0.0.45 - - [2024-12-30 02:13:12] "GET /project/eca1bed7-dd29-45e6-996f-156e114f64a7 HTTP/1.1" 200 2175 0.070868 10.0.0.45 - - [2024-12-30 02:13:12] "GET /virtual-network/bbcd6acb-cb19-4c4f-9fbd-aa7964f82ba7 HTTP/1.1" 200 2340 0.003692 10.0.0.45 - - [2024-12-30 02:13:12] "GET /virtual-network/bbcd6acb-cb19-4c4f-9fbd-aa7964f82ba7 HTTP/1.1" 200 2340 0.002391 10.0.0.45 - - [2024-12-30 02:13:12] "GET /routing-instance/80b41058-5e3b-41b3-8341-dc3f2701ac2c HTTP/1.1" 200 1490 0.002751 10.0.0.45 - - [2024-12-30 02:13:12] "GET /routing-instance/80b41058-5e3b-41b3-8341-dc3f2701ac2c HTTP/1.1" 200 1490 0.002338 10.0.0.45 - - [2024-12-30 02:13:12] "GET /route-target/df93c546-f46a-43b1-927f-2e86332bd7c2 HTTP/1.1" 200 1219 0.002458 10.0.0.45 - - [2024-12-30 02:13:12] "GET /virtual-network/bbcd6acb-cb19-4c4f-9fbd-aa7964f82ba7 HTTP/1.1" 200 2340 0.002400 10.0.0.45 - - [2024-12-30 02:13:12] "GET /routing-instance/80b41058-5e3b-41b3-8341-dc3f2701ac2c HTTP/1.1" 200 1490 0.002417 10.0.0.45 - - [2024-12-30 02:13:12] "GET /virtual-network/bbcd6acb-cb19-4c4f-9fbd-aa7964f82ba7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.002338 10.0.0.45 - - [2024-12-30 02:13:12] "GET /virtual-network/bbcd6acb-cb19-4c4f-9fbd-aa7964f82ba7 HTTP/1.1" 200 2340 0.004067 10.0.0.45 - - [2024-12-30 02:13:12] "GET /routing-instance/80b41058-5e3b-41b3-8341-dc3f2701ac2c HTTP/1.1" 200 1490 0.002097 10.0.0.45 - - [2024-12-30 02:13:12] "GET /routing-instance/80b41058-5e3b-41b3-8341-dc3f2701ac2c HTTP/1.1" 200 1490 0.002118 10.0.0.45 - - [2024-12-30 02:13:12] "GET /route-target/df93c546-f46a-43b1-927f-2e86332bd7c2 HTTP/1.1" 200 1219 0.002146 10.0.0.45 - - [2024-12-30 02:13:12] "GET /domains HTTP/1.1" 200 280 0.002147 10.0.0.45 - - [2024-12-30 02:13:12] "GET /domains?obj_uuids=9eb6c690-2dfa-4489-b11f-76c7854c1b5d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000943 10.0.0.45 - - [2024-12-30 02:13:12] "GET /domain/9eb6c690-2dfa-4489-b11f-76c7854c1b5d HTTP/1.1" 200 2783 0.006219 10.0.0.45 - - [2024-12-30 02:13:12] "GET /projects?obj_uuids=eca1bed7-dd29-45e6-996f-156e114f64a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001183 10.0.0.45 - - [2024-12-30 02:13:12] "GET /project/eca1bed7-dd29-45e6-996f-156e114f64a7 HTTP/1.1" 200 2175 0.061287 10.0.0.45 - - [2024-12-30 02:13:12] "GET /virtual-network/bbcd6acb-cb19-4c4f-9fbd-aa7964f82ba7 HTTP/1.1" 200 2340 0.002431 10.0.0.45 - - [2024-12-30 02:13:12] "GET /obj-perms HTTP/1.1" 200 5054 0.057766 10.0.0.45 - - [2024-12-30 02:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.45 - - [2024-12-30 02:13:12] "GET /projects?obj_uuids=eca1bed7-dd29-45e6-996f-156e114f64a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001018 10.0.0.45 - - [2024-12-30 02:13:12] "GET /project/eca1bed7-dd29-45e6-996f-156e114f64a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.023120 10.0.0.45 - - [2024-12-30 02:13:12] "POST /neutron/network HTTP/1.1" 200 117 0.009685 10.0.0.45 - - [2024-12-30 02:13:12] "GET /projects?obj_uuids=eca1bed7-dd29-45e6-996f-156e114f64a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001381 10.0.0.45 - - [2024-12-30 02:13:12] "POST /neutron/network HTTP/1.1" 200 619 0.072532 10.0.0.45 - - [2024-12-30 02:13:12] "POST /route-targets HTTP/1.1" 200 327 0.010172 10.0.0.45 - - [2024-12-30 02:13:12] "POST /ref-update HTTP/1.1" 200 156 0.009450 10.0.0.45 - - [2024-12-30 02:13:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003552 10.0.0.45 - - [2024-12-30 02:13:13] "POST /neutron/subnet HTTP/1.1" 200 729 0.208230 10.0.0.45 - - [2024-12-30 02:13:13] "POST /neutron/network HTTP/1.1" 200 839 0.005468 10.0.0.45 - - [2024-12-30 02:13:13] "POST /id-to-fqname HTTP/1.1" 200 233 0.001237 10.0.0.45 - - [2024-12-30 02:13:13] "GET /virtual-network/082c02d9-6da7-487f-aa57-8cd229483efa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.002654 10.0.0.45 - - [2024-12-30 02:13:13] "POST /neutron/network HTTP/1.1" 200 839 0.005538 10.0.0.45 - - [2024-12-30 02:13:13] "GET /virtual-network/082c02d9-6da7-487f-aa57-8cd229483efa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.002543 10.0.0.45 - - [2024-12-30 02:13:13] "POST /neutron/network HTTP/1.1" 200 839 0.005319 10.0.0.45 - - [2024-12-30 02:13:13] "POST /neutron/subnet HTTP/1.1" 200 729 0.006363 10.0.0.45 - - [2024-12-30 02:13:13] "GET /domains HTTP/1.1" 200 280 0.002166 10.0.0.45 - - [2024-12-30 02:13:13] "GET /domains?obj_uuids=9eb6c690-2dfa-4489-b11f-76c7854c1b5d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000956 10.0.0.45 - - [2024-12-30 02:13:13] "GET /domain/9eb6c690-2dfa-4489-b11f-76c7854c1b5d HTTP/1.1" 200 2783 0.005868 10.0.0.45 - - [2024-12-30 02:13:13] "GET /projects?obj_uuids=eca1bed7-dd29-45e6-996f-156e114f64a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000995 10.0.0.45 - - [2024-12-30 02:13:13] "GET /project/eca1bed7-dd29-45e6-996f-156e114f64a7 HTTP/1.1" 200 2403 0.062675 10.0.0.45 - - [2024-12-30 02:13:13] "GET /virtual-network/082c02d9-6da7-487f-aa57-8cd229483efa HTTP/1.1" 200 2341 0.003476 10.0.0.45 - - [2024-12-30 02:13:13] "GET /virtual-network/082c02d9-6da7-487f-aa57-8cd229483efa HTTP/1.1" 200 2341 0.002276 10.0.0.45 - - [2024-12-30 02:13:13] "GET /routing-instance/0e2f3ca5-246e-4140-9db6-94569d6d06f2 HTTP/1.1" 200 1491 0.002727 10.0.0.45 - - [2024-12-30 02:13:13] "GET /routing-instance/0e2f3ca5-246e-4140-9db6-94569d6d06f2 HTTP/1.1" 200 1491 0.002224 10.0.0.45 - - [2024-12-30 02:13:13] "GET /route-target/8b425c74-b998-4bb3-8c3c-2584b72b6aab HTTP/1.1" 200 1219 0.002023 10.0.0.45 - - [2024-12-30 02:13:13] "GET /virtual-network/082c02d9-6da7-487f-aa57-8cd229483efa HTTP/1.1" 200 2341 0.002199 10.0.0.45 - - [2024-12-30 02:13:13] "GET /routing-instance/0e2f3ca5-246e-4140-9db6-94569d6d06f2 HTTP/1.1" 200 1491 0.002117 10.0.0.45 - - [2024-12-30 02:13:13] "GET /virtual-network/082c02d9-6da7-487f-aa57-8cd229483efa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.002168 10.0.0.45 - - [2024-12-30 02:13:13] "GET /virtual-network/082c02d9-6da7-487f-aa57-8cd229483efa HTTP/1.1" 200 2341 0.002382 10.0.0.45 - - [2024-12-30 02:13:13] "GET /routing-instance/0e2f3ca5-246e-4140-9db6-94569d6d06f2 HTTP/1.1" 200 1491 0.002051 10.0.0.45 - - [2024-12-30 02:13:13] "GET /routing-instance/0e2f3ca5-246e-4140-9db6-94569d6d06f2 HTTP/1.1" 200 1491 0.002450 10.0.0.45 - - [2024-12-30 02:13:13] "GET /route-target/8b425c74-b998-4bb3-8c3c-2584b72b6aab HTTP/1.1" 200 1219 0.002001 10.0.0.45 - - [2024-12-30 02:13:13] "GET /domains HTTP/1.1" 200 280 0.002059 10.0.0.45 - - [2024-12-30 02:13:13] "GET /domains?obj_uuids=9eb6c690-2dfa-4489-b11f-76c7854c1b5d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000930 10.0.0.45 - - [2024-12-30 02:13:13] "GET /domain/9eb6c690-2dfa-4489-b11f-76c7854c1b5d HTTP/1.1" 200 2783 0.005988 10.0.0.45 - - [2024-12-30 02:13:13] "GET /projects?obj_uuids=eca1bed7-dd29-45e6-996f-156e114f64a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000907 10.0.0.45 - - [2024-12-30 02:13:13] "GET /project/eca1bed7-dd29-45e6-996f-156e114f64a7 HTTP/1.1" 200 2403 0.067096 10.0.0.45 - - [2024-12-30 02:13:13] "GET /virtual-network/082c02d9-6da7-487f-aa57-8cd229483efa HTTP/1.1" 200 2341 0.002449 10.0.0.45 - - [2024-12-30 02:13:13] "GET /obj-perms HTTP/1.1" 200 5054 0.003144 10.0.0.45 - - [2024-12-30 02:13:13] "POST /id-to-fqname HTTP/1.1" 200 233 0.001354 10.0.0.45 - - [2024-12-30 02:13:13] "POST /neutron/network HTTP/1.1" 200 849 0.005704 10.0.0.45 - - [2024-12-30 02:13:13] "GET /aaa-mode HTTP/1.1" 401 292 0.000509 10.0.0.45 - - [2024-12-30 02:13:14] "GET / HTTP/1.1" 200 35931 0.001718 10.0.0.45 - - [2024-12-30 02:13:14] "GET /project/eca1bed7-dd29-45e6-996f-156e114f64a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000403 10.0.0.45 - - [2024-12-30 02:13:14] "GET /projects?obj_uuids=eca1bed7-dd29-45e6-996f-156e114f64a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001083 10.0.0.45 - - [2024-12-30 02:13:14] "GET /project/eca1bed7-dd29-45e6-996f-156e114f64a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.041649 10.0.0.45 - - [2024-12-30 02:13:14] "POST /neutron/network HTTP/1.1" 200 839 0.004685 10.0.0.45 - - [2024-12-30 02:13:14] "POST /neutron/port HTTP/1.1" 200 117 0.004773 10.0.0.45 - - [2024-12-30 02:13:14] "POST /neutron/port HTTP/1.1" 200 117 0.004697 10.0.0.45 - - [2024-12-30 02:13:14] "POST /id-to-fqname HTTP/1.1" 200 233 0.001265 10.0.0.45 - - [2024-12-30 02:13:14] "POST /neutron/port HTTP/1.1" 200 117 0.005115 10.0.0.45 - - [2024-12-30 02:13:14] "POST /neutron/network HTTP/1.1" 200 848 0.005630 10.0.0.45 - - [2024-12-30 02:13:14] "GET /aaa-mode HTTP/1.1" 401 292 0.000416 10.0.0.45 - - [2024-12-30 02:13:14] "POST /neutron/network HTTP/1.1" 200 849 0.005563 10.0.0.45 - - [2024-12-30 02:13:14] "GET /projects?obj_uuids=eca1bed7-dd29-45e6-996f-156e114f64a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001108 10.0.0.45 - - [2024-12-30 02:13:15] "GET / HTTP/1.1" 200 35931 0.002646 10.0.0.45 - - [2024-12-30 02:13:15] "GET /project/eca1bed7-dd29-45e6-996f-156e114f64a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.001012 10.0.0.45 - - [2024-12-30 02:13:15] "POST /neutron/port HTTP/1.1" 200 1073 0.229966 10.0.0.45 - - [2024-12-30 02:13:15] "POST /neutron/port HTTP/1.1" 200 1073 0.010171 10.0.0.45 - - [2024-12-30 02:13:15] "POST /neutron/port HTTP/1.1" 200 1073 0.008070 10.0.0.45 - - [2024-12-30 02:13:15] "POST /neutron/port HTTP/1.1" 200 1127 0.074194 10.0.0.45 - - [2024-12-30 02:13:15] "POST /neutron/port HTTP/1.1" 200 1101 0.014505 10.0.0.45 - - [2024-12-30 02:13:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003582 10.0.0.45 - - [2024-12-30 02:13:15] "POST /neutron/subnet HTTP/1.1" 200 703 0.008684 10.0.0.45 - - [2024-12-30 02:13:15] "POST /neutron/port HTTP/1.1" 200 117 0.001202 10.0.0.45 - - [2024-12-30 02:13:15] "POST /neutron/network HTTP/1.1" 200 839 0.005258 10.0.0.45 - - [2024-12-30 02:13:15] "GET /projects?obj_uuids=eca1bed7-dd29-45e6-996f-156e114f64a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001078 10.0.0.45 - - [2024-12-30 02:13:15] "GET /project/eca1bed7-dd29-45e6-996f-156e114f64a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.062022 10.0.0.45 - - [2024-12-30 02:13:15] "POST /neutron/network HTTP/1.1" 200 838 0.006023 10.0.0.45 - - [2024-12-30 02:13:15] "POST /neutron/port HTTP/1.1" 200 1101 0.022522 10.0.0.45 - - [2024-12-30 02:13:15] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006162 10.0.0.45 - - [2024-12-30 02:13:15] "POST /neutron/port HTTP/1.1" 200 117 0.007291 10.0.0.45 - - [2024-12-30 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002658 10.0.0.45 - - [2024-12-30 02:13:15] "GET /projects?obj_uuids=eca1bed7-dd29-45e6-996f-156e114f64a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001055 10.0.0.45 - - [2024-12-30 02:13:15] "GET /project/eca1bed7-dd29-45e6-996f-156e114f64a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.018835 10.0.0.45 - - [2024-12-30 02:13:15] "GET /virtual-network/bbcd6acb-cb19-4c4f-9fbd-aa7964f82ba7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004577 10.0.0.45 - - [2024-12-30 02:13:15] "GET /floating-ip-pools?parent_id=bbcd6acb-cb19-4c4f-9fbd-aa7964f82ba7&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003358 10.0.0.45 - - [2024-12-30 02:13:15] "GET /virtual-network/bbcd6acb-cb19-4c4f-9fbd-aa7964f82ba7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004261 10.0.0.45 - - [2024-12-30 02:13:15] "POST /floating-ip-pools HTTP/1.1" 200 609 0.027328 10.0.0.45 - - [2024-12-30 02:13:16] "POST /ref-update HTTP/1.1" 200 156 0.015569 10.0.0.45 - - [2024-12-30 02:13:16] "GET /virtual-network/bbcd6acb-cb19-4c4f-9fbd-aa7964f82ba7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004090 10.0.0.45 - - [2024-12-30 02:13:16] "GET /domains HTTP/1.1" 200 280 0.004898 10.0.0.45 - - [2024-12-30 02:13:16] "GET /domains?obj_uuids=9eb6c690-2dfa-4489-b11f-76c7854c1b5d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001107 10.0.0.45 - - [2024-12-30 02:13:16] "GET /domain/9eb6c690-2dfa-4489-b11f-76c7854c1b5d HTTP/1.1" 200 2783 0.007578 10.0.0.45 - - [2024-12-30 02:13:16] "GET /projects?obj_uuids=eca1bed7-dd29-45e6-996f-156e114f64a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001056 10.0.0.45 - - [2024-12-30 02:13:16] "POST /neutron/network HTTP/1.1" 200 848 0.005739 10.0.0.45 - - [2024-12-30 02:13:16] "GET /projects?obj_uuids=eca1bed7-dd29-45e6-996f-156e114f64a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001066 10.0.0.45 - - [2024-12-30 02:13:16] "GET /project/eca1bed7-dd29-45e6-996f-156e114f64a7 HTTP/1.1" 200 2989 0.067924 10.0.0.45 - - [2024-12-30 02:13:16] "GET /virtual-network/bbcd6acb-cb19-4c4f-9fbd-aa7964f82ba7 HTTP/1.1" 200 2620 0.013248 10.0.0.45 - - [2024-12-30 02:13:16] "GET /floating-ip-pool/9f42ec5a-b9ed-4d02-9b81-f41712817f0b HTTP/1.1" 200 1441 0.004429 10.0.0.45 - - [2024-12-30 02:13:16] "GET /domains HTTP/1.1" 200 280 0.006513 10.0.0.45 - - [2024-12-30 02:13:16] "GET /domains?obj_uuids=9eb6c690-2dfa-4489-b11f-76c7854c1b5d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002557 10.0.0.45 - - [2024-12-30 02:13:16] "GET /domain/9eb6c690-2dfa-4489-b11f-76c7854c1b5d HTTP/1.1" 200 2783 0.009678 10.0.0.45 - - [2024-12-30 02:13:16] "GET /projects?obj_uuids=eca1bed7-dd29-45e6-996f-156e114f64a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001030 10.0.0.45 - - [2024-12-30 02:13:16] "GET /project/eca1bed7-dd29-45e6-996f-156e114f64a7 HTTP/1.1" 200 3245 0.095839 10.0.0.45 - - [2024-12-30 02:13:16] "GET /virtual-network/bbcd6acb-cb19-4c4f-9fbd-aa7964f82ba7 HTTP/1.1" 200 2931 0.005365 10.0.0.45 - - [2024-12-30 02:13:16] "GET /virtual-network/bbcd6acb-cb19-4c4f-9fbd-aa7964f82ba7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.003994 10.0.0.45 - - [2024-12-30 02:13:16] "POST /neutron/port HTTP/1.1" 200 1072 0.283763 10.0.0.45 - - [2024-12-30 02:13:16] "POST /neutron/port HTTP/1.1" 200 1101 0.030591 10.0.0.45 - - [2024-12-30 02:13:16] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009301 10.0.0.45 - - [2024-12-30 02:13:16] "POST /neutron/port HTTP/1.1" 200 1072 0.013993 10.0.0.45 - - [2024-12-30 02:13:16] "POST /neutron/port HTTP/1.1" 200 1072 0.007786 10.0.0.45 - - [2024-12-30 02:13:16] "POST /neutron/port HTTP/1.1" 200 1101 0.027608 10.0.0.45 - - [2024-12-30 02:13:16] "POST /neutron/port HTTP/1.1" 200 1126 0.067555 10.0.0.45 - - [2024-12-30 02:13:16] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008598 10.0.0.45 - - [2024-12-30 02:13:16] "POST /neutron/port HTTP/1.1" 200 1100 0.012551 10.0.0.45 - - [2024-12-30 02:13:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003394 10.0.0.45 - - [2024-12-30 02:13:16] "POST /neutron/subnet HTTP/1.1" 200 698 0.015007 10.0.0.45 - - [2024-12-30 02:13:16] "POST /neutron/port HTTP/1.1" 200 1101 0.015984 10.0.0.45 - - [2024-12-30 02:13:16] "POST /neutron/port HTTP/1.1" 200 117 0.000972 10.0.0.45 - - [2024-12-30 02:13:16] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005362 10.0.0.45 - - [2024-12-30 02:13:16] "POST /neutron/network HTTP/1.1" 200 838 0.004366 10.0.0.45 - - [2024-12-30 02:13:16] "GET /virtual-machine/a8b507de-50fe-48c6-9bb6-9aab23170afa HTTP/1.1" 200 1305 0.003273 10.0.0.45 - - [2024-12-30 02:13:16] "GET /virtual-machine-interface/54d54bda-545f-4c1c-b0d1-9263b4fd17fe HTTP/1.1" 200 3003 0.002329 10.0.0.45 - - [2024-12-30 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002835 10.0.0.45 - - [2024-12-30 02:13:16] "GET /global-vrouter-config/2a0444fa-d43d-4f60-a2fe-7773b4f4125f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002893 10.0.0.45 - - [2024-12-30 02:13:16] "GET /virtual-networks?parent_id=eca1bed7-dd29-45e6-996f-156e114f64a7&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003176 10.0.0.45 - - [2024-12-30 02:13:16] "GET /virtual-network/082c02d9-6da7-487f-aa57-8cd229483efa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004324 10.0.0.45 - - [2024-12-30 02:13:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.45 - - [2024-12-30 02:13:19] "GET /virtual-network/082c02d9-6da7-487f-aa57-8cd229483efa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.002483 10.0.0.45 - - [2024-12-30 02:13:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.45 - - [2024-12-30 02:13:24] "GET /virtual-network/082c02d9-6da7-487f-aa57-8cd229483efa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.003150 10.0.0.45 - - [2024-12-30 02:13:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002790 10.0.0.45 - - [2024-12-30 02:13:26] "GET /global-vrouter-config/2a0444fa-d43d-4f60-a2fe-7773b4f4125f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002363 10.0.0.45 - - [2024-12-30 02:13:26] "GET /virtual-networks?parent_id=eca1bed7-dd29-45e6-996f-156e114f64a7&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002901 10.0.0.45 - - [2024-12-30 02:13:26] "GET /virtual-network/082c02d9-6da7-487f-aa57-8cd229483efa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.003572 10.0.0.45 - - [2024-12-30 02:13:26] "POST /neutron/port HTTP/1.1" 200 1101 0.013988 10.0.0.45 - - [2024-12-30 02:13:26] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005368 10.0.0.45 - - [2024-12-30 02:13:26] "POST /neutron/port HTTP/1.1" 200 1101 0.031206 10.0.0.45 - - [2024-12-30 02:13:26] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004574 10.0.0.45 - - [2024-12-30 02:13:26] "POST /neutron/port HTTP/1.1" 200 1100 0.013057 10.0.0.45 - - [2024-12-30 02:13:26] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004681 10.0.0.45 - - [2024-12-30 02:13:31] "GET /projects?obj_uuids=eca1bed7-dd29-45e6-996f-156e114f64a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001214 10.0.0.45 - - [2024-12-30 02:13:31] "POST /neutron/floatingip HTTP/1.1" 200 530 0.056969 10.0.0.45 - - [2024-12-30 02:13:31] "POST /neutron/port HTTP/1.1" 200 1101 0.012343 10.0.0.45 - - [2024-12-30 02:13:31] "POST /neutron/floatingip HTTP/1.1" 200 530 0.003941 10.0.0.45 - - [2024-12-30 02:13:31] "POST /neutron/floatingip HTTP/1.1" 200 578 0.024404 10.0.0.45 - - [2024-12-30 02:13:31] "POST /neutron/port HTTP/1.1" 200 1100 0.012719 10.0.0.45 - - [2024-12-30 02:13:31] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004974 10.0.0.45 - - [2024-12-30 02:13:31] "POST /neutron/port HTTP/1.1" 200 1100 0.012441 10.0.0.45 - - [2024-12-30 02:13:31] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005272 10.0.0.45 - - [2024-12-30 02:13:31] "POST /neutron/port HTTP/1.1" 200 1100 0.013047 10.0.0.45 - - [2024-12-30 02:13:31] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004929 10.0.0.45 - - [2024-12-30 02:13:31] "GET /virtual-machine/0f83472c-4f34-4abb-b569-eca0b667e1a4 HTTP/1.1" 200 1304 0.003268 10.0.0.45 - - [2024-12-30 02:13:31] "GET /virtual-machine-interface/3927450a-be2c-4311-8851-47c99e8b0464 HTTP/1.1" 200 3002 0.002339 10.0.0.45 - - [2024-12-30 02:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002226 10.0.0.45 - - [2024-12-30 02:13:31] "GET /global-vrouter-config/2a0444fa-d43d-4f60-a2fe-7773b4f4125f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002170 10.0.0.45 - - [2024-12-30 02:13:31] "GET /virtual-networks?parent_id=eca1bed7-dd29-45e6-996f-156e114f64a7&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002619 10.0.0.45 - - [2024-12-30 02:13:31] "GET /virtual-network/bbcd6acb-cb19-4c4f-9fbd-aa7964f82ba7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.003191 10.0.0.45 - - [2024-12-30 02:13:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002909 10.0.0.45 - - [2024-12-30 02:13:32] "GET /global-vrouter-config/2a0444fa-d43d-4f60-a2fe-7773b4f4125f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003012 10.0.0.45 - - [2024-12-30 02:13:33] "GET /virtual-networks?parent_id=eca1bed7-dd29-45e6-996f-156e114f64a7&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003161 10.0.0.45 - - [2024-12-30 02:13:33] "GET /virtual-network/bbcd6acb-cb19-4c4f-9fbd-aa7964f82ba7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.003235 10.0.0.45 - - [2024-12-30 02:13:33] "POST /neutron/floatingip HTTP/1.1" 200 578 0.008620 10.0.0.45 - - [2024-12-30 02:13:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002056 10.0.0.45 - - [2024-12-30 02:13:33] "GET /routing-instance/80b41058-5e3b-41b3-8341-dc3f2701ac2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1490 0.002118 10.0.0.45 - - [2024-12-30 02:13:33] "GET /route-target/df93c546-f46a-43b1-927f-2e86332bd7c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003027 10.0.0.45 - - [2024-12-30 02:13:33] "GET /floating-ip/d72a5320-4eaf-460d-903d-8efbaa859a93 HTTP/1.1" 200 1890 0.004175 10.0.0.45 - - [2024-12-30 02:13:35] "POST /neutron/floatingip HTTP/1.1" 200 578 0.008796 10.0.0.45 - - [2024-12-30 02:13:35] "POST /neutron/floatingip HTTP/1.1" 200 530 0.016494 10.0.0.45 - - [2024-12-30 02:13:35] "POST /neutron/floatingip HTTP/1.1" 200 530 0.004704 10.0.0.45 - - [2024-12-30 02:13:36] "POST /neutron/floatingip HTTP/1.1" 200 115 0.029873 10.0.0.45 - - [2024-12-30 02:13:36] "GET /floating-ip-pool/9f42ec5a-b9ed-4d02-9b81-f41712817f0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.002453 10.0.0.45 - - [2024-12-30 02:13:36] "POST /ref-update HTTP/1.1" 200 156 0.007538 10.0.0.45 - - [2024-12-30 02:13:36] "DELETE /floating-ip-pool/9f42ec5a-b9ed-4d02-9b81-f41712817f0b HTTP/1.1" 200 115 0.024749 10.0.0.45 - - [2024-12-30 02:13:36] "POST /neutron/network HTTP/1.1" 200 839 0.009466 10.0.0.45 - - [2024-12-30 02:13:36] "POST /neutron/network HTTP/1.1" 400 204 0.011031 10.0.0.45 - - [2024-12-30 02:13:36] "POST /neutron/port HTTP/1.1" 200 1100 0.013304 10.0.0.45 - - [2024-12-30 02:13:36] "POST /neutron/port HTTP/1.1" 200 1126 0.009236 10.0.0.45 - - [2024-12-30 02:13:36] "POST /neutron/port HTTP/1.1" 200 1101 0.018708 10.0.0.45 - - [2024-12-30 02:13:36] "POST /neutron/port HTTP/1.1" 200 1127 0.007719 10.0.0.45 - - [2024-12-30 02:13:36] "POST /neutron/port HTTP/1.1" 200 151 0.121235 10.0.0.45 - - [2024-12-30 02:13:36] "POST /neutron/port HTTP/1.1" 200 151 0.106634 10.0.0.45 - - [2024-12-30 02:13:38] "POST /neutron/network HTTP/1.1" 200 839 0.005753 10.0.0.45 - - [2024-12-30 02:13:38] "POST /useragent-kv HTTP/1.1" 200 115 0.001042 10.0.0.45 - - [2024-12-30 02:13:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005625 10.0.0.45 - - [2024-12-30 02:13:38] "POST /useragent-kv HTTP/1.1" 200 115 0.000919 10.0.0.45 - - [2024-12-30 02:13:38] "POST /neutron/network HTTP/1.1" 200 151 0.067899 10.0.0.45 - - [2024-12-30 02:13:38] "DELETE /route-target/8b425c74-b998-4bb3-8c3c-2584b72b6aab HTTP/1.1" 200 115 0.012723 10.0.0.45 - - [2024-12-30 02:13:38] "GET /routing-instance/0e2f3ca5-246e-4140-9db6-94569d6d06f2 HTTP/1.1" 404 171 0.003466 10.0.0.45 - - [2024-12-30 02:13:38] "GET /domains HTTP/1.1" 200 280 0.001848 10.0.0.45 - - [2024-12-30 02:13:38] "GET /domains?obj_uuids=9eb6c690-2dfa-4489-b11f-76c7854c1b5d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000916 10.0.0.45 - - [2024-12-30 02:13:38] "GET /domain/9eb6c690-2dfa-4489-b11f-76c7854c1b5d HTTP/1.1" 200 2783 0.046316 10.0.0.45 - - [2024-12-30 02:13:38] "GET /projects?obj_uuids=eca1bed7-dd29-45e6-996f-156e114f64a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001015 10.0.0.45 - - [2024-12-30 02:13:38] "GET /project/eca1bed7-dd29-45e6-996f-156e114f64a7 HTTP/1.1" 200 2175 0.063392 10.0.0.45 - - [2024-12-30 02:13:38] "POST /neutron/network HTTP/1.1" 200 838 0.005910 10.0.0.45 - - [2024-12-30 02:13:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003992 10.0.0.45 - - [2024-12-30 02:13:38] "POST /useragent-kv HTTP/1.1" 200 115 0.001002 10.0.0.45 - - [2024-12-30 02:13:38] "POST /useragent-kv HTTP/1.1" 200 115 0.001575 10.0.0.45 - - [2024-12-30 02:13:38] "POST /neutron/network HTTP/1.1" 200 151 0.098483 10.0.0.45 - - [2024-12-30 02:13:38] "DELETE /route-target/df93c546-f46a-43b1-927f-2e86332bd7c2 HTTP/1.1" 200 115 0.025252 10.0.0.45 - - [2024-12-30 02:13:38] "GET /routing-instance/80b41058-5e3b-41b3-8341-dc3f2701ac2c HTTP/1.1" 404 171 0.003386 10.0.0.45 - - [2024-12-30 02:13:38] "GET /domains HTTP/1.1" 200 280 0.003243 10.0.0.45 - - [2024-12-30 02:13:38] "GET /domains?obj_uuids=9eb6c690-2dfa-4489-b11f-76c7854c1b5d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001098 10.0.0.45 - - [2024-12-30 02:13:38] "GET /domain/9eb6c690-2dfa-4489-b11f-76c7854c1b5d HTTP/1.1" 200 2783 0.050292 10.0.0.45 - - [2024-12-30 02:13:38] "GET /projects?obj_uuids=eca1bed7-dd29-45e6-996f-156e114f64a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000944 10.0.0.45 - - [2024-12-30 02:13:38] "GET /project/eca1bed7-dd29-45e6-996f-156e114f64a7 HTTP/1.1" 200 1925 0.063644 10.0.0.45 - - [2024-12-30 02:13:39] "GET /projects?obj_uuids=eca1bed7-dd29-45e6-996f-156e114f64a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001358 10.0.0.45 - - [2024-12-30 02:13:39] "GET /project/eca1bed7-dd29-45e6-996f-156e114f64a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.019276 10.0.0.45 - - [2024-12-30 02:13:39] "GET /projects?obj_uuids=eca1bed7-dd29-45e6-996f-156e114f64a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001488 10.0.0.45 - - [2024-12-30 02:13:39] "GET /project/eca1bed7-dd29-45e6-996f-156e114f64a7?fields=virtual_networks HTTP/1.1" 200 1057 0.065446 10.0.0.45 - - [2024-12-30 02:13:39] "GET /projects?obj_uuids=eca1bed7-dd29-45e6-996f-156e114f64a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001015 10.0.0.45 - - [2024-12-30 02:13:39] "GET /project/eca1bed7-dd29-45e6-996f-156e114f64a7?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.022293 10.0.0.45 - - [2024-12-30 02:13:39] "GET /projects?obj_uuids=eca1bed7-dd29-45e6-996f-156e114f64a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001051 10.0.0.45 - - [2024-12-30 02:13:39] "GET /project/eca1bed7-dd29-45e6-996f-156e114f64a7?fields=security_groups HTTP/1.1" 200 1295 0.019170 10.0.0.45 - - [2024-12-30 02:13:39] "DELETE /project/eca1bed7dd2945e6996f156e114f64a7 HTTP/1.1" 404 173 0.008618 10.0.0.45 - - [2024-12-30 02:13:39] "DELETE /project/3d3da98a807744f0aa3dadc5b1456d94 HTTP/1.1" 404 173 0.006779 10.0.0.45 - - [2024-12-30 02:13:39] "DELETE /project/4155030107db43b488eada351f18c98c HTTP/1.1" 404 173 0.005483 10.0.0.45 - - [2024-12-30 02:13:39] "GET /projects?obj_uuids=41550301-07db-43b4-88ea-da351f18c98c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000936 10.0.0.45 - - [2024-12-30 02:13:39] "GET /project/41550301-07db-43b4-88ea-da351f18c98c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1511 0.021704 10.0.0.45 - - [2024-12-30 02:13:39] "GET /projects?obj_uuids=41550301-07db-43b4-88ea-da351f18c98c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001017 10.0.0.45 - - [2024-12-30 02:13:39] "GET /project/41550301-07db-43b4-88ea-da351f18c98c?fields=security_groups HTTP/1.1" 200 1395 0.066926 10.0.0.45 - - [2024-12-30 02:13:39] "DELETE /security-group/2f4ce279-9a89-4a74-a884-9d5f5ca9c6e8 HTTP/1.1" 200 115 0.035000 10.0.0.45 - - [2024-12-30 02:13:39] "GET /projects?obj_uuids=41550301-07db-43b4-88ea-da351f18c98c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001029 10.0.0.45 - - [2024-12-30 02:13:39] "DELETE /access-control-list/9dbf5c2b-c51e-4c00-af82-4e3d35fc3199 HTTP/1.1" 200 115 0.026359 10.0.0.45 - - [2024-12-30 02:13:39] "GET /project/41550301-07db-43b4-88ea-da351f18c98c?fields=application_policy_sets HTTP/1.1" 200 1434 0.028372 10.0.0.45 - - [2024-12-30 02:13:39] "DELETE /access-control-list/60ce0721-4949-4466-822f-803f78d4e672 HTTP/1.1" 200 115 0.026398 10.0.0.45 - - [2024-12-30 02:13:40] "DELETE /project/41550301-07db-43b4-88ea-da351f18c98c HTTP/1.1" 200 115 0.307205 10.0.0.45 - - [2024-12-30 02:13:40] "POST /fqname-to-id HTTP/1.1" 404 183 0.027080 10.0.0.45 - - [2024-12-30 02:13:40] "GET /projects?obj_uuids=02a76710-89d8-4a24-bd87-d48ff5a95bb4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002384 10.0.0.45 - - [2024-12-30 02:13:40] "GET /domains?obj_uuids=9eb6c690-2dfa-4489-b11f-76c7854c1b5d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001010 10.0.0.45 - - [2024-12-30 02:13:40] "GET /domain/9eb6c690-2dfa-4489-b11f-76c7854c1b5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006346 10.0.0.45 - - [2024-12-30 02:13:40] "POST /id-to-fqname HTTP/1.1" 200 185 0.001624 10.0.0.45 - - [2024-12-30 02:13:40] "POST /fqname-to-id HTTP/1.1" 404 194 0.002572 10.0.0.45 - - [2024-12-30 02:13:40] "POST /security-groups HTTP/1.1" 200 586 0.063148 10.0.0.45 - - [2024-12-30 02:13:40] "POST /fqname-to-id HTTP/1.1" 404 229 0.002271 10.0.0.45 - - [2024-12-30 02:13:40] "POST /projects HTTP/1.1" 200 575 0.210687 10.0.0.45 - - [2024-12-30 02:13:40] "POST /access-control-lists HTTP/1.1" 200 591 0.060707 10.0.0.45 - - [2024-12-30 02:13:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.278974 10.0.0.45 - - [2024-12-30 02:13:40] "POST /fqname-to-id HTTP/1.1" 404 228 0.002933 10.0.0.45 - - [2024-12-30 02:13:40] "GET /project/02a76710-89d8-4a24-bd87-d48ff5a95bb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.391732 10.0.0.45 - - [2024-12-30 02:13:40] "POST /access-control-lists HTTP/1.1" 200 589 0.059736 10.0.0.45 - - [2024-12-30 02:13:41] "GET / HTTP/1.1" 200 35931 0.001890 10.0.0.45 - - [2024-12-30 02:13:42] "GET /projects?obj_uuids=02a76710-89d8-4a24-bd87-d48ff5a95bb4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001616 10.0.0.45 - - [2024-12-30 02:13:42] "GET /project/02a76710-89d8-4a24-bd87-d48ff5a95bb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.022812 10.0.0.45 - - [2024-12-30 02:13:42] "GET /projects?obj_uuids=02a76710-89d8-4a24-bd87-d48ff5a95bb4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001400 10.0.0.45 - - [2024-12-30 02:13:42] "GET /project/02a76710-89d8-4a24-bd87-d48ff5a95bb4?fields=virtual_networks HTTP/1.1" 200 1021 0.063848 10.0.0.45 - - [2024-12-30 02:13:42] "GET /projects?obj_uuids=02a76710-89d8-4a24-bd87-d48ff5a95bb4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001048 10.0.0.45 - - [2024-12-30 02:13:42] "GET /project/02a76710-89d8-4a24-bd87-d48ff5a95bb4?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.018301 10.0.0.45 - - [2024-12-30 02:13:42] "GET /projects?obj_uuids=02a76710-89d8-4a24-bd87-d48ff5a95bb4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001369 10.0.0.45 - - [2024-12-30 02:13:42] "GET /project/02a76710-89d8-4a24-bd87-d48ff5a95bb4?fields=security_groups HTTP/1.1" 200 1242 0.019585 10.0.0.45 - - [2024-12-30 02:13:43] "POST /fqname-to-id HTTP/1.1" 404 191 0.024232 10.0.0.45 - - [2024-12-30 02:13:43] "GET /projects?obj_uuids=5222520e-3b84-4749-82f8-412a24192451&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002409 10.0.0.45 - - [2024-12-30 02:13:43] "GET /domains?obj_uuids=9eb6c690-2dfa-4489-b11f-76c7854c1b5d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001068 10.0.0.45 - - [2024-12-30 02:13:43] "GET /domain/9eb6c690-2dfa-4489-b11f-76c7854c1b5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006177 10.0.0.45 - - [2024-12-30 02:13:43] "POST /id-to-fqname HTTP/1.1" 200 193 0.001381 10.0.0.45 - - [2024-12-30 02:13:43] "POST /fqname-to-id HTTP/1.1" 404 202 0.003054 10.0.0.45 - - [2024-12-30 02:13:43] "POST /security-groups HTTP/1.1" 200 594 0.059587 10.0.0.45 - - [2024-12-30 02:13:43] "POST /fqname-to-id HTTP/1.1" 404 237 0.002218 10.0.0.45 - - [2024-12-30 02:13:43] "POST /projects HTTP/1.1" 200 591 0.201807 10.0.0.45 - - [2024-12-30 02:13:43] "POST /access-control-lists HTTP/1.1" 200 599 0.055628 10.0.0.45 - - [2024-12-30 02:13:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.272243 10.0.0.45 - - [2024-12-30 02:13:44] "POST /fqname-to-id HTTP/1.1" 404 236 0.002582 10.0.0.45 - - [2024-12-30 02:13:44] "GET /project/5222520e-3b84-4749-82f8-412a24192451?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.392754 10.0.0.45 - - [2024-12-30 02:13:44] "POST /access-control-lists HTTP/1.1" 200 597 0.060201 10.0.0.45 - - [2024-12-30 02:13:45] "GET / HTTP/1.1" 200 35931 0.001930 10.0.0.45 - - [2024-12-30 02:13:46] "GET /project/5222520e-3b84-4749-82f8-412a24192451?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000465 10.0.0.45 - - [2024-12-30 02:13:46] "GET /obj-perms HTTP/1.1" 200 5056 0.058525 10.0.0.45 - - [2024-12-30 02:13:46] "GET /projects?obj_uuids=5222520e-3b84-4749-82f8-412a24192451&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001132 10.0.0.45 - - [2024-12-30 02:13:47] "GET /project/5222520e-3b84-4749-82f8-412a24192451?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.324409 10.0.0.45 - - [2024-12-30 02:13:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002701 10.0.0.45 - - [2024-12-30 02:13:47] "GET /obj-perms HTTP/1.1" 200 5056 0.055150 10.0.0.45 - - [2024-12-30 02:13:47] "GET /security-group/6120b802-7fd8-4d23-90f7-d6ebd9fc37e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.005223 10.0.0.45 - - [2024-12-30 02:13:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.45 - - [2024-12-30 02:13:47] "GET /projects?obj_uuids=5222520e-3b84-4749-82f8-412a24192451&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001040 10.0.0.45 - - [2024-12-30 02:13:47] "GET /project/5222520e-3b84-4749-82f8-412a24192451?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.018066 10.0.0.45 - - [2024-12-30 02:13:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.45 - - [2024-12-30 02:13:47] "GET /security-group/6120b802-7fd8-4d23-90f7-d6ebd9fc37e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.003531 10.0.0.45 - - [2024-12-30 02:13:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002782 10.0.0.45 - - [2024-12-30 02:13:47] "PUT /security-group/6120b802-7fd8-4d23-90f7-d6ebd9fc37e7 HTTP/1.1" 200 262 0.013324 10.0.0.45 - - [2024-12-30 02:13:47] "PUT /access-control-list/bb2f749b-58ed-48bc-8a13-fe822a1ac033 HTTP/1.1" 200 272 0.007656 10.0.0.45 - - [2024-12-30 02:13:47] "PUT /access-control-list/721d3fdf-1568-4871-9951-96f7eb0366c1 HTTP/1.1" 200 272 0.007878 10.0.0.45 - - [2024-12-30 02:13:47] "POST /fqname-to-id HTTP/1.1" 404 202 0.002485 10.0.0.45 - - [2024-12-30 02:13:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.45 - - [2024-12-30 02:13:47] "GET /projects?obj_uuids=5222520e-3b84-4749-82f8-412a24192451&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001062 10.0.0.45 - - [2024-12-30 02:13:47] "GET /project/5222520e-3b84-4749-82f8-412a24192451?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.020772 10.0.0.45 - - [2024-12-30 02:13:47] "POST /neutron/network HTTP/1.1" 200 117 0.025782 10.0.0.45 - - [2024-12-30 02:13:47] "GET /projects?obj_uuids=5222520e-3b84-4749-82f8-412a24192451&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001001 10.0.0.45 - - [2024-12-30 02:13:47] "POST /neutron/network HTTP/1.1" 200 608 0.061453 10.0.0.45 - - [2024-12-30 02:13:47] "POST /useragent-kv HTTP/1.1" 200 115 0.003515 10.0.0.45 - - [2024-12-30 02:13:47] "POST /neutron/subnet HTTP/1.1" 200 719 0.179077 10.0.0.45 - - [2024-12-30 02:13:47] "POST /neutron/network HTTP/1.1" 200 826 0.005617 10.0.0.45 - - [2024-12-30 02:13:47] "POST /id-to-fqname HTTP/1.1" 200 223 0.001083 10.0.0.45 - - [2024-12-30 02:13:47] "GET /virtual-network/b015b91b-4e72-4951-ad33-5749e5423cb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.002406 10.0.0.45 - - [2024-12-30 02:13:47] "POST /neutron/network HTTP/1.1" 200 826 0.009061 10.0.0.45 - - [2024-12-30 02:13:47] "POST /route-targets HTTP/1.1" 200 327 0.011810 10.0.0.45 - - [2024-12-30 02:13:47] "GET /virtual-network/b015b91b-4e72-4951-ad33-5749e5423cb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.003389 10.0.0.45 - - [2024-12-30 02:13:48] "POST /ref-update HTTP/1.1" 200 156 0.022814 10.0.0.45 - - [2024-12-30 02:13:48] "POST /neutron/network HTTP/1.1" 200 826 0.005617 10.0.0.45 - - [2024-12-30 02:13:48] "POST /neutron/subnet HTTP/1.1" 200 719 0.007234 10.0.0.45 - - [2024-12-30 02:13:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002303 10.0.0.45 - - [2024-12-30 02:13:48] "GET /projects?obj_uuids=5222520e-3b84-4749-82f8-412a24192451&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001514 10.0.0.45 - - [2024-12-30 02:13:48] "GET /project/5222520e-3b84-4749-82f8-412a24192451?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.073946 10.0.0.45 - - [2024-12-30 02:13:48] "POST /neutron/network HTTP/1.1" 200 117 0.008542 10.0.0.45 - - [2024-12-30 02:13:48] "GET /projects?obj_uuids=5222520e-3b84-4749-82f8-412a24192451&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000987 10.0.0.45 - - [2024-12-30 02:13:48] "POST /neutron/network HTTP/1.1" 200 615 0.081694 10.0.0.45 - - [2024-12-30 02:13:48] "POST /route-targets HTTP/1.1" 200 327 0.015698 10.0.0.45 - - [2024-12-30 02:13:48] "POST /ref-update HTTP/1.1" 200 156 0.010012 10.0.0.45 - - [2024-12-30 02:13:48] "POST /useragent-kv HTTP/1.1" 200 115 0.005305 10.0.0.45 - - [2024-12-30 02:13:48] "POST /neutron/subnet HTTP/1.1" 200 710 0.138505 10.0.0.45 - - [2024-12-30 02:13:48] "POST /neutron/network HTTP/1.1" 200 831 0.005347 10.0.0.45 - - [2024-12-30 02:13:48] "POST /id-to-fqname HTTP/1.1" 200 227 0.001439 10.0.0.45 - - [2024-12-30 02:13:48] "GET /virtual-network/cebdb825-5181-4420-b57c-9437636f275e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.002841 10.0.0.45 - - [2024-12-30 02:13:48] "POST /neutron/network HTTP/1.1" 200 831 0.005875 10.0.0.45 - - [2024-12-30 02:13:48] "GET /virtual-network/cebdb825-5181-4420-b57c-9437636f275e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.002687 10.0.0.45 - - [2024-12-30 02:13:48] "POST /neutron/network HTTP/1.1" 200 831 0.005157 10.0.0.45 - - [2024-12-30 02:13:48] "POST /neutron/subnet HTTP/1.1" 200 710 0.006137 10.0.0.45 - - [2024-12-30 02:13:48] "POST /id-to-fqname HTTP/1.1" 200 223 0.001167 10.0.0.45 - - [2024-12-30 02:13:48] "POST /neutron/network HTTP/1.1" 200 836 0.005190 10.0.0.45 - - [2024-12-30 02:13:48] "GET /aaa-mode HTTP/1.1" 401 292 0.000367 10.0.0.45 - - [2024-12-30 02:13:49] "GET / HTTP/1.1" 200 35931 0.001851 10.0.0.45 - - [2024-12-30 02:13:49] "GET /project/5222520e-3b84-4749-82f8-412a24192451?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000383 10.0.0.45 - - [2024-12-30 02:13:49] "GET /projects?obj_uuids=5222520e-3b84-4749-82f8-412a24192451&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001099 10.0.0.45 - - [2024-12-30 02:13:49] "GET /project/5222520e-3b84-4749-82f8-412a24192451?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.045628 10.0.0.45 - - [2024-12-30 02:13:49] "POST /neutron/network HTTP/1.1" 200 826 0.005609 10.0.0.45 - - [2024-12-30 02:13:49] "POST /neutron/port HTTP/1.1" 200 117 0.004731 10.0.0.45 - - [2024-12-30 02:13:49] "POST /neutron/port HTTP/1.1" 200 117 0.004652 10.0.0.45 - - [2024-12-30 02:13:49] "POST /id-to-fqname HTTP/1.1" 200 227 0.001224 10.0.0.45 - - [2024-12-30 02:13:49] "POST /neutron/port HTTP/1.1" 200 117 0.005013 10.0.0.45 - - [2024-12-30 02:13:49] "POST /neutron/network HTTP/1.1" 200 841 0.005489 10.0.0.45 - - [2024-12-30 02:13:49] "GET /aaa-mode HTTP/1.1" 401 292 0.000381 10.0.0.45 - - [2024-12-30 02:13:49] "POST /neutron/network HTTP/1.1" 200 836 0.005512 10.0.0.45 - - [2024-12-30 02:13:50] "GET /projects?obj_uuids=5222520e-3b84-4749-82f8-412a24192451&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001101 10.0.0.45 - - [2024-12-30 02:13:50] "GET / HTTP/1.1" 200 35931 0.001623 10.0.0.45 - - [2024-12-30 02:13:50] "GET /project/5222520e-3b84-4749-82f8-412a24192451?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000389 10.0.0.45 - - [2024-12-30 02:13:50] "POST /neutron/port HTTP/1.1" 200 1062 0.189081 10.0.0.45 - - [2024-12-30 02:13:50] "POST /neutron/port HTTP/1.1" 200 1062 0.008240 10.0.0.45 - - [2024-12-30 02:13:50] "POST /neutron/port HTTP/1.1" 200 1062 0.009371 10.0.0.45 - - [2024-12-30 02:13:50] "POST /neutron/port HTTP/1.1" 200 1116 0.056306 10.0.0.45 - - [2024-12-30 02:13:50] "POST /neutron/port HTTP/1.1" 200 1090 0.013987 10.0.0.45 - - [2024-12-30 02:13:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002741 10.0.0.45 - - [2024-12-30 02:13:50] "POST /neutron/subnet HTTP/1.1" 200 693 0.010120 10.0.0.45 - - [2024-12-30 02:13:50] "POST /neutron/port HTTP/1.1" 200 117 0.001077 10.0.0.45 - - [2024-12-30 02:13:50] "POST /neutron/network HTTP/1.1" 200 826 0.004974 10.0.0.45 - - [2024-12-30 02:13:50] "GET /projects?obj_uuids=5222520e-3b84-4749-82f8-412a24192451&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001195 10.0.0.45 - - [2024-12-30 02:13:50] "GET /project/5222520e-3b84-4749-82f8-412a24192451?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.037659 10.0.0.45 - - [2024-12-30 02:13:50] "POST /neutron/network HTTP/1.1" 200 831 0.005364 10.0.0.45 - - [2024-12-30 02:13:50] "POST /neutron/port HTTP/1.1" 200 1090 0.018489 10.0.0.45 - - [2024-12-30 02:13:50] "POST /neutron/security_group HTTP/1.1" 200 2002 0.010498 10.0.0.45 - - [2024-12-30 02:13:50] "POST /neutron/port HTTP/1.1" 200 117 0.004717 10.0.0.45 - - [2024-12-30 02:13:50] "GET /projects?obj_uuids=5222520e-3b84-4749-82f8-412a24192451&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002287 10.0.0.45 - - [2024-12-30 02:13:50] "POST /neutron/router HTTP/1.1" 200 585 0.053045 10.0.0.45 - - [2024-12-30 02:13:50] "POST /neutron/router HTTP/1.1" 200 585 0.007338 10.0.0.45 - - [2024-12-30 02:13:50] "POST /route-targets HTTP/1.1" 200 327 0.018538 10.0.0.45 - - [2024-12-30 02:13:50] "PUT /logical-router/dad9e3a6-bcb4-4c67-8d0d-961ca68ed68d HTTP/1.1" 200 262 0.038015 10.0.0.45 - - [2024-12-30 02:13:50] "POST /neutron/router HTTP/1.1" 200 656 0.048877 10.0.0.45 - - [2024-12-30 02:13:50] "GET /logical-router/dad9e3a6-bcb4-4c67-8d0d-961ca68ed68d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1641 0.007639 10.0.0.45 - - [2024-12-30 02:13:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.006723 10.0.0.45 - - [2024-12-30 02:13:50] "POST /neutron/router HTTP/1.1" 200 656 0.006417 10.0.0.45 - - [2024-12-30 02:13:50] "GET /projects?obj_uuids=5222520e-3b84-4749-82f8-412a24192451&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001495 10.0.0.45 - - [2024-12-30 02:13:50] "GET /service-template/09c44219-fd48-40d4-be08-583b99e73ab8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.004825 10.0.0.45 - - [2024-12-30 02:13:50] "POST /fqname-to-id HTTP/1.1" 404 215 0.002431 10.0.0.45 - - [2024-12-30 02:13:51] "POST /neutron/network HTTP/1.1" 200 841 0.013763 10.0.0.45 - - [2024-12-30 02:13:51] "GET /projects?obj_uuids=5222520e-3b84-4749-82f8-412a24192451&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001087 10.0.0.45 - - [2024-12-30 02:13:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003140 10.0.0.45 - - [2024-12-30 02:13:51] "POST /virtual-networks HTTP/1.1" 200 694 0.176423 10.0.0.45 - - [2024-12-30 02:13:51] "POST /neutron/router HTTP/1.1" 200 344 0.354031 10.0.0.45 - - [2024-12-30 02:13:51] "POST /route-targets HTTP/1.1" 200 327 0.055246 10.0.0.45 - - [2024-12-30 02:13:51] "POST /ref-update HTTP/1.1" 200 156 0.040880 10.0.0.45 - - [2024-12-30 02:13:51] "POST /neutron/port HTTP/1.1" 200 1090 0.062684 10.0.0.45 - - [2024-12-30 02:13:51] "POST /neutron/security_group HTTP/1.1" 200 2002 0.040907 10.0.0.45 - - [2024-12-30 02:13:51] "POST /service-instances HTTP/1.1" 200 670 0.148056 10.0.0.45 - - [2024-12-30 02:13:51] "POST /ref-update HTTP/1.1" 200 156 0.073947 10.0.0.45 - - [2024-12-30 02:13:51] "POST /route-tables HTTP/1.1" 200 582 0.054599 10.0.0.45 - - [2024-12-30 02:13:51] "PUT /logical-router/dad9e3a6-bcb4-4c67-8d0d-961ca68ed68d HTTP/1.1" 200 262 0.025543 10.0.0.45 - - [2024-12-30 02:13:51] "POST /neutron/port HTTP/1.1" 200 1060 0.430916 10.0.0.45 - - [2024-12-30 02:13:51] "POST /neutron/port HTTP/1.1" 200 1060 0.013166 10.0.0.45 - - [2024-12-30 02:13:51] "POST /neutron/port HTTP/1.1" 200 1060 0.007736 10.0.0.45 - - [2024-12-30 02:13:51] "POST /ref-update HTTP/1.1" 200 156 0.022298 10.0.0.45 - - [2024-12-30 02:13:51] "POST /neutron/port HTTP/1.1" 200 1114 0.052933 10.0.0.45 - - [2024-12-30 02:13:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.45 - - [2024-12-30 02:13:51] "POST /neutron/port HTTP/1.1" 200 1088 0.014045 10.0.0.45 - - [2024-12-30 02:13:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002841 10.0.0.45 - - [2024-12-30 02:13:51] "POST /neutron/subnet HTTP/1.1" 200 684 0.008157 10.0.0.45 - - [2024-12-30 02:13:51] "POST /neutron/port HTTP/1.1" 200 117 0.001145 10.0.0.45 - - [2024-12-30 02:13:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002111 10.0.0.45 - - [2024-12-30 02:13:51] "POST /neutron/network HTTP/1.1" 200 831 0.004772 10.0.0.45 - - [2024-12-30 02:13:51] "POST /virtual-machines HTTP/1.1" 200 553 0.011704 10.0.0.45 - - [2024-12-30 02:13:51] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.080273 10.0.0.45 - - [2024-12-30 02:13:52] "POST /chown HTTP/1.1" 200 109 0.009824 10.0.0.45 - - [2024-12-30 02:13:52] "POST /instance-ips HTTP/1.1" 200 551 0.021337 10.0.0.45 - - [2024-12-30 02:13:52] "POST /instance-ips HTTP/1.1" 400 246 0.016847 10.0.0.45 - - [2024-12-30 02:13:52] "POST /chown HTTP/1.1" 200 109 0.007993 10.0.0.45 - - [2024-12-30 02:13:52] "PUT /virtual-machine-interface/ffdefef7-a105-419b-ac36-4d2e8904f4d0 HTTP/1.1" 200 284 0.013242 10.0.0.45 - - [2024-12-30 02:13:52] "PUT /instance-ip/e4f62023-334b-4d15-93c8-bf65762b3ebe HTTP/1.1" 200 256 0.017074 10.0.0.45 - - [2024-12-30 02:13:52] "POST /ref-update HTTP/1.1" 200 156 0.009812 10.0.0.45 - - [2024-12-30 02:13:52] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.092678 10.0.0.45 - - [2024-12-30 02:13:52] "POST /chown HTTP/1.1" 200 109 0.006892 10.0.0.45 - - [2024-12-30 02:13:52] "POST /instance-ips HTTP/1.1" 200 549 0.028877 10.0.0.45 - - [2024-12-30 02:13:52] "POST /instance-ips HTTP/1.1" 400 316 0.012596 10.0.0.45 - - [2024-12-30 02:13:52] "POST /chown HTTP/1.1" 200 109 0.008085 10.0.0.45 - - [2024-12-30 02:13:52] "PUT /virtual-machine-interface/7eb95260-06c7-4247-9079-ca583d7cf944 HTTP/1.1" 200 284 0.010328 10.0.0.45 - - [2024-12-30 02:13:52] "PUT /instance-ip/264e14fa-bdfb-41e3-8240-aa2e7c6103aa HTTP/1.1" 200 256 0.011085 10.0.0.45 - - [2024-12-30 02:13:52] "POST /ref-update HTTP/1.1" 200 156 0.010875 10.0.0.45 - - [2024-12-30 02:13:52] "POST /ref-update HTTP/1.1" 200 156 0.007495 10.0.0.45 - - [2024-12-30 02:13:52] "PUT /routing-instance/0fb31e26-3f4e-4bf2-8ad9-0159bb59dd5b HTTP/1.1" 200 266 0.012529 10.0.0.45 - - [2024-12-30 02:13:52] "POST /ref-update HTTP/1.1" 200 156 0.014955 10.0.0.45 - - [2024-12-30 02:13:53] "POST /virtual-machines HTTP/1.1" 200 553 0.013126 10.0.0.45 - - [2024-12-30 02:13:53] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.098122 10.0.0.45 - - [2024-12-30 02:13:53] "POST /chown HTTP/1.1" 200 109 0.007100 10.0.0.45 - - [2024-12-30 02:13:53] "POST /instance-ips HTTP/1.1" 400 246 0.012231 10.0.0.45 - - [2024-12-30 02:13:53] "POST /chown HTTP/1.1" 200 109 0.007847 10.0.0.45 - - [2024-12-30 02:13:53] "PUT /virtual-machine-interface/e0ef6dfc-e1a7-40e3-97a0-726afee32182 HTTP/1.1" 200 284 0.010947 10.0.0.45 - - [2024-12-30 02:13:53] "PUT /instance-ip/e4f62023-334b-4d15-93c8-bf65762b3ebe HTTP/1.1" 200 256 0.012189 10.0.0.45 - - [2024-12-30 02:13:53] "POST /ref-update HTTP/1.1" 200 156 0.010257 10.0.0.45 - - [2024-12-30 02:13:53] "POST /ref-update HTTP/1.1" 200 156 0.012345 10.0.0.45 - - [2024-12-30 02:13:53] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.083549 10.0.0.45 - - [2024-12-30 02:13:53] "POST /chown HTTP/1.1" 200 109 0.012138 10.0.0.45 - - [2024-12-30 02:13:53] "POST /instance-ips HTTP/1.1" 400 316 0.016594 10.0.0.45 - - [2024-12-30 02:13:53] "POST /chown HTTP/1.1" 200 109 0.007311 10.0.0.45 - - [2024-12-30 02:13:53] "PUT /virtual-machine-interface/2747778b-b228-4d8c-8a24-67e54bd7dea8 HTTP/1.1" 200 284 0.011981 10.0.0.45 - - [2024-12-30 02:13:54] "PUT /instance-ip/264e14fa-bdfb-41e3-8240-aa2e7c6103aa HTTP/1.1" 200 256 0.015499 10.0.0.45 - - [2024-12-30 02:13:54] "POST /ref-update HTTP/1.1" 200 156 0.014835 10.0.0.45 - - [2024-12-30 02:13:54] "POST /ref-update HTTP/1.1" 200 156 0.012444 10.0.0.45 - - [2024-12-30 02:13:56] "POST /neutron/port HTTP/1.1" 200 1090 0.015429 10.0.0.45 - - [2024-12-30 02:13:56] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005750 10.0.0.45 - - [2024-12-30 02:13:56] "POST /neutron/port HTTP/1.1" 200 1090 0.015197 10.0.0.45 - - [2024-12-30 02:13:56] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005920 10.0.0.45 - - [2024-12-30 02:13:56] "POST /neutron/port HTTP/1.1" 200 1090 0.018621 10.0.0.45 - - [2024-12-30 02:13:56] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008134 10.0.0.45 - - [2024-12-30 02:13:56] "GET /virtual-machine/85c96046-9c39-4a83-be08-6649d90d8e24 HTTP/1.1" 401 292 0.000463 10.0.0.45 - - [2024-12-30 02:13:57] "GET /virtual-machine/85c96046-9c39-4a83-be08-6649d90d8e24 HTTP/1.1" 200 1295 0.029148 10.0.0.45 - - [2024-12-30 02:13:57] "GET /virtual-machine-interface/01d780b4-566f-4e04-be20-862ce8eb8df9 HTTP/1.1" 200 2954 0.003375 10.0.0.45 - - [2024-12-30 02:13:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002822 10.0.0.45 - - [2024-12-30 02:13:57] "GET /global-vrouter-config/2a0444fa-d43d-4f60-a2fe-7773b4f4125f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004286 10.0.0.45 - - [2024-12-30 02:13:57] "GET /virtual-networks?parent_id=5222520e-3b84-4749-82f8-412a24192451&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003170 10.0.0.45 - - [2024-12-30 02:13:57] "GET /virtual-network/b015b91b-4e72-4951-ad33-5749e5423cb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.003273 10.0.0.45 - - [2024-12-30 02:13:58] "POST /neutron/port HTTP/1.1" 200 1090 0.015102 10.0.0.45 - - [2024-12-30 02:13:58] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005155 10.0.0.45 - - [2024-12-30 02:13:59] "POST /neutron/port HTTP/1.1" 200 1088 0.014776 10.0.0.45 - - [2024-12-30 02:13:59] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005033 10.0.0.45 - - [2024-12-30 02:14:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.45 - - [2024-12-30 02:14:00] "GET /virtual-network/b015b91b-4e72-4951-ad33-5749e5423cb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.002763 10.0.0.45 - - [2024-12-30 02:14:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002792 10.0.0.45 - - [2024-12-30 02:14:02] "GET /global-vrouter-config/2a0444fa-d43d-4f60-a2fe-7773b4f4125f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002525 10.0.0.45 - - [2024-12-30 02:14:02] "GET /virtual-networks?parent_id=5222520e-3b84-4749-82f8-412a24192451&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002843 10.0.0.45 - - [2024-12-30 02:14:02] "GET /virtual-network/b015b91b-4e72-4951-ad33-5749e5423cb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.003162 10.0.0.45 - - [2024-12-30 02:14:02] "POST /neutron/port HTTP/1.1" 200 1088 0.013250 10.0.0.45 - - [2024-12-30 02:14:02] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005191 10.0.0.45 - - [2024-12-30 02:14:02] "POST /neutron/port HTTP/1.1" 200 1088 0.012748 10.0.0.45 - - [2024-12-30 02:14:02] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005200 10.0.0.45 - - [2024-12-30 02:14:02] "POST /neutron/port HTTP/1.1" 200 1088 0.012571 10.0.0.45 - - [2024-12-30 02:14:02] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006109 10.0.0.45 - - [2024-12-30 02:14:02] "GET /virtual-machine/b89dbff1-5291-475c-97a9-ad7a38626e82 HTTP/1.1" 200 1296 0.003627 10.0.0.45 - - [2024-12-30 02:14:02] "GET /virtual-machine-interface/6755cb38-8a64-4f76-9997-9a93d8f0c6e8 HTTP/1.1" 200 2967 0.002484 10.0.0.45 - - [2024-12-30 02:14:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002895 10.0.0.45 - - [2024-12-30 02:14:02] "GET /global-vrouter-config/2a0444fa-d43d-4f60-a2fe-7773b4f4125f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002532 10.0.0.45 - - [2024-12-30 02:14:03] "GET /virtual-networks?parent_id=5222520e-3b84-4749-82f8-412a24192451&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003136 10.0.0.45 - - [2024-12-30 02:14:03] "GET /virtual-network/cebdb825-5181-4420-b57c-9437636f275e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.003271 10.0.0.45 - - [2024-12-30 02:14:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.45 - - [2024-12-30 02:14:04] "GET /global-vrouter-config/2a0444fa-d43d-4f60-a2fe-7773b4f4125f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002516 10.0.0.45 - - [2024-12-30 02:14:04] "GET /virtual-networks?parent_id=5222520e-3b84-4749-82f8-412a24192451&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003490 10.0.0.45 - - [2024-12-30 02:14:04] "GET /virtual-network/cebdb825-5181-4420-b57c-9437636f275e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.003526 10.0.0.45 - - [2024-12-30 02:14:08] "POST /neutron/router HTTP/1.1" 200 656 0.004317 10.0.0.45 - - [2024-12-30 02:14:08] "POST /ref-update HTTP/1.1" 200 156 0.009627 10.0.0.45 - - [2024-12-30 02:14:08] "POST /neutron/router HTTP/1.1" 200 344 0.081108 10.0.0.45 - - [2024-12-30 02:14:08] "POST /neutron/router HTTP/1.1" 200 656 0.004477 10.0.0.45 - - [2024-12-30 02:14:08] "GET /logical-router/dad9e3a6-bcb4-4c67-8d0d-961ca68ed68d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1972 0.002564 10.0.0.45 - - [2024-12-30 02:14:08] "GET /service-instance/6a2d178d-5fd1-44ac-b656-b683136b2050?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.002279 10.0.0.45 - - [2024-12-30 02:14:08] "POST /neutron/router HTTP/1.1" 200 151 0.045246 10.0.0.45 - - [2024-12-30 02:14:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002746 10.0.0.45 - - [2024-12-30 02:14:08] "DELETE /route-target/dfd18649-0165-4538-948b-ecd91614668c HTTP/1.1" 409 239 0.004672 10.0.0.45 - - [2024-12-30 02:14:08] "PUT /logical-router/dad9e3a6-bcb4-4c67-8d0d-961ca68ed68d HTTP/1.1" 404 171 0.005041 10.0.0.45 - - [2024-12-30 02:14:08] "POST /ref-update HTTP/1.1" 200 156 0.011467 10.0.0.45 - - [2024-12-30 02:14:08] "DELETE /route-table/2edfb5a9-22da-452c-8287-5ce65c0a709e HTTP/1.1" 200 115 0.022175 10.0.0.45 - - [2024-12-30 02:14:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.45 - - [2024-12-30 02:14:08] "PUT /routing-instance/0fb31e26-3f4e-4bf2-8ad9-0159bb59dd5b HTTP/1.1" 200 266 0.011789 10.0.0.45 - - [2024-12-30 02:14:08] "GET /virtual-network/3bd34ebb-88e1-4979-a8af-3f64c96cbca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.003564 10.0.0.45 - - [2024-12-30 02:14:08] "POST /neutron/network HTTP/1.1" 200 831 0.006088 10.0.0.45 - - [2024-12-30 02:14:08] "POST /ref-update HTTP/1.1" 200 156 0.011618 10.0.0.45 - - [2024-12-30 02:14:08] "POST /neutron/network HTTP/1.1" 400 204 0.048256 10.0.0.45 - - [2024-12-30 02:14:08] "POST /ref-update HTTP/1.1" 200 156 0.009003 10.0.0.45 - - [2024-12-30 02:14:08] "DELETE /instance-ip/264e14fa-bdfb-41e3-8240-aa2e7c6103aa HTTP/1.1" 200 115 0.036381 10.0.0.45 - - [2024-12-30 02:14:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002343 10.0.0.45 - - [2024-12-30 02:14:09] "POST /useragent-kv HTTP/1.1" 200 115 0.001117 10.0.0.45 - - [2024-12-30 02:14:09] "DELETE /virtual-network/3bd34ebb-88e1-4979-a8af-3f64c96cbca6 HTTP/1.1" 200 115 0.137472 10.0.0.45 - - [2024-12-30 02:14:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.007090 10.0.0.45 - - [2024-12-30 02:14:09] "DELETE /route-target/be9d49cb-e6ce-49bc-8eb3-16ec88ebfeec HTTP/1.1" 200 115 0.036133 10.0.0.45 - - [2024-12-30 02:14:09] "DELETE /service-instance/6a2d178d-5fd1-44ac-b656-b683136b2050 HTTP/1.1" 200 115 0.055002 10.0.0.45 - - [2024-12-30 02:14:09] "GET /logical-router/dad9e3a6-bcb4-4c67-8d0d-961ca68ed68d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002294 10.0.0.45 - - [2024-12-30 02:14:09] "GET /service-instance/6a2d178d-5fd1-44ac-b656-b683136b2050?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004446 10.0.0.45 - - [2024-12-30 02:14:09] "POST /neutron/port HTTP/1.1" 200 1088 0.014828 10.0.0.45 - - [2024-12-30 02:14:09] "POST /neutron/port HTTP/1.1" 200 1114 0.012517 10.0.0.45 - - [2024-12-30 02:14:09] "GET /virtual-machine-interface/7eb95260-06c7-4247-9079-ca583d7cf944?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1332 0.008343 10.0.0.45 - - [2024-12-30 02:14:09] "POST /neutron/port HTTP/1.1" 200 1090 0.017864 10.0.0.45 - - [2024-12-30 02:14:09] "POST /neutron/port HTTP/1.1" 200 1116 0.012409 10.0.0.45 - - [2024-12-30 02:14:09] "DELETE /virtual-machine-interface/7eb95260-06c7-4247-9079-ca583d7cf944 HTTP/1.1" 200 115 0.056582 10.0.0.45 - - [2024-12-30 02:14:09] "GET /virtual-machine-interface/ffdefef7-a105-419b-ac36-4d2e8904f4d0?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1653 0.003632 10.0.0.45 - - [2024-12-30 02:14:09] "POST /neutron/port HTTP/1.1" 200 151 0.140321 10.0.0.45 - - [2024-12-30 02:14:09] "POST /ref-update HTTP/1.1" 200 156 0.029627 10.0.0.45 - - [2024-12-30 02:14:09] "POST /neutron/port HTTP/1.1" 200 151 0.144971 10.0.0.45 - - [2024-12-30 02:14:09] "GET /instance-ip/e4f62023-334b-4d15-93c8-bf65762b3ebe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.003564 10.0.0.45 - - [2024-12-30 02:14:09] "DELETE /virtual-machine-interface/ffdefef7-a105-419b-ac36-4d2e8904f4d0 HTTP/1.1" 200 115 0.047697 10.0.0.45 - - [2024-12-30 02:14:09] "POST /ref-update HTTP/1.1" 200 156 0.010097 10.0.0.45 - - [2024-12-30 02:14:09] "DELETE /virtual-machine/14160b02-a48e-456d-9c30-74d9ab18f370 HTTP/1.1" 200 115 0.017798 10.0.0.45 - - [2024-12-30 02:14:09] "GET /virtual-machine-interface/2747778b-b228-4d8c-8a24-67e54bd7dea8?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1331 0.002857 10.0.0.45 - - [2024-12-30 02:14:09] "DELETE /virtual-machine-interface/2747778b-b228-4d8c-8a24-67e54bd7dea8 HTTP/1.1" 200 115 0.021711 10.0.0.45 - - [2024-12-30 02:14:09] "GET /virtual-machine-interface/e0ef6dfc-e1a7-40e3-97a0-726afee32182?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1653 0.002480 10.0.0.45 - - [2024-12-30 02:14:09] "POST /ref-update HTTP/1.1" 200 156 0.010897 10.0.0.45 - - [2024-12-30 02:14:09] "GET /instance-ip/e4f62023-334b-4d15-93c8-bf65762b3ebe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1693 0.004467 10.0.0.45 - - [2024-12-30 02:14:09] "DELETE /instance-ip/e4f62023-334b-4d15-93c8-bf65762b3ebe HTTP/1.1" 200 115 0.027728 10.0.0.45 - - [2024-12-30 02:14:09] "DELETE /virtual-machine-interface/e0ef6dfc-e1a7-40e3-97a0-726afee32182 HTTP/1.1" 200 115 0.026092 10.0.0.45 - - [2024-12-30 02:14:10] "DELETE /virtual-machine/4373ef2e-2cda-4269-8035-225a6f78a034 HTTP/1.1" 200 115 0.015690 10.0.0.45 - - [2024-12-30 02:14:10] "POST /neutron/network HTTP/1.1" 200 831 0.005294 10.0.0.45 - - [2024-12-30 02:14:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004145 10.0.0.45 - - [2024-12-30 02:14:10] "POST /useragent-kv HTTP/1.1" 200 115 0.001061 10.0.0.45 - - [2024-12-30 02:14:10] "POST /useragent-kv HTTP/1.1" 200 115 0.000897 10.0.0.45 - - [2024-12-30 02:14:10] "POST /neutron/network HTTP/1.1" 200 151 0.073735 10.0.0.45 - - [2024-12-30 02:14:10] "DELETE /route-target/f91f0763-47a6-4201-b0e6-2dcee363e7be HTTP/1.1" 200 115 0.021890 10.0.0.45 - - [2024-12-30 02:14:10] "POST /neutron/network HTTP/1.1" 200 826 0.006009 10.0.0.45 - - [2024-12-30 02:14:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920 10.0.0.45 - - [2024-12-30 02:14:11] "POST /useragent-kv HTTP/1.1" 200 115 0.001030 10.0.0.45 - - [2024-12-30 02:14:11] "POST /useragent-kv HTTP/1.1" 200 115 0.000907 10.0.0.45 - - [2024-12-30 02:14:11] "POST /neutron/network HTTP/1.1" 200 151 0.072588 10.0.0.45 - - [2024-12-30 02:14:11] "DELETE /route-target/47396454-8991-4d5d-ad15-7ee494ac3599 HTTP/1.1" 200 115 0.014648 10.0.0.45 - - [2024-12-30 02:14:11] "GET /projects?obj_uuids=5222520e-3b84-4749-82f8-412a24192451&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001046 10.0.0.45 - - [2024-12-30 02:14:11] "GET /project/5222520e-3b84-4749-82f8-412a24192451?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.020839 10.0.0.45 - - [2024-12-30 02:14:11] "GET /projects?obj_uuids=5222520e-3b84-4749-82f8-412a24192451&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001020 10.0.0.45 - - [2024-12-30 02:14:11] "GET /project/5222520e-3b84-4749-82f8-412a24192451?fields=virtual_networks HTTP/1.1" 200 1037 0.073059 10.0.0.45 - - [2024-12-30 02:14:11] "GET /projects?obj_uuids=5222520e-3b84-4749-82f8-412a24192451&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001028 10.0.0.45 - - [2024-12-30 02:14:11] "GET /project/5222520e-3b84-4749-82f8-412a24192451?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.019711 10.0.0.45 - - [2024-12-30 02:14:11] "GET /projects?obj_uuids=5222520e-3b84-4749-82f8-412a24192451&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001052 10.0.0.45 - - [2024-12-30 02:14:11] "GET /project/5222520e-3b84-4749-82f8-412a24192451?fields=security_groups HTTP/1.1" 200 1266 0.019610 10.0.0.45 - - [2024-12-30 02:14:12] "POST /fqname-to-id HTTP/1.1" 404 196 0.022689 10.0.0.45 - - [2024-12-30 02:14:12] "GET /projects?obj_uuids=ae7e3b65-ac97-44e0-86f9-96fcfdc53809&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002280 10.0.0.45 - - [2024-12-30 02:14:12] "GET /domains?obj_uuids=9eb6c690-2dfa-4489-b11f-76c7854c1b5d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001060 10.0.0.45 - - [2024-12-30 02:14:12] "GET /domain/9eb6c690-2dfa-4489-b11f-76c7854c1b5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007087 10.0.0.45 - - [2024-12-30 02:14:12] "POST /id-to-fqname HTTP/1.1" 200 198 0.001442 10.0.0.45 - - [2024-12-30 02:14:12] "POST /fqname-to-id HTTP/1.1" 404 207 0.003077 10.0.0.45 - - [2024-12-30 02:14:12] "POST /security-groups HTTP/1.1" 200 599 0.064015 10.0.0.45 - - [2024-12-30 02:14:12] "POST /fqname-to-id HTTP/1.1" 404 242 0.002770 10.0.0.45 - - [2024-12-30 02:14:12] "POST /projects HTTP/1.1" 200 601 0.201260 10.0.0.45 - - [2024-12-30 02:14:12] "POST /access-control-lists HTTP/1.1" 200 604 0.056194 10.0.0.45 - - [2024-12-30 02:14:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.266099 10.0.0.45 - - [2024-12-30 02:14:12] "POST /fqname-to-id HTTP/1.1" 404 241 0.002635 10.0.0.45 - - [2024-12-30 02:14:12] "GET /project/ae7e3b65-ac97-44e0-86f9-96fcfdc53809?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.374886 10.0.0.45 - - [2024-12-30 02:14:12] "POST /access-control-lists HTTP/1.1" 200 602 0.063941 10.0.0.45 - - [2024-12-30 02:14:13] "GET / HTTP/1.1" 200 35931 0.002615 10.0.0.45 - - [2024-12-30 02:14:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000492 10.0.0.45 - - [2024-12-30 02:14:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.047811 10.0.0.45 - - [2024-12-30 02:14:14] "GET /projects?obj_uuids=ae7e3b65-ac97-44e0-86f9-96fcfdc53809&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000972 10.0.0.45 - - [2024-12-30 02:14:14] "GET /project/ae7e3b65-ac97-44e0-86f9-96fcfdc53809?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.019525 10.0.0.45 - - [2024-12-30 02:14:14] "POST /neutron/network HTTP/1.1" 200 117 0.025139 10.0.0.45 - - [2024-12-30 02:14:14] "GET /projects?obj_uuids=ae7e3b65-ac97-44e0-86f9-96fcfdc53809&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001323 10.0.0.45 - - [2024-12-30 02:14:14] "POST /neutron/network HTTP/1.1" 200 613 0.051841 10.0.0.45 - - [2024-12-30 02:14:14] "POST /route-targets HTTP/1.1" 200 327 0.010637 10.0.0.45 - - [2024-12-30 02:14:14] "POST /ref-update HTTP/1.1" 200 156 0.009467 10.0.0.45 - - [2024-12-30 02:14:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002411 10.0.0.45 - - [2024-12-30 02:14:15] "POST /neutron/subnet HTTP/1.1" 200 729 0.180484 10.0.0.45 - - [2024-12-30 02:14:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003112 10.0.0.45 - - [2024-12-30 02:14:15] "POST /neutron/subnet HTTP/1.1" 200 828 0.128000 10.0.0.45 - - [2024-12-30 02:14:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.029231 10.0.0.45 - - [2024-12-30 02:14:15] "GET /virtual-network/9fdcb3cf-af5b-4f7f-86d8-7dba17307c71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.005778 10.0.0.45 - - [2024-12-30 02:14:15] "POST /neutron/network HTTP/1.1" 200 1007 0.006292 10.0.0.45 - - [2024-12-30 02:14:15] "POST /id-to-fqname HTTP/1.1" 200 228 0.001127 10.0.0.45 - - [2024-12-30 02:14:15] "GET /virtual-network/d89878f7-67ab-438d-b547-86b6113f9b26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.002458 10.0.0.45 - - [2024-12-30 02:14:15] "POST /neutron/network HTTP/1.1" 200 1007 0.007336 10.0.0.45 - - [2024-12-30 02:14:15] "GET /virtual-network/d89878f7-67ab-438d-b547-86b6113f9b26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.002497 10.0.0.45 - - [2024-12-30 02:14:15] "POST /neutron/network HTTP/1.1" 200 1007 0.007468 10.0.0.45 - - [2024-12-30 02:14:15] "POST /neutron/subnet HTTP/1.1" 200 729 0.006441 10.0.0.45 - - [2024-12-30 02:14:15] "POST /neutron/subnet HTTP/1.1" 200 828 0.006404 10.0.0.45 - - [2024-12-30 02:14:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002055 10.0.0.45 - - [2024-12-30 02:14:15] "GET /projects?obj_uuids=ae7e3b65-ac97-44e0-86f9-96fcfdc53809&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000966 10.0.0.45 - - [2024-12-30 02:14:15] "GET /project/ae7e3b65-ac97-44e0-86f9-96fcfdc53809?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.018327 10.0.0.45 - - [2024-12-30 02:14:15] "POST /neutron/network HTTP/1.1" 200 117 0.008771 10.0.0.45 - - [2024-12-30 02:14:15] "GET /projects?obj_uuids=ae7e3b65-ac97-44e0-86f9-96fcfdc53809&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001434 10.0.0.45 - - [2024-12-30 02:14:15] "POST /neutron/network HTTP/1.1" 200 613 0.063000 10.0.0.45 - - [2024-12-30 02:14:15] "POST /route-targets HTTP/1.1" 200 327 0.013722 10.0.0.45 - - [2024-12-30 02:14:15] "POST /ref-update HTTP/1.1" 200 156 0.010480 10.0.0.45 - - [2024-12-30 02:14:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002218 10.0.0.45 - - [2024-12-30 02:14:15] "POST /neutron/subnet HTTP/1.1" 200 725 0.126471 10.0.0.45 - - [2024-12-30 02:14:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004246 10.0.0.45 - - [2024-12-30 02:14:15] "GET /virtual-network/9fdcb3cf-af5b-4f7f-86d8-7dba17307c71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.003589 10.0.0.45 - - [2024-12-30 02:14:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002971 10.0.0.45 - - [2024-12-30 02:14:15] "POST /neutron/subnet HTTP/1.1" 200 828 0.201161 10.0.0.45 - - [2024-12-30 02:14:15] "POST /neutron/network HTTP/1.1" 200 1006 0.006323 10.0.0.45 - - [2024-12-30 02:14:15] "POST /id-to-fqname HTTP/1.1" 200 228 0.001323 10.0.0.45 - - [2024-12-30 02:14:15] "GET /virtual-network/f08ed11a-67f2-400a-bdd4-6a6a69ca7cde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.002628 10.0.0.45 - - [2024-12-30 02:14:16] "POST /neutron/network HTTP/1.1" 200 1006 0.007328 10.0.0.45 - - [2024-12-30 02:14:16] "GET /virtual-network/f08ed11a-67f2-400a-bdd4-6a6a69ca7cde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.002491 10.0.0.45 - - [2024-12-30 02:14:16] "POST /neutron/network HTTP/1.1" 200 1006 0.006675 10.0.0.45 - - [2024-12-30 02:14:16] "POST /neutron/subnet HTTP/1.1" 200 725 0.006285 10.0.0.45 - - [2024-12-30 02:14:16] "POST /neutron/subnet HTTP/1.1" 200 828 0.007752 10.0.0.45 - - [2024-12-30 02:14:16] "POST /fqname-to-id HTTP/1.1" 404 234 0.002002 10.0.0.45 - - [2024-12-30 02:14:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.001919 10.0.0.45 - - [2024-12-30 02:14:16] "GET /projects?obj_uuids=ae7e3b65-ac97-44e0-86f9-96fcfdc53809&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001085 10.0.0.45 - - [2024-12-30 02:14:16] "GET /project/ae7e3b65-ac97-44e0-86f9-96fcfdc53809?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.020987 10.0.0.45 - - [2024-12-30 02:14:16] "POST /network-policys HTTP/1.1" 200 577 0.060477 10.0.0.45 - - [2024-12-30 02:14:16] "GET /network-policy/30456fd0-b067-494e-a66d-88de00f6e8a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.004097 10.0.0.45 - - [2024-12-30 02:14:16] "POST /neutron/network HTTP/1.1" 200 1007 0.007736 10.0.0.45 - - [2024-12-30 02:14:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005020 10.0.0.45 - - [2024-12-30 02:14:16] "POST /fqname-to-id HTTP/1.1" 404 242 0.005090 10.0.0.45 - - [2024-12-30 02:14:16] "GET /virtual-network/9fdcb3cf-af5b-4f7f-86d8-7dba17307c71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.004421 10.0.0.45 - - [2024-12-30 02:14:16] "POST /neutron/network HTTP/1.1" 200 1115 0.050384 10.0.0.45 - - [2024-12-30 02:14:16] "POST /neutron/network HTTP/1.1" 200 1115 0.007572 10.0.0.45 - - [2024-12-30 02:14:16] "GET /virtual-network/d89878f7-67ab-438d-b547-86b6113f9b26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.037876 10.0.0.45 - - [2024-12-30 02:14:16] "POST /access-control-lists HTTP/1.1" 200 596 0.078415 10.0.0.45 - - [2024-12-30 02:14:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.009030 10.0.0.45 - - [2024-12-30 02:14:16] "GET /network-policy/30456fd0-b067-494e-a66d-88de00f6e8a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.003407 10.0.0.45 - - [2024-12-30 02:14:16] "POST /neutron/network HTTP/1.1" 200 1006 0.006761 10.0.0.45 - - [2024-12-30 02:14:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.006298 10.0.0.45 - - [2024-12-30 02:14:16] "GET /virtual-network/9fdcb3cf-af5b-4f7f-86d8-7dba17307c71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.004633 10.0.0.45 - - [2024-12-30 02:14:16] "PUT /access-control-list/8d783127-ee10-481c-9334-14c3ac83bb93 HTTP/1.1" 200 272 0.058477 10.0.0.45 - - [2024-12-30 02:14:16] "POST /neutron/network HTTP/1.1" 200 1114 0.100716 10.0.0.45 - - [2024-12-30 02:14:16] "POST /fqname-to-id HTTP/1.1" 404 242 0.009170 10.0.0.45 - - [2024-12-30 02:14:16] "POST /neutron/network HTTP/1.1" 200 1114 0.006917 10.0.0.45 - - [2024-12-30 02:14:16] "GET /virtual-network/f08ed11a-67f2-400a-bdd4-6a6a69ca7cde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.002479 10.0.0.45 - - [2024-12-30 02:14:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002008 10.0.0.45 - - [2024-12-30 02:14:16] "GET /network-policy/30456fd0-b067-494e-a66d-88de00f6e8a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.036027 10.0.0.45 - - [2024-12-30 02:14:16] "POST /access-control-lists HTTP/1.1" 200 596 0.065002 10.0.0.45 - - [2024-12-30 02:14:16] "GET /domains HTTP/1.1" 401 292 0.000385 10.0.0.45 - - [2024-12-30 02:14:16] "POST /ref-update HTTP/1.1" 200 156 0.011647 10.0.0.45 - - [2024-12-30 02:14:17] "GET /domains HTTP/1.1" 200 280 0.022541 10.0.0.45 - - [2024-12-30 02:14:17] "GET /domains?obj_uuids=9eb6c690-2dfa-4489-b11f-76c7854c1b5d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001380 10.0.0.45 - - [2024-12-30 02:14:17] "GET /domain/9eb6c690-2dfa-4489-b11f-76c7854c1b5d HTTP/1.1" 200 3150 0.007665 10.0.0.45 - - [2024-12-30 02:14:17] "GET /projects?obj_uuids=ae7e3b65-ac97-44e0-86f9-96fcfdc53809&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000901 10.0.0.45 - - [2024-12-30 02:14:17] "GET /project/ae7e3b65-ac97-44e0-86f9-96fcfdc53809 HTTP/1.1" 200 2625 0.065377 10.0.0.45 - - [2024-12-30 02:14:17] "GET /virtual-network/d89878f7-67ab-438d-b547-86b6113f9b26 HTTP/1.1" 200 3508 0.003598 10.0.0.45 - - [2024-12-30 02:14:17] "GET /virtual-network/d89878f7-67ab-438d-b547-86b6113f9b26 HTTP/1.1" 200 3508 0.002383 10.0.0.45 - - [2024-12-30 02:14:17] "GET /routing-instance/fcdb51d8-f00c-47e7-ae0a-2db9e958d5bc HTTP/1.1" 200 1796 0.002399 10.0.0.45 - - [2024-12-30 02:14:17] "GET /routing-instance/fcdb51d8-f00c-47e7-ae0a-2db9e958d5bc HTTP/1.1" 200 1796 0.002066 10.0.0.45 - - [2024-12-30 02:14:17] "GET /route-target/4cf987fa-f4ee-4081-9cdb-39514b7d4c4f HTTP/1.1" 200 1212 0.002447 10.0.0.45 - - [2024-12-30 02:14:17] "GET /virtual-network/d89878f7-67ab-438d-b547-86b6113f9b26 HTTP/1.1" 200 3508 0.002106 10.0.0.45 - - [2024-12-30 02:14:17] "GET /routing-instance/fcdb51d8-f00c-47e7-ae0a-2db9e958d5bc HTTP/1.1" 200 1796 0.002024 10.0.0.45 - - [2024-12-30 02:14:17] "GET /virtual-network/d89878f7-67ab-438d-b547-86b6113f9b26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.002312 10.0.0.45 - - [2024-12-30 02:14:17] "GET /virtual-network/d89878f7-67ab-438d-b547-86b6113f9b26 HTTP/1.1" 200 3508 0.002149 10.0.0.45 - - [2024-12-30 02:14:17] "GET /routing-instance/fcdb51d8-f00c-47e7-ae0a-2db9e958d5bc HTTP/1.1" 200 1796 0.002081 10.0.0.45 - - [2024-12-30 02:14:17] "GET /routing-instance/fcdb51d8-f00c-47e7-ae0a-2db9e958d5bc HTTP/1.1" 200 1796 0.001933 10.0.0.45 - - [2024-12-30 02:14:17] "GET /route-target/4cf987fa-f4ee-4081-9cdb-39514b7d4c4f HTTP/1.1" 200 1212 0.001925 10.0.0.45 - - [2024-12-30 02:14:17] "GET /domains HTTP/1.1" 200 280 0.002238 10.0.0.45 - - [2024-12-30 02:14:17] "GET /domains?obj_uuids=9eb6c690-2dfa-4489-b11f-76c7854c1b5d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000942 10.0.0.45 - - [2024-12-30 02:14:17] "GET /domain/9eb6c690-2dfa-4489-b11f-76c7854c1b5d HTTP/1.1" 200 3150 0.005782 10.0.0.45 - - [2024-12-30 02:14:17] "GET /projects?obj_uuids=ae7e3b65-ac97-44e0-86f9-96fcfdc53809&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000886 10.0.0.45 - - [2024-12-30 02:14:17] "GET /project/ae7e3b65-ac97-44e0-86f9-96fcfdc53809 HTTP/1.1" 200 2625 0.068425 10.0.0.45 - - [2024-12-30 02:14:17] "GET /virtual-network/d89878f7-67ab-438d-b547-86b6113f9b26 HTTP/1.1" 200 3508 0.002562 10.0.0.45 - - [2024-12-30 02:14:17] "GET /obj-perms HTTP/1.1" 200 5046 0.040818 10.0.0.45 - - [2024-12-30 02:14:17] "GET /domains HTTP/1.1" 200 280 0.002905 10.0.0.45 - - [2024-12-30 02:14:17] "GET /domains?obj_uuids=9eb6c690-2dfa-4489-b11f-76c7854c1b5d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000981 10.0.0.45 - - [2024-12-30 02:14:17] "GET /domain/9eb6c690-2dfa-4489-b11f-76c7854c1b5d HTTP/1.1" 200 3150 0.006316 10.0.0.45 - - [2024-12-30 02:14:17] "GET /projects?obj_uuids=ae7e3b65-ac97-44e0-86f9-96fcfdc53809&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000920 10.0.0.45 - - [2024-12-30 02:14:17] "GET /project/ae7e3b65-ac97-44e0-86f9-96fcfdc53809 HTTP/1.1" 200 2625 0.063071 10.0.0.45 - - [2024-12-30 02:14:17] "GET /virtual-network/f08ed11a-67f2-400a-bdd4-6a6a69ca7cde HTTP/1.1" 200 3505 0.005150 10.0.0.45 - - [2024-12-30 02:14:17] "GET /virtual-network/f08ed11a-67f2-400a-bdd4-6a6a69ca7cde HTTP/1.1" 200 3505 0.002458 10.0.0.45 - - [2024-12-30 02:14:17] "GET /routing-instance/59f921cc-66c0-43a8-9486-379a9da1b02c HTTP/1.1" 200 1795 0.002622 10.0.0.45 - - [2024-12-30 02:14:17] "GET /routing-instance/59f921cc-66c0-43a8-9486-379a9da1b02c HTTP/1.1" 200 1795 0.002583 10.0.0.45 - - [2024-12-30 02:14:17] "GET /route-target/ee9d62fb-7f97-4253-9257-b0c7185a44c6 HTTP/1.1" 200 1213 0.002160 10.0.0.45 - - [2024-12-30 02:14:18] "GET /virtual-network/f08ed11a-67f2-400a-bdd4-6a6a69ca7cde HTTP/1.1" 200 3505 0.002310 10.0.0.45 - - [2024-12-30 02:14:18] "GET /routing-instance/59f921cc-66c0-43a8-9486-379a9da1b02c HTTP/1.1" 200 1795 0.002364 10.0.0.45 - - [2024-12-30 02:14:18] "GET /virtual-network/f08ed11a-67f2-400a-bdd4-6a6a69ca7cde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.002784 10.0.0.45 - - [2024-12-30 02:14:18] "GET /virtual-network/f08ed11a-67f2-400a-bdd4-6a6a69ca7cde HTTP/1.1" 200 3505 0.002406 10.0.0.45 - - [2024-12-30 02:14:18] "GET /routing-instance/59f921cc-66c0-43a8-9486-379a9da1b02c HTTP/1.1" 200 1795 0.002305 10.0.0.45 - - [2024-12-30 02:14:18] "GET /routing-instance/59f921cc-66c0-43a8-9486-379a9da1b02c HTTP/1.1" 200 1795 0.002104 10.0.0.45 - - [2024-12-30 02:14:18] "GET /route-target/ee9d62fb-7f97-4253-9257-b0c7185a44c6 HTTP/1.1" 200 1213 0.003499 10.0.0.45 - - [2024-12-30 02:14:18] "GET /domains HTTP/1.1" 200 280 0.002346 10.0.0.45 - - [2024-12-30 02:14:18] "GET /domains?obj_uuids=9eb6c690-2dfa-4489-b11f-76c7854c1b5d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001376 10.0.0.45 - - [2024-12-30 02:14:18] "GET /domain/9eb6c690-2dfa-4489-b11f-76c7854c1b5d HTTP/1.1" 200 3150 0.007601 10.0.0.45 - - [2024-12-30 02:14:18] "GET /projects?obj_uuids=ae7e3b65-ac97-44e0-86f9-96fcfdc53809&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000919 10.0.0.45 - - [2024-12-30 02:14:18] "GET /project/ae7e3b65-ac97-44e0-86f9-96fcfdc53809 HTTP/1.1" 200 2625 0.061800 10.0.0.45 - - [2024-12-30 02:14:18] "GET /virtual-network/f08ed11a-67f2-400a-bdd4-6a6a69ca7cde HTTP/1.1" 200 3505 0.002949 10.0.0.45 - - [2024-12-30 02:14:18] "GET /obj-perms HTTP/1.1" 200 5046 0.003008 10.0.0.45 - - [2024-12-30 02:14:18] "GET /virtual-network/f08ed11a-67f2-400a-bdd4-6a6a69ca7cde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.003720 10.0.0.45 - - [2024-12-30 02:14:18] "POST /neutron/network HTTP/1.1" 200 1114 0.007070 10.0.0.45 - - [2024-12-30 02:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005318 10.0.0.45 - - [2024-12-30 02:14:18] "GET /virtual-network/9fdcb3cf-af5b-4f7f-86d8-7dba17307c71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.002753 10.0.0.45 - - [2024-12-30 02:14:18] "POST /neutron/network HTTP/1.1" 200 1006 0.042011 10.0.0.45 - - [2024-12-30 02:14:18] "DELETE /access-control-list/815c4870-61bc-4c0e-82b3-56c846bcc4de HTTP/1.1" 200 115 0.027938 10.0.0.45 - - [2024-12-30 02:14:18] "POST /neutron/network HTTP/1.1" 200 1006 0.009445 10.0.0.45 - - [2024-12-30 02:14:18] "POST /ref-update HTTP/1.1" 200 156 0.011060 10.0.0.45 - - [2024-12-30 02:14:18] "GET /virtual-network/f08ed11a-67f2-400a-bdd4-6a6a69ca7cde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.004419 10.0.0.45 - - [2024-12-30 02:14:18] "GET /virtual-network/d89878f7-67ab-438d-b547-86b6113f9b26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.002243 10.0.0.45 - - [2024-12-30 02:14:18] "POST /neutron/network HTTP/1.1" 200 1115 0.007208 10.0.0.45 - - [2024-12-30 02:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.008776 10.0.0.45 - - [2024-12-30 02:14:18] "GET /virtual-network/9fdcb3cf-af5b-4f7f-86d8-7dba17307c71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.002674 10.0.0.45 - - [2024-12-30 02:14:18] "POST /neutron/network HTTP/1.1" 200 1007 0.042436 10.0.0.45 - - [2024-12-30 02:14:18] "DELETE /access-control-list/8d783127-ee10-481c-9334-14c3ac83bb93 HTTP/1.1" 200 115 0.023786 10.0.0.45 - - [2024-12-30 02:14:18] "POST /neutron/network HTTP/1.1" 200 1007 0.008163 10.0.0.45 - - [2024-12-30 02:14:18] "POST /ref-update HTTP/1.1" 200 156 0.012496 10.0.0.45 - - [2024-12-30 02:14:18] "GET /virtual-network/d89878f7-67ab-438d-b547-86b6113f9b26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.002985 10.0.0.45 - - [2024-12-30 02:14:18] "DELETE /network-policy/30456fd0-b067-494e-a66d-88de00f6e8a2 HTTP/1.1" 200 115 0.016990 10.0.0.45 - - [2024-12-30 02:14:18] "POST /neutron/network HTTP/1.1" 200 1006 0.005941 10.0.0.45 - - [2024-12-30 02:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003969 10.0.0.45 - - [2024-12-30 02:14:18] "POST /useragent-kv HTTP/1.1" 200 115 0.001011 10.0.0.45 - - [2024-12-30 02:14:18] "POST /useragent-kv HTTP/1.1" 200 115 0.001202 10.0.0.45 - - [2024-12-30 02:14:18] "POST /useragent-kv HTTP/1.1" 200 115 0.000903 10.0.0.45 - - [2024-12-30 02:14:18] "POST /useragent-kv HTTP/1.1" 200 115 0.000886 10.0.0.45 - - [2024-12-30 02:14:18] "POST /neutron/network HTTP/1.1" 200 151 0.072543 10.0.0.45 - - [2024-12-30 02:14:18] "DELETE /route-target/ee9d62fb-7f97-4253-9257-b0c7185a44c6 HTTP/1.1" 200 115 0.021641 10.0.0.45 - - [2024-12-30 02:14:18] "GET /routing-instance/59f921cc-66c0-43a8-9486-379a9da1b02c HTTP/1.1" 404 171 0.001912 10.0.0.45 - - [2024-12-30 02:14:18] "GET /domains HTTP/1.1" 200 280 0.001718 10.0.0.45 - - [2024-12-30 02:14:18] "GET /domains?obj_uuids=9eb6c690-2dfa-4489-b11f-76c7854c1b5d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000835 10.0.0.45 - - [2024-12-30 02:14:18] "GET /domain/9eb6c690-2dfa-4489-b11f-76c7854c1b5d HTTP/1.1" 200 3150 0.048221 10.0.0.45 - - [2024-12-30 02:14:18] "GET /projects?obj_uuids=ae7e3b65-ac97-44e0-86f9-96fcfdc53809&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001003 10.0.0.45 - - [2024-12-30 02:14:18] "GET /project/ae7e3b65-ac97-44e0-86f9-96fcfdc53809 HTTP/1.1" 200 2145 0.066165 10.0.0.45 - - [2024-12-30 02:14:18] "POST /neutron/network HTTP/1.1" 200 1007 0.009068 10.0.0.45 - - [2024-12-30 02:14:18] "POST /useragent-kv HTTP/1.1" 200 115 0.001852 10.0.0.45 - - [2024-12-30 02:14:18] "POST /useragent-kv HTTP/1.1" 200 115 0.001417 10.0.0.45 - - [2024-12-30 02:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.006537 10.0.0.45 - - [2024-12-30 02:14:18] "POST /useragent-kv HTTP/1.1" 200 115 0.001436 10.0.0.45 - - [2024-12-30 02:14:18] "POST /useragent-kv HTTP/1.1" 200 115 0.001734 10.0.0.45 - - [2024-12-30 02:14:18] "POST /neutron/network HTTP/1.1" 200 151 0.095529 10.0.0.45 - - [2024-12-30 02:14:18] "DELETE /route-target/4cf987fa-f4ee-4081-9cdb-39514b7d4c4f HTTP/1.1" 200 115 0.026036 10.0.0.45 - - [2024-12-30 02:14:18] "GET /routing-instance/fcdb51d8-f00c-47e7-ae0a-2db9e958d5bc HTTP/1.1" 404 171 0.002926 10.0.0.45 - - [2024-12-30 02:14:18] "GET /domains HTTP/1.1" 200 280 0.002524 10.0.0.45 - - [2024-12-30 02:14:18] "GET /domains?obj_uuids=9eb6c690-2dfa-4489-b11f-76c7854c1b5d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000903 10.0.0.45 - - [2024-12-30 02:14:18] "GET /domain/9eb6c690-2dfa-4489-b11f-76c7854c1b5d HTTP/1.1" 200 3150 0.053930 10.0.0.45 - - [2024-12-30 02:14:18] "GET /projects?obj_uuids=ae7e3b65-ac97-44e0-86f9-96fcfdc53809&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001096 10.0.0.45 - - [2024-12-30 02:14:18] "GET /project/ae7e3b65-ac97-44e0-86f9-96fcfdc53809 HTTP/1.1" 200 1900 0.062729 10.0.0.45 - - [2024-12-30 02:14:19] "GET /projects?obj_uuids=ae7e3b65-ac97-44e0-86f9-96fcfdc53809&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001286 10.0.0.45 - - [2024-12-30 02:14:19] "GET /project/ae7e3b65-ac97-44e0-86f9-96fcfdc53809?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.019076 10.0.0.45 - - [2024-12-30 02:14:19] "GET /projects?obj_uuids=ae7e3b65-ac97-44e0-86f9-96fcfdc53809&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000995 10.0.0.45 - - [2024-12-30 02:14:19] "GET /project/ae7e3b65-ac97-44e0-86f9-96fcfdc53809?fields=virtual_networks HTTP/1.1" 200 1048 0.061566 10.0.0.45 - - [2024-12-30 02:14:19] "GET /projects?obj_uuids=ae7e3b65-ac97-44e0-86f9-96fcfdc53809&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001011 10.0.0.45 - - [2024-12-30 02:14:19] "GET /project/ae7e3b65-ac97-44e0-86f9-96fcfdc53809?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.021005 10.0.0.45 - - [2024-12-30 02:14:19] "GET /projects?obj_uuids=ae7e3b65-ac97-44e0-86f9-96fcfdc53809&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001061 10.0.0.45 - - [2024-12-30 02:14:19] "GET /project/ae7e3b65-ac97-44e0-86f9-96fcfdc53809?fields=security_groups HTTP/1.1" 200 1282 0.020576 10.0.0.45 - - [2024-12-30 02:14:20] "POST /fqname-to-id HTTP/1.1" 404 190 0.023330 10.0.0.45 - - [2024-12-30 02:14:20] "GET /projects?obj_uuids=dd91f80c-e39e-4817-b326-e46e18eab181&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002480 10.0.0.45 - - [2024-12-30 02:14:20] "GET /domains?obj_uuids=9eb6c690-2dfa-4489-b11f-76c7854c1b5d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001814 10.0.0.45 - - [2024-12-30 02:14:20] "GET /domain/9eb6c690-2dfa-4489-b11f-76c7854c1b5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008795 10.0.0.45 - - [2024-12-30 02:14:20] "POST /id-to-fqname HTTP/1.1" 200 192 0.001780 10.0.0.45 - - [2024-12-30 02:14:20] "POST /fqname-to-id HTTP/1.1" 404 201 0.003218 10.0.0.45 - - [2024-12-30 02:14:20] "POST /security-groups HTTP/1.1" 200 593 0.066636 10.0.0.45 - - [2024-12-30 02:14:20] "POST /fqname-to-id HTTP/1.1" 404 236 0.002268 10.0.0.45 - - [2024-12-30 02:14:20] "POST /projects HTTP/1.1" 200 589 0.228787 10.0.0.45 - - [2024-12-30 02:14:20] "POST /access-control-lists HTTP/1.1" 200 598 0.060492 10.0.0.45 - - [2024-12-30 02:14:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.299916 10.0.0.45 - - [2024-12-30 02:14:20] "POST /fqname-to-id HTTP/1.1" 404 235 0.003060 10.0.0.45 - - [2024-12-30 02:14:20] "GET /project/dd91f80c-e39e-4817-b326-e46e18eab181?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.412033 10.0.0.45 - - [2024-12-30 02:14:20] "POST /access-control-lists HTTP/1.1" 200 596 0.067669 10.0.0.45 - - [2024-12-30 02:14:21] "GET / HTTP/1.1" 200 35931 0.002046 10.0.0.45 - - [2024-12-30 02:14:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000490 10.0.0.45 - - [2024-12-30 02:14:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.051438 10.0.0.45 - - [2024-12-30 02:14:22] "GET /projects?obj_uuids=dd91f80c-e39e-4817-b326-e46e18eab181&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001077 10.0.0.45 - - [2024-12-30 02:14:22] "GET /project/dd91f80c-e39e-4817-b326-e46e18eab181?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.017021 10.0.0.45 - - [2024-12-30 02:14:22] "POST /neutron/network HTTP/1.1" 200 117 0.027459 10.0.0.45 - - [2024-12-30 02:14:22] "GET /projects?obj_uuids=dd91f80c-e39e-4817-b326-e46e18eab181&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001360 10.0.0.45 - - [2024-12-30 02:14:22] "POST /neutron/network HTTP/1.1" 200 607 0.059047 10.0.0.45 - - [2024-12-30 02:14:22] "POST /route-targets HTTP/1.1" 200 327 0.009197 10.0.0.45 - - [2024-12-30 02:14:22] "POST /ref-update HTTP/1.1" 200 156 0.009339 10.0.0.45 - - [2024-12-30 02:14:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002427 10.0.0.45 - - [2024-12-30 02:14:22] "POST /neutron/subnet HTTP/1.1" 200 734 0.191383 10.0.0.45 - - [2024-12-30 02:14:22] "POST /neutron/network HTTP/1.1" 200 828 0.005062 10.0.0.45 - - [2024-12-30 02:14:22] "POST /id-to-fqname HTTP/1.1" 200 222 0.001079 10.0.0.45 - - [2024-12-30 02:14:22] "GET /virtual-network/6aa817b1-6bb0-4c6b-a5e5-c898ee0161ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.002485 10.0.0.45 - - [2024-12-30 02:14:23] "POST /neutron/network HTTP/1.1" 200 828 0.005187 10.0.0.45 - - [2024-12-30 02:14:23] "GET /virtual-network/6aa817b1-6bb0-4c6b-a5e5-c898ee0161ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.002463 10.0.0.45 - - [2024-12-30 02:14:23] "POST /neutron/network HTTP/1.1" 200 828 0.005593 10.0.0.45 - - [2024-12-30 02:14:23] "POST /neutron/subnet HTTP/1.1" 200 734 0.006609 10.0.0.45 - - [2024-12-30 02:14:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002070 10.0.0.45 - - [2024-12-30 02:14:23] "GET /projects?obj_uuids=dd91f80c-e39e-4817-b326-e46e18eab181&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001323 10.0.0.45 - - [2024-12-30 02:14:23] "GET /project/dd91f80c-e39e-4817-b326-e46e18eab181?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.021342 10.0.0.45 - - [2024-12-30 02:14:23] "POST /neutron/network HTTP/1.1" 200 117 0.009294 10.0.0.45 - - [2024-12-30 02:14:23] "GET /projects?obj_uuids=dd91f80c-e39e-4817-b326-e46e18eab181&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001047 10.0.0.45 - - [2024-12-30 02:14:23] "POST /neutron/network HTTP/1.1" 200 607 0.052727 10.0.0.45 - - [2024-12-30 02:14:23] "POST /route-targets HTTP/1.1" 200 327 0.010057 10.0.0.45 - - [2024-12-30 02:14:23] "POST /ref-update HTTP/1.1" 200 156 0.010575 10.0.0.45 - - [2024-12-30 02:14:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003867 10.0.0.45 - - [2024-12-30 02:14:23] "POST /neutron/subnet HTTP/1.1" 200 720 0.167463 10.0.0.45 - - [2024-12-30 02:14:23] "POST /neutron/network HTTP/1.1" 200 825 0.004365 10.0.0.45 - - [2024-12-30 02:14:23] "POST /id-to-fqname HTTP/1.1" 200 222 0.001003 10.0.0.45 - - [2024-12-30 02:14:23] "GET /virtual-network/2cb699e4-d206-4b1c-8276-eb19b7e3ba89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.002302 10.0.0.45 - - [2024-12-30 02:14:23] "POST /neutron/network HTTP/1.1" 200 825 0.005332 10.0.0.45 - - [2024-12-30 02:14:23] "GET /virtual-network/2cb699e4-d206-4b1c-8276-eb19b7e3ba89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.002171 10.0.0.45 - - [2024-12-30 02:14:23] "POST /neutron/network HTTP/1.1" 200 825 0.006804 10.0.0.45 - - [2024-12-30 02:14:23] "POST /neutron/subnet HTTP/1.1" 200 720 0.006918 10.0.0.45 - - [2024-12-30 02:14:23] "POST /fqname-to-id HTTP/1.1" 404 228 0.002347 10.0.0.45 - - [2024-12-30 02:14:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002174 10.0.0.45 - - [2024-12-30 02:14:23] "GET /projects?obj_uuids=dd91f80c-e39e-4817-b326-e46e18eab181&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001182 10.0.0.45 - - [2024-12-30 02:14:23] "GET /project/dd91f80c-e39e-4817-b326-e46e18eab181?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.021488 10.0.0.45 - - [2024-12-30 02:14:23] "POST /network-policys HTTP/1.1" 200 571 0.014873 10.0.0.45 - - [2024-12-30 02:14:23] "GET /network-policy/0fb47998-cad9-4d98-855a-d39c4ec490de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2150 0.004582 10.0.0.45 - - [2024-12-30 02:14:23] "POST /neutron/network HTTP/1.1" 200 828 0.005194 10.0.0.45 - - [2024-12-30 02:14:23] "POST /fqname-to-id HTTP/1.1" 404 236 0.004899 10.0.0.45 - - [2024-12-30 02:14:23] "POST /neutron/network HTTP/1.1" 200 930 0.043118 10.0.0.45 - - [2024-12-30 02:14:24] "POST /neutron/network HTTP/1.1" 200 930 0.039126 10.0.0.45 - - [2024-12-30 02:14:24] "POST /access-control-lists HTTP/1.1" 200 590 0.065246 10.0.0.45 - - [2024-12-30 02:14:24] "GET /virtual-network/6aa817b1-6bb0-4c6b-a5e5-c898ee0161ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.002581 10.0.0.45 - - [2024-12-30 02:14:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002169 10.0.0.45 - - [2024-12-30 02:14:24] "GET /network-policy/0fb47998-cad9-4d98-855a-d39c4ec490de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2150 0.003076 10.0.0.45 - - [2024-12-30 02:14:24] "POST /neutron/network HTTP/1.1" 200 825 0.005492 10.0.0.45 - - [2024-12-30 02:14:24] "POST /neutron/network HTTP/1.1" 200 927 0.039304 10.0.0.45 - - [2024-12-30 02:14:24] "POST /neutron/network HTTP/1.1" 200 927 0.029097 10.0.0.45 - - [2024-12-30 02:14:24] "PUT /access-control-list/55164e9f-e79f-47db-9820-f4b025adb8cc HTTP/1.1" 200 272 0.054505 10.0.0.45 - - [2024-12-30 02:14:24] "POST /fqname-to-id HTTP/1.1" 404 236 0.003591 10.0.0.45 - - [2024-12-30 02:14:24] "GET /virtual-network/2cb699e4-d206-4b1c-8276-eb19b7e3ba89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.002837 10.0.0.45 - - [2024-12-30 02:14:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.001946 10.0.0.45 - - [2024-12-30 02:14:24] "GET /network-policy/0fb47998-cad9-4d98-855a-d39c4ec490de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2150 0.003079 10.0.0.45 - - [2024-12-30 02:14:24] "GET /domains HTTP/1.1" 401 292 0.000540 10.0.0.45 - - [2024-12-30 02:14:24] "POST /access-control-lists HTTP/1.1" 200 590 0.060152 10.0.0.45 - - [2024-12-30 02:14:24] "POST /ref-update HTTP/1.1" 200 156 0.009200 10.0.0.45 - - [2024-12-30 02:14:24] "GET /domains HTTP/1.1" 200 280 0.021347 10.0.0.45 - - [2024-12-30 02:14:24] "GET /domains?obj_uuids=9eb6c690-2dfa-4489-b11f-76c7854c1b5d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000999 10.0.0.45 - - [2024-12-30 02:14:24] "GET /domain/9eb6c690-2dfa-4489-b11f-76c7854c1b5d HTTP/1.1" 200 3338 0.007288 10.0.0.45 - - [2024-12-30 02:14:24] "GET /projects?obj_uuids=dd91f80c-e39e-4817-b326-e46e18eab181&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001533 10.0.0.45 - - [2024-12-30 02:14:24] "GET /project/dd91f80c-e39e-4817-b326-e46e18eab181 HTTP/1.1" 200 2572 0.064967 10.0.0.45 - - [2024-12-30 02:14:24] "GET /virtual-network/6aa817b1-6bb0-4c6b-a5e5-c898ee0161ae HTTP/1.1" 200 2896 0.003539 10.0.0.45 - - [2024-12-30 02:14:24] "GET /virtual-network/6aa817b1-6bb0-4c6b-a5e5-c898ee0161ae HTTP/1.1" 200 2896 0.002252 10.0.0.45 - - [2024-12-30 02:14:24] "GET /routing-instance/f52a0ad3-91a3-49bb-8087-42413fa92523 HTTP/1.1" 200 1783 0.002316 10.0.0.45 - - [2024-12-30 02:14:24] "GET /routing-instance/f52a0ad3-91a3-49bb-8087-42413fa92523 HTTP/1.1" 200 1783 0.002170 10.0.0.45 - - [2024-12-30 02:14:24] "GET /route-target/77fec8f3-c2d0-4797-a587-e14ff469a196 HTTP/1.1" 200 1206 0.002110 10.0.0.45 - - [2024-12-30 02:14:24] "GET /virtual-network/6aa817b1-6bb0-4c6b-a5e5-c898ee0161ae HTTP/1.1" 200 2896 0.002091 10.0.0.45 - - [2024-12-30 02:14:24] "GET /routing-instance/f52a0ad3-91a3-49bb-8087-42413fa92523 HTTP/1.1" 200 1783 0.001993 10.0.0.45 - - [2024-12-30 02:14:24] "GET /virtual-network/6aa817b1-6bb0-4c6b-a5e5-c898ee0161ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.002040 10.0.0.45 - - [2024-12-30 02:14:24] "GET /virtual-network/6aa817b1-6bb0-4c6b-a5e5-c898ee0161ae HTTP/1.1" 200 2896 0.002728 10.0.0.45 - - [2024-12-30 02:14:24] "GET /routing-instance/f52a0ad3-91a3-49bb-8087-42413fa92523 HTTP/1.1" 200 1783 0.002033 10.0.0.45 - - [2024-12-30 02:14:24] "GET /routing-instance/f52a0ad3-91a3-49bb-8087-42413fa92523 HTTP/1.1" 200 1783 0.001975 10.0.0.45 - - [2024-12-30 02:14:24] "GET /route-target/77fec8f3-c2d0-4797-a587-e14ff469a196 HTTP/1.1" 200 1206 0.002182 10.0.0.45 - - [2024-12-30 02:14:24] "GET /domains HTTP/1.1" 200 280 0.001991 10.0.0.45 - - [2024-12-30 02:14:24] "GET /domains?obj_uuids=9eb6c690-2dfa-4489-b11f-76c7854c1b5d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001071 10.0.0.45 - - [2024-12-30 02:14:24] "GET /domain/9eb6c690-2dfa-4489-b11f-76c7854c1b5d HTTP/1.1" 200 3338 0.006511 10.0.0.45 - - [2024-12-30 02:14:24] "GET /projects?obj_uuids=dd91f80c-e39e-4817-b326-e46e18eab181&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001335 10.0.0.45 - - [2024-12-30 02:14:24] "GET /project/dd91f80c-e39e-4817-b326-e46e18eab181 HTTP/1.1" 200 2572 0.058511 10.0.0.45 - - [2024-12-30 02:14:24] "GET /virtual-network/6aa817b1-6bb0-4c6b-a5e5-c898ee0161ae HTTP/1.1" 200 2896 0.002351 10.0.0.45 - - [2024-12-30 02:14:25] "GET /obj-perms HTTP/1.1" 200 5034 0.050786 10.0.0.45 - - [2024-12-30 02:14:25] "GET /domains HTTP/1.1" 200 280 0.002700 10.0.0.45 - - [2024-12-30 02:14:25] "GET /domains?obj_uuids=9eb6c690-2dfa-4489-b11f-76c7854c1b5d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001118 10.0.0.45 - - [2024-12-30 02:14:25] "GET /domain/9eb6c690-2dfa-4489-b11f-76c7854c1b5d HTTP/1.1" 200 3338 0.006585 10.0.0.45 - - [2024-12-30 02:14:25] "GET /projects?obj_uuids=dd91f80c-e39e-4817-b326-e46e18eab181&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001353 10.0.0.45 - - [2024-12-30 02:14:25] "GET /project/dd91f80c-e39e-4817-b326-e46e18eab181 HTTP/1.1" 200 2572 0.062879 10.0.0.45 - - [2024-12-30 02:14:25] "GET /virtual-network/2cb699e4-d206-4b1c-8276-eb19b7e3ba89 HTTP/1.1" 200 2887 0.004181 10.0.0.45 - - [2024-12-30 02:14:25] "GET /virtual-network/2cb699e4-d206-4b1c-8276-eb19b7e3ba89 HTTP/1.1" 200 2887 0.002425 10.0.0.45 - - [2024-12-30 02:14:25] "GET /routing-instance/0e5997bc-b8ea-44d0-b9e1-e7517136603d HTTP/1.1" 200 1783 0.002399 10.0.0.45 - - [2024-12-30 02:14:25] "GET /routing-instance/0e5997bc-b8ea-44d0-b9e1-e7517136603d HTTP/1.1" 200 1783 0.002141 10.0.0.45 - - [2024-12-30 02:14:25] "GET /route-target/1df51c8b-b948-4506-b45b-2886376eccca HTTP/1.1" 200 1206 0.002004 10.0.0.45 - - [2024-12-30 02:14:25] "GET /virtual-network/2cb699e4-d206-4b1c-8276-eb19b7e3ba89 HTTP/1.1" 200 2887 0.002114 10.0.0.45 - - [2024-12-30 02:14:25] "GET /routing-instance/0e5997bc-b8ea-44d0-b9e1-e7517136603d HTTP/1.1" 200 1783 0.002028 10.0.0.45 - - [2024-12-30 02:14:25] "GET /virtual-network/2cb699e4-d206-4b1c-8276-eb19b7e3ba89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.002269 10.0.0.45 - - [2024-12-30 02:14:25] "GET /virtual-network/2cb699e4-d206-4b1c-8276-eb19b7e3ba89 HTTP/1.1" 200 2887 0.002490 10.0.0.45 - - [2024-12-30 02:14:25] "GET /routing-instance/0e5997bc-b8ea-44d0-b9e1-e7517136603d HTTP/1.1" 200 1783 0.002025 10.0.0.45 - - [2024-12-30 02:14:25] "GET /routing-instance/0e5997bc-b8ea-44d0-b9e1-e7517136603d HTTP/1.1" 200 1783 0.001920 10.0.0.45 - - [2024-12-30 02:14:25] "GET /route-target/1df51c8b-b948-4506-b45b-2886376eccca HTTP/1.1" 200 1206 0.001851 10.0.0.45 - - [2024-12-30 02:14:25] "GET /domains HTTP/1.1" 200 280 0.002340 10.0.0.45 - - [2024-12-30 02:14:25] "GET /domains?obj_uuids=9eb6c690-2dfa-4489-b11f-76c7854c1b5d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000936 10.0.0.45 - - [2024-12-30 02:14:25] "GET /domain/9eb6c690-2dfa-4489-b11f-76c7854c1b5d HTTP/1.1" 200 3338 0.005852 10.0.0.45 - - [2024-12-30 02:14:25] "GET /projects?obj_uuids=dd91f80c-e39e-4817-b326-e46e18eab181&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001166 10.0.0.45 - - [2024-12-30 02:14:25] "GET /project/dd91f80c-e39e-4817-b326-e46e18eab181 HTTP/1.1" 200 2572 0.058680 10.0.0.45 - - [2024-12-30 02:14:25] "GET /virtual-network/2cb699e4-d206-4b1c-8276-eb19b7e3ba89 HTTP/1.1" 200 2887 0.002441 10.0.0.45 - - [2024-12-30 02:14:25] "GET /obj-perms HTTP/1.1" 200 5034 0.002555 10.0.0.45 - - [2024-12-30 02:14:25] "POST /id-to-fqname HTTP/1.1" 200 222 0.001240 10.0.0.45 - - [2024-12-30 02:14:25] "POST /neutron/network HTTP/1.1" 200 940 0.005244 10.0.0.45 - - [2024-12-30 02:14:25] "GET /aaa-mode HTTP/1.1" 401 292 0.000360 10.0.0.45 - - [2024-12-30 02:14:26] "GET / HTTP/1.1" 200 35931 0.001808 10.0.0.45 - - [2024-12-30 02:14:26] "GET /project/dd91f80c-e39e-4817-b326-e46e18eab181?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000926 10.0.0.45 - - [2024-12-30 02:14:26] "GET /projects?obj_uuids=dd91f80c-e39e-4817-b326-e46e18eab181&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001131 10.0.0.45 - - [2024-12-30 02:14:26] "GET /project/dd91f80c-e39e-4817-b326-e46e18eab181?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.038263 10.0.0.45 - - [2024-12-30 02:14:26] "POST /neutron/network HTTP/1.1" 200 930 0.004860 10.0.0.45 - - [2024-12-30 02:14:26] "POST /neutron/port HTTP/1.1" 200 117 0.004747 10.0.0.45 - - [2024-12-30 02:14:26] "POST /neutron/port HTTP/1.1" 200 117 0.004448 10.0.0.45 - - [2024-12-30 02:14:26] "POST /id-to-fqname HTTP/1.1" 200 222 0.001232 10.0.0.45 - - [2024-12-30 02:14:26] "POST /neutron/port HTTP/1.1" 200 117 0.005111 10.0.0.45 - - [2024-12-30 02:14:26] "POST /neutron/network HTTP/1.1" 200 937 0.005369 10.0.0.45 - - [2024-12-30 02:14:26] "GET /aaa-mode HTTP/1.1" 401 292 0.000386 10.0.0.45 - - [2024-12-30 02:14:26] "POST /neutron/network HTTP/1.1" 200 940 0.005425 10.0.0.45 - - [2024-12-30 02:14:26] "GET /projects?obj_uuids=dd91f80c-e39e-4817-b326-e46e18eab181&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001072 10.0.0.45 - - [2024-12-30 02:14:27] "POST /neutron/port HTTP/1.1" 200 1064 0.186835 10.0.0.45 - - [2024-12-30 02:14:27] "GET / HTTP/1.1" 200 35931 0.002561 10.0.0.45 - - [2024-12-30 02:14:27] "POST /neutron/port HTTP/1.1" 200 1064 0.017944 10.0.0.45 - - [2024-12-30 02:14:27] "GET /project/dd91f80c-e39e-4817-b326-e46e18eab181?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000421 10.0.0.45 - - [2024-12-30 02:14:27] "POST /neutron/port HTTP/1.1" 200 1064 0.009962 10.0.0.45 - - [2024-12-30 02:14:27] "POST /neutron/port HTTP/1.1" 200 1118 0.072763 10.0.0.45 - - [2024-12-30 02:14:27] "POST /neutron/port HTTP/1.1" 200 1092 0.015538 10.0.0.45 - - [2024-12-30 02:14:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003005 10.0.0.45 - - [2024-12-30 02:14:27] "POST /neutron/subnet HTTP/1.1" 200 708 0.009089 10.0.0.45 - - [2024-12-30 02:14:27] "POST /neutron/port HTTP/1.1" 200 117 0.001066 10.0.0.45 - - [2024-12-30 02:14:27] "POST /neutron/network HTTP/1.1" 200 930 0.005682 10.0.0.45 - - [2024-12-30 02:14:27] "GET /projects?obj_uuids=dd91f80c-e39e-4817-b326-e46e18eab181&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001103 10.0.0.45 - - [2024-12-30 02:14:27] "GET /project/dd91f80c-e39e-4817-b326-e46e18eab181?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.039484 10.0.0.45 - - [2024-12-30 02:14:27] "POST /neutron/network HTTP/1.1" 200 927 0.005581 10.0.0.45 - - [2024-12-30 02:14:27] "POST /neutron/port HTTP/1.1" 200 1092 0.018735 10.0.0.45 - - [2024-12-30 02:14:27] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006047 10.0.0.45 - - [2024-12-30 02:14:27] "POST /neutron/port HTTP/1.1" 200 117 0.004952 10.0.0.45 - - [2024-12-30 02:14:27] "POST /neutron/port HTTP/1.1" 200 1092 0.016149 10.0.0.45 - - [2024-12-30 02:14:27] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005250 10.0.0.45 - - [2024-12-30 02:14:28] "POST /neutron/network HTTP/1.1" 200 937 0.005638 10.0.0.45 - - [2024-12-30 02:14:28] "GET /projects?obj_uuids=dd91f80c-e39e-4817-b326-e46e18eab181&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001099 10.0.0.45 - - [2024-12-30 02:14:28] "PUT /access-control-list/7a593d91-b8c6-443a-9aa1-1c995e8944b4 HTTP/1.1" 200 272 0.057484 10.0.0.45 - - [2024-12-30 02:14:28] "POST /neutron/port HTTP/1.1" 200 1061 0.241472 10.0.0.45 - - [2024-12-30 02:14:28] "POST /neutron/port HTTP/1.1" 200 1061 0.008130 10.0.0.45 - - [2024-12-30 02:14:28] "POST /neutron/port HTTP/1.1" 200 1061 0.010525 10.0.0.45 - - [2024-12-30 02:14:28] "POST /neutron/port HTTP/1.1" 200 1115 0.051250 10.0.0.45 - - [2024-12-30 02:14:28] "POST /neutron/port HTTP/1.1" 200 1089 0.013208 10.0.0.45 - - [2024-12-30 02:14:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002844 10.0.0.45 - - [2024-12-30 02:14:28] "POST /neutron/subnet HTTP/1.1" 200 694 0.009301 10.0.0.45 - - [2024-12-30 02:14:28] "POST /neutron/port HTTP/1.1" 200 117 0.001053 10.0.0.45 - - [2024-12-30 02:14:28] "POST /neutron/network HTTP/1.1" 200 927 0.004944 10.0.0.45 - - [2024-12-30 02:14:32] "POST /neutron/port HTTP/1.1" 200 1092 0.014623 10.0.0.45 - - [2024-12-30 02:14:32] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006057 10.0.0.45 - - [2024-12-30 02:14:32] "POST /neutron/port HTTP/1.1" 200 1092 0.014075 10.0.0.45 - - [2024-12-30 02:14:32] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007546 10.0.0.45 - - [2024-12-30 02:14:33] "POST /neutron/port HTTP/1.1" 200 1092 0.014838 10.0.0.45 - - [2024-12-30 02:14:33] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005601 10.0.0.45 - - [2024-12-30 02:14:33] "GET /virtual-machine/916fec99-a350-4bb2-b44c-c68e72fda969 HTTP/1.1" 200 1295 0.005042 10.0.0.45 - - [2024-12-30 02:14:33] "GET /virtual-machine-interface/ab5ca6fc-42e8-4054-803f-14bf7d5d62f7 HTTP/1.1" 200 2950 0.002892 10.0.0.45 - - [2024-12-30 02:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.45 - - [2024-12-30 02:14:33] "GET /global-vrouter-config/2a0444fa-d43d-4f60-a2fe-7773b4f4125f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003963 10.0.0.45 - - [2024-12-30 02:14:33] "GET /virtual-networks?parent_id=dd91f80c-e39e-4817-b326-e46e18eab181&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003962 10.0.0.45 - - [2024-12-30 02:14:33] "GET /virtual-network/6aa817b1-6bb0-4c6b-a5e5-c898ee0161ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004070 10.0.0.45 - - [2024-12-30 02:14:35] "POST /neutron/port HTTP/1.1" 200 1092 0.015136 10.0.0.45 - - [2024-12-30 02:14:35] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006180 10.0.0.45 - - [2024-12-30 02:14:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.45 - - [2024-12-30 02:14:36] "GET /virtual-network/6aa817b1-6bb0-4c6b-a5e5-c898ee0161ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.002739 10.0.0.45 - - [2024-12-30 02:14:36] "POST /neutron/port HTTP/1.1" 200 1089 0.017048 10.0.0.45 - - [2024-12-30 02:14:36] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005352 10.0.0.45 - - [2024-12-30 02:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.45 - - [2024-12-30 02:14:38] "GET /global-vrouter-config/2a0444fa-d43d-4f60-a2fe-7773b4f4125f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002372 10.0.0.45 - - [2024-12-30 02:14:38] "GET /virtual-networks?parent_id=dd91f80c-e39e-4817-b326-e46e18eab181&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002877 10.0.0.45 - - [2024-12-30 02:14:38] "GET /virtual-network/6aa817b1-6bb0-4c6b-a5e5-c898ee0161ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.003131 10.0.0.45 - - [2024-12-30 02:14:38] "POST /neutron/port HTTP/1.1" 200 1089 0.015782 10.0.0.45 - - [2024-12-30 02:14:38] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005296 10.0.0.45 - - [2024-12-30 02:14:38] "POST /neutron/port HTTP/1.1" 200 1089 0.014586 10.0.0.45 - - [2024-12-30 02:14:38] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006053 10.0.0.45 - - [2024-12-30 02:14:38] "POST /neutron/port HTTP/1.1" 200 1089 0.015841 10.0.0.45 - - [2024-12-30 02:14:38] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007113 10.0.0.45 - - [2024-12-30 02:14:38] "GET /virtual-machine/91b94eee-ec32-4ec5-9e97-6c3ccf2ebd3c HTTP/1.1" 200 1295 0.004400 10.0.0.45 - - [2024-12-30 02:14:38] "GET /virtual-machine-interface/80153fe7-f2bc-4802-830d-b9368d2100b3 HTTP/1.1" 200 2949 0.002915 10.0.0.45 - - [2024-12-30 02:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.45 - - [2024-12-30 02:14:39] "GET /global-vrouter-config/2a0444fa-d43d-4f60-a2fe-7773b4f4125f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002745 10.0.0.45 - - [2024-12-30 02:14:39] "GET /virtual-networks?parent_id=dd91f80c-e39e-4817-b326-e46e18eab181&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003540 10.0.0.45 - - [2024-12-30 02:14:39] "GET /virtual-network/2cb699e4-d206-4b1c-8276-eb19b7e3ba89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.003814 10.0.0.45 - - [2024-12-30 02:14:40] "DELETE /project/dd91f80ce39e4817b326e46e18eab181 HTTP/1.1" 404 173 0.020829 10.0.0.45 - - [2024-12-30 02:14:40] "DELETE /project/ae7e3b65ac9744e086f996fcfdc53809 HTTP/1.1" 404 173 0.019909 10.0.0.45 - - [2024-12-30 02:14:40] "DELETE /project/5222520e3b84474982f8412a24192451 HTTP/1.1" 404 173 0.019200 10.0.0.45 - - [2024-12-30 02:14:40] "DELETE /project/02a7671089d84a24bd87d48ff5a95bb4 HTTP/1.1" 404 173 0.008161 10.0.0.45 - - [2024-12-30 02:14:40] "GET /projects?obj_uuids=eca1bed7-dd29-45e6-996f-156e114f64a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001406 10.0.0.45 - - [2024-12-30 02:14:40] "GET /projects?obj_uuids=02a76710-89d8-4a24-bd87-d48ff5a95bb4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001006 10.0.0.45 - - [2024-12-30 02:14:40] "GET /projects?obj_uuids=ae7e3b65-ac97-44e0-86f9-96fcfdc53809&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000958 10.0.0.45 - - [2024-12-30 02:14:40] "GET /projects?obj_uuids=5222520e-3b84-4749-82f8-412a24192451&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000958 10.0.0.45 - - [2024-12-30 02:14:40] "GET /project/eca1bed7-dd29-45e6-996f-156e114f64a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.057913 10.0.0.45 - - [2024-12-30 02:14:40] "GET /project/02a76710-89d8-4a24-bd87-d48ff5a95bb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.056187 10.0.0.45 - - [2024-12-30 02:14:40] "GET /project/ae7e3b65-ac97-44e0-86f9-96fcfdc53809?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.052976 10.0.0.45 - - [2024-12-30 02:14:40] "GET /project/5222520e-3b84-4749-82f8-412a24192451?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.056215 10.0.0.45 - - [2024-12-30 02:14:40] "GET /projects?obj_uuids=eca1bed7-dd29-45e6-996f-156e114f64a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000964 10.0.0.45 - - [2024-12-30 02:14:40] "GET /projects?obj_uuids=5222520e-3b84-4749-82f8-412a24192451&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000918 10.0.0.45 - - [2024-12-30 02:14:40] "GET /projects?obj_uuids=ae7e3b65-ac97-44e0-86f9-96fcfdc53809&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000820 10.0.0.45 - - [2024-12-30 02:14:40] "GET /projects?obj_uuids=02a76710-89d8-4a24-bd87-d48ff5a95bb4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000800 10.0.0.45 - - [2024-12-30 02:14:40] "GET /project/eca1bed7-dd29-45e6-996f-156e114f64a7?fields=security_groups HTTP/1.1" 200 1400 0.055443 10.0.0.45 - - [2024-12-30 02:14:40] "GET /project/ae7e3b65-ac97-44e0-86f9-96fcfdc53809?fields=security_groups HTTP/1.1" 200 1387 0.051126 10.0.0.45 - - [2024-12-30 02:14:40] "GET /project/5222520e-3b84-4749-82f8-412a24192451?fields=security_groups HTTP/1.1" 200 1371 0.050210 10.0.0.45 - - [2024-12-30 02:14:40] "GET /project/02a76710-89d8-4a24-bd87-d48ff5a95bb4?fields=security_groups HTTP/1.1" 200 1347 0.055394 10.0.0.45 - - [2024-12-30 02:14:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.45 - - [2024-12-30 02:14:40] "GET /global-vrouter-config/2a0444fa-d43d-4f60-a2fe-7773b4f4125f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002782 10.0.0.45 - - [2024-12-30 02:14:40] "GET /virtual-networks?parent_id=dd91f80c-e39e-4817-b326-e46e18eab181&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.005549 10.0.0.45 - - [2024-12-30 02:14:40] "GET /virtual-network/2cb699e4-d206-4b1c-8276-eb19b7e3ba89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.004337 10.0.0.45 - - [2024-12-30 02:14:40] "DELETE /security-group/9e727f14-2ae2-4387-81a3-d7acf63b31d5 HTTP/1.1" 200 115 0.093072 10.0.0.45 - - [2024-12-30 02:14:40] "GET /projects?obj_uuids=eca1bed7-dd29-45e6-996f-156e114f64a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000958 10.0.0.45 - - [2024-12-30 02:14:40] "DELETE /access-control-list/fd2ea687-9d06-456e-afdf-4c8c3f34b794 HTTP/1.1" 200 115 0.057484 10.0.0.45 - - [2024-12-30 02:14:40] "DELETE /security-group/6120b802-7fd8-4d23-90f7-d6ebd9fc37e7 HTTP/1.1" 200 115 0.100841 10.0.0.45 - - [2024-12-30 02:14:40] "DELETE /security-group/69c67f9e-9233-48a2-86a0-5e312c0498ee HTTP/1.1" 200 115 0.112509 10.0.0.45 - - [2024-12-30 02:14:40] "GET /projects?obj_uuids=5222520e-3b84-4749-82f8-412a24192451&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001000 10.0.0.45 - - [2024-12-30 02:14:40] "GET /project/eca1bed7-dd29-45e6-996f-156e114f64a7?fields=application_policy_sets HTTP/1.1" 200 1439 0.039591 10.0.0.45 - - [2024-12-30 02:14:40] "GET /projects?obj_uuids=02a76710-89d8-4a24-bd87-d48ff5a95bb4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001039 10.0.0.45 - - [2024-12-30 02:14:40] "DELETE /security-group/db660d8c-9796-4c69-902e-6f53ae5dfb77 HTTP/1.1" 200 115 0.129188 10.0.0.45 - - [2024-12-30 02:14:40] "GET /projects?obj_uuids=ae7e3b65-ac97-44e0-86f9-96fcfdc53809&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003370 10.0.0.45 - - [2024-12-30 02:14:40] "DELETE /access-control-list/3c7e4869-9f96-42ef-af0a-d13dcbeb93ac HTTP/1.1" 200 115 0.055197 10.0.0.45 - - [2024-12-30 02:14:40] "GET /project/02a76710-89d8-4a24-bd87-d48ff5a95bb4?fields=application_policy_sets HTTP/1.1" 200 1386 0.045100 10.0.0.45 - - [2024-12-30 02:14:40] "GET /project/5222520e-3b84-4749-82f8-412a24192451?fields=application_policy_sets HTTP/1.1" 200 1410 0.077818 10.0.0.45 - - [2024-12-30 02:14:40] "DELETE /access-control-list/bb2f749b-58ed-48bc-8a13-fe822a1ac033 HTTP/1.1" 200 115 0.040370 10.0.0.45 - - [2024-12-30 02:14:40] "GET /project/ae7e3b65-ac97-44e0-86f9-96fcfdc53809?fields=application_policy_sets HTTP/1.1" 200 1426 0.083642 10.0.0.45 - - [2024-12-30 02:14:40] "DELETE /access-control-list/721d3fdf-1568-4871-9951-96f7eb0366c1 HTTP/1.1" 200 115 0.049731 10.0.0.45 - - [2024-12-30 02:14:40] "DELETE /project/eca1bed7-dd29-45e6-996f-156e114f64a7 HTTP/1.1" 200 115 0.508552 10.0.0.45 - - [2024-12-30 02:14:40] "DELETE /access-control-list/d86991ab-f2a3-400b-89b7-78588801bf56 HTTP/1.1" 200 115 0.042224 10.0.0.45 - - [2024-12-30 02:14:40] "DELETE /project/02a76710-89d8-4a24-bd87-d48ff5a95bb4 HTTP/1.1" 200 115 0.537374 10.0.0.45 - - [2024-12-30 02:14:40] "DELETE /access-control-list/becf0da8-9781-4070-881d-8ea4f0a6480d HTTP/1.1" 200 115 0.031606 10.0.0.45 - - [2024-12-30 02:14:40] "DELETE /project/5222520e-3b84-4749-82f8-412a24192451 HTTP/1.1" 200 115 0.550395 10.0.0.45 - - [2024-12-30 02:14:40] "DELETE /project/ae7e3b65-ac97-44e0-86f9-96fcfdc53809 HTTP/1.1" 200 115 0.565053 10.0.0.45 - - [2024-12-30 02:14:40] "DELETE /access-control-list/da9be322-5788-43c1-8b05-1db1ad822918 HTTP/1.1" 200 115 0.018533 10.0.0.45 - - [2024-12-30 02:14:40] "DELETE /access-control-list/e12f5991-1597-432c-9cc2-d937611308c9 HTTP/1.1" 200 115 0.014699 10.0.0.45 - - [2024-12-30 02:14:43] "POST /neutron/port HTTP/1.1" 200 1092 0.013688 10.0.0.45 - - [2024-12-30 02:14:43] "POST /neutron/port HTTP/1.1" 200 1092 0.012915 10.0.0.45 - - [2024-12-30 02:14:43] "POST /neutron/network HTTP/1.1" 200 940 0.004320 10.0.0.45 - - [2024-12-30 02:14:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002476 10.0.0.45 - - [2024-12-30 02:14:43] "POST /neutron/subnet HTTP/1.1" 200 708 0.008791 10.0.0.45 - - [2024-12-30 02:14:43] "POST /neutron/port HTTP/1.1" 200 117 0.000934 10.0.0.45 - - [2024-12-30 02:14:43] "POST /neutron/network HTTP/1.1" 200 930 0.004167 10.0.0.45 - - [2024-12-30 02:14:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.45 - - [2024-12-30 02:14:44] "GET /projects?obj_uuids=dd91f80c-e39e-4817-b326-e46e18eab181&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001406 10.0.0.45 - - [2024-12-30 02:14:44] "GET /project/dd91f80c-e39e-4817-b326-e46e18eab181?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.020355 10.0.0.45 - - [2024-12-30 02:14:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.45 - - [2024-12-30 02:14:44] "PUT /network-policy/0fb47998-cad9-4d98-855a-d39c4ec490de HTTP/1.1" 200 262 0.010735 10.0.0.45 - - [2024-12-30 02:14:44] "PUT /access-control-list/55164e9f-e79f-47db-9820-f4b025adb8cc HTTP/1.1" 200 272 0.052375 10.0.0.45 - - [2024-12-30 02:14:44] "POST /ref-update HTTP/1.1" 200 156 0.011035 10.0.0.45 - - [2024-12-30 02:14:44] "PUT /access-control-list/7a593d91-b8c6-443a-9aa1-1c995e8944b4 HTTP/1.1" 200 272 0.055068 10.0.0.45 - - [2024-12-30 02:14:44] "POST /ref-update HTTP/1.1" 200 156 0.012252 10.0.0.45 - - [2024-12-30 02:14:47] "GET /obj-perms HTTP/1.1" 200 5056 0.040127 10.0.0.45 - - [2024-12-30 02:14:47] "GET /obj-perms HTTP/1.1" 200 5056 0.041956 10.0.0.45 - - [2024-12-30 02:14:47] "GET /virtual-network/2cb699e4-d206-4b1c-8276-eb19b7e3ba89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.003587 10.0.0.45 - - [2024-12-30 02:14:47] "POST /neutron/network HTTP/1.1" 200 927 0.005740 10.0.0.45 - - [2024-12-30 02:14:47] "POST /neutron/network HTTP/1.1" 200 825 0.037646 10.0.0.45 - - [2024-12-30 02:14:47] "DELETE /access-control-list/7a593d91-b8c6-443a-9aa1-1c995e8944b4 HTTP/1.1" 200 115 0.025186 10.0.0.45 - - [2024-12-30 02:14:47] "POST /neutron/network HTTP/1.1" 200 825 0.004677 10.0.0.45 - - [2024-12-30 02:14:47] "GET /virtual-network/2cb699e4-d206-4b1c-8276-eb19b7e3ba89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.002298 10.0.0.45 - - [2024-12-30 02:14:47] "GET /virtual-network/6aa817b1-6bb0-4c6b-a5e5-c898ee0161ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.003048 10.0.0.45 - - [2024-12-30 02:14:47] "POST /neutron/network HTTP/1.1" 200 930 0.006266 10.0.0.45 - - [2024-12-30 02:14:48] "POST /neutron/network HTTP/1.1" 200 828 0.042048 10.0.0.45 - - [2024-12-30 02:14:48] "DELETE /access-control-list/55164e9f-e79f-47db-9820-f4b025adb8cc HTTP/1.1" 200 115 0.023991 10.0.0.45 - - [2024-12-30 02:14:48] "POST /neutron/network HTTP/1.1" 200 828 0.010974 10.0.0.45 - - [2024-12-30 02:14:48] "GET /virtual-network/6aa817b1-6bb0-4c6b-a5e5-c898ee0161ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.003393 10.0.0.45 - - [2024-12-30 02:14:48] "DELETE /network-policy/0fb47998-cad9-4d98-855a-d39c4ec490de HTTP/1.1" 200 115 0.021492 10.0.0.45 - - [2024-12-30 02:14:48] "POST /neutron/network HTTP/1.1" 200 825 0.005406 10.0.0.45 - - [2024-12-30 02:14:48] "POST /neutron/network HTTP/1.1" 400 204 0.012756 10.0.0.45 - - [2024-12-30 02:14:48] "POST /neutron/port HTTP/1.1" 200 1089 0.014246 10.0.0.45 - - [2024-12-30 02:14:48] "POST /neutron/port HTTP/1.1" 200 1115 0.008833 10.0.0.45 - - [2024-12-30 02:14:48] "POST /neutron/port HTTP/1.1" 200 1092 0.016222 10.0.0.45 - - [2024-12-30 02:14:48] "POST /neutron/port HTTP/1.1" 200 1118 0.010170 10.0.0.45 - - [2024-12-30 02:14:48] "POST /neutron/port HTTP/1.1" 200 151 0.108618 10.0.0.45 - - [2024-12-30 02:14:48] "POST /neutron/port HTTP/1.1" 200 151 0.098998 10.0.0.45 - - [2024-12-30 02:14:50] "POST /neutron/network HTTP/1.1" 200 825 0.005825 10.0.0.45 - - [2024-12-30 02:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.45 - - [2024-12-30 02:14:50] "POST /useragent-kv HTTP/1.1" 200 115 0.001091 10.0.0.45 - - [2024-12-30 02:14:50] "POST /useragent-kv HTTP/1.1" 200 115 0.000930 10.0.0.45 - - [2024-12-30 02:14:50] "POST /neutron/network HTTP/1.1" 200 151 0.072548 10.0.0.45 - - [2024-12-30 02:14:50] "DELETE /route-target/1df51c8b-b948-4506-b45b-2886376eccca HTTP/1.1" 200 115 0.015376 10.0.0.45 - - [2024-12-30 02:14:50] "GET /routing-instance/0e5997bc-b8ea-44d0-b9e1-e7517136603d HTTP/1.1" 404 171 0.002023 10.0.0.45 - - [2024-12-30 02:14:50] "GET /domains HTTP/1.1" 200 280 0.001870 10.0.0.45 - - [2024-12-30 02:14:50] "GET /domains?obj_uuids=9eb6c690-2dfa-4489-b11f-76c7854c1b5d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000936 10.0.0.45 - - [2024-12-30 02:14:50] "GET /domain/9eb6c690-2dfa-4489-b11f-76c7854c1b5d HTTP/1.1" 200 2576 0.052078 10.0.0.45 - - [2024-12-30 02:14:50] "GET /projects?obj_uuids=dd91f80c-e39e-4817-b326-e46e18eab181&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000994 10.0.0.45 - - [2024-12-30 02:14:50] "GET /project/dd91f80c-e39e-4817-b326-e46e18eab181 HTTP/1.1" 200 2104 0.065793 10.0.0.45 - - [2024-12-30 02:14:50] "POST /neutron/network HTTP/1.1" 200 828 0.005643 10.0.0.45 - - [2024-12-30 02:14:50] "POST /useragent-kv HTTP/1.1" 200 115 0.001262 10.0.0.45 - - [2024-12-30 02:14:50] "POST /useragent-kv HTTP/1.1" 200 115 0.000914 10.0.0.45 - - [2024-12-30 02:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004946 10.0.0.45 - - [2024-12-30 02:14:50] "POST /neutron/network HTTP/1.1" 200 151 0.076454 10.0.0.45 - - [2024-12-30 02:14:50] "GET /routing-instance/f52a0ad3-91a3-49bb-8087-42413fa92523 HTTP/1.1" 404 171 0.002630 10.0.0.45 - - [2024-12-30 02:14:50] "DELETE /route-target/77fec8f3-c2d0-4797-a587-e14ff469a196 HTTP/1.1" 200 115 0.015927 10.0.0.45 - - [2024-12-30 02:14:50] "GET /domains HTTP/1.1" 200 280 0.002274 10.0.0.45 - - [2024-12-30 02:14:50] "GET /domains?obj_uuids=9eb6c690-2dfa-4489-b11f-76c7854c1b5d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000897 10.0.0.45 - - [2024-12-30 02:14:50] "GET /domain/9eb6c690-2dfa-4489-b11f-76c7854c1b5d HTTP/1.1" 200 2576 0.047431 10.0.0.45 - - [2024-12-30 02:14:50] "GET /projects?obj_uuids=dd91f80c-e39e-4817-b326-e46e18eab181&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000916 10.0.0.45 - - [2024-12-30 02:14:50] "GET /project/dd91f80c-e39e-4817-b326-e46e18eab181 HTTP/1.1" 200 1865 0.062749 10.0.0.45 - - [2024-12-30 02:14:50] "GET /projects?obj_uuids=dd91f80c-e39e-4817-b326-e46e18eab181&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001098 10.0.0.45 - - [2024-12-30 02:14:50] "GET /project/dd91f80c-e39e-4817-b326-e46e18eab181?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.022405 10.0.0.45 - - [2024-12-30 02:14:50] "GET /projects?obj_uuids=dd91f80c-e39e-4817-b326-e46e18eab181&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001004 10.0.0.45 - - [2024-12-30 02:14:50] "GET /project/dd91f80c-e39e-4817-b326-e46e18eab181?fields=virtual_networks HTTP/1.1" 200 1037 0.061208 10.0.0.45 - - [2024-12-30 02:14:51] "GET /projects?obj_uuids=dd91f80c-e39e-4817-b326-e46e18eab181&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001075 10.0.0.45 - - [2024-12-30 02:14:51] "GET /project/dd91f80c-e39e-4817-b326-e46e18eab181?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.021378 10.0.0.45 - - [2024-12-30 02:14:51] "GET /projects?obj_uuids=dd91f80c-e39e-4817-b326-e46e18eab181&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001447 10.0.0.45 - - [2024-12-30 02:14:51] "GET /project/dd91f80c-e39e-4817-b326-e46e18eab181?fields=security_groups HTTP/1.1" 200 1265 0.019192 10.0.0.45 - - [2024-12-30 02:14:51] "POST /fqname-to-id HTTP/1.1" 404 186 0.023992 10.0.0.45 - - [2024-12-30 02:14:51] "GET /projects?obj_uuids=88ed9552-7387-4410-bd0f-dad8e0889f8e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002754 10.0.0.45 - - [2024-12-30 02:14:51] "GET /domains?obj_uuids=9eb6c690-2dfa-4489-b11f-76c7854c1b5d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001141 10.0.0.45 - - [2024-12-30 02:14:51] "GET /domain/9eb6c690-2dfa-4489-b11f-76c7854c1b5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007421 10.0.0.45 - - [2024-12-30 02:14:52] "POST /id-to-fqname HTTP/1.1" 200 188 0.001230 10.0.0.45 - - [2024-12-30 02:14:52] "POST /fqname-to-id HTTP/1.1" 404 197 0.002112 10.0.0.45 - - [2024-12-30 02:14:52] "POST /security-groups HTTP/1.1" 200 589 0.063714 10.0.0.45 - - [2024-12-30 02:14:52] "POST /fqname-to-id HTTP/1.1" 404 232 0.003079 10.0.0.45 - - [2024-12-30 02:14:52] "POST /projects HTTP/1.1" 200 581 0.206086 10.0.0.45 - - [2024-12-30 02:14:52] "POST /access-control-lists HTTP/1.1" 200 594 0.055290 10.0.0.45 - - [2024-12-30 02:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.278447 10.0.0.45 - - [2024-12-30 02:14:52] "POST /fqname-to-id HTTP/1.1" 404 231 0.004058 10.0.0.45 - - [2024-12-30 02:14:52] "GET /project/88ed9552-7387-4410-bd0f-dad8e0889f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.394990 10.0.0.45 - - [2024-12-30 02:14:52] "POST /access-control-lists HTTP/1.1" 200 592 0.060760 10.0.0.45 - - [2024-12-30 02:14:53] "GET / HTTP/1.1" 200 35931 0.002200 10.0.0.45 - - [2024-12-30 02:14:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000527 10.0.0.45 - - [2024-12-30 02:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.052215 10.0.0.45 - - [2024-12-30 02:14:54] "GET /projects?obj_uuids=88ed9552-7387-4410-bd0f-dad8e0889f8e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000977 10.0.0.45 - - [2024-12-30 02:14:54] "GET /project/88ed9552-7387-4410-bd0f-dad8e0889f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.018436 10.0.0.45 - - [2024-12-30 02:14:54] "POST /neutron/network HTTP/1.1" 200 117 0.027647 10.0.0.45 - - [2024-12-30 02:14:54] "GET /projects?obj_uuids=88ed9552-7387-4410-bd0f-dad8e0889f8e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001407 10.0.0.45 - - [2024-12-30 02:14:54] "POST /neutron/network HTTP/1.1" 200 613 0.059827 10.0.0.45 - - [2024-12-30 02:14:54] "POST /route-targets HTTP/1.1" 200 327 0.010338 10.0.0.45 - - [2024-12-30 02:14:54] "POST /ref-update HTTP/1.1" 200 156 0.013449 10.0.0.45 - - [2024-12-30 02:14:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002887 10.0.0.45 - - [2024-12-30 02:14:54] "POST /neutron/subnet HTTP/1.1" 200 720 0.175447 10.0.0.45 - - [2024-12-30 02:14:54] "POST /neutron/network HTTP/1.1" 200 831 0.004730 10.0.0.45 - - [2024-12-30 02:14:54] "POST /id-to-fqname HTTP/1.1" 200 223 0.001027 10.0.0.45 - - [2024-12-30 02:14:54] "GET /virtual-network/ceb958a7-cbe4-493c-bb5b-48c6630337f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.002717 10.0.0.45 - - [2024-12-30 02:14:54] "POST /neutron/network HTTP/1.1" 200 831 0.006007 10.0.0.45 - - [2024-12-30 02:14:54] "GET /virtual-network/ceb958a7-cbe4-493c-bb5b-48c6630337f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.002419 10.0.0.45 - - [2024-12-30 02:14:54] "POST /neutron/network HTTP/1.1" 200 831 0.005849 10.0.0.45 - - [2024-12-30 02:14:54] "POST /neutron/subnet HTTP/1.1" 200 720 0.005936 10.0.0.45 - - [2024-12-30 02:14:54] "GET /domains HTTP/1.1" 401 292 0.000372 10.0.0.45 - - [2024-12-30 02:14:55] "GET /domains HTTP/1.1" 200 280 0.024900 10.0.0.45 - - [2024-12-30 02:14:55] "GET /domains?obj_uuids=9eb6c690-2dfa-4489-b11f-76c7854c1b5d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002856 10.0.0.45 - - [2024-12-30 02:14:55] "GET /domain/9eb6c690-2dfa-4489-b11f-76c7854c1b5d HTTP/1.1" 200 2760 0.009669 10.0.0.45 - - [2024-12-30 02:14:55] "GET /projects?obj_uuids=88ed9552-7387-4410-bd0f-dad8e0889f8e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001346 10.0.0.45 - - [2024-12-30 02:14:55] "GET /project/88ed9552-7387-4410-bd0f-dad8e0889f8e HTTP/1.1" 200 2080 0.067794 10.0.0.45 - - [2024-12-30 02:14:55] "GET /virtual-network/ceb958a7-cbe4-493c-bb5b-48c6630337f2 HTTP/1.1" 200 2315 0.003460 10.0.0.45 - - [2024-12-30 02:14:55] "GET /virtual-network/ceb958a7-cbe4-493c-bb5b-48c6630337f2 HTTP/1.1" 200 2315 0.002960 10.0.0.45 - - [2024-12-30 02:14:55] "GET /routing-instance/8dec6036-566b-496d-b699-d3066eec8203 HTTP/1.1" 200 1494 0.002977 10.0.0.45 - - [2024-12-30 02:14:55] "GET /routing-instance/8dec6036-566b-496d-b699-d3066eec8203 HTTP/1.1" 200 1494 0.002641 10.0.0.45 - - [2024-12-30 02:14:55] "GET /route-target/eafaee71-caaa-461c-9fba-52a6cb1e7cda HTTP/1.1" 200 1213 0.002558 10.0.0.45 - - [2024-12-30 02:14:55] "GET /virtual-network/ceb958a7-cbe4-493c-bb5b-48c6630337f2 HTTP/1.1" 200 2315 0.002675 10.0.0.45 - - [2024-12-30 02:14:55] "GET /routing-instance/8dec6036-566b-496d-b699-d3066eec8203 HTTP/1.1" 200 1494 0.002255 10.0.0.45 - - [2024-12-30 02:14:55] "GET /virtual-network/ceb958a7-cbe4-493c-bb5b-48c6630337f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.002422 10.0.0.45 - - [2024-12-30 02:14:55] "GET /virtual-network/ceb958a7-cbe4-493c-bb5b-48c6630337f2 HTTP/1.1" 200 2315 0.002923 10.0.0.45 - - [2024-12-30 02:14:55] "GET /routing-instance/8dec6036-566b-496d-b699-d3066eec8203 HTTP/1.1" 200 1494 0.002131 10.0.0.45 - - [2024-12-30 02:14:55] "GET /routing-instance/8dec6036-566b-496d-b699-d3066eec8203 HTTP/1.1" 200 1494 0.002876 10.0.0.45 - - [2024-12-30 02:14:55] "GET /route-target/eafaee71-caaa-461c-9fba-52a6cb1e7cda HTTP/1.1" 200 1213 0.002753 10.0.0.45 - - [2024-12-30 02:14:55] "GET /domains HTTP/1.1" 200 280 0.002786 10.0.0.45 - - [2024-12-30 02:14:55] "GET /domains?obj_uuids=9eb6c690-2dfa-4489-b11f-76c7854c1b5d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000989 10.0.0.45 - - [2024-12-30 02:14:55] "GET /domain/9eb6c690-2dfa-4489-b11f-76c7854c1b5d HTTP/1.1" 200 2760 0.007207 10.0.0.45 - - [2024-12-30 02:14:55] "GET /projects?obj_uuids=88ed9552-7387-4410-bd0f-dad8e0889f8e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000910 10.0.0.45 - - [2024-12-30 02:14:55] "GET /project/88ed9552-7387-4410-bd0f-dad8e0889f8e HTTP/1.1" 200 2080 0.068129 10.0.0.45 - - [2024-12-30 02:14:55] "GET /virtual-network/ceb958a7-cbe4-493c-bb5b-48c6630337f2 HTTP/1.1" 200 2315 0.002990 10.0.0.45 - - [2024-12-30 02:14:55] "GET /obj-perms HTTP/1.1" 200 5026 0.045954 10.0.0.45 - - [2024-12-30 02:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.45 - - [2024-12-30 02:14:55] "GET /projects?obj_uuids=88ed9552-7387-4410-bd0f-dad8e0889f8e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001401 10.0.0.45 - - [2024-12-30 02:14:55] "GET /project/88ed9552-7387-4410-bd0f-dad8e0889f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.021258 10.0.0.45 - - [2024-12-30 02:14:55] "POST /neutron/network HTTP/1.1" 200 117 0.008685 10.0.0.45 - - [2024-12-30 02:14:55] "GET /projects?obj_uuids=88ed9552-7387-4410-bd0f-dad8e0889f8e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001163 10.0.0.45 - - [2024-12-30 02:14:56] "POST /neutron/network HTTP/1.1" 200 613 0.065103 10.0.0.45 - - [2024-12-30 02:14:56] "POST /route-targets HTTP/1.1" 200 327 0.008976 10.0.0.45 - - [2024-12-30 02:14:56] "POST /ref-update HTTP/1.1" 200 156 0.009373 10.0.0.45 - - [2024-12-30 02:14:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003490 10.0.0.45 - - [2024-12-30 02:14:56] "POST /neutron/subnet HTTP/1.1" 200 734 0.166981 10.0.0.45 - - [2024-12-30 02:14:56] "POST /neutron/network HTTP/1.1" 200 834 0.005543 10.0.0.45 - - [2024-12-30 02:14:56] "POST /id-to-fqname HTTP/1.1" 200 223 0.001120 10.0.0.45 - - [2024-12-30 02:14:56] "GET /virtual-network/ae637355-a011-4fb1-9be9-b2da628004c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.002844 10.0.0.45 - - [2024-12-30 02:14:56] "POST /neutron/network HTTP/1.1" 200 834 0.007430 10.0.0.45 - - [2024-12-30 02:14:56] "GET /virtual-network/ae637355-a011-4fb1-9be9-b2da628004c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.002818 10.0.0.45 - - [2024-12-30 02:14:56] "POST /neutron/network HTTP/1.1" 200 834 0.006332 10.0.0.45 - - [2024-12-30 02:14:56] "POST /neutron/subnet HTTP/1.1" 200 734 0.007160 10.0.0.45 - - [2024-12-30 02:14:56] "GET /domains HTTP/1.1" 200 280 0.002271 10.0.0.45 - - [2024-12-30 02:14:56] "GET /domains?obj_uuids=9eb6c690-2dfa-4489-b11f-76c7854c1b5d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000975 10.0.0.45 - - [2024-12-30 02:14:56] "GET /domain/9eb6c690-2dfa-4489-b11f-76c7854c1b5d HTTP/1.1" 200 2760 0.006397 10.0.0.45 - - [2024-12-30 02:14:56] "GET /projects?obj_uuids=88ed9552-7387-4410-bd0f-dad8e0889f8e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000898 10.0.0.45 - - [2024-12-30 02:14:56] "GET /project/88ed9552-7387-4410-bd0f-dad8e0889f8e HTTP/1.1" 200 2298 0.065193 10.0.0.45 - - [2024-12-30 02:14:56] "GET /virtual-network/ae637355-a011-4fb1-9be9-b2da628004c5 HTTP/1.1" 200 2325 0.004096 10.0.0.45 - - [2024-12-30 02:14:56] "GET /virtual-network/ae637355-a011-4fb1-9be9-b2da628004c5 HTTP/1.1" 200 2325 0.002200 10.0.0.45 - - [2024-12-30 02:14:56] "GET /routing-instance/90044ca8-6250-4268-976b-ab85e74beb89 HTTP/1.1" 200 1494 0.002835 10.0.0.45 - - [2024-12-30 02:14:56] "GET /routing-instance/90044ca8-6250-4268-976b-ab85e74beb89 HTTP/1.1" 200 1494 0.002609 10.0.0.45 - - [2024-12-30 02:14:56] "GET /route-target/ba0b9506-69ea-4ece-ba9e-99d5fa1de5b1 HTTP/1.1" 200 1213 0.002772 10.0.0.45 - - [2024-12-30 02:14:56] "GET /virtual-network/ae637355-a011-4fb1-9be9-b2da628004c5 HTTP/1.1" 200 2325 0.002249 10.0.0.45 - - [2024-12-30 02:14:56] "GET /routing-instance/90044ca8-6250-4268-976b-ab85e74beb89 HTTP/1.1" 200 1494 0.002673 10.0.0.45 - - [2024-12-30 02:14:56] "GET /virtual-network/ae637355-a011-4fb1-9be9-b2da628004c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.002281 10.0.0.45 - - [2024-12-30 02:14:56] "GET /virtual-network/ae637355-a011-4fb1-9be9-b2da628004c5 HTTP/1.1" 200 2325 0.002813 10.0.0.45 - - [2024-12-30 02:14:56] "GET /routing-instance/90044ca8-6250-4268-976b-ab85e74beb89 HTTP/1.1" 200 1494 0.002244 10.0.0.45 - - [2024-12-30 02:14:56] "GET /routing-instance/90044ca8-6250-4268-976b-ab85e74beb89 HTTP/1.1" 200 1494 0.002350 10.0.0.45 - - [2024-12-30 02:14:56] "GET /route-target/ba0b9506-69ea-4ece-ba9e-99d5fa1de5b1 HTTP/1.1" 200 1213 0.002126 10.0.0.45 - - [2024-12-30 02:14:56] "GET /domains HTTP/1.1" 200 280 0.002891 10.0.0.45 - - [2024-12-30 02:14:56] "GET /domains?obj_uuids=9eb6c690-2dfa-4489-b11f-76c7854c1b5d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001160 10.0.0.45 - - [2024-12-30 02:14:56] "GET /domain/9eb6c690-2dfa-4489-b11f-76c7854c1b5d HTTP/1.1" 200 2760 0.007281 10.0.0.45 - - [2024-12-30 02:14:56] "GET /projects?obj_uuids=88ed9552-7387-4410-bd0f-dad8e0889f8e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001619 10.0.0.45 - - [2024-12-30 02:14:56] "GET /project/88ed9552-7387-4410-bd0f-dad8e0889f8e HTTP/1.1" 200 2298 0.067866 10.0.0.45 - - [2024-12-30 02:14:56] "GET /virtual-network/ae637355-a011-4fb1-9be9-b2da628004c5 HTTP/1.1" 200 2325 0.003013 10.0.0.45 - - [2024-12-30 02:14:56] "GET /obj-perms HTTP/1.1" 200 5026 0.003077 10.0.0.45 - - [2024-12-30 02:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.45 - - [2024-12-30 02:14:56] "GET /projects?obj_uuids=88ed9552-7387-4410-bd0f-dad8e0889f8e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001177 10.0.0.45 - - [2024-12-30 02:14:56] "GET /project/88ed9552-7387-4410-bd0f-dad8e0889f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.023914 10.0.0.45 - - [2024-12-30 02:14:56] "POST /neutron/network HTTP/1.1" 200 117 0.019391 10.0.0.45 - - [2024-12-30 02:14:56] "GET /projects?obj_uuids=88ed9552-7387-4410-bd0f-dad8e0889f8e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001230 10.0.0.45 - - [2024-12-30 02:14:56] "POST /neutron/network HTTP/1.1" 200 615 0.062366 10.0.0.45 - - [2024-12-30 02:14:56] "POST /ref-update HTTP/1.1" 200 156 0.009726 10.0.0.45 - - [2024-12-30 02:14:57] "POST /useragent-kv HTTP/1.1" 200 115 0.005569 10.0.0.45 - - [2024-12-30 02:14:57] "POST /neutron/subnet HTTP/1.1" 200 730 0.219215 10.0.0.45 - - [2024-12-30 02:14:57] "POST /neutron/network HTTP/1.1" 200 835 0.009757 10.0.0.45 - - [2024-12-30 02:14:57] "POST /id-to-fqname HTTP/1.1" 200 224 0.001449 10.0.0.45 - - [2024-12-30 02:14:57] "GET /virtual-network/e043bfa8-0fbf-431f-8294-af0c998619d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.003286 10.0.0.45 - - [2024-12-30 02:14:57] "POST /neutron/network HTTP/1.1" 200 835 0.008829 10.0.0.45 - - [2024-12-30 02:14:57] "GET /virtual-network/e043bfa8-0fbf-431f-8294-af0c998619d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004286 10.0.0.45 - - [2024-12-30 02:14:57] "POST /neutron/network HTTP/1.1" 200 835 0.006303 10.0.0.45 - - [2024-12-30 02:14:57] "POST /neutron/subnet HTTP/1.1" 200 730 0.008677 10.0.0.45 - - [2024-12-30 02:14:57] "GET /domains HTTP/1.1" 200 280 0.002899 10.0.0.45 - - [2024-12-30 02:14:57] "GET /domains?obj_uuids=9eb6c690-2dfa-4489-b11f-76c7854c1b5d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001104 10.0.0.45 - - [2024-12-30 02:14:57] "GET /domain/9eb6c690-2dfa-4489-b11f-76c7854c1b5d HTTP/1.1" 200 2760 0.009613 10.0.0.45 - - [2024-12-30 02:14:57] "GET /projects?obj_uuids=88ed9552-7387-4410-bd0f-dad8e0889f8e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001109 10.0.0.45 - - [2024-12-30 02:14:57] "GET /project/88ed9552-7387-4410-bd0f-dad8e0889f8e HTTP/1.1" 200 2517 0.066344 10.0.0.45 - - [2024-12-30 02:14:57] "GET /virtual-network/e043bfa8-0fbf-431f-8294-af0c998619d7 HTTP/1.1" 200 2326 0.003506 10.0.0.45 - - [2024-12-30 02:14:57] "GET /virtual-network/e043bfa8-0fbf-431f-8294-af0c998619d7 HTTP/1.1" 200 2326 0.002635 10.0.0.45 - - [2024-12-30 02:14:57] "GET /routing-instance/b80c8403-614a-45c1-aff2-97bb0349947b HTTP/1.1" 200 1498 0.003315 10.0.0.45 - - [2024-12-30 02:14:57] "GET /routing-instance/b80c8403-614a-45c1-aff2-97bb0349947b HTTP/1.1" 200 1498 0.002833 10.0.0.45 - - [2024-12-30 02:14:57] "GET /route-target/dfd18649-0165-4538-948b-ecd91614668c HTTP/1.1" 200 1215 0.003271 10.0.0.45 - - [2024-12-30 02:14:57] "GET /virtual-network/e043bfa8-0fbf-431f-8294-af0c998619d7 HTTP/1.1" 200 2326 0.003306 10.0.0.45 - - [2024-12-30 02:14:57] "GET /routing-instance/b80c8403-614a-45c1-aff2-97bb0349947b HTTP/1.1" 200 1498 0.002376 10.0.0.45 - - [2024-12-30 02:14:57] "GET /virtual-network/e043bfa8-0fbf-431f-8294-af0c998619d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.003397 10.0.0.45 - - [2024-12-30 02:14:57] "GET /virtual-network/e043bfa8-0fbf-431f-8294-af0c998619d7 HTTP/1.1" 200 2326 0.002949 10.0.0.45 - - [2024-12-30 02:14:57] "GET /routing-instance/b80c8403-614a-45c1-aff2-97bb0349947b HTTP/1.1" 200 1498 0.002225 10.0.0.45 - - [2024-12-30 02:14:57] "GET /routing-instance/b80c8403-614a-45c1-aff2-97bb0349947b HTTP/1.1" 200 1498 0.003175 10.0.0.45 - - [2024-12-30 02:14:57] "GET /route-target/dfd18649-0165-4538-948b-ecd91614668c HTTP/1.1" 200 1215 0.002772 10.0.0.45 - - [2024-12-30 02:14:57] "GET /domains HTTP/1.1" 200 280 0.002443 10.0.0.45 - - [2024-12-30 02:14:57] "GET /domains?obj_uuids=9eb6c690-2dfa-4489-b11f-76c7854c1b5d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000957 10.0.0.45 - - [2024-12-30 02:14:57] "GET /domain/9eb6c690-2dfa-4489-b11f-76c7854c1b5d HTTP/1.1" 200 2760 0.006686 10.0.0.45 - - [2024-12-30 02:14:57] "GET /projects?obj_uuids=88ed9552-7387-4410-bd0f-dad8e0889f8e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000947 10.0.0.45 - - [2024-12-30 02:14:57] "GET /project/88ed9552-7387-4410-bd0f-dad8e0889f8e HTTP/1.1" 200 2517 0.066041 10.0.0.45 - - [2024-12-30 02:14:57] "GET /virtual-network/e043bfa8-0fbf-431f-8294-af0c998619d7 HTTP/1.1" 200 2326 0.002739 10.0.0.45 - - [2024-12-30 02:14:57] "GET /obj-perms HTTP/1.1" 200 5026 0.002815 10.0.0.45 - - [2024-12-30 02:14:57] "POST /id-to-fqname HTTP/1.1" 200 223 0.001291 10.0.0.45 - - [2024-12-30 02:14:57] "POST /neutron/network HTTP/1.1" 200 844 0.005726 10.0.0.45 - - [2024-12-30 02:14:57] "GET /aaa-mode HTTP/1.1" 401 292 0.000393 10.0.0.45 - - [2024-12-30 02:14:58] "GET / HTTP/1.1" 200 35931 0.002417 10.0.0.45 - - [2024-12-30 02:14:58] "GET /project/88ed9552-7387-4410-bd0f-dad8e0889f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000412 10.0.0.45 - - [2024-12-30 02:14:58] "GET /projects?obj_uuids=88ed9552-7387-4410-bd0f-dad8e0889f8e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001106 10.0.0.45 - - [2024-12-30 02:14:58] "GET /project/88ed9552-7387-4410-bd0f-dad8e0889f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.040708 10.0.0.45 - - [2024-12-30 02:14:58] "POST /neutron/network HTTP/1.1" 200 834 0.004674 10.0.0.45 - - [2024-12-30 02:14:58] "POST /neutron/port HTTP/1.1" 200 117 0.004703 10.0.0.45 - - [2024-12-30 02:14:58] "POST /neutron/port HTTP/1.1" 200 117 0.004937 10.0.0.45 - - [2024-12-30 02:14:58] "POST /id-to-fqname HTTP/1.1" 200 224 0.001370 10.0.0.45 - - [2024-12-30 02:14:58] "POST /neutron/port HTTP/1.1" 200 117 0.005600 10.0.0.45 - - [2024-12-30 02:14:58] "POST /neutron/network HTTP/1.1" 200 845 0.006503 10.0.0.45 - - [2024-12-30 02:14:58] "GET /aaa-mode HTTP/1.1" 401 292 0.000416 10.0.0.45 - - [2024-12-30 02:14:59] "POST /neutron/network HTTP/1.1" 200 844 0.006350 10.0.0.45 - - [2024-12-30 02:14:59] "GET /projects?obj_uuids=88ed9552-7387-4410-bd0f-dad8e0889f8e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001163 10.0.0.45 - - [2024-12-30 02:14:59] "GET / HTTP/1.1" 200 35931 0.002027 10.0.0.45 - - [2024-12-30 02:14:59] "GET /project/88ed9552-7387-4410-bd0f-dad8e0889f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000513 10.0.0.45 - - [2024-12-30 02:14:59] "POST /neutron/port HTTP/1.1" 200 1060 0.192310 10.0.0.45 - - [2024-12-30 02:14:59] "POST /neutron/port HTTP/1.1" 200 1060 0.012260 10.0.0.45 - - [2024-12-30 02:14:59] "POST /neutron/port HTTP/1.1" 200 1060 0.008828 10.0.0.45 - - [2024-12-30 02:14:59] "POST /neutron/port HTTP/1.1" 200 1114 0.059159 10.0.0.45 - - [2024-12-30 02:14:59] "POST /neutron/port HTTP/1.1" 200 1088 0.016843 10.0.0.45 - - [2024-12-30 02:14:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002952 10.0.0.45 - - [2024-12-30 02:14:59] "POST /neutron/subnet HTTP/1.1" 200 708 0.010810 10.0.0.45 - - [2024-12-30 02:14:59] "POST /neutron/port HTTP/1.1" 200 117 0.001117 10.0.0.45 - - [2024-12-30 02:14:59] "POST /neutron/network HTTP/1.1" 200 834 0.005315 10.0.0.45 - - [2024-12-30 02:14:59] "GET /projects?obj_uuids=88ed9552-7387-4410-bd0f-dad8e0889f8e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001597 10.0.0.45 - - [2024-12-30 02:14:59] "GET /project/88ed9552-7387-4410-bd0f-dad8e0889f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.045400 10.0.0.45 - - [2024-12-30 02:14:59] "POST /neutron/network HTTP/1.1" 200 835 0.005660 10.0.0.45 - - [2024-12-30 02:14:59] "POST /neutron/port HTTP/1.1" 200 1088 0.021045 10.0.0.45 - - [2024-12-30 02:14:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008729 10.0.0.45 - - [2024-12-30 02:14:59] "POST /neutron/port HTTP/1.1" 200 117 0.005284 10.0.0.45 - - [2024-12-30 02:14:59] "POST /fqname-to-id HTTP/1.1" 404 193 0.006080 10.0.0.45 - - [2024-12-30 02:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002835 10.0.0.45 - - [2024-12-30 02:14:59] "GET /domains?obj_uuids=9eb6c690-2dfa-4489-b11f-76c7854c1b5d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001171 10.0.0.45 - - [2024-12-30 02:14:59] "GET /domain/9eb6c690-2dfa-4489-b11f-76c7854c1b5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007631 10.0.0.45 - - [2024-12-30 02:14:59] "POST /service-templates HTTP/1.1" 200 543 0.022424 10.0.0.45 - - [2024-12-30 02:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.45 - - [2024-12-30 02:15:00] "GET /service-template/22161c63-9119-46bf-8514-bdacd63d53e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1811 0.007133 10.0.0.45 - - [2024-12-30 02:15:00] "POST /neutron/network HTTP/1.1" 200 845 0.008733 10.0.0.45 - - [2024-12-30 02:15:00] "GET /projects?obj_uuids=88ed9552-7387-4410-bd0f-dad8e0889f8e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001173 10.0.0.45 - - [2024-12-30 02:15:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002284 10.0.0.45 - - [2024-12-30 02:15:00] "GET /service-template/22161c63-9119-46bf-8514-bdacd63d53e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1811 0.031480 10.0.0.45 - - [2024-12-30 02:15:00] "POST /id-to-fqname HTTP/1.1" 200 223 0.002671 10.0.0.45 - - [2024-12-30 02:15:00] "POST /id-to-fqname HTTP/1.1" 200 223 0.001534 10.0.0.45 - - [2024-12-30 02:15:00] "POST /neutron/port HTTP/1.1" 200 1059 0.242297 10.0.0.45 - - [2024-12-30 02:15:00] "POST /id-to-fqname HTTP/1.1" 200 224 0.001156 10.0.0.45 - - [2024-12-30 02:15:00] "POST /neutron/port HTTP/1.1" 200 1059 0.011533 10.0.0.45 - - [2024-12-30 02:15:00] "POST /neutron/port HTTP/1.1" 200 1059 0.011134 10.0.0.45 - - [2024-12-30 02:15:00] "POST /neutron/port HTTP/1.1" 200 1113 0.087673 10.0.0.45 - - [2024-12-30 02:15:00] "POST /neutron/port HTTP/1.1" 200 2059 0.025503 10.0.0.45 - - [2024-12-30 02:15:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006921 10.0.0.45 - - [2024-12-30 02:15:00] "POST /neutron/port HTTP/1.1" 200 1087 0.027786 10.0.0.45 - - [2024-12-30 02:15:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004409 10.0.0.45 - - [2024-12-30 02:15:00] "POST /neutron/subnet HTTP/1.1" 200 704 0.016250 10.0.0.45 - - [2024-12-30 02:15:00] "POST /neutron/port HTTP/1.1" 200 117 0.001547 10.0.0.45 - - [2024-12-30 02:15:00] "POST /neutron/network HTTP/1.1" 200 835 0.006527 10.0.0.45 - - [2024-12-30 02:15:01] "POST /neutron/network HTTP/1.1" 200 2225 0.014104 10.0.0.45 - - [2024-12-30 02:15:01] "GET /aaa-mode HTTP/1.1" 401 292 0.000451 10.0.0.45 - - [2024-12-30 02:15:01] "GET / HTTP/1.1" 200 35931 0.001551 10.0.0.45 - - [2024-12-30 02:15:01] "GET /project/88ed9552-7387-4410-bd0f-dad8e0889f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000415 10.0.0.45 - - [2024-12-30 02:15:01] "GET /projects?obj_uuids=88ed9552-7387-4410-bd0f-dad8e0889f8e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001076 10.0.0.45 - - [2024-12-30 02:15:01] "GET /project/88ed9552-7387-4410-bd0f-dad8e0889f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.038939 10.0.0.45 - - [2024-12-30 02:15:02] "POST /neutron/network HTTP/1.1" 200 831 0.005477 10.0.0.45 - - [2024-12-30 02:15:02] "POST /neutron/network HTTP/1.1" 200 834 0.008381 10.0.0.45 - - [2024-12-30 02:15:02] "POST /neutron/network HTTP/1.1" 200 835 0.006264 10.0.0.45 - - [2024-12-30 02:15:02] "POST /neutron/port HTTP/1.1" 200 2059 0.020362 10.0.0.45 - - [2024-12-30 02:15:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006473 10.0.0.45 - - [2024-12-30 02:15:02] "POST /neutron/port HTTP/1.1" 200 117 0.008148 10.0.0.45 - - [2024-12-30 02:15:02] "POST /neutron/port HTTP/1.1" 200 117 0.005032 10.0.0.45 - - [2024-12-30 02:15:02] "POST /neutron/network HTTP/1.1" 200 2225 0.012257 10.0.0.45 - - [2024-12-30 02:15:02] "GET /projects?obj_uuids=88ed9552-7387-4410-bd0f-dad8e0889f8e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001085 10.0.0.45 - - [2024-12-30 02:15:02] "POST /neutron/port HTTP/1.1" 200 1057 0.208041 10.0.0.45 - - [2024-12-30 02:15:02] "GET /projects?obj_uuids=88ed9552-7387-4410-bd0f-dad8e0889f8e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001100 10.0.0.45 - - [2024-12-30 02:15:02] "POST /neutron/port HTTP/1.1" 200 1060 0.172309 10.0.0.45 - - [2024-12-30 02:15:02] "GET /projects?obj_uuids=88ed9552-7387-4410-bd0f-dad8e0889f8e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001106 10.0.0.45 - - [2024-12-30 02:15:03] "POST /neutron/port HTTP/1.1" 200 1059 0.229743 10.0.0.45 - - [2024-12-30 02:15:03] "POST /neutron/port HTTP/1.1" 200 1057 0.011471 10.0.0.45 - - [2024-12-30 02:15:03] "POST /neutron/port HTTP/1.1" 200 1057 0.008365 10.0.0.45 - - [2024-12-30 02:15:03] "POST /neutron/port HTTP/1.1" 200 1111 0.053020 10.0.0.45 - - [2024-12-30 02:15:03] "POST /neutron/port HTTP/1.1" 200 1060 0.009280 10.0.0.45 - - [2024-12-30 02:15:03] "POST /neutron/port HTTP/1.1" 200 1060 0.009417 10.0.0.45 - - [2024-12-30 02:15:03] "POST /neutron/port HTTP/1.1" 200 1114 0.068161 10.0.0.45 - - [2024-12-30 02:15:03] "POST /neutron/port HTTP/1.1" 200 1059 0.009540 10.0.0.45 - - [2024-12-30 02:15:03] "POST /neutron/port HTTP/1.1" 200 1059 0.011267 10.0.0.45 - - [2024-12-30 02:15:03] "POST /neutron/port HTTP/1.1" 200 1113 0.062117 10.0.0.45 - - [2024-12-30 02:15:03] "POST /neutron/port HTTP/1.1" 200 3027 0.019527 10.0.0.45 - - [2024-12-30 02:15:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004286 10.0.0.45 - - [2024-12-30 02:15:03] "POST /neutron/subnet HTTP/1.1" 200 694 0.011257 10.0.0.45 - - [2024-12-30 02:15:03] "POST /neutron/port HTTP/1.1" 200 117 0.001301 10.0.0.45 - - [2024-12-30 02:15:03] "POST /neutron/network HTTP/1.1" 200 831 0.005285 10.0.0.45 - - [2024-12-30 02:15:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002909 10.0.0.45 - - [2024-12-30 02:15:03] "POST /neutron/subnet HTTP/1.1" 200 708 0.010947 10.0.0.45 - - [2024-12-30 02:15:03] "POST /neutron/port HTTP/1.1" 200 117 0.001323 10.0.0.45 - - [2024-12-30 02:15:03] "POST /neutron/network HTTP/1.1" 200 834 0.005960 10.0.0.45 - - [2024-12-30 02:15:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003806 10.0.0.45 - - [2024-12-30 02:15:03] "POST /neutron/subnet HTTP/1.1" 200 704 0.010957 10.0.0.45 - - [2024-12-30 02:15:03] "POST /neutron/port HTTP/1.1" 200 117 0.001179 10.0.0.45 - - [2024-12-30 02:15:03] "POST /neutron/network HTTP/1.1" 200 835 0.005295 10.0.0.45 - - [2024-12-30 02:15:07] "POST /neutron/port HTTP/1.1" 200 3027 0.019639 10.0.0.45 - - [2024-12-30 02:15:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005694 10.0.0.45 - - [2024-12-30 02:15:07] "POST /neutron/port HTTP/1.1" 200 3027 0.019006 10.0.0.45 - - [2024-12-30 02:15:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005591 10.0.0.45 - - [2024-12-30 02:15:07] "POST /neutron/port HTTP/1.1" 200 3027 0.017378 10.0.0.45 - - [2024-12-30 02:15:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005377 10.0.0.45 - - [2024-12-30 02:15:07] "POST /neutron/port HTTP/1.1" 200 3027 0.017426 10.0.0.45 - - [2024-12-30 02:15:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006202 10.0.0.45 - - [2024-12-30 02:15:07] "POST /neutron/port HTTP/1.1" 200 3027 0.023177 10.0.0.45 - - [2024-12-30 02:15:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006464 10.0.0.45 - - [2024-12-30 02:15:07] "GET /virtual-machine/0a6660a3-fcdb-4899-994f-65e9f4221c5e HTTP/1.1" 200 1801 0.003758 10.0.0.45 - - [2024-12-30 02:15:07] "GET /virtual-machine-interface/7dc93cba-ebcb-43ed-a50b-335f5ddee487 HTTP/1.1" 200 2945 0.002924 10.0.0.45 - - [2024-12-30 02:15:07] "GET /virtual-machine-interface/cef09eb1-07af-4ad8-9dac-bb7003061153 HTTP/1.1" 200 2946 0.002365 10.0.0.45 - - [2024-12-30 02:15:07] "GET /virtual-machine-interface/f19716d0-6c20-4c06-b36c-c5c67f9e3476 HTTP/1.1" 200 2949 0.002340 10.0.0.45 - - [2024-12-30 02:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002785 10.0.0.45 - - [2024-12-30 02:15:07] "GET /global-vrouter-config/2a0444fa-d43d-4f60-a2fe-7773b4f4125f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002590 10.0.0.45 - - [2024-12-30 02:15:07] "GET /virtual-networks?parent_id=88ed9552-7387-4410-bd0f-dad8e0889f8e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002943 10.0.0.45 - - [2024-12-30 02:15:07] "POST /neutron/port HTTP/1.1" 200 1088 0.016372 10.0.0.45 - - [2024-12-30 02:15:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005636 10.0.0.45 - - [2024-12-30 02:15:07] "GET /virtual-network/ceb958a7-cbe4-493c-bb5b-48c6630337f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.011300 10.0.0.45 - - [2024-12-30 02:15:08] "POST /neutron/port HTTP/1.1" 200 1087 0.013754 10.0.0.45 - - [2024-12-30 02:15:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006264 10.0.0.45 - - [2024-12-30 02:15:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.45 - - [2024-12-30 02:15:11] "GET /virtual-network/ceb958a7-cbe4-493c-bb5b-48c6630337f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.002496 10.0.0.45 - - [2024-12-30 02:15:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002957 10.0.0.45 - - [2024-12-30 02:15:15] "GET /virtual-network/ceb958a7-cbe4-493c-bb5b-48c6630337f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.003153 10.0.0.45 - - [2024-12-30 02:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002844 10.0.0.45 - - [2024-12-30 02:15:19] "GET /virtual-network/ceb958a7-cbe4-493c-bb5b-48c6630337f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.002395 10.0.0.45 - - [2024-12-30 02:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002973 10.0.0.45 - - [2024-12-30 02:15:21] "GET /global-vrouter-config/2a0444fa-d43d-4f60-a2fe-7773b4f4125f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002271 10.0.0.45 - - [2024-12-30 02:15:21] "GET /virtual-networks?parent_id=88ed9552-7387-4410-bd0f-dad8e0889f8e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002908 10.0.0.45 - - [2024-12-30 02:15:21] "GET /virtual-network/ceb958a7-cbe4-493c-bb5b-48c6630337f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.003336 10.0.0.45 - - [2024-12-30 02:15:21] "POST /neutron/port HTTP/1.1" 200 3027 0.019058 10.0.0.45 - - [2024-12-30 02:15:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005434 10.0.0.45 - - [2024-12-30 02:15:26] "POST /neutron/port HTTP/1.1" 200 3027 0.022821 10.0.0.45 - - [2024-12-30 02:15:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008197 10.0.0.45 - - [2024-12-30 02:15:31] "POST /neutron/port HTTP/1.1" 200 3027 0.017987 10.0.0.45 - - [2024-12-30 02:15:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006238 10.0.0.45 - - [2024-12-30 02:15:32] "POST /neutron/port HTTP/1.1" 200 3027 0.018200 10.0.0.45 - - [2024-12-30 02:15:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005172 10.0.0.45 - - [2024-12-30 02:15:37] "POST /neutron/port HTTP/1.1" 200 3027 0.018063 10.0.0.45 - - [2024-12-30 02:15:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005037 10.0.0.45 - - [2024-12-30 02:15:40] "DELETE /project/88ed955273874410bd0fdad8e0889f8e HTTP/1.1" 404 173 0.007765 10.0.0.45 - - [2024-12-30 02:15:40] "GET /projects?obj_uuids=dd91f80c-e39e-4817-b326-e46e18eab181&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001585 10.0.0.45 - - [2024-12-30 02:15:40] "GET /project/dd91f80c-e39e-4817-b326-e46e18eab181?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.020968 10.0.0.45 - - [2024-12-30 02:15:40] "GET /projects?obj_uuids=dd91f80c-e39e-4817-b326-e46e18eab181&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000982 10.0.0.45 - - [2024-12-30 02:15:40] "GET /project/dd91f80c-e39e-4817-b326-e46e18eab181?fields=security_groups HTTP/1.1" 200 1370 0.063577 10.0.0.45 - - [2024-12-30 02:15:40] "DELETE /security-group/8e8c5085-d7e7-4b13-b781-44f9d8be526c HTTP/1.1" 200 115 0.034435 10.0.0.45 - - [2024-12-30 02:15:40] "GET /projects?obj_uuids=dd91f80c-e39e-4817-b326-e46e18eab181&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001011 10.0.0.45 - - [2024-12-30 02:15:40] "DELETE /access-control-list/377ff70a-fcec-4f02-b482-d48eadb35acc HTTP/1.1" 200 115 0.026316 10.0.0.45 - - [2024-12-30 02:15:40] "GET /project/dd91f80c-e39e-4817-b326-e46e18eab181?fields=application_policy_sets HTTP/1.1" 200 1409 0.023885 10.0.0.45 - - [2024-12-30 02:15:40] "DELETE /access-control-list/2715a360-2c1d-414e-a2eb-af9dcc47af64 HTTP/1.1" 200 115 0.018384 10.0.0.45 - - [2024-12-30 02:15:40] "DELETE /project/dd91f80c-e39e-4817-b326-e46e18eab181 HTTP/1.1" 200 115 0.283218 10.0.0.45 - - [2024-12-30 02:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.45 - - [2024-12-30 02:15:42] "GET /global-vrouter-config/2a0444fa-d43d-4f60-a2fe-7773b4f4125f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003011 10.0.0.45 - - [2024-12-30 02:15:42] "GET /virtual-networks?parent_id=88ed9552-7387-4410-bd0f-dad8e0889f8e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003081 10.0.0.45 - - [2024-12-30 02:15:42] "GET /virtual-network/ae637355-a011-4fb1-9be9-b2da628004c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005151 10.0.0.45 - - [2024-12-30 02:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.45 - - [2024-12-30 02:15:42] "GET /global-vrouter-config/2a0444fa-d43d-4f60-a2fe-7773b4f4125f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003337 10.0.0.45 - - [2024-12-30 02:15:42] "GET /virtual-networks?parent_id=88ed9552-7387-4410-bd0f-dad8e0889f8e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003229 10.0.0.45 - - [2024-12-30 02:15:42] "GET /virtual-network/e043bfa8-0fbf-431f-8294-af0c998619d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.003343 10.0.0.45 - - [2024-12-30 02:15:42] "POST /fqname-to-id HTTP/1.1" 404 207 0.002740 10.0.0.45 - - [2024-12-30 02:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002242 10.0.0.45 - - [2024-12-30 02:15:42] "GET /projects?obj_uuids=88ed9552-7387-4410-bd0f-dad8e0889f8e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001440 10.0.0.45 - - [2024-12-30 02:15:42] "GET /project/88ed9552-7387-4410-bd0f-dad8e0889f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.023583 10.0.0.45 - - [2024-12-30 02:15:43] "POST /service-instances HTTP/1.1" 200 543 0.059880 10.0.0.45 - - [2024-12-30 02:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.45 - - [2024-12-30 02:15:43] "GET /service-instance/26686f55-0687-4393-a5f7-885e90a04171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2134 0.004376 10.0.0.45 - - [2024-12-30 02:15:43] "POST /port-tuples HTTP/1.1" 200 586 0.020081 10.0.0.45 - - [2024-12-30 02:15:43] "GET /virtual-machine-interface/7dc93cba-ebcb-43ed-a50b-335f5ddee487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.003480 10.0.0.45 - - [2024-12-30 02:15:43] "PUT /virtual-machine-interface/7dc93cba-ebcb-43ed-a50b-335f5ddee487 HTTP/1.1" 200 284 0.009887 10.0.0.45 - - [2024-12-30 02:15:43] "POST /ref-update HTTP/1.1" 200 156 0.009348 10.0.0.45 - - [2024-12-30 02:15:43] "POST /instance-ips HTTP/1.1" 200 385 0.021208 10.0.0.45 - - [2024-12-30 02:15:43] "POST /ref-update HTTP/1.1" 200 156 0.007920 10.0.0.45 - - [2024-12-30 02:15:43] "GET /virtual-machine-interface/cef09eb1-07af-4ad8-9dac-bb7003061153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.005042 10.0.0.45 - - [2024-12-30 02:15:43] "POST /ref-update HTTP/1.1" 200 156 0.010617 10.0.0.45 - - [2024-12-30 02:15:43] "PUT /virtual-machine-interface/cef09eb1-07af-4ad8-9dac-bb7003061153 HTTP/1.1" 200 284 0.011716 10.0.0.45 - - [2024-12-30 02:15:43] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002837 10.0.0.45 - - [2024-12-30 02:15:43] "POST /ref-update HTTP/1.1" 200 156 0.007535 10.0.0.45 - - [2024-12-30 02:15:43] "GET /virtual-machine-interface/f19716d0-6c20-4c06-b36c-c5c67f9e3476?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2728 0.002945 10.0.0.45 - - [2024-12-30 02:15:43] "POST /instance-ips HTTP/1.1" 200 385 0.021119 10.0.0.45 - - [2024-12-30 02:15:43] "PUT /virtual-machine-interface/f19716d0-6c20-4c06-b36c-c5c67f9e3476 HTTP/1.1" 200 284 0.010550 10.0.0.45 - - [2024-12-30 02:15:43] "POST /ref-update HTTP/1.1" 200 156 0.015100 10.0.0.45 - - [2024-12-30 02:15:43] "POST /ref-update HTTP/1.1" 200 156 0.008959 10.0.0.45 - - [2024-12-30 02:15:43] "POST /ref-update HTTP/1.1" 200 156 0.007935 10.0.0.45 - - [2024-12-30 02:15:43] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002903 10.0.0.45 - - [2024-12-30 02:15:43] "POST /neutron/port HTTP/1.1" 200 1088 0.014127 10.0.0.45 - - [2024-12-30 02:15:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005450 10.0.0.45 - - [2024-12-30 02:15:43] "POST /instance-ips HTTP/1.1" 200 373 0.019994 10.0.0.45 - - [2024-12-30 02:15:43] "POST /neutron/port HTTP/1.1" 200 1088 0.012209 10.0.0.45 - - [2024-12-30 02:15:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009542 10.0.0.45 - - [2024-12-30 02:15:43] "POST /ref-update HTTP/1.1" 200 156 0.008850 10.0.0.45 - - [2024-12-30 02:15:43] "POST /ref-update HTTP/1.1" 200 156 0.009337 10.0.0.45 - - [2024-12-30 02:15:43] "POST /neutron/port HTTP/1.1" 200 1088 0.021929 10.0.0.45 - - [2024-12-30 02:15:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006695 10.0.0.45 - - [2024-12-30 02:15:43] "GET /virtual-machine/819a5fb4-ecc9-4145-8aec-9cafc0b0b257 HTTP/1.1" 200 1290 0.004178 10.0.0.45 - - [2024-12-30 02:15:43] "GET /virtual-machine-interface/f4f0c87b-4871-45d6-9835-0f83e7e8198f HTTP/1.1" 200 2946 0.003337 10.0.0.45 - - [2024-12-30 02:15:44] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003469 10.0.0.45 - - [2024-12-30 02:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.45 - - [2024-12-30 02:15:44] "GET /global-vrouter-config/2a0444fa-d43d-4f60-a2fe-7773b4f4125f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003397 10.0.0.45 - - [2024-12-30 02:15:44] "POST /instance-ips HTTP/1.1" 200 373 0.015306 10.0.0.45 - - [2024-12-30 02:15:44] "GET /virtual-networks?parent_id=88ed9552-7387-4410-bd0f-dad8e0889f8e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002852 10.0.0.45 - - [2024-12-30 02:15:44] "POST /ref-update HTTP/1.1" 200 156 0.009107 10.0.0.45 - - [2024-12-30 02:15:44] "GET /virtual-network/ae637355-a011-4fb1-9be9-b2da628004c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.002545 10.0.0.45 - - [2024-12-30 02:15:44] "POST /ref-update HTTP/1.1" 200 156 0.009754 10.0.0.45 - - [2024-12-30 02:15:44] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003255 10.0.0.45 - - [2024-12-30 02:15:44] "POST /instance-ips HTTP/1.1" 200 375 0.017680 10.0.0.45 - - [2024-12-30 02:15:44] "POST /ref-update HTTP/1.1" 200 156 0.008754 10.0.0.45 - - [2024-12-30 02:15:44] "POST /ref-update HTTP/1.1" 200 156 0.007876 10.0.0.45 - - [2024-12-30 02:15:44] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003429 10.0.0.45 - - [2024-12-30 02:15:44] "POST /instance-ips HTTP/1.1" 200 375 0.015492 10.0.0.45 - - [2024-12-30 02:15:44] "POST /ref-update HTTP/1.1" 200 156 0.008467 10.0.0.45 - - [2024-12-30 02:15:44] "POST /ref-update HTTP/1.1" 200 156 0.007647 10.0.0.45 - - [2024-12-30 02:15:44] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003745 10.0.0.45 - - [2024-12-30 02:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.45 - - [2024-12-30 02:15:45] "GET /global-vrouter-config/2a0444fa-d43d-4f60-a2fe-7773b4f4125f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002306 10.0.0.45 - - [2024-12-30 02:15:45] "GET /virtual-networks?parent_id=88ed9552-7387-4410-bd0f-dad8e0889f8e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003112 10.0.0.45 - - [2024-12-30 02:15:45] "GET /virtual-network/ae637355-a011-4fb1-9be9-b2da628004c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.003582 10.0.0.45 - - [2024-12-30 02:15:45] "POST /neutron/port HTTP/1.1" 200 1087 0.013806 10.0.0.45 - - [2024-12-30 02:15:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005512 10.0.0.45 - - [2024-12-30 02:15:45] "POST /neutron/port HTTP/1.1" 200 1087 0.014240 10.0.0.45 - - [2024-12-30 02:15:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005457 10.0.0.45 - - [2024-12-30 02:15:45] "POST /neutron/port HTTP/1.1" 200 1087 0.015157 10.0.0.45 - - [2024-12-30 02:15:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005943 10.0.0.45 - - [2024-12-30 02:15:45] "GET /virtual-machine/609860dd-ab6c-4f04-b620-e5f7a420a428 HTTP/1.1" 200 1290 0.003547 10.0.0.45 - - [2024-12-30 02:15:45] "GET /virtual-machine-interface/482b2b70-c1d5-44fc-bdb3-922148e871a1 HTTP/1.1" 200 2948 0.002382 10.0.0.45 - - [2024-12-30 02:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002868 10.0.0.45 - - [2024-12-30 02:15:45] "GET /global-vrouter-config/2a0444fa-d43d-4f60-a2fe-7773b4f4125f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002323 10.0.0.45 - - [2024-12-30 02:15:45] "GET /virtual-networks?parent_id=88ed9552-7387-4410-bd0f-dad8e0889f8e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002781 10.0.0.45 - - [2024-12-30 02:15:45] "GET /virtual-network/e043bfa8-0fbf-431f-8294-af0c998619d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.003028 10.0.0.45 - - [2024-12-30 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.45 - - [2024-12-30 02:15:47] "GET /global-vrouter-config/2a0444fa-d43d-4f60-a2fe-7773b4f4125f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003510 10.0.0.45 - - [2024-12-30 02:15:47] "GET /virtual-networks?parent_id=88ed9552-7387-4410-bd0f-dad8e0889f8e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003254 10.0.0.45 - - [2024-12-30 02:15:47] "GET /virtual-network/e043bfa8-0fbf-431f-8294-af0c998619d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.003177 10.0.0.45 - - [2024-12-30 02:15:47] "POST /fqname-to-id HTTP/1.1" 404 211 0.002878 10.0.0.45 - - [2024-12-30 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002226 10.0.0.45 - - [2024-12-30 02:15:47] "GET /projects?obj_uuids=88ed9552-7387-4410-bd0f-dad8e0889f8e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001170 10.0.0.45 - - [2024-12-30 02:15:47] "GET /project/88ed9552-7387-4410-bd0f-dad8e0889f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.021392 10.0.0.45 - - [2024-12-30 02:15:47] "POST /network-policys HTTP/1.1" 200 547 0.018405 10.0.0.45 - - [2024-12-30 02:15:47] "GET /network-policy/09bff173-ac23-46e9-abf4-e4c48f1ce77e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.004092 10.0.0.45 - - [2024-12-30 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002862 10.0.0.45 - - [2024-12-30 02:15:47] "GET /virtual-network/ae637355-a011-4fb1-9be9-b2da628004c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.003177 10.0.0.45 - - [2024-12-30 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.45 - - [2024-12-30 02:15:47] "GET /network-policy/09bff173-ac23-46e9-abf4-e4c48f1ce77e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.003192 10.0.0.45 - - [2024-12-30 02:15:47] "POST /fqname-to-id HTTP/1.1" 404 242 0.003534 10.0.0.45 - - [2024-12-30 02:15:47] "POST /ref-update HTTP/1.1" 200 156 0.029701 10.0.0.45 - - [2024-12-30 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002834 10.0.0.45 - - [2024-12-30 02:15:47] "POST /access-control-lists HTTP/1.1" 200 601 0.064862 10.0.0.45 - - [2024-12-30 02:15:47] "GET /network-policy/09bff173-ac23-46e9-abf4-e4c48f1ce77e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.002978 10.0.0.45 - - [2024-12-30 02:15:47] "POST /neutron/network HTTP/1.1" 200 922 0.006601 10.0.0.45 - - [2024-12-30 02:15:47] "GET /virtual-network/ae637355-a011-4fb1-9be9-b2da628004c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.002845 10.0.0.45 - - [2024-12-30 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.45 - - [2024-12-30 02:15:48] "GET /network-policy/09bff173-ac23-46e9-abf4-e4c48f1ce77e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.003016 10.0.0.45 - - [2024-12-30 02:15:48] "GET /obj-perms HTTP/1.1" 200 5056 0.042465 10.0.0.45 - - [2024-12-30 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.45 - - [2024-12-30 02:15:48] "GET /virtual-network/e043bfa8-0fbf-431f-8294-af0c998619d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.003114 10.0.0.45 - - [2024-12-30 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002948 10.0.0.45 - - [2024-12-30 02:15:48] "GET /network-policy/09bff173-ac23-46e9-abf4-e4c48f1ce77e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.002971 10.0.0.45 - - [2024-12-30 02:15:48] "POST /ref-update HTTP/1.1" 200 156 0.030566 10.0.0.45 - - [2024-12-30 02:15:48] "PUT /access-control-list/cb1d567a-08bc-44a4-bc6a-260c8fe52c32 HTTP/1.1" 200 272 0.012634 10.0.0.45 - - [2024-12-30 02:15:48] "POST /fqname-to-id HTTP/1.1" 404 244 0.003325 10.0.0.45 - - [2024-12-30 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002517 10.0.0.45 - - [2024-12-30 02:15:48] "GET /obj-perms HTTP/1.1" 200 5056 0.043954 10.0.0.45 - - [2024-12-30 02:15:48] "GET /network-policy/09bff173-ac23-46e9-abf4-e4c48f1ce77e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.014760 10.0.0.45 - - [2024-12-30 02:15:48] "POST /access-control-lists HTTP/1.1" 200 604 0.059685 10.0.0.45 - - [2024-12-30 02:15:48] "POST /neutron/network HTTP/1.1" 200 923 0.006187 10.0.0.45 - - [2024-12-30 02:15:48] "POST /routing-instances HTTP/1.1" 200 759 0.021936 10.0.0.45 - - [2024-12-30 02:15:48] "GET /virtual-network/e043bfa8-0fbf-431f-8294-af0c998619d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.006173 10.0.0.45 - - [2024-12-30 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004511 10.0.0.45 - - [2024-12-30 02:15:48] "POST /route-targets HTTP/1.1" 200 327 0.009849 10.0.0.45 - - [2024-12-30 02:15:48] "GET /network-policy/09bff173-ac23-46e9-abf4-e4c48f1ce77e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.003268 10.0.0.45 - - [2024-12-30 02:15:48] "POST /ref-update HTTP/1.1" 200 156 0.010471 10.0.0.45 - - [2024-12-30 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002822 10.0.0.45 - - [2024-12-30 02:15:48] "GET /routing-instance/9d22e61c-92a4-49b1-88d1-b5e4f3496085?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1277 0.003160 10.0.0.45 - - [2024-12-30 02:15:48] "GET /service-template/22161c63-9119-46bf-8514-bdacd63d53e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1811 0.003968 10.0.0.45 - - [2024-12-30 02:15:48] "GET /routing-instance/9d22e61c-92a4-49b1-88d1-b5e4f3496085?fields=routing_policy_back_refs HTTP/1.1" 200 1277 0.002724 10.0.0.45 - - [2024-12-30 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002770 10.0.0.45 - - [2024-12-30 02:15:48] "POST /ref-update HTTP/1.1" 200 156 0.009130 10.0.0.45 - - [2024-12-30 02:15:48] "GET /projects?obj_uuids=88ed9552-7387-4410-bd0f-dad8e0889f8e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001045 10.0.0.45 - - [2024-12-30 02:15:48] "GET /project/88ed9552-7387-4410-bd0f-dad8e0889f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.024192 10.0.0.45 - - [2024-12-30 02:15:48] "POST /routing-instances HTTP/1.1" 200 760 0.018776 10.0.0.45 - - [2024-12-30 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002751 10.0.0.45 - - [2024-12-30 02:15:48] "POST /route-targets HTTP/1.1" 200 327 0.012844 10.0.0.45 - - [2024-12-30 02:15:48] "GET /service-instance/26686f55-0687-4393-a5f7-885e90a04171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3528 0.004007 10.0.0.45 - - [2024-12-30 02:15:48] "POST /ref-update HTTP/1.1" 200 156 0.011334 10.0.0.45 - - [2024-12-30 02:15:48] "GET /domains HTTP/1.1" 200 280 0.002647 10.0.0.45 - - [2024-12-30 02:15:48] "GET /domains?obj_uuids=9eb6c690-2dfa-4489-b11f-76c7854c1b5d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000972 10.0.0.45 - - [2024-12-30 02:15:48] "GET /domain/9eb6c690-2dfa-4489-b11f-76c7854c1b5d HTTP/1.1" 200 2772 0.006895 10.0.0.45 - - [2024-12-30 02:15:48] "GET /projects?obj_uuids=88ed9552-7387-4410-bd0f-dad8e0889f8e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000849 10.0.0.45 - - [2024-12-30 02:15:49] "GET /routing-instance/944961b3-35d7-4141-9d2f-5c81dbc71987?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1279 0.002957 10.0.0.45 - - [2024-12-30 02:15:49] "GET /project/88ed9552-7387-4410-bd0f-dad8e0889f8e HTTP/1.1" 200 4233 0.061404 10.0.0.45 - - [2024-12-30 02:15:49] "GET /routing-instance/944961b3-35d7-4141-9d2f-5c81dbc71987?fields=routing_policy_back_refs HTTP/1.1" 200 1279 0.003698 10.0.0.45 - - [2024-12-30 02:15:49] "GET /service-instance/26686f55-0687-4393-a5f7-885e90a04171 HTTP/1.1" 200 3782 0.004133 10.0.0.45 - - [2024-12-30 02:15:49] "GET /domains HTTP/1.1" 200 280 0.002158 10.0.0.45 - - [2024-12-30 02:15:49] "GET /domains?obj_uuids=9eb6c690-2dfa-4489-b11f-76c7854c1b5d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001306 10.0.0.45 - - [2024-12-30 02:15:49] "GET /domain/9eb6c690-2dfa-4489-b11f-76c7854c1b5d HTTP/1.1" 200 2772 0.007755 10.0.0.45 - - [2024-12-30 02:15:49] "GET /projects?obj_uuids=88ed9552-7387-4410-bd0f-dad8e0889f8e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001010 10.0.0.45 - - [2024-12-30 02:15:49] "PUT /routing-instance/9d22e61c-92a4-49b1-88d1-b5e4f3496085 HTTP/1.1" 200 266 0.010880 10.0.0.45 - - [2024-12-30 02:15:49] "GET /project/88ed9552-7387-4410-bd0f-dad8e0889f8e HTTP/1.1" 200 4233 0.070225 10.0.0.45 - - [2024-12-30 02:15:49] "GET /service-instance/26686f55-0687-4393-a5f7-885e90a04171 HTTP/1.1" 200 3782 0.006269 10.0.0.45 - - [2024-12-30 02:15:49] "GET /port-tuple/2268ff22-829f-4f7c-a767-38b239099bf1 HTTP/1.1" 200 1978 0.002668 10.0.0.45 - - [2024-12-30 02:15:49] "PUT /routing-instance/944961b3-35d7-4141-9d2f-5c81dbc71987 HTTP/1.1" 200 266 0.011032 10.0.0.45 - - [2024-12-30 02:15:49] "GET /virtual-machine-interface/7dc93cba-ebcb-43ed-a50b-335f5ddee487 HTTP/1.1" 200 3815 0.006652 10.0.0.45 - - [2024-12-30 02:15:49] "GET /virtual-machine-interface/cef09eb1-07af-4ad8-9dac-bb7003061153 HTTP/1.1" 200 3798 0.002618 10.0.0.45 - - [2024-12-30 02:15:49] "GET /virtual-machine-interface/f19716d0-6c20-4c06-b36c-c5c67f9e3476 HTTP/1.1" 200 3804 0.002552 10.0.0.45 - - [2024-12-30 02:15:49] "POST /ref-update HTTP/1.1" 200 156 0.012031 10.0.0.45 - - [2024-12-30 02:15:49] "POST /neutron/port HTTP/1.1" 200 3834 0.043639 10.0.0.45 - - [2024-12-30 02:15:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005352 10.0.0.45 - - [2024-12-30 02:15:49] "POST /neutron/port HTTP/1.1" 200 3834 0.029022 10.0.0.45 - - [2024-12-30 02:15:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005047 10.0.0.45 - - [2024-12-30 02:15:49] "POST /neutron/port HTTP/1.1" 200 3834 0.029125 10.0.0.45 - - [2024-12-30 02:15:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006213 10.0.0.45 - - [2024-12-30 02:15:49] "POST /neutron/port HTTP/1.1" 200 3834 0.038525 10.0.0.45 - - [2024-12-30 02:15:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005244 10.0.0.45 - - [2024-12-30 02:15:49] "POST /neutron/network HTTP/1.1" 200 896 0.010684 10.0.0.45 - - [2024-12-30 02:15:49] "POST /neutron/network HTTP/1.1" 200 922 0.004418 10.0.0.45 - - [2024-12-30 02:15:49] "POST /neutron/network HTTP/1.1" 200 805 0.010622 10.0.0.45 - - [2024-12-30 02:15:49] "POST /neutron/network HTTP/1.1" 200 831 0.004376 10.0.0.45 - - [2024-12-30 02:15:49] "POST /neutron/network HTTP/1.1" 200 897 0.010473 10.0.0.45 - - [2024-12-30 02:15:49] "POST /neutron/network HTTP/1.1" 200 923 0.004824 10.0.0.45 - - [2024-12-30 02:15:49] "POST /id-to-fqname HTTP/1.1" 200 223 0.001121 10.0.0.45 - - [2024-12-30 02:15:49] "POST /id-to-fqname HTTP/1.1" 200 223 0.000974 10.0.0.45 - - [2024-12-30 02:15:49] "POST /id-to-fqname HTTP/1.1" 200 224 0.001457 10.0.0.45 - - [2024-12-30 02:15:49] "GET /virtual-machine/0a6660a3-fcdb-4899-994f-65e9f4221c5e HTTP/1.1" 200 1801 0.003247 10.0.0.45 - - [2024-12-30 02:15:49] "GET /virtual-machine-interface/7dc93cba-ebcb-43ed-a50b-335f5ddee487 HTTP/1.1" 200 3815 0.003650 10.0.0.45 - - [2024-12-30 02:15:49] "GET /virtual-machine-interface/cef09eb1-07af-4ad8-9dac-bb7003061153 HTTP/1.1" 200 3798 0.003198 10.0.0.45 - - [2024-12-30 02:15:49] "GET /virtual-machine-interface/f19716d0-6c20-4c06-b36c-c5c67f9e3476 HTTP/1.1" 200 3804 0.002620 10.0.0.45 - - [2024-12-30 02:15:49] "GET /instance-ip/4b43e1ba-8e78-420f-b2ef-4ecd465297a0 HTTP/1.1" 200 1980 0.002680 10.0.0.45 - - [2024-12-30 02:15:49] "PUT /access-control-list/d49ea457-a5d3-4713-baa0-8a68c2acb302 HTTP/1.1" 200 272 0.018599 10.0.0.45 - - [2024-12-30 02:15:49] "GET /instance-ip/93a691a4-e0d9-40fe-ba65-d61937fc96e2 HTTP/1.1" 200 1621 0.004106 10.0.0.45 - - [2024-12-30 02:15:49] "GET /instance-ip/f7aa6538-90e7-4fd9-9465-515b28075a7c HTTP/1.1" 200 1979 0.002331 10.0.0.45 - - [2024-12-30 02:15:49] "GET /instance-ip/0e8a7af4-17ff-4942-bf04-a3b001f0bb9e HTTP/1.1" 200 1956 0.002005 10.0.0.45 - - [2024-12-30 02:15:49] "GET /instance-ip/3f4f4cb5-0501-4425-a9db-407ed94f8de3 HTTP/1.1" 200 1954 0.002506 10.0.0.45 - - [2024-12-30 02:15:49] "GET /instance-ip/748ebd60-8c9a-4e45-bc43-7a7bff7fbbd9 HTTP/1.1" 200 1623 0.003068 10.0.0.45 - - [2024-12-30 02:15:49] "GET /instance-ip/63cf543b-fd29-49e5-9e83-9c31af8c11e5 HTTP/1.1" 200 1958 0.002080 10.0.0.45 - - [2024-12-30 02:15:49] "GET /instance-ip/a2660b0d-8de1-4b8d-b8ea-e0cbd0f6c247 HTTP/1.1" 200 1961 0.002186 10.0.0.45 - - [2024-12-30 02:15:49] "GET /instance-ip/bf16242f-9a8a-435f-b2d7-365b16b19c46 HTTP/1.1" 200 1624 0.002945 10.0.0.45 - - [2024-12-30 02:15:49] "POST /neutron/port HTTP/1.1" 200 3834 0.027600 10.0.0.45 - - [2024-12-30 02:15:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005325 10.0.0.45 - - [2024-12-30 02:15:50] "POST /neutron/port HTTP/1.1" 200 3834 0.030238 10.0.0.45 - - [2024-12-30 02:15:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006227 10.0.0.45 - - [2024-12-30 02:15:50] "POST /neutron/port HTTP/1.1" 200 3834 0.031267 10.0.0.45 - - [2024-12-30 02:15:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005281 10.0.0.45 - - [2024-12-30 02:15:50] "POST /neutron/port HTTP/1.1" 200 3834 0.029225 10.0.0.45 - - [2024-12-30 02:15:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006020 10.0.0.45 - - [2024-12-30 02:15:50] "GET /virtual-machine/0a6660a3-fcdb-4899-994f-65e9f4221c5e HTTP/1.1" 200 1801 0.002815 10.0.0.45 - - [2024-12-30 02:15:50] "GET /virtual-machine-interface/7dc93cba-ebcb-43ed-a50b-335f5ddee487 HTTP/1.1" 200 3815 0.002629 10.0.0.45 - - [2024-12-30 02:15:50] "GET /virtual-machine-interface/cef09eb1-07af-4ad8-9dac-bb7003061153 HTTP/1.1" 200 3798 0.002630 10.0.0.45 - - [2024-12-30 02:15:50] "GET /virtual-machine-interface/f19716d0-6c20-4c06-b36c-c5c67f9e3476 HTTP/1.1" 200 3804 0.002377 10.0.0.45 - - [2024-12-30 02:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.45 - - [2024-12-30 02:15:50] "GET /global-vrouter-config/2a0444fa-d43d-4f60-a2fe-7773b4f4125f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002364 10.0.0.45 - - [2024-12-30 02:15:50] "GET /virtual-networks?parent_id=88ed9552-7387-4410-bd0f-dad8e0889f8e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003135 10.0.0.45 - - [2024-12-30 02:15:50] "GET /virtual-network/ae637355-a011-4fb1-9be9-b2da628004c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004831 10.0.0.45 - - [2024-12-30 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.45 - - [2024-12-30 02:15:51] "GET /global-vrouter-config/2a0444fa-d43d-4f60-a2fe-7773b4f4125f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003092 10.0.0.45 - - [2024-12-30 02:15:51] "GET /virtual-networks?parent_id=88ed9552-7387-4410-bd0f-dad8e0889f8e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003462 10.0.0.45 - - [2024-12-30 02:15:51] "GET /virtual-network/ae637355-a011-4fb1-9be9-b2da628004c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.003064 10.0.0.45 - - [2024-12-30 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.45 - - [2024-12-30 02:15:51] "GET /global-vrouter-config/2a0444fa-d43d-4f60-a2fe-7773b4f4125f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003659 10.0.0.45 - - [2024-12-30 02:15:51] "GET /virtual-networks?parent_id=88ed9552-7387-4410-bd0f-dad8e0889f8e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003155 10.0.0.45 - - [2024-12-30 02:15:51] "GET /virtual-network/ae637355-a011-4fb1-9be9-b2da628004c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.003168 10.0.0.45 - - [2024-12-30 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.45 - - [2024-12-30 02:15:51] "GET /global-vrouter-config/2a0444fa-d43d-4f60-a2fe-7773b4f4125f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003538 10.0.0.45 - - [2024-12-30 02:15:52] "GET /virtual-networks?parent_id=88ed9552-7387-4410-bd0f-dad8e0889f8e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003085 10.0.0.45 - - [2024-12-30 02:15:52] "GET /virtual-network/ae637355-a011-4fb1-9be9-b2da628004c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.003210 10.0.0.45 - - [2024-12-30 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.45 - - [2024-12-30 02:15:52] "GET /global-vrouter-config/2a0444fa-d43d-4f60-a2fe-7773b4f4125f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003068 10.0.0.45 - - [2024-12-30 02:15:52] "GET /virtual-networks?parent_id=88ed9552-7387-4410-bd0f-dad8e0889f8e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003026 10.0.0.45 - - [2024-12-30 02:15:52] "GET /virtual-network/ae637355-a011-4fb1-9be9-b2da628004c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.003166 10.0.0.45 - - [2024-12-30 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.45 - - [2024-12-30 02:15:52] "GET /global-vrouter-config/2a0444fa-d43d-4f60-a2fe-7773b4f4125f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002567 10.0.0.45 - - [2024-12-30 02:15:52] "GET /virtual-networks?parent_id=88ed9552-7387-4410-bd0f-dad8e0889f8e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002810 10.0.0.45 - - [2024-12-30 02:15:52] "GET /virtual-network/ceb958a7-cbe4-493c-bb5b-48c6630337f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.003391 10.0.0.45 - - [2024-12-30 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.45 - - [2024-12-30 02:15:52] "GET /global-vrouter-config/2a0444fa-d43d-4f60-a2fe-7773b4f4125f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003032 10.0.0.45 - - [2024-12-30 02:15:52] "GET /virtual-networks?parent_id=88ed9552-7387-4410-bd0f-dad8e0889f8e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002796 10.0.0.45 - - [2024-12-30 02:15:52] "GET /virtual-network/ceb958a7-cbe4-493c-bb5b-48c6630337f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.003043 10.0.0.45 - - [2024-12-30 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.45 - - [2024-12-30 02:15:52] "GET /global-vrouter-config/2a0444fa-d43d-4f60-a2fe-7773b4f4125f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003039 10.0.0.45 - - [2024-12-30 02:15:52] "GET /virtual-networks?parent_id=88ed9552-7387-4410-bd0f-dad8e0889f8e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002737 10.0.0.45 - - [2024-12-30 02:15:52] "GET /virtual-network/ceb958a7-cbe4-493c-bb5b-48c6630337f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.003541 10.0.0.45 - - [2024-12-30 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002834 10.0.0.45 - - [2024-12-30 02:15:53] "GET /global-vrouter-config/2a0444fa-d43d-4f60-a2fe-7773b4f4125f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003378 10.0.0.45 - - [2024-12-30 02:15:53] "GET /virtual-networks?parent_id=88ed9552-7387-4410-bd0f-dad8e0889f8e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002958 10.0.0.45 - - [2024-12-30 02:15:53] "GET /virtual-network/ceb958a7-cbe4-493c-bb5b-48c6630337f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.003233 10.0.0.45 - - [2024-12-30 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.45 - - [2024-12-30 02:15:53] "GET /global-vrouter-config/2a0444fa-d43d-4f60-a2fe-7773b4f4125f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003650 10.0.0.45 - - [2024-12-30 02:15:53] "GET /virtual-networks?parent_id=88ed9552-7387-4410-bd0f-dad8e0889f8e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004831 10.0.0.45 - - [2024-12-30 02:15:53] "GET /virtual-network/e043bfa8-0fbf-431f-8294-af0c998619d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.004058 10.0.0.45 - - [2024-12-30 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002881 10.0.0.45 - - [2024-12-30 02:15:53] "GET /global-vrouter-config/2a0444fa-d43d-4f60-a2fe-7773b4f4125f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002905 10.0.0.45 - - [2024-12-30 02:15:53] "GET /virtual-networks?parent_id=88ed9552-7387-4410-bd0f-dad8e0889f8e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003138 10.0.0.45 - - [2024-12-30 02:15:53] "GET /virtual-network/e043bfa8-0fbf-431f-8294-af0c998619d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.003247 10.0.0.45 - - [2024-12-30 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.45 - - [2024-12-30 02:15:53] "GET /global-vrouter-config/2a0444fa-d43d-4f60-a2fe-7773b4f4125f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003375 10.0.0.45 - - [2024-12-30 02:15:53] "GET /virtual-networks?parent_id=88ed9552-7387-4410-bd0f-dad8e0889f8e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003245 10.0.0.45 - - [2024-12-30 02:15:53] "GET /virtual-network/e043bfa8-0fbf-431f-8294-af0c998619d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.003431 10.0.0.45 - - [2024-12-30 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.45 - - [2024-12-30 02:15:53] "GET /global-vrouter-config/2a0444fa-d43d-4f60-a2fe-7773b4f4125f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003017 10.0.0.45 - - [2024-12-30 02:15:53] "GET /virtual-networks?parent_id=88ed9552-7387-4410-bd0f-dad8e0889f8e&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003312 10.0.0.45 - - [2024-12-30 02:15:53] "GET /virtual-network/e043bfa8-0fbf-431f-8294-af0c998619d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.003124 10.0.0.45 - - [2024-12-30 02:15:54] "GET /virtual-machine/0a6660a3-fcdb-4899-994f-65e9f4221c5e HTTP/1.1" 200 1801 0.003647 10.0.0.45 - - [2024-12-30 02:15:54] "GET /domains HTTP/1.1" 200 280 0.002864 10.0.0.45 - - [2024-12-30 02:15:54] "GET /domains?obj_uuids=9eb6c690-2dfa-4489-b11f-76c7854c1b5d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001013 10.0.0.45 - - [2024-12-30 02:15:54] "GET /domain/9eb6c690-2dfa-4489-b11f-76c7854c1b5d HTTP/1.1" 200 2772 0.006582 10.0.0.45 - - [2024-12-30 02:15:54] "GET /projects?obj_uuids=88ed9552-7387-4410-bd0f-dad8e0889f8e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001243 10.0.0.45 - - [2024-12-30 02:15:54] "GET /project/88ed9552-7387-4410-bd0f-dad8e0889f8e HTTP/1.1" 200 4233 0.062545 10.0.0.45 - - [2024-12-30 02:15:54] "GET /service-instance/26686f55-0687-4393-a5f7-885e90a04171 HTTP/1.1" 200 3782 0.002914 10.0.0.45 - - [2024-12-30 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002399 10.0.0.45 - - [2024-12-30 02:15:54] "GET /routing-instance/90044ca8-6250-4268-976b-ab85e74beb89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1888 0.002539 10.0.0.45 - - [2024-12-30 02:15:54] "GET /routing-instance/90044ca8-6250-4268-976b-ab85e74beb89?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2021 0.005528 10.0.0.45 - - [2024-12-30 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.45 - - [2024-12-30 02:15:54] "GET /routing-instance/b80c8403-614a-45c1-aff2-97bb0349947b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1893 0.004293 10.0.0.45 - - [2024-12-30 02:15:54] "GET /routing-instance/b80c8403-614a-45c1-aff2-97bb0349947b?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2024 0.004688 10.0.0.45 - - [2024-12-30 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.45 - - [2024-12-30 02:15:54] "GET /virtual-network/ae637355-a011-4fb1-9be9-b2da628004c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.003134 10.0.0.45 - - [2024-12-30 02:15:54] "GET /virtual-network/ae637355-a011-4fb1-9be9-b2da628004c5?fields=routing_instances HTTP/1.1" 200 1683 0.005152 10.0.0.45 - - [2024-12-30 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.45 - - [2024-12-30 02:15:54] "GET /virtual-network/e043bfa8-0fbf-431f-8294-af0c998619d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.003225 10.0.0.45 - - [2024-12-30 02:15:54] "GET /virtual-network/e043bfa8-0fbf-431f-8294-af0c998619d7?fields=routing_instances HTTP/1.1" 200 1687 0.004773 10.0.0.45 - - [2024-12-30 02:15:58] "POST /ref-update HTTP/1.1" 200 156 0.027898 10.0.0.45 - - [2024-12-30 02:15:58] "DELETE /access-control-list/d49ea457-a5d3-4713-baa0-8a68c2acb302 HTTP/1.1" 200 115 0.025933 10.0.0.45 - - [2024-12-30 02:15:58] "POST /neutron/network HTTP/1.1" 200 835 0.006437 10.0.0.45 - - [2024-12-30 02:15:58] "GET /virtual-network/e043bfa8-0fbf-431f-8294-af0c998619d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.002861 10.0.0.45 - - [2024-12-30 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004003 10.0.0.45 - - [2024-12-30 02:15:58] "DELETE /routing-instance/9d22e61c-92a4-49b1-88d1-b5e4f3496085 HTTP/1.1" 200 115 0.026004 10.0.0.45 - - [2024-12-30 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.45 - - [2024-12-30 02:15:58] "GET /network-policy/09bff173-ac23-46e9-abf4-e4c48f1ce77e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.002593 10.0.0.45 - - [2024-12-30 02:15:58] "DELETE /route-target/facdb9a3-5afe-4263-b7ec-4354db03f0dd HTTP/1.1" 200 115 0.011868 10.0.0.45 - - [2024-12-30 02:15:58] "POST /ref-update HTTP/1.1" 200 156 0.028364 10.0.0.45 - - [2024-12-30 02:15:58] "DELETE /routing-instance/944961b3-35d7-4141-9d2f-5c81dbc71987 HTTP/1.1" 200 115 0.040809 10.0.0.45 - - [2024-12-30 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002284 10.0.0.45 - - [2024-12-30 02:15:58] "POST /neutron/network HTTP/1.1" 200 834 0.006374 10.0.0.45 - - [2024-12-30 02:15:58] "GET /virtual-network/ae637355-a011-4fb1-9be9-b2da628004c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.003247 10.0.0.45 - - [2024-12-30 02:15:58] "DELETE /route-target/4a07e6fe-8dc5-404b-9c4e-ddbfe18b436b HTTP/1.1" 200 115 0.015214 10.0.0.45 - - [2024-12-30 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.45 - - [2024-12-30 02:15:59] "DELETE /access-control-list/cb1d567a-08bc-44a4-bc6a-260c8fe52c32 HTTP/1.1" 200 115 0.029651 10.0.0.45 - - [2024-12-30 02:15:59] "GET /network-policy/09bff173-ac23-46e9-abf4-e4c48f1ce77e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.003265 10.0.0.45 - - [2024-12-30 02:15:59] "DELETE /network-policy/09bff173-ac23-46e9-abf4-e4c48f1ce77e HTTP/1.1" 200 115 0.018370 10.0.0.45 - - [2024-12-30 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002267 10.0.0.45 - - [2024-12-30 02:15:59] "DELETE /service-instance/26686f55-0687-4393-a5f7-885e90a04171 HTTP/1.1" 200 115 0.035743 10.0.0.45 - - [2024-12-30 02:15:59] "GET /domains HTTP/1.1" 200 280 0.004433 10.0.0.45 - - [2024-12-30 02:15:59] "POST /ref-update HTTP/1.1" 200 156 0.017457 10.0.0.45 - - [2024-12-30 02:15:59] "GET /domains?obj_uuids=9eb6c690-2dfa-4489-b11f-76c7854c1b5d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003906 10.0.0.45 - - [2024-12-30 02:15:59] "GET /domain/9eb6c690-2dfa-4489-b11f-76c7854c1b5d HTTP/1.1" 200 2772 0.017633 10.0.0.45 - - [2024-12-30 02:15:59] "GET /projects?obj_uuids=88ed9552-7387-4410-bd0f-dad8e0889f8e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001604 10.0.0.45 - - [2024-12-30 02:15:59] "DELETE /instance-ip/0e8a7af4-17ff-4942-bf04-a3b001f0bb9e HTTP/1.1" 200 115 0.027075 10.0.0.45 - - [2024-12-30 02:15:59] "POST /ref-update HTTP/1.1" 200 156 0.007630 10.0.0.45 - - [2024-12-30 02:15:59] "GET /project/88ed9552-7387-4410-bd0f-dad8e0889f8e HTTP/1.1" 200 3759 0.066771 10.0.0.45 - - [2024-12-30 02:15:59] "GET /virtual-machine/0a6660a3-fcdb-4899-994f-65e9f4221c5e HTTP/1.1" 200 1801 0.002338 10.0.0.45 - - [2024-12-30 02:15:59] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003663 10.0.0.45 - - [2024-12-30 02:15:59] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002335 10.0.0.45 - - [2024-12-30 02:15:59] "DELETE /instance-ip/63cf543b-fd29-49e5-9e83-9c31af8c11e5 HTTP/1.1" 200 115 0.024262 10.0.0.45 - - [2024-12-30 02:15:59] "POST /ref-update HTTP/1.1" 200 156 0.008987 10.0.0.45 - - [2024-12-30 02:15:59] "DELETE /instance-ip/4b43e1ba-8e78-420f-b2ef-4ecd465297a0 HTTP/1.1" 200 115 0.020944 10.0.0.45 - - [2024-12-30 02:15:59] "POST /ref-update HTTP/1.1" 200 156 0.012012 10.0.0.45 - - [2024-12-30 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002740 10.0.0.45 - - [2024-12-30 02:15:59] "DELETE /service-template/22161c63-9119-46bf-8514-bdacd63d53e4 HTTP/1.1" 200 115 0.043728 10.0.0.45 - - [2024-12-30 02:15:59] "POST /fqname-to-id HTTP/1.1" 404 193 0.005397 10.0.0.45 - - [2024-12-30 02:15:59] "DELETE /instance-ip/a2660b0d-8de1-4b8d-b8ea-e0cbd0f6c247 HTTP/1.1" 200 115 0.037115 10.0.0.45 - - [2024-12-30 02:15:59] "POST /ref-update HTTP/1.1" 200 156 0.008402 10.0.0.45 - - [2024-12-30 02:15:59] "DELETE /instance-ip/f7aa6538-90e7-4fd9-9465-515b28075a7c HTTP/1.1" 200 115 0.019986 10.0.0.45 - - [2024-12-30 02:15:59] "POST /ref-update HTTP/1.1" 200 156 0.007976 10.0.0.45 - - [2024-12-30 02:15:59] "DELETE /instance-ip/3f4f4cb5-0501-4425-a9db-407ed94f8de3 HTTP/1.1" 200 115 0.031295 10.0.0.45 - - [2024-12-30 02:15:59] "POST /neutron/network HTTP/1.1" 200 835 0.012739 10.0.0.45 - - [2024-12-30 02:15:59] "POST /neutron/network HTTP/1.1" 400 204 0.014511 10.0.0.45 - - [2024-12-30 02:16:00] "POST /neutron/port HTTP/1.1" 200 1087 0.016299 10.0.0.45 - - [2024-12-30 02:16:00] "POST /neutron/port HTTP/1.1" 200 1113 0.013048 10.0.0.45 - - [2024-12-30 02:16:00] "POST /neutron/port HTTP/1.1" 200 1088 0.019182 10.0.0.45 - - [2024-12-30 02:16:00] "POST /neutron/port HTTP/1.1" 200 1114 0.009352 10.0.0.45 - - [2024-12-30 02:16:00] "POST /neutron/port HTTP/1.1" 200 151 0.131107 10.0.0.45 - - [2024-12-30 02:16:00] "POST /neutron/port HTTP/1.1" 200 151 0.123178 10.0.0.45 - - [2024-12-30 02:16:00] "POST /neutron/port HTTP/1.1" 200 3027 0.023711 10.0.0.45 - - [2024-12-30 02:16:00] "POST /neutron/port HTTP/1.1" 200 1114 0.009238 10.0.0.45 - - [2024-12-30 02:16:00] "POST /neutron/port HTTP/1.1" 200 151 0.088292 10.0.0.45 - - [2024-12-30 02:16:00] "POST /neutron/port HTTP/1.1" 200 1111 0.010475 10.0.0.45 - - [2024-12-30 02:16:00] "POST /neutron/port HTTP/1.1" 200 151 0.083867 10.0.0.45 - - [2024-12-30 02:16:00] "POST /neutron/port HTTP/1.1" 200 1113 0.008035 10.0.0.45 - - [2024-12-30 02:16:00] "POST /neutron/port HTTP/1.1" 200 151 0.117482 10.0.0.45 - - [2024-12-30 02:16:01] "POST /neutron/network HTTP/1.1" 200 835 0.005449 10.0.0.45 - - [2024-12-30 02:16:01] "POST /useragent-kv HTTP/1.1" 200 115 0.001323 10.0.0.45 - - [2024-12-30 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.007349 10.0.0.45 - - [2024-12-30 02:16:01] "POST /useragent-kv HTTP/1.1" 200 115 0.001433 10.0.0.45 - - [2024-12-30 02:16:01] "POST /neutron/network HTTP/1.1" 200 151 0.074261 10.0.0.45 - - [2024-12-30 02:16:01] "GET /routing-instance/b80c8403-614a-45c1-aff2-97bb0349947b HTTP/1.1" 404 171 0.003816 10.0.0.45 - - [2024-12-30 02:16:01] "DELETE /route-target/dfd18649-0165-4538-948b-ecd91614668c HTTP/1.1" 200 115 0.017275 10.0.0.45 - - [2024-12-30 02:16:01] "GET /domains HTTP/1.1" 200 280 0.002010 10.0.0.45 - - [2024-12-30 02:16:01] "GET /domains?obj_uuids=9eb6c690-2dfa-4489-b11f-76c7854c1b5d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000883 10.0.0.45 - - [2024-12-30 02:16:01] "GET /domain/9eb6c690-2dfa-4489-b11f-76c7854c1b5d HTTP/1.1" 200 2572 0.048814 10.0.0.45 - - [2024-12-30 02:16:01] "GET /projects?obj_uuids=88ed9552-7387-4410-bd0f-dad8e0889f8e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001083 10.0.0.45 - - [2024-12-30 02:16:01] "GET /project/88ed9552-7387-4410-bd0f-dad8e0889f8e HTTP/1.1" 200 2298 0.065998 10.0.0.45 - - [2024-12-30 02:16:02] "POST /neutron/network HTTP/1.1" 200 834 0.005526 10.0.0.45 - - [2024-12-30 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003807 10.0.0.45 - - [2024-12-30 02:16:02] "POST /useragent-kv HTTP/1.1" 200 115 0.001039 10.0.0.45 - - [2024-12-30 02:16:02] "POST /useragent-kv HTTP/1.1" 200 115 0.000995 10.0.0.45 - - [2024-12-30 02:16:02] "POST /neutron/network HTTP/1.1" 200 151 0.076795 10.0.0.45 - - [2024-12-30 02:16:02] "DELETE /route-target/ba0b9506-69ea-4ece-ba9e-99d5fa1de5b1 HTTP/1.1" 200 115 0.019504 10.0.0.45 - - [2024-12-30 02:16:02] "GET /routing-instance/90044ca8-6250-4268-976b-ab85e74beb89 HTTP/1.1" 404 171 0.002391 10.0.0.45 - - [2024-12-30 02:16:02] "GET /domains HTTP/1.1" 200 280 0.001862 10.0.0.45 - - [2024-12-30 02:16:02] "GET /domains?obj_uuids=9eb6c690-2dfa-4489-b11f-76c7854c1b5d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000915 10.0.0.45 - - [2024-12-30 02:16:02] "GET /domain/9eb6c690-2dfa-4489-b11f-76c7854c1b5d HTTP/1.1" 200 2572 0.051125 10.0.0.45 - - [2024-12-30 02:16:02] "GET /projects?obj_uuids=88ed9552-7387-4410-bd0f-dad8e0889f8e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001004 10.0.0.45 - - [2024-12-30 02:16:02] "GET /project/88ed9552-7387-4410-bd0f-dad8e0889f8e HTTP/1.1" 200 2080 0.063419 10.0.0.45 - - [2024-12-30 02:16:02] "POST /neutron/network HTTP/1.1" 200 831 0.005286 10.0.0.45 - - [2024-12-30 02:16:02] "POST /useragent-kv HTTP/1.1" 200 115 0.001583 10.0.0.45 - - [2024-12-30 02:16:02] "POST /useragent-kv HTTP/1.1" 200 115 0.000959 10.0.0.45 - - [2024-12-30 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005054 10.0.0.45 - - [2024-12-30 02:16:02] "POST /neutron/network HTTP/1.1" 200 151 0.064887 10.0.0.45 - - [2024-12-30 02:16:02] "GET /routing-instance/8dec6036-566b-496d-b699-d3066eec8203 HTTP/1.1" 404 171 0.002917 10.0.0.45 - - [2024-12-30 02:16:02] "DELETE /route-target/eafaee71-caaa-461c-9fba-52a6cb1e7cda HTTP/1.1" 200 115 0.014754 10.0.0.45 - - [2024-12-30 02:16:02] "GET /domains HTTP/1.1" 200 280 0.001759 10.0.0.45 - - [2024-12-30 02:16:02] "GET /domains?obj_uuids=9eb6c690-2dfa-4489-b11f-76c7854c1b5d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000889 10.0.0.45 - - [2024-12-30 02:16:02] "GET /domain/9eb6c690-2dfa-4489-b11f-76c7854c1b5d HTTP/1.1" 200 2572 0.048324 10.0.0.45 - - [2024-12-30 02:16:02] "GET /projects?obj_uuids=88ed9552-7387-4410-bd0f-dad8e0889f8e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001416 10.0.0.45 - - [2024-12-30 02:16:02] "GET /project/88ed9552-7387-4410-bd0f-dad8e0889f8e HTTP/1.1" 200 1840 0.058742 10.0.0.45 - - [2024-12-30 02:16:02] "GET /projects?obj_uuids=88ed9552-7387-4410-bd0f-dad8e0889f8e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001043 10.0.0.45 - - [2024-12-30 02:16:02] "GET /project/88ed9552-7387-4410-bd0f-dad8e0889f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.017054 10.0.0.45 - - [2024-12-30 02:16:02] "GET /projects?obj_uuids=88ed9552-7387-4410-bd0f-dad8e0889f8e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000977 10.0.0.45 - - [2024-12-30 02:16:02] "GET /project/88ed9552-7387-4410-bd0f-dad8e0889f8e?fields=virtual_networks HTTP/1.1" 200 1028 0.063314 10.0.0.45 - - [2024-12-30 02:16:02] "GET /projects?obj_uuids=88ed9552-7387-4410-bd0f-dad8e0889f8e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001038 10.0.0.45 - - [2024-12-30 02:16:02] "GET /project/88ed9552-7387-4410-bd0f-dad8e0889f8e?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.017545 10.0.0.45 - - [2024-12-30 02:16:02] "GET /projects?obj_uuids=88ed9552-7387-4410-bd0f-dad8e0889f8e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001017 10.0.0.45 - - [2024-12-30 02:16:02] "GET /project/88ed9552-7387-4410-bd0f-dad8e0889f8e?fields=security_groups HTTP/1.1" 200 1252 0.019084 10.0.0.45 - - [2024-12-30 02:16:03] "POST /fqname-to-id HTTP/1.1" 404 189 0.022518 10.0.0.45 - - [2024-12-30 02:16:03] "GET /projects?obj_uuids=9ab7a5c1-953e-4d15-907e-e9fcd4e35245&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003730 10.0.0.45 - - [2024-12-30 02:16:03] "GET /domains?obj_uuids=9eb6c690-2dfa-4489-b11f-76c7854c1b5d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001009 10.0.0.45 - - [2024-12-30 02:16:03] "GET /domain/9eb6c690-2dfa-4489-b11f-76c7854c1b5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006013 10.0.0.45 - - [2024-12-30 02:16:03] "POST /id-to-fqname HTTP/1.1" 200 191 0.001261 10.0.0.45 - - [2024-12-30 02:16:03] "POST /fqname-to-id HTTP/1.1" 404 200 0.002399 10.0.0.45 - - [2024-12-30 02:16:03] "POST /security-groups HTTP/1.1" 200 592 0.063511 10.0.0.45 - - [2024-12-30 02:16:03] "POST /fqname-to-id HTTP/1.1" 404 235 0.002270 10.0.0.45 - - [2024-12-30 02:16:04] "POST /projects HTTP/1.1" 200 587 0.211767 10.0.0.45 - - [2024-12-30 02:16:04] "POST /access-control-lists HTTP/1.1" 200 597 0.057055 10.0.0.45 - - [2024-12-30 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.276568 10.0.0.45 - - [2024-12-30 02:16:04] "POST /fqname-to-id HTTP/1.1" 404 234 0.002934 10.0.0.45 - - [2024-12-30 02:16:04] "GET /project/9ab7a5c1-953e-4d15-907e-e9fcd4e35245?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.389541 10.0.0.45 - - [2024-12-30 02:16:04] "POST /access-control-lists HTTP/1.1" 200 595 0.064036 10.0.0.45 - - [2024-12-30 02:16:05] "GET / HTTP/1.1" 200 35931 0.002188 10.0.0.45 - - [2024-12-30 02:16:06] "GET /project/9ab7a5c1-953e-4d15-907e-e9fcd4e35245?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000506 10.0.0.45 - - [2024-12-30 02:16:06] "GET /projects?obj_uuids=9ab7a5c1-953e-4d15-907e-e9fcd4e35245&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001269 10.0.0.45 - - [2024-12-30 02:16:06] "GET /project/9ab7a5c1-953e-4d15-907e-e9fcd4e35245?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.044541 10.0.0.45 - - [2024-12-30 02:16:06] "POST /fqname-to-id HTTP/1.1" 404 180 0.002558 10.0.0.45 - - [2024-12-30 02:16:06] "POST /virtual-DNSs HTTP/1.1" 200 507 0.013879 10.0.0.45 - - [2024-12-30 02:16:06] "GET /virtual-DNS/988489b3-990a-4ffd-abf7-aa56aff40b33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.004413 10.0.0.45 - - [2024-12-30 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004386 10.0.0.45 - - [2024-12-30 02:16:06] "GET /virtual-DNS/988489b3-990a-4ffd-abf7-aa56aff40b33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.003075 10.0.0.45 - - [2024-12-30 02:16:06] "GET /domains HTTP/1.1" 401 292 0.000462 10.0.0.45 - - [2024-12-30 02:16:07] "GET /domains HTTP/1.1" 200 280 0.024730 10.0.0.45 - - [2024-12-30 02:16:07] "GET /domains?obj_uuids=9eb6c690-2dfa-4489-b11f-76c7854c1b5d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001311 10.0.0.45 - - [2024-12-30 02:16:07] "GET /domain/9eb6c690-2dfa-4489-b11f-76c7854c1b5d HTTP/1.1" 200 2959 0.008775 10.0.0.45 - - [2024-12-30 02:16:07] "GET /virtual-DNS/988489b3-990a-4ffd-abf7-aa56aff40b33 HTTP/1.1" 200 1438 0.004008 10.0.0.45 - - [2024-12-30 02:16:07] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.002460 10.0.0.45 - - [2024-12-30 02:16:07] "POST /network-ipams HTTP/1.1" 200 514 0.015229 10.0.0.45 - - [2024-12-30 02:16:07] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 968 0.002910 10.0.0.45 - - [2024-12-30 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002921 10.0.0.45 - - [2024-12-30 02:16:07] "GET /network-ipam/f4387d25-fd8e-41e6-9db5-e9b584466dea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.004031 10.0.0.45 - - [2024-12-30 02:16:07] "PUT /network-ipam/f4387d25-fd8e-41e6-9db5-e9b584466dea HTTP/1.1" 200 258 0.009051 10.0.0.45 - - [2024-12-30 02:16:07] "POST /ref-update HTTP/1.1" 200 156 0.008156 10.0.0.45 - - [2024-12-30 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002847 10.0.0.45 - - [2024-12-30 02:16:07] "GET /projects?obj_uuids=9ab7a5c1-953e-4d15-907e-e9fcd4e35245&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001371 10.0.0.45 - - [2024-12-30 02:16:07] "GET /project/9ab7a5c1-953e-4d15-907e-e9fcd4e35245?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.019632 10.0.0.45 - - [2024-12-30 02:16:07] "POST /neutron/network HTTP/1.1" 200 117 0.026426 10.0.0.45 - - [2024-12-30 02:16:07] "GET /projects?obj_uuids=9ab7a5c1-953e-4d15-907e-e9fcd4e35245&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001012 10.0.0.45 - - [2024-12-30 02:16:07] "POST /neutron/network HTTP/1.1" 200 618 0.053123 10.0.0.45 - - [2024-12-30 02:16:07] "POST /route-targets HTTP/1.1" 200 327 0.012753 10.0.0.45 - - [2024-12-30 02:16:07] "POST /ref-update HTTP/1.1" 200 156 0.008605 10.0.0.45 - - [2024-12-30 02:16:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003054 10.0.0.45 - - [2024-12-30 02:16:07] "POST /neutron/subnet HTTP/1.1" 200 711 0.178267 10.0.0.45 - - [2024-12-30 02:16:07] "POST /neutron/network HTTP/1.1" 200 833 0.005406 10.0.0.45 - - [2024-12-30 02:16:07] "POST /id-to-fqname HTTP/1.1" 200 227 0.001098 10.0.0.45 - - [2024-12-30 02:16:07] "GET /virtual-network/a123ab5e-7b77-4d54-a5a9-b7c8e0683839?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.002416 10.0.0.45 - - [2024-12-30 02:16:07] "POST /neutron/network HTTP/1.1" 200 833 0.005355 10.0.0.45 - - [2024-12-30 02:16:07] "GET /virtual-network/a123ab5e-7b77-4d54-a5a9-b7c8e0683839?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.002331 10.0.0.45 - - [2024-12-30 02:16:07] "POST /neutron/network HTTP/1.1" 200 833 0.005673 10.0.0.45 - - [2024-12-30 02:16:07] "POST /neutron/subnet HTTP/1.1" 200 711 0.006009 10.0.0.45 - - [2024-12-30 02:16:07] "POST /neutron/network HTTP/1.1" 200 807 0.008770 10.0.0.45 - - [2024-12-30 02:16:07] "POST /neutron/network HTTP/1.1" 200 833 0.005436 10.0.0.45 - - [2024-12-30 02:16:07] "POST /id-to-fqname HTTP/1.1" 200 227 0.001116 10.0.0.45 - - [2024-12-30 02:16:08] "POST /neutron/network HTTP/1.1" 200 843 0.005625 10.0.0.45 - - [2024-12-30 02:16:08] "GET /aaa-mode HTTP/1.1" 401 292 0.000406 10.0.0.45 - - [2024-12-30 02:16:08] "GET / HTTP/1.1" 200 35931 0.002970 10.0.0.45 - - [2024-12-30 02:16:08] "GET /project/9ab7a5c1-953e-4d15-907e-e9fcd4e35245?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000606 10.0.0.45 - - [2024-12-30 02:16:08] "GET /projects?obj_uuids=9ab7a5c1-953e-4d15-907e-e9fcd4e35245&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001145 10.0.0.45 - - [2024-12-30 02:16:08] "GET /project/9ab7a5c1-953e-4d15-907e-e9fcd4e35245?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.041581 10.0.0.45 - - [2024-12-30 02:16:08] "POST /neutron/network HTTP/1.1" 200 833 0.004933 10.0.0.45 - - [2024-12-30 02:16:08] "POST /neutron/port HTTP/1.1" 200 117 0.004660 10.0.0.45 - - [2024-12-30 02:16:08] "POST /neutron/port HTTP/1.1" 200 117 0.004977 10.0.0.45 - - [2024-12-30 02:16:09] "POST /neutron/port HTTP/1.1" 200 117 0.005334 10.0.0.45 - - [2024-12-30 02:16:09] "POST /neutron/network HTTP/1.1" 200 843 0.005969 10.0.0.45 - - [2024-12-30 02:16:09] "GET /projects?obj_uuids=9ab7a5c1-953e-4d15-907e-e9fcd4e35245&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001219 10.0.0.45 - - [2024-12-30 02:16:09] "POST /neutron/port HTTP/1.1" 200 1058 0.179435 10.0.0.45 - - [2024-12-30 02:16:09] "POST /neutron/port HTTP/1.1" 200 1058 0.010670 10.0.0.45 - - [2024-12-30 02:16:09] "POST /neutron/port HTTP/1.1" 200 1058 0.008106 10.0.0.45 - - [2024-12-30 02:16:09] "POST /neutron/port HTTP/1.1" 200 1112 0.049223 10.0.0.45 - - [2024-12-30 02:16:09] "POST /neutron/port HTTP/1.1" 200 1086 0.013808 10.0.0.45 - - [2024-12-30 02:16:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002981 10.0.0.45 - - [2024-12-30 02:16:09] "POST /neutron/subnet HTTP/1.1" 200 685 0.009027 10.0.0.45 - - [2024-12-30 02:16:09] "POST /neutron/port HTTP/1.1" 200 117 0.001096 10.0.0.45 - - [2024-12-30 02:16:09] "POST /neutron/network HTTP/1.1" 200 833 0.004925 10.0.0.45 - - [2024-12-30 02:16:14] "POST /neutron/port HTTP/1.1" 200 1086 0.013086 10.0.0.45 - - [2024-12-30 02:16:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005480 10.0.0.45 - - [2024-12-30 02:16:14] "POST /neutron/port HTTP/1.1" 200 1086 0.015293 10.0.0.45 - - [2024-12-30 02:16:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005604 10.0.0.45 - - [2024-12-30 02:16:14] "POST /neutron/port HTTP/1.1" 200 1086 0.013595 10.0.0.45 - - [2024-12-30 02:16:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005002 10.0.0.45 - - [2024-12-30 02:16:14] "GET /virtual-machine/0a7b3210-4a78-469c-a414-8bbde42e4815 HTTP/1.1" 200 1292 0.003450 10.0.0.45 - - [2024-12-30 02:16:14] "GET /virtual-machine-interface/d3e6d2ef-9812-4ed3-b8b1-3cc7d6ad96eb HTTP/1.1" 200 2964 0.002433 10.0.0.45 - - [2024-12-30 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.007596 10.0.0.45 - - [2024-12-30 02:16:14] "GET /global-vrouter-config/2a0444fa-d43d-4f60-a2fe-7773b4f4125f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002789 10.0.0.45 - - [2024-12-30 02:16:14] "GET /virtual-networks?parent_id=9ab7a5c1-953e-4d15-907e-e9fcd4e35245&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002949 10.0.0.45 - - [2024-12-30 02:16:14] "GET /virtual-network/a123ab5e-7b77-4d54-a5a9-b7c8e0683839?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003081 10.0.0.45 - - [2024-12-30 02:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003667 10.0.0.45 - - [2024-12-30 02:16:17] "GET /virtual-network/a123ab5e-7b77-4d54-a5a9-b7c8e0683839?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.002526 10.0.0.45 - - [2024-12-30 02:16:17] "POST /neutron/port HTTP/1.1" 200 1086 0.015057 10.0.0.45 - - [2024-12-30 02:16:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004963 10.0.0.45 - - [2024-12-30 02:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.45 - - [2024-12-30 02:16:19] "GET /global-vrouter-config/2a0444fa-d43d-4f60-a2fe-7773b4f4125f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002564 10.0.0.45 - - [2024-12-30 02:16:19] "GET /virtual-networks?parent_id=9ab7a5c1-953e-4d15-907e-e9fcd4e35245&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003466 10.0.0.45 - - [2024-12-30 02:16:19] "GET /virtual-network/a123ab5e-7b77-4d54-a5a9-b7c8e0683839?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003299 10.0.0.45 - - [2024-12-30 02:16:24] "POST /neutron/network HTTP/1.1" 200 807 0.010725 10.0.0.45 - - [2024-12-30 02:16:24] "POST /neutron/network HTTP/1.1" 200 833 0.004915 10.0.0.45 - - [2024-12-30 02:16:24] "POST /id-to-fqname HTTP/1.1" 200 227 0.001198 10.0.0.45 - - [2024-12-30 02:16:24] "POST /neutron/port HTTP/1.1" 200 1086 0.017155 10.0.0.45 - - [2024-12-30 02:16:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005869 10.0.0.45 - - [2024-12-30 02:16:24] "POST /neutron/network HTTP/1.1" 200 843 0.005451 10.0.0.45 - - [2024-12-30 02:16:24] "GET /aaa-mode HTTP/1.1" 401 292 0.000393 10.0.0.45 - - [2024-12-30 02:16:24] "GET / HTTP/1.1" 200 35931 0.001844 10.0.0.45 - - [2024-12-30 02:16:24] "GET /project/9ab7a5c1-953e-4d15-907e-e9fcd4e35245?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000396 10.0.0.45 - - [2024-12-30 02:16:25] "GET /projects?obj_uuids=9ab7a5c1-953e-4d15-907e-e9fcd4e35245&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001145 10.0.0.45 - - [2024-12-30 02:16:25] "GET /project/9ab7a5c1-953e-4d15-907e-e9fcd4e35245?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.044771 10.0.0.45 - - [2024-12-30 02:16:25] "POST /neutron/network HTTP/1.1" 200 833 0.005050 10.0.0.45 - - [2024-12-30 02:16:25] "POST /neutron/port HTTP/1.1" 200 1086 0.015931 10.0.0.45 - - [2024-12-30 02:16:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006792 10.0.0.45 - - [2024-12-30 02:16:25] "POST /neutron/port HTTP/1.1" 200 117 0.004857 10.0.0.45 - - [2024-12-30 02:16:25] "POST /neutron/port HTTP/1.1" 200 117 0.005032 10.0.0.45 - - [2024-12-30 02:16:25] "POST /neutron/network HTTP/1.1" 200 843 0.005352 10.0.0.45 - - [2024-12-30 02:16:25] "GET /projects?obj_uuids=9ab7a5c1-953e-4d15-907e-e9fcd4e35245&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001140 10.0.0.45 - - [2024-12-30 02:16:25] "POST /neutron/port HTTP/1.1" 200 1058 0.169379 10.0.0.45 - - [2024-12-30 02:16:25] "POST /neutron/port HTTP/1.1" 200 1058 0.009958 10.0.0.45 - - [2024-12-30 02:16:25] "POST /neutron/port HTTP/1.1" 200 1058 0.007758 10.0.0.45 - - [2024-12-30 02:16:25] "POST /neutron/port HTTP/1.1" 200 1112 0.063381 10.0.0.45 - - [2024-12-30 02:16:25] "POST /neutron/port HTTP/1.1" 200 1086 0.019481 10.0.0.45 - - [2024-12-30 02:16:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003125 10.0.0.45 - - [2024-12-30 02:16:26] "POST /neutron/subnet HTTP/1.1" 200 685 0.010064 10.0.0.45 - - [2024-12-30 02:16:26] "POST /neutron/port HTTP/1.1" 200 117 0.001251 10.0.0.45 - - [2024-12-30 02:16:26] "POST /neutron/network HTTP/1.1" 200 833 0.005222 10.0.0.45 - - [2024-12-30 02:16:30] "POST /neutron/port HTTP/1.1" 200 1086 0.015035 10.0.0.45 - - [2024-12-30 02:16:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005292 10.0.0.45 - - [2024-12-30 02:16:30] "POST /neutron/port HTTP/1.1" 200 1086 0.013015 10.0.0.45 - - [2024-12-30 02:16:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004953 10.0.0.45 - - [2024-12-30 02:16:30] "POST /neutron/port HTTP/1.1" 200 1086 0.013415 10.0.0.45 - - [2024-12-30 02:16:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004933 10.0.0.45 - - [2024-12-30 02:16:30] "GET /virtual-machine/6928a3c1-0755-4140-afe0-3b653a90c349 HTTP/1.1" 200 1293 0.003227 10.0.0.45 - - [2024-12-30 02:16:30] "GET /virtual-machine-interface/b0b0446a-6aad-403c-a94d-24b7793bd2c9 HTTP/1.1" 200 2964 0.002157 10.0.0.45 - - [2024-12-30 02:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.45 - - [2024-12-30 02:16:30] "GET /global-vrouter-config/2a0444fa-d43d-4f60-a2fe-7773b4f4125f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002495 10.0.0.45 - - [2024-12-30 02:16:30] "GET /virtual-networks?parent_id=9ab7a5c1-953e-4d15-907e-e9fcd4e35245&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003152 10.0.0.45 - - [2024-12-30 02:16:30] "GET /virtual-network/a123ab5e-7b77-4d54-a5a9-b7c8e0683839?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003382 10.0.0.45 - - [2024-12-30 02:16:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004052 10.0.0.45 - - [2024-12-30 02:16:33] "GET /virtual-network/a123ab5e-7b77-4d54-a5a9-b7c8e0683839?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.002390 10.0.0.45 - - [2024-12-30 02:16:34] "POST /neutron/port HTTP/1.1" 200 1086 0.016085 10.0.0.45 - - [2024-12-30 02:16:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005401 10.0.0.45 - - [2024-12-30 02:16:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.45 - - [2024-12-30 02:16:36] "GET /global-vrouter-config/2a0444fa-d43d-4f60-a2fe-7773b4f4125f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002472 10.0.0.45 - - [2024-12-30 02:16:36] "GET /virtual-networks?parent_id=9ab7a5c1-953e-4d15-907e-e9fcd4e35245&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002911 10.0.0.45 - - [2024-12-30 02:16:36] "GET /virtual-network/a123ab5e-7b77-4d54-a5a9-b7c8e0683839?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003200 10.0.0.45 - - [2024-12-30 02:16:41] "DELETE /project/9ab7a5c1953e4d15907ee9fcd4e35245 HTTP/1.1" 404 173 0.013119 10.0.0.45 - - [2024-12-30 02:16:41] "GET /projects?obj_uuids=88ed9552-7387-4410-bd0f-dad8e0889f8e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001402 10.0.0.45 - - [2024-12-30 02:16:41] "GET /project/88ed9552-7387-4410-bd0f-dad8e0889f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.033115 10.0.0.45 - - [2024-12-30 02:16:41] "GET /projects?obj_uuids=88ed9552-7387-4410-bd0f-dad8e0889f8e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001147 10.0.0.45 - - [2024-12-30 02:16:41] "GET /project/88ed9552-7387-4410-bd0f-dad8e0889f8e?fields=security_groups HTTP/1.1" 200 1357 0.062939 10.0.0.45 - - [2024-12-30 02:16:41] "DELETE /security-group/03539b80-3c02-47cf-ae75-33cfc5ceb6ae HTTP/1.1" 200 115 0.032834 10.0.0.45 - - [2024-12-30 02:16:41] "GET /projects?obj_uuids=88ed9552-7387-4410-bd0f-dad8e0889f8e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000996 10.0.0.45 - - [2024-12-30 02:16:41] "DELETE /access-control-list/c6c964dc-8870-4fef-9a4e-41e68926356d HTTP/1.1" 200 115 0.035437 10.0.0.45 - - [2024-12-30 02:16:41] "GET /project/88ed9552-7387-4410-bd0f-dad8e0889f8e?fields=application_policy_sets HTTP/1.1" 200 1396 0.034959 10.0.0.45 - - [2024-12-30 02:16:41] "DELETE /access-control-list/ec5d2783-538b-496f-b34d-b2711ec31ac3 HTTP/1.1" 200 115 0.020678 10.0.0.45 - - [2024-12-30 02:16:41] "DELETE /project/88ed9552-7387-4410-bd0f-dad8e0889f8e HTTP/1.1" 200 115 0.315451 10.0.0.45 - - [2024-12-30 02:16:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991 10.0.0.45 - - [2024-12-30 02:16:41] "DELETE /virtual-DNS/988489b3-990a-4ffd-abf7-aa56aff40b33 HTTP/1.1" 409 235 0.006561 10.0.0.45 - - [2024-12-30 02:16:41] "POST /fqname-to-id HTTP/1.1" 404 192 0.003348 10.0.0.45 - - [2024-12-30 02:16:42] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.014966 10.0.0.45 - - [2024-12-30 02:16:42] "GET /virtual-DNS-record/1202c36b-da53-4190-a2c3-6d118f3f27e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.004188 10.0.0.45 - - [2024-12-30 02:16:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002896 10.0.0.45 - - [2024-12-30 02:16:42] "GET /virtual-DNS-record/1202c36b-da53-4190-a2c3-6d118f3f27e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.003147 10.0.0.45 - - [2024-12-30 02:16:42] "GET /domains HTTP/1.1" 200 280 0.002924 10.0.0.45 - - [2024-12-30 02:16:42] "GET /domains?obj_uuids=9eb6c690-2dfa-4489-b11f-76c7854c1b5d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001096 10.0.0.45 - - [2024-12-30 02:16:42] "GET /domain/9eb6c690-2dfa-4489-b11f-76c7854c1b5d HTTP/1.1" 200 2775 0.008247 10.0.0.45 - - [2024-12-30 02:16:42] "GET /virtual-DNS/988489b3-990a-4ffd-abf7-aa56aff40b33 HTTP/1.1" 200 1907 0.003321 10.0.0.45 - - [2024-12-30 02:16:42] "GET /virtual-DNS-record/1202c36b-da53-4190-a2c3-6d118f3f27e3 HTTP/1.1" 200 1335 0.002075 10.0.0.45 - - [2024-12-30 02:16:46] "POST /neutron/port HTTP/1.1" 200 1086 0.017446 10.0.0.45 - - [2024-12-30 02:16:46] "POST /neutron/port HTTP/1.1" 200 1086 0.013541 10.0.0.45 - - [2024-12-30 02:16:46] "POST /neutron/network HTTP/1.1" 200 843 0.004948 10.0.0.45 - - [2024-12-30 02:16:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002541 10.0.0.45 - - [2024-12-30 02:16:46] "POST /neutron/subnet HTTP/1.1" 200 685 0.009222 10.0.0.45 - - [2024-12-30 02:16:46] "POST /neutron/port HTTP/1.1" 200 117 0.001152 10.0.0.45 - - [2024-12-30 02:16:46] "POST /neutron/network HTTP/1.1" 200 833 0.005598 10.0.0.45 - - [2024-12-30 02:16:47] "DELETE /virtual-DNS-record/1202c36b-da53-4190-a2c3-6d118f3f27e3 HTTP/1.1" 200 115 0.015787 10.0.0.45 - - [2024-12-30 02:16:47] "POST /fqname-to-id HTTP/1.1" 404 184 0.002297 10.0.0.45 - - [2024-12-30 02:16:47] "POST /neutron/network HTTP/1.1" 200 833 0.006920 10.0.0.45 - - [2024-12-30 02:16:47] "POST /neutron/network HTTP/1.1" 400 204 0.009789 10.0.0.45 - - [2024-12-30 02:16:48] "POST /neutron/port HTTP/1.1" 200 1086 0.014356 10.0.0.45 - - [2024-12-30 02:16:48] "POST /neutron/port HTTP/1.1" 200 1112 0.007627 10.0.0.45 - - [2024-12-30 02:16:48] "POST /neutron/port HTTP/1.1" 200 1086 0.021583 10.0.0.45 - - [2024-12-30 02:16:48] "POST /neutron/port HTTP/1.1" 200 1112 0.007432 10.0.0.45 - - [2024-12-30 02:16:48] "POST /neutron/port HTTP/1.1" 200 151 0.105637 10.0.0.45 - - [2024-12-30 02:16:48] "POST /neutron/port HTTP/1.1" 200 151 0.097174 10.0.0.45 - - [2024-12-30 02:16:48] "GET /obj-perms HTTP/1.1" 200 5056 0.043135 10.0.0.45 - - [2024-12-30 02:16:49] "GET /obj-perms HTTP/1.1" 200 5056 0.044149 10.0.0.45 - - [2024-12-30 02:16:49] "POST /neutron/network HTTP/1.1" 200 833 0.006573 10.0.0.45 - - [2024-12-30 02:16:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002818 10.0.0.45 - - [2024-12-30 02:16:49] "DELETE /route-target/c1aa2058-de6f-4f9d-bb93-7f6a5f429f7a HTTP/1.1" 200 115 0.047767 10.0.0.45 - - [2024-12-30 02:16:50] "POST /useragent-kv HTTP/1.1" 200 115 0.001269 10.0.0.45 - - [2024-12-30 02:16:50] "POST /useragent-kv HTTP/1.1" 200 115 0.001327 10.0.0.45 - - [2024-12-30 02:16:50] "POST /neutron/network HTTP/1.1" 200 151 0.272524 10.0.0.45 - - [2024-12-30 02:16:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002256 10.0.0.45 - - [2024-12-30 02:16:50] "DELETE /network-ipam/f4387d25-fd8e-41e6-9db5-e9b584466dea HTTP/1.1" 200 115 0.021293 10.0.0.45 - - [2024-12-30 02:16:50] "DELETE /virtual-DNS/988489b3-990a-4ffd-abf7-aa56aff40b33 HTTP/1.1" 200 115 0.016528 10.0.0.45 - - [2024-12-30 02:16:50] "POST /fqname-to-id HTTP/1.1" 404 180 0.002107 10.0.0.45 - - [2024-12-30 02:16:50] "GET /domains HTTP/1.1" 200 280 0.002935 10.0.0.45 - - [2024-12-30 02:16:50] "GET /domains?obj_uuids=9eb6c690-2dfa-4489-b11f-76c7854c1b5d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001032 10.0.0.45 - - [2024-12-30 02:16:50] "GET /domain/9eb6c690-2dfa-4489-b11f-76c7854c1b5d HTTP/1.1" 200 2575 0.007504 10.0.0.45 - - [2024-12-30 02:16:50] "GET /projects?obj_uuids=9ab7a5c1-953e-4d15-907e-e9fcd4e35245&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001538 10.0.0.45 - - [2024-12-30 02:16:50] "GET /project/9ab7a5c1-953e-4d15-907e-e9fcd4e35245?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.020062 10.0.0.45 - - [2024-12-30 02:16:50] "GET /projects?obj_uuids=9ab7a5c1-953e-4d15-907e-e9fcd4e35245&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001126 10.0.0.45 - - [2024-12-30 02:16:50] "GET /project/9ab7a5c1-953e-4d15-907e-e9fcd4e35245?fields=virtual_networks HTTP/1.1" 200 1035 0.061861 10.0.0.45 - - [2024-12-30 02:16:50] "GET /projects?obj_uuids=9ab7a5c1-953e-4d15-907e-e9fcd4e35245&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001647 10.0.0.45 - - [2024-12-30 02:16:50] "GET /project/9ab7a5c1-953e-4d15-907e-e9fcd4e35245?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.020710 10.0.0.45 - - [2024-12-30 02:16:50] "GET /projects?obj_uuids=9ab7a5c1-953e-4d15-907e-e9fcd4e35245&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001093 10.0.0.45 - - [2024-12-30 02:16:50] "GET /project/9ab7a5c1-953e-4d15-907e-e9fcd4e35245?fields=security_groups HTTP/1.1" 200 1262 0.019326 10.0.0.45 - - [2024-12-30 02:16:51] "POST /fqname-to-id HTTP/1.1" 404 189 0.026216 10.0.0.45 - - [2024-12-30 02:16:51] "GET /projects?obj_uuids=051ad250-2d56-41ee-8305-3f9f719ffff0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002285 10.0.0.45 - - [2024-12-30 02:16:51] "GET /domains?obj_uuids=9eb6c690-2dfa-4489-b11f-76c7854c1b5d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001066 10.0.0.45 - - [2024-12-30 02:16:51] "GET /domain/9eb6c690-2dfa-4489-b11f-76c7854c1b5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007474 10.0.0.45 - - [2024-12-30 02:16:51] "POST /id-to-fqname HTTP/1.1" 200 191 0.001393 10.0.0.45 - - [2024-12-30 02:16:51] "POST /fqname-to-id HTTP/1.1" 404 200 0.002124 10.0.0.45 - - [2024-12-30 02:16:51] "POST /security-groups HTTP/1.1" 200 592 0.063740 10.0.0.45 - - [2024-12-30 02:16:51] "POST /fqname-to-id HTTP/1.1" 404 235 0.002891 10.0.0.45 - - [2024-12-30 02:16:51] "POST /projects HTTP/1.1" 200 587 0.202233 10.0.0.45 - - [2024-12-30 02:16:51] "POST /access-control-lists HTTP/1.1" 200 597 0.055558 10.0.0.45 - - [2024-12-30 02:16:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.272710 10.0.0.45 - - [2024-12-30 02:16:51] "POST /fqname-to-id HTTP/1.1" 404 234 0.002629 10.0.0.45 - - [2024-12-30 02:16:51] "GET /project/051ad250-2d56-41ee-8305-3f9f719ffff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.382606 10.0.0.45 - - [2024-12-30 02:16:51] "POST /access-control-lists HTTP/1.1" 200 595 0.055938 10.0.0.45 - - [2024-12-30 02:16:52] "GET / HTTP/1.1" 200 35931 0.001978 10.0.0.45 - - [2024-12-30 02:16:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000460 10.0.0.45 - - [2024-12-30 02:16:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.061276 10.0.0.45 - - [2024-12-30 02:16:53] "GET /projects?obj_uuids=051ad250-2d56-41ee-8305-3f9f719ffff0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001005 10.0.0.45 - - [2024-12-30 02:16:53] "GET /project/051ad250-2d56-41ee-8305-3f9f719ffff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.021654 10.0.0.45 - - [2024-12-30 02:16:53] "POST /neutron/network HTTP/1.1" 200 117 0.028447 10.0.0.45 - - [2024-12-30 02:16:54] "GET /projects?obj_uuids=051ad250-2d56-41ee-8305-3f9f719ffff0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001462 10.0.0.45 - - [2024-12-30 02:16:54] "POST /neutron/network HTTP/1.1" 200 606 0.068323 10.0.0.45 - - [2024-12-30 02:16:54] "POST /route-targets HTTP/1.1" 200 327 0.010252 10.0.0.45 - - [2024-12-30 02:16:54] "POST /ref-update HTTP/1.1" 200 156 0.011739 10.0.0.45 - - [2024-12-30 02:16:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003370 10.0.0.45 - - [2024-12-30 02:16:54] "POST /neutron/subnet HTTP/1.1" 200 720 0.143435 10.0.0.45 - - [2024-12-30 02:16:54] "POST /neutron/network HTTP/1.1" 200 824 0.005157 10.0.0.45 - - [2024-12-30 02:16:54] "POST /id-to-fqname HTTP/1.1" 200 221 0.001284 10.0.0.45 - - [2024-12-30 02:16:54] "GET /virtual-network/f2a9630d-e3a2-4aa8-9f6e-6d985804c7d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.002610 10.0.0.45 - - [2024-12-30 02:16:54] "POST /neutron/network HTTP/1.1" 200 824 0.006148 10.0.0.45 - - [2024-12-30 02:16:54] "GET /virtual-network/f2a9630d-e3a2-4aa8-9f6e-6d985804c7d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.003459 10.0.0.45 - - [2024-12-30 02:16:54] "POST /neutron/network HTTP/1.1" 200 824 0.005458 10.0.0.45 - - [2024-12-30 02:16:54] "POST /neutron/subnet HTTP/1.1" 200 720 0.005940 10.0.0.45 - - [2024-12-30 02:16:54] "POST /id-to-fqname HTTP/1.1" 200 221 0.001097 10.0.0.45 - - [2024-12-30 02:16:54] "POST /neutron/network HTTP/1.1" 200 834 0.005383 10.0.0.45 - - [2024-12-30 02:16:54] "GET /aaa-mode HTTP/1.1" 401 292 0.000469 10.0.0.45 - - [2024-12-30 02:16:55] "GET / HTTP/1.1" 200 35931 0.001756 10.0.0.45 - - [2024-12-30 02:16:55] "GET /project/051ad250-2d56-41ee-8305-3f9f719ffff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000384 10.0.0.45 - - [2024-12-30 02:16:55] "GET /projects?obj_uuids=051ad250-2d56-41ee-8305-3f9f719ffff0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001460 10.0.0.45 - - [2024-12-30 02:16:55] "GET /project/051ad250-2d56-41ee-8305-3f9f719ffff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.045323 10.0.0.45 - - [2024-12-30 02:16:55] "POST /neutron/network HTTP/1.1" 200 824 0.004854 10.0.0.45 - - [2024-12-30 02:16:55] "POST /neutron/port HTTP/1.1" 200 117 0.005221 10.0.0.45 - - [2024-12-30 02:16:55] "POST /neutron/port HTTP/1.1" 200 117 0.004452 10.0.0.45 - - [2024-12-30 02:16:55] "POST /id-to-fqname HTTP/1.1" 200 221 0.001223 10.0.0.45 - - [2024-12-30 02:16:55] "POST /neutron/port HTTP/1.1" 200 117 0.005853 10.0.0.45 - - [2024-12-30 02:16:55] "POST /neutron/network HTTP/1.1" 200 834 0.005401 10.0.0.45 - - [2024-12-30 02:16:55] "GET /aaa-mode HTTP/1.1" 401 292 0.000373 10.0.0.45 - - [2024-12-30 02:16:55] "POST /neutron/network HTTP/1.1" 200 834 0.005247 10.0.0.45 - - [2024-12-30 02:16:55] "GET /projects?obj_uuids=051ad250-2d56-41ee-8305-3f9f719ffff0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001323 10.0.0.45 - - [2024-12-30 02:16:56] "GET / HTTP/1.1" 200 35931 0.001538 10.0.0.45 - - [2024-12-30 02:16:56] "GET /project/051ad250-2d56-41ee-8305-3f9f719ffff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000360 10.0.0.45 - - [2024-12-30 02:16:56] "POST /neutron/port HTTP/1.1" 200 1060 0.207842 10.0.0.45 - - [2024-12-30 02:16:56] "POST /neutron/port HTTP/1.1" 200 1060 0.009726 10.0.0.45 - - [2024-12-30 02:16:56] "POST /neutron/port HTTP/1.1" 200 1060 0.008441 10.0.0.45 - - [2024-12-30 02:16:56] "POST /neutron/port HTTP/1.1" 200 1114 0.059181 10.0.0.45 - - [2024-12-30 02:16:56] "POST /neutron/port HTTP/1.1" 200 1088 0.015253 10.0.0.45 - - [2024-12-30 02:16:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002698 10.0.0.45 - - [2024-12-30 02:16:56] "POST /neutron/subnet HTTP/1.1" 200 694 0.010184 10.0.0.45 - - [2024-12-30 02:16:56] "POST /neutron/port HTTP/1.1" 200 117 0.001018 10.0.0.45 - - [2024-12-30 02:16:56] "POST /neutron/network HTTP/1.1" 200 824 0.005229 10.0.0.45 - - [2024-12-30 02:16:56] "GET /projects?obj_uuids=051ad250-2d56-41ee-8305-3f9f719ffff0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001040 10.0.0.45 - - [2024-12-30 02:16:56] "GET /project/051ad250-2d56-41ee-8305-3f9f719ffff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.048738 10.0.0.45 - - [2024-12-30 02:16:56] "POST /neutron/network HTTP/1.1" 200 824 0.008046 10.0.0.45 - - [2024-12-30 02:16:56] "POST /neutron/port HTTP/1.1" 200 1088 0.022575 10.0.0.45 - - [2024-12-30 02:16:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009338 10.0.0.45 - - [2024-12-30 02:16:56] "POST /neutron/port HTTP/1.1" 200 117 0.005635 10.0.0.45 - - [2024-12-30 02:16:56] "POST /neutron/port HTTP/1.1" 200 1088 0.014579 10.0.0.45 - - [2024-12-30 02:16:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005150 10.0.0.45 - - [2024-12-30 02:16:56] "POST /neutron/network HTTP/1.1" 200 834 0.013083 10.0.0.45 - - [2024-12-30 02:16:56] "GET /projects?obj_uuids=051ad250-2d56-41ee-8305-3f9f719ffff0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001138 10.0.0.45 - - [2024-12-30 02:16:57] "POST /neutron/port HTTP/1.1" 200 1060 0.254161 10.0.0.45 - - [2024-12-30 02:16:57] "POST /neutron/port HTTP/1.1" 200 1060 0.008225 10.0.0.45 - - [2024-12-30 02:16:57] "POST /neutron/port HTTP/1.1" 200 1060 0.009061 10.0.0.45 - - [2024-12-30 02:16:57] "POST /neutron/port HTTP/1.1" 200 1114 0.058178 10.0.0.45 - - [2024-12-30 02:16:57] "POST /neutron/port HTTP/1.1" 200 1088 0.017307 10.0.0.45 - - [2024-12-30 02:16:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003270 10.0.0.45 - - [2024-12-30 02:16:57] "POST /neutron/subnet HTTP/1.1" 200 694 0.011981 10.0.0.45 - - [2024-12-30 02:16:57] "POST /neutron/port HTTP/1.1" 200 117 0.001098 10.0.0.45 - - [2024-12-30 02:16:57] "POST /neutron/network HTTP/1.1" 200 824 0.004971 10.0.0.45 - - [2024-12-30 02:17:01] "POST /neutron/port HTTP/1.1" 200 1088 0.013926 10.0.0.45 - - [2024-12-30 02:17:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006066 10.0.0.45 - - [2024-12-30 02:17:01] "POST /neutron/port HTTP/1.1" 200 1088 0.013186 10.0.0.45 - - [2024-12-30 02:17:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005108 10.0.0.45 - - [2024-12-30 02:17:01] "POST /neutron/port HTTP/1.1" 200 1088 0.012626 10.0.0.45 - - [2024-12-30 02:17:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004787 10.0.0.45 - - [2024-12-30 02:17:01] "GET /virtual-machine/61c3f292-c901-4f88-ad33-e47c259a30cd HTTP/1.1" 401 292 0.000336 10.0.0.45 - - [2024-12-30 02:17:02] "GET /virtual-machine/61c3f292-c901-4f88-ad33-e47c259a30cd HTTP/1.1" 200 1293 0.024798 10.0.0.45 - - [2024-12-30 02:17:02] "GET /virtual-machine-interface/e25a7a1c-39a9-4ab0-8e7c-ca3b4d62d562 HTTP/1.1" 200 2946 0.002587 10.0.0.45 - - [2024-12-30 02:17:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002854 10.0.0.45 - - [2024-12-30 02:17:02] "GET /global-vrouter-config/2a0444fa-d43d-4f60-a2fe-7773b4f4125f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002496 10.0.0.45 - - [2024-12-30 02:17:02] "GET /virtual-networks?parent_id=051ad250-2d56-41ee-8305-3f9f719ffff0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002821 10.0.0.45 - - [2024-12-30 02:17:02] "GET /virtual-network/f2a9630d-e3a2-4aa8-9f6e-6d985804c7d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.003052 10.0.0.45 - - [2024-12-30 02:17:04] "POST /neutron/port HTTP/1.1" 200 1088 0.015614 10.0.0.45 - - [2024-12-30 02:17:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005063 10.0.0.45 - - [2024-12-30 02:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.45 - - [2024-12-30 02:17:05] "GET /virtual-network/f2a9630d-e3a2-4aa8-9f6e-6d985804c7d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.003699 10.0.0.45 - - [2024-12-30 02:17:05] "POST /neutron/port HTTP/1.1" 200 1088 0.012649 10.0.0.45 - - [2024-12-30 02:17:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004888 10.0.0.45 - - [2024-12-30 02:17:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.45 - - [2024-12-30 02:17:07] "GET /global-vrouter-config/2a0444fa-d43d-4f60-a2fe-7773b4f4125f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002160 10.0.0.45 - - [2024-12-30 02:17:07] "GET /virtual-networks?parent_id=051ad250-2d56-41ee-8305-3f9f719ffff0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003142 10.0.0.45 - - [2024-12-30 02:17:07] "GET /virtual-network/f2a9630d-e3a2-4aa8-9f6e-6d985804c7d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.002975 10.0.0.45 - - [2024-12-30 02:17:08] "POST /neutron/port HTTP/1.1" 200 1088 0.012868 10.0.0.45 - - [2024-12-30 02:17:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005287 10.0.0.45 - - [2024-12-30 02:17:08] "POST /neutron/port HTTP/1.1" 200 1088 0.013042 10.0.0.45 - - [2024-12-30 02:17:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005145 10.0.0.45 - - [2024-12-30 02:17:08] "POST /neutron/port HTTP/1.1" 200 1088 0.013302 10.0.0.45 - - [2024-12-30 02:17:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004796 10.0.0.45 - - [2024-12-30 02:17:08] "GET /virtual-machine/58d5a835-0e4d-4cbb-9dcc-62adc9109b5d HTTP/1.1" 200 1293 0.003145 10.0.0.45 - - [2024-12-30 02:17:08] "GET /virtual-machine-interface/505154a1-38ce-42cb-b395-61eec22bdf0d HTTP/1.1" 200 2945 0.002320 10.0.0.45 - - [2024-12-30 02:17:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002081 10.0.0.45 - - [2024-12-30 02:17:08] "GET /global-vrouter-config/2a0444fa-d43d-4f60-a2fe-7773b4f4125f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002005 10.0.0.45 - - [2024-12-30 02:17:08] "GET /virtual-networks?parent_id=051ad250-2d56-41ee-8305-3f9f719ffff0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002650 10.0.0.45 - - [2024-12-30 02:17:08] "GET /virtual-network/f2a9630d-e3a2-4aa8-9f6e-6d985804c7d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.002767 10.0.0.45 - - [2024-12-30 02:17:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002852 10.0.0.45 - - [2024-12-30 02:17:09] "GET /global-vrouter-config/2a0444fa-d43d-4f60-a2fe-7773b4f4125f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002941 10.0.0.45 - - [2024-12-30 02:17:09] "GET /virtual-networks?parent_id=051ad250-2d56-41ee-8305-3f9f719ffff0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002800 10.0.0.45 - - [2024-12-30 02:17:09] "GET /virtual-network/f2a9630d-e3a2-4aa8-9f6e-6d985804c7d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.003056 10.0.0.45 - - [2024-12-30 02:17:14] "POST /neutron/network HTTP/1.1" 200 824 0.005680 10.0.0.45 - - [2024-12-30 02:17:14] "POST /neutron/network HTTP/1.1" 400 204 0.008730 10.0.0.45 - - [2024-12-30 02:17:14] "POST /neutron/port HTTP/1.1" 200 1088 0.018759 10.0.0.45 - - [2024-12-30 02:17:14] "POST /neutron/port HTTP/1.1" 200 1114 0.007229 10.0.0.45 - - [2024-12-30 02:17:14] "POST /neutron/port HTTP/1.1" 200 1088 0.015442 10.0.0.45 - - [2024-12-30 02:17:14] "POST /neutron/port HTTP/1.1" 200 1114 0.008973 10.0.0.45 - - [2024-12-30 02:17:14] "POST /neutron/port HTTP/1.1" 200 151 0.103076 10.0.0.45 - - [2024-12-30 02:17:14] "POST /neutron/port HTTP/1.1" 200 151 0.099396 10.0.0.45 - - [2024-12-30 02:17:14] "GET /global-system-configs HTTP/1.1" 200 322 0.032900 10.0.0.45 - - [2024-12-30 02:17:14] "GET /obj-perms HTTP/1.1" 200 5056 0.062451 10.0.0.45 - - [2024-12-30 02:17:15] "GET /global-system-configs HTTP/1.1" 200 322 0.028634 10.0.0.45 - - [2024-12-30 02:17:15] "GET /obj-perms HTTP/1.1" 200 5056 0.063020 10.0.0.45 - - [2024-12-30 02:17:16] "POST /neutron/network HTTP/1.1" 200 824 0.005637 10.0.0.45 - - [2024-12-30 02:17:16] "POST /useragent-kv HTTP/1.1" 200 115 0.001193 10.0.0.45 - - [2024-12-30 02:17:16] "POST /useragent-kv HTTP/1.1" 200 115 0.000921 10.0.0.45 - - [2024-12-30 02:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004653 10.0.0.45 - - [2024-12-30 02:17:16] "POST /neutron/network HTTP/1.1" 200 151 0.070489 10.0.0.45 - - [2024-12-30 02:17:16] "DELETE /route-target/c18533ba-17f2-4937-b52b-ed1a73eec1cc HTTP/1.1" 200 115 0.011415 10.0.0.45 - - [2024-12-30 02:17:16] "GET /projects?obj_uuids=051ad250-2d56-41ee-8305-3f9f719ffff0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001025 10.0.0.45 - - [2024-12-30 02:17:16] "GET /project/051ad250-2d56-41ee-8305-3f9f719ffff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.020742 10.0.0.45 - - [2024-12-30 02:17:16] "GET /projects?obj_uuids=051ad250-2d56-41ee-8305-3f9f719ffff0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000970 10.0.0.45 - - [2024-12-30 02:17:16] "GET /project/051ad250-2d56-41ee-8305-3f9f719ffff0?fields=virtual_networks HTTP/1.1" 200 1032 0.063951 10.0.0.45 - - [2024-12-30 02:17:16] "GET /projects?obj_uuids=051ad250-2d56-41ee-8305-3f9f719ffff0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001428 10.0.0.45 - - [2024-12-30 02:17:16] "GET /project/051ad250-2d56-41ee-8305-3f9f719ffff0?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.022478 10.0.0.45 - - [2024-12-30 02:17:16] "GET /projects?obj_uuids=051ad250-2d56-41ee-8305-3f9f719ffff0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001132 10.0.0.45 - - [2024-12-30 02:17:16] "GET /project/051ad250-2d56-41ee-8305-3f9f719ffff0?fields=security_groups HTTP/1.1" 200 1259 0.022710 10.0.0.45 - - [2024-12-30 02:17:17] "POST /fqname-to-id HTTP/1.1" 404 188 0.021605 10.0.0.45 - - [2024-12-30 02:17:17] "GET /projects?obj_uuids=8d00547f-1a54-430c-8f2d-12bd547f62e9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002192 10.0.0.45 - - [2024-12-30 02:17:17] "GET /domains?obj_uuids=9eb6c690-2dfa-4489-b11f-76c7854c1b5d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001076 10.0.0.45 - - [2024-12-30 02:17:17] "GET /domain/9eb6c690-2dfa-4489-b11f-76c7854c1b5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006360 10.0.0.45 - - [2024-12-30 02:17:17] "POST /id-to-fqname HTTP/1.1" 200 190 0.001484 10.0.0.45 - - [2024-12-30 02:17:17] "POST /fqname-to-id HTTP/1.1" 404 199 0.002256 10.0.0.45 - - [2024-12-30 02:17:17] "POST /security-groups HTTP/1.1" 200 591 0.059729 10.0.0.45 - - [2024-12-30 02:17:17] "POST /fqname-to-id HTTP/1.1" 404 234 0.002624 10.0.0.45 - - [2024-12-30 02:17:17] "POST /projects HTTP/1.1" 200 585 0.205051 10.0.0.45 - - [2024-12-30 02:17:17] "POST /access-control-lists HTTP/1.1" 200 596 0.063037 10.0.0.45 - - [2024-12-30 02:17:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.271197 10.0.0.45 - - [2024-12-30 02:17:18] "POST /fqname-to-id HTTP/1.1" 404 233 0.002707 10.0.0.45 - - [2024-12-30 02:17:18] "GET /project/8d00547f-1a54-430c-8f2d-12bd547f62e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.381805 10.0.0.45 - - [2024-12-30 02:17:18] "POST /access-control-lists HTTP/1.1" 200 594 0.065378 10.0.0.45 - - [2024-12-30 02:17:19] "GET / HTTP/1.1" 200 35931 0.002566 10.0.0.45 - - [2024-12-30 02:17:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000592 10.0.0.45 - - [2024-12-30 02:17:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.053044 10.0.0.45 - - [2024-12-30 02:17:20] "GET /projects?obj_uuids=8d00547f-1a54-430c-8f2d-12bd547f62e9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001103 10.0.0.45 - - [2024-12-30 02:17:20] "GET /project/8d00547f-1a54-430c-8f2d-12bd547f62e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.021262 10.0.0.45 - - [2024-12-30 02:17:20] "POST /neutron/network HTTP/1.1" 200 117 0.033093 10.0.0.45 - - [2024-12-30 02:17:20] "GET /projects?obj_uuids=8d00547f-1a54-430c-8f2d-12bd547f62e9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001323 10.0.0.45 - - [2024-12-30 02:17:20] "POST /neutron/network HTTP/1.1" 200 625 0.063474 10.0.0.45 - - [2024-12-30 02:17:20] "POST /route-targets HTTP/1.1" 200 327 0.011101 10.0.0.45 - - [2024-12-30 02:17:20] "POST /ref-update HTTP/1.1" 200 156 0.011328 10.0.0.45 - - [2024-12-30 02:17:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002615 10.0.0.45 - - [2024-12-30 02:17:20] "POST /neutron/subnet HTTP/1.1" 200 701 0.159444 10.0.0.45 - - [2024-12-30 02:17:20] "POST /neutron/network HTTP/1.1" 200 839 0.006005 10.0.0.45 - - [2024-12-30 02:17:20] "POST /id-to-fqname HTTP/1.1" 200 230 0.001308 10.0.0.45 - - [2024-12-30 02:17:20] "GET /virtual-network/58ebb264-f0ad-44c1-9bc4-f4e06537ae0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.002767 10.0.0.45 - - [2024-12-30 02:17:20] "POST /neutron/network HTTP/1.1" 200 839 0.008084 10.0.0.45 - - [2024-12-30 02:17:20] "GET /virtual-network/58ebb264-f0ad-44c1-9bc4-f4e06537ae0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.002852 10.0.0.45 - - [2024-12-30 02:17:20] "POST /neutron/network HTTP/1.1" 200 839 0.006698 10.0.0.45 - - [2024-12-30 02:17:20] "POST /neutron/subnet HTTP/1.1" 200 701 0.007750 10.0.0.45 - - [2024-12-30 02:17:20] "POST /neutron/network HTTP/1.1" 200 839 0.005987 10.0.0.45 - - [2024-12-30 02:17:20] "POST /id-to-fqname HTTP/1.1" 200 230 0.001388 10.0.0.45 - - [2024-12-30 02:17:20] "POST /neutron/network HTTP/1.1" 200 849 0.006419 10.0.0.45 - - [2024-12-30 02:17:20] "GET /aaa-mode HTTP/1.1" 401 292 0.000477 10.0.0.45 - - [2024-12-30 02:17:21] "GET / HTTP/1.1" 200 35931 0.002050 10.0.0.45 - - [2024-12-30 02:17:21] "GET /project/8d00547f-1a54-430c-8f2d-12bd547f62e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000432 10.0.0.45 - - [2024-12-30 02:17:21] "GET /projects?obj_uuids=8d00547f-1a54-430c-8f2d-12bd547f62e9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001233 10.0.0.45 - - [2024-12-30 02:17:21] "GET /project/8d00547f-1a54-430c-8f2d-12bd547f62e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.042139 10.0.0.45 - - [2024-12-30 02:17:21] "POST /neutron/network HTTP/1.1" 200 839 0.004671 10.0.0.45 - - [2024-12-30 02:17:21] "POST /neutron/port HTTP/1.1" 200 117 0.004664 10.0.0.45 - - [2024-12-30 02:17:21] "POST /neutron/port HTTP/1.1" 200 117 0.004487 10.0.0.45 - - [2024-12-30 02:17:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002790 10.0.0.45 - - [2024-12-30 02:17:21] "GET /global-vrouter-config/2a0444fa-d43d-4f60-a2fe-7773b4f4125f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002352 10.0.0.45 - - [2024-12-30 02:17:21] "PUT /global-vrouter-config/2a0444fa-d43d-4f60-a2fe-7773b4f4125f HTTP/1.1" 200 276 0.009571 10.0.0.45 - - [2024-12-30 02:17:21] "POST /neutron/port HTTP/1.1" 200 117 0.005284 10.0.0.45 - - [2024-12-30 02:17:22] "POST /neutron/network HTTP/1.1" 200 849 0.006167 10.0.0.45 - - [2024-12-30 02:17:22] "GET /projects?obj_uuids=8d00547f-1a54-430c-8f2d-12bd547f62e9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001112 10.0.0.45 - - [2024-12-30 02:17:22] "POST /neutron/port HTTP/1.1" 200 1055 0.173599 10.0.0.45 - - [2024-12-30 02:17:22] "POST /neutron/port HTTP/1.1" 200 1055 0.008500 10.0.0.45 - - [2024-12-30 02:17:22] "POST /neutron/port HTTP/1.1" 200 1055 0.008334 10.0.0.45 - - [2024-12-30 02:17:22] "POST /neutron/port HTTP/1.1" 200 1109 0.047902 10.0.0.45 - - [2024-12-30 02:17:22] "POST /neutron/port HTTP/1.1" 200 1083 0.015570 10.0.0.45 - - [2024-12-30 02:17:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002630 10.0.0.45 - - [2024-12-30 02:17:22] "POST /neutron/subnet HTTP/1.1" 200 675 0.008698 10.0.0.45 - - [2024-12-30 02:17:22] "POST /neutron/port HTTP/1.1" 200 117 0.001014 10.0.0.45 - - [2024-12-30 02:17:22] "POST /neutron/network HTTP/1.1" 200 839 0.004403 10.0.0.45 - - [2024-12-30 02:17:26] "POST /neutron/port HTTP/1.1" 200 1083 0.017310 10.0.0.45 - - [2024-12-30 02:17:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007792 10.0.0.45 - - [2024-12-30 02:17:27] "POST /neutron/port HTTP/1.1" 200 1083 0.013092 10.0.0.45 - - [2024-12-30 02:17:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007270 10.0.0.45 - - [2024-12-30 02:17:27] "POST /neutron/port HTTP/1.1" 200 1083 0.016240 10.0.0.45 - - [2024-12-30 02:17:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005248 10.0.0.45 - - [2024-12-30 02:17:27] "GET /virtual-machine/712b6945-8f0e-402f-9eb5-40d9ef5937ef HTTP/1.1" 401 292 0.000628 10.0.0.45 - - [2024-12-30 02:17:27] "GET /virtual-machine/712b6945-8f0e-402f-9eb5-40d9ef5937ef HTTP/1.1" 200 1292 0.024605 10.0.0.45 - - [2024-12-30 02:17:27] "GET /virtual-machine-interface/8b423796-e515-4882-b444-2fe862fa2803 HTTP/1.1" 200 2971 0.002591 10.0.0.45 - - [2024-12-30 02:17:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002508 10.0.0.45 - - [2024-12-30 02:17:27] "GET /global-vrouter-config/2a0444fa-d43d-4f60-a2fe-7773b4f4125f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.002344 10.0.0.45 - - [2024-12-30 02:17:27] "GET /virtual-networks?parent_id=8d00547f-1a54-430c-8f2d-12bd547f62e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003257 10.0.0.45 - - [2024-12-30 02:17:27] "GET /virtual-network/58ebb264-f0ad-44c1-9bc4-f4e06537ae0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.003387 10.0.0.45 - - [2024-12-30 02:17:30] "POST /neutron/port HTTP/1.1" 200 1083 0.013947 10.0.0.45 - - [2024-12-30 02:17:30] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005006 10.0.0.45 - - [2024-12-30 02:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002713 10.0.0.45 - - [2024-12-30 02:17:30] "GET /virtual-network/58ebb264-f0ad-44c1-9bc4-f4e06537ae0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.002352 10.0.0.45 - - [2024-12-30 02:17:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002730 10.0.0.45 - - [2024-12-30 02:17:32] "GET /global-vrouter-config/2a0444fa-d43d-4f60-a2fe-7773b4f4125f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.002511 10.0.0.45 - - [2024-12-30 02:17:33] "GET /virtual-networks?parent_id=8d00547f-1a54-430c-8f2d-12bd547f62e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002777 10.0.0.45 - - [2024-12-30 02:17:33] "GET /virtual-network/58ebb264-f0ad-44c1-9bc4-f4e06537ae0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.003272 10.0.0.45 - - [2024-12-30 02:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.45 - - [2024-12-30 02:17:34] "GET /global-vrouter-config/2a0444fa-d43d-4f60-a2fe-7773b4f4125f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.002663 10.0.0.45 - - [2024-12-30 02:17:35] "PUT /global-vrouter-config/2a0444fa-d43d-4f60-a2fe-7773b4f4125f HTTP/1.1" 200 276 0.009438 10.0.0.45 - - [2024-12-30 02:17:35] "POST /neutron/network HTTP/1.1" 200 839 0.006094 10.0.0.45 - - [2024-12-30 02:17:35] "POST /neutron/network HTTP/1.1" 400 204 0.011824 10.0.0.45 - - [2024-12-30 02:17:35] "POST /neutron/port HTTP/1.1" 200 1083 0.013544 10.0.0.45 - - [2024-12-30 02:17:35] "POST /neutron/port HTTP/1.1" 200 1109 0.008263 10.0.0.45 - - [2024-12-30 02:17:35] "POST /neutron/port HTTP/1.1" 200 151 0.079248 10.0.0.45 - - [2024-12-30 02:17:37] "POST /neutron/network HTTP/1.1" 200 839 0.005649 10.0.0.45 - - [2024-12-30 02:17:37] "POST /useragent-kv HTTP/1.1" 200 115 0.001034 10.0.0.45 - - [2024-12-30 02:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005113 10.0.0.45 - - [2024-12-30 02:17:37] "POST /useragent-kv HTTP/1.1" 200 115 0.000904 10.0.0.45 - - [2024-12-30 02:17:37] "POST /neutron/network HTTP/1.1" 200 151 0.069192 10.0.0.45 - - [2024-12-30 02:17:37] "DELETE /route-target/45d9673d-fbff-48e7-81f0-3589561d12b7 HTTP/1.1" 200 115 0.020837 10.0.0.45 - - [2024-12-30 02:17:37] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.002778 10.0.0.45 - - [2024-12-30 02:17:37] "POST /network-ipams HTTP/1.1" 200 541 0.016610 10.0.0.45 - - [2024-12-30 02:17:37] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 981 0.002566 10.0.0.45 - - [2024-12-30 02:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.45 - - [2024-12-30 02:17:38] "GET /network-ipam/67dee1b0-b65e-44fb-959b-5c0a44b4857f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1283 0.004041 10.0.0.45 - - [2024-12-30 02:17:38] "PUT /network-ipam/67dee1b0-b65e-44fb-959b-5c0a44b4857f HTTP/1.1" 200 258 0.021546 10.0.0.45 - - [2024-12-30 02:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002753 10.0.0.45 - - [2024-12-30 02:17:38] "GET /projects?obj_uuids=8d00547f-1a54-430c-8f2d-12bd547f62e9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001035 10.0.0.45 - - [2024-12-30 02:17:38] "GET /project/8d00547f-1a54-430c-8f2d-12bd547f62e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.019924 10.0.0.45 - - [2024-12-30 02:17:38] "POST /neutron/network HTTP/1.1" 200 117 0.008109 10.0.0.45 - - [2024-12-30 02:17:38] "GET /projects?obj_uuids=8d00547f-1a54-430c-8f2d-12bd547f62e9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001063 10.0.0.45 - - [2024-12-30 02:17:38] "POST /neutron/network HTTP/1.1" 200 605 0.057342 10.0.0.45 - - [2024-12-30 02:17:38] "POST /route-targets HTTP/1.1" 200 327 0.011133 10.0.0.45 - - [2024-12-30 02:17:38] "POST /ref-update HTTP/1.1" 200 156 0.009110 10.0.0.45 - - [2024-12-30 02:17:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003418 10.0.0.45 - - [2024-12-30 02:17:38] "POST /neutron/subnet HTTP/1.1" 200 699 0.200286 10.0.0.45 - - [2024-12-30 02:17:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003772 10.0.0.45 - - [2024-12-30 02:17:38] "POST /neutron/subnet HTTP/1.1" 200 699 0.180050 10.0.0.45 - - [2024-12-30 02:17:38] "POST /neutron/network HTTP/1.1" 200 994 0.009434 10.0.0.45 - - [2024-12-30 02:17:38] "POST /id-to-fqname HTTP/1.1" 200 220 0.002165 10.0.0.45 - - [2024-12-30 02:17:38] "GET /virtual-network/36bd38e4-8b70-4b40-88bc-926de4feb5ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.002908 10.0.0.45 - - [2024-12-30 02:17:38] "POST /neutron/network HTTP/1.1" 200 994 0.006915 10.0.0.45 - - [2024-12-30 02:17:38] "GET /virtual-network/36bd38e4-8b70-4b40-88bc-926de4feb5ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.002455 10.0.0.45 - - [2024-12-30 02:17:38] "POST /neutron/network HTTP/1.1" 200 994 0.007473 10.0.0.45 - - [2024-12-30 02:17:38] "POST /neutron/subnet HTTP/1.1" 200 699 0.006505 10.0.0.45 - - [2024-12-30 02:17:38] "POST /neutron/subnet HTTP/1.1" 200 699 0.007781 10.0.0.45 - - [2024-12-30 02:17:38] "POST /neutron/network HTTP/1.1" 200 994 0.009473 10.0.0.45 - - [2024-12-30 02:17:38] "POST /neutron/subnet HTTP/1.1" 200 699 0.006128 10.0.0.45 - - [2024-12-30 02:17:38] "POST /neutron/subnet HTTP/1.1" 200 699 0.006388 10.0.0.45 - - [2024-12-30 02:17:39] "GET /projects?obj_uuids=8d00547f-1a54-430c-8f2d-12bd547f62e9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001200 10.0.0.45 - - [2024-12-30 02:17:39] "POST /neutron/port HTTP/1.1" 200 1017 0.177262 10.0.0.45 - - [2024-12-30 02:17:39] "GET /projects?obj_uuids=8d00547f-1a54-430c-8f2d-12bd547f62e9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001052 10.0.0.45 - - [2024-12-30 02:17:39] "POST /neutron/port HTTP/1.1" 200 1017 0.146357 10.0.0.45 - - [2024-12-30 02:17:39] "POST /id-to-fqname HTTP/1.1" 200 220 0.001161 10.0.0.45 - - [2024-12-30 02:17:39] "POST /neutron/port HTTP/1.1" 200 1017 0.006929 10.0.0.45 - - [2024-12-30 02:17:39] "POST /neutron/port HTTP/1.1" 200 1017 0.006913 10.0.0.45 - - [2024-12-30 02:17:39] "POST /neutron/network HTTP/1.1" 200 994 0.006393 10.0.0.45 - - [2024-12-30 02:17:39] "POST /neutron/port HTTP/1.1" 200 1017 0.006067 10.0.0.45 - - [2024-12-30 02:17:39] "POST /neutron/port HTTP/1.1" 200 117 0.004677 10.0.0.45 - - [2024-12-30 02:17:39] "POST /neutron/port HTTP/1.1" 200 117 0.004141 10.0.0.45 - - [2024-12-30 02:17:39] "POST /id-to-fqname HTTP/1.1" 200 220 0.001091 10.0.0.45 - - [2024-12-30 02:17:39] "POST /neutron/port HTTP/1.1" 200 117 0.004553 10.0.0.45 - - [2024-12-30 02:17:39] "POST /neutron/port HTTP/1.1" 200 1017 0.006806 10.0.0.45 - - [2024-12-30 02:17:39] "POST /neutron/port HTTP/1.1" 200 1017 0.007509 10.0.0.45 - - [2024-12-30 02:17:39] "POST /neutron/network HTTP/1.1" 200 994 0.005617 10.0.0.45 - - [2024-12-30 02:17:39] "POST /neutron/port HTTP/1.1" 200 1017 0.006126 10.0.0.45 - - [2024-12-30 02:17:39] "POST /neutron/port HTTP/1.1" 200 1017 0.009705 10.0.0.45 - - [2024-12-30 02:17:39] "POST /neutron/port HTTP/1.1" 200 1017 0.006652 10.0.0.45 - - [2024-12-30 02:17:39] "POST /neutron/port HTTP/1.1" 200 117 0.004736 10.0.0.45 - - [2024-12-30 02:17:39] "POST /neutron/port HTTP/1.1" 200 117 0.004854 10.0.0.45 - - [2024-12-30 02:17:39] "POST /id-to-fqname HTTP/1.1" 200 220 0.001264 10.0.0.45 - - [2024-12-30 02:17:40] "POST /neutron/port HTTP/1.1" 200 117 0.005308 10.0.0.45 - - [2024-12-30 02:17:40] "POST /neutron/network HTTP/1.1" 200 1004 0.007666 10.0.0.45 - - [2024-12-30 02:17:40] "GET /aaa-mode HTTP/1.1" 401 292 0.000377 10.0.0.45 - - [2024-12-30 02:17:40] "POST /neutron/port HTTP/1.1" 200 1017 0.008859 10.0.0.45 - - [2024-12-30 02:17:40] "GET / HTTP/1.1" 200 35931 0.069846 10.0.0.45 - - [2024-12-30 02:17:40] "GET /project/8d00547f-1a54-430c-8f2d-12bd547f62e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000448 10.0.0.45 - - [2024-12-30 02:17:40] "POST /neutron/network HTTP/1.1" 200 1004 0.010280 10.0.0.45 - - [2024-12-30 02:17:40] "POST /neutron/port HTTP/1.1" 200 1017 0.009478 10.0.0.45 - - [2024-12-30 02:17:40] "POST /neutron/port HTTP/1.1" 200 1017 0.006296 10.0.0.45 - - [2024-12-30 02:17:40] "POST /neutron/network HTTP/1.1" 200 1004 0.008274 10.0.0.45 - - [2024-12-30 02:17:40] "POST /neutron/port HTTP/1.1" 200 1017 0.006956 10.0.0.45 - - [2024-12-30 02:17:40] "POST /neutron/port HTTP/1.1" 200 1017 0.009800 10.0.0.45 - - [2024-12-30 02:17:40] "POST /neutron/port HTTP/1.1" 200 1017 0.014877 10.0.0.45 - - [2024-12-30 02:17:40] "POST /neutron/port HTTP/1.1" 200 1109 0.089427 10.0.0.45 - - [2024-12-30 02:17:40] "POST /neutron/port HTTP/1.1" 200 1109 0.079416 10.0.0.45 - - [2024-12-30 02:17:40] "POST /neutron/port HTTP/1.1" 200 1083 0.016734 10.0.0.45 - - [2024-12-30 02:17:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004237 10.0.0.45 - - [2024-12-30 02:17:40] "POST /neutron/port HTTP/1.1" 200 1083 0.016579 10.0.0.45 - - [2024-12-30 02:17:40] "POST /neutron/subnet HTTP/1.1" 200 673 0.013420 10.0.0.45 - - [2024-12-30 02:17:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002811 10.0.0.45 - - [2024-12-30 02:17:40] "POST /neutron/port HTTP/1.1" 200 117 0.001086 10.0.0.45 - - [2024-12-30 02:17:40] "POST /neutron/subnet HTTP/1.1" 200 673 0.012689 10.0.0.45 - - [2024-12-30 02:17:40] "POST /neutron/network HTTP/1.1" 200 994 0.006166 10.0.0.45 - - [2024-12-30 02:17:40] "POST /neutron/port HTTP/1.1" 200 117 0.001102 10.0.0.45 - - [2024-12-30 02:17:40] "POST /neutron/network HTTP/1.1" 200 994 0.008211 10.0.0.45 - - [2024-12-30 02:17:40] "GET /projects?obj_uuids=8d00547f-1a54-430c-8f2d-12bd547f62e9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001077 10.0.0.45 - - [2024-12-30 02:17:40] "GET /project/8d00547f-1a54-430c-8f2d-12bd547f62e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.043239 10.0.0.45 - - [2024-12-30 02:17:40] "POST /neutron/network HTTP/1.1" 200 994 0.008358 10.0.0.45 - - [2024-12-30 02:17:41] "POST /neutron/port HTTP/1.1" 200 2050 0.030050 10.0.0.45 - - [2024-12-30 02:17:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005564 10.0.0.45 - - [2024-12-30 02:17:41] "POST /neutron/port HTTP/1.1" 200 117 0.005771 10.0.0.45 - - [2024-12-30 02:17:41] "GET /domains HTTP/1.1" 200 280 0.004664 10.0.0.45 - - [2024-12-30 02:17:41] "GET /domains?obj_uuids=9eb6c690-2dfa-4489-b11f-76c7854c1b5d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001349 10.0.0.45 - - [2024-12-30 02:17:41] "GET /domain/9eb6c690-2dfa-4489-b11f-76c7854c1b5d HTTP/1.1" 200 2948 0.011535 10.0.0.45 - - [2024-12-30 02:17:41] "GET /projects?obj_uuids=8d00547f-1a54-430c-8f2d-12bd547f62e9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000952 10.0.0.45 - - [2024-12-30 02:17:41] "GET /project/8d00547f-1a54-430c-8f2d-12bd547f62e9 HTTP/1.1" 200 2843 0.062656 10.0.0.45 - - [2024-12-30 02:17:41] "GET /network-ipam/67dee1b0-b65e-44fb-959b-5c0a44b4857f HTTP/1.1" 200 2600 0.004567 10.0.0.45 - - [2024-12-30 02:17:41] "GET /domains HTTP/1.1" 200 280 0.004101 10.0.0.45 - - [2024-12-30 02:17:41] "GET /domains?obj_uuids=9eb6c690-2dfa-4489-b11f-76c7854c1b5d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001334 10.0.0.45 - - [2024-12-30 02:17:41] "GET /domain/9eb6c690-2dfa-4489-b11f-76c7854c1b5d HTTP/1.1" 200 2948 0.008298 10.0.0.45 - - [2024-12-30 02:17:41] "GET /projects?obj_uuids=8d00547f-1a54-430c-8f2d-12bd547f62e9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001050 10.0.0.45 - - [2024-12-30 02:17:41] "DELETE /project/8d00547f1a54430c8f2d12bd547f62e9 HTTP/1.1" 404 173 0.009065 10.0.0.45 - - [2024-12-30 02:17:41] "DELETE /project/051ad2502d5641ee83053f9f719ffff0 HTTP/1.1" 404 173 0.005798 10.0.0.45 - - [2024-12-30 02:17:41] "GET /projects?obj_uuids=9ab7a5c1-953e-4d15-907e-e9fcd4e35245&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001060 10.0.0.45 - - [2024-12-30 02:17:41] "GET /projects?obj_uuids=051ad250-2d56-41ee-8305-3f9f719ffff0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000866 10.0.0.45 - - [2024-12-30 02:17:41] "GET /project/8d00547f-1a54-430c-8f2d-12bd547f62e9 HTTP/1.1" 200 2843 0.096555 10.0.0.45 - - [2024-12-30 02:17:41] "GET /virtual-network/36bd38e4-8b70-4b40-88bc-926de4feb5ca HTTP/1.1" 200 3777 0.006994 10.0.0.45 - - [2024-12-30 02:17:41] "GET /virtual-network/36bd38e4-8b70-4b40-88bc-926de4feb5ca HTTP/1.1" 200 3777 0.008917 10.0.0.45 - - [2024-12-30 02:17:41] "GET /project/051ad250-2d56-41ee-8305-3f9f719ffff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.064185 10.0.0.45 - - [2024-12-30 02:17:41] "GET /routing-instance/afd52eb0-f790-46b3-a5b4-308553dba3cf HTTP/1.1" 200 2381 0.006869 10.0.0.45 - - [2024-12-30 02:17:41] "GET /project/9ab7a5c1-953e-4d15-907e-e9fcd4e35245?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.077336 10.0.0.45 - - [2024-12-30 02:17:41] "GET /projects?obj_uuids=051ad250-2d56-41ee-8305-3f9f719ffff0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000935 10.0.0.45 - - [2024-12-30 02:17:41] "GET /routing-instance/afd52eb0-f790-46b3-a5b4-308553dba3cf HTTP/1.1" 200 2381 0.003236 10.0.0.45 - - [2024-12-30 02:17:41] "GET /route-target/da80e324-56da-4490-b1c4-dc2628ed7e4d HTTP/1.1" 200 1205 0.008279 10.0.0.45 - - [2024-12-30 02:17:41] "GET /project/051ad250-2d56-41ee-8305-3f9f719ffff0?fields=security_groups HTTP/1.1" 200 1364 0.029326 10.0.0.45 - - [2024-12-30 02:17:41] "GET /virtual-network/36bd38e4-8b70-4b40-88bc-926de4feb5ca HTTP/1.1" 200 3777 0.003849 10.0.0.45 - - [2024-12-30 02:17:41] "GET /projects?obj_uuids=9ab7a5c1-953e-4d15-907e-e9fcd4e35245&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001084 10.0.0.45 - - [2024-12-30 02:17:41] "GET /routing-instance/afd52eb0-f790-46b3-a5b4-308553dba3cf HTTP/1.1" 200 2381 0.007276 10.0.0.45 - - [2024-12-30 02:17:41] "GET /virtual-network/36bd38e4-8b70-4b40-88bc-926de4feb5ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.004411 10.0.0.45 - - [2024-12-30 02:17:41] "POST /neutron/network HTTP/1.1" 200 1004 0.030635 10.0.0.45 - - [2024-12-30 02:17:41] "GET /virtual-network/36bd38e4-8b70-4b40-88bc-926de4feb5ca HTTP/1.1" 200 3777 0.014470 10.0.0.45 - - [2024-12-30 02:17:41] "GET /projects?obj_uuids=8d00547f-1a54-430c-8f2d-12bd547f62e9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001290 10.0.0.45 - - [2024-12-30 02:17:41] "GET /routing-instance/afd52eb0-f790-46b3-a5b4-308553dba3cf HTTP/1.1" 200 2381 0.005798 10.0.0.45 - - [2024-12-30 02:17:41] "GET /project/9ab7a5c1-953e-4d15-907e-e9fcd4e35245?fields=security_groups HTTP/1.1" 200 1367 0.077898 10.0.0.45 - - [2024-12-30 02:17:41] "GET /routing-instance/afd52eb0-f790-46b3-a5b4-308553dba3cf HTTP/1.1" 200 2381 0.007706 10.0.0.45 - - [2024-12-30 02:17:41] "GET /route-target/da80e324-56da-4490-b1c4-dc2628ed7e4d HTTP/1.1" 200 1205 0.006211 10.0.0.45 - - [2024-12-30 02:17:41] "GET /domains HTTP/1.1" 200 280 0.015465 10.0.0.45 - - [2024-12-30 02:17:41] "GET /domains?obj_uuids=9eb6c690-2dfa-4489-b11f-76c7854c1b5d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000984 10.0.0.45 - - [2024-12-30 02:17:41] "GET /domain/9eb6c690-2dfa-4489-b11f-76c7854c1b5d HTTP/1.1" 200 2948 0.013925 10.0.0.45 - - [2024-12-30 02:17:41] "GET /projects?obj_uuids=8d00547f-1a54-430c-8f2d-12bd547f62e9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000983 10.0.0.45 - - [2024-12-30 02:17:41] "DELETE /security-group/e6e44c67-03a9-4a89-bc24-c47649870cd6 HTTP/1.1" 200 115 0.162488 10.0.0.45 - - [2024-12-30 02:17:41] "GET /projects?obj_uuids=051ad250-2d56-41ee-8305-3f9f719ffff0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001045 10.0.0.45 - - [2024-12-30 02:17:41] "DELETE /access-control-list/87803f4e-a974-4ca7-99d8-fd74e17eef45 HTTP/1.1" 200 115 0.087056 10.0.0.45 - - [2024-12-30 02:17:41] "GET /project/051ad250-2d56-41ee-8305-3f9f719ffff0?fields=application_policy_sets HTTP/1.1" 200 1403 0.093209 10.0.0.45 - - [2024-12-30 02:17:41] "GET /project/8d00547f-1a54-430c-8f2d-12bd547f62e9 HTTP/1.1" 200 3087 0.165234 10.0.0.45 - - [2024-12-30 02:17:41] "GET /virtual-network/36bd38e4-8b70-4b40-88bc-926de4feb5ca HTTP/1.1" 200 4035 0.034605 10.0.0.45 - - [2024-12-30 02:17:41] "DELETE /security-group/942921a9-cd93-4244-bcdc-daaf7c7fe631 HTTP/1.1" 200 115 0.282134 10.0.0.45 - - [2024-12-30 02:17:41] "DELETE /access-control-list/fee5803f-9ac9-495c-b7b7-778bc711d597 HTTP/1.1" 200 115 0.172434 10.0.0.45 - - [2024-12-30 02:17:41] "GET /projects?obj_uuids=9ab7a5c1-953e-4d15-907e-e9fcd4e35245&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002415 10.0.0.45 - - [2024-12-30 02:17:42] "GET /project/9ab7a5c1-953e-4d15-907e-e9fcd4e35245?fields=application_policy_sets HTTP/1.1" 200 1406 0.095179 10.0.0.45 - - [2024-12-30 02:17:42] "DELETE /access-control-list/d3a689e8-d767-4b82-ba10-2ed2891a3dd1 HTTP/1.1" 200 115 0.095748 10.0.0.45 - - [2024-12-30 02:17:42] "POST /neutron/port HTTP/1.1" 200 1055 0.568455 10.0.0.45 - - [2024-12-30 02:17:42] "DELETE /access-control-list/a7af88e2-f5db-4e58-9ebf-49fdf5ba160b HTTP/1.1" 200 115 0.074864 10.0.0.45 - - [2024-12-30 02:17:42] "DELETE /project/051ad250-2d56-41ee-8305-3f9f719ffff0 HTTP/1.1" 200 115 0.774898 10.0.0.45 - - [2024-12-30 02:17:42] "DELETE /project/9ab7a5c1-953e-4d15-907e-e9fcd4e35245 HTTP/1.1" 200 115 0.811230 10.0.0.45 - - [2024-12-30 02:17:42] "POST /neutron/port HTTP/1.1" 200 1055 0.008194 10.0.0.45 - - [2024-12-30 02:17:42] "POST /neutron/port HTTP/1.1" 200 1055 0.008725 10.0.0.45 - - [2024-12-30 02:17:42] "POST /neutron/port HTTP/1.1" 200 1109 0.062121 10.0.0.45 - - [2024-12-30 02:17:42] "POST /neutron/port HTTP/1.1" 200 1083 0.016672 10.0.0.45 - - [2024-12-30 02:17:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004376 10.0.0.45 - - [2024-12-30 02:17:42] "GET /obj-perms HTTP/1.1" 200 5030 0.061738 10.0.0.45 - - [2024-12-30 02:17:42] "POST /neutron/subnet HTTP/1.1" 200 673 0.032449 10.0.0.45 - - [2024-12-30 02:17:42] "POST /neutron/port HTTP/1.1" 200 117 0.001193 10.0.0.45 - - [2024-12-30 02:17:42] "POST /neutron/network HTTP/1.1" 200 994 0.012948 10.0.0.45 - - [2024-12-30 02:17:42] "POST /neutron/port HTTP/1.1" 200 1083 0.022424 10.0.0.45 - - [2024-12-30 02:17:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006231 10.0.0.45 - - [2024-12-30 02:17:42] "POST /neutron/port HTTP/1.1" 200 1083 0.014296 10.0.0.45 - - [2024-12-30 02:17:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005504 10.0.0.45 - - [2024-12-30 02:17:42] "POST /neutron/port HTTP/1.1" 200 1083 0.015624 10.0.0.45 - - [2024-12-30 02:17:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004990 10.0.0.45 - - [2024-12-30 02:17:42] "GET /virtual-machine/8e1c1906-857e-4656-88fc-1f1d7c9ffb03 HTTP/1.1" 200 1288 0.004551 10.0.0.45 - - [2024-12-30 02:17:42] "GET /virtual-machine-interface/5bc26e7e-3fa4-43c4-8028-3ebc44de0eb6 HTTP/1.1" 200 2939 0.003180 10.0.0.45 - - [2024-12-30 02:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002814 10.0.0.45 - - [2024-12-30 02:17:42] "GET /global-vrouter-config/2a0444fa-d43d-4f60-a2fe-7773b4f4125f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003202 10.0.0.45 - - [2024-12-30 02:17:42] "GET /virtual-networks?parent_id=8d00547f-1a54-430c-8f2d-12bd547f62e9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003769 10.0.0.45 - - [2024-12-30 02:17:42] "GET /virtual-network/36bd38e4-8b70-4b40-88bc-926de4feb5ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.005329 10.0.0.45 - - [2024-12-30 02:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.45 - - [2024-12-30 02:17:46] "GET /virtual-network/36bd38e4-8b70-4b40-88bc-926de4feb5ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.003578 10.0.0.45 - - [2024-12-30 02:17:49] "POST /neutron/port HTTP/1.1" 200 1083 0.018630 10.0.0.45 - - [2024-12-30 02:17:49] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004984 10.0.0.45 - - [2024-12-30 02:17:49] "GET /obj-perms HTTP/1.1" 200 5056 0.049351 10.0.0.45 - - [2024-12-30 02:17:49] "POST /neutron/port HTTP/1.1" 200 1083 0.018674 10.0.0.45 - - [2024-12-30 02:17:49] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004976 10.0.0.45 - - [2024-12-30 02:17:49] "GET /obj-perms HTTP/1.1" 200 5056 0.042169 10.0.0.45 - - [2024-12-30 02:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.45 - - [2024-12-30 02:17:50] "GET /virtual-network/36bd38e4-8b70-4b40-88bc-926de4feb5ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.002815 10.0.0.45 - - [2024-12-30 02:17:50] "POST /neutron/port HTTP/1.1" 200 1083 0.016548 10.0.0.45 - - [2024-12-30 02:17:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004865 10.0.0.45 - - [2024-12-30 02:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002748 10.0.0.45 - - [2024-12-30 02:17:52] "GET /global-vrouter-config/2a0444fa-d43d-4f60-a2fe-7773b4f4125f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002216 10.0.0.45 - - [2024-12-30 02:17:52] "GET /virtual-networks?parent_id=8d00547f-1a54-430c-8f2d-12bd547f62e9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002805 10.0.0.45 - - [2024-12-30 02:17:52] "GET /virtual-network/36bd38e4-8b70-4b40-88bc-926de4feb5ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.002931 10.0.0.45 - - [2024-12-30 02:17:52] "POST /neutron/port HTTP/1.1" 200 1083 0.013368 10.0.0.45 - - [2024-12-30 02:17:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005069 10.0.0.45 - - [2024-12-30 02:17:52] "POST /neutron/port HTTP/1.1" 200 1083 0.013456 10.0.0.45 - - [2024-12-30 02:17:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004735 10.0.0.45 - - [2024-12-30 02:17:52] "POST /neutron/port HTTP/1.1" 200 1083 0.012467 10.0.0.45 - - [2024-12-30 02:17:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004982 10.0.0.45 - - [2024-12-30 02:17:52] "GET /virtual-machine/75a4168f-6e11-4ee0-8f26-ff281c3eb0c8 HTTP/1.1" 200 1288 0.003364 10.0.0.45 - - [2024-12-30 02:17:52] "GET /virtual-machine-interface/78e1e3f8-ef80-4874-974e-ce0b39ed631b HTTP/1.1" 200 2940 0.002219 10.0.0.45 - - [2024-12-30 02:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002073 10.0.0.45 - - [2024-12-30 02:17:52] "GET /global-vrouter-config/2a0444fa-d43d-4f60-a2fe-7773b4f4125f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.001920 10.0.0.45 - - [2024-12-30 02:17:52] "GET /virtual-networks?parent_id=8d00547f-1a54-430c-8f2d-12bd547f62e9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002873 10.0.0.45 - - [2024-12-30 02:17:52] "GET /virtual-network/36bd38e4-8b70-4b40-88bc-926de4feb5ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.003048 10.0.0.45 - - [2024-12-30 02:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002717 10.0.0.45 - - [2024-12-30 02:17:54] "GET /global-vrouter-config/2a0444fa-d43d-4f60-a2fe-7773b4f4125f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002386 10.0.0.45 - - [2024-12-30 02:17:54] "GET /virtual-networks?parent_id=8d00547f-1a54-430c-8f2d-12bd547f62e9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003086 10.0.0.45 - - [2024-12-30 02:17:54] "GET /virtual-network/36bd38e4-8b70-4b40-88bc-926de4feb5ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.003024 10.0.0.45 - - [2024-12-30 02:17:54] "POST /neutron/port HTTP/1.1" 200 1083 0.012929 10.0.0.45 - - [2024-12-30 02:17:54] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005804 10.0.0.45 - - [2024-12-30 02:17:54] "POST /neutron/port HTTP/1.1" 200 1083 0.012695 10.0.0.45 - - [2024-12-30 02:17:54] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005227 10.0.0.45 - - [2024-12-30 02:17:54] "POST /neutron/port HTTP/1.1" 200 1083 0.012432 10.0.0.45 - - [2024-12-30 02:17:54] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004853 10.0.0.45 - - [2024-12-30 02:17:54] "GET /virtual-machine/26b06fe4-64be-4989-8261-10a988130747 HTTP/1.1" 200 1291 0.003194 10.0.0.45 - - [2024-12-30 02:17:54] "GET /virtual-machine-interface/ca4382b5-aad3-4ec8-a746-e0c887f5f222 HTTP/1.1" 200 2941 0.002375 10.0.0.45 - - [2024-12-30 02:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002334 10.0.0.45 - - [2024-12-30 02:17:54] "GET /global-vrouter-config/2a0444fa-d43d-4f60-a2fe-7773b4f4125f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002178 10.0.0.45 - - [2024-12-30 02:17:54] "GET /virtual-networks?parent_id=8d00547f-1a54-430c-8f2d-12bd547f62e9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002772 10.0.0.45 - - [2024-12-30 02:17:54] "GET /virtual-network/36bd38e4-8b70-4b40-88bc-926de4feb5ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.004421 10.0.0.45 - - [2024-12-30 02:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002640 10.0.0.45 - - [2024-12-30 02:17:55] "GET /global-vrouter-config/2a0444fa-d43d-4f60-a2fe-7773b4f4125f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002275 10.0.0.45 - - [2024-12-30 02:17:55] "GET /virtual-networks?parent_id=8d00547f-1a54-430c-8f2d-12bd547f62e9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002691 10.0.0.45 - - [2024-12-30 02:17:55] "GET /virtual-network/36bd38e4-8b70-4b40-88bc-926de4feb5ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.002955 10.0.0.45 - - [2024-12-30 02:18:11] "POST /neutron/port HTTP/1.1" 200 1109 0.015528 10.0.0.45 - - [2024-12-30 02:18:11] "POST /neutron/port HTTP/1.1" 200 1109 0.013117 10.0.0.45 - - [2024-12-30 02:18:11] "POST /neutron/port HTTP/1.1" 200 151 0.113874 10.0.0.45 - - [2024-12-30 02:18:11] "POST /neutron/port HTTP/1.1" 200 1109 0.022240 10.0.0.45 - - [2024-12-30 02:18:11] "POST /neutron/port HTTP/1.1" 200 1109 0.017084 10.0.0.45 - - [2024-12-30 02:18:11] "POST /neutron/port HTTP/1.1" 200 151 0.102365 10.0.0.45 - - [2024-12-30 02:18:11] "POST /neutron/network HTTP/1.1" 200 994 0.006217 10.0.0.45 - - [2024-12-30 02:18:11] "POST /neutron/network HTTP/1.1" 400 204 0.016402 10.0.0.45 - - [2024-12-30 02:18:11] "POST /neutron/port HTTP/1.1" 200 1083 0.014347 10.0.0.45 - - [2024-12-30 02:18:11] "POST /neutron/port HTTP/1.1" 200 1109 0.009901 10.0.0.45 - - [2024-12-30 02:18:11] "POST /neutron/port HTTP/1.1" 200 117 0.004255 10.0.0.45 - - [2024-12-30 02:18:11] "POST /neutron/port HTTP/1.1" 400 205 0.002492 10.0.0.45 - - [2024-12-30 02:18:11] "POST /neutron/port HTTP/1.1" 200 151 0.094659 10.0.0.45 - - [2024-12-30 02:18:13] "POST /neutron/network HTTP/1.1" 200 994 0.008389 10.0.0.45 - - [2024-12-30 02:18:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.031539 10.0.0.45 - - [2024-12-30 02:18:13] "POST /useragent-kv HTTP/1.1" 200 115 0.046513 10.0.0.45 - - [2024-12-30 02:18:13] "POST /useragent-kv HTTP/1.1" 200 115 0.001025 10.0.0.45 - - [2024-12-30 02:18:13] "DELETE /route-target/da80e324-56da-4490-b1c4-dc2628ed7e4d HTTP/1.1" 200 115 0.019691 10.0.0.45 - - [2024-12-30 02:18:13] "POST /useragent-kv HTTP/1.1" 200 115 0.000929 10.0.0.45 - - [2024-12-30 02:18:13] "POST /useragent-kv HTTP/1.1" 200 115 0.000942 10.0.0.45 - - [2024-12-30 02:18:13] "POST /neutron/network HTTP/1.1" 200 151 0.130397 10.0.0.45 - - [2024-12-30 02:18:13] "GET /routing-instance/afd52eb0-f790-46b3-a5b4-308553dba3cf HTTP/1.1" 404 171 0.002055 10.0.0.45 - - [2024-12-30 02:18:13] "GET /domains HTTP/1.1" 200 280 0.001840 10.0.0.45 - - [2024-12-30 02:18:13] "GET /domains?obj_uuids=9eb6c690-2dfa-4489-b11f-76c7854c1b5d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001316 10.0.0.45 - - [2024-12-30 02:18:13] "GET /domain/9eb6c690-2dfa-4489-b11f-76c7854c1b5d HTTP/1.1" 200 2574 0.049461 10.0.0.45 - - [2024-12-30 02:18:13] "GET /projects?obj_uuids=8d00547f-1a54-430c-8f2d-12bd547f62e9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001014 10.0.0.45 - - [2024-12-30 02:18:14] "GET /project/8d00547f-1a54-430c-8f2d-12bd547f62e9 HTTP/1.1" 200 2086 0.072231 10.0.0.45 - - [2024-12-30 02:18:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002553 10.0.0.45 - - [2024-12-30 02:18:14] "DELETE /network-ipam/67dee1b0-b65e-44fb-959b-5c0a44b4857f HTTP/1.1" 200 115 0.019418 10.0.0.45 - - [2024-12-30 02:18:14] "POST /fqname-to-id HTTP/1.1" 404 211 0.002161 10.0.0.45 - - [2024-12-30 02:18:14] "GET /projects?obj_uuids=8d00547f-1a54-430c-8f2d-12bd547f62e9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001089 10.0.0.45 - - [2024-12-30 02:18:14] "GET /project/8d00547f-1a54-430c-8f2d-12bd547f62e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.042148 10.0.0.45 - - [2024-12-30 02:18:14] "GET /projects?obj_uuids=8d00547f-1a54-430c-8f2d-12bd547f62e9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000981 10.0.0.45 - - [2024-12-30 02:18:14] "GET /project/8d00547f-1a54-430c-8f2d-12bd547f62e9?fields=virtual_networks HTTP/1.1" 200 1033 0.061603 10.0.0.45 - - [2024-12-30 02:18:14] "GET /projects?obj_uuids=8d00547f-1a54-430c-8f2d-12bd547f62e9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000990 10.0.0.45 - - [2024-12-30 02:18:14] "GET /project/8d00547f-1a54-430c-8f2d-12bd547f62e9?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.025514 10.0.0.45 - - [2024-12-30 02:18:14] "GET /projects?obj_uuids=8d00547f-1a54-430c-8f2d-12bd547f62e9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001343 10.0.0.45 - - [2024-12-30 02:18:14] "GET /project/8d00547f-1a54-430c-8f2d-12bd547f62e9?fields=security_groups HTTP/1.1" 200 1259 0.018451 10.0.0.45 - - [2024-12-30 02:18:16] "POST /neutron/port HTTP/1.1" 200 117 0.012377 10.0.0.45 - - [2024-12-30 02:18:16] "POST /neutron/port HTTP/1.1" 400 205 0.002631 10.0.0.45 - - [2024-12-30 02:18:22] "GET / HTTP/1.1" 200 35931 0.002643 10.0.0.45 - - [2024-12-30 02:18:23] "GET /project/3d3da98a-8077-44f0-aa3d-adc5b1456d94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000549 10.0.0.45 - - [2024-12-30 02:18:23] "GET /projects?obj_uuids=3d3da98a-8077-44f0-aa3d-adc5b1456d94&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001544 10.0.0.45 - - [2024-12-30 02:18:23] "GET /project/3d3da98a-8077-44f0-aa3d-adc5b1456d94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.046612 [Introspect:8084]10.0.0.45 - - [2024-12-30 02:18:23] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001030 10.0.0.45 - - [2024-12-30 02:18:24] "POST /fqname-to-id HTTP/1.1" 404 184 0.022369 10.0.0.45 - - [2024-12-30 02:18:24] "GET /projects?obj_uuids=77fc20a2-0bc7-42b4-8a75-895b5ee24963&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002501 10.0.0.45 - - [2024-12-30 02:18:24] "GET /domains?obj_uuids=9eb6c690-2dfa-4489-b11f-76c7854c1b5d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001201 10.0.0.45 - - [2024-12-30 02:18:24] "GET /domain/9eb6c690-2dfa-4489-b11f-76c7854c1b5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.027744 10.0.0.45 - - [2024-12-30 02:18:24] "POST /id-to-fqname HTTP/1.1" 200 186 0.002003 10.0.0.45 - - [2024-12-30 02:18:24] "POST /fqname-to-id HTTP/1.1" 404 195 0.002059