++ 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:18:02 UTC 2024 ===================' INFO: =================== Mon Dec 30 02:18:02 UTC 2024 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.17 ++ 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.17 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.17 ++ ANALYTICSDB_NODES=10.0.0.17 ++ ANALYTICS_SNMP_NODES=10.0.0.17 ++ 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.17 +++ local server_address=10.0.0.17 +++ extended_server_list+='10.0.0.17:8081 ' +++ '[' -n '10.0.0.17:8081 ' ']' +++ echo 10.0.0.17:8081 ++ ANALYTICS_SERVERS=10.0.0.17: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.17 +++ local server_address=10.0.0.17 +++ extended_server_list+='10.0.0.17:9042 ' +++ '[' -n '10.0.0.17:9042 ' ']' +++ echo 10.0.0.17:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.17:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.17 ++ 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.17 +++ local server_address=10.0.0.17 +++ extended_server_list+='10.0.0.17:8086 ' +++ '[' -n '10.0.0.17:8086 ' ']' +++ echo 10.0.0.17:8086 ++ COLLECTOR_SERVERS=10.0.0.17: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.17 ++ CONFIGDB_NODES=10.0.0.17 ++ 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.17 +++ local server_address=10.0.0.17 +++ extended_server_list+='10.0.0.17:8082 ' +++ '[' -n '10.0.0.17:8082 ' ']' +++ echo 10.0.0.17:8082 ++ CONFIG_SERVERS=10.0.0.17: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.17 +++ local server_address=10.0.0.17 +++ extended_server_list+='10.0.0.17:9161 ' +++ '[' -n '10.0.0.17:9161 ' ']' +++ echo 10.0.0.17:9161 ++ CONFIGDB_SERVERS=10.0.0.17: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.17 +++ local server_address=10.0.0.17 +++ extended_server_list+='10.0.0.17:9041 ' +++ '[' -n '10.0.0.17:9041 ' ']' +++ echo 10.0.0.17:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.17:9041 ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.0.0.17 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.0.0.17 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.17 ++ 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.17 +++ local server_address=10.0.0.17 +++ extended_server_list+=10.0.0.17:2181, +++ '[' -n 10.0.0.17:2181, ']' +++ echo 10.0.0.17:2181 ++ ZOOKEEPER_SERVERS=10.0.0.17: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.17 +++ local server_address=10.0.0.17 +++ extended_server_list+='10.0.0.17:2181 ' +++ '[' -n '10.0.0.17:2181 ' ']' +++ echo 10.0.0.17:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.17:2181 ++ RABBITMQ_NODES=10.0.0.17 ++ 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.17 +++ local server_address=10.0.0.17 +++ extended_server_list+=10.0.0.17:5673, +++ '[' -n 10.0.0.17:5673, ']' +++ echo 10.0.0.17:5673 ++ RABBITMQ_SERVERS=10.0.0.17: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.17 +++ local server_address=10.0.0.17 +++ extended_server_list+='10.0.0.17:6379 ' +++ '[' -n '10.0.0.17:6379 ' ']' +++ echo 10.0.0.17:6379 ++ REDIS_SERVERS=10.0.0.17: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.17 ++ 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.17 +++ local server_address=10.0.0.17 +++ extended_server_list+='10.0.0.17:9092 ' +++ '[' -n '10.0.0.17:9092 ' ']' +++ echo 10.0.0.17:9092 ++ KAFKA_SERVERS=10.0.0.17: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.17 ++ 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.17 ++ 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.17 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.17 ++ cut -d , -f 1 + local cassandra=10.0.0.17 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.17 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.17 +++ local servers=10.0.0.17 +++ local server_list= +++ IFS=, +++ read -ra server_list +++ cut -d ' ' -f 1 ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.17,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.17'\''))' +++ local server_ip=10.0.0.17 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.17 ]] +++ [[ ,10.0.0.17,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.17, ]] +++ echo 10.0.0.17 1 +++ return ++ local ip=10.0.0.17 ++ [[ -z 10.0.0.17 ]] ++ echo 10.0.0.17 + host_ip=10.0.0.17 + [[ cql == \c\q\l ]] ++ echo 10.0.0.17:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.17:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.17: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 ++ grep '^API__.*__.*=.*$' ++ set ++ 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:18:09.622 7fe6de8ba688 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 12/30/2024 02:18:09.647 7fe6de8ba688 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 12/30/2024 02:18:09.660 7fe6de8ba688 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 12/30/2024 02:18:09.660 7fe6de8ba688 [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.17:8082/ Hit Ctrl-C to quit. 10.0.0.17 - - [2024-12-30 02:18:14] "GET / HTTP/1.1" 200 45871 0.001558 10.0.0.17 - - [2024-12-30 02:18:14] "GET / HTTP/1.1" 200 45871 0.001129 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.17 - - [2024-12-30 02:18:14] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000594 10.0.0.17 - - [2024-12-30 02:18:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000267 10.0.0.17 - - [2024-12-30 02:18:15] "GET / HTTP/1.1" 200 35931 0.001541 10.0.0.17 - - [2024-12-30 02:18:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000416 10.0.0.17 - - [2024-12-30 02:18:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.601046 10.0.0.17 - - [2024-12-30 02:18:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002419 10.0.0.17 - - [2024-12-30 02:18:16] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.911173 10.0.0.17 - - [2024-12-30 02:18:16] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.002331 10.0.0.17 - - [2024-12-30 02:18:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.070683 10.0.0.17 - - [2024-12-30 02:18:16] "GET /global-system-config/3aa38ecc-e30a-40a2-8b81-0bfa43444ad8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.007535 10.0.0.17 - - [2024-12-30 02:18:16] "POST /fqname-to-id HTTP/1.1" 404 220 0.004262 10.0.0.17 - - [2024-12-30 02:18:16] "POST /config-nodes HTTP/1.1" 200 599 0.034579 /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.17 - - [2024-12-30 02:18:16] "GET / HTTP/1.1" 200 35931 0.002100 10.0.0.17 - - [2024-12-30 02:18:16] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000514 10.0.0.17 - - [2024-12-30 02:18:17] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.023212 10.0.0.17 - - [2024-12-30 02:18:17] "GET / HTTP/1.1" 200 35931 0.001466 10.0.0.17 - - [2024-12-30 02:18:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000460 10.0.0.17 - - [2024-12-30 02:18:17] "GET / HTTP/1.1" 200 35931 0.001309 10.0.0.17 - - [2024-12-30 02:18:17] "GET / HTTP/1.1" 200 35931 0.001474 10.0.0.17 - - [2024-12-30 02:18:17] "POST /fqname-to-id HTTP/1.1" 404 186 0.031925 10.0.0.17 - - [2024-12-30 02:18:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002721 10.0.0.17 - - [2024-12-30 02:18:17] "GET /global-system-config/3aa38ecc-e30a-40a2-8b81-0bfa43444ad8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.007380 10.0.0.17 - - [2024-12-30 02:18:17] "POST /service-appliance-sets HTTP/1.1" 200 553 0.124785 10.0.0.17 - - [2024-12-30 02:18:17] "POST /fqname-to-id HTTP/1.1" 404 180 0.002927 10.0.0.17 - - [2024-12-30 02:18:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.17 - - [2024-12-30 02:18:17] "GET /global-system-config/3aa38ecc-e30a-40a2-8b81-0bfa43444ad8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.006091 10.0.0.17 - - [2024-12-30 02:18:18] "POST /service-appliance-sets HTTP/1.1" 200 541 0.038889 10.0.0.17 - - [2024-12-30 02:18:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003952 10.0.0.17 - - [2024-12-30 02:18:18] "GET /network-ipam/0f1d0e34-d190-4435-bca2-2059a0429194?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.012503 10.0.0.17 - - [2024-12-30 02:18:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000429 10.0.0.17 - - [2024-12-30 02:18:18] "POST /fqname-to-id HTTP/1.1" 404 196 0.021484 10.0.0.17 - - [2024-12-30 02:18:18] "POST /service-templates HTTP/1.1" 200 511 0.259758 10.0.0.17 - - [2024-12-30 02:18:18] "POST /job-templates HTTP/1.1" 200 555 0.147321 10.0.0.17 - - [2024-12-30 02:18:18] "POST /service-templates HTTP/1.1" 200 501 0.069674 10.0.0.17 - - [2024-12-30 02:18:18] "POST /service-templates HTTP/1.1" 200 515 0.024173 10.0.0.17 - - [2024-12-30 02:18:18] "POST /fqname-to-id HTTP/1.1" 404 200 0.002507 10.0.0.17 - - [2024-12-30 02:18:18] "POST /service-templates HTTP/1.1" 200 535 0.028651 10.0.0.17 - - [2024-12-30 02:18:18] "POST /job-templates HTTP/1.1" 200 563 0.080210 10.0.0.17 - - [2024-12-30 02:18:18] "POST /service-templates HTTP/1.1" 200 507 0.026574 10.0.0.17 - - [2024-12-30 02:18:18] "POST /fqname-to-id HTTP/1.1" 404 191 0.004673 10.0.0.17 - - [2024-12-30 02:18:18] "POST /job-templates HTTP/1.1" 200 545 0.078192 10.0.0.17 - - [2024-12-30 02:18:19] "POST /fqname-to-id HTTP/1.1" 404 207 0.003731 10.0.0.17 - - [2024-12-30 02:18:19] "POST /job-templates HTTP/1.1" 200 577 0.074406 10.0.0.17 - - [2024-12-30 02:18:19] "POST /fqname-to-id HTTP/1.1" 404 208 0.003007 10.0.0.17 - - [2024-12-30 02:18:19] "GET / HTTP/1.1" 200 35931 0.001914 10.0.0.17 - - [2024-12-30 02:18:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000419 10.0.0.17 - - [2024-12-30 02:18:19] "POST /job-templates HTTP/1.1" 200 579 0.061514 10.0.0.17 - - [2024-12-30 02:18:19] "POST /fqname-to-id HTTP/1.1" 404 210 0.003342 10.0.0.17 - - [2024-12-30 02:18:19] "POST /job-templates HTTP/1.1" 200 583 0.060189 10.0.0.17 - - [2024-12-30 02:18:19] "POST /fqname-to-id HTTP/1.1" 404 198 0.003047 10.0.0.17 - - [2024-12-30 02:18:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.022014 10.0.0.17 - - [2024-12-30 02:18:19] "GET /global-system-config/3aa38ecc-e30a-40a2-8b81-0bfa43444ad8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.043951 10.0.0.17 - - [2024-12-30 02:18:19] "POST /job-templates HTTP/1.1" 200 559 0.079504 10.0.0.17 - - [2024-12-30 02:18:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000423 10.0.0.17 - - [2024-12-30 02:18:19] "POST /fqname-to-id HTTP/1.1" 404 220 0.003534 10.0.0.17 - - [2024-12-30 02:18:19] "POST /fqname-to-id HTTP/1.1" 404 203 0.002570 10.0.0.17 - - [2024-12-30 02:18:19] "POST /config-database-nodes HTTP/1.1" 200 617 0.022924 10.0.0.17 - - [2024-12-30 02:18:19] "POST /job-templates HTTP/1.1" 200 569 0.020738 10.0.0.17 - - [2024-12-30 02:18:19] "POST /fqname-to-id HTTP/1.1" 404 196 0.006770 10.0.0.17 - - [2024-12-30 02:18:19] "POST /job-templates HTTP/1.1" 200 555 0.077039 10.0.0.17 - - [2024-12-30 02:18:19] "POST /fqname-to-id HTTP/1.1" 404 196 0.003895 10.0.0.17 - - [2024-12-30 02:18:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.024670 10.0.0.17 - - [2024-12-30 02:18:19] "GET /network-ipam/0f1d0e34-d190-4435-bca2-2059a0429194?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.003513 10.0.0.17 - - [2024-12-30 02:18:20] "POST /job-templates HTTP/1.1" 200 555 0.060985 10.0.0.17 - - [2024-12-30 02:18:20] "POST /fqname-to-id HTTP/1.1" 404 196 0.003043 10.0.0.17 - - [2024-12-30 02:18:20] "POST /job-templates HTTP/1.1" 200 555 0.065200 10.0.0.17 - - [2024-12-30 02:18:20] "POST /fqname-to-id HTTP/1.1" 404 186 0.003455 10.0.0.17 - - [2024-12-30 02:18:20] "POST /job-templates HTTP/1.1" 200 535 0.064939 10.0.0.17 - - [2024-12-30 02:18:20] "POST /fqname-to-id HTTP/1.1" 404 198 0.003093 10.0.0.17 - - [2024-12-30 02:18:20] "POST /job-templates HTTP/1.1" 200 559 0.071472 10.0.0.17 - - [2024-12-30 02:18:20] "POST /fqname-to-id HTTP/1.1" 404 225 0.002455 10.0.0.17 - - [2024-12-30 02:18:20] "POST /access-control-lists HTTP/1.1" 200 587 0.022595 10.0.0.17 - - [2024-12-30 02:18:20] "POST /fqname-to-id HTTP/1.1" 404 198 0.003515 10.0.0.17 - - [2024-12-30 02:18:20] "POST /fqname-to-id HTTP/1.1" 404 224 0.004674 10.0.0.17 - - [2024-12-30 02:18:20] "POST /job-templates HTTP/1.1" 200 559 0.068073 10.0.0.17 - - [2024-12-30 02:18:20] "POST /access-control-lists HTTP/1.1" 200 585 0.046186 10.0.0.17 - - [2024-12-30 02:18:20] "POST /fqname-to-id HTTP/1.1" 404 198 0.003415 10.0.0.17 - - [2024-12-30 02:18:20] "POST /route-targets HTTP/1.1" 200 327 0.014018 10.0.0.17 - - [2024-12-30 02:18:20] "POST /job-templates HTTP/1.1" 200 559 0.067844 10.0.0.17 - - [2024-12-30 02:18:20] "POST /ref-update HTTP/1.1" 200 156 0.017201 10.0.0.17 - - [2024-12-30 02:18:20] "POST /fqname-to-id HTTP/1.1" 404 201 0.003820 10.0.0.17 - - [2024-12-30 02:18:20] "POST /route-targets HTTP/1.1" 200 327 0.010541 10.0.0.17 - - [2024-12-30 02:18:21] "POST /job-templates HTTP/1.1" 200 565 0.063024 10.0.0.17 - - [2024-12-30 02:18:21] "POST /ref-update HTTP/1.1" 200 156 0.049556 10.0.0.17 - - [2024-12-30 02:18:21] "POST /fqname-to-id HTTP/1.1" 404 197 0.003222 10.0.0.17 - - [2024-12-30 02:18:21] "POST /route-targets HTTP/1.1" 200 327 0.010361 10.0.0.17 - - [2024-12-30 02:18:21] "POST /job-templates HTTP/1.1" 200 557 0.064972 10.0.0.17 - - [2024-12-30 02:18:21] "POST /ref-update HTTP/1.1" 200 156 0.049945 10.0.0.17 - - [2024-12-30 02:18:21] "POST /fqname-to-id HTTP/1.1" 404 196 0.003780 10.0.0.17 - - [2024-12-30 02:18:21] "POST /route-targets HTTP/1.1" 200 327 0.010402 10.0.0.17 - - [2024-12-30 02:18:21] "POST /job-templates HTTP/1.1" 200 555 0.066114 10.0.0.17 - - [2024-12-30 02:18:21] "POST /ref-update HTTP/1.1" 200 156 0.043119 10.0.0.17 - - [2024-12-30 02:18:21] "POST /fqname-to-id HTTP/1.1" 404 205 0.003225 10.0.0.17 - - [2024-12-30 02:18:21] "POST /fqname-to-id HTTP/1.1" 404 201 0.002594 10.0.0.17 - - [2024-12-30 02:18:21] "POST /job-templates HTTP/1.1" 200 573 0.075064 10.0.0.17 - - [2024-12-30 02:18:21] "POST /fqname-to-id HTTP/1.1" 404 194 0.002854 10.0.0.17 - - [2024-12-30 02:18:21] "POST /access-control-lists HTTP/1.1" 200 551 0.096243 10.0.0.17 - - [2024-12-30 02:18:21] "PUT /access-control-list/3cda1a06-6a4d-4fc2-bedc-d35c86a12ac7 HTTP/1.1" 200 272 0.023474 10.0.0.17 - - [2024-12-30 02:18:21] "POST /job-templates HTTP/1.1" 200 551 0.080965 10.0.0.17 - - [2024-12-30 02:18:21] "PUT /access-control-list/1a2f67ce-98e6-43a0-8d77-1fb19d83890e HTTP/1.1" 200 272 0.025186 10.0.0.17 - - [2024-12-30 02:18:21] "POST /fqname-to-id HTTP/1.1" 404 208 0.003118 10.0.0.17 - - [2024-12-30 02:18:21] "POST /job-templates HTTP/1.1" 200 579 0.070276 10.0.0.17 - - [2024-12-30 02:18:21] "POST /fqname-to-id HTTP/1.1" 404 196 0.004030 10.0.0.17 - - [2024-12-30 02:18:22] "POST /job-templates HTTP/1.1" 200 555 0.063836 10.0.0.17 - - [2024-12-30 02:18:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.008816 10.0.0.17 - - [2024-12-30 02:18:22] "GET /global-vrouter-config/dbf59b20-4c55-431f-8624-94290425b024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1161 0.004314 10.0.0.17 - - [2024-12-30 02:18:22] "POST /fqname-to-id HTTP/1.1" 404 198 0.003248 10.0.0.17 - - [2024-12-30 02:18:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.17 - - [2024-12-30 02:18:22] "PUT /global-vrouter-config/dbf59b20-4c55-431f-8624-94290425b024 HTTP/1.1" 200 276 0.053163 10.0.0.17 - - [2024-12-30 02:18:22] "POST /job-templates HTTP/1.1" 200 559 0.067394 10.0.0.17 - - [2024-12-30 02:18:22] "POST /fqname-to-id HTTP/1.1" 404 206 0.003628 10.0.0.17 - - [2024-12-30 02:18:22] "POST /job-templates HTTP/1.1" 200 575 0.062679 10.0.0.17 - - [2024-12-30 02:18:22] "POST /fqname-to-id HTTP/1.1" 404 197 0.002845 10.0.0.17 - - [2024-12-30 02:18:22] "POST /job-templates HTTP/1.1" 200 557 0.065556 10.0.0.17 - - [2024-12-30 02:18:22] "GET / HTTP/1.1" 200 35931 0.002903 10.0.0.17 - - [2024-12-30 02:18:22] "POST /alarms HTTP/1.1" 401 292 0.000443 10.0.0.17 - - [2024-12-30 02:18:22] "POST /fqname-to-id HTTP/1.1" 404 198 0.002852 10.0.0.17 - - [2024-12-30 02:18:22] "POST /job-templates HTTP/1.1" 200 559 0.065617 10.0.0.17 - - [2024-12-30 02:18:22] "POST /fqname-to-id HTTP/1.1" 404 196 0.003273 10.0.0.17 - - [2024-12-30 02:18:22] "POST /job-templates HTTP/1.1" 200 555 0.061708 10.0.0.17 - - [2024-12-30 02:18:22] "POST /fqname-to-id HTTP/1.1" 404 195 0.003316 10.0.0.17 - - [2024-12-30 02:18:22] "POST /alarms HTTP/1.1" 200 581 0.039137 10.0.0.17 - - [2024-12-30 02:18:22] "POST /alarms HTTP/1.1" 200 575 0.027070 10.0.0.17 - - [2024-12-30 02:18:22] "POST /job-templates HTTP/1.1" 200 553 0.069982 10.0.0.17 - - [2024-12-30 02:18:23] "POST /alarms HTTP/1.1" 200 575 0.040035 10.0.0.17 - - [2024-12-30 02:18:23] "POST /fqname-to-id HTTP/1.1" 404 195 0.002930 10.0.0.17 - - [2024-12-30 02:18:23] "POST /alarms HTTP/1.1" 200 559 0.016397 10.0.0.17 - - [2024-12-30 02:18:23] "POST /job-templates HTTP/1.1" 200 553 0.066304 10.0.0.17 - - [2024-12-30 02:18:23] "POST /alarms HTTP/1.1" 200 555 0.046661 10.0.0.17 - - [2024-12-30 02:18:23] "POST /fqname-to-id HTTP/1.1" 404 195 0.003313 10.0.0.17 - - [2024-12-30 02:18:23] "POST /alarms HTTP/1.1" 200 557 0.017740 10.0.0.17 - - [2024-12-30 02:18:23] "POST /job-templates HTTP/1.1" 200 553 0.037147 10.0.0.17 - - [2024-12-30 02:18:23] "POST /alarms HTTP/1.1" 200 565 0.027807 10.0.0.17 - - [2024-12-30 02:18:23] "POST /fqname-to-id HTTP/1.1" 404 200 0.002871 10.0.0.17 - - [2024-12-30 02:18:23] "POST /alarms HTTP/1.1" 200 549 0.018279 10.0.0.17 - - [2024-12-30 02:18:23] "POST /job-templates HTTP/1.1" 200 563 0.066106 10.0.0.17 - - [2024-12-30 02:18:23] "POST /alarms HTTP/1.1" 200 557 0.048538 10.0.0.17 - - [2024-12-30 02:18:23] "POST /fqname-to-id HTTP/1.1" 404 201 0.002743 10.0.0.17 - - [2024-12-30 02:18:23] "POST /alarms HTTP/1.1" 200 567 0.038790 10.0.0.17 - - [2024-12-30 02:18:23] "POST /job-templates HTTP/1.1" 200 565 0.062679 10.0.0.17 - - [2024-12-30 02:18:23] "POST /alarms HTTP/1.1" 200 555 0.029667 10.0.0.17 - - [2024-12-30 02:18:23] "POST /fqname-to-id HTTP/1.1" 404 189 0.003596 10.0.0.17 - - [2024-12-30 02:18:23] "POST /alarms HTTP/1.1" 200 567 0.016308 10.0.0.17 - - [2024-12-30 02:18:23] "POST /config-propertiess HTTP/1.1" 200 551 0.016907 10.0.0.17 - - [2024-12-30 02:18:23] "POST /fqname-to-id HTTP/1.1" 404 168 0.006487 10.0.0.17 - - [2024-12-30 02:18:23] "POST /alarms HTTP/1.1" 200 575 0.056903 10.0.0.17 - - [2024-12-30 02:18:23] "POST /alarms HTTP/1.1" 200 569 0.016533 10.0.0.17 - - [2024-12-30 02:18:23] "POST /tags HTTP/1.1" 200 321 0.043029 10.0.0.17 - - [2024-12-30 02:18:23] "POST /alarms HTTP/1.1" 200 561 0.016961 10.0.0.17 - - [2024-12-30 02:18:23] "POST /fqname-to-id HTTP/1.1" 404 166 0.003417 10.0.0.17 - - [2024-12-30 02:18:23] "POST /alarms HTTP/1.1" 200 561 0.021250 10.0.0.17 - - [2024-12-30 02:18:23] "POST /tags HTTP/1.1" 200 317 0.025449 10.0.0.17 - - [2024-12-30 02:18:24] "POST /fqname-to-id HTTP/1.1" 404 174 0.003152 10.0.0.17 - - [2024-12-30 02:18:24] "POST /alarms HTTP/1.1" 200 561 0.019460 10.0.0.17 - - [2024-12-30 02:18:24] "POST /alarms HTTP/1.1" 200 547 0.021617 10.0.0.17 - - [2024-12-30 02:18:24] "POST /tags HTTP/1.1" 200 333 0.032845 10.0.0.17 - - [2024-12-30 02:18:24] "POST /fqname-to-id HTTP/1.1" 404 162 0.002276 10.0.0.17 - - [2024-12-30 02:18:24] "POST /alarms HTTP/1.1" 200 595 0.018960 10.0.0.17 - - [2024-12-30 02:18:24] "POST /tags HTTP/1.1" 200 309 0.023278 10.0.0.17 - - [2024-12-30 02:18:24] "POST /alarms HTTP/1.1" 200 575 0.020118 10.0.0.17 - - [2024-12-30 02:18:24] "POST /fqname-to-id HTTP/1.1" 404 174 0.005128 10.0.0.17 - - [2024-12-30 02:18:24] "POST /alarms HTTP/1.1" 200 571 0.019030 10.0.0.17 - - [2024-12-30 02:18:24] "POST /tags HTTP/1.1" 200 333 0.021679 10.0.0.17 - - [2024-12-30 02:18:24] "POST /alarms HTTP/1.1" 200 583 0.021071 10.0.0.17 - - [2024-12-30 02:18:24] "POST /fqname-to-id HTTP/1.1" 404 164 0.002995 10.0.0.17 - - [2024-12-30 02:18:24] "POST /alarms HTTP/1.1" 200 609 0.027879 10.0.0.17 - - [2024-12-30 02:18:24] "POST /tags HTTP/1.1" 200 313 0.023051 10.0.0.17 - - [2024-12-30 02:18:24] "POST /fqname-to-id HTTP/1.1" 404 169 0.002848 10.0.0.17 - - [2024-12-30 02:18:24] "POST /tags HTTP/1.1" 200 323 0.036175 10.0.0.17 - - [2024-12-30 02:18:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.17 - - [2024-12-30 02:18:24] "PUT /global-system-config/3aa38ecc-e30a-40a2-8b81-0bfa43444ad8 HTTP/1.1" 200 274 0.013813 10.0.0.17 - - [2024-12-30 02:18:24] "POST /fqname-to-id HTTP/1.1" 404 166 0.003195 10.0.0.17 - - [2024-12-30 02:18:24] "GET / HTTP/1.1" 200 35931 0.001547 10.0.0.17 - - [2024-12-30 02:18:24] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000421 10.0.0.17 - - [2024-12-30 02:18:24] "POST /hardwares HTTP/1.1" 200 327 0.010503 10.0.0.17 - - [2024-12-30 02:18:24] "POST /fqname-to-id HTTP/1.1" 404 166 0.002838 10.0.0.17 - - [2024-12-30 02:18:24] "POST /hardwares HTTP/1.1" 200 327 0.010219 10.0.0.17 - - [2024-12-30 02:18:24] "POST /fqname-to-id HTTP/1.1" 404 166 0.003244 10.0.0.17 - - [2024-12-30 02:18:25] "POST /hardwares HTTP/1.1" 200 327 0.010809 10.0.0.17 - - [2024-12-30 02:18:25] "POST /fqname-to-id HTTP/1.1" 404 166 0.002935 10.0.0.17 - - [2024-12-30 02:18:25] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.025573 10.0.0.17 - - [2024-12-30 02:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.17 - - [2024-12-30 02:18:25] "POST /hardwares HTTP/1.1" 200 327 0.015668 10.0.0.17 - - [2024-12-30 02:18:25] "POST /fqname-to-id HTTP/1.1" 404 164 0.003095 10.0.0.17 - - [2024-12-30 02:18:25] "PUT /global-vrouter-config/dbf59b20-4c55-431f-8624-94290425b024 HTTP/1.1" 200 276 0.010865 10.0.0.17 - - [2024-12-30 02:18:25] "POST /hardwares HTTP/1.1" 200 323 0.017639 10.0.0.17 - - [2024-12-30 02:18:25] "POST /fqname-to-id HTTP/1.1" 404 164 0.003072 10.0.0.17 - - [2024-12-30 02:18:25] "POST /hardwares HTTP/1.1" 200 323 0.011340 10.0.0.17 - - [2024-12-30 02:18:25] "POST /fqname-to-id HTTP/1.1" 404 161 0.003533 10.0.0.17 - - [2024-12-30 02:18:25] "POST /hardwares HTTP/1.1" 200 317 0.012410 10.0.0.17 - - [2024-12-30 02:18:25] "POST /fqname-to-id HTTP/1.1" 404 164 0.003269 10.0.0.17 - - [2024-12-30 02:18:25] "GET / HTTP/1.1" 200 35931 0.002328 10.0.0.17 - - [2024-12-30 02:18:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000573 10.0.0.17 - - [2024-12-30 02:18:25] "POST /hardwares HTTP/1.1" 200 323 0.013252 10.0.0.17 - - [2024-12-30 02:18:25] "POST /fqname-to-id HTTP/1.1" 404 164 0.002840 10.0.0.17 - - [2024-12-30 02:18:25] "POST /hardwares HTTP/1.1" 200 323 0.013719 10.0.0.17 - - [2024-12-30 02:18:25] "POST /fqname-to-id HTTP/1.1" 404 164 0.002972 10.0.0.17 - - [2024-12-30 02:18:25] "POST /hardwares HTTP/1.1" 200 323 0.010452 10.0.0.17 - - [2024-12-30 02:18:25] "POST /fqname-to-id HTTP/1.1" 404 165 0.002711 10.0.0.17 - - [2024-12-30 02:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.022173 10.0.0.17 - - [2024-12-30 02:18:25] "GET /global-vrouter-config/dbf59b20-4c55-431f-8624-94290425b024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003336 10.0.0.17 - - [2024-12-30 02:18:25] "POST /hardwares HTTP/1.1" 200 325 0.017317 10.0.0.17 - - [2024-12-30 02:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.17 - - [2024-12-30 02:18:25] "POST /fqname-to-id HTTP/1.1" 404 165 0.002784 10.0.0.17 - - [2024-12-30 02:18:25] "PUT /global-vrouter-config/dbf59b20-4c55-431f-8624-94290425b024 HTTP/1.1" 200 276 0.008820 10.0.0.17 - - [2024-12-30 02:18:25] "POST /hardwares HTTP/1.1" 200 325 0.011835 10.0.0.17 - - [2024-12-30 02:18:26] "POST /fqname-to-id HTTP/1.1" 404 165 0.003302 10.0.0.17 - - [2024-12-30 02:18:26] "POST /hardwares HTTP/1.1" 200 325 0.011278 10.0.0.17 - - [2024-12-30 02:18:26] "POST /fqname-to-id HTTP/1.1" 404 165 0.002953 10.0.0.17 - - [2024-12-30 02:18:26] "POST /hardwares HTTP/1.1" 200 325 0.010438 10.0.0.17 - - [2024-12-30 02:18:26] "POST /fqname-to-id HTTP/1.1" 404 164 0.002893 10.0.0.17 - - [2024-12-30 02:18:26] "POST /hardwares HTTP/1.1" 200 323 0.016685 10.0.0.17 - - [2024-12-30 02:18:26] "GET / HTTP/1.1" 200 35931 0.002308 10.0.0.17 - - [2024-12-30 02:18:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000426 10.0.0.17 - - [2024-12-30 02:18:26] "POST /fqname-to-id HTTP/1.1" 404 161 0.005241 10.0.0.17 - - [2024-12-30 02:18:26] "POST /hardwares HTTP/1.1" 200 317 0.011764 10.0.0.17 - - [2024-12-30 02:18:26] "POST /fqname-to-id HTTP/1.1" 404 164 0.003685 10.0.0.17 - - [2024-12-30 02:18:26] "POST /hardwares HTTP/1.1" 200 323 0.012600 10.0.0.17 - - [2024-12-30 02:18:26] "POST /fqname-to-id HTTP/1.1" 404 161 0.004811 10.0.0.17 - - [2024-12-30 02:18:26] "POST /hardwares HTTP/1.1" 200 317 0.017302 10.0.0.17 - - [2024-12-30 02:18:26] "POST /fqname-to-id HTTP/1.1" 404 164 0.002819 10.0.0.17 - - [2024-12-30 02:18:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.022380 10.0.0.17 - - [2024-12-30 02:18:26] "GET /global-system-config/3aa38ecc-e30a-40a2-8b81-0bfa43444ad8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.007400 10.0.0.17 - - [2024-12-30 02:18:26] "POST /hardwares HTTP/1.1" 200 323 0.010906 10.0.0.17 - - [2024-12-30 02:18:26] "PUT /global-system-config/3aa38ecc-e30a-40a2-8b81-0bfa43444ad8 HTTP/1.1" 200 274 0.017072 10.0.0.17 - - [2024-12-30 02:18:26] "POST /fqname-to-id HTTP/1.1" 404 162 0.002123 10.0.0.17 - - [2024-12-30 02:18:26] "POST /hardwares HTTP/1.1" 200 319 0.010988 10.0.0.17 - - [2024-12-30 02:18:26] "POST /fqname-to-id HTTP/1.1" 404 162 0.003111 10.0.0.17 - - [2024-12-30 02:18:26] "POST /hardwares HTTP/1.1" 200 319 0.011104 10.0.0.17 - - [2024-12-30 02:18:26] "POST /fqname-to-id HTTP/1.1" 404 165 0.002880 10.0.0.17 - - [2024-12-30 02:18:27] "POST /hardwares HTTP/1.1" 200 325 0.010474 10.0.0.17 - - [2024-12-30 02:18:27] "POST /fqname-to-id HTTP/1.1" 404 161 0.002805 10.0.0.17 - - [2024-12-30 02:18:27] "POST /hardwares HTTP/1.1" 200 317 0.010902 10.0.0.17 - - [2024-12-30 02:18:27] "POST /fqname-to-id HTTP/1.1" 404 161 0.003170 10.0.0.17 - - [2024-12-30 02:18:27] "POST /hardwares HTTP/1.1" 200 317 0.010384 10.0.0.17 - - [2024-12-30 02:18:27] "POST /fqname-to-id HTTP/1.1" 404 162 0.003096 10.0.0.17 - - [2024-12-30 02:18:27] "POST /hardwares HTTP/1.1" 200 319 0.010629 10.0.0.17 - - [2024-12-30 02:18:27] "POST /fqname-to-id HTTP/1.1" 404 162 0.002931 10.0.0.17 - - [2024-12-30 02:18:27] "POST /hardwares HTTP/1.1" 200 319 0.012966 10.0.0.17 - - [2024-12-30 02:18:27] "POST /fqname-to-id HTTP/1.1" 404 162 0.003832 10.0.0.17 - - [2024-12-30 02:18:27] "POST /hardwares HTTP/1.1" 200 319 0.012963 10.0.0.17 - - [2024-12-30 02:18:27] "POST /fqname-to-id HTTP/1.1" 404 158 0.003232 10.0.0.17 - - [2024-12-30 02:18:27] "POST /hardwares HTTP/1.1" 200 311 0.012901 10.0.0.17 - - [2024-12-30 02:18:27] "POST /fqname-to-id HTTP/1.1" 404 158 0.003136 10.0.0.17 - - [2024-12-30 02:18:27] "POST /hardwares HTTP/1.1" 200 311 0.010646 10.0.0.17 - - [2024-12-30 02:18:27] "POST /fqname-to-id HTTP/1.1" 404 160 0.003061 10.0.0.17 - - [2024-12-30 02:18:27] "POST /hardwares HTTP/1.1" 200 315 0.011270 10.0.0.17 - - [2024-12-30 02:18:27] "POST /fqname-to-id HTTP/1.1" 404 154 0.003124 10.0.0.17 - - [2024-12-30 02:18:27] "POST /hardwares HTTP/1.1" 200 303 0.009886 10.0.0.17 - - [2024-12-30 02:18:28] "POST /fqname-to-id HTTP/1.1" 404 158 0.002908 10.0.0.17 - - [2024-12-30 02:18:28] "POST /hardwares HTTP/1.1" 200 311 0.016199 10.0.0.17 - - [2024-12-30 02:18:28] "POST /fqname-to-id HTTP/1.1" 404 155 0.002882 10.0.0.17 - - [2024-12-30 02:18:28] "POST /hardwares HTTP/1.1" 200 305 0.012174 10.0.0.17 - - [2024-12-30 02:18:28] "POST /fqname-to-id HTTP/1.1" 404 155 0.002763 10.0.0.17 - - [2024-12-30 02:18:28] "POST /hardwares HTTP/1.1" 200 305 0.012254 10.0.0.17 - - [2024-12-30 02:18:28] "POST /fqname-to-id HTTP/1.1" 404 155 0.003067 10.0.0.17 - - [2024-12-30 02:18:28] "POST /hardwares HTTP/1.1" 200 305 0.010971 10.0.0.17 - - [2024-12-30 02:18:28] "POST /fqname-to-id HTTP/1.1" 404 155 0.002944 10.0.0.17 - - [2024-12-30 02:18:28] "POST /hardwares HTTP/1.1" 200 305 0.010221 10.0.0.17 - - [2024-12-30 02:18:28] "POST /fqname-to-id HTTP/1.1" 404 156 0.002668 10.0.0.17 - - [2024-12-30 02:18:28] "POST /hardwares HTTP/1.1" 200 307 0.013096 10.0.0.17 - - [2024-12-30 02:18:28] "POST /fqname-to-id HTTP/1.1" 404 156 0.004107 10.0.0.17 - - [2024-12-30 02:18:28] "POST /hardwares HTTP/1.1" 200 307 0.012438 10.0.0.17 - - [2024-12-30 02:18:28] "POST /fqname-to-id HTTP/1.1" 404 156 0.003345 10.0.0.17 - - [2024-12-30 02:18:28] "POST /hardwares HTTP/1.1" 200 307 0.010442 10.0.0.17 - - [2024-12-30 02:18:28] "POST /fqname-to-id HTTP/1.1" 404 157 0.003071 10.0.0.17 - - [2024-12-30 02:18:28] "POST /hardwares HTTP/1.1" 200 309 0.012710 10.0.0.17 - - [2024-12-30 02:18:28] "POST /fqname-to-id HTTP/1.1" 404 158 0.003131 10.0.0.17 - - [2024-12-30 02:18:29] "POST /hardwares HTTP/1.1" 200 311 0.010187 10.0.0.17 - - [2024-12-30 02:18:29] "POST /fqname-to-id HTTP/1.1" 404 158 0.003453 10.0.0.17 - - [2024-12-30 02:18:29] "POST /hardwares HTTP/1.1" 200 311 0.014739 10.0.0.17 - - [2024-12-30 02:18:29] "POST /fqname-to-id HTTP/1.1" 404 153 0.003186 10.0.0.17 - - [2024-12-30 02:18:29] "POST /hardwares HTTP/1.1" 200 301 0.012317 10.0.0.17 - - [2024-12-30 02:18:29] "POST /fqname-to-id HTTP/1.1" 404 157 0.003706 10.0.0.17 - - [2024-12-30 02:18:29] "POST /hardwares HTTP/1.1" 200 309 0.013214 10.0.0.17 - - [2024-12-30 02:18:29] "POST /fqname-to-id HTTP/1.1" 404 157 0.003473 10.0.0.17 - - [2024-12-30 02:18:29] "POST /hardwares HTTP/1.1" 200 309 0.014532 10.0.0.17 - - [2024-12-30 02:18:29] "POST /fqname-to-id HTTP/1.1" 404 157 0.003279 10.0.0.17 - - [2024-12-30 02:18:29] "POST /hardwares HTTP/1.1" 200 309 0.012061 10.0.0.17 - - [2024-12-30 02:18:29] "POST /fqname-to-id HTTP/1.1" 404 157 0.002948 10.0.0.17 - - [2024-12-30 02:18:29] "POST /hardwares HTTP/1.1" 200 309 0.011667 10.0.0.17 - - [2024-12-30 02:18:29] "POST /fqname-to-id HTTP/1.1" 404 157 0.003682 10.0.0.17 - - [2024-12-30 02:18:29] "POST /hardwares HTTP/1.1" 200 309 0.010726 10.0.0.17 - - [2024-12-30 02:18:29] "POST /fqname-to-id HTTP/1.1" 404 161 0.002955 10.0.0.17 - - [2024-12-30 02:18:29] "POST /hardwares HTTP/1.1" 200 317 0.013069 10.0.0.17 - - [2024-12-30 02:18:29] "POST /fqname-to-id HTTP/1.1" 404 157 0.003928 10.0.0.17 - - [2024-12-30 02:18:29] "POST /hardwares HTTP/1.1" 200 309 0.010429 10.0.0.17 - - [2024-12-30 02:18:30] "POST /fqname-to-id HTTP/1.1" 404 157 0.002673 10.0.0.17 - - [2024-12-30 02:18:30] "POST /hardwares HTTP/1.1" 200 309 0.011732 10.0.0.17 - - [2024-12-30 02:18:30] "POST /fqname-to-id HTTP/1.1" 404 154 0.003159 10.0.0.17 - - [2024-12-30 02:18:30] "POST /hardwares HTTP/1.1" 200 303 0.010909 10.0.0.17 - - [2024-12-30 02:18:30] "POST /fqname-to-id HTTP/1.1" 404 190 0.002811 10.0.0.17 - - [2024-12-30 02:18:30] "POST /features HTTP/1.1" 200 533 0.018934 10.0.0.17 - - [2024-12-30 02:18:30] "POST /fqname-to-id HTTP/1.1" 404 185 0.003759 10.0.0.17 - - [2024-12-30 02:18:30] "POST /features HTTP/1.1" 200 523 0.016321 10.0.0.17 - - [2024-12-30 02:18:30] "POST /fqname-to-id HTTP/1.1" 404 184 0.003213 10.0.0.17 - - [2024-12-30 02:18:30] "POST /features HTTP/1.1" 200 521 0.029721 10.0.0.17 - - [2024-12-30 02:18:30] "POST /fqname-to-id HTTP/1.1" 404 184 0.002912 10.0.0.17 - - [2024-12-30 02:18:30] "POST /features HTTP/1.1" 200 521 0.020782 10.0.0.17 - - [2024-12-30 02:18:30] "POST /fqname-to-id HTTP/1.1" 404 189 0.002805 10.0.0.17 - - [2024-12-30 02:18:30] "POST /features HTTP/1.1" 200 531 0.015347 10.0.0.17 - - [2024-12-30 02:18:30] "POST /fqname-to-id HTTP/1.1" 404 184 0.002693 10.0.0.17 - - [2024-12-30 02:18:30] "POST /features HTTP/1.1" 200 521 0.015496 10.0.0.17 - - [2024-12-30 02:18:30] "POST /fqname-to-id HTTP/1.1" 404 193 0.003266 10.0.0.17 - - [2024-12-30 02:18:30] "POST /features HTTP/1.1" 200 539 0.015009 10.0.0.17 - - [2024-12-30 02:18:31] "POST /fqname-to-id HTTP/1.1" 404 186 0.004768 10.0.0.17 - - [2024-12-30 02:18:31] "POST /features HTTP/1.1" 200 525 0.019574 10.0.0.17 - - [2024-12-30 02:18:31] "POST /fqname-to-id HTTP/1.1" 404 183 0.003417 10.0.0.17 - - [2024-12-30 02:18:31] "POST /features HTTP/1.1" 200 519 0.017987 10.0.0.17 - - [2024-12-30 02:18:31] "POST /fqname-to-id HTTP/1.1" 404 182 0.002856 10.0.0.17 - - [2024-12-30 02:18:31] "POST /features HTTP/1.1" 200 517 0.015230 10.0.0.17 - - [2024-12-30 02:18:31] "POST /fqname-to-id HTTP/1.1" 404 190 0.003249 10.0.0.17 - - [2024-12-30 02:18:31] "POST /features HTTP/1.1" 200 533 0.017646 10.0.0.17 - - [2024-12-30 02:18:31] "POST /fqname-to-id HTTP/1.1" 404 194 0.002999 10.0.0.17 - - [2024-12-30 02:18:31] "POST /features HTTP/1.1" 200 541 0.024532 10.0.0.17 - - [2024-12-30 02:18:31] "POST /fqname-to-id HTTP/1.1" 404 178 0.003919 10.0.0.17 - - [2024-12-30 02:18:31] "POST /physical-roles HTTP/1.1" 200 521 0.016680 10.0.0.17 - - [2024-12-30 02:18:31] "POST /fqname-to-id HTTP/1.1" 404 179 0.003670 10.0.0.17 - - [2024-12-30 02:18:31] "POST /physical-roles HTTP/1.1" 200 523 0.016391 10.0.0.17 - - [2024-12-30 02:18:31] "POST /fqname-to-id HTTP/1.1" 404 184 0.002841 10.0.0.17 - - [2024-12-30 02:18:31] "POST /physical-roles HTTP/1.1" 200 533 0.015841 10.0.0.17 - - [2024-12-30 02:18:31] "POST /fqname-to-id HTTP/1.1" 404 177 0.002892 10.0.0.17 - - [2024-12-30 02:18:31] "POST /physical-roles HTTP/1.1" 200 519 0.017739 10.0.0.17 - - [2024-12-30 02:18:32] "POST /fqname-to-id HTTP/1.1" 404 191 0.003278 10.0.0.17 - - [2024-12-30 02:18:32] "POST /overlay-roles HTTP/1.1" 200 545 0.020679 10.0.0.17 - - [2024-12-30 02:18:32] "POST /fqname-to-id HTTP/1.1" 404 184 0.002756 10.0.0.17 - - [2024-12-30 02:18:32] "POST /overlay-roles HTTP/1.1" 200 531 0.020232 10.0.0.17 - - [2024-12-30 02:18:32] "POST /fqname-to-id HTTP/1.1" 404 191 0.002962 10.0.0.17 - - [2024-12-30 02:18:32] "POST /overlay-roles HTTP/1.1" 200 545 0.018184 10.0.0.17 - - [2024-12-30 02:18:32] "POST /fqname-to-id HTTP/1.1" 404 185 0.002973 10.0.0.17 - - [2024-12-30 02:18:32] "POST /overlay-roles HTTP/1.1" 200 533 0.016484 10.0.0.17 - - [2024-12-30 02:18:32] "POST /fqname-to-id HTTP/1.1" 404 189 0.003278 10.0.0.17 - - [2024-12-30 02:18:32] "POST /overlay-roles HTTP/1.1" 200 541 0.017754 10.0.0.17 - - [2024-12-30 02:18:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.17 - - [2024-12-30 02:18:32] "PUT /overlay-role/ad30c00a-812e-44f9-87cb-33f325541cf6 HTTP/1.1" 200 258 0.009709 10.0.0.17 - - [2024-12-30 02:18:32] "POST /fqname-to-id HTTP/1.1" 404 184 0.003097 10.0.0.17 - - [2024-12-30 02:18:32] "POST /overlay-roles HTTP/1.1" 200 531 0.016772 10.0.0.17 - - [2024-12-30 02:18:32] "POST /fqname-to-id HTTP/1.1" 404 185 0.003501 10.0.0.17 - - [2024-12-30 02:18:32] "POST /overlay-roles HTTP/1.1" 200 533 0.016876 10.0.0.17 - - [2024-12-30 02:18:32] "POST /fqname-to-id HTTP/1.1" 404 183 0.002997 10.0.0.17 - - [2024-12-30 02:18:33] "POST /overlay-roles HTTP/1.1" 200 529 0.021183 10.0.0.17 - - [2024-12-30 02:18:33] "POST /fqname-to-id HTTP/1.1" 404 187 0.003335 10.0.0.17 - - [2024-12-30 02:18:33] "POST /overlay-roles HTTP/1.1" 200 537 0.015254 10.0.0.17 - - [2024-12-30 02:18:33] "POST /fqname-to-id HTTP/1.1" 404 189 0.003510 10.0.0.17 - - [2024-12-30 02:18:33] "POST /overlay-roles HTTP/1.1" 200 541 0.017277 10.0.0.17 - - [2024-12-30 02:18:33] "POST /fqname-to-id HTTP/1.1" 404 178 0.003758 10.0.0.17 - - [2024-12-30 02:18:33] "POST /overlay-roles HTTP/1.1" 200 519 0.017630 10.0.0.17 - - [2024-12-30 02:18:33] "POST /fqname-to-id HTTP/1.1" 404 190 0.002757 10.0.0.17 - - [2024-12-30 02:18:33] "POST /overlay-roles HTTP/1.1" 200 543 0.015793 10.0.0.17 - - [2024-12-30 02:18:33] "POST /fqname-to-id HTTP/1.1" 404 182 0.002768 10.0.0.17 - - [2024-12-30 02:18:33] "POST /role-definitions HTTP/1.1" 200 533 0.015051 10.0.0.17 - - [2024-12-30 02:18:33] "POST /fqname-to-id HTTP/1.1" 404 189 0.003509 10.0.0.17 - - [2024-12-30 02:18:33] "POST /role-definitions HTTP/1.1" 200 547 0.016716 10.0.0.17 - - [2024-12-30 02:18:33] "POST /fqname-to-id HTTP/1.1" 404 190 0.003342 10.0.0.17 - - [2024-12-30 02:18:33] "POST /role-definitions HTTP/1.1" 200 549 0.040913 10.0.0.17 - - [2024-12-30 02:18:33] "POST /fqname-to-id HTTP/1.1" 404 191 0.002666 10.0.0.17 - - [2024-12-30 02:18:33] "POST /role-definitions HTTP/1.1" 200 551 0.017288 10.0.0.17 - - [2024-12-30 02:18:33] "POST /fqname-to-id HTTP/1.1" 404 197 0.002791 10.0.0.17 - - [2024-12-30 02:18:34] "POST /role-definitions HTTP/1.1" 200 563 0.018087 10.0.0.17 - - [2024-12-30 02:18:34] "POST /fqname-to-id HTTP/1.1" 404 189 0.003933 10.0.0.17 - - [2024-12-30 02:18:34] "POST /role-definitions HTTP/1.1" 200 547 0.020445 10.0.0.17 - - [2024-12-30 02:18:34] "POST /fqname-to-id HTTP/1.1" 404 190 0.003576 10.0.0.17 - - [2024-12-30 02:18:34] "POST /role-definitions HTTP/1.1" 200 549 0.024640 10.0.0.17 - - [2024-12-30 02:18:34] "POST /fqname-to-id HTTP/1.1" 404 191 0.002674 10.0.0.17 - - [2024-12-30 02:18:34] "POST /role-definitions HTTP/1.1" 200 551 0.015931 10.0.0.17 - - [2024-12-30 02:18:34] "POST /fqname-to-id HTTP/1.1" 404 190 0.002701 10.0.0.17 - - [2024-12-30 02:18:34] "POST /role-definitions HTTP/1.1" 200 549 0.017180 10.0.0.17 - - [2024-12-30 02:18:34] "POST /fqname-to-id HTTP/1.1" 404 196 0.003057 10.0.0.17 - - [2024-12-30 02:18:34] "POST /role-definitions HTTP/1.1" 200 561 0.016881 10.0.0.17 - - [2024-12-30 02:18:34] "POST /fqname-to-id HTTP/1.1" 404 189 0.003339 10.0.0.17 - - [2024-12-30 02:18:34] "POST /role-definitions HTTP/1.1" 200 547 0.015913 10.0.0.17 - - [2024-12-30 02:18:34] "POST /fqname-to-id HTTP/1.1" 404 190 0.002899 10.0.0.17 - - [2024-12-30 02:18:34] "POST /role-definitions HTTP/1.1" 200 549 0.014918 10.0.0.17 - - [2024-12-30 02:18:34] "POST /fqname-to-id HTTP/1.1" 404 188 0.003400 10.0.0.17 - - [2024-12-30 02:18:34] "POST /role-definitions HTTP/1.1" 200 545 0.017522 10.0.0.17 - - [2024-12-30 02:18:34] "POST /fqname-to-id HTTP/1.1" 404 189 0.002628 10.0.0.17 - - [2024-12-30 02:18:35] "POST /role-definitions HTTP/1.1" 200 547 0.030679 10.0.0.17 - - [2024-12-30 02:18:35] "POST /fqname-to-id HTTP/1.1" 404 192 0.002898 10.0.0.17 - - [2024-12-30 02:18:35] "POST /role-definitions HTTP/1.1" 200 553 0.019236 10.0.0.17 - - [2024-12-30 02:18:35] "POST /fqname-to-id HTTP/1.1" 404 193 0.002743 10.0.0.17 - - [2024-12-30 02:18:35] "POST /role-definitions HTTP/1.1" 200 555 0.016455 10.0.0.17 - - [2024-12-30 02:18:35] "POST /fqname-to-id HTTP/1.1" 404 182 0.002771 10.0.0.17 - - [2024-12-30 02:18:35] "POST /role-definitions HTTP/1.1" 200 533 0.020885 10.0.0.17 - - [2024-12-30 02:18:35] "POST /fqname-to-id HTTP/1.1" 404 187 0.002825 10.0.0.17 - - [2024-12-30 02:18:35] "POST /role-definitions HTTP/1.1" 200 543 0.016423 10.0.0.17 - - [2024-12-30 02:18:35] "POST /fqname-to-id HTTP/1.1" 404 181 0.003251 10.0.0.17 - - [2024-12-30 02:18:35] "POST /role-definitions HTTP/1.1" 200 531 0.025520 10.0.0.17 - - [2024-12-30 02:18:35] "POST /fqname-to-id HTTP/1.1" 404 184 0.004312 10.0.0.17 - - [2024-12-30 02:18:35] "POST /role-definitions HTTP/1.1" 200 537 0.017930 10.0.0.17 - - [2024-12-30 02:18:35] "POST /fqname-to-id HTTP/1.1" 404 189 0.002841 10.0.0.17 - - [2024-12-30 02:18:35] "POST /role-definitions HTTP/1.1" 200 547 0.018177 10.0.0.17 - - [2024-12-30 02:18:35] "POST /fqname-to-id HTTP/1.1" 404 194 0.003310 10.0.0.17 - - [2024-12-30 02:18:35] "POST /role-definitions HTTP/1.1" 200 557 0.016132 10.0.0.17 - - [2024-12-30 02:18:35] "POST /fqname-to-id HTTP/1.1" 404 196 0.002680 10.0.0.17 - - [2024-12-30 02:18:36] "POST /role-definitions HTTP/1.1" 200 561 0.016360 10.0.0.17 - - [2024-12-30 02:18:36] "POST /fqname-to-id HTTP/1.1" 404 195 0.002788 10.0.0.17 - - [2024-12-30 02:18:36] "POST /role-definitions HTTP/1.1" 200 559 0.015791 10.0.0.17 - - [2024-12-30 02:18:36] "POST /fqname-to-id HTTP/1.1" 404 196 0.002907 10.0.0.17 - - [2024-12-30 02:18:36] "POST /feature-configs HTTP/1.1" 200 537 0.014738 10.0.0.17 - - [2024-12-30 02:18:36] "POST /fqname-to-id HTTP/1.1" 404 212 0.002753 10.0.0.17 - - [2024-12-30 02:18:36] "POST /feature-configs HTTP/1.1" 200 562 0.018023 10.0.0.17 - - [2024-12-30 02:18:36] "POST /fqname-to-id HTTP/1.1" 404 211 0.003190 10.0.0.17 - - [2024-12-30 02:18:36] "POST /feature-configs HTTP/1.1" 200 561 0.016053 10.0.0.17 - - [2024-12-30 02:18:36] "POST /fqname-to-id HTTP/1.1" 404 192 0.002845 10.0.0.17 - - [2024-12-30 02:18:36] "POST /node-profiles HTTP/1.1" 200 547 0.018586 10.0.0.17 - - [2024-12-30 02:18:36] "POST /fqname-to-id HTTP/1.1" 404 187 0.004212 10.0.0.17 - - [2024-12-30 02:18:36] "POST /node-profiles HTTP/1.1" 200 537 0.020670 10.0.0.17 - - [2024-12-30 02:18:36] "POST /fqname-to-id HTTP/1.1" 404 193 0.003720 10.0.0.17 - - [2024-12-30 02:18:36] "POST /node-profiles HTTP/1.1" 200 549 0.024374 10.0.0.17 - - [2024-12-30 02:18:36] "POST /fqname-to-id HTTP/1.1" 404 189 0.002977 10.0.0.17 - - [2024-12-30 02:18:36] "POST /node-profiles HTTP/1.1" 200 541 0.031003 10.0.0.17 - - [2024-12-30 02:18:36] "POST /fqname-to-id HTTP/1.1" 404 189 0.003694 10.0.0.17 - - [2024-12-30 02:18:37] "POST /node-profiles HTTP/1.1" 200 541 0.018239 10.0.0.17 - - [2024-12-30 02:18:37] "POST /fqname-to-id HTTP/1.1" 404 188 0.002636 10.0.0.17 - - [2024-12-30 02:18:37] "POST /node-profiles HTTP/1.1" 200 539 0.016727 10.0.0.17 - - [2024-12-30 02:18:37] "POST /fqname-to-id HTTP/1.1" 404 184 0.003873 10.0.0.17 - - [2024-12-30 02:18:37] "POST /node-profiles HTTP/1.1" 200 531 0.016428 10.0.0.17 - - [2024-12-30 02:18:37] "POST /fqname-to-id HTTP/1.1" 404 185 0.002884 10.0.0.17 - - [2024-12-30 02:18:37] "POST /node-profiles HTTP/1.1" 200 533 0.019081 10.0.0.17 - - [2024-12-30 02:18:37] "POST /fqname-to-id HTTP/1.1" 404 197 0.003241 10.0.0.17 - - [2024-12-30 02:18:37] "POST /node-profiles HTTP/1.1" 200 557 0.016355 10.0.0.17 - - [2024-12-30 02:18:37] "POST /fqname-to-id HTTP/1.1" 404 206 0.002772 10.0.0.17 - - [2024-12-30 02:18:37] "POST /telemetry-profiles HTTP/1.1" 200 554 0.015653 10.0.0.17 - - [2024-12-30 02:18:37] "POST /fqname-to-id HTTP/1.1" 404 206 0.003082 10.0.0.17 - - [2024-12-30 02:18:37] "POST /telemetry-profiles HTTP/1.1" 200 554 0.016467 10.0.0.17 - - [2024-12-30 02:18:37] "POST /fqname-to-id HTTP/1.1" 404 206 0.002804 10.0.0.17 - - [2024-12-30 02:18:37] "POST /telemetry-profiles HTTP/1.1" 200 554 0.017076 10.0.0.17 - - [2024-12-30 02:18:37] "POST /fqname-to-id HTTP/1.1" 404 206 0.002638 10.0.0.17 - - [2024-12-30 02:18:37] "POST /telemetry-profiles HTTP/1.1" 200 554 0.016369 10.0.0.17 - - [2024-12-30 02:18:37] "POST /fqname-to-id HTTP/1.1" 404 206 0.002959 10.0.0.17 - - [2024-12-30 02:18:38] "POST /telemetry-profiles HTTP/1.1" 200 554 0.016088 10.0.0.17 - - [2024-12-30 02:18:38] "POST /fqname-to-id HTTP/1.1" 404 206 0.002780 10.0.0.17 - - [2024-12-30 02:18:38] "POST /telemetry-profiles HTTP/1.1" 200 554 0.015093 10.0.0.17 - - [2024-12-30 02:18:38] "POST /fqname-to-id HTTP/1.1" 404 199 0.003226 10.0.0.17 - - [2024-12-30 02:18:38] "POST /sflow-profiles HTTP/1.1" 200 532 0.017788 10.0.0.17 - - [2024-12-30 02:18:38] "POST /fqname-to-id HTTP/1.1" 404 202 0.006405 10.0.0.17 - - [2024-12-30 02:18:38] "POST /sflow-profiles HTTP/1.1" 200 538 0.016094 10.0.0.17 - - [2024-12-30 02:18:38] "POST /fqname-to-id HTTP/1.1" 404 202 0.002781 10.0.0.17 - - [2024-12-30 02:18:38] "POST /sflow-profiles HTTP/1.1" 200 538 0.017092 10.0.0.17 - - [2024-12-30 02:18:38] "POST /fqname-to-id HTTP/1.1" 404 199 0.005043 10.0.0.17 - - [2024-12-30 02:18:38] "POST /grpc-profiles HTTP/1.1" 200 530 0.015104 10.0.0.17 - - [2024-12-30 02:18:38] "POST /fqname-to-id HTTP/1.1" 404 199 0.012612 10.0.0.17 - - [2024-12-30 02:18:38] "POST /snmp-profiles HTTP/1.1" 200 530 0.019570 10.0.0.17 - - [2024-12-30 02:18:38] "POST /fqname-to-id HTTP/1.1" 404 202 0.003534 10.0.0.17 - - [2024-12-30 02:18:38] "POST /netconf-profiles HTTP/1.1" 200 542 0.017416 10.0.0.17 - - [2024-12-30 02:18:38] "POST /fqname-to-id HTTP/1.1" 404 193 0.003516 10.0.0.17 - - [2024-12-30 02:18:38] "POST /device-functional-groups HTTP/1.1" 200 540 0.019697 10.0.0.17 - - [2024-12-30 02:18:38] "POST /fqname-to-id HTTP/1.1" 404 193 0.003115 10.0.0.17 - - [2024-12-30 02:18:39] "POST /device-functional-groups HTTP/1.1" 200 540 0.016383 10.0.0.17 - - [2024-12-30 02:18:39] "POST /fqname-to-id HTTP/1.1" 404 195 0.002877 10.0.0.17 - - [2024-12-30 02:18:39] "POST /device-functional-groups HTTP/1.1" 200 544 0.022702 10.0.0.17 - - [2024-12-30 02:18:39] "POST /fqname-to-id HTTP/1.1" 404 194 0.002784 10.0.0.17 - - [2024-12-30 02:18:39] "POST /device-functional-groups HTTP/1.1" 200 542 0.015275 10.0.0.17 - - [2024-12-30 02:18:39] "POST /fqname-to-id HTTP/1.1" 404 218 0.003133 10.0.0.17 - - [2024-12-30 02:18:39] "POST /device-functional-groups HTTP/1.1" 200 590 0.018207 10.0.0.17 - - [2024-12-30 02:18:39] "POST /fqname-to-id HTTP/1.1" 404 208 0.003037 10.0.0.17 - - [2024-12-30 02:18:39] "POST /device-functional-groups HTTP/1.1" 200 570 0.015541 10.0.0.17 - - [2024-12-30 02:18:39] "POST /fqname-to-id HTTP/1.1" 404 236 0.002839 10.0.0.17 - - [2024-12-30 02:18:39] "POST /device-functional-groups HTTP/1.1" 200 620 0.015968 10.0.0.17 - - [2024-12-30 02:18:39] "POST /fqname-to-id HTTP/1.1" 404 206 0.003712 10.0.0.17 - - [2024-12-30 02:18:39] "POST /device-functional-groups HTTP/1.1" 200 566 0.015610 10.0.0.17 - - [2024-12-30 02:18:39] "POST /fqname-to-id HTTP/1.1" 404 205 0.003521 10.0.0.17 - - [2024-12-30 02:18:39] "POST /device-functional-groups HTTP/1.1" 200 564 0.015231 10.0.0.17 - - [2024-12-30 02:18:39] "POST /fqname-to-id HTTP/1.1" 404 210 0.002749 10.0.0.17 - - [2024-12-30 02:18:39] "POST /device-functional-groups HTTP/1.1" 200 574 0.016889 10.0.0.17 - - [2024-12-30 02:18:39] "POST /fqname-to-id HTTP/1.1" 404 201 0.002895 10.0.0.17 - - [2024-12-30 02:18:40] "POST /role-configs HTTP/1.1" 200 525 0.017690 10.0.0.17 - - [2024-12-30 02:18:40] "POST /fqname-to-id HTTP/1.1" 404 196 0.005754 10.0.0.17 - - [2024-12-30 02:18:40] "POST /role-configs HTTP/1.1" 200 520 0.014744 10.0.0.17 - - [2024-12-30 02:18:40] "POST /fqname-to-id HTTP/1.1" 404 198 0.002575 10.0.0.17 - - [2024-12-30 02:18:40] "POST /role-configs HTTP/1.1" 200 522 0.024677 10.0.0.17 - - [2024-12-30 02:18:40] "POST /fqname-to-id HTTP/1.1" 404 198 0.002890 10.0.0.17 - - [2024-12-30 02:18:40] "POST /role-configs HTTP/1.1" 200 522 0.023224 10.0.0.17 - - [2024-12-30 02:18:40] "POST /fqname-to-id HTTP/1.1" 404 202 0.002640 10.0.0.17 - - [2024-12-30 02:18:40] "POST /role-configs HTTP/1.1" 200 526 0.016629 10.0.0.17 - - [2024-12-30 02:18:40] "POST /fqname-to-id HTTP/1.1" 404 197 0.003463 10.0.0.17 - - [2024-12-30 02:18:40] "POST /role-configs HTTP/1.1" 200 521 0.016367 10.0.0.17 - - [2024-12-30 02:18:40] "POST /fqname-to-id HTTP/1.1" 404 193 0.002946 10.0.0.17 - - [2024-12-30 02:18:40] "POST /role-configs HTTP/1.1" 200 517 0.017263 10.0.0.17 - - [2024-12-30 02:18:40] "POST /fqname-to-id HTTP/1.1" 404 194 0.002782 10.0.0.17 - - [2024-12-30 02:18:40] "POST /role-configs HTTP/1.1" 200 518 0.015383 10.0.0.17 - - [2024-12-30 02:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.17 - - [2024-12-30 02:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.17 - - [2024-12-30 02:18:40] "POST /ref-update HTTP/1.1" 200 156 0.008340 10.0.0.17 - - [2024-12-30 02:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.17 - - [2024-12-30 02:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002862 10.0.0.17 - - [2024-12-30 02:18:41] "POST /ref-update HTTP/1.1" 200 156 0.008318 10.0.0.17 - - [2024-12-30 02:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.17 - - [2024-12-30 02:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002793 10.0.0.17 - - [2024-12-30 02:18:41] "POST /ref-update HTTP/1.1" 200 156 0.008740 10.0.0.17 - - [2024-12-30 02:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.17 - - [2024-12-30 02:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.17 - - [2024-12-30 02:18:41] "POST /ref-update HTTP/1.1" 200 156 0.009866 10.0.0.17 - - [2024-12-30 02:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002738 10.0.0.17 - - [2024-12-30 02:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.17 - - [2024-12-30 02:18:41] "POST /ref-update HTTP/1.1" 200 156 0.008107 10.0.0.17 - - [2024-12-30 02:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.17 - - [2024-12-30 02:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002865 10.0.0.17 - - [2024-12-30 02:18:41] "POST /ref-update HTTP/1.1" 200 156 0.023671 10.0.0.17 - - [2024-12-30 02:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.17 - - [2024-12-30 02:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002756 10.0.0.17 - - [2024-12-30 02:18:41] "POST /ref-update HTTP/1.1" 200 156 0.009542 10.0.0.17 - - [2024-12-30 02:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.17 - - [2024-12-30 02:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.17 - - [2024-12-30 02:18:42] "POST /ref-update HTTP/1.1" 200 156 0.007996 10.0.0.17 - - [2024-12-30 02:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002838 10.0.0.17 - - [2024-12-30 02:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002702 10.0.0.17 - - [2024-12-30 02:18:42] "POST /ref-update HTTP/1.1" 200 156 0.008992 10.0.0.17 - - [2024-12-30 02:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002880 10.0.0.17 - - [2024-12-30 02:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002987 10.0.0.17 - - [2024-12-30 02:18:42] "POST /ref-update HTTP/1.1" 200 156 0.009162 10.0.0.17 - - [2024-12-30 02:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.17 - - [2024-12-30 02:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002929 10.0.0.17 - - [2024-12-30 02:18:42] "POST /ref-update HTTP/1.1" 200 156 0.007702 10.0.0.17 - - [2024-12-30 02:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.17 - - [2024-12-30 02:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.007242 10.0.0.17 - - [2024-12-30 02:18:42] "POST /ref-update HTTP/1.1" 200 156 0.008217 10.0.0.17 - - [2024-12-30 02:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002862 10.0.0.17 - - [2024-12-30 02:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.17 - - [2024-12-30 02:18:42] "POST /ref-update HTTP/1.1" 200 156 0.007518 10.0.0.17 - - [2024-12-30 02:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.17 - - [2024-12-30 02:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002793 10.0.0.17 - - [2024-12-30 02:18:42] "POST /ref-update HTTP/1.1" 200 156 0.007942 10.0.0.17 - - [2024-12-30 02:18:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002881 10.0.0.17 - - [2024-12-30 02:18:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003022 10.0.0.17 - - [2024-12-30 02:18:43] "POST /ref-update HTTP/1.1" 200 156 0.007820 10.0.0.17 - - [2024-12-30 02:18:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002801 10.0.0.17 - - [2024-12-30 02:18:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.17 - - [2024-12-30 02:18:43] "POST /ref-update HTTP/1.1" 200 156 0.007917 10.0.0.17 - - [2024-12-30 02:18:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.17 - - [2024-12-30 02:18:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.17 - - [2024-12-30 02:18:43] "POST /ref-update HTTP/1.1" 200 156 0.008031 10.0.0.17 - - [2024-12-30 02:18:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.17 - - [2024-12-30 02:18:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002653 10.0.0.17 - - [2024-12-30 02:18:43] "POST /ref-update HTTP/1.1" 200 156 0.007584 10.0.0.17 - - [2024-12-30 02:18:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002762 10.0.0.17 - - [2024-12-30 02:18:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.17 - - [2024-12-30 02:18:43] "POST /ref-update HTTP/1.1" 200 156 0.008071 10.0.0.17 - - [2024-12-30 02:18:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.17 - - [2024-12-30 02:18:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.020108 10.0.0.17 - - [2024-12-30 02:18:43] "POST /ref-update HTTP/1.1" 200 156 0.007023 10.0.0.17 - - [2024-12-30 02:18:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002650 10.0.0.17 - - [2024-12-30 02:18:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002807 10.0.0.17 - - [2024-12-30 02:18:44] "POST /ref-update HTTP/1.1" 200 156 0.006700 10.0.0.17 - - [2024-12-30 02:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.17 - - [2024-12-30 02:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.17 - - [2024-12-30 02:18:44] "POST /ref-update HTTP/1.1" 200 156 0.006931 10.0.0.17 - - [2024-12-30 02:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.17 - - [2024-12-30 02:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902 10.0.0.17 - - [2024-12-30 02:18:44] "POST /ref-update HTTP/1.1" 200 156 0.007086 10.0.0.17 - - [2024-12-30 02:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004302 10.0.0.17 - - [2024-12-30 02:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.17 - - [2024-12-30 02:18:44] "POST /ref-update HTTP/1.1" 200 156 0.006910 10.0.0.17 - - [2024-12-30 02:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.17 - - [2024-12-30 02:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002712 10.0.0.17 - - [2024-12-30 02:18:44] "POST /ref-update HTTP/1.1" 200 156 0.007638 10.0.0.17 - - [2024-12-30 02:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.17 - - [2024-12-30 02:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.17 - - [2024-12-30 02:18:44] "POST /ref-update HTTP/1.1" 200 156 0.008215 10.0.0.17 - - [2024-12-30 02:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002787 10.0.0.17 - - [2024-12-30 02:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002648 10.0.0.17 - - [2024-12-30 02:18:44] "POST /ref-update HTTP/1.1" 200 156 0.008075 10.0.0.17 - - [2024-12-30 02:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002885 10.0.0.17 - - [2024-12-30 02:18:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002848 10.0.0.17 - - [2024-12-30 02:18:45] "POST /ref-update HTTP/1.1" 200 156 0.007812 10.0.0.17 - - [2024-12-30 02:18:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.17 - - [2024-12-30 02:18:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.17 - - [2024-12-30 02:18:45] "POST /ref-update HTTP/1.1" 200 156 0.007159 10.0.0.17 - - [2024-12-30 02:18:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.17 - - [2024-12-30 02:18:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.17 - - [2024-12-30 02:18:45] "POST /ref-update HTTP/1.1" 200 156 0.007378 10.0.0.17 - - [2024-12-30 02:18:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002831 10.0.0.17 - - [2024-12-30 02:18:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002896 10.0.0.17 - - [2024-12-30 02:18:45] "POST /ref-update HTTP/1.1" 200 156 0.007639 10.0.0.17 - - [2024-12-30 02:18:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.17 - - [2024-12-30 02:18:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002751 10.0.0.17 - - [2024-12-30 02:18:45] "POST /ref-update HTTP/1.1" 200 156 0.006895 10.0.0.17 - - [2024-12-30 02:18:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002931 10.0.0.17 - - [2024-12-30 02:18:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.17 - - [2024-12-30 02:18:45] "POST /ref-update HTTP/1.1" 200 156 0.009803 10.0.0.17 - - [2024-12-30 02:18:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.17 - - [2024-12-30 02:18:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.17 - - [2024-12-30 02:18:45] "POST /ref-update HTTP/1.1" 200 156 0.007837 10.0.0.17 - - [2024-12-30 02:18:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930 10.0.0.17 - - [2024-12-30 02:18:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.17 - - [2024-12-30 02:18:46] "POST /ref-update HTTP/1.1" 200 156 0.008041 10.0.0.17 - - [2024-12-30 02:18:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002708 10.0.0.17 - - [2024-12-30 02:18:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002840 10.0.0.17 - - [2024-12-30 02:18:46] "POST /ref-update HTTP/1.1" 200 156 0.008464 10.0.0.17 - - [2024-12-30 02:18:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.17 - - [2024-12-30 02:18:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.17 - - [2024-12-30 02:18:46] "POST /ref-update HTTP/1.1" 200 156 0.007572 10.0.0.17 - - [2024-12-30 02:18:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.17 - - [2024-12-30 02:18:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.17 - - [2024-12-30 02:18:46] "POST /ref-update HTTP/1.1" 200 156 0.008772 10.0.0.17 - - [2024-12-30 02:18:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.17 - - [2024-12-30 02:18:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.17 - - [2024-12-30 02:18:46] "POST /ref-update HTTP/1.1" 200 156 0.007398 10.0.0.17 - - [2024-12-30 02:18:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.17 - - [2024-12-30 02:18:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002614 10.0.0.17 - - [2024-12-30 02:18:46] "POST /ref-update HTTP/1.1" 200 156 0.008644 10.0.0.17 - - [2024-12-30 02:18:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003722 10.0.0.17 - - [2024-12-30 02:18:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.17 - - [2024-12-30 02:18:47] "POST /ref-update HTTP/1.1" 200 156 0.016834 10.0.0.17 - - [2024-12-30 02:18:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002916 10.0.0.17 - - [2024-12-30 02:18:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002868 10.0.0.17 - - [2024-12-30 02:18:47] "POST /ref-update HTTP/1.1" 200 156 0.008515 10.0.0.17 - - [2024-12-30 02:18:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005318 10.0.0.17 - - [2024-12-30 02:18:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002616 10.0.0.17 - - [2024-12-30 02:18:47] "POST /ref-update HTTP/1.1" 200 156 0.007880 10.0.0.17 - - [2024-12-30 02:18:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.17 - - [2024-12-30 02:18:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002798 10.0.0.17 - - [2024-12-30 02:18:47] "POST /ref-update HTTP/1.1" 200 156 0.007425 10.0.0.17 - - [2024-12-30 02:18:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.17 - - [2024-12-30 02:18:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.17 - - [2024-12-30 02:18:47] "POST /ref-update HTTP/1.1" 200 156 0.010512 10.0.0.17 - - [2024-12-30 02:18:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002788 10.0.0.17 - - [2024-12-30 02:18:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002706 10.0.0.17 - - [2024-12-30 02:18:47] "POST /ref-update HTTP/1.1" 200 156 0.025132 10.0.0.17 - - [2024-12-30 02:18:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.17 - - [2024-12-30 02:18:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.17 - - [2024-12-30 02:18:47] "POST /ref-update HTTP/1.1" 200 156 0.007723 10.0.0.17 - - [2024-12-30 02:18:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002807 10.0.0.17 - - [2024-12-30 02:18:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.17 - - [2024-12-30 02:18:48] "POST /ref-update HTTP/1.1" 200 156 0.006808 10.0.0.17 - - [2024-12-30 02:18:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002845 10.0.0.17 - - [2024-12-30 02:18:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.17 - - [2024-12-30 02:18:48] "POST /ref-update HTTP/1.1" 200 156 0.007812 10.0.0.17 - - [2024-12-30 02:18:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002896 10.0.0.17 - - [2024-12-30 02:18:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003903 10.0.0.17 - - [2024-12-30 02:18:48] "POST /ref-update HTTP/1.1" 200 156 0.010515 10.0.0.17 - - [2024-12-30 02:18:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002920 10.0.0.17 - - [2024-12-30 02:18:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.17 - - [2024-12-30 02:18:48] "POST /ref-update HTTP/1.1" 200 156 0.014463 10.0.0.17 - - [2024-12-30 02:18:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.17 - - [2024-12-30 02:18:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.17 - - [2024-12-30 02:18:48] "POST /ref-update HTTP/1.1" 200 156 0.006739 10.0.0.17 - - [2024-12-30 02:18:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.17 - - [2024-12-30 02:18:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.17 - - [2024-12-30 02:18:48] "POST /ref-update HTTP/1.1" 200 156 0.006911 10.0.0.17 - - [2024-12-30 02:18:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002835 10.0.0.17 - - [2024-12-30 02:18:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.17 - - [2024-12-30 02:18:49] "POST /ref-update HTTP/1.1" 200 156 0.019336 10.0.0.17 - - [2024-12-30 02:18:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.17 - - [2024-12-30 02:18:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003192 10.0.0.17 - - [2024-12-30 02:18:49] "POST /ref-update HTTP/1.1" 200 156 0.007803 10.0.0.17 - - [2024-12-30 02:18:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.17 - - [2024-12-30 02:18:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.17 - - [2024-12-30 02:18:49] "POST /ref-update HTTP/1.1" 200 156 0.007330 10.0.0.17 - - [2024-12-30 02:18:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002884 10.0.0.17 - - [2024-12-30 02:18:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.17 - - [2024-12-30 02:18:49] "POST /ref-update HTTP/1.1" 200 156 0.008020 10.0.0.17 - - [2024-12-30 02:18:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002753 10.0.0.17 - - [2024-12-30 02:18:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.17 - - [2024-12-30 02:18:49] "POST /ref-update HTTP/1.1" 200 156 0.010931 10.0.0.17 - - [2024-12-30 02:18:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002727 10.0.0.17 - - [2024-12-30 02:18:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002922 10.0.0.17 - - [2024-12-30 02:18:49] "POST /ref-update HTTP/1.1" 200 156 0.008005 10.0.0.17 - - [2024-12-30 02:18:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.17 - - [2024-12-30 02:18:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.17 - - [2024-12-30 02:18:50] "POST /ref-update HTTP/1.1" 200 156 0.007018 10.0.0.17 - - [2024-12-30 02:18:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.17 - - [2024-12-30 02:18:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.17 - - [2024-12-30 02:18:50] "POST /ref-update HTTP/1.1" 200 156 0.007976 10.0.0.17 - - [2024-12-30 02:18:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002999 10.0.0.17 - - [2024-12-30 02:18:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002965 10.0.0.17 - - [2024-12-30 02:18:50] "POST /ref-update HTTP/1.1" 200 156 0.007487 10.0.0.17 - - [2024-12-30 02:18:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.17 - - [2024-12-30 02:18:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.17 - - [2024-12-30 02:18:50] "POST /ref-update HTTP/1.1" 200 156 0.007900 10.0.0.17 - - [2024-12-30 02:18:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.17 - - [2024-12-30 02:18:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.17 - - [2024-12-30 02:18:50] "POST /ref-update HTTP/1.1" 200 156 0.008484 10.0.0.17 - - [2024-12-30 02:18:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002783 10.0.0.17 - - [2024-12-30 02:18:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002727 10.0.0.17 - - [2024-12-30 02:18:50] "POST /ref-update HTTP/1.1" 200 156 0.021306 10.0.0.17 - - [2024-12-30 02:18:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002753 10.0.0.17 - - [2024-12-30 02:18:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.17 - - [2024-12-30 02:18:50] "POST /ref-update HTTP/1.1" 200 156 0.008804 10.0.0.17 - - [2024-12-30 02:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002853 10.0.0.17 - - [2024-12-30 02:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.17 - - [2024-12-30 02:18:51] "POST /ref-update HTTP/1.1" 200 156 0.008116 10.0.0.17 - - [2024-12-30 02:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002862 10.0.0.17 - - [2024-12-30 02:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003941 10.0.0.17 - - [2024-12-30 02:18:51] "POST /ref-update HTTP/1.1" 200 156 0.006605 10.0.0.17 - - [2024-12-30 02:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.17 - - [2024-12-30 02:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.17 - - [2024-12-30 02:18:51] "POST /ref-update HTTP/1.1" 200 156 0.008258 10.0.0.17 - - [2024-12-30 02:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002880 10.0.0.17 - - [2024-12-30 02:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002653 10.0.0.17 - - [2024-12-30 02:18:51] "POST /ref-update HTTP/1.1" 200 156 0.006620 10.0.0.17 - - [2024-12-30 02:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.17 - - [2024-12-30 02:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002731 10.0.0.17 - - [2024-12-30 02:18:51] "POST /ref-update HTTP/1.1" 200 156 0.007614 10.0.0.17 - - [2024-12-30 02:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.17 - - [2024-12-30 02:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002787 10.0.0.17 - - [2024-12-30 02:18:51] "POST /ref-update HTTP/1.1" 200 156 0.007041 10.0.0.17 - - [2024-12-30 02:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002765 10.0.0.17 - - [2024-12-30 02:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002810 10.0.0.17 - - [2024-12-30 02:18:52] "POST /ref-update HTTP/1.1" 200 156 0.009083 10.0.0.17 - - [2024-12-30 02:18:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002857 10.0.0.17 - - [2024-12-30 02:18:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.17 - - [2024-12-30 02:18:52] "POST /ref-update HTTP/1.1" 200 156 0.007757 10.0.0.17 - - [2024-12-30 02:18:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003022 10.0.0.17 - - [2024-12-30 02:18:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.17 - - [2024-12-30 02:18:52] "POST /ref-update HTTP/1.1" 200 156 0.006806 10.0.0.17 - - [2024-12-30 02:18:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.17 - - [2024-12-30 02:18:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.17 - - [2024-12-30 02:18:52] "POST /ref-update HTTP/1.1" 200 156 0.008266 10.0.0.17 - - [2024-12-30 02:18:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.17 - - [2024-12-30 02:18:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.17 - - [2024-12-30 02:18:52] "POST /ref-update HTTP/1.1" 200 156 0.008191 10.0.0.17 - - [2024-12-30 02:18:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.17 - - [2024-12-30 02:18:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.17 - - [2024-12-30 02:18:52] "POST /ref-update HTTP/1.1" 200 156 0.006976 10.0.0.17 - - [2024-12-30 02:18:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.17 - - [2024-12-30 02:18:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.17 - - [2024-12-30 02:18:52] "POST /ref-update HTTP/1.1" 200 156 0.006840 10.0.0.17 - - [2024-12-30 02:18:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002821 10.0.0.17 - - [2024-12-30 02:18:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.17 - - [2024-12-30 02:18:53] "POST /ref-update HTTP/1.1" 200 156 0.007928 10.0.0.17 - - [2024-12-30 02:18:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004428 10.0.0.17 - - [2024-12-30 02:18:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.17 - - [2024-12-30 02:18:53] "POST /ref-update HTTP/1.1" 200 156 0.007476 10.0.0.17 - - [2024-12-30 02:18:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002871 10.0.0.17 - - [2024-12-30 02:18:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.17 - - [2024-12-30 02:18:53] "POST /ref-update HTTP/1.1" 200 156 0.007661 10.0.0.17 - - [2024-12-30 02:18:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002978 10.0.0.17 - - [2024-12-30 02:18:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.17 - - [2024-12-30 02:18:53] "POST /ref-update HTTP/1.1" 200 156 0.008129 10.0.0.17 - - [2024-12-30 02:18:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.17 - - [2024-12-30 02:18:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.17 - - [2024-12-30 02:18:53] "POST /ref-update HTTP/1.1" 200 156 0.008084 10.0.0.17 - - [2024-12-30 02:18:53] "GET /global-system-configs HTTP/1.1" 200 322 0.591031 10.0.0.17 - - [2024-12-30 02:18:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.17 - - [2024-12-30 02:18:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002775 10.0.0.17 - - [2024-12-30 02:18:53] "POST /ref-update HTTP/1.1" 200 156 0.006894 10.0.0.17 - - [2024-12-30 02:18:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.17 - - [2024-12-30 02:18:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.17 - - [2024-12-30 02:18:53] "POST /ref-update HTTP/1.1" 200 156 0.009467 10.0.0.17 - - [2024-12-30 02:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.17 - - [2024-12-30 02:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.17 - - [2024-12-30 02:18:54] "POST /ref-update HTTP/1.1" 200 156 0.006832 10.0.0.17 - - [2024-12-30 02:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.17 - - [2024-12-30 02:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.17 - - [2024-12-30 02:18:54] "POST /ref-update HTTP/1.1" 200 156 0.007472 10.0.0.17 - - [2024-12-30 02:18:54] "GET /global-system-configs HTTP/1.1" 200 322 0.027277 10.0.0.17 - - [2024-12-30 02:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.17 - - [2024-12-30 02:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.17 - - [2024-12-30 02:18:54] "POST /ref-update HTTP/1.1" 200 156 0.009445 10.0.0.17 - - [2024-12-30 02:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.17 - - [2024-12-30 02:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002901 10.0.0.17 - - [2024-12-30 02:18:54] "POST /ref-update HTTP/1.1" 200 156 0.007472 10.0.0.17 - - [2024-12-30 02:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.17 - - [2024-12-30 02:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002750 10.0.0.17 - - [2024-12-30 02:18:54] "POST /ref-update HTTP/1.1" 200 156 0.007502 10.0.0.17 - - [2024-12-30 02:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.17 - - [2024-12-30 02:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002881 10.0.0.17 - - [2024-12-30 02:18:54] "POST /ref-update HTTP/1.1" 200 156 0.009149 10.0.0.17 - - [2024-12-30 02:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.17 - - [2024-12-30 02:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002765 10.0.0.17 - - [2024-12-30 02:18:55] "POST /ref-update HTTP/1.1" 200 156 0.006448 10.0.0.17 - - [2024-12-30 02:18:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.17 - - [2024-12-30 02:18:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.17 - - [2024-12-30 02:18:55] "POST /ref-update HTTP/1.1" 200 156 0.007353 10.0.0.17 - - [2024-12-30 02:18:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002702 10.0.0.17 - - [2024-12-30 02:18:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002776 10.0.0.17 - - [2024-12-30 02:18:55] "POST /ref-update HTTP/1.1" 200 156 0.007303 10.0.0.17 - - [2024-12-30 02:18:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002929 10.0.0.17 - - [2024-12-30 02:18:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.17 - - [2024-12-30 02:18:55] "POST /ref-update HTTP/1.1" 200 156 0.007209 10.0.0.17 - - [2024-12-30 02:18:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.17 - - [2024-12-30 02:18:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002740 10.0.0.17 - - [2024-12-30 02:18:55] "POST /ref-update HTTP/1.1" 200 156 0.006743 10.0.0.17 - - [2024-12-30 02:18:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.17 - - [2024-12-30 02:18:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.17 - - [2024-12-30 02:18:55] "POST /ref-update HTTP/1.1" 200 156 0.006887 10.0.0.17 - - [2024-12-30 02:18:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.17 - - [2024-12-30 02:18:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002774 10.0.0.17 - - [2024-12-30 02:18:55] "POST /ref-update HTTP/1.1" 200 156 0.007461 10.0.0.17 - - [2024-12-30 02:18:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002832 10.0.0.17 - - [2024-12-30 02:18:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002722 10.0.0.17 - - [2024-12-30 02:18:56] "POST /ref-update HTTP/1.1" 200 156 0.006628 10.0.0.17 - - [2024-12-30 02:18:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.17 - - [2024-12-30 02:18:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002820 10.0.0.17 - - [2024-12-30 02:18:56] "POST /ref-update HTTP/1.1" 200 156 0.007103 10.0.0.17 - - [2024-12-30 02:18:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002967 10.0.0.17 - - [2024-12-30 02:18:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002816 10.0.0.17 - - [2024-12-30 02:18:56] "POST /ref-update HTTP/1.1" 200 156 0.008349 10.0.0.17 - - [2024-12-30 02:18:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.17 - - [2024-12-30 02:18:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002752 10.0.0.17 - - [2024-12-30 02:18:56] "POST /ref-update HTTP/1.1" 200 156 0.009362 10.0.0.17 - - [2024-12-30 02:18:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.17 - - [2024-12-30 02:18:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.17 - - [2024-12-30 02:18:56] "POST /ref-update HTTP/1.1" 200 156 0.006794 10.0.0.17 - - [2024-12-30 02:18:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.17 - - [2024-12-30 02:18:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004262 10.0.0.17 - - [2024-12-30 02:18:56] "POST /ref-update HTTP/1.1" 200 156 0.008147 10.0.0.17 - - [2024-12-30 02:18:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.17 - - [2024-12-30 02:18:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.17 - - [2024-12-30 02:18:57] "POST /ref-update HTTP/1.1" 200 156 0.007097 10.0.0.17 - - [2024-12-30 02:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.17 - - [2024-12-30 02:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.17 - - [2024-12-30 02:18:57] "POST /ref-update HTTP/1.1" 200 156 0.007799 10.0.0.17 - - [2024-12-30 02:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.17 - - [2024-12-30 02:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002783 10.0.0.17 - - [2024-12-30 02:18:57] "POST /ref-update HTTP/1.1" 200 156 0.008644 10.0.0.17 - - [2024-12-30 02:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.17 - - [2024-12-30 02:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.17 - - [2024-12-30 02:18:57] "POST /ref-update HTTP/1.1" 200 156 0.006769 10.0.0.17 - - [2024-12-30 02:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002715 10.0.0.17 - - [2024-12-30 02:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002618 10.0.0.17 - - [2024-12-30 02:18:57] "POST /ref-update HTTP/1.1" 200 156 0.007874 10.0.0.17 - - [2024-12-30 02:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002940 10.0.0.17 - - [2024-12-30 02:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002707 10.0.0.17 - - [2024-12-30 02:18:57] "POST /ref-update HTTP/1.1" 200 156 0.006653 10.0.0.17 - - [2024-12-30 02:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.17 - - [2024-12-30 02:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.17 - - [2024-12-30 02:18:57] "POST /ref-update HTTP/1.1" 200 156 0.006760 10.0.0.17 - - [2024-12-30 02:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896 10.0.0.17 - - [2024-12-30 02:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.17 - - [2024-12-30 02:18:58] "POST /ref-update HTTP/1.1" 200 156 0.008501 10.0.0.17 - - [2024-12-30 02:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002652 10.0.0.17 - - [2024-12-30 02:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.17 - - [2024-12-30 02:18:58] "POST /ref-update HTTP/1.1" 200 156 0.006733 10.0.0.17 - - [2024-12-30 02:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002871 10.0.0.17 - - [2024-12-30 02:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002850 10.0.0.17 - - [2024-12-30 02:18:58] "POST /ref-update HTTP/1.1" 200 156 0.008426 10.0.0.17 - - [2024-12-30 02:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.17 - - [2024-12-30 02:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002906 10.0.0.17 - - [2024-12-30 02:18:58] "POST /ref-update HTTP/1.1" 200 156 0.006504 10.0.0.17 - - [2024-12-30 02:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002760 10.0.0.17 - - [2024-12-30 02:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002679 10.0.0.17 - - [2024-12-30 02:18:58] "POST /ref-update HTTP/1.1" 200 156 0.008153 10.0.0.17 - - [2024-12-30 02:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.17 - - [2024-12-30 02:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.17 - - [2024-12-30 02:18:58] "POST /ref-update HTTP/1.1" 200 156 0.006996 10.0.0.17 - - [2024-12-30 02:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002656 10.0.0.17 - - [2024-12-30 02:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002682 10.0.0.17 - - [2024-12-30 02:18:58] "POST /ref-update HTTP/1.1" 200 156 0.007506 10.0.0.17 - - [2024-12-30 02:18:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002888 10.0.0.17 - - [2024-12-30 02:18:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.17 - - [2024-12-30 02:18:59] "POST /ref-update HTTP/1.1" 200 156 0.008174 10.0.0.17 - - [2024-12-30 02:18:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.17 - - [2024-12-30 02:18:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.17 - - [2024-12-30 02:18:59] "POST /ref-update HTTP/1.1" 200 156 0.009224 10.0.0.17 - - [2024-12-30 02:18:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.17 - - [2024-12-30 02:18:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002726 10.0.0.17 - - [2024-12-30 02:18:59] "POST /ref-update HTTP/1.1" 200 156 0.008543 10.0.0.17 - - [2024-12-30 02:18:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002754 10.0.0.17 - - [2024-12-30 02:18:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002788 10.0.0.17 - - [2024-12-30 02:18:59] "POST /ref-update HTTP/1.1" 200 156 0.007737 10.0.0.17 - - [2024-12-30 02:18:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.17 - - [2024-12-30 02:18:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.17 - - [2024-12-30 02:18:59] "POST /ref-update HTTP/1.1" 200 156 0.006651 10.0.0.17 - - [2024-12-30 02:18:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.17 - - [2024-12-30 02:18:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.17 - - [2024-12-30 02:18:59] "POST /ref-update HTTP/1.1" 200 156 0.007194 10.0.0.17 - - [2024-12-30 02:18:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002746 10.0.0.17 - - [2024-12-30 02:18:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.17 - - [2024-12-30 02:19:00] "POST /ref-update HTTP/1.1" 200 156 0.007102 10.0.0.17 - - [2024-12-30 02:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.17 - - [2024-12-30 02:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.17 - - [2024-12-30 02:19:00] "POST /ref-update HTTP/1.1" 200 156 0.008730 10.0.0.17 - - [2024-12-30 02:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.17 - - [2024-12-30 02:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003265 10.0.0.17 - - [2024-12-30 02:19:00] "POST /ref-update HTTP/1.1" 200 156 0.007939 10.0.0.17 - - [2024-12-30 02:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.17 - - [2024-12-30 02:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.17 - - [2024-12-30 02:19:00] "POST /ref-update HTTP/1.1" 200 156 0.008905 10.0.0.17 - - [2024-12-30 02:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.17 - - [2024-12-30 02:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002771 10.0.0.17 - - [2024-12-30 02:19:00] "POST /ref-update HTTP/1.1" 200 156 0.007706 10.0.0.17 - - [2024-12-30 02:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002777 10.0.0.17 - - [2024-12-30 02:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002681 10.0.0.17 - - [2024-12-30 02:19:00] "POST /ref-update HTTP/1.1" 200 156 0.007310 10.0.0.17 - - [2024-12-30 02:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991 10.0.0.17 - - [2024-12-30 02:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.17 - - [2024-12-30 02:19:00] "POST /ref-update HTTP/1.1" 200 156 0.007408 10.0.0.17 - - [2024-12-30 02:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002823 10.0.0.17 - - [2024-12-30 02:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.17 - - [2024-12-30 02:19:01] "POST /ref-update HTTP/1.1" 200 156 0.008716 10.0.0.17 - - [2024-12-30 02:19:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003780 10.0.0.17 - - [2024-12-30 02:19:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.17 - - [2024-12-30 02:19:01] "POST /ref-update HTTP/1.1" 200 156 0.007862 10.0.0.17 - - [2024-12-30 02:19:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.17 - - [2024-12-30 02:19:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.17 - - [2024-12-30 02:19:01] "POST /ref-update HTTP/1.1" 200 156 0.007421 10.0.0.17 - - [2024-12-30 02:19:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.17 - - [2024-12-30 02:19:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002962 10.0.0.17 - - [2024-12-30 02:19:01] "POST /ref-update HTTP/1.1" 200 156 0.007661 10.0.0.17 - - [2024-12-30 02:19:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002774 10.0.0.17 - - [2024-12-30 02:19:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.17 - - [2024-12-30 02:19:01] "POST /ref-update HTTP/1.1" 200 156 0.006618 10.0.0.17 - - [2024-12-30 02:19:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.17 - - [2024-12-30 02:19:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004370 10.0.0.17 - - [2024-12-30 02:19:01] "POST /ref-update HTTP/1.1" 200 156 0.007326 10.0.0.17 - - [2024-12-30 02:19:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.17 - - [2024-12-30 02:19:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.17 - - [2024-12-30 02:19:01] "POST /ref-update HTTP/1.1" 200 156 0.008711 10.0.0.17 - - [2024-12-30 02:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002859 10.0.0.17 - - [2024-12-30 02:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002876 10.0.0.17 - - [2024-12-30 02:19:02] "POST /ref-update HTTP/1.1" 200 156 0.007277 10.0.0.17 - - [2024-12-30 02:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.17 - - [2024-12-30 02:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.17 - - [2024-12-30 02:19:02] "POST /ref-update HTTP/1.1" 200 156 0.007118 10.0.0.17 - - [2024-12-30 02:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.17 - - [2024-12-30 02:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.17 - - [2024-12-30 02:19:02] "POST /ref-update HTTP/1.1" 200 156 0.007970 10.0.0.17 - - [2024-12-30 02:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.17 - - [2024-12-30 02:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003425 10.0.0.17 - - [2024-12-30 02:19:02] "POST /ref-update HTTP/1.1" 200 156 0.009818 10.0.0.17 - - [2024-12-30 02:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.17 - - [2024-12-30 02:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002718 10.0.0.17 - - [2024-12-30 02:19:02] "POST /ref-update HTTP/1.1" 200 156 0.007446 10.0.0.17 - - [2024-12-30 02:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002881 10.0.0.17 - - [2024-12-30 02:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004386 10.0.0.17 - - [2024-12-30 02:19:02] "POST /ref-update HTTP/1.1" 200 156 0.007911 10.0.0.17 - - [2024-12-30 02:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.17 - - [2024-12-30 02:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.17 - - [2024-12-30 02:19:03] "POST /ref-update HTTP/1.1" 200 156 0.006742 10.0.0.17 - - [2024-12-30 02:19:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002888 10.0.0.17 - - [2024-12-30 02:19:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.17 - - [2024-12-30 02:19:03] "POST /ref-update HTTP/1.1" 200 156 0.006720 10.0.0.17 - - [2024-12-30 02:19:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002854 10.0.0.17 - - [2024-12-30 02:19:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002815 10.0.0.17 - - [2024-12-30 02:19:03] "POST /ref-update HTTP/1.1" 200 156 0.007293 10.0.0.17 - - [2024-12-30 02:19:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.17 - - [2024-12-30 02:19:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002800 10.0.0.17 - - [2024-12-30 02:19:03] "POST /ref-update HTTP/1.1" 200 156 0.007308 10.0.0.17 - - [2024-12-30 02:19:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.17 - - [2024-12-30 02:19:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.17 - - [2024-12-30 02:19:03] "POST /ref-update HTTP/1.1" 200 156 0.007342 10.0.0.17 - - [2024-12-30 02:19:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002828 10.0.0.17 - - [2024-12-30 02:19:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.17 - - [2024-12-30 02:19:03] "POST /ref-update HTTP/1.1" 200 156 0.008343 10.0.0.17 - - [2024-12-30 02:19:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002736 10.0.0.17 - - [2024-12-30 02:19:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.17 - - [2024-12-30 02:19:03] "POST /ref-update HTTP/1.1" 200 156 0.007143 10.0.0.17 - - [2024-12-30 02:19:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002739 10.0.0.17 - - [2024-12-30 02:19:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002847 10.0.0.17 - - [2024-12-30 02:19:04] "POST /ref-update HTTP/1.1" 200 156 0.007070 10.0.0.17 - - [2024-12-30 02:19:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.17 - - [2024-12-30 02:19:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.17 - - [2024-12-30 02:19:04] "POST /ref-update HTTP/1.1" 200 156 0.007304 10.0.0.17 - - [2024-12-30 02:19:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.17 - - [2024-12-30 02:19:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.17 - - [2024-12-30 02:19:04] "POST /ref-update HTTP/1.1" 200 156 0.006870 10.0.0.17 - - [2024-12-30 02:19:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004809 10.0.0.17 - - [2024-12-30 02:19:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002781 10.0.0.17 - - [2024-12-30 02:19:04] "POST /ref-update HTTP/1.1" 200 156 0.006661 10.0.0.17 - - [2024-12-30 02:19:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002886 10.0.0.17 - - [2024-12-30 02:19:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002700 10.0.0.17 - - [2024-12-30 02:19:04] "POST /ref-update HTTP/1.1" 200 156 0.006987 10.0.0.17 - - [2024-12-30 02:19:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.17 - - [2024-12-30 02:19:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002968 10.0.0.17 - - [2024-12-30 02:19:04] "POST /ref-update HTTP/1.1" 200 156 0.007074 10.0.0.17 - - [2024-12-30 02:19:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004054 10.0.0.17 - - [2024-12-30 02:19:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002781 10.0.0.17 - - [2024-12-30 02:19:04] "POST /ref-update HTTP/1.1" 200 156 0.008342 10.0.0.17 - - [2024-12-30 02:19:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.17 - - [2024-12-30 02:19:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.17 - - [2024-12-30 02:19:05] "POST /ref-update HTTP/1.1" 200 156 0.007392 10.0.0.17 - - [2024-12-30 02:19:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002815 10.0.0.17 - - [2024-12-30 02:19:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.17 - - [2024-12-30 02:19:05] "POST /ref-update HTTP/1.1" 200 156 0.007216 10.0.0.17 - - [2024-12-30 02:19:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002935 10.0.0.17 - - [2024-12-30 02:19:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002636 10.0.0.17 - - [2024-12-30 02:19:05] "POST /ref-update HTTP/1.1" 200 156 0.007489 10.0.0.17 - - [2024-12-30 02:19:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.17 - - [2024-12-30 02:19:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002810 10.0.0.17 - - [2024-12-30 02:19:05] "POST /ref-update HTTP/1.1" 200 156 0.007536 10.0.0.17 - - [2024-12-30 02:19:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002722 10.0.0.17 - - [2024-12-30 02:19:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002657 10.0.0.17 - - [2024-12-30 02:19:05] "POST /ref-update HTTP/1.1" 200 156 0.007077 10.0.0.17 - - [2024-12-30 02:19:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002833 10.0.0.17 - - [2024-12-30 02:19:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.17 - - [2024-12-30 02:19:05] "POST /ref-update HTTP/1.1" 200 156 0.006612 10.0.0.17 - - [2024-12-30 02:19:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002656 10.0.0.17 - - [2024-12-30 02:19:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002569 10.0.0.17 - - [2024-12-30 02:19:06] "POST /ref-update HTTP/1.1" 200 156 0.007145 10.0.0.17 - - [2024-12-30 02:19:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.17 - - [2024-12-30 02:19:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002871 10.0.0.17 - - [2024-12-30 02:19:06] "POST /ref-update HTTP/1.1" 200 156 0.007510 10.0.0.17 - - [2024-12-30 02:19:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002802 10.0.0.17 - - [2024-12-30 02:19:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002823 10.0.0.17 - - [2024-12-30 02:19:06] "POST /ref-update HTTP/1.1" 200 156 0.006749 10.0.0.17 - - [2024-12-30 02:19:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002793 10.0.0.17 - - [2024-12-30 02:19:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002754 10.0.0.17 - - [2024-12-30 02:19:06] "POST /ref-update HTTP/1.1" 200 156 0.007145 10.0.0.17 - - [2024-12-30 02:19:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002890 10.0.0.17 - - [2024-12-30 02:19:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002787 10.0.0.17 - - [2024-12-30 02:19:06] "POST /ref-update HTTP/1.1" 200 156 0.007490 10.0.0.17 - - [2024-12-30 02:19:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002613 10.0.0.17 - - [2024-12-30 02:19:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.17 - - [2024-12-30 02:19:06] "POST /ref-update HTTP/1.1" 200 156 0.006622 10.0.0.17 - - [2024-12-30 02:19:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.17 - - [2024-12-30 02:19:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.17 - - [2024-12-30 02:19:06] "POST /ref-update HTTP/1.1" 200 156 0.008311 10.0.0.17 - - [2024-12-30 02:19:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.17 - - [2024-12-30 02:19:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.17 - - [2024-12-30 02:19:07] "POST /ref-update HTTP/1.1" 200 156 0.009088 10.0.0.17 - - [2024-12-30 02:19:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.17 - - [2024-12-30 02:19:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002839 10.0.0.17 - - [2024-12-30 02:19:07] "POST /ref-update HTTP/1.1" 200 156 0.009665 10.0.0.17 - - [2024-12-30 02:19:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002931 10.0.0.17 - - [2024-12-30 02:19:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.17 - - [2024-12-30 02:19:07] "POST /ref-update HTTP/1.1" 200 156 0.010065 10.0.0.17 - - [2024-12-30 02:19:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.17 - - [2024-12-30 02:19:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002926 10.0.0.17 - - [2024-12-30 02:19:07] "POST /ref-update HTTP/1.1" 200 156 0.010683 10.0.0.17 - - [2024-12-30 02:19:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.17 - - [2024-12-30 02:19:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002620 10.0.0.17 - - [2024-12-30 02:19:07] "POST /ref-update HTTP/1.1" 200 156 0.007348 10.0.0.17 - - [2024-12-30 02:19:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.17 - - [2024-12-30 02:19:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002815 10.0.0.17 - - [2024-12-30 02:19:07] "POST /ref-update HTTP/1.1" 200 156 0.007224 10.0.0.17 - - [2024-12-30 02:19:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002822 10.0.0.17 - - [2024-12-30 02:19:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002888 10.0.0.17 - - [2024-12-30 02:19:07] "POST /ref-update HTTP/1.1" 200 156 0.006988 10.0.0.17 - - [2024-12-30 02:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.17 - - [2024-12-30 02:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.17 - - [2024-12-30 02:19:08] "POST /ref-update HTTP/1.1" 200 156 0.009316 10.0.0.17 - - [2024-12-30 02:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.17 - - [2024-12-30 02:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002966 10.0.0.17 - - [2024-12-30 02:19:08] "POST /ref-update HTTP/1.1" 200 156 0.012626 10.0.0.17 - - [2024-12-30 02:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.17 - - [2024-12-30 02:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002844 10.0.0.17 - - [2024-12-30 02:19:08] "POST /ref-update HTTP/1.1" 200 156 0.006827 10.0.0.17 - - [2024-12-30 02:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002712 10.0.0.17 - - [2024-12-30 02:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002762 10.0.0.17 - - [2024-12-30 02:19:08] "POST /ref-update HTTP/1.1" 200 156 0.010381 10.0.0.17 - - [2024-12-30 02:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.17 - - [2024-12-30 02:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.17 - - [2024-12-30 02:19:08] "POST /ref-update HTTP/1.1" 200 156 0.008675 10.0.0.17 - - [2024-12-30 02:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002871 10.0.0.17 - - [2024-12-30 02:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.17 - - [2024-12-30 02:19:08] "POST /ref-update HTTP/1.1" 200 156 0.008053 10.0.0.17 - - [2024-12-30 02:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002864 10.0.0.17 - - [2024-12-30 02:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.17 - - [2024-12-30 02:19:09] "POST /ref-update HTTP/1.1" 200 156 0.007694 10.0.0.17 - - [2024-12-30 02:19:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.17 - - [2024-12-30 02:19:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002741 10.0.0.17 - - [2024-12-30 02:19:09] "POST /ref-update HTTP/1.1" 200 156 0.007721 10.0.0.17 - - [2024-12-30 02:19:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002800 10.0.0.17 - - [2024-12-30 02:19:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002786 10.0.0.17 - - [2024-12-30 02:19:09] "POST /ref-update HTTP/1.1" 200 156 0.007918 10.0.0.17 - - [2024-12-30 02:19:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.010445 10.0.0.17 - - [2024-12-30 02:19:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002820 10.0.0.17 - - [2024-12-30 02:19:09] "POST /ref-update HTTP/1.1" 200 156 0.011835 10.0.0.17 - - [2024-12-30 02:19:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002799 10.0.0.17 - - [2024-12-30 02:19:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.17 - - [2024-12-30 02:19:09] "POST /ref-update HTTP/1.1" 200 156 0.007975 10.0.0.17 - - [2024-12-30 02:19:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002704 10.0.0.17 - - [2024-12-30 02:19:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.17 - - [2024-12-30 02:19:09] "POST /ref-update HTTP/1.1" 200 156 0.007534 10.0.0.17 - - [2024-12-30 02:19:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004302 10.0.0.17 - - [2024-12-30 02:19:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.17 - - [2024-12-30 02:19:09] "POST /ref-update HTTP/1.1" 200 156 0.008193 10.0.0.17 - - [2024-12-30 02:19:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002774 10.0.0.17 - - [2024-12-30 02:19:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002845 10.0.0.17 - - [2024-12-30 02:19:10] "POST /ref-update HTTP/1.1" 200 156 0.007611 10.0.0.17 - - [2024-12-30 02:19:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002735 10.0.0.17 - - [2024-12-30 02:19:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.17 - - [2024-12-30 02:19:10] "POST /ref-update HTTP/1.1" 200 156 0.007589 10.0.0.17 - - [2024-12-30 02:19:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.17 - - [2024-12-30 02:19:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002865 10.0.0.17 - - [2024-12-30 02:19:10] "POST /ref-update HTTP/1.1" 200 156 0.008581 10.0.0.17 - - [2024-12-30 02:19:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002767 10.0.0.17 - - [2024-12-30 02:19:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.17 - - [2024-12-30 02:19:10] "POST /ref-update HTTP/1.1" 200 156 0.009122 10.0.0.17 - - [2024-12-30 02:19:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003952 10.0.0.17 - - [2024-12-30 02:19:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002775 10.0.0.17 - - [2024-12-30 02:19:10] "POST /ref-update HTTP/1.1" 200 156 0.008993 10.0.0.17 - - [2024-12-30 02:19:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002780 10.0.0.17 - - [2024-12-30 02:19:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002621 10.0.0.17 - - [2024-12-30 02:19:10] "POST /ref-update HTTP/1.1" 200 156 0.007612 10.0.0.17 - - [2024-12-30 02:19:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.17 - - [2024-12-30 02:19:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002662 10.0.0.17 - - [2024-12-30 02:19:10] "POST /ref-update HTTP/1.1" 200 156 0.008970 10.0.0.17 - - [2024-12-30 02:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002916 10.0.0.17 - - [2024-12-30 02:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.17 - - [2024-12-30 02:19:11] "POST /ref-update HTTP/1.1" 200 156 0.007901 10.0.0.17 - - [2024-12-30 02:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.17 - - [2024-12-30 02:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002781 10.0.0.17 - - [2024-12-30 02:19:11] "POST /ref-update HTTP/1.1" 200 156 0.007783 10.0.0.17 - - [2024-12-30 02:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002904 10.0.0.17 - - [2024-12-30 02:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002750 10.0.0.17 - - [2024-12-30 02:19:11] "POST /ref-update HTTP/1.1" 200 156 0.008485 10.0.0.17 - - [2024-12-30 02:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.17 - - [2024-12-30 02:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004093 10.0.0.17 - - [2024-12-30 02:19:11] "POST /ref-update HTTP/1.1" 200 156 0.008181 10.0.0.17 - - [2024-12-30 02:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.17 - - [2024-12-30 02:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.17 - - [2024-12-30 02:19:11] "POST /ref-update HTTP/1.1" 200 156 0.007789 10.0.0.17 - - [2024-12-30 02:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.17 - - [2024-12-30 02:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.17 - - [2024-12-30 02:19:11] "POST /ref-update HTTP/1.1" 200 156 0.008890 10.0.0.17 - - [2024-12-30 02:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.17 - - [2024-12-30 02:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.17 - - [2024-12-30 02:19:12] "POST /ref-update HTTP/1.1" 200 156 0.007761 10.0.0.17 - - [2024-12-30 02:19:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002774 10.0.0.17 - - [2024-12-30 02:19:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002706 10.0.0.17 - - [2024-12-30 02:19:12] "POST /ref-update HTTP/1.1" 200 156 0.008411 10.0.0.17 - - [2024-12-30 02:19:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.17 - - [2024-12-30 02:19:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.17 - - [2024-12-30 02:19:12] "POST /ref-update HTTP/1.1" 200 156 0.011540 10.0.0.17 - - [2024-12-30 02:19:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002810 10.0.0.17 - - [2024-12-30 02:19:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002987 10.0.0.17 - - [2024-12-30 02:19:12] "POST /ref-update HTTP/1.1" 200 156 0.007779 10.0.0.17 - - [2024-12-30 02:19:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.17 - - [2024-12-30 02:19:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002819 10.0.0.17 - - [2024-12-30 02:19:12] "POST /ref-update HTTP/1.1" 200 156 0.007979 10.0.0.17 - - [2024-12-30 02:19:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002514 10.0.0.17 - - [2024-12-30 02:19:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002871 10.0.0.17 - - [2024-12-30 02:19:12] "POST /ref-update HTTP/1.1" 200 156 0.010169 10.0.0.17 - - [2024-12-30 02:19:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002705 10.0.0.17 - - [2024-12-30 02:19:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004039 10.0.0.17 - - [2024-12-30 02:19:12] "POST /ref-update HTTP/1.1" 200 156 0.008060 10.0.0.17 - - [2024-12-30 02:19:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002724 10.0.0.17 - - [2024-12-30 02:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.17 - - [2024-12-30 02:19:13] "POST /ref-update HTTP/1.1" 200 156 0.008703 10.0.0.17 - - [2024-12-30 02:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.17 - - [2024-12-30 02:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.17 - - [2024-12-30 02:19:13] "POST /ref-update HTTP/1.1" 200 156 0.007331 10.0.0.17 - - [2024-12-30 02:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.17 - - [2024-12-30 02:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002791 10.0.0.17 - - [2024-12-30 02:19:13] "POST /ref-update HTTP/1.1" 200 156 0.007715 10.0.0.17 - - [2024-12-30 02:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002818 10.0.0.17 - - [2024-12-30 02:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002741 10.0.0.17 - - [2024-12-30 02:19:13] "POST /ref-update HTTP/1.1" 200 156 0.007971 10.0.0.17 - - [2024-12-30 02:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.17 - - [2024-12-30 02:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002738 10.0.0.17 - - [2024-12-30 02:19:13] "POST /ref-update HTTP/1.1" 200 156 0.007848 10.0.0.17 - - [2024-12-30 02:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002770 10.0.0.17 - - [2024-12-30 02:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002648 10.0.0.17 - - [2024-12-30 02:19:13] "POST /ref-update HTTP/1.1" 200 156 0.008186 10.0.0.17 - - [2024-12-30 02:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.17 - - [2024-12-30 02:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.17 - - [2024-12-30 02:19:13] "POST /ref-update HTTP/1.1" 200 156 0.008601 10.0.0.17 - - [2024-12-30 02:19:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.17 - - [2024-12-30 02:19:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.17 - - [2024-12-30 02:19:14] "POST /ref-update HTTP/1.1" 200 156 0.008005 10.0.0.17 - - [2024-12-30 02:19:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002732 10.0.0.17 - - [2024-12-30 02:19:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002628 10.0.0.17 - - [2024-12-30 02:19:14] "POST /ref-update HTTP/1.1" 200 156 0.007370 10.0.0.17 - - [2024-12-30 02:19:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002791 10.0.0.17 - - [2024-12-30 02:19:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002671 10.0.0.17 - - [2024-12-30 02:19:14] "POST /ref-update HTTP/1.1" 200 156 0.008323 10.0.0.17 - - [2024-12-30 02:19:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002823 10.0.0.17 - - [2024-12-30 02:19:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.17 - - [2024-12-30 02:19:14] "POST /ref-update HTTP/1.1" 200 156 0.007946 10.0.0.17 - - [2024-12-30 02:19:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002587 10.0.0.17 - - [2024-12-30 02:19:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.17 - - [2024-12-30 02:19:14] "POST /ref-update HTTP/1.1" 200 156 0.008062 10.0.0.17 - - [2024-12-30 02:19:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002701 10.0.0.17 - - [2024-12-30 02:19:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.17 - - [2024-12-30 02:19:14] "POST /ref-update HTTP/1.1" 200 156 0.009278 10.0.0.17 - - [2024-12-30 02:19:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002764 10.0.0.17 - - [2024-12-30 02:19:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.17 - - [2024-12-30 02:19:15] "POST /ref-update HTTP/1.1" 200 156 0.008471 10.0.0.17 - - [2024-12-30 02:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.17 - - [2024-12-30 02:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002629 10.0.0.17 - - [2024-12-30 02:19:15] "POST /ref-update HTTP/1.1" 200 156 0.008626 10.0.0.17 - - [2024-12-30 02:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.17 - - [2024-12-30 02:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002827 10.0.0.17 - - [2024-12-30 02:19:15] "POST /ref-update HTTP/1.1" 200 156 0.007701 10.0.0.17 - - [2024-12-30 02:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002836 10.0.0.17 - - [2024-12-30 02:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002669 10.0.0.17 - - [2024-12-30 02:19:15] "POST /ref-update HTTP/1.1" 200 156 0.008086 10.0.0.17 - - [2024-12-30 02:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002942 10.0.0.17 - - [2024-12-30 02:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002702 10.0.0.17 - - [2024-12-30 02:19:15] "POST /ref-update HTTP/1.1" 200 156 0.007908 10.0.0.17 - - [2024-12-30 02:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002875 10.0.0.17 - - [2024-12-30 02:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002830 10.0.0.17 - - [2024-12-30 02:19:15] "POST /ref-update HTTP/1.1" 200 156 0.008116 10.0.0.17 - - [2024-12-30 02:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002927 10.0.0.17 - - [2024-12-30 02:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.17 - - [2024-12-30 02:19:15] "POST /ref-update HTTP/1.1" 200 156 0.008589 10.0.0.17 - - [2024-12-30 02:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002782 10.0.0.17 - - [2024-12-30 02:19:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.17 - - [2024-12-30 02:19:16] "POST /ref-update HTTP/1.1" 200 156 0.008503 10.0.0.17 - - [2024-12-30 02:19:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.17 - - [2024-12-30 02:19:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002781 10.0.0.17 - - [2024-12-30 02:19:16] "POST /ref-update HTTP/1.1" 200 156 0.007618 10.0.0.17 - - [2024-12-30 02:19:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.17 - - [2024-12-30 02:19:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437 10.0.0.17 - - [2024-12-30 02:19:16] "POST /ref-update HTTP/1.1" 200 156 0.006934 10.0.0.17 - - [2024-12-30 02:19:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.17 - - [2024-12-30 02:19:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.17 - - [2024-12-30 02:19:16] "POST /ref-update HTTP/1.1" 200 156 0.006995 10.0.0.17 - - [2024-12-30 02:19:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.17 - - [2024-12-30 02:19:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.17 - - [2024-12-30 02:19:16] "POST /ref-update HTTP/1.1" 200 156 0.006701 10.0.0.17 - - [2024-12-30 02:19:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002680 10.0.0.17 - - [2024-12-30 02:19:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002761 10.0.0.17 - - [2024-12-30 02:19:16] "POST /ref-update HTTP/1.1" 200 156 0.008235 10.0.0.17 - - [2024-12-30 02:19:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.17 - - [2024-12-30 02:19:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.17 - - [2024-12-30 02:19:16] "POST /ref-update HTTP/1.1" 200 156 0.007112 10.0.0.17 - - [2024-12-30 02:19:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.17 - - [2024-12-30 02:19:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.17 - - [2024-12-30 02:19:17] "POST /ref-update HTTP/1.1" 200 156 0.008693 10.0.0.17 - - [2024-12-30 02:19:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.17 - - [2024-12-30 02:19:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002797 10.0.0.17 - - [2024-12-30 02:19:17] "POST /ref-update HTTP/1.1" 200 156 0.007233 10.0.0.17 - - [2024-12-30 02:19:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.17 - - [2024-12-30 02:19:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002774 10.0.0.17 - - [2024-12-30 02:19:17] "POST /ref-update HTTP/1.1" 200 156 0.007781 10.0.0.17 - - [2024-12-30 02:19:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882 10.0.0.17 - - [2024-12-30 02:19:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002819 10.0.0.17 - - [2024-12-30 02:19:17] "POST /ref-update HTTP/1.1" 200 156 0.006660 10.0.0.17 - - [2024-12-30 02:19:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002817 10.0.0.17 - - [2024-12-30 02:19:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.17 - - [2024-12-30 02:19:17] "POST /ref-update HTTP/1.1" 200 156 0.008729 10.0.0.17 - - [2024-12-30 02:19:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002838 10.0.0.17 - - [2024-12-30 02:19:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002701 10.0.0.17 - - [2024-12-30 02:19:17] "POST /ref-update HTTP/1.1" 200 156 0.007931 10.0.0.17 - - [2024-12-30 02:19:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004621 10.0.0.17 - - [2024-12-30 02:19:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002901 10.0.0.17 - - [2024-12-30 02:19:18] "POST /ref-update HTTP/1.1" 200 156 0.012089 10.0.0.17 - - [2024-12-30 02:19:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.17 - - [2024-12-30 02:19:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.17 - - [2024-12-30 02:19:18] "POST /ref-update HTTP/1.1" 200 156 0.009740 10.0.0.17 - - [2024-12-30 02:19:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.17 - - [2024-12-30 02:19:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002817 10.0.0.17 - - [2024-12-30 02:19:18] "POST /ref-update HTTP/1.1" 200 156 0.008784 10.0.0.17 - - [2024-12-30 02:19:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002724 10.0.0.17 - - [2024-12-30 02:19:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003071 10.0.0.17 - - [2024-12-30 02:19:18] "POST /ref-update HTTP/1.1" 200 156 0.010545 10.0.0.17 - - [2024-12-30 02:19:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.17 - - [2024-12-30 02:19:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002965 10.0.0.17 - - [2024-12-30 02:19:18] "POST /ref-update HTTP/1.1" 200 156 0.009297 10.0.0.17 - - [2024-12-30 02:19:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002798 10.0.0.17 - - [2024-12-30 02:19:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.17 - - [2024-12-30 02:19:18] "POST /ref-update HTTP/1.1" 200 156 0.009609 10.0.0.17 - - [2024-12-30 02:19:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.17 - - [2024-12-30 02:19:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.17 - - [2024-12-30 02:19:18] "POST /ref-update HTTP/1.1" 200 156 0.008089 10.0.0.17 - - [2024-12-30 02:19:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002695 10.0.0.17 - - [2024-12-30 02:19:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.17 - - [2024-12-30 02:19:19] "POST /ref-update HTTP/1.1" 200 156 0.007937 10.0.0.17 - - [2024-12-30 02:19:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002564 10.0.0.17 - - [2024-12-30 02:19:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002728 10.0.0.17 - - [2024-12-30 02:19:19] "POST /ref-update HTTP/1.1" 200 156 0.007806 10.0.0.17 - - [2024-12-30 02:19:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002697 10.0.0.17 - - [2024-12-30 02:19:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002945 10.0.0.17 - - [2024-12-30 02:19:19] "POST /ref-update HTTP/1.1" 200 156 0.008477 10.0.0.17 - - [2024-12-30 02:19:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004535 10.0.0.17 - - [2024-12-30 02:19:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002827 10.0.0.17 - - [2024-12-30 02:19:19] "POST /ref-update HTTP/1.1" 200 156 0.008090 10.0.0.17 - - [2024-12-30 02:19:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002840 10.0.0.17 - - [2024-12-30 02:19:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002728 10.0.0.17 - - [2024-12-30 02:19:19] "POST /ref-update HTTP/1.1" 200 156 0.008552 10.0.0.17 - - [2024-12-30 02:19:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002716 10.0.0.17 - - [2024-12-30 02:19:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.17 - - [2024-12-30 02:19:19] "POST /ref-update HTTP/1.1" 200 156 0.007484 10.0.0.17 - - [2024-12-30 02:19:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002766 10.0.0.17 - - [2024-12-30 02:19:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002727 10.0.0.17 - - [2024-12-30 02:19:20] "POST /ref-update HTTP/1.1" 200 156 0.007994 10.0.0.17 - - [2024-12-30 02:19:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.17 - - [2024-12-30 02:19:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002634 10.0.0.17 - - [2024-12-30 02:19:20] "POST /ref-update HTTP/1.1" 200 156 0.008504 10.0.0.17 - - [2024-12-30 02:19:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004230 10.0.0.17 - - [2024-12-30 02:19:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.013496 10.0.0.17 - - [2024-12-30 02:19:20] "POST /ref-update HTTP/1.1" 200 156 0.007508 10.0.0.17 - - [2024-12-30 02:19:20] "POST /network-ipams HTTP/1.1" 200 550 0.021997 10.0.0.17 - - [2024-12-30 02:19:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003778 10.0.0.17 - - [2024-12-30 02:19:20] "POST /virtual-networks HTTP/1.1" 200 552 0.115078 10.0.0.17 - - [2024-12-30 02:19:20] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.002345 10.0.0.17 - - [2024-12-30 02:19:20] "POST /fqname-to-id HTTP/1.1" 404 188 0.002962 10.0.0.17 - - [2024-12-30 02:19:20] "POST /fqname-to-id HTTP/1.1" 404 178 0.002918 10.0.0.17 - - [2024-12-30 02:19:20] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 312 0.004976 10.0.0.17 - - [2024-12-30 02:19:20] "POST /route-targets HTTP/1.1" 200 327 0.172432 10.0.0.17 - - [2024-12-30 02:19:20] "POST /ref-update HTTP/1.1" 200 156 0.018324 10.0.0.17 - - [2024-12-30 02:19:20] "GET /fabric/b945768b-8dd7-4f79-a0db-dd0d14704d97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1117 0.004351 10.0.0.17 - - [2024-12-30 02:19:20] "POST /fqname-to-id HTTP/1.1" 404 198 0.002836 10.0.0.17 - - [2024-12-30 02:19:20] "POST /fqname-to-id HTTP/1.1" 404 205 0.003576 10.0.0.17 - - [2024-12-30 02:19:20] "POST /fqname-to-id HTTP/1.1" 404 207 0.002656 10.0.0.17 - - [2024-12-30 02:19:41] "GET / HTTP/1.1" 200 35931 0.001861 10.0.0.17 - - [2024-12-30 02:19:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.001119 10.0.0.17 - - [2024-12-30 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.021801 10.0.0.17 - - [2024-12-30 02:19:41] "GET /routing-instance/95c15062-55fe-474c-bb2f-2d3088094bf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.003543 10.0.0.17 - - [2024-12-30 02:19:42] "POST /bgp-routers HTTP/1.1" 200 622 0.016857 10.0.0.17 - - [2024-12-30 02:19:42] "GET /bgp-router/1f59d169-2e68-458a-8753-d6423e4d4de1?fields=global_system_config_back_refs HTTP/1.1" 200 1116 0.005106 10.0.0.17 - - [2024-12-30 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.17 - - [2024-12-30 02:19:42] "GET /global-system-config/3aa38ecc-e30a-40a2-8b81-0bfa43444ad8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.006073 10.0.0.17 - - [2024-12-30 02:19:42] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003243 10.0.0.17 - - [2024-12-30 02:19:42] "POST /ref-update HTTP/1.1" 200 156 0.006983 10.0.0.17 - - [2024-12-30 02:20:32] "GET / HTTP/1.1" 200 35931 0.001601 10.0.0.17 - - [2024-12-30 02:20:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000389 10.0.0.17 - - [2024-12-30 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.022903 10.0.0.17 - - [2024-12-30 02:20:32] "GET /global-system-config/3aa38ecc-e30a-40a2-8b81-0bfa43444ad8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.008942 10.0.0.17 - - [2024-12-30 02:20:32] "POST /fqname-to-id HTTP/1.1" 404 220 0.002672 10.0.0.17 - - [2024-12-30 02:20:33] "POST /database-nodes HTTP/1.1" 200 603 0.015745 10.0.0.17 - - [2024-12-30 02:21:15] "GET / HTTP/1.1" 200 35931 0.001732 10.0.0.17 - - [2024-12-30 02:21:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000489 10.0.0.17 - - [2024-12-30 02:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.025583 10.0.0.17 - - [2024-12-30 02:21:15] "GET /global-system-config/3aa38ecc-e30a-40a2-8b81-0bfa43444ad8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006279 10.0.0.17 - - [2024-12-30 02:21:15] "POST /fqname-to-id HTTP/1.1" 404 220 0.003299 10.0.0.17 - - [2024-12-30 02:21:15] "POST /analytics-nodes HTTP/1.1" 200 605 0.028842 10.0.0.17 - - [2024-12-30 02:21:21] "GET / HTTP/1.1" 200 35931 0.001800 10.0.0.17 - - [2024-12-30 02:21:31] "GET / HTTP/1.1" 200 35931 0.001573 10.0.0.17 - - [2024-12-30 02:21:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000418 10.0.0.17 - - [2024-12-30 02:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.022472 10.0.0.17 - - [2024-12-30 02:21:31] "GET /global-system-config/3aa38ecc-e30a-40a2-8b81-0bfa43444ad8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005391 10.0.0.17 - - [2024-12-30 02:21:31] "POST /fqname-to-id HTTP/1.1" 404 220 0.002952 10.0.0.17 - - [2024-12-30 02:21:31] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.046195 10.0.0.17 - - [2024-12-30 02:21:41] "GET / HTTP/1.1" 200 35931 0.001485 10.0.0.17 - - [2024-12-30 02:21:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000395 10.0.0.17 - - [2024-12-30 02:21:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.026361 10.0.0.17 - - [2024-12-30 02:21:42] "GET /global-system-config/3aa38ecc-e30a-40a2-8b81-0bfa43444ad8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005312 10.0.0.17 - - [2024-12-30 02:21:42] "POST /fqname-to-id HTTP/1.1" 404 220 0.002659 10.0.0.17 - - [2024-12-30 02:21:42] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.021429 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.17 - - [2024-12-30 02:22:20] "GET /obj-perms HTTP/1.1" 200 5056 0.354680 10.0.0.17 - - [2024-12-30 02:22:21] "GET /obj-perms HTTP/1.1" 200 5056 0.041680 10.0.0.17 - - [2024-12-30 02:23:19] "GET / HTTP/1.1" 200 35931 0.001751 10.0.0.17 - - [2024-12-30 02:23:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000398 10.0.0.17 - - [2024-12-30 02:23:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.023277 10.0.0.17 - - [2024-12-30 02:23:19] "GET /global-system-config/3aa38ecc-e30a-40a2-8b81-0bfa43444ad8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005405 10.0.0.17 - - [2024-12-30 02:23:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002779 10.0.0.17 - - [2024-12-30 02:23:19] "GET /routing-instance/95c15062-55fe-474c-bb2f-2d3088094bf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.003879 10.0.0.17 - - [2024-12-30 02:23:19] "PUT /global-system-config/3aa38ecc-e30a-40a2-8b81-0bfa43444ad8 HTTP/1.1" 200 274 0.009571 10.0.0.17 - - [2024-12-30 02:23:19] "POST /fqname-to-id HTTP/1.1" 404 220 0.002966 10.0.0.17 - - [2024-12-30 02:23:19] "POST /virtual-routers HTTP/1.1" 200 605 0.015350 10.0.0.17 - - [2024-12-30 02:23:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002707 10.0.0.17 - - [2024-12-30 02:23:20] "GET /virtual-router/fd316c97-6d27-4ec2-93aa-35b88acc0b8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1247 0.004626 10.0.0.17 - - [2024-12-30 02:23:20] "POST /fqname-to-id HTTP/1.1" 404 232 0.002607 10.0.0.17 - - [2024-12-30 02:23:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002609 10.0.0.17 - - [2024-12-30 02:23:20] "GET /virtual-network/06b04162-8d48-4939-96ce-dee1a8a6230e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1424 0.005639 10.0.0.17 - - [2024-12-30 02:23:20] "POST /virtual-machine-interfaces HTTP/1.1" 200 586 0.035443 10.0.0.17 - - [2024-12-30 02:23:20] "PUT /access-control-list/57f2cd98-6442-43c4-9984-415aa8bfa6e1 HTTP/1.1" 200 272 0.033341 10.0.0.17 - - [2024-12-30 02:23:21] "GET /obj-perms HTTP/1.1" 200 5056 0.053666 10.0.0.17 - - [2024-12-30 02:23:21] "GET /obj-perms HTTP/1.1" 200 5056 0.040470 [Introspect:8084]10.0.0.17 - - [2024-12-30 02:23:35] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000880 [Introspect:8084]10.0.0.17 - - [2024-12-30 02:23:35] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000911 [Introspect:8084]10.0.0.17 - - [2024-12-30 02:23:37] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000819 [Introspect:8084]10.0.0.17 - - [2024-12-30 02:23:37] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000782 10.0.0.17 - - [2024-12-30 02:23:50] "GET /global-system-configs HTTP/1.1" 200 322 0.002600 10.0.0.17 - - [2024-12-30 02:23:50] "GET /obj-perms HTTP/1.1" 200 5056 0.024991 10.0.0.17 - - [2024-12-30 02:23:51] "GET /global-system-configs HTTP/1.1" 200 322 0.002540 10.0.0.17 - - [2024-12-30 02:23:51] "GET /obj-perms HTTP/1.1" 200 5056 0.024595 10.0.0.17 - - [2024-12-30 02:24:22] "GET /obj-perms HTTP/1.1" 200 5056 0.046015 10.0.0.17 - - [2024-12-30 02:24:22] "GET /obj-perms HTTP/1.1" 200 5056 0.039113 10.0.0.17 - - [2024-12-30 02:24:29] "GET / HTTP/1.1" 200 35931 0.001709 10.0.0.17 - - [2024-12-30 02:24:30] "GET /project/a7a314d6-13f9-44a1-ae19-5a9d2b202b2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000429 10.0.0.17 - - [2024-12-30 02:24:30] "GET /projects?obj_uuids=a7a314d6-13f9-44a1-ae19-5a9d2b202b2e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.020734 10.0.0.17 - - [2024-12-30 02:24:30] "GET /domains?obj_uuids=30bd2ff1-da41-468d-a29e-6955620cabf2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001174 10.0.0.17 - - [2024-12-30 02:24:30] "GET /domain/30bd2ff1-da41-468d-a29e-6955620cabf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.064661 10.0.0.17 - - [2024-12-30 02:24:30] "POST /id-to-fqname HTTP/1.1" 200 167 0.001198 10.0.0.17 - - [2024-12-30 02:24:30] "POST /fqname-to-id HTTP/1.1" 404 176 0.003731 10.0.0.17 - - [2024-12-30 02:24:30] "POST /security-groups HTTP/1.1" 200 568 0.063788 10.0.0.17 - - [2024-12-30 02:24:30] "POST /fqname-to-id HTTP/1.1" 404 207 0.004261 10.0.0.17 - - [2024-12-30 02:24:30] "POST /projects HTTP/1.1" 200 539 0.215049 10.0.0.17 - - [2024-12-30 02:24:30] "POST /access-control-lists HTTP/1.1" 200 573 0.062032 10.0.0.17 - - [2024-12-30 02:24:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.291549 10.0.0.17 - - [2024-12-30 02:24:30] "POST /fqname-to-id HTTP/1.1" 404 206 0.002827 10.0.0.17 - - [2024-12-30 02:24:30] "GET /project/a7a314d6-13f9-44a1-ae19-5a9d2b202b2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.479577 10.0.0.17 - - [2024-12-30 02:24:30] "POST /access-control-lists HTTP/1.1" 200 571 0.064783 [Introspect:8084]10.0.0.17 - - [2024-12-30 02:24:31] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000969 10.0.0.17 - - [2024-12-30 02:24:31] "POST /fqname-to-id HTTP/1.1" 404 199 0.019728 10.0.0.17 - - [2024-12-30 02:24:31] "GET /projects?obj_uuids=f94e7a65-6f47-49e1-b9ab-a5e986b3a428&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003084 10.0.0.17 - - [2024-12-30 02:24:31] "GET /domains?obj_uuids=30bd2ff1-da41-468d-a29e-6955620cabf2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000978 10.0.0.17 - - [2024-12-30 02:24:31] "GET /domain/30bd2ff1-da41-468d-a29e-6955620cabf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006808 10.0.0.17 - - [2024-12-30 02:24:31] "POST /id-to-fqname HTTP/1.1" 200 201 0.002042 10.0.0.17 - - [2024-12-30 02:24:31] "POST /fqname-to-id HTTP/1.1" 404 210 0.002159 10.0.0.17 - - [2024-12-30 02:24:31] "POST /security-groups HTTP/1.1" 200 602 0.064000 10.0.0.17 - - [2024-12-30 02:24:32] "POST /fqname-to-id HTTP/1.1" 404 245 0.002410 10.0.0.17 - - [2024-12-30 02:24:32] "POST /projects HTTP/1.1" 200 607 0.209872 10.0.0.17 - - [2024-12-30 02:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.283736 10.0.0.17 - - [2024-12-30 02:24:32] "POST /access-control-lists HTTP/1.1" 200 607 0.086057 10.0.0.17 - - [2024-12-30 02:24:32] "POST /fqname-to-id HTTP/1.1" 404 244 0.002640 10.0.0.17 - - [2024-12-30 02:24:32] "GET /project/f94e7a65-6f47-49e1-b9ab-a5e986b3a428?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.406497 10.0.0.17 - - [2024-12-30 02:24:32] "POST /access-control-lists HTTP/1.1" 200 605 0.065037 10.0.0.17 - - [2024-12-30 02:24:33] "GET / HTTP/1.1" 200 35931 0.001904 10.0.0.17 - - [2024-12-30 02:24:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000447 10.0.0.17 - - [2024-12-30 02:24:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.049388 10.0.0.17 - - [2024-12-30 02:24:34] "GET /projects?obj_uuids=f94e7a65-6f47-49e1-b9ab-a5e986b3a428&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000924 10.0.0.17 - - [2024-12-30 02:24:34] "GET /project/f94e7a65-6f47-49e1-b9ab-a5e986b3a428?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.030303 10.0.0.17 - - [2024-12-30 02:24:34] "POST /neutron/network HTTP/1.1" 200 117 0.039140 10.0.0.17 - - [2024-12-30 02:24:34] "GET /projects?obj_uuids=f94e7a65-6f47-49e1-b9ab-a5e986b3a428&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001009 10.0.0.17 - - [2024-12-30 02:24:34] "POST /neutron/network HTTP/1.1" 200 620 0.084122 10.0.0.17 - - [2024-12-30 02:24:34] "POST /route-targets HTTP/1.1" 200 327 0.013723 10.0.0.17 - - [2024-12-30 02:24:34] "POST /ref-update HTTP/1.1" 200 156 0.017100 10.0.0.17 - - [2024-12-30 02:24:34] "POST /useragent-kv HTTP/1.1" 200 115 0.005422 10.0.0.17 - - [2024-12-30 02:24:34] "POST /neutron/subnet HTTP/1.1" 200 729 0.145400 10.0.0.17 - - [2024-12-30 02:24:34] "POST /neutron/network HTTP/1.1" 200 840 0.012855 10.0.0.17 - - [2024-12-30 02:24:34] "POST /id-to-fqname HTTP/1.1" 200 233 0.001251 10.0.0.17 - - [2024-12-30 02:24:34] "GET /virtual-network/9a95dfea-ffc4-4a9f-a9fa-679665adb4a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005275 10.0.0.17 - - [2024-12-30 02:24:34] "POST /neutron/network HTTP/1.1" 200 840 0.006774 10.0.0.17 - - [2024-12-30 02:24:34] "GET /virtual-network/9a95dfea-ffc4-4a9f-a9fa-679665adb4a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005276 10.0.0.17 - - [2024-12-30 02:24:34] "POST /neutron/network HTTP/1.1" 200 840 0.005893 10.0.0.17 - - [2024-12-30 02:24:34] "POST /neutron/subnet HTTP/1.1" 200 729 0.007120 10.0.0.17 - - [2024-12-30 02:24:34] "GET /domains HTTP/1.1" 401 292 0.000369 10.0.0.17 - - [2024-12-30 02:24:35] "GET /domains HTTP/1.1" 200 280 0.026354 10.0.0.17 - - [2024-12-30 02:24:35] "GET /domains?obj_uuids=30bd2ff1-da41-468d-a29e-6955620cabf2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000979 10.0.0.17 - - [2024-12-30 02:24:35] "GET /domain/30bd2ff1-da41-468d-a29e-6955620cabf2 HTTP/1.1" 200 2584 0.013218 10.0.0.17 - - [2024-12-30 02:24:35] "GET /projects?obj_uuids=f94e7a65-6f47-49e1-b9ab-a5e986b3a428&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000923 10.0.0.17 - - [2024-12-30 02:24:35] "GET /project/f94e7a65-6f47-49e1-b9ab-a5e986b3a428 HTTP/1.1" 200 2168 0.068956 10.0.0.17 - - [2024-12-30 02:24:35] "GET /virtual-network/9a95dfea-ffc4-4a9f-a9fa-679665adb4a2 HTTP/1.1" 200 2346 0.006260 10.0.0.17 - - [2024-12-30 02:24:35] "GET /virtual-network/9a95dfea-ffc4-4a9f-a9fa-679665adb4a2 HTTP/1.1" 200 2346 0.006737 10.0.0.17 - - [2024-12-30 02:24:35] "GET /routing-instance/08e021e5-093e-4aad-81fd-e6309fb409ab HTTP/1.1" 200 1492 0.004074 10.0.0.17 - - [2024-12-30 02:24:35] "GET /routing-instance/08e021e5-093e-4aad-81fd-e6309fb409ab HTTP/1.1" 200 1492 0.003047 10.0.0.17 - - [2024-12-30 02:24:35] "GET /route-target/055ba9a3-783d-4bff-a24f-0a9b087c3e02 HTTP/1.1" 200 1218 0.003179 10.0.0.17 - - [2024-12-30 02:24:35] "GET /virtual-network/9a95dfea-ffc4-4a9f-a9fa-679665adb4a2 HTTP/1.1" 200 2346 0.006091 10.0.0.17 - - [2024-12-30 02:24:35] "GET /routing-instance/08e021e5-093e-4aad-81fd-e6309fb409ab HTTP/1.1" 200 1492 0.004224 10.0.0.17 - - [2024-12-30 02:24:35] "GET /virtual-network/9a95dfea-ffc4-4a9f-a9fa-679665adb4a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.004861 10.0.0.17 - - [2024-12-30 02:24:35] "GET /virtual-network/9a95dfea-ffc4-4a9f-a9fa-679665adb4a2 HTTP/1.1" 200 2346 0.005361 10.0.0.17 - - [2024-12-30 02:24:35] "GET /routing-instance/08e021e5-093e-4aad-81fd-e6309fb409ab HTTP/1.1" 200 1492 0.004067 10.0.0.17 - - [2024-12-30 02:24:35] "GET /routing-instance/08e021e5-093e-4aad-81fd-e6309fb409ab HTTP/1.1" 200 1492 0.003504 10.0.0.17 - - [2024-12-30 02:24:35] "GET /route-target/055ba9a3-783d-4bff-a24f-0a9b087c3e02 HTTP/1.1" 200 1218 0.002938 10.0.0.17 - - [2024-12-30 02:24:35] "GET /domains HTTP/1.1" 200 280 0.002654 10.0.0.17 - - [2024-12-30 02:24:35] "GET /domains?obj_uuids=30bd2ff1-da41-468d-a29e-6955620cabf2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000989 10.0.0.17 - - [2024-12-30 02:24:35] "GET /domain/30bd2ff1-da41-468d-a29e-6955620cabf2 HTTP/1.1" 200 2584 0.006768 10.0.0.17 - - [2024-12-30 02:24:35] "GET /projects?obj_uuids=f94e7a65-6f47-49e1-b9ab-a5e986b3a428&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001680 10.0.0.17 - - [2024-12-30 02:24:35] "GET /project/f94e7a65-6f47-49e1-b9ab-a5e986b3a428 HTTP/1.1" 200 2168 0.070732 10.0.0.17 - - [2024-12-30 02:24:35] "GET /virtual-network/9a95dfea-ffc4-4a9f-a9fa-679665adb4a2 HTTP/1.1" 200 2346 0.004753 10.0.0.17 - - [2024-12-30 02:24:35] "GET /obj-perms HTTP/1.1" 200 5052 0.047474 10.0.0.17 - - [2024-12-30 02:24:35] "POST /id-to-fqname HTTP/1.1" 200 233 0.001244 10.0.0.17 - - [2024-12-30 02:24:37] "POST /neutron/network HTTP/1.1" 200 850 0.005549 10.0.0.17 - - [2024-12-30 02:24:37] "GET /aaa-mode HTTP/1.1" 401 292 0.000416 10.0.0.17 - - [2024-12-30 02:24:37] "GET / HTTP/1.1" 200 35931 0.001899 10.0.0.17 - - [2024-12-30 02:24:37] "GET /project/f94e7a65-6f47-49e1-b9ab-a5e986b3a428?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000383 10.0.0.17 - - [2024-12-30 02:24:38] "GET /projects?obj_uuids=f94e7a65-6f47-49e1-b9ab-a5e986b3a428&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001052 10.0.0.17 - - [2024-12-30 02:24:38] "GET /project/f94e7a65-6f47-49e1-b9ab-a5e986b3a428?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.046826 10.0.0.17 - - [2024-12-30 02:24:38] "POST /neutron/network HTTP/1.1" 200 840 0.027359 10.0.0.17 - - [2024-12-30 02:24:38] "POST /neutron/port HTTP/1.1" 200 117 0.004837 10.0.0.17 - - [2024-12-30 02:24:38] "POST /neutron/port HTTP/1.1" 200 117 0.025874 10.0.0.17 - - [2024-12-30 02:24:38] "POST /neutron/port HTTP/1.1" 200 117 0.012054 10.0.0.17 - - [2024-12-30 02:24:39] "POST /neutron/network HTTP/1.1" 200 850 0.007767 10.0.0.17 - - [2024-12-30 02:24:39] "GET /projects?obj_uuids=f94e7a65-6f47-49e1-b9ab-a5e986b3a428&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001038 10.0.0.17 - - [2024-12-30 02:24:40] "POST /neutron/port HTTP/1.1" 200 1072 0.227149 10.0.0.17 - - [2024-12-30 02:24:40] "POST /neutron/port HTTP/1.1" 200 1072 0.029492 10.0.0.17 - - [2024-12-30 02:24:40] "POST /neutron/port HTTP/1.1" 200 1072 0.007800 10.0.0.17 - - [2024-12-30 02:24:40] "POST /neutron/port HTTP/1.1" 200 1126 0.059016 10.0.0.17 - - [2024-12-30 02:24:40] "POST /neutron/port HTTP/1.1" 200 1100 0.013423 10.0.0.17 - - [2024-12-30 02:24:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003106 10.0.0.17 - - [2024-12-30 02:24:40] "POST /neutron/subnet HTTP/1.1" 200 703 0.009848 10.0.0.17 - - [2024-12-30 02:24:40] "POST /neutron/port HTTP/1.1" 200 117 0.001117 10.0.0.17 - - [2024-12-30 02:24:40] "POST /neutron/network HTTP/1.1" 200 840 0.005255 10.0.0.17 - - [2024-12-30 02:24:44] "POST /neutron/port HTTP/1.1" 200 1100 0.013839 10.0.0.17 - - [2024-12-30 02:24:44] "POST /neutron/security_group HTTP/1.1" 200 2069 0.005721 10.0.0.17 - - [2024-12-30 02:24:44] "GET /obj-perms HTTP/1.1" 200 5052 0.003155 10.0.0.17 - - [2024-12-30 02:24:45] "GET /obj-perms HTTP/1.1" 200 5052 0.003139 10.0.0.17 - - [2024-12-30 02:24:46] "GET /obj-perms HTTP/1.1" 200 5052 0.003230 10.0.0.17 - - [2024-12-30 02:24:47] "GET /obj-perms HTTP/1.1" 200 5052 0.003708 10.0.0.17 - - [2024-12-30 02:24:48] "GET /obj-perms HTTP/1.1" 200 5052 0.003215 10.0.0.17 - - [2024-12-30 02:24:49] "POST /neutron/network HTTP/1.1" 200 840 0.006133 10.0.0.17 - - [2024-12-30 02:24:49] "POST /neutron/network HTTP/1.1" 400 204 0.009265 10.0.0.17 - - [2024-12-30 02:24:49] "POST /neutron/port HTTP/1.1" 200 1100 0.016606 10.0.0.17 - - [2024-12-30 02:24:49] "POST /neutron/port HTTP/1.1" 200 1126 0.008391 10.0.0.17 - - [2024-12-30 02:24:49] "POST /neutron/port HTTP/1.1" 200 151 0.089414 10.0.0.17 - - [2024-12-30 02:24:51] "POST /neutron/network HTTP/1.1" 200 840 0.006324 10.0.0.17 - - [2024-12-30 02:24:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003576 10.0.0.17 - - [2024-12-30 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004109 10.0.0.17 - - [2024-12-30 02:24:51] "POST /useragent-kv HTTP/1.1" 200 115 0.005613 10.0.0.17 - - [2024-12-30 02:24:51] "POST /neutron/network HTTP/1.1" 200 151 0.103446 10.0.0.17 - - [2024-12-30 02:24:51] "GET /routing-instance/08e021e5-093e-4aad-81fd-e6309fb409ab HTTP/1.1" 404 171 0.001982 10.0.0.17 - - [2024-12-30 02:24:51] "DELETE /route-target/055ba9a3-783d-4bff-a24f-0a9b087c3e02 HTTP/1.1" 200 115 0.024313 10.0.0.17 - - [2024-12-30 02:24:51] "GET /domains HTTP/1.1" 200 280 0.005939 10.0.0.17 - - [2024-12-30 02:24:51] "GET /domains?obj_uuids=30bd2ff1-da41-468d-a29e-6955620cabf2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000958 10.0.0.17 - - [2024-12-30 02:24:51] "GET /domain/30bd2ff1-da41-468d-a29e-6955620cabf2 HTTP/1.1" 200 2584 0.048888 10.0.0.17 - - [2024-12-30 02:24:51] "GET /projects?obj_uuids=f94e7a65-6f47-49e1-b9ab-a5e986b3a428&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000937 10.0.0.17 - - [2024-12-30 02:24:51] "GET /project/f94e7a65-6f47-49e1-b9ab-a5e986b3a428 HTTP/1.1" 200 1918 0.069619 10.0.0.17 - - [2024-12-30 02:24:51] "GET /projects?obj_uuids=f94e7a65-6f47-49e1-b9ab-a5e986b3a428&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001260 10.0.0.17 - - [2024-12-30 02:24:51] "GET /project/f94e7a65-6f47-49e1-b9ab-a5e986b3a428?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.041848 10.0.0.17 - - [2024-12-30 02:24:51] "GET /projects?obj_uuids=f94e7a65-6f47-49e1-b9ab-a5e986b3a428&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001521 10.0.0.17 - - [2024-12-30 02:24:51] "GET /project/f94e7a65-6f47-49e1-b9ab-a5e986b3a428?fields=virtual_networks HTTP/1.1" 200 1054 0.032283 10.0.0.17 - - [2024-12-30 02:24:51] "GET /projects?obj_uuids=f94e7a65-6f47-49e1-b9ab-a5e986b3a428&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001036 10.0.0.17 - - [2024-12-30 02:24:51] "GET /project/f94e7a65-6f47-49e1-b9ab-a5e986b3a428?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.034013 10.0.0.17 - - [2024-12-30 02:24:52] "GET /projects?obj_uuids=f94e7a65-6f47-49e1-b9ab-a5e986b3a428&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001064 10.0.0.17 - - [2024-12-30 02:24:52] "GET /project/f94e7a65-6f47-49e1-b9ab-a5e986b3a428?fields=security_groups HTTP/1.1" 200 1291 0.025771 10.0.0.17 - - [2024-12-30 02:24:52] "POST /fqname-to-id HTTP/1.1" 404 200 0.023570 10.0.0.17 - - [2024-12-30 02:24:52] "GET /projects?obj_uuids=9fa9dfcb-8706-42e0-9e8c-59d5f6928263&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002416 10.0.0.17 - - [2024-12-30 02:24:52] "GET /domains?obj_uuids=30bd2ff1-da41-468d-a29e-6955620cabf2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001021 10.0.0.17 - - [2024-12-30 02:24:52] "GET /domain/30bd2ff1-da41-468d-a29e-6955620cabf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007185 10.0.0.17 - - [2024-12-30 02:24:53] "POST /id-to-fqname HTTP/1.1" 200 202 0.001145 10.0.0.17 - - [2024-12-30 02:24:53] "POST /fqname-to-id HTTP/1.1" 404 211 0.004451 10.0.0.17 - - [2024-12-30 02:24:53] "POST /security-groups HTTP/1.1" 200 603 0.082280 10.0.0.17 - - [2024-12-30 02:24:53] "POST /fqname-to-id HTTP/1.1" 404 246 0.003118 10.0.0.17 - - [2024-12-30 02:24:53] "POST /projects HTTP/1.1" 200 609 0.244373 10.0.0.17 - - [2024-12-30 02:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.314128 10.0.0.17 - - [2024-12-30 02:24:53] "POST /access-control-lists HTTP/1.1" 200 608 0.063998 10.0.0.17 - - [2024-12-30 02:24:53] "POST /fqname-to-id HTTP/1.1" 404 245 0.002556 10.0.0.17 - - [2024-12-30 02:24:53] "GET /project/9fa9dfcb-8706-42e0-9e8c-59d5f6928263?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.435754 10.0.0.17 - - [2024-12-30 02:24:53] "POST /access-control-lists HTTP/1.1" 200 606 0.079958 10.0.0.17 - - [2024-12-30 02:24:54] "GET / HTTP/1.1" 200 35931 0.001938 10.0.0.17 - - [2024-12-30 02:24:54] "GET /projects?obj_uuids=a7a314d6-13f9-44a1-ae19-5a9d2b202b2e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001148 10.0.0.17 - - [2024-12-30 02:24:54] "GET /project/a7a314d6-13f9-44a1-ae19-5a9d2b202b2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.027193 10.0.0.17 - - [2024-12-30 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.17 - - [2024-12-30 02:24:55] "GET /security-group/6e657b55-e52e-4b04-99b1-03bfa5cf96f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3684 0.004399 10.0.0.17 - - [2024-12-30 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.17 - - [2024-12-30 02:24:55] "GET /projects?obj_uuids=a7a314d6-13f9-44a1-ae19-5a9d2b202b2e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001099 10.0.0.17 - - [2024-12-30 02:24:55] "GET /project/a7a314d6-13f9-44a1-ae19-5a9d2b202b2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.022449 10.0.0.17 - - [2024-12-30 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002885 10.0.0.17 - - [2024-12-30 02:24:55] "GET /security-group/6e657b55-e52e-4b04-99b1-03bfa5cf96f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3684 0.003719 10.0.0.17 - - [2024-12-30 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.17 - - [2024-12-30 02:24:55] "PUT /security-group/6e657b55-e52e-4b04-99b1-03bfa5cf96f2 HTTP/1.1" 200 262 0.013327 10.0.0.17 - - [2024-12-30 02:24:55] "PUT /access-control-list/f9444317-cb43-400b-88c4-f58c7a0e6a59 HTTP/1.1" 200 272 0.008696 10.0.0.17 - - [2024-12-30 02:24:55] "PUT /access-control-list/a5c5024c-c926-4a01-8077-2210c08de84b HTTP/1.1" 200 272 0.009983 10.0.0.17 - - [2024-12-30 02:24:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.001356 10.0.0.17 - - [2024-12-30 02:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.051016 10.0.0.17 - - [2024-12-30 02:24:56] "GET /projects?obj_uuids=9fa9dfcb-8706-42e0-9e8c-59d5f6928263&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001020 10.0.0.17 - - [2024-12-30 02:24:56] "GET /project/9fa9dfcb-8706-42e0-9e8c-59d5f6928263?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.030492 10.0.0.17 - - [2024-12-30 02:24:56] "POST /neutron/network HTTP/1.1" 200 117 0.029539 10.0.0.17 - - [2024-12-30 02:24:56] "GET /projects?obj_uuids=9fa9dfcb-8706-42e0-9e8c-59d5f6928263&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001502 10.0.0.17 - - [2024-12-30 02:24:56] "POST /neutron/network HTTP/1.1" 200 619 0.072080 10.0.0.17 - - [2024-12-30 02:24:56] "POST /route-targets HTTP/1.1" 200 327 0.010669 10.0.0.17 - - [2024-12-30 02:24:56] "POST /ref-update HTTP/1.1" 200 156 0.013203 10.0.0.17 - - [2024-12-30 02:24:56] "POST /useragent-kv HTTP/1.1" 200 115 0.005638 10.0.0.17 - - [2024-12-30 02:24:56] "POST /neutron/subnet HTTP/1.1" 200 729 0.147566 10.0.0.17 - - [2024-12-30 02:24:56] "POST /neutron/network HTTP/1.1" 200 839 0.005181 10.0.0.17 - - [2024-12-30 02:24:56] "POST /id-to-fqname HTTP/1.1" 200 233 0.001098 10.0.0.17 - - [2024-12-30 02:24:56] "GET /virtual-network/c3774185-7e2e-4c0a-b510-3b06e315f212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004443 10.0.0.17 - - [2024-12-30 02:24:56] "POST /neutron/network HTTP/1.1" 200 839 0.005689 10.0.0.17 - - [2024-12-30 02:24:56] "GET /virtual-network/c3774185-7e2e-4c0a-b510-3b06e315f212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004521 10.0.0.17 - - [2024-12-30 02:24:56] "POST /neutron/network HTTP/1.1" 200 839 0.005871 10.0.0.17 - - [2024-12-30 02:24:56] "POST /neutron/subnet HTTP/1.1" 200 729 0.006423 10.0.0.17 - - [2024-12-30 02:24:56] "GET /domains HTTP/1.1" 401 292 0.000363 10.0.0.17 - - [2024-12-30 02:24:57] "GET /domains HTTP/1.1" 200 280 0.022125 10.0.0.17 - - [2024-12-30 02:24:57] "GET /domains?obj_uuids=30bd2ff1-da41-468d-a29e-6955620cabf2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000945 10.0.0.17 - - [2024-12-30 02:24:57] "GET /domain/30bd2ff1-da41-468d-a29e-6955620cabf2 HTTP/1.1" 200 2782 0.007890 10.0.0.17 - - [2024-12-30 02:24:57] "GET /projects?obj_uuids=9fa9dfcb-8706-42e0-9e8c-59d5f6928263&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001248 10.0.0.17 - - [2024-12-30 02:24:57] "GET /project/9fa9dfcb-8706-42e0-9e8c-59d5f6928263 HTTP/1.1" 200 2174 0.067759 10.0.0.17 - - [2024-12-30 02:24:57] "GET /virtual-network/c3774185-7e2e-4c0a-b510-3b06e315f212 HTTP/1.1" 200 2344 0.005765 10.0.0.17 - - [2024-12-30 02:24:57] "GET /virtual-network/c3774185-7e2e-4c0a-b510-3b06e315f212 HTTP/1.1" 200 2344 0.004242 10.0.0.17 - - [2024-12-30 02:24:57] "GET /routing-instance/db2f5d3d-0694-41e5-888f-3eed13146495 HTTP/1.1" 200 1491 0.002991 10.0.0.17 - - [2024-12-30 02:24:57] "GET /routing-instance/db2f5d3d-0694-41e5-888f-3eed13146495 HTTP/1.1" 200 1491 0.002791 10.0.0.17 - - [2024-12-30 02:24:57] "GET /route-target/d975ddb0-34c2-40e0-97ce-d4513f0bab60 HTTP/1.1" 200 1219 0.002513 10.0.0.17 - - [2024-12-30 02:24:57] "GET /virtual-network/c3774185-7e2e-4c0a-b510-3b06e315f212 HTTP/1.1" 200 2344 0.004438 10.0.0.17 - - [2024-12-30 02:24:57] "GET /routing-instance/db2f5d3d-0694-41e5-888f-3eed13146495 HTTP/1.1" 200 1491 0.002964 10.0.0.17 - - [2024-12-30 02:24:57] "GET /virtual-network/c3774185-7e2e-4c0a-b510-3b06e315f212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004850 10.0.0.17 - - [2024-12-30 02:24:57] "GET /virtual-network/c3774185-7e2e-4c0a-b510-3b06e315f212 HTTP/1.1" 200 2344 0.004462 10.0.0.17 - - [2024-12-30 02:24:57] "GET /routing-instance/db2f5d3d-0694-41e5-888f-3eed13146495 HTTP/1.1" 200 1491 0.002707 10.0.0.17 - - [2024-12-30 02:24:57] "GET /routing-instance/db2f5d3d-0694-41e5-888f-3eed13146495 HTTP/1.1" 200 1491 0.003016 10.0.0.17 - - [2024-12-30 02:24:57] "GET /route-target/d975ddb0-34c2-40e0-97ce-d4513f0bab60 HTTP/1.1" 200 1219 0.002446 10.0.0.17 - - [2024-12-30 02:24:57] "GET /domains HTTP/1.1" 200 280 0.002249 10.0.0.17 - - [2024-12-30 02:24:57] "GET /domains?obj_uuids=30bd2ff1-da41-468d-a29e-6955620cabf2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000931 10.0.0.17 - - [2024-12-30 02:24:57] "GET /domain/30bd2ff1-da41-468d-a29e-6955620cabf2 HTTP/1.1" 200 2782 0.006603 10.0.0.17 - - [2024-12-30 02:24:57] "GET /projects?obj_uuids=9fa9dfcb-8706-42e0-9e8c-59d5f6928263&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001135 10.0.0.17 - - [2024-12-30 02:24:57] "GET /project/9fa9dfcb-8706-42e0-9e8c-59d5f6928263 HTTP/1.1" 200 2174 0.070449 10.0.0.17 - - [2024-12-30 02:24:57] "GET /virtual-network/c3774185-7e2e-4c0a-b510-3b06e315f212 HTTP/1.1" 200 2344 0.004852 10.0.0.17 - - [2024-12-30 02:24:57] "GET /obj-perms HTTP/1.1" 200 5054 0.056948 10.0.0.17 - - [2024-12-30 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002684 10.0.0.17 - - [2024-12-30 02:24:57] "GET /projects?obj_uuids=9fa9dfcb-8706-42e0-9e8c-59d5f6928263&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001657 10.0.0.17 - - [2024-12-30 02:24:57] "GET /project/9fa9dfcb-8706-42e0-9e8c-59d5f6928263?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.032062 10.0.0.17 - - [2024-12-30 02:24:57] "POST /neutron/network HTTP/1.1" 200 117 0.009073 10.0.0.17 - - [2024-12-30 02:24:58] "GET /projects?obj_uuids=9fa9dfcb-8706-42e0-9e8c-59d5f6928263&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001032 10.0.0.17 - - [2024-12-30 02:24:58] "POST /neutron/network HTTP/1.1" 200 619 0.082362 10.0.0.17 - - [2024-12-30 02:24:58] "POST /route-targets HTTP/1.1" 200 327 0.015155 10.0.0.17 - - [2024-12-30 02:24:58] "POST /ref-update HTTP/1.1" 200 156 0.011172 10.0.0.17 - - [2024-12-30 02:24:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003218 10.0.0.17 - - [2024-12-30 02:24:58] "POST /neutron/subnet HTTP/1.1" 200 729 0.178761 10.0.0.17 - - [2024-12-30 02:24:58] "POST /neutron/network HTTP/1.1" 200 839 0.005074 10.0.0.17 - - [2024-12-30 02:24:58] "POST /id-to-fqname HTTP/1.1" 200 233 0.001098 10.0.0.17 - - [2024-12-30 02:24:58] "GET /virtual-network/8a3ec0fd-1e6d-4920-9e23-bbb2a40a5163?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004490 10.0.0.17 - - [2024-12-30 02:24:58] "POST /neutron/network HTTP/1.1" 200 839 0.005768 10.0.0.17 - - [2024-12-30 02:24:58] "GET /virtual-network/8a3ec0fd-1e6d-4920-9e23-bbb2a40a5163?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004735 10.0.0.17 - - [2024-12-30 02:24:58] "POST /neutron/network HTTP/1.1" 200 839 0.005311 10.0.0.17 - - [2024-12-30 02:24:58] "POST /neutron/subnet HTTP/1.1" 200 729 0.007223 10.0.0.17 - - [2024-12-30 02:24:58] "GET /domains HTTP/1.1" 200 280 0.002258 10.0.0.17 - - [2024-12-30 02:24:58] "GET /domains?obj_uuids=30bd2ff1-da41-468d-a29e-6955620cabf2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000936 10.0.0.17 - - [2024-12-30 02:24:58] "GET /domain/30bd2ff1-da41-468d-a29e-6955620cabf2 HTTP/1.1" 200 2782 0.006244 10.0.0.17 - - [2024-12-30 02:24:58] "GET /projects?obj_uuids=9fa9dfcb-8706-42e0-9e8c-59d5f6928263&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000867 10.0.0.17 - - [2024-12-30 02:24:58] "GET /project/9fa9dfcb-8706-42e0-9e8c-59d5f6928263 HTTP/1.1" 200 2402 0.068301 10.0.0.17 - - [2024-12-30 02:24:58] "GET /virtual-network/8a3ec0fd-1e6d-4920-9e23-bbb2a40a5163 HTTP/1.1" 200 2343 0.005840 10.0.0.17 - - [2024-12-30 02:24:58] "GET /virtual-network/8a3ec0fd-1e6d-4920-9e23-bbb2a40a5163 HTTP/1.1" 200 2343 0.004298 10.0.0.17 - - [2024-12-30 02:24:58] "GET /routing-instance/1b236bbb-1464-4a38-bd9c-9d883fd402f3 HTTP/1.1" 200 1491 0.003911 10.0.0.17 - - [2024-12-30 02:24:58] "GET /routing-instance/1b236bbb-1464-4a38-bd9c-9d883fd402f3 HTTP/1.1" 200 1491 0.003500 10.0.0.17 - - [2024-12-30 02:24:58] "GET /route-target/1aa3de9e-084e-4fd3-a054-6cf0ba16b021 HTTP/1.1" 200 1218 0.002620 10.0.0.17 - - [2024-12-30 02:24:58] "GET /virtual-network/8a3ec0fd-1e6d-4920-9e23-bbb2a40a5163 HTTP/1.1" 200 2343 0.004286 10.0.0.17 - - [2024-12-30 02:24:58] "GET /routing-instance/1b236bbb-1464-4a38-bd9c-9d883fd402f3 HTTP/1.1" 200 1491 0.003163 10.0.0.17 - - [2024-12-30 02:24:58] "GET /virtual-network/8a3ec0fd-1e6d-4920-9e23-bbb2a40a5163?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004211 10.0.0.17 - - [2024-12-30 02:24:58] "GET /virtual-network/8a3ec0fd-1e6d-4920-9e23-bbb2a40a5163 HTTP/1.1" 200 2343 0.004360 10.0.0.17 - - [2024-12-30 02:24:58] "GET /routing-instance/1b236bbb-1464-4a38-bd9c-9d883fd402f3 HTTP/1.1" 200 1491 0.002729 10.0.0.17 - - [2024-12-30 02:24:58] "GET /routing-instance/1b236bbb-1464-4a38-bd9c-9d883fd402f3 HTTP/1.1" 200 1491 0.003209 10.0.0.17 - - [2024-12-30 02:24:58] "GET /route-target/1aa3de9e-084e-4fd3-a054-6cf0ba16b021 HTTP/1.1" 200 1218 0.002741 10.0.0.17 - - [2024-12-30 02:24:58] "GET /domains HTTP/1.1" 200 280 0.002548 10.0.0.17 - - [2024-12-30 02:24:58] "GET /domains?obj_uuids=30bd2ff1-da41-468d-a29e-6955620cabf2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000933 10.0.0.17 - - [2024-12-30 02:24:58] "GET /domain/30bd2ff1-da41-468d-a29e-6955620cabf2 HTTP/1.1" 200 2782 0.006294 10.0.0.17 - - [2024-12-30 02:24:58] "GET /projects?obj_uuids=9fa9dfcb-8706-42e0-9e8c-59d5f6928263&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000917 10.0.0.17 - - [2024-12-30 02:24:58] "GET /project/9fa9dfcb-8706-42e0-9e8c-59d5f6928263 HTTP/1.1" 200 2402 0.070565 10.0.0.17 - - [2024-12-30 02:24:58] "GET /virtual-network/8a3ec0fd-1e6d-4920-9e23-bbb2a40a5163 HTTP/1.1" 200 2343 0.004803 10.0.0.17 - - [2024-12-30 02:24:58] "GET /obj-perms HTTP/1.1" 200 5054 0.003773 10.0.0.17 - - [2024-12-30 02:24:58] "POST /id-to-fqname HTTP/1.1" 200 233 0.001288 10.0.0.17 - - [2024-12-30 02:24:58] "POST /neutron/network HTTP/1.1" 200 849 0.006319 10.0.0.17 - - [2024-12-30 02:24:58] "GET /aaa-mode HTTP/1.1" 401 292 0.000427 10.0.0.17 - - [2024-12-30 02:24:59] "GET / HTTP/1.1" 200 35931 0.001632 10.0.0.17 - - [2024-12-30 02:24:59] "GET /project/9fa9dfcb-8706-42e0-9e8c-59d5f6928263?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000366 10.0.0.17 - - [2024-12-30 02:24:59] "GET /projects?obj_uuids=9fa9dfcb-8706-42e0-9e8c-59d5f6928263&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001523 10.0.0.17 - - [2024-12-30 02:24:59] "GET /project/9fa9dfcb-8706-42e0-9e8c-59d5f6928263?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.057290 10.0.0.17 - - [2024-12-30 02:24:59] "POST /neutron/network HTTP/1.1" 200 839 0.004826 10.0.0.17 - - [2024-12-30 02:24:59] "POST /neutron/port HTTP/1.1" 200 117 0.005127 10.0.0.17 - - [2024-12-30 02:24:59] "POST /neutron/port HTTP/1.1" 200 117 0.004930 10.0.0.17 - - [2024-12-30 02:24:59] "POST /id-to-fqname HTTP/1.1" 200 233 0.001251 10.0.0.17 - - [2024-12-30 02:24:59] "POST /neutron/port HTTP/1.1" 200 117 0.005076 10.0.0.17 - - [2024-12-30 02:24:59] "POST /neutron/network HTTP/1.1" 200 849 0.007251 10.0.0.17 - - [2024-12-30 02:25:00] "GET /aaa-mode HTTP/1.1" 401 292 0.000424 10.0.0.17 - - [2024-12-30 02:25:00] "POST /neutron/network HTTP/1.1" 200 849 0.006198 10.0.0.17 - - [2024-12-30 02:25:00] "GET /projects?obj_uuids=9fa9dfcb-8706-42e0-9e8c-59d5f6928263&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001625 10.0.0.17 - - [2024-12-30 02:25:00] "GET / HTTP/1.1" 200 35931 0.003000 10.0.0.17 - - [2024-12-30 02:25:00] "GET /project/9fa9dfcb-8706-42e0-9e8c-59d5f6928263?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000437 10.0.0.17 - - [2024-12-30 02:25:00] "POST /neutron/port HTTP/1.1" 200 1073 0.240654 10.0.0.17 - - [2024-12-30 02:25:00] "POST /neutron/port HTTP/1.1" 200 1073 0.008537 10.0.0.17 - - [2024-12-30 02:25:00] "POST /neutron/port HTTP/1.1" 200 1073 0.012067 10.0.0.17 - - [2024-12-30 02:25:00] "POST /neutron/port HTTP/1.1" 200 1127 0.078015 10.0.0.17 - - [2024-12-30 02:25:00] "POST /neutron/port HTTP/1.1" 200 1101 0.015744 10.0.0.17 - - [2024-12-30 02:25:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003619 10.0.0.17 - - [2024-12-30 02:25:00] "POST /neutron/subnet HTTP/1.1" 200 703 0.011561 10.0.0.17 - - [2024-12-30 02:25:00] "POST /neutron/port HTTP/1.1" 200 117 0.001620 10.0.0.17 - - [2024-12-30 02:25:00] "POST /neutron/network HTTP/1.1" 200 839 0.005416 10.0.0.17 - - [2024-12-30 02:25:00] "GET /projects?obj_uuids=9fa9dfcb-8706-42e0-9e8c-59d5f6928263&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001013 10.0.0.17 - - [2024-12-30 02:25:00] "GET /project/9fa9dfcb-8706-42e0-9e8c-59d5f6928263?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.078048 10.0.0.17 - - [2024-12-30 02:25:00] "POST /neutron/network HTTP/1.1" 200 839 0.011050 10.0.0.17 - - [2024-12-30 02:25:00] "POST /neutron/port HTTP/1.1" 200 1101 0.016506 10.0.0.17 - - [2024-12-30 02:25:00] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009810 10.0.0.17 - - [2024-12-30 02:25:01] "POST /neutron/port HTTP/1.1" 200 117 0.005501 10.0.0.17 - - [2024-12-30 02:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.17 - - [2024-12-30 02:25:01] "GET /projects?obj_uuids=9fa9dfcb-8706-42e0-9e8c-59d5f6928263&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001293 10.0.0.17 - - [2024-12-30 02:25:01] "GET /project/9fa9dfcb-8706-42e0-9e8c-59d5f6928263?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.046295 10.0.0.17 - - [2024-12-30 02:25:01] "GET /virtual-network/c3774185-7e2e-4c0a-b510-3b06e315f212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006452 10.0.0.17 - - [2024-12-30 02:25:01] "GET /floating-ip-pools?parent_id=c3774185-7e2e-4c0a-b510-3b06e315f212&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003145 10.0.0.17 - - [2024-12-30 02:25:01] "GET /virtual-network/c3774185-7e2e-4c0a-b510-3b06e315f212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005145 10.0.0.17 - - [2024-12-30 02:25:01] "POST /floating-ip-pools HTTP/1.1" 200 609 0.051790 10.0.0.17 - - [2024-12-30 02:25:01] "POST /ref-update HTTP/1.1" 200 156 0.016584 10.0.0.17 - - [2024-12-30 02:25:01] "GET /virtual-network/c3774185-7e2e-4c0a-b510-3b06e315f212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.009243 10.0.0.17 - - [2024-12-30 02:25:01] "POST /neutron/network HTTP/1.1" 200 849 0.006534 10.0.0.17 - - [2024-12-30 02:25:01] "GET /domains HTTP/1.1" 200 280 0.003275 10.0.0.17 - - [2024-12-30 02:25:01] "GET /domains?obj_uuids=30bd2ff1-da41-468d-a29e-6955620cabf2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000993 10.0.0.17 - - [2024-12-30 02:25:01] "GET /projects?obj_uuids=9fa9dfcb-8706-42e0-9e8c-59d5f6928263&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001130 10.0.0.17 - - [2024-12-30 02:25:01] "GET /domain/30bd2ff1-da41-468d-a29e-6955620cabf2 HTTP/1.1" 200 2782 0.022943 10.0.0.17 - - [2024-12-30 02:25:01] "GET /projects?obj_uuids=9fa9dfcb-8706-42e0-9e8c-59d5f6928263&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000926 10.0.0.17 - - [2024-12-30 02:25:01] "GET /project/9fa9dfcb-8706-42e0-9e8c-59d5f6928263 HTTP/1.1" 200 2988 0.048914 10.0.0.17 - - [2024-12-30 02:25:01] "GET /virtual-network/c3774185-7e2e-4c0a-b510-3b06e315f212 HTTP/1.1" 200 2624 0.008955 10.0.0.17 - - [2024-12-30 02:25:01] "GET /floating-ip-pool/e1dff7ff-eae2-4fdb-b8c1-00c95e90472e HTTP/1.1" 200 1442 0.004974 10.0.0.17 - - [2024-12-30 02:25:01] "GET /domains HTTP/1.1" 200 280 0.004236 10.0.0.17 - - [2024-12-30 02:25:01] "GET /domains?obj_uuids=30bd2ff1-da41-468d-a29e-6955620cabf2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.004979 10.0.0.17 - - [2024-12-30 02:25:01] "GET /domain/30bd2ff1-da41-468d-a29e-6955620cabf2 HTTP/1.1" 200 2782 0.022741 10.0.0.17 - - [2024-12-30 02:25:01] "GET /projects?obj_uuids=9fa9dfcb-8706-42e0-9e8c-59d5f6928263&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001330 10.0.0.17 - - [2024-12-30 02:25:01] "GET /project/9fa9dfcb-8706-42e0-9e8c-59d5f6928263 HTTP/1.1" 200 3244 0.141409 10.0.0.17 - - [2024-12-30 02:25:01] "GET /virtual-network/c3774185-7e2e-4c0a-b510-3b06e315f212 HTTP/1.1" 200 2935 0.019551 10.0.0.17 - - [2024-12-30 02:25:01] "GET /virtual-network/c3774185-7e2e-4c0a-b510-3b06e315f212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005013 10.0.0.17 - - [2024-12-30 02:25:01] "POST /neutron/port HTTP/1.1" 200 1101 0.027221 10.0.0.17 - - [2024-12-30 02:25:01] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009075 10.0.0.17 - - [2024-12-30 02:25:01] "POST /neutron/port HTTP/1.1" 200 1073 0.438957 10.0.0.17 - - [2024-12-30 02:25:01] "POST /neutron/port HTTP/1.1" 200 1073 0.008698 10.0.0.17 - - [2024-12-30 02:25:02] "POST /neutron/port HTTP/1.1" 200 1073 0.007888 10.0.0.17 - - [2024-12-30 02:25:02] "POST /neutron/port HTTP/1.1" 200 1127 0.075644 10.0.0.17 - - [2024-12-30 02:25:02] "POST /neutron/port HTTP/1.1" 200 1101 0.012935 10.0.0.17 - - [2024-12-30 02:25:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004050 10.0.0.17 - - [2024-12-30 02:25:02] "POST /neutron/subnet HTTP/1.1" 200 703 0.008562 10.0.0.17 - - [2024-12-30 02:25:02] "POST /neutron/port HTTP/1.1" 200 117 0.001089 10.0.0.17 - - [2024-12-30 02:25:02] "POST /neutron/network HTTP/1.1" 200 839 0.005240 10.0.0.17 - - [2024-12-30 02:25:07] "POST /neutron/port HTTP/1.1" 200 1101 0.014490 10.0.0.17 - - [2024-12-30 02:25:07] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006539 10.0.0.17 - - [2024-12-30 02:25:07] "POST /neutron/port HTTP/1.1" 200 1101 0.014300 10.0.0.17 - - [2024-12-30 02:25:07] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006432 10.0.0.17 - - [2024-12-30 02:25:07] "POST /neutron/port HTTP/1.1" 200 1101 0.017502 10.0.0.17 - - [2024-12-30 02:25:07] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007823 10.0.0.17 - - [2024-12-30 02:25:07] "GET /virtual-machine/5183739a-6bd0-4d10-bb3e-3b8dfa13568a HTTP/1.1" 200 1304 0.004813 10.0.0.17 - - [2024-12-30 02:25:07] "GET /virtual-machine-interface/072ca690-79d3-4faf-93ae-c99a82a39a32 HTTP/1.1" 200 3003 0.004479 10.0.0.17 - - [2024-12-30 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002797 10.0.0.17 - - [2024-12-30 02:25:07] "GET /global-vrouter-config/dbf59b20-4c55-431f-8624-94290425b024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003361 10.0.0.17 - - [2024-12-30 02:25:07] "GET /virtual-networks?parent_id=9fa9dfcb-8706-42e0-9e8c-59d5f6928263&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002824 10.0.0.17 - - [2024-12-30 02:25:07] "GET /virtual-network/8a3ec0fd-1e6d-4920-9e23-bbb2a40a5163?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005512 10.0.0.17 - - [2024-12-30 02:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.17 - - [2024-12-30 02:25:10] "GET /virtual-network/8a3ec0fd-1e6d-4920-9e23-bbb2a40a5163?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004802 10.0.0.17 - - [2024-12-30 02:25:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.17 - - [2024-12-30 02:25:12] "GET /global-vrouter-config/dbf59b20-4c55-431f-8624-94290425b024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003211 10.0.0.17 - - [2024-12-30 02:25:12] "POST /neutron/port HTTP/1.1" 200 1101 0.034833 10.0.0.17 - - [2024-12-30 02:25:12] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004626 10.0.0.17 - - [2024-12-30 02:25:12] "GET /virtual-networks?parent_id=9fa9dfcb-8706-42e0-9e8c-59d5f6928263&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.005195 10.0.0.17 - - [2024-12-30 02:25:12] "POST /neutron/port HTTP/1.1" 200 1101 0.013021 10.0.0.17 - - [2024-12-30 02:25:12] "GET /virtual-network/8a3ec0fd-1e6d-4920-9e23-bbb2a40a5163?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007350 10.0.0.17 - - [2024-12-30 02:25:12] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006486 10.0.0.17 - - [2024-12-30 02:25:12] "POST /neutron/port HTTP/1.1" 200 1101 0.019315 10.0.0.17 - - [2024-12-30 02:25:12] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006674 10.0.0.17 - - [2024-12-30 02:25:16] "DELETE /project/a7a314d613f944a1ae195a9d2b202b2e HTTP/1.1" 404 173 0.009536 10.0.0.17 - - [2024-12-30 02:25:16] "DELETE /project/9fa9dfcb870642e09e8c59d5f6928263 HTTP/1.1" 404 173 0.003639 10.0.0.17 - - [2024-12-30 02:25:16] "DELETE /project/f94e7a656f4749e1b9aba5e986b3a428 HTTP/1.1" 404 173 0.005212 10.0.0.17 - - [2024-12-30 02:25:16] "GET /projects?obj_uuids=f94e7a65-6f47-49e1-b9ab-a5e986b3a428&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000849 10.0.0.17 - - [2024-12-30 02:25:16] "GET /project/f94e7a65-6f47-49e1-b9ab-a5e986b3a428?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.023707 10.0.0.17 - - [2024-12-30 02:25:16] "GET /projects?obj_uuids=f94e7a65-6f47-49e1-b9ab-a5e986b3a428&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.048185 10.0.0.17 - - [2024-12-30 02:25:17] "GET /project/f94e7a65-6f47-49e1-b9ab-a5e986b3a428?fields=security_groups HTTP/1.1" 200 1396 0.115111 10.0.0.17 - - [2024-12-30 02:25:17] "DELETE /security-group/615041c3-eb87-4818-97f4-b9c13ee877ed HTTP/1.1" 200 115 0.044699 10.0.0.17 - - [2024-12-30 02:25:17] "GET /projects?obj_uuids=f94e7a65-6f47-49e1-b9ab-a5e986b3a428&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001033 10.0.0.17 - - [2024-12-30 02:25:17] "DELETE /access-control-list/4bf1a46c-7d54-4770-b6a8-ef0e5a5b4315 HTTP/1.1" 200 115 0.034168 10.0.0.17 - - [2024-12-30 02:25:17] "GET /project/f94e7a65-6f47-49e1-b9ab-a5e986b3a428?fields=application_policy_sets HTTP/1.1" 200 1435 0.035104 10.0.0.17 - - [2024-12-30 02:25:17] "DELETE /access-control-list/91ed883f-d737-4991-8b76-2c1634c978c1 HTTP/1.1" 200 115 0.026145 10.0.0.17 - - [2024-12-30 02:25:17] "DELETE /project/f94e7a65-6f47-49e1-b9ab-a5e986b3a428 HTTP/1.1" 200 115 0.391805 10.0.0.17 - - [2024-12-30 02:25:17] "GET /projects?obj_uuids=9fa9dfcb-8706-42e0-9e8c-59d5f6928263&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001106 10.0.0.17 - - [2024-12-30 02:25:17] "POST /neutron/floatingip HTTP/1.1" 200 531 0.093066 10.0.0.17 - - [2024-12-30 02:25:17] "POST /neutron/port HTTP/1.1" 200 1101 0.016713 10.0.0.17 - - [2024-12-30 02:25:18] "POST /neutron/floatingip HTTP/1.1" 200 531 0.005728 10.0.0.17 - - [2024-12-30 02:25:18] "POST /neutron/floatingip HTTP/1.1" 200 579 0.032288 10.0.0.17 - - [2024-12-30 02:25:18] "POST /neutron/port HTTP/1.1" 200 1101 0.015058 10.0.0.17 - - [2024-12-30 02:25:18] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006146 10.0.0.17 - - [2024-12-30 02:25:18] "POST /neutron/port HTTP/1.1" 200 1101 0.014111 10.0.0.17 - - [2024-12-30 02:25:18] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005231 10.0.0.17 - - [2024-12-30 02:25:18] "POST /neutron/port HTTP/1.1" 200 1101 0.034201 10.0.0.17 - - [2024-12-30 02:25:18] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006789 10.0.0.17 - - [2024-12-30 02:25:18] "GET /virtual-machine/f953774d-9a0f-4139-ad6a-a5e4736a1eef HTTP/1.1" 200 1305 0.005184 10.0.0.17 - - [2024-12-30 02:25:18] "GET /virtual-machine-interface/d368c114-aa93-460d-af05-208d765ac26a HTTP/1.1" 200 3005 0.004961 10.0.0.17 - - [2024-12-30 02:25:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002702 10.0.0.17 - - [2024-12-30 02:25:18] "GET /global-vrouter-config/dbf59b20-4c55-431f-8624-94290425b024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003013 10.0.0.17 - - [2024-12-30 02:25:18] "GET /virtual-networks?parent_id=9fa9dfcb-8706-42e0-9e8c-59d5f6928263&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003952 10.0.0.17 - - [2024-12-30 02:25:18] "GET /virtual-network/c3774185-7e2e-4c0a-b510-3b06e315f212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005171 10.0.0.17 - - [2024-12-30 02:25:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002905 10.0.0.17 - - [2024-12-30 02:25:19] "GET /global-vrouter-config/dbf59b20-4c55-431f-8624-94290425b024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002834 10.0.0.17 - - [2024-12-30 02:25:19] "GET /virtual-networks?parent_id=9fa9dfcb-8706-42e0-9e8c-59d5f6928263&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002885 10.0.0.17 - - [2024-12-30 02:25:19] "GET /virtual-network/c3774185-7e2e-4c0a-b510-3b06e315f212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005664 10.0.0.17 - - [2024-12-30 02:25:19] "POST /neutron/floatingip HTTP/1.1" 200 579 0.008646 10.0.0.17 - - [2024-12-30 02:25:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002146 10.0.0.17 - - [2024-12-30 02:25:19] "GET /routing-instance/db2f5d3d-0694-41e5-888f-3eed13146495?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.003147 10.0.0.17 - - [2024-12-30 02:25:19] "GET /route-target/d975ddb0-34c2-40e0-97ce-d4513f0bab60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003700 10.0.0.17 - - [2024-12-30 02:25:19] "GET /floating-ip/c8af43d7-00fb-447f-8319-ca8b95adf077 HTTP/1.1" 200 1891 0.004573 10.0.0.17 - - [2024-12-30 02:25:22] "POST /neutron/floatingip HTTP/1.1" 200 579 0.009206 10.0.0.17 - - [2024-12-30 02:25:22] "POST /neutron/floatingip HTTP/1.1" 200 531 0.018929 10.0.0.17 - - [2024-12-30 02:25:22] "POST /neutron/floatingip HTTP/1.1" 200 531 0.005483 10.0.0.17 - - [2024-12-30 02:25:22] "POST /neutron/floatingip HTTP/1.1" 200 115 0.031641 10.0.0.17 - - [2024-12-30 02:25:22] "GET /floating-ip-pool/e1dff7ff-eae2-4fdb-b8c1-00c95e90472e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1207 0.003313 10.0.0.17 - - [2024-12-30 02:25:22] "POST /ref-update HTTP/1.1" 200 156 0.008610 10.0.0.17 - - [2024-12-30 02:25:22] "DELETE /floating-ip-pool/e1dff7ff-eae2-4fdb-b8c1-00c95e90472e HTTP/1.1" 200 115 0.030236 10.0.0.17 - - [2024-12-30 02:25:22] "GET /obj-perms HTTP/1.1" 200 5056 0.046043 10.0.0.17 - - [2024-12-30 02:25:22] "POST /neutron/network HTTP/1.1" 200 839 0.005442 10.0.0.17 - - [2024-12-30 02:25:22] "POST /neutron/network HTTP/1.1" 400 204 0.012749 10.0.0.17 - - [2024-12-30 02:25:23] "GET /obj-perms HTTP/1.1" 200 5056 0.039890 10.0.0.17 - - [2024-12-30 02:25:23] "POST /neutron/port HTTP/1.1" 200 1101 0.013273 10.0.0.17 - - [2024-12-30 02:25:23] "POST /neutron/port HTTP/1.1" 200 1127 0.015598 10.0.0.17 - - [2024-12-30 02:25:23] "POST /neutron/port HTTP/1.1" 200 1101 0.013972 10.0.0.17 - - [2024-12-30 02:25:23] "POST /neutron/port HTTP/1.1" 200 1127 0.008667 10.0.0.17 - - [2024-12-30 02:25:23] "POST /neutron/port HTTP/1.1" 200 151 0.099199 10.0.0.17 - - [2024-12-30 02:25:23] "POST /neutron/port HTTP/1.1" 200 151 0.099569 10.0.0.17 - - [2024-12-30 02:25:24] "POST /neutron/network HTTP/1.1" 200 839 0.007498 10.0.0.17 - - [2024-12-30 02:25:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003073 10.0.0.17 - - [2024-12-30 02:25:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004410 10.0.0.17 - - [2024-12-30 02:25:24] "POST /useragent-kv HTTP/1.1" 200 115 0.001834 10.0.0.17 - - [2024-12-30 02:25:24] "POST /neutron/network HTTP/1.1" 200 151 0.081707 10.0.0.17 - - [2024-12-30 02:25:24] "GET /routing-instance/1b236bbb-1464-4a38-bd9c-9d883fd402f3 HTTP/1.1" 404 171 0.001928 10.0.0.17 - - [2024-12-30 02:25:25] "DELETE /route-target/1aa3de9e-084e-4fd3-a054-6cf0ba16b021 HTTP/1.1" 200 115 0.019631 10.0.0.17 - - [2024-12-30 02:25:25] "GET /domains HTTP/1.1" 200 280 0.003442 10.0.0.17 - - [2024-12-30 02:25:25] "GET /domains?obj_uuids=30bd2ff1-da41-468d-a29e-6955620cabf2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000987 10.0.0.17 - - [2024-12-30 02:25:25] "GET /domain/30bd2ff1-da41-468d-a29e-6955620cabf2 HTTP/1.1" 200 2585 0.053699 10.0.0.17 - - [2024-12-30 02:25:25] "GET /projects?obj_uuids=9fa9dfcb-8706-42e0-9e8c-59d5f6928263&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001324 10.0.0.17 - - [2024-12-30 02:25:25] "GET /project/9fa9dfcb-8706-42e0-9e8c-59d5f6928263 HTTP/1.1" 200 2174 0.075503 10.0.0.17 - - [2024-12-30 02:25:25] "POST /neutron/network HTTP/1.1" 200 839 0.006786 10.0.0.17 - - [2024-12-30 02:25:25] "POST /useragent-kv HTTP/1.1" 200 115 0.012342 10.0.0.17 - - [2024-12-30 02:25:25] "POST /useragent-kv HTTP/1.1" 200 115 0.005375 10.0.0.17 - - [2024-12-30 02:25:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005297 10.0.0.17 - - [2024-12-30 02:25:25] "POST /neutron/network HTTP/1.1" 200 151 0.105026 10.0.0.17 - - [2024-12-30 02:25:25] "GET /routing-instance/db2f5d3d-0694-41e5-888f-3eed13146495 HTTP/1.1" 404 171 0.004631 10.0.0.17 - - [2024-12-30 02:25:25] "GET /domains HTTP/1.1" 200 280 0.005506 10.0.0.17 - - [2024-12-30 02:25:25] "DELETE /route-target/d975ddb0-34c2-40e0-97ce-d4513f0bab60 HTTP/1.1" 200 115 0.028171 10.0.0.17 - - [2024-12-30 02:25:25] "GET /domains?obj_uuids=30bd2ff1-da41-468d-a29e-6955620cabf2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000988 10.0.0.17 - - [2024-12-30 02:25:25] "GET /domain/30bd2ff1-da41-468d-a29e-6955620cabf2 HTTP/1.1" 200 2585 0.048818 10.0.0.17 - - [2024-12-30 02:25:25] "GET /projects?obj_uuids=9fa9dfcb-8706-42e0-9e8c-59d5f6928263&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000964 10.0.0.17 - - [2024-12-30 02:25:25] "GET /project/9fa9dfcb-8706-42e0-9e8c-59d5f6928263 HTTP/1.1" 200 1924 0.064106 10.0.0.17 - - [2024-12-30 02:25:25] "GET /projects?obj_uuids=9fa9dfcb-8706-42e0-9e8c-59d5f6928263&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000992 10.0.0.17 - - [2024-12-30 02:25:25] "GET /project/9fa9dfcb-8706-42e0-9e8c-59d5f6928263?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.025411 10.0.0.17 - - [2024-12-30 02:25:25] "GET /projects?obj_uuids=9fa9dfcb-8706-42e0-9e8c-59d5f6928263&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000961 10.0.0.17 - - [2024-12-30 02:25:25] "GET /project/9fa9dfcb-8706-42e0-9e8c-59d5f6928263?fields=virtual_networks HTTP/1.1" 200 1056 0.069149 10.0.0.17 - - [2024-12-30 02:25:25] "GET /projects?obj_uuids=9fa9dfcb-8706-42e0-9e8c-59d5f6928263&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000994 10.0.0.17 - - [2024-12-30 02:25:25] "GET /project/9fa9dfcb-8706-42e0-9e8c-59d5f6928263?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.029285 10.0.0.17 - - [2024-12-30 02:25:25] "GET /projects?obj_uuids=9fa9dfcb-8706-42e0-9e8c-59d5f6928263&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001045 10.0.0.17 - - [2024-12-30 02:25:25] "GET /project/9fa9dfcb-8706-42e0-9e8c-59d5f6928263?fields=security_groups HTTP/1.1" 200 1294 0.025383 10.0.0.17 - - [2024-12-30 02:25:26] "POST /fqname-to-id HTTP/1.1" 404 183 0.022524 10.0.0.17 - - [2024-12-30 02:25:26] "GET /projects?obj_uuids=184baa43-8a90-4f93-99ec-d97f06b621c3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002213 10.0.0.17 - - [2024-12-30 02:25:26] "GET /domains?obj_uuids=30bd2ff1-da41-468d-a29e-6955620cabf2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001498 10.0.0.17 - - [2024-12-30 02:25:26] "GET /domain/30bd2ff1-da41-468d-a29e-6955620cabf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007575 10.0.0.17 - - [2024-12-30 02:25:26] "POST /id-to-fqname HTTP/1.1" 200 185 0.001180 10.0.0.17 - - [2024-12-30 02:25:26] "POST /fqname-to-id HTTP/1.1" 404 194 0.002557 10.0.0.17 - - [2024-12-30 02:25:27] "POST /security-groups HTTP/1.1" 200 586 0.059877 10.0.0.17 - - [2024-12-30 02:25:27] "POST /fqname-to-id HTTP/1.1" 404 229 0.002519 10.0.0.17 - - [2024-12-30 02:25:27] "POST /projects HTTP/1.1" 200 575 0.216914 10.0.0.17 - - [2024-12-30 02:25:27] "POST /access-control-lists HTTP/1.1" 200 591 0.058148 10.0.0.17 - - [2024-12-30 02:25:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.284134 10.0.0.17 - - [2024-12-30 02:25:27] "POST /fqname-to-id HTTP/1.1" 404 228 0.002491 10.0.0.17 - - [2024-12-30 02:25:27] "GET /project/184baa43-8a90-4f93-99ec-d97f06b621c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.401378 10.0.0.17 - - [2024-12-30 02:25:27] "POST /access-control-lists HTTP/1.1" 200 589 0.059960 10.0.0.17 - - [2024-12-30 02:25:28] "GET / HTTP/1.1" 200 35931 0.002404 10.0.0.17 - - [2024-12-30 02:25:29] "GET /projects?obj_uuids=184baa43-8a90-4f93-99ec-d97f06b621c3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000996 10.0.0.17 - - [2024-12-30 02:25:29] "GET /project/184baa43-8a90-4f93-99ec-d97f06b621c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.022311 10.0.0.17 - - [2024-12-30 02:25:29] "GET /projects?obj_uuids=184baa43-8a90-4f93-99ec-d97f06b621c3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001070 10.0.0.17 - - [2024-12-30 02:25:29] "GET /project/184baa43-8a90-4f93-99ec-d97f06b621c3?fields=virtual_networks HTTP/1.1" 200 1021 0.066879 10.0.0.17 - - [2024-12-30 02:25:29] "GET /projects?obj_uuids=184baa43-8a90-4f93-99ec-d97f06b621c3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001031 10.0.0.17 - - [2024-12-30 02:25:29] "GET /project/184baa43-8a90-4f93-99ec-d97f06b621c3?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.027873 10.0.0.17 - - [2024-12-30 02:25:29] "GET /projects?obj_uuids=184baa43-8a90-4f93-99ec-d97f06b621c3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001015 10.0.0.17 - - [2024-12-30 02:25:29] "GET /project/184baa43-8a90-4f93-99ec-d97f06b621c3?fields=security_groups HTTP/1.1" 200 1242 0.023174 10.0.0.17 - - [2024-12-30 02:25:30] "POST /fqname-to-id HTTP/1.1" 404 191 0.023407 10.0.0.17 - - [2024-12-30 02:25:30] "GET /projects?obj_uuids=03ccaa2a-07ae-4618-98bf-5f994331a0bc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002667 10.0.0.17 - - [2024-12-30 02:25:30] "GET /domains?obj_uuids=30bd2ff1-da41-468d-a29e-6955620cabf2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000983 10.0.0.17 - - [2024-12-30 02:25:30] "GET /domain/30bd2ff1-da41-468d-a29e-6955620cabf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008652 10.0.0.17 - - [2024-12-30 02:25:30] "POST /id-to-fqname HTTP/1.1" 200 193 0.001729 10.0.0.17 - - [2024-12-30 02:25:30] "POST /fqname-to-id HTTP/1.1" 404 202 0.004861 10.0.0.17 - - [2024-12-30 02:25:30] "POST /security-groups HTTP/1.1" 200 594 0.074652 10.0.0.17 - - [2024-12-30 02:25:30] "POST /fqname-to-id HTTP/1.1" 404 237 0.003632 10.0.0.17 - - [2024-12-30 02:25:30] "POST /projects HTTP/1.1" 200 591 0.235254 10.0.0.17 - - [2024-12-30 02:25:30] "POST /access-control-lists HTTP/1.1" 200 599 0.056541 10.0.0.17 - - [2024-12-30 02:25:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.306736 10.0.0.17 - - [2024-12-30 02:25:30] "POST /fqname-to-id HTTP/1.1" 404 236 0.002603 10.0.0.17 - - [2024-12-30 02:25:30] "GET /project/03ccaa2a-07ae-4618-98bf-5f994331a0bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.428396 10.0.0.17 - - [2024-12-30 02:25:30] "POST /access-control-lists HTTP/1.1" 200 597 0.059469 10.0.0.17 - - [2024-12-30 02:25:31] "GET / HTTP/1.1" 200 35931 0.001906 10.0.0.17 - - [2024-12-30 02:25:32] "GET /project/03ccaa2a-07ae-4618-98bf-5f994331a0bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000470 10.0.0.17 - - [2024-12-30 02:25:33] "GET /projects?obj_uuids=03ccaa2a-07ae-4618-98bf-5f994331a0bc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001550 10.0.0.17 - - [2024-12-30 02:25:33] "GET /project/03ccaa2a-07ae-4618-98bf-5f994331a0bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.045221 10.0.0.17 - - [2024-12-30 02:25:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002112 10.0.0.17 - - [2024-12-30 02:25:33] "GET /security-group/adae75ce-a1fc-4040-bd30-94e6bdf6d9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.004873 10.0.0.17 - - [2024-12-30 02:25:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002685 10.0.0.17 - - [2024-12-30 02:25:33] "GET /projects?obj_uuids=03ccaa2a-07ae-4618-98bf-5f994331a0bc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001318 10.0.0.17 - - [2024-12-30 02:25:33] "GET /project/03ccaa2a-07ae-4618-98bf-5f994331a0bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.028486 10.0.0.17 - - [2024-12-30 02:25:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.17 - - [2024-12-30 02:25:33] "GET /security-group/adae75ce-a1fc-4040-bd30-94e6bdf6d9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.004111 10.0.0.17 - - [2024-12-30 02:25:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002888 10.0.0.17 - - [2024-12-30 02:25:33] "PUT /security-group/adae75ce-a1fc-4040-bd30-94e6bdf6d9a8 HTTP/1.1" 200 262 0.014155 10.0.0.17 - - [2024-12-30 02:25:33] "PUT /access-control-list/bb8605cd-bbd3-4831-a21f-0951ec4e6749 HTTP/1.1" 200 272 0.008284 10.0.0.17 - - [2024-12-30 02:25:33] "PUT /access-control-list/5a74b595-30c4-4faa-99aa-92c88ac9e989 HTTP/1.1" 200 272 0.008537 10.0.0.17 - - [2024-12-30 02:25:33] "POST /fqname-to-id HTTP/1.1" 404 202 0.002435 10.0.0.17 - - [2024-12-30 02:25:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002713 10.0.0.17 - - [2024-12-30 02:25:33] "GET /projects?obj_uuids=03ccaa2a-07ae-4618-98bf-5f994331a0bc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001374 10.0.0.17 - - [2024-12-30 02:25:33] "GET /project/03ccaa2a-07ae-4618-98bf-5f994331a0bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.020454 10.0.0.17 - - [2024-12-30 02:25:33] "POST /neutron/network HTTP/1.1" 200 117 0.029227 10.0.0.17 - - [2024-12-30 02:25:33] "GET /projects?obj_uuids=03ccaa2a-07ae-4618-98bf-5f994331a0bc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001011 10.0.0.17 - - [2024-12-30 02:25:33] "POST /neutron/network HTTP/1.1" 200 608 0.067198 10.0.0.17 - - [2024-12-30 02:25:34] "POST /useragent-kv HTTP/1.1" 200 115 0.006510 10.0.0.17 - - [2024-12-30 02:25:34] "POST /neutron/subnet HTTP/1.1" 200 724 0.171418 10.0.0.17 - - [2024-12-30 02:25:34] "POST /neutron/network HTTP/1.1" 200 827 0.005203 10.0.0.17 - - [2024-12-30 02:25:34] "POST /id-to-fqname HTTP/1.1" 200 223 0.001160 10.0.0.17 - - [2024-12-30 02:25:34] "GET /virtual-network/0deb8dfa-5b9f-4cc6-b64f-b38d94506b61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004725 10.0.0.17 - - [2024-12-30 02:25:34] "POST /neutron/network HTTP/1.1" 200 827 0.006648 10.0.0.17 - - [2024-12-30 02:25:34] "POST /route-targets HTTP/1.1" 200 327 0.012999 10.0.0.17 - - [2024-12-30 02:25:34] "GET /virtual-network/0deb8dfa-5b9f-4cc6-b64f-b38d94506b61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007782 10.0.0.17 - - [2024-12-30 02:25:34] "POST /ref-update HTTP/1.1" 200 156 0.012187 10.0.0.17 - - [2024-12-30 02:25:34] "POST /neutron/network HTTP/1.1" 200 827 0.005678 10.0.0.17 - - [2024-12-30 02:25:34] "POST /neutron/subnet HTTP/1.1" 200 724 0.006399 10.0.0.17 - - [2024-12-30 02:25:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002447 10.0.0.17 - - [2024-12-30 02:25:34] "GET /projects?obj_uuids=03ccaa2a-07ae-4618-98bf-5f994331a0bc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001024 10.0.0.17 - - [2024-12-30 02:25:34] "GET /project/03ccaa2a-07ae-4618-98bf-5f994331a0bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.034835 10.0.0.17 - - [2024-12-30 02:25:34] "POST /neutron/network HTTP/1.1" 200 117 0.008711 10.0.0.17 - - [2024-12-30 02:25:34] "GET /projects?obj_uuids=03ccaa2a-07ae-4618-98bf-5f994331a0bc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000980 10.0.0.17 - - [2024-12-30 02:25:34] "POST /neutron/network HTTP/1.1" 200 615 0.093066 10.0.0.17 - - [2024-12-30 02:25:34] "POST /route-targets HTTP/1.1" 200 327 0.011534 10.0.0.17 - - [2024-12-30 02:25:34] "POST /ref-update HTTP/1.1" 200 156 0.013653 10.0.0.17 - - [2024-12-30 02:25:34] "POST /useragent-kv HTTP/1.1" 200 115 0.004314 10.0.0.17 - - [2024-12-30 02:25:34] "POST /neutron/subnet HTTP/1.1" 200 725 0.131468 10.0.0.17 - - [2024-12-30 02:25:34] "POST /neutron/network HTTP/1.1" 200 834 0.006542 10.0.0.17 - - [2024-12-30 02:25:34] "POST /id-to-fqname HTTP/1.1" 200 227 0.001248 10.0.0.17 - - [2024-12-30 02:25:34] "GET /virtual-network/c5727e16-3d33-4ec8-9249-cf4ff876b45b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006415 10.0.0.17 - - [2024-12-30 02:25:34] "POST /neutron/network HTTP/1.1" 200 834 0.005141 10.0.0.17 - - [2024-12-30 02:25:34] "GET /virtual-network/c5727e16-3d33-4ec8-9249-cf4ff876b45b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006040 10.0.0.17 - - [2024-12-30 02:25:34] "POST /neutron/network HTTP/1.1" 200 834 0.005065 10.0.0.17 - - [2024-12-30 02:25:34] "POST /neutron/subnet HTTP/1.1" 200 725 0.006438 10.0.0.17 - - [2024-12-30 02:25:34] "POST /id-to-fqname HTTP/1.1" 200 223 0.001221 10.0.0.17 - - [2024-12-30 02:25:35] "POST /neutron/network HTTP/1.1" 200 837 0.005100 10.0.0.17 - - [2024-12-30 02:25:35] "GET /aaa-mode HTTP/1.1" 401 292 0.000579 10.0.0.17 - - [2024-12-30 02:25:35] "GET / HTTP/1.1" 200 35931 0.001739 10.0.0.17 - - [2024-12-30 02:25:35] "GET /project/03ccaa2a-07ae-4618-98bf-5f994331a0bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000395 10.0.0.17 - - [2024-12-30 02:25:35] "GET /projects?obj_uuids=03ccaa2a-07ae-4618-98bf-5f994331a0bc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001065 10.0.0.17 - - [2024-12-30 02:25:35] "GET /project/03ccaa2a-07ae-4618-98bf-5f994331a0bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.054235 10.0.0.17 - - [2024-12-30 02:25:35] "POST /neutron/network HTTP/1.1" 200 827 0.014295 10.0.0.17 - - [2024-12-30 02:25:35] "POST /neutron/port HTTP/1.1" 200 117 0.005377 10.0.0.17 - - [2024-12-30 02:25:36] "POST /neutron/port HTTP/1.1" 200 117 0.005666 10.0.0.17 - - [2024-12-30 02:25:36] "POST /id-to-fqname HTTP/1.1" 200 227 0.001660 10.0.0.17 - - [2024-12-30 02:25:36] "POST /neutron/port HTTP/1.1" 200 117 0.009417 10.0.0.17 - - [2024-12-30 02:25:36] "POST /neutron/network HTTP/1.1" 200 844 0.005527 10.0.0.17 - - [2024-12-30 02:25:36] "GET /aaa-mode HTTP/1.1" 401 292 0.000442 10.0.0.17 - - [2024-12-30 02:25:36] "POST /neutron/network HTTP/1.1" 200 837 0.005280 10.0.0.17 - - [2024-12-30 02:25:36] "GET /projects?obj_uuids=03ccaa2a-07ae-4618-98bf-5f994331a0bc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001031 10.0.0.17 - - [2024-12-30 02:25:36] "GET / HTTP/1.1" 200 35931 0.003201 10.0.0.17 - - [2024-12-30 02:25:36] "GET /project/03ccaa2a-07ae-4618-98bf-5f994331a0bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000407 10.0.0.17 - - [2024-12-30 02:25:36] "POST /neutron/port HTTP/1.1" 200 1063 0.217329 10.0.0.17 - - [2024-12-30 02:25:36] "POST /neutron/port HTTP/1.1" 200 1063 0.008726 10.0.0.17 - - [2024-12-30 02:25:36] "POST /neutron/port HTTP/1.1" 200 1063 0.008411 10.0.0.17 - - [2024-12-30 02:25:36] "POST /neutron/port HTTP/1.1" 200 1117 0.071602 10.0.0.17 - - [2024-12-30 02:25:36] "POST /neutron/port HTTP/1.1" 200 1091 0.024687 10.0.0.17 - - [2024-12-30 02:25:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004239 10.0.0.17 - - [2024-12-30 02:25:36] "POST /neutron/subnet HTTP/1.1" 200 698 0.011066 10.0.0.17 - - [2024-12-30 02:25:36] "POST /neutron/port HTTP/1.1" 200 117 0.001103 10.0.0.17 - - [2024-12-30 02:25:36] "POST /neutron/network HTTP/1.1" 200 827 0.010240 10.0.0.17 - - [2024-12-30 02:25:36] "GET /projects?obj_uuids=03ccaa2a-07ae-4618-98bf-5f994331a0bc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001094 10.0.0.17 - - [2024-12-30 02:25:36] "GET /project/03ccaa2a-07ae-4618-98bf-5f994331a0bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.069291 10.0.0.17 - - [2024-12-30 02:25:36] "POST /neutron/network HTTP/1.1" 200 834 0.006276 10.0.0.17 - - [2024-12-30 02:25:37] "POST /neutron/port HTTP/1.1" 200 1091 0.019477 10.0.0.17 - - [2024-12-30 02:25:37] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005882 10.0.0.17 - - [2024-12-30 02:25:37] "POST /neutron/port HTTP/1.1" 200 117 0.008362 10.0.0.17 - - [2024-12-30 02:25:37] "GET /projects?obj_uuids=03ccaa2a-07ae-4618-98bf-5f994331a0bc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001043 10.0.0.17 - - [2024-12-30 02:25:37] "POST /neutron/router HTTP/1.1" 200 585 0.051949 10.0.0.17 - - [2024-12-30 02:25:37] "POST /neutron/router HTTP/1.1" 200 585 0.006834 10.0.0.17 - - [2024-12-30 02:25:37] "POST /route-targets HTTP/1.1" 200 327 0.013504 10.0.0.17 - - [2024-12-30 02:25:37] "POST /neutron/router HTTP/1.1" 200 656 0.054864 10.0.0.17 - - [2024-12-30 02:25:37] "PUT /logical-router/af090c6e-d3ab-4345-8a0f-3cf4e4bfae37 HTTP/1.1" 200 262 0.041416 10.0.0.17 - - [2024-12-30 02:25:37] "GET /logical-router/af090c6e-d3ab-4345-8a0f-3cf4e4bfae37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1641 0.007324 10.0.0.17 - - [2024-12-30 02:25:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004828 10.0.0.17 - - [2024-12-30 02:25:37] "POST /neutron/router HTTP/1.1" 200 656 0.005137 10.0.0.17 - - [2024-12-30 02:25:37] "GET /projects?obj_uuids=03ccaa2a-07ae-4618-98bf-5f994331a0bc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001274 10.0.0.17 - - [2024-12-30 02:25:37] "GET /service-template/5840317f-1e78-49d9-9b3c-c190b9930516?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.003794 10.0.0.17 - - [2024-12-30 02:25:37] "POST /neutron/network HTTP/1.1" 200 844 0.019340 10.0.0.17 - - [2024-12-30 02:25:37] "POST /fqname-to-id HTTP/1.1" 404 215 0.017178 10.0.0.17 - - [2024-12-30 02:25:37] "GET /projects?obj_uuids=03ccaa2a-07ae-4618-98bf-5f994331a0bc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001446 10.0.0.17 - - [2024-12-30 02:25:37] "POST /neutron/router HTTP/1.1" 200 344 0.271861 10.0.0.17 - - [2024-12-30 02:25:37] "POST /ref-update HTTP/1.1" 200 156 0.066354 10.0.0.17 - - [2024-12-30 02:25:37] "POST /neutron/port HTTP/1.1" 200 1091 0.070981 10.0.0.17 - - [2024-12-30 02:25:37] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009005 10.0.0.17 - - [2024-12-30 02:25:37] "POST /useragent-kv HTTP/1.1" 200 115 0.010810 10.0.0.17 - - [2024-12-30 02:25:37] "POST /virtual-networks HTTP/1.1" 200 694 0.228569 10.0.0.17 - - [2024-12-30 02:25:37] "POST /route-targets HTTP/1.1" 200 327 0.029353 10.0.0.17 - - [2024-12-30 02:25:37] "POST /ref-update HTTP/1.1" 200 156 0.039932 10.0.0.17 - - [2024-12-30 02:25:37] "POST /service-instances HTTP/1.1" 200 670 0.136512 10.0.0.17 - - [2024-12-30 02:25:38] "POST /neutron/port HTTP/1.1" 200 1063 0.482277 10.0.0.17 - - [2024-12-30 02:25:38] "POST /route-tables HTTP/1.1" 200 582 0.032725 10.0.0.17 - - [2024-12-30 02:25:38] "POST /neutron/port HTTP/1.1" 200 1063 0.015411 10.0.0.17 - - [2024-12-30 02:25:38] "POST /neutron/port HTTP/1.1" 200 1063 0.013459 10.0.0.17 - - [2024-12-30 02:25:38] "PUT /logical-router/af090c6e-d3ab-4345-8a0f-3cf4e4bfae37 HTTP/1.1" 200 262 0.040291 10.0.0.17 - - [2024-12-30 02:25:38] "POST /ref-update HTTP/1.1" 200 156 0.025574 10.0.0.17 - - [2024-12-30 02:25:38] "POST /neutron/port HTTP/1.1" 200 1117 0.104365 10.0.0.17 - - [2024-12-30 02:25:38] "POST /neutron/port HTTP/1.1" 200 1091 0.021356 10.0.0.17 - - [2024-12-30 02:25:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003502 10.0.0.17 - - [2024-12-30 02:25:38] "POST /neutron/subnet HTTP/1.1" 200 699 0.011152 10.0.0.17 - - [2024-12-30 02:25:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003969 10.0.0.17 - - [2024-12-30 02:25:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002279 10.0.0.17 - - [2024-12-30 02:25:38] "POST /neutron/port HTTP/1.1" 200 117 0.001011 10.0.0.17 - - [2024-12-30 02:25:38] "POST /neutron/network HTTP/1.1" 200 834 0.004644 10.0.0.17 - - [2024-12-30 02:25:38] "POST /virtual-machines HTTP/1.1" 200 553 0.021023 10.0.0.17 - - [2024-12-30 02:25:38] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.085186 10.0.0.17 - - [2024-12-30 02:25:38] "POST /chown HTTP/1.1" 200 109 0.010536 10.0.0.17 - - [2024-12-30 02:25:38] "POST /instance-ips HTTP/1.1" 200 551 0.024371 10.0.0.17 - - [2024-12-30 02:25:38] "POST /instance-ips HTTP/1.1" 400 246 0.017531 10.0.0.17 - - [2024-12-30 02:25:38] "POST /chown HTTP/1.1" 200 109 0.008993 10.0.0.17 - - [2024-12-30 02:25:38] "PUT /virtual-machine-interface/4fb654d6-9319-4ba9-bd60-3f2db0b174a7 HTTP/1.1" 200 284 0.010779 10.0.0.17 - - [2024-12-30 02:25:38] "PUT /instance-ip/9edb1823-4dba-4b9a-a1b8-301bb2e07004 HTTP/1.1" 200 256 0.015115 10.0.0.17 - - [2024-12-30 02:25:38] "POST /ref-update HTTP/1.1" 200 156 0.011127 10.0.0.17 - - [2024-12-30 02:25:39] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.092008 10.0.0.17 - - [2024-12-30 02:25:39] "POST /chown HTTP/1.1" 200 109 0.007321 10.0.0.17 - - [2024-12-30 02:25:39] "POST /instance-ips HTTP/1.1" 200 549 0.038625 10.0.0.17 - - [2024-12-30 02:25:39] "POST /instance-ips HTTP/1.1" 400 316 0.015350 10.0.0.17 - - [2024-12-30 02:25:39] "POST /chown HTTP/1.1" 200 109 0.011690 10.0.0.17 - - [2024-12-30 02:25:39] "PUT /virtual-machine-interface/03293936-e27a-4601-b458-6a26ae4ea40e HTTP/1.1" 200 284 0.016098 10.0.0.17 - - [2024-12-30 02:25:39] "PUT /instance-ip/cd36d152-3686-4758-9926-5d11926d26c1 HTTP/1.1" 200 256 0.010580 10.0.0.17 - - [2024-12-30 02:25:39] "POST /ref-update HTTP/1.1" 200 156 0.010824 10.0.0.17 - - [2024-12-30 02:25:39] "POST /ref-update HTTP/1.1" 200 156 0.010577 10.0.0.17 - - [2024-12-30 02:25:39] "PUT /routing-instance/f50d4c07-d4d1-4c75-adf5-0a49c7e7d519 HTTP/1.1" 200 266 0.013693 10.0.0.17 - - [2024-12-30 02:25:39] "POST /ref-update HTTP/1.1" 200 156 0.014336 10.0.0.17 - - [2024-12-30 02:25:39] "POST /virtual-machines HTTP/1.1" 200 553 0.015552 10.0.0.17 - - [2024-12-30 02:25:39] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.128059 10.0.0.17 - - [2024-12-30 02:25:39] "POST /chown HTTP/1.1" 200 109 0.009376 10.0.0.17 - - [2024-12-30 02:25:39] "POST /instance-ips HTTP/1.1" 400 246 0.016535 10.0.0.17 - - [2024-12-30 02:25:39] "POST /chown HTTP/1.1" 200 109 0.006509 10.0.0.17 - - [2024-12-30 02:25:40] "PUT /virtual-machine-interface/6b09c427-9a98-48e5-958e-7dd5d06048f2 HTTP/1.1" 200 284 0.010370 10.0.0.17 - - [2024-12-30 02:25:40] "PUT /instance-ip/9edb1823-4dba-4b9a-a1b8-301bb2e07004 HTTP/1.1" 200 256 0.011628 10.0.0.17 - - [2024-12-30 02:25:40] "POST /ref-update HTTP/1.1" 200 156 0.010641 10.0.0.17 - - [2024-12-30 02:25:40] "POST /ref-update HTTP/1.1" 200 156 0.011179 10.0.0.17 - - [2024-12-30 02:25:40] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.088540 10.0.0.17 - - [2024-12-30 02:25:40] "POST /chown HTTP/1.1" 200 109 0.008303 10.0.0.17 - - [2024-12-30 02:25:40] "POST /instance-ips HTTP/1.1" 400 316 0.012813 10.0.0.17 - - [2024-12-30 02:25:40] "POST /chown HTTP/1.1" 200 109 0.007908 10.0.0.17 - - [2024-12-30 02:25:40] "PUT /virtual-machine-interface/f93d23bd-ae0e-46b1-988c-cd094bc88cee HTTP/1.1" 200 284 0.026533 10.0.0.17 - - [2024-12-30 02:25:40] "PUT /instance-ip/cd36d152-3686-4758-9926-5d11926d26c1 HTTP/1.1" 200 256 0.012954 10.0.0.17 - - [2024-12-30 02:25:40] "POST /ref-update HTTP/1.1" 200 156 0.010890 10.0.0.17 - - [2024-12-30 02:25:40] "POST /ref-update HTTP/1.1" 200 156 0.011167 10.0.0.17 - - [2024-12-30 02:25:42] "POST /neutron/port HTTP/1.1" 200 1091 0.017202 10.0.0.17 - - [2024-12-30 02:25:42] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006016 10.0.0.17 - - [2024-12-30 02:25:42] "POST /neutron/port HTTP/1.1" 200 1091 0.013571 10.0.0.17 - - [2024-12-30 02:25:42] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005615 10.0.0.17 - - [2024-12-30 02:25:42] "POST /neutron/port HTTP/1.1" 200 1091 0.016036 10.0.0.17 - - [2024-12-30 02:25:43] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008999 10.0.0.17 - - [2024-12-30 02:25:43] "GET /virtual-machine/59cda8d2-ac70-4a68-a9a7-04aa290cc20b HTTP/1.1" 401 292 0.000437 10.0.0.17 - - [2024-12-30 02:25:43] "GET /virtual-machine/59cda8d2-ac70-4a68-a9a7-04aa290cc20b HTTP/1.1" 200 1295 0.025922 10.0.0.17 - - [2024-12-30 02:25:43] "GET /virtual-machine-interface/ba1ee178-8b36-4947-a44c-f74e6f1e097c HTTP/1.1" 200 2957 0.008086 10.0.0.17 - - [2024-12-30 02:25:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.17 - - [2024-12-30 02:25:43] "GET /global-vrouter-config/dbf59b20-4c55-431f-8624-94290425b024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003172 10.0.0.17 - - [2024-12-30 02:25:43] "GET /virtual-networks?parent_id=03ccaa2a-07ae-4618-98bf-5f994331a0bc&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002975 10.0.0.17 - - [2024-12-30 02:25:43] "GET /virtual-network/0deb8dfa-5b9f-4cc6-b64f-b38d94506b61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005587 10.0.0.17 - - [2024-12-30 02:25:45] "POST /neutron/port HTTP/1.1" 200 1091 0.014576 10.0.0.17 - - [2024-12-30 02:25:45] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006274 10.0.0.17 - - [2024-12-30 02:25:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002764 10.0.0.17 - - [2024-12-30 02:25:46] "GET /virtual-network/0deb8dfa-5b9f-4cc6-b64f-b38d94506b61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004766 10.0.0.17 - - [2024-12-30 02:25:46] "POST /neutron/port HTTP/1.1" 200 1091 0.013937 10.0.0.17 - - [2024-12-30 02:25:46] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005695 10.0.0.17 - - [2024-12-30 02:25:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.17 - - [2024-12-30 02:25:48] "GET /global-vrouter-config/dbf59b20-4c55-431f-8624-94290425b024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003172 10.0.0.17 - - [2024-12-30 02:25:48] "GET /virtual-networks?parent_id=03ccaa2a-07ae-4618-98bf-5f994331a0bc&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003295 10.0.0.17 - - [2024-12-30 02:25:48] "GET /virtual-network/0deb8dfa-5b9f-4cc6-b64f-b38d94506b61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005212 10.0.0.17 - - [2024-12-30 02:25:49] "POST /neutron/port HTTP/1.1" 200 1091 0.013376 10.0.0.17 - - [2024-12-30 02:25:49] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005625 10.0.0.17 - - [2024-12-30 02:25:49] "POST /neutron/port HTTP/1.1" 200 1091 0.017484 10.0.0.17 - - [2024-12-30 02:25:49] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005710 10.0.0.17 - - [2024-12-30 02:25:49] "POST /neutron/port HTTP/1.1" 200 1091 0.014220 10.0.0.17 - - [2024-12-30 02:25:49] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005418 10.0.0.17 - - [2024-12-30 02:25:49] "GET /virtual-machine/965710d5-ce90-4fc9-b00f-2da43ce3b706 HTTP/1.1" 200 1296 0.004571 10.0.0.17 - - [2024-12-30 02:25:49] "GET /virtual-machine-interface/0e06be6e-b353-482f-8703-3288432cb581 HTTP/1.1" 200 2967 0.004598 10.0.0.17 - - [2024-12-30 02:25:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002702 10.0.0.17 - - [2024-12-30 02:25:49] "GET /global-vrouter-config/dbf59b20-4c55-431f-8624-94290425b024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002663 10.0.0.17 - - [2024-12-30 02:25:49] "GET /virtual-networks?parent_id=03ccaa2a-07ae-4618-98bf-5f994331a0bc&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002995 10.0.0.17 - - [2024-12-30 02:25:49] "GET /virtual-network/c5727e16-3d33-4ec8-9249-cf4ff876b45b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005893 10.0.0.17 - - [2024-12-30 02:25:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002642 10.0.0.17 - - [2024-12-30 02:25:50] "GET /global-vrouter-config/dbf59b20-4c55-431f-8624-94290425b024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003207 10.0.0.17 - - [2024-12-30 02:25:50] "GET /virtual-networks?parent_id=03ccaa2a-07ae-4618-98bf-5f994331a0bc&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002805 10.0.0.17 - - [2024-12-30 02:25:50] "GET /virtual-network/c5727e16-3d33-4ec8-9249-cf4ff876b45b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005416 10.0.0.17 - - [2024-12-30 02:25:52] "POST /neutron/port HTTP/1.1" 200 1091 0.014768 10.0.0.17 - - [2024-12-30 02:25:52] "POST /neutron/port HTTP/1.1" 200 1091 0.016197 10.0.0.17 - - [2024-12-30 02:25:53] "POST /neutron/network HTTP/1.1" 200 837 0.006023 10.0.0.17 - - [2024-12-30 02:25:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003555 10.0.0.17 - - [2024-12-30 02:25:53] "POST /neutron/subnet HTTP/1.1" 200 698 0.013305 10.0.0.17 - - [2024-12-30 02:25:53] "POST /neutron/port HTTP/1.1" 200 117 0.001261 10.0.0.17 - - [2024-12-30 02:25:53] "POST /neutron/network HTTP/1.1" 200 827 0.005951 10.0.0.17 - - [2024-12-30 02:25:54] "POST /neutron/router HTTP/1.1" 200 656 0.004038 10.0.0.17 - - [2024-12-30 02:25:54] "POST /ref-update HTTP/1.1" 200 156 0.011803 10.0.0.17 - - [2024-12-30 02:25:54] "POST /neutron/router HTTP/1.1" 200 344 0.119547 10.0.0.17 - - [2024-12-30 02:25:54] "POST /neutron/router HTTP/1.1" 200 656 0.004378 10.0.0.17 - - [2024-12-30 02:25:54] "GET /logical-router/af090c6e-d3ab-4345-8a0f-3cf4e4bfae37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1972 0.003251 10.0.0.17 - - [2024-12-30 02:25:54] "GET /service-instance/904646de-2051-4e18-b9e3-60881f669fbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2326 0.003437 10.0.0.17 - - [2024-12-30 02:25:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002904 10.0.0.17 - - [2024-12-30 02:25:55] "POST /neutron/router HTTP/1.1" 200 151 0.054636 10.0.0.17 - - [2024-12-30 02:25:55] "DELETE /route-target/83fc3202-9798-42fb-99b9-dcaeb5b5f1c2 HTTP/1.1" 409 239 0.004293 10.0.0.17 - - [2024-12-30 02:25:55] "PUT /logical-router/af090c6e-d3ab-4345-8a0f-3cf4e4bfae37 HTTP/1.1" 404 171 0.002654 10.0.0.17 - - [2024-12-30 02:25:55] "POST /ref-update HTTP/1.1" 200 156 0.009818 10.0.0.17 - - [2024-12-30 02:25:55] "DELETE /route-table/6eb0a399-4f81-4acb-9de0-6fbf5c47f015 HTTP/1.1" 200 115 0.026820 10.0.0.17 - - [2024-12-30 02:25:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.17 - - [2024-12-30 02:25:55] "PUT /routing-instance/f50d4c07-d4d1-4c75-adf5-0a49c7e7d519 HTTP/1.1" 200 266 0.010304 10.0.0.17 - - [2024-12-30 02:25:55] "POST /neutron/network HTTP/1.1" 200 834 0.005826 10.0.0.17 - - [2024-12-30 02:25:55] "GET /virtual-network/b1ba2c79-b35e-4d6f-abd1-5fb1515ab619?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2133 0.009788 10.0.0.17 - - [2024-12-30 02:25:55] "POST /neutron/network HTTP/1.1" 400 204 0.037883 10.0.0.17 - - [2024-12-30 02:25:55] "POST /ref-update HTTP/1.1" 200 156 0.009048 10.0.0.17 - - [2024-12-30 02:25:55] "POST /ref-update HTTP/1.1" 200 156 0.008973 10.0.0.17 - - [2024-12-30 02:25:55] "DELETE /instance-ip/cd36d152-3686-4758-9926-5d11926d26c1 HTTP/1.1" 200 115 0.037187 10.0.0.17 - - [2024-12-30 02:25:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002249 10.0.0.17 - - [2024-12-30 02:25:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.006244 10.0.0.17 - - [2024-12-30 02:25:55] "POST /useragent-kv HTTP/1.1" 200 115 0.004245 10.0.0.17 - - [2024-12-30 02:25:55] "DELETE /virtual-network/b1ba2c79-b35e-4d6f-abd1-5fb1515ab619 HTTP/1.1" 200 115 0.138278 10.0.0.17 - - [2024-12-30 02:25:55] "DELETE /route-target/e0d89ce8-94b5-4e42-a66e-cf810e771e62 HTTP/1.1" 200 115 0.032316 10.0.0.17 - - [2024-12-30 02:25:55] "DELETE /service-instance/904646de-2051-4e18-b9e3-60881f669fbf HTTP/1.1" 200 115 0.046636 10.0.0.17 - - [2024-12-30 02:25:55] "GET /logical-router/af090c6e-d3ab-4345-8a0f-3cf4e4bfae37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004729 10.0.0.17 - - [2024-12-30 02:25:55] "GET /service-instance/904646de-2051-4e18-b9e3-60881f669fbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002551 10.0.0.17 - - [2024-12-30 02:25:55] "POST /neutron/port HTTP/1.1" 200 1091 0.021381 10.0.0.17 - - [2024-12-30 02:25:55] "POST /neutron/port HTTP/1.1" 200 1117 0.009220 10.0.0.17 - - [2024-12-30 02:25:55] "GET /virtual-machine-interface/03293936-e27a-4601-b458-6a26ae4ea40e?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1342 0.006950 10.0.0.17 - - [2024-12-30 02:25:55] "POST /neutron/port HTTP/1.1" 200 1091 0.035574 10.0.0.17 - - [2024-12-30 02:25:55] "POST /neutron/port HTTP/1.1" 200 1117 0.009801 10.0.0.17 - - [2024-12-30 02:25:55] "DELETE /virtual-machine-interface/03293936-e27a-4601-b458-6a26ae4ea40e HTTP/1.1" 200 115 0.062625 10.0.0.17 - - [2024-12-30 02:25:55] "POST /neutron/port HTTP/1.1" 200 151 0.144377 10.0.0.17 - - [2024-12-30 02:25:55] "GET /virtual-machine-interface/4fb654d6-9319-4ba9-bd60-3f2db0b174a7?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1663 0.008399 10.0.0.17 - - [2024-12-30 02:25:55] "POST /neutron/port HTTP/1.1" 200 151 0.130538 10.0.0.17 - - [2024-12-30 02:25:55] "POST /ref-update HTTP/1.1" 200 156 0.015603 10.0.0.17 - - [2024-12-30 02:25:55] "GET /instance-ip/9edb1823-4dba-4b9a-a1b8-301bb2e07004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004210 10.0.0.17 - - [2024-12-30 02:25:56] "DELETE /virtual-machine-interface/4fb654d6-9319-4ba9-bd60-3f2db0b174a7 HTTP/1.1" 200 115 0.032231 10.0.0.17 - - [2024-12-30 02:25:56] "POST /ref-update HTTP/1.1" 200 156 0.012842 10.0.0.17 - - [2024-12-30 02:25:56] "DELETE /virtual-machine/84992f8f-ebae-4cfe-b6ba-49f9f94d13b3 HTTP/1.1" 200 115 0.014234 10.0.0.17 - - [2024-12-30 02:25:56] "GET /virtual-machine-interface/6b09c427-9a98-48e5-958e-7dd5d06048f2?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1663 0.005526 10.0.0.17 - - [2024-12-30 02:25:56] "POST /ref-update HTTP/1.1" 200 156 0.010698 10.0.0.17 - - [2024-12-30 02:25:56] "GET /instance-ip/9edb1823-4dba-4b9a-a1b8-301bb2e07004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1696 0.004965 10.0.0.17 - - [2024-12-30 02:25:56] "DELETE /instance-ip/9edb1823-4dba-4b9a-a1b8-301bb2e07004 HTTP/1.1" 200 115 0.025678 10.0.0.17 - - [2024-12-30 02:25:56] "DELETE /virtual-machine-interface/6b09c427-9a98-48e5-958e-7dd5d06048f2 HTTP/1.1" 200 115 0.029696 10.0.0.17 - - [2024-12-30 02:25:56] "GET /virtual-machine-interface/f93d23bd-ae0e-46b1-988c-cd094bc88cee?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1344 0.005746 10.0.0.17 - - [2024-12-30 02:25:56] "DELETE /virtual-machine-interface/f93d23bd-ae0e-46b1-988c-cd094bc88cee HTTP/1.1" 200 115 0.031829 10.0.0.17 - - [2024-12-30 02:25:56] "DELETE /virtual-machine/393d1125-491e-450f-8750-55424bbd9ce2 HTTP/1.1" 200 115 0.016655 10.0.0.17 - - [2024-12-30 02:25:57] "POST /neutron/network HTTP/1.1" 200 834 0.005367 10.0.0.17 - - [2024-12-30 02:25:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003113 10.0.0.17 - - [2024-12-30 02:25:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004127 10.0.0.17 - - [2024-12-30 02:25:57] "POST /useragent-kv HTTP/1.1" 200 115 0.001976 10.0.0.17 - - [2024-12-30 02:25:57] "POST /neutron/network HTTP/1.1" 200 151 0.069298 10.0.0.17 - - [2024-12-30 02:25:57] "DELETE /route-target/b7dc9d2c-2f3e-4ba5-9b57-2359b0a6fe07 HTTP/1.1" 200 115 0.021448 10.0.0.17 - - [2024-12-30 02:25:57] "POST /neutron/network HTTP/1.1" 200 827 0.007915 10.0.0.17 - - [2024-12-30 02:25:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003982 10.0.0.17 - - [2024-12-30 02:25:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002198 10.0.0.17 - - [2024-12-30 02:25:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002893 10.0.0.17 - - [2024-12-30 02:25:57] "POST /neutron/network HTTP/1.1" 200 151 0.078078 10.0.0.17 - - [2024-12-30 02:25:57] "DELETE /route-target/d01a6431-fa78-4f52-9c31-b5df4069fe67 HTTP/1.1" 200 115 0.016093 10.0.0.17 - - [2024-12-30 02:25:57] "GET /projects?obj_uuids=03ccaa2a-07ae-4618-98bf-5f994331a0bc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001078 10.0.0.17 - - [2024-12-30 02:25:57] "GET /project/03ccaa2a-07ae-4618-98bf-5f994331a0bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.026596 10.0.0.17 - - [2024-12-30 02:25:57] "GET /projects?obj_uuids=03ccaa2a-07ae-4618-98bf-5f994331a0bc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001012 10.0.0.17 - - [2024-12-30 02:25:57] "GET /project/03ccaa2a-07ae-4618-98bf-5f994331a0bc?fields=virtual_networks HTTP/1.1" 200 1036 0.067785 10.0.0.17 - - [2024-12-30 02:25:57] "GET /projects?obj_uuids=03ccaa2a-07ae-4618-98bf-5f994331a0bc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001695 10.0.0.17 - - [2024-12-30 02:25:57] "GET /project/03ccaa2a-07ae-4618-98bf-5f994331a0bc?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.036504 10.0.0.17 - - [2024-12-30 02:25:57] "GET /projects?obj_uuids=03ccaa2a-07ae-4618-98bf-5f994331a0bc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001078 10.0.0.17 - - [2024-12-30 02:25:57] "GET /project/03ccaa2a-07ae-4618-98bf-5f994331a0bc?fields=security_groups HTTP/1.1" 200 1265 0.033024 10.0.0.17 - - [2024-12-30 02:25:58] "POST /fqname-to-id HTTP/1.1" 404 196 0.027204 10.0.0.17 - - [2024-12-30 02:25:58] "GET /projects?obj_uuids=c1aef22a-3652-49aa-b5d3-609631add31a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002349 10.0.0.17 - - [2024-12-30 02:25:58] "GET /domains?obj_uuids=30bd2ff1-da41-468d-a29e-6955620cabf2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001004 10.0.0.17 - - [2024-12-30 02:25:58] "GET /domain/30bd2ff1-da41-468d-a29e-6955620cabf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008109 10.0.0.17 - - [2024-12-30 02:25:58] "POST /id-to-fqname HTTP/1.1" 200 198 0.001304 10.0.0.17 - - [2024-12-30 02:25:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.002208 10.0.0.17 - - [2024-12-30 02:25:58] "POST /security-groups HTTP/1.1" 200 599 0.062466 10.0.0.17 - - [2024-12-30 02:25:59] "POST /fqname-to-id HTTP/1.1" 404 242 0.004740 10.0.0.17 - - [2024-12-30 02:25:59] "POST /projects HTTP/1.1" 200 601 0.209096 10.0.0.17 - - [2024-12-30 02:25:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.281412 10.0.0.17 - - [2024-12-30 02:25:59] "POST /access-control-lists HTTP/1.1" 200 604 0.061116 10.0.0.17 - - [2024-12-30 02:25:59] "POST /fqname-to-id HTTP/1.1" 404 241 0.003375 10.0.0.17 - - [2024-12-30 02:25:59] "GET /project/c1aef22a-3652-49aa-b5d3-609631add31a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.406913 10.0.0.17 - - [2024-12-30 02:25:59] "POST /access-control-lists HTTP/1.1" 200 602 0.062502 10.0.0.17 - - [2024-12-30 02:26:00] "GET / HTTP/1.1" 200 35931 0.001913 10.0.0.17 - - [2024-12-30 02:26:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000475 10.0.0.17 - - [2024-12-30 02:26:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.053385 10.0.0.17 - - [2024-12-30 02:26:01] "GET /projects?obj_uuids=c1aef22a-3652-49aa-b5d3-609631add31a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000951 10.0.0.17 - - [2024-12-30 02:26:01] "GET /project/c1aef22a-3652-49aa-b5d3-609631add31a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.026343 10.0.0.17 - - [2024-12-30 02:26:01] "POST /neutron/network HTTP/1.1" 200 117 0.028387 10.0.0.17 - - [2024-12-30 02:26:01] "GET /projects?obj_uuids=c1aef22a-3652-49aa-b5d3-609631add31a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001758 10.0.0.17 - - [2024-12-30 02:26:01] "POST /neutron/network HTTP/1.1" 200 613 0.072943 10.0.0.17 - - [2024-12-30 02:26:01] "POST /route-targets HTTP/1.1" 200 327 0.013918 10.0.0.17 - - [2024-12-30 02:26:01] "POST /ref-update HTTP/1.1" 200 156 0.012114 10.0.0.17 - - [2024-12-30 02:26:01] "POST /useragent-kv HTTP/1.1" 200 115 0.008660 10.0.0.17 - - [2024-12-30 02:26:01] "POST /neutron/subnet HTTP/1.1" 200 724 0.175183 10.0.0.17 - - [2024-12-30 02:26:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.028198 10.0.0.17 - - [2024-12-30 02:26:01] "POST /useragent-kv HTTP/1.1" 200 115 0.007771 10.0.0.17 - - [2024-12-30 02:26:01] "GET /virtual-network/d7a9c2a2-6dec-4861-8aef-1816be235c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.019285 10.0.0.17 - - [2024-12-30 02:26:01] "POST /neutron/subnet HTTP/1.1" 200 828 0.169931 10.0.0.17 - - [2024-12-30 02:26:01] "POST /neutron/network HTTP/1.1" 200 1006 0.009175 10.0.0.17 - - [2024-12-30 02:26:01] "POST /id-to-fqname HTTP/1.1" 200 228 0.001158 10.0.0.17 - - [2024-12-30 02:26:01] "GET /virtual-network/c6459a36-dd20-4ff9-91c5-0496e31e0fcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.004555 10.0.0.17 - - [2024-12-30 02:26:01] "POST /neutron/network HTTP/1.1" 200 1006 0.008140 10.0.0.17 - - [2024-12-30 02:26:01] "GET /virtual-network/c6459a36-dd20-4ff9-91c5-0496e31e0fcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005024 10.0.0.17 - - [2024-12-30 02:26:01] "POST /neutron/network HTTP/1.1" 200 1006 0.008430 10.0.0.17 - - [2024-12-30 02:26:01] "POST /neutron/subnet HTTP/1.1" 200 724 0.007084 10.0.0.17 - - [2024-12-30 02:26:01] "POST /neutron/subnet HTTP/1.1" 200 828 0.009139 10.0.0.17 - - [2024-12-30 02:26:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.17 - - [2024-12-30 02:26:01] "GET /projects?obj_uuids=c1aef22a-3652-49aa-b5d3-609631add31a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001002 10.0.0.17 - - [2024-12-30 02:26:01] "GET /project/c1aef22a-3652-49aa-b5d3-609631add31a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.025357 10.0.0.17 - - [2024-12-30 02:26:02] "POST /neutron/network HTTP/1.1" 200 117 0.009964 10.0.0.17 - - [2024-12-30 02:26:02] "GET /projects?obj_uuids=c1aef22a-3652-49aa-b5d3-609631add31a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001118 10.0.0.17 - - [2024-12-30 02:26:02] "POST /neutron/network HTTP/1.1" 200 613 0.065080 10.0.0.17 - - [2024-12-30 02:26:02] "POST /route-targets HTTP/1.1" 200 327 0.010720 10.0.0.17 - - [2024-12-30 02:26:02] "POST /ref-update HTTP/1.1" 200 156 0.010620 10.0.0.17 - - [2024-12-30 02:26:02] "POST /useragent-kv HTTP/1.1" 200 115 0.005785 10.0.0.17 - - [2024-12-30 02:26:02] "POST /neutron/subnet HTTP/1.1" 200 730 0.192625 10.0.0.17 - - [2024-12-30 02:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.17 - - [2024-12-30 02:26:02] "GET /virtual-network/d7a9c2a2-6dec-4861-8aef-1816be235c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.004472 10.0.0.17 - - [2024-12-30 02:26:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003754 10.0.0.17 - - [2024-12-30 02:26:02] "POST /neutron/subnet HTTP/1.1" 200 828 0.204275 10.0.0.17 - - [2024-12-30 02:26:02] "POST /neutron/network HTTP/1.1" 200 1007 0.006934 10.0.0.17 - - [2024-12-30 02:26:02] "POST /id-to-fqname HTTP/1.1" 200 228 0.001130 10.0.0.17 - - [2024-12-30 02:26:02] "GET /virtual-network/f889b259-2542-43c1-9a79-f638cf771544?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005015 10.0.0.17 - - [2024-12-30 02:26:02] "POST /neutron/network HTTP/1.1" 200 1007 0.007571 10.0.0.17 - - [2024-12-30 02:26:02] "GET /virtual-network/f889b259-2542-43c1-9a79-f638cf771544?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.004782 10.0.0.17 - - [2024-12-30 02:26:02] "POST /neutron/network HTTP/1.1" 200 1007 0.007630 10.0.0.17 - - [2024-12-30 02:26:02] "POST /neutron/subnet HTTP/1.1" 200 730 0.007529 10.0.0.17 - - [2024-12-30 02:26:02] "POST /neutron/subnet HTTP/1.1" 200 828 0.009527 10.0.0.17 - - [2024-12-30 02:26:02] "POST /fqname-to-id HTTP/1.1" 404 234 0.005218 10.0.0.17 - - [2024-12-30 02:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002777 10.0.0.17 - - [2024-12-30 02:26:02] "GET /projects?obj_uuids=c1aef22a-3652-49aa-b5d3-609631add31a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001438 10.0.0.17 - - [2024-12-30 02:26:02] "GET /project/c1aef22a-3652-49aa-b5d3-609631add31a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.030886 10.0.0.17 - - [2024-12-30 02:26:02] "POST /network-policys HTTP/1.1" 200 577 0.060070 10.0.0.17 - - [2024-12-30 02:26:03] "GET /network-policy/a4c83591-5d72-41b5-98e6-1fdd1ab17c4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.005149 10.0.0.17 - - [2024-12-30 02:26:03] "POST /neutron/network HTTP/1.1" 200 1006 0.007085 10.0.0.17 - - [2024-12-30 02:26:03] "POST /fqname-to-id HTTP/1.1" 404 242 0.004742 10.0.0.17 - - [2024-12-30 02:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.17 - - [2024-12-30 02:26:03] "GET /virtual-network/d7a9c2a2-6dec-4861-8aef-1816be235c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.005638 10.0.0.17 - - [2024-12-30 02:26:03] "POST /neutron/network HTTP/1.1" 200 1114 0.067740 10.0.0.17 - - [2024-12-30 02:26:03] "POST /access-control-lists HTTP/1.1" 200 596 0.082661 10.0.0.17 - - [2024-12-30 02:26:03] "POST /neutron/network HTTP/1.1" 200 1114 0.043445 10.0.0.17 - - [2024-12-30 02:26:03] "GET /virtual-network/c6459a36-dd20-4ff9-91c5-0496e31e0fcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.009670 10.0.0.17 - - [2024-12-30 02:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.17 - - [2024-12-30 02:26:03] "GET /network-policy/a4c83591-5d72-41b5-98e6-1fdd1ab17c4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.003941 10.0.0.17 - - [2024-12-30 02:26:03] "POST /neutron/network HTTP/1.1" 200 1007 0.008186 10.0.0.17 - - [2024-12-30 02:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.011640 10.0.0.17 - - [2024-12-30 02:26:03] "GET /virtual-network/d7a9c2a2-6dec-4861-8aef-1816be235c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.006127 10.0.0.17 - - [2024-12-30 02:26:03] "PUT /access-control-list/a28ed9ac-7e23-4730-90f2-57e56d7ae020 HTTP/1.1" 200 272 0.068950 10.0.0.17 - - [2024-12-30 02:26:03] "POST /neutron/network HTTP/1.1" 200 1115 0.117402 10.0.0.17 - - [2024-12-30 02:26:03] "POST /fqname-to-id HTTP/1.1" 404 242 0.003633 10.0.0.17 - - [2024-12-30 02:26:03] "POST /neutron/network HTTP/1.1" 200 1115 0.008471 10.0.0.17 - - [2024-12-30 02:26:03] "GET /virtual-network/f889b259-2542-43c1-9a79-f638cf771544?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.004439 10.0.0.17 - - [2024-12-30 02:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.001989 10.0.0.17 - - [2024-12-30 02:26:03] "GET /network-policy/a4c83591-5d72-41b5-98e6-1fdd1ab17c4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.024743 10.0.0.17 - - [2024-12-30 02:26:03] "POST /access-control-lists HTTP/1.1" 200 596 0.061744 10.0.0.17 - - [2024-12-30 02:26:03] "GET /domains HTTP/1.1" 401 292 0.000453 10.0.0.17 - - [2024-12-30 02:26:03] "POST /ref-update HTTP/1.1" 200 156 0.011747 10.0.0.17 - - [2024-12-30 02:26:03] "GET /domains HTTP/1.1" 200 280 0.023748 10.0.0.17 - - [2024-12-30 02:26:03] "GET /domains?obj_uuids=30bd2ff1-da41-468d-a29e-6955620cabf2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001305 10.0.0.17 - - [2024-12-30 02:26:03] "GET /domain/30bd2ff1-da41-468d-a29e-6955620cabf2 HTTP/1.1" 200 3149 0.008094 10.0.0.17 - - [2024-12-30 02:26:03] "GET /projects?obj_uuids=c1aef22a-3652-49aa-b5d3-609631add31a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000917 10.0.0.17 - - [2024-12-30 02:26:04] "GET /project/c1aef22a-3652-49aa-b5d3-609631add31a HTTP/1.1" 200 2625 0.069375 10.0.0.17 - - [2024-12-30 02:26:04] "GET /virtual-network/c6459a36-dd20-4ff9-91c5-0496e31e0fcc HTTP/1.1" 200 3506 0.006263 10.0.0.17 - - [2024-12-30 02:26:04] "GET /virtual-network/c6459a36-dd20-4ff9-91c5-0496e31e0fcc HTTP/1.1" 200 3506 0.004784 10.0.0.17 - - [2024-12-30 02:26:04] "GET /routing-instance/20998221-428c-4fed-a4be-29e794ddf5c7 HTTP/1.1" 200 1795 0.003442 10.0.0.17 - - [2024-12-30 02:26:04] "GET /routing-instance/20998221-428c-4fed-a4be-29e794ddf5c7 HTTP/1.1" 200 1795 0.003455 10.0.0.17 - - [2024-12-30 02:26:04] "GET /route-target/b6105c29-5083-4bb8-9bed-a5f648398493 HTTP/1.1" 200 1213 0.003400 10.0.0.17 - - [2024-12-30 02:26:04] "GET /virtual-network/c6459a36-dd20-4ff9-91c5-0496e31e0fcc HTTP/1.1" 200 3506 0.005294 10.0.0.17 - - [2024-12-30 02:26:04] "GET /routing-instance/20998221-428c-4fed-a4be-29e794ddf5c7 HTTP/1.1" 200 1795 0.003137 10.0.0.17 - - [2024-12-30 02:26:04] "GET /virtual-network/c6459a36-dd20-4ff9-91c5-0496e31e0fcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.004697 10.0.0.17 - - [2024-12-30 02:26:04] "GET /virtual-network/c6459a36-dd20-4ff9-91c5-0496e31e0fcc HTTP/1.1" 200 3506 0.004747 10.0.0.17 - - [2024-12-30 02:26:04] "GET /routing-instance/20998221-428c-4fed-a4be-29e794ddf5c7 HTTP/1.1" 200 1795 0.003122 10.0.0.17 - - [2024-12-30 02:26:04] "GET /routing-instance/20998221-428c-4fed-a4be-29e794ddf5c7 HTTP/1.1" 200 1795 0.003061 10.0.0.17 - - [2024-12-30 02:26:04] "GET /route-target/b6105c29-5083-4bb8-9bed-a5f648398493 HTTP/1.1" 200 1213 0.002472 10.0.0.17 - - [2024-12-30 02:26:04] "GET /domains HTTP/1.1" 200 280 0.002586 10.0.0.17 - - [2024-12-30 02:26:04] "GET /domains?obj_uuids=30bd2ff1-da41-468d-a29e-6955620cabf2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000974 10.0.0.17 - - [2024-12-30 02:26:04] "GET /domain/30bd2ff1-da41-468d-a29e-6955620cabf2 HTTP/1.1" 200 3149 0.007786 10.0.0.17 - - [2024-12-30 02:26:04] "GET /projects?obj_uuids=c1aef22a-3652-49aa-b5d3-609631add31a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000954 10.0.0.17 - - [2024-12-30 02:26:04] "GET /project/c1aef22a-3652-49aa-b5d3-609631add31a HTTP/1.1" 200 2625 0.068365 10.0.0.17 - - [2024-12-30 02:26:04] "GET /virtual-network/c6459a36-dd20-4ff9-91c5-0496e31e0fcc HTTP/1.1" 200 3506 0.005209 10.0.0.17 - - [2024-12-30 02:26:04] "GET /obj-perms HTTP/1.1" 200 5046 0.046121 10.0.0.17 - - [2024-12-30 02:26:04] "GET /domains HTTP/1.1" 200 280 0.002388 10.0.0.17 - - [2024-12-30 02:26:04] "GET /domains?obj_uuids=30bd2ff1-da41-468d-a29e-6955620cabf2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001448 10.0.0.17 - - [2024-12-30 02:26:04] "GET /domain/30bd2ff1-da41-468d-a29e-6955620cabf2 HTTP/1.1" 200 3149 0.007138 10.0.0.17 - - [2024-12-30 02:26:04] "GET /projects?obj_uuids=c1aef22a-3652-49aa-b5d3-609631add31a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001219 10.0.0.17 - - [2024-12-30 02:26:04] "GET /project/c1aef22a-3652-49aa-b5d3-609631add31a HTTP/1.1" 200 2625 0.069695 10.0.0.17 - - [2024-12-30 02:26:04] "GET /virtual-network/f889b259-2542-43c1-9a79-f638cf771544 HTTP/1.1" 200 3509 0.006673 10.0.0.17 - - [2024-12-30 02:26:04] "GET /virtual-network/f889b259-2542-43c1-9a79-f638cf771544 HTTP/1.1" 200 3509 0.006708 10.0.0.17 - - [2024-12-30 02:26:04] "GET /routing-instance/8524712b-a1aa-46c1-a0d9-d4515ebb2360 HTTP/1.1" 200 1795 0.003499 10.0.0.17 - - [2024-12-30 02:26:04] "GET /routing-instance/8524712b-a1aa-46c1-a0d9-d4515ebb2360 HTTP/1.1" 200 1795 0.002843 10.0.0.17 - - [2024-12-30 02:26:04] "GET /route-target/3c6928cd-f038-4e82-bf4d-5e6dcbd3b054 HTTP/1.1" 200 1212 0.002583 10.0.0.17 - - [2024-12-30 02:26:04] "GET /virtual-network/f889b259-2542-43c1-9a79-f638cf771544 HTTP/1.1" 200 3509 0.004441 10.0.0.17 - - [2024-12-30 02:26:04] "GET /routing-instance/8524712b-a1aa-46c1-a0d9-d4515ebb2360 HTTP/1.1" 200 1795 0.002807 10.0.0.17 - - [2024-12-30 02:26:04] "GET /virtual-network/f889b259-2542-43c1-9a79-f638cf771544?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005044 10.0.0.17 - - [2024-12-30 02:26:04] "GET /virtual-network/f889b259-2542-43c1-9a79-f638cf771544 HTTP/1.1" 200 3509 0.004742 10.0.0.17 - - [2024-12-30 02:26:04] "GET /routing-instance/8524712b-a1aa-46c1-a0d9-d4515ebb2360 HTTP/1.1" 200 1795 0.003346 10.0.0.17 - - [2024-12-30 02:26:04] "GET /routing-instance/8524712b-a1aa-46c1-a0d9-d4515ebb2360 HTTP/1.1" 200 1795 0.003249 10.0.0.17 - - [2024-12-30 02:26:04] "GET /route-target/3c6928cd-f038-4e82-bf4d-5e6dcbd3b054 HTTP/1.1" 200 1212 0.003298 10.0.0.17 - - [2024-12-30 02:26:04] "GET /domains HTTP/1.1" 200 280 0.002567 10.0.0.17 - - [2024-12-30 02:26:04] "GET /domains?obj_uuids=30bd2ff1-da41-468d-a29e-6955620cabf2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001048 10.0.0.17 - - [2024-12-30 02:26:04] "GET /domain/30bd2ff1-da41-468d-a29e-6955620cabf2 HTTP/1.1" 200 3149 0.007673 10.0.0.17 - - [2024-12-30 02:26:04] "GET /projects?obj_uuids=c1aef22a-3652-49aa-b5d3-609631add31a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000975 10.0.0.17 - - [2024-12-30 02:26:04] "GET /project/c1aef22a-3652-49aa-b5d3-609631add31a HTTP/1.1" 200 2625 0.064224 10.0.0.17 - - [2024-12-30 02:26:04] "GET /virtual-network/f889b259-2542-43c1-9a79-f638cf771544 HTTP/1.1" 200 3509 0.004729 10.0.0.17 - - [2024-12-30 02:26:04] "GET /obj-perms HTTP/1.1" 200 5046 0.002863 10.0.0.17 - - [2024-12-30 02:26:04] "GET /virtual-network/f889b259-2542-43c1-9a79-f638cf771544?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005184 10.0.0.17 - - [2024-12-30 02:26:04] "POST /neutron/network HTTP/1.1" 200 1115 0.008883 10.0.0.17 - - [2024-12-30 02:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004662 10.0.0.17 - - [2024-12-30 02:26:05] "GET /virtual-network/d7a9c2a2-6dec-4861-8aef-1816be235c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.006195 10.0.0.17 - - [2024-12-30 02:26:05] "POST /neutron/network HTTP/1.1" 200 1007 0.041889 10.0.0.17 - - [2024-12-30 02:26:05] "DELETE /access-control-list/f38c674a-391f-4f3d-804a-e9ce2104c885 HTTP/1.1" 200 115 0.022994 10.0.0.17 - - [2024-12-30 02:26:05] "POST /neutron/network HTTP/1.1" 200 1007 0.013201 10.0.0.17 - - [2024-12-30 02:26:05] "POST /ref-update HTTP/1.1" 200 156 0.020687 10.0.0.17 - - [2024-12-30 02:26:05] "GET /virtual-network/f889b259-2542-43c1-9a79-f638cf771544?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007728 10.0.0.17 - - [2024-12-30 02:26:05] "GET /virtual-network/c6459a36-dd20-4ff9-91c5-0496e31e0fcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.005917 10.0.0.17 - - [2024-12-30 02:26:05] "POST /neutron/network HTTP/1.1" 200 1114 0.008340 10.0.0.17 - - [2024-12-30 02:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.009557 10.0.0.17 - - [2024-12-30 02:26:05] "GET /virtual-network/d7a9c2a2-6dec-4861-8aef-1816be235c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.005356 10.0.0.17 - - [2024-12-30 02:26:05] "POST /neutron/network HTTP/1.1" 200 1006 0.049941 10.0.0.17 - - [2024-12-30 02:26:05] "DELETE /access-control-list/a28ed9ac-7e23-4730-90f2-57e56d7ae020 HTTP/1.1" 200 115 0.036452 10.0.0.17 - - [2024-12-30 02:26:05] "POST /neutron/network HTTP/1.1" 200 1006 0.010597 10.0.0.17 - - [2024-12-30 02:26:05] "POST /ref-update HTTP/1.1" 200 156 0.017781 10.0.0.17 - - [2024-12-30 02:26:05] "GET /virtual-network/c6459a36-dd20-4ff9-91c5-0496e31e0fcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.008959 10.0.0.17 - - [2024-12-30 02:26:05] "DELETE /network-policy/a4c83591-5d72-41b5-98e6-1fdd1ab17c4a HTTP/1.1" 200 115 0.031413 10.0.0.17 - - [2024-12-30 02:26:05] "POST /neutron/network HTTP/1.1" 200 1007 0.015636 10.0.0.17 - - [2024-12-30 02:26:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002806 10.0.0.17 - - [2024-12-30 02:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003903 10.0.0.17 - - [2024-12-30 02:26:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001672 10.0.0.17 - - [2024-12-30 02:26:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002856 10.0.0.17 - - [2024-12-30 02:26:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001739 10.0.0.17 - - [2024-12-30 02:26:05] "POST /neutron/network HTTP/1.1" 200 151 0.081852 10.0.0.17 - - [2024-12-30 02:26:05] "DELETE /route-target/3c6928cd-f038-4e82-bf4d-5e6dcbd3b054 HTTP/1.1" 200 115 0.017453 10.0.0.17 - - [2024-12-30 02:26:05] "GET /routing-instance/8524712b-a1aa-46c1-a0d9-d4515ebb2360 HTTP/1.1" 404 171 0.002225 10.0.0.17 - - [2024-12-30 02:26:05] "GET /domains HTTP/1.1" 200 280 0.002469 10.0.0.17 - - [2024-12-30 02:26:05] "GET /domains?obj_uuids=30bd2ff1-da41-468d-a29e-6955620cabf2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000931 10.0.0.17 - - [2024-12-30 02:26:05] "GET /domain/30bd2ff1-da41-468d-a29e-6955620cabf2 HTTP/1.1" 200 3149 0.049712 10.0.0.17 - - [2024-12-30 02:26:05] "GET /projects?obj_uuids=c1aef22a-3652-49aa-b5d3-609631add31a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001061 10.0.0.17 - - [2024-12-30 02:26:05] "GET /project/c1aef22a-3652-49aa-b5d3-609631add31a HTTP/1.1" 200 2145 0.070027 10.0.0.17 - - [2024-12-30 02:26:05] "POST /neutron/network HTTP/1.1" 200 1006 0.006815 10.0.0.17 - - [2024-12-30 02:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.17 - - [2024-12-30 02:26:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001827 10.0.0.17 - - [2024-12-30 02:26:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001991 10.0.0.17 - - [2024-12-30 02:26:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002046 10.0.0.17 - - [2024-12-30 02:26:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001663 10.0.0.17 - - [2024-12-30 02:26:05] "POST /neutron/network HTTP/1.1" 200 151 0.079001 10.0.0.17 - - [2024-12-30 02:26:05] "DELETE /route-target/b6105c29-5083-4bb8-9bed-a5f648398493 HTTP/1.1" 200 115 0.021071 10.0.0.17 - - [2024-12-30 02:26:05] "GET /routing-instance/20998221-428c-4fed-a4be-29e794ddf5c7 HTTP/1.1" 404 171 0.002441 10.0.0.17 - - [2024-12-30 02:26:05] "GET /domains HTTP/1.1" 200 280 0.002720 10.0.0.17 - - [2024-12-30 02:26:05] "GET /domains?obj_uuids=30bd2ff1-da41-468d-a29e-6955620cabf2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000994 10.0.0.17 - - [2024-12-30 02:26:05] "GET /domain/30bd2ff1-da41-468d-a29e-6955620cabf2 HTTP/1.1" 200 3149 0.050867 10.0.0.17 - - [2024-12-30 02:26:05] "GET /projects?obj_uuids=c1aef22a-3652-49aa-b5d3-609631add31a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001104 10.0.0.17 - - [2024-12-30 02:26:05] "GET /project/c1aef22a-3652-49aa-b5d3-609631add31a HTTP/1.1" 200 1900 0.070117 10.0.0.17 - - [2024-12-30 02:26:06] "GET /projects?obj_uuids=c1aef22a-3652-49aa-b5d3-609631add31a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001630 10.0.0.17 - - [2024-12-30 02:26:06] "GET /project/c1aef22a-3652-49aa-b5d3-609631add31a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.025898 10.0.0.17 - - [2024-12-30 02:26:06] "GET /projects?obj_uuids=c1aef22a-3652-49aa-b5d3-609631add31a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001025 10.0.0.17 - - [2024-12-30 02:26:06] "GET /project/c1aef22a-3652-49aa-b5d3-609631add31a?fields=virtual_networks HTTP/1.1" 200 1048 0.066355 10.0.0.17 - - [2024-12-30 02:26:06] "GET /projects?obj_uuids=c1aef22a-3652-49aa-b5d3-609631add31a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001377 10.0.0.17 - - [2024-12-30 02:26:06] "GET /project/c1aef22a-3652-49aa-b5d3-609631add31a?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.029950 10.0.0.17 - - [2024-12-30 02:26:06] "GET /projects?obj_uuids=c1aef22a-3652-49aa-b5d3-609631add31a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001229 10.0.0.17 - - [2024-12-30 02:26:06] "GET /project/c1aef22a-3652-49aa-b5d3-609631add31a?fields=security_groups HTTP/1.1" 200 1282 0.025485 10.0.0.17 - - [2024-12-30 02:26:07] "POST /fqname-to-id HTTP/1.1" 404 190 0.023412 10.0.0.17 - - [2024-12-30 02:26:07] "GET /projects?obj_uuids=07e3a404-0e5b-4b90-be53-f1c7addd23ad&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002871 10.0.0.17 - - [2024-12-30 02:26:07] "GET /domains?obj_uuids=30bd2ff1-da41-468d-a29e-6955620cabf2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001322 10.0.0.17 - - [2024-12-30 02:26:07] "GET /domain/30bd2ff1-da41-468d-a29e-6955620cabf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007243 10.0.0.17 - - [2024-12-30 02:26:07] "POST /id-to-fqname HTTP/1.1" 200 192 0.001195 10.0.0.17 - - [2024-12-30 02:26:07] "POST /fqname-to-id HTTP/1.1" 404 201 0.003272 10.0.0.17 - - [2024-12-30 02:26:07] "POST /security-groups HTTP/1.1" 200 593 0.059493 10.0.0.17 - - [2024-12-30 02:26:07] "POST /fqname-to-id HTTP/1.1" 404 236 0.002556 10.0.0.17 - - [2024-12-30 02:26:07] "POST /projects HTTP/1.1" 200 589 0.203295 10.0.0.17 - - [2024-12-30 02:26:07] "POST /access-control-lists HTTP/1.1" 200 598 0.058317 10.0.0.17 - - [2024-12-30 02:26:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.269883 10.0.0.17 - - [2024-12-30 02:26:07] "POST /fqname-to-id HTTP/1.1" 404 235 0.003055 10.0.0.17 - - [2024-12-30 02:26:07] "GET /project/07e3a404-0e5b-4b90-be53-f1c7addd23ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.390729 10.0.0.17 - - [2024-12-30 02:26:07] "POST /access-control-lists HTTP/1.1" 200 596 0.064064 10.0.0.17 - - [2024-12-30 02:26:08] "GET / HTTP/1.1" 200 35931 0.001883 10.0.0.17 - - [2024-12-30 02:26:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000478 10.0.0.17 - - [2024-12-30 02:26:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.051642 10.0.0.17 - - [2024-12-30 02:26:09] "GET /projects?obj_uuids=07e3a404-0e5b-4b90-be53-f1c7addd23ad&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001050 10.0.0.17 - - [2024-12-30 02:26:09] "GET /project/07e3a404-0e5b-4b90-be53-f1c7addd23ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.024460 10.0.0.17 - - [2024-12-30 02:26:09] "POST /neutron/network HTTP/1.1" 200 117 0.028491 10.0.0.17 - - [2024-12-30 02:26:09] "GET /projects?obj_uuids=07e3a404-0e5b-4b90-be53-f1c7addd23ad&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002306 10.0.0.17 - - [2024-12-30 02:26:09] "POST /neutron/network HTTP/1.1" 200 607 0.058854 10.0.0.17 - - [2024-12-30 02:26:09] "POST /route-targets HTTP/1.1" 200 327 0.009309 10.0.0.17 - - [2024-12-30 02:26:09] "POST /ref-update HTTP/1.1" 200 156 0.012772 10.0.0.17 - - [2024-12-30 02:26:10] "POST /useragent-kv HTTP/1.1" 200 115 0.001860 10.0.0.17 - - [2024-12-30 02:26:10] "POST /neutron/subnet HTTP/1.1" 200 715 0.151841 10.0.0.17 - - [2024-12-30 02:26:10] "POST /neutron/network HTTP/1.1" 200 824 0.004540 10.0.0.17 - - [2024-12-30 02:26:10] "POST /id-to-fqname HTTP/1.1" 200 222 0.002923 10.0.0.17 - - [2024-12-30 02:26:10] "GET /virtual-network/b10f1964-3e3d-4121-8e1d-401025d23afc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004642 10.0.0.17 - - [2024-12-30 02:26:10] "POST /neutron/network HTTP/1.1" 200 824 0.005884 10.0.0.17 - - [2024-12-30 02:26:10] "GET /virtual-network/b10f1964-3e3d-4121-8e1d-401025d23afc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004637 10.0.0.17 - - [2024-12-30 02:26:10] "POST /neutron/network HTTP/1.1" 200 824 0.005271 10.0.0.17 - - [2024-12-30 02:26:10] "POST /neutron/subnet HTTP/1.1" 200 715 0.006092 10.0.0.17 - - [2024-12-30 02:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002294 10.0.0.17 - - [2024-12-30 02:26:10] "GET /projects?obj_uuids=07e3a404-0e5b-4b90-be53-f1c7addd23ad&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001127 10.0.0.17 - - [2024-12-30 02:26:10] "GET /project/07e3a404-0e5b-4b90-be53-f1c7addd23ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.025294 10.0.0.17 - - [2024-12-30 02:26:10] "POST /neutron/network HTTP/1.1" 200 117 0.009317 10.0.0.17 - - [2024-12-30 02:26:10] "GET /projects?obj_uuids=07e3a404-0e5b-4b90-be53-f1c7addd23ad&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001020 10.0.0.17 - - [2024-12-30 02:26:10] "POST /neutron/network HTTP/1.1" 200 607 0.061040 10.0.0.17 - - [2024-12-30 02:26:10] "POST /route-targets HTTP/1.1" 200 327 0.011974 10.0.0.17 - - [2024-12-30 02:26:10] "POST /ref-update HTTP/1.1" 200 156 0.009061 10.0.0.17 - - [2024-12-30 02:26:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003537 10.0.0.17 - - [2024-12-30 02:26:10] "POST /neutron/subnet HTTP/1.1" 200 725 0.188278 10.0.0.17 - - [2024-12-30 02:26:10] "POST /neutron/network HTTP/1.1" 200 826 0.005279 10.0.0.17 - - [2024-12-30 02:26:10] "POST /id-to-fqname HTTP/1.1" 200 222 0.001056 10.0.0.17 - - [2024-12-30 02:26:10] "GET /virtual-network/a7ba4970-c5a8-4c98-9d20-cfe5ae4c8f23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004613 10.0.0.17 - - [2024-12-30 02:26:10] "POST /neutron/network HTTP/1.1" 200 826 0.005700 10.0.0.17 - - [2024-12-30 02:26:10] "GET /virtual-network/a7ba4970-c5a8-4c98-9d20-cfe5ae4c8f23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005661 10.0.0.17 - - [2024-12-30 02:26:10] "POST /neutron/network HTTP/1.1" 200 826 0.005449 10.0.0.17 - - [2024-12-30 02:26:10] "POST /neutron/subnet HTTP/1.1" 200 725 0.007107 10.0.0.17 - - [2024-12-30 02:26:10] "POST /fqname-to-id HTTP/1.1" 404 228 0.002157 10.0.0.17 - - [2024-12-30 02:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.17 - - [2024-12-30 02:26:10] "GET /projects?obj_uuids=07e3a404-0e5b-4b90-be53-f1c7addd23ad&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001114 10.0.0.17 - - [2024-12-30 02:26:10] "GET /project/07e3a404-0e5b-4b90-be53-f1c7addd23ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.022252 10.0.0.17 - - [2024-12-30 02:26:10] "POST /network-policys HTTP/1.1" 200 571 0.016350 10.0.0.17 - - [2024-12-30 02:26:11] "GET /network-policy/ca5def65-c212-4461-a8c4-3b3aa9643671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.004678 10.0.0.17 - - [2024-12-30 02:26:11] "POST /neutron/network HTTP/1.1" 200 824 0.005859 10.0.0.17 - - [2024-12-30 02:26:11] "POST /fqname-to-id HTTP/1.1" 404 236 0.004210 10.0.0.17 - - [2024-12-30 02:26:11] "POST /neutron/network HTTP/1.1" 200 926 0.041283 10.0.0.17 - - [2024-12-30 02:26:11] "POST /access-control-lists HTTP/1.1" 200 590 0.064315 10.0.0.17 - - [2024-12-30 02:26:11] "POST /neutron/network HTTP/1.1" 200 926 0.043552 10.0.0.17 - - [2024-12-30 02:26:11] "GET /virtual-network/b10f1964-3e3d-4121-8e1d-401025d23afc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.005265 10.0.0.17 - - [2024-12-30 02:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002601 10.0.0.17 - - [2024-12-30 02:26:11] "GET /network-policy/ca5def65-c212-4461-a8c4-3b3aa9643671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.003543 10.0.0.17 - - [2024-12-30 02:26:11] "POST /neutron/network HTTP/1.1" 200 826 0.005474 10.0.0.17 - - [2024-12-30 02:26:11] "POST /neutron/network HTTP/1.1" 200 928 0.037055 10.0.0.17 - - [2024-12-30 02:26:11] "PUT /access-control-list/b57a5623-4e16-41cd-a8cb-7b27c776fb25 HTTP/1.1" 200 272 0.054497 10.0.0.17 - - [2024-12-30 02:26:11] "POST /neutron/network HTTP/1.1" 200 928 0.035021 10.0.0.17 - - [2024-12-30 02:26:11] "POST /fqname-to-id HTTP/1.1" 404 236 0.002803 10.0.0.17 - - [2024-12-30 02:26:11] "GET /virtual-network/a7ba4970-c5a8-4c98-9d20-cfe5ae4c8f23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004289 10.0.0.17 - - [2024-12-30 02:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002089 10.0.0.17 - - [2024-12-30 02:26:11] "GET /network-policy/ca5def65-c212-4461-a8c4-3b3aa9643671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.003810 10.0.0.17 - - [2024-12-30 02:26:11] "GET /domains HTTP/1.1" 401 292 0.000436 10.0.0.17 - - [2024-12-30 02:26:11] "POST /access-control-lists HTTP/1.1" 200 590 0.067882 10.0.0.17 - - [2024-12-30 02:26:11] "POST /ref-update HTTP/1.1" 200 156 0.009290 10.0.0.17 - - [2024-12-30 02:26:11] "GET /domains HTTP/1.1" 200 280 0.024290 10.0.0.17 - - [2024-12-30 02:26:11] "GET /domains?obj_uuids=30bd2ff1-da41-468d-a29e-6955620cabf2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001079 10.0.0.17 - - [2024-12-30 02:26:11] "GET /domain/30bd2ff1-da41-468d-a29e-6955620cabf2 HTTP/1.1" 200 3337 0.008235 10.0.0.17 - - [2024-12-30 02:26:11] "GET /projects?obj_uuids=07e3a404-0e5b-4b90-be53-f1c7addd23ad&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001436 10.0.0.17 - - [2024-12-30 02:26:11] "GET /project/07e3a404-0e5b-4b90-be53-f1c7addd23ad HTTP/1.1" 200 2569 0.066471 10.0.0.17 - - [2024-12-30 02:26:11] "GET /virtual-network/b10f1964-3e3d-4121-8e1d-401025d23afc HTTP/1.1" 200 2886 0.005841 10.0.0.17 - - [2024-12-30 02:26:11] "GET /virtual-network/b10f1964-3e3d-4121-8e1d-401025d23afc HTTP/1.1" 200 2886 0.004357 10.0.0.17 - - [2024-12-30 02:26:11] "GET /routing-instance/a2f26cac-79f9-4a56-8430-798c20b6893b HTTP/1.1" 200 1783 0.003231 10.0.0.17 - - [2024-12-30 02:26:11] "GET /routing-instance/a2f26cac-79f9-4a56-8430-798c20b6893b HTTP/1.1" 200 1783 0.002855 10.0.0.17 - - [2024-12-30 02:26:11] "GET /route-target/3499d73c-fcf0-41c0-bd53-46685678fb50 HTTP/1.1" 200 1206 0.002605 10.0.0.17 - - [2024-12-30 02:26:11] "GET /virtual-network/b10f1964-3e3d-4121-8e1d-401025d23afc HTTP/1.1" 200 2886 0.004292 10.0.0.17 - - [2024-12-30 02:26:11] "GET /routing-instance/a2f26cac-79f9-4a56-8430-798c20b6893b HTTP/1.1" 200 1783 0.002730 10.0.0.17 - - [2024-12-30 02:26:11] "GET /virtual-network/b10f1964-3e3d-4121-8e1d-401025d23afc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.004764 10.0.0.17 - - [2024-12-30 02:26:11] "GET /virtual-network/b10f1964-3e3d-4121-8e1d-401025d23afc HTTP/1.1" 200 2886 0.006176 10.0.0.17 - - [2024-12-30 02:26:11] "GET /routing-instance/a2f26cac-79f9-4a56-8430-798c20b6893b HTTP/1.1" 200 1783 0.009003 10.0.0.17 - - [2024-12-30 02:26:11] "GET /routing-instance/a2f26cac-79f9-4a56-8430-798c20b6893b HTTP/1.1" 200 1783 0.003045 10.0.0.17 - - [2024-12-30 02:26:11] "GET /route-target/3499d73c-fcf0-41c0-bd53-46685678fb50 HTTP/1.1" 200 1206 0.002908 10.0.0.17 - - [2024-12-30 02:26:12] "GET /domains HTTP/1.1" 200 280 0.002715 10.0.0.17 - - [2024-12-30 02:26:12] "GET /domains?obj_uuids=30bd2ff1-da41-468d-a29e-6955620cabf2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001018 10.0.0.17 - - [2024-12-30 02:26:12] "GET /domain/30bd2ff1-da41-468d-a29e-6955620cabf2 HTTP/1.1" 200 3337 0.007225 10.0.0.17 - - [2024-12-30 02:26:12] "GET /projects?obj_uuids=07e3a404-0e5b-4b90-be53-f1c7addd23ad&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001183 10.0.0.17 - - [2024-12-30 02:26:12] "GET /project/07e3a404-0e5b-4b90-be53-f1c7addd23ad HTTP/1.1" 200 2569 0.070142 10.0.0.17 - - [2024-12-30 02:26:12] "GET /virtual-network/b10f1964-3e3d-4121-8e1d-401025d23afc HTTP/1.1" 200 2886 0.004755 10.0.0.17 - - [2024-12-30 02:26:12] "GET /obj-perms HTTP/1.1" 200 5034 0.046827 10.0.0.17 - - [2024-12-30 02:26:12] "GET /domains HTTP/1.1" 200 280 0.002490 10.0.0.17 - - [2024-12-30 02:26:12] "GET /domains?obj_uuids=30bd2ff1-da41-468d-a29e-6955620cabf2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001370 10.0.0.17 - - [2024-12-30 02:26:12] "GET /domain/30bd2ff1-da41-468d-a29e-6955620cabf2 HTTP/1.1" 200 3337 0.008952 10.0.0.17 - - [2024-12-30 02:26:12] "GET /projects?obj_uuids=07e3a404-0e5b-4b90-be53-f1c7addd23ad&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001287 10.0.0.17 - - [2024-12-30 02:26:12] "GET /project/07e3a404-0e5b-4b90-be53-f1c7addd23ad HTTP/1.1" 200 2569 0.067847 10.0.0.17 - - [2024-12-30 02:26:12] "GET /virtual-network/a7ba4970-c5a8-4c98-9d20-cfe5ae4c8f23 HTTP/1.1" 200 2893 0.006599 10.0.0.17 - - [2024-12-30 02:26:12] "GET /virtual-network/a7ba4970-c5a8-4c98-9d20-cfe5ae4c8f23 HTTP/1.1" 200 2893 0.004965 10.0.0.17 - - [2024-12-30 02:26:12] "GET /routing-instance/3c527a7f-b254-410c-854a-bb2ac27df423 HTTP/1.1" 200 1782 0.003402 10.0.0.17 - - [2024-12-30 02:26:12] "GET /routing-instance/3c527a7f-b254-410c-854a-bb2ac27df423 HTTP/1.1" 200 1782 0.002877 10.0.0.17 - - [2024-12-30 02:26:12] "GET /route-target/2f4b30c8-9969-45e5-baae-bc568d48e65a HTTP/1.1" 200 1206 0.003342 10.0.0.17 - - [2024-12-30 02:26:12] "GET /virtual-network/a7ba4970-c5a8-4c98-9d20-cfe5ae4c8f23 HTTP/1.1" 200 2893 0.005064 10.0.0.17 - - [2024-12-30 02:26:12] "GET /routing-instance/3c527a7f-b254-410c-854a-bb2ac27df423 HTTP/1.1" 200 1782 0.003447 10.0.0.17 - - [2024-12-30 02:26:12] "GET /virtual-network/a7ba4970-c5a8-4c98-9d20-cfe5ae4c8f23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004589 10.0.0.17 - - [2024-12-30 02:26:12] "GET /virtual-network/a7ba4970-c5a8-4c98-9d20-cfe5ae4c8f23 HTTP/1.1" 200 2893 0.004851 10.0.0.17 - - [2024-12-30 02:26:12] "GET /routing-instance/3c527a7f-b254-410c-854a-bb2ac27df423 HTTP/1.1" 200 1782 0.003181 10.0.0.17 - - [2024-12-30 02:26:12] "GET /routing-instance/3c527a7f-b254-410c-854a-bb2ac27df423 HTTP/1.1" 200 1782 0.003090 10.0.0.17 - - [2024-12-30 02:26:12] "GET /route-target/2f4b30c8-9969-45e5-baae-bc568d48e65a HTTP/1.1" 200 1206 0.002884 10.0.0.17 - - [2024-12-30 02:26:12] "GET /domains HTTP/1.1" 200 280 0.002457 10.0.0.17 - - [2024-12-30 02:26:12] "GET /domains?obj_uuids=30bd2ff1-da41-468d-a29e-6955620cabf2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001550 10.0.0.17 - - [2024-12-30 02:26:12] "GET /domain/30bd2ff1-da41-468d-a29e-6955620cabf2 HTTP/1.1" 200 3337 0.010358 10.0.0.17 - - [2024-12-30 02:26:12] "GET /projects?obj_uuids=07e3a404-0e5b-4b90-be53-f1c7addd23ad&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001390 10.0.0.17 - - [2024-12-30 02:26:12] "GET /project/07e3a404-0e5b-4b90-be53-f1c7addd23ad HTTP/1.1" 200 2569 0.067602 10.0.0.17 - - [2024-12-30 02:26:12] "GET /virtual-network/a7ba4970-c5a8-4c98-9d20-cfe5ae4c8f23 HTTP/1.1" 200 2893 0.004096 10.0.0.17 - - [2024-12-30 02:26:12] "GET /obj-perms HTTP/1.1" 200 5034 0.002625 10.0.0.17 - - [2024-12-30 02:26:12] "POST /id-to-fqname HTTP/1.1" 200 222 0.001215 10.0.0.17 - - [2024-12-30 02:26:12] "POST /neutron/network HTTP/1.1" 200 936 0.005780 10.0.0.17 - - [2024-12-30 02:26:12] "GET /aaa-mode HTTP/1.1" 401 292 0.000380 10.0.0.17 - - [2024-12-30 02:26:13] "GET / HTTP/1.1" 200 35931 0.001981 10.0.0.17 - - [2024-12-30 02:26:13] "GET /project/07e3a404-0e5b-4b90-be53-f1c7addd23ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000376 10.0.0.17 - - [2024-12-30 02:26:13] "GET /projects?obj_uuids=07e3a404-0e5b-4b90-be53-f1c7addd23ad&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001074 10.0.0.17 - - [2024-12-30 02:26:13] "GET /project/07e3a404-0e5b-4b90-be53-f1c7addd23ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.043732 10.0.0.17 - - [2024-12-30 02:26:13] "POST /neutron/network HTTP/1.1" 200 926 0.006642 10.0.0.17 - - [2024-12-30 02:26:13] "POST /neutron/port HTTP/1.1" 200 117 0.004982 10.0.0.17 - - [2024-12-30 02:26:13] "POST /neutron/port HTTP/1.1" 200 117 0.004681 10.0.0.17 - - [2024-12-30 02:26:13] "POST /id-to-fqname HTTP/1.1" 200 222 0.001878 10.0.0.17 - - [2024-12-30 02:26:13] "POST /neutron/port HTTP/1.1" 200 117 0.006052 10.0.0.17 - - [2024-12-30 02:26:14] "POST /neutron/network HTTP/1.1" 200 938 0.005712 10.0.0.17 - - [2024-12-30 02:26:14] "GET /aaa-mode HTTP/1.1" 401 292 0.000430 10.0.0.17 - - [2024-12-30 02:26:14] "POST /neutron/network HTTP/1.1" 200 936 0.005779 10.0.0.17 - - [2024-12-30 02:26:14] "GET /projects?obj_uuids=07e3a404-0e5b-4b90-be53-f1c7addd23ad&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001042 10.0.0.17 - - [2024-12-30 02:26:14] "GET / HTTP/1.1" 200 35931 0.001917 10.0.0.17 - - [2024-12-30 02:26:14] "GET /project/07e3a404-0e5b-4b90-be53-f1c7addd23ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000441 10.0.0.17 - - [2024-12-30 02:26:14] "POST /neutron/port HTTP/1.1" 200 1060 0.189474 10.0.0.17 - - [2024-12-30 02:26:14] "POST /neutron/port HTTP/1.1" 200 1060 0.008832 10.0.0.17 - - [2024-12-30 02:26:14] "POST /neutron/port HTTP/1.1" 200 1060 0.008117 10.0.0.17 - - [2024-12-30 02:26:14] "POST /neutron/port HTTP/1.1" 200 1114 0.058030 10.0.0.17 - - [2024-12-30 02:26:14] "POST /neutron/port HTTP/1.1" 200 1088 0.015504 10.0.0.17 - - [2024-12-30 02:26:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002934 10.0.0.17 - - [2024-12-30 02:26:14] "POST /neutron/subnet HTTP/1.1" 200 689 0.009970 10.0.0.17 - - [2024-12-30 02:26:14] "POST /neutron/port HTTP/1.1" 200 117 0.001180 10.0.0.17 - - [2024-12-30 02:26:14] "POST /neutron/network HTTP/1.1" 200 926 0.013395 10.0.0.17 - - [2024-12-30 02:26:14] "GET /projects?obj_uuids=07e3a404-0e5b-4b90-be53-f1c7addd23ad&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001622 10.0.0.17 - - [2024-12-30 02:26:14] "GET /project/07e3a404-0e5b-4b90-be53-f1c7addd23ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.048707 10.0.0.17 - - [2024-12-30 02:26:14] "POST /neutron/network HTTP/1.1" 200 928 0.005212 10.0.0.17 - - [2024-12-30 02:26:15] "POST /neutron/port HTTP/1.1" 200 1088 0.025126 10.0.0.17 - - [2024-12-30 02:26:15] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005811 10.0.0.17 - - [2024-12-30 02:26:15] "POST /neutron/port HTTP/1.1" 200 117 0.005179 10.0.0.17 - - [2024-12-30 02:26:15] "POST /neutron/port HTTP/1.1" 200 1088 0.016421 10.0.0.17 - - [2024-12-30 02:26:15] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005762 10.0.0.17 - - [2024-12-30 02:26:15] "POST /neutron/network HTTP/1.1" 200 938 0.005331 10.0.0.17 - - [2024-12-30 02:26:15] "GET /projects?obj_uuids=07e3a404-0e5b-4b90-be53-f1c7addd23ad&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001031 10.0.0.17 - - [2024-12-30 02:26:15] "PUT /access-control-list/4065facd-39a8-4d09-9889-d0c6d7d643bc HTTP/1.1" 200 272 0.010815 10.0.0.17 - - [2024-12-30 02:26:15] "POST /neutron/port HTTP/1.1" 200 1062 0.257375 10.0.0.17 - - [2024-12-30 02:26:15] "POST /neutron/port HTTP/1.1" 200 1062 0.009194 10.0.0.17 - - [2024-12-30 02:26:15] "POST /neutron/port HTTP/1.1" 200 1062 0.013867 10.0.0.17 - - [2024-12-30 02:26:15] "POST /neutron/port HTTP/1.1" 200 1116 0.079664 10.0.0.17 - - [2024-12-30 02:26:15] "POST /neutron/port HTTP/1.1" 200 1090 0.018144 10.0.0.17 - - [2024-12-30 02:26:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003298 10.0.0.17 - - [2024-12-30 02:26:15] "POST /neutron/subnet HTTP/1.1" 200 699 0.010799 10.0.0.17 - - [2024-12-30 02:26:15] "POST /neutron/port HTTP/1.1" 200 117 0.001163 10.0.0.17 - - [2024-12-30 02:26:15] "POST /neutron/network HTTP/1.1" 200 928 0.005082 10.0.0.17 - - [2024-12-30 02:26:17] "DELETE /project/c1aef22a365249aab5d3609631add31a HTTP/1.1" 404 173 0.019563 10.0.0.17 - - [2024-12-30 02:26:17] "DELETE /project/07e3a4040e5b4b90be53f1c7addd23ad HTTP/1.1" 404 173 0.018660 10.0.0.17 - - [2024-12-30 02:26:17] "DELETE /project/03ccaa2a07ae461898bf5f994331a0bc HTTP/1.1" 404 173 0.018025 10.0.0.17 - - [2024-12-30 02:26:17] "DELETE /project/184baa438a904f9399ecd97f06b621c3 HTTP/1.1" 404 173 0.006610 10.0.0.17 - - [2024-12-30 02:26:17] "GET /projects?obj_uuids=03ccaa2a-07ae-4618-98bf-5f994331a0bc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001227 10.0.0.17 - - [2024-12-30 02:26:17] "GET /projects?obj_uuids=184baa43-8a90-4f93-99ec-d97f06b621c3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000890 10.0.0.17 - - [2024-12-30 02:26:17] "GET /projects?obj_uuids=9fa9dfcb-8706-42e0-9e8c-59d5f6928263&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000839 10.0.0.17 - - [2024-12-30 02:26:17] "GET /projects?obj_uuids=c1aef22a-3652-49aa-b5d3-609631add31a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000849 10.0.0.17 - - [2024-12-30 02:26:17] "GET /project/03ccaa2a-07ae-4618-98bf-5f994331a0bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.070852 10.0.0.17 - - [2024-12-30 02:26:17] "GET /project/184baa43-8a90-4f93-99ec-d97f06b621c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.072113 10.0.0.17 - - [2024-12-30 02:26:17] "GET /project/9fa9dfcb-8706-42e0-9e8c-59d5f6928263?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.077722 10.0.0.17 - - [2024-12-30 02:26:17] "GET /project/c1aef22a-3652-49aa-b5d3-609631add31a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.084103 10.0.0.17 - - [2024-12-30 02:26:17] "GET /projects?obj_uuids=9fa9dfcb-8706-42e0-9e8c-59d5f6928263&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000950 10.0.0.17 - - [2024-12-30 02:26:17] "GET /projects?obj_uuids=184baa43-8a90-4f93-99ec-d97f06b621c3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000833 10.0.0.17 - - [2024-12-30 02:26:17] "GET /projects?obj_uuids=03ccaa2a-07ae-4618-98bf-5f994331a0bc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000801 10.0.0.17 - - [2024-12-30 02:26:17] "GET /projects?obj_uuids=c1aef22a-3652-49aa-b5d3-609631add31a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000789 10.0.0.17 - - [2024-12-30 02:26:17] "GET /project/03ccaa2a-07ae-4618-98bf-5f994331a0bc?fields=security_groups HTTP/1.1" 200 1370 0.063513 10.0.0.17 - - [2024-12-30 02:26:17] "GET /project/9fa9dfcb-8706-42e0-9e8c-59d5f6928263?fields=security_groups HTTP/1.1" 200 1399 0.066025 10.0.0.17 - - [2024-12-30 02:26:17] "GET /project/184baa43-8a90-4f93-99ec-d97f06b621c3?fields=security_groups HTTP/1.1" 200 1347 0.072945 10.0.0.17 - - [2024-12-30 02:26:17] "GET /project/c1aef22a-3652-49aa-b5d3-609631add31a?fields=security_groups HTTP/1.1" 200 1387 0.074127 10.0.0.17 - - [2024-12-30 02:26:17] "DELETE /security-group/adae75ce-a1fc-4040-bd30-94e6bdf6d9a8 HTTP/1.1" 200 115 0.139271 10.0.0.17 - - [2024-12-30 02:26:17] "DELETE /security-group/4fe41aa2-9d74-49ab-ba3f-9c8a6f9edf1c HTTP/1.1" 200 115 0.134974 10.0.0.17 - - [2024-12-30 02:26:17] "GET /projects?obj_uuids=03ccaa2a-07ae-4618-98bf-5f994331a0bc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000966 10.0.0.17 - - [2024-12-30 02:26:17] "GET /projects?obj_uuids=9fa9dfcb-8706-42e0-9e8c-59d5f6928263&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001036 10.0.0.17 - - [2024-12-30 02:26:17] "DELETE /access-control-list/bb8605cd-bbd3-4831-a21f-0951ec4e6749 HTTP/1.1" 200 115 0.101047 10.0.0.17 - - [2024-12-30 02:26:17] "DELETE /security-group/765b4674-113f-4148-b304-61d524c5ed68 HTTP/1.1" 200 115 0.152337 10.0.0.17 - - [2024-12-30 02:26:17] "DELETE /security-group/a31fbca6-7b11-4c76-b974-0f47f4015736 HTTP/1.1" 200 115 0.163393 10.0.0.17 - - [2024-12-30 02:26:17] "GET /project/03ccaa2a-07ae-4618-98bf-5f994331a0bc?fields=application_policy_sets HTTP/1.1" 200 1409 0.055435 10.0.0.17 - - [2024-12-30 02:26:17] "GET /projects?obj_uuids=184baa43-8a90-4f93-99ec-d97f06b621c3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001034 10.0.0.17 - - [2024-12-30 02:26:17] "GET /projects?obj_uuids=c1aef22a-3652-49aa-b5d3-609631add31a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000907 10.0.0.17 - - [2024-12-30 02:26:17] "DELETE /access-control-list/5a74b595-30c4-4faa-99aa-92c88ac9e989 HTTP/1.1" 200 115 0.055096 10.0.0.17 - - [2024-12-30 02:26:17] "GET /project/9fa9dfcb-8706-42e0-9e8c-59d5f6928263?fields=application_policy_sets HTTP/1.1" 200 1438 0.084655 10.0.0.17 - - [2024-12-30 02:26:17] "GET /project/184baa43-8a90-4f93-99ec-d97f06b621c3?fields=application_policy_sets HTTP/1.1" 200 1386 0.053334 10.0.0.17 - - [2024-12-30 02:26:17] "GET /project/c1aef22a-3652-49aa-b5d3-609631add31a?fields=application_policy_sets HTTP/1.1" 200 1426 0.101745 10.0.0.17 - - [2024-12-30 02:26:17] "DELETE /access-control-list/9bd87b45-a13f-425c-b621-93c1c35d8f37 HTTP/1.1" 200 115 0.080783 10.0.0.17 - - [2024-12-30 02:26:17] "DELETE /access-control-list/946a1bd2-e537-4995-a5e1-a4f6cc66e42b HTTP/1.1" 200 115 0.055826 10.0.0.17 - - [2024-12-30 02:26:17] "DELETE /access-control-list/bf389066-affa-4238-b49c-ef8044980496 HTTP/1.1" 200 115 0.061884 10.0.0.17 - - [2024-12-30 02:26:17] "DELETE /project/03ccaa2a-07ae-4618-98bf-5f994331a0bc HTTP/1.1" 200 115 0.677098 10.0.0.17 - - [2024-12-30 02:26:18] "DELETE /project/9fa9dfcb-8706-42e0-9e8c-59d5f6928263 HTTP/1.1" 200 115 0.684780 10.0.0.17 - - [2024-12-30 02:26:18] "DELETE /project/184baa43-8a90-4f93-99ec-d97f06b621c3 HTTP/1.1" 200 115 0.694984 10.0.0.17 - - [2024-12-30 02:26:18] "DELETE /access-control-list/1fd2ba1f-8d44-478b-8765-5ebccb408164 HTTP/1.1" 200 115 0.043482 10.0.0.17 - - [2024-12-30 02:26:18] "DELETE /project/c1aef22a-3652-49aa-b5d3-609631add31a HTTP/1.1" 200 115 0.719009 10.0.0.17 - - [2024-12-30 02:26:18] "DELETE /access-control-list/b3f10261-929c-43a6-b5cd-23d566a84c03 HTTP/1.1" 200 115 0.016400 10.0.0.17 - - [2024-12-30 02:26:18] "DELETE /access-control-list/d7782781-1d6c-4bf2-af85-cb4aacfbcc7f HTTP/1.1" 200 115 0.027534 10.0.0.17 - - [2024-12-30 02:26:20] "POST /neutron/port HTTP/1.1" 200 1088 0.016199 10.0.0.17 - - [2024-12-30 02:26:20] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006370 10.0.0.17 - - [2024-12-30 02:26:20] "POST /neutron/port HTTP/1.1" 200 1088 0.033648 10.0.0.17 - - [2024-12-30 02:26:20] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006870 10.0.0.17 - - [2024-12-30 02:26:20] "POST /neutron/port HTTP/1.1" 200 1088 0.014924 10.0.0.17 - - [2024-12-30 02:26:20] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007868 10.0.0.17 - - [2024-12-30 02:26:20] "GET /virtual-machine/565f1a87-6c3b-4602-b7eb-e5953a7f723f HTTP/1.1" 200 1294 0.008125 10.0.0.17 - - [2024-12-30 02:26:20] "GET /virtual-machine-interface/08b03c74-41b7-45f6-814a-935fb38f7fd4 HTTP/1.1" 200 2949 0.009784 10.0.0.17 - - [2024-12-30 02:26:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002728 10.0.0.17 - - [2024-12-30 02:26:20] "GET /global-vrouter-config/dbf59b20-4c55-431f-8624-94290425b024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002836 10.0.0.17 - - [2024-12-30 02:26:20] "GET /virtual-networks?parent_id=07e3a404-0e5b-4b90-be53-f1c7addd23ad&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003088 10.0.0.17 - - [2024-12-30 02:26:20] "GET /virtual-network/b10f1964-3e3d-4121-8e1d-401025d23afc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.005006 10.0.0.17 - - [2024-12-30 02:26:23] "POST /neutron/port HTTP/1.1" 200 1088 0.015538 10.0.0.17 - - [2024-12-30 02:26:23] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005463 10.0.0.17 - - [2024-12-30 02:26:23] "GET /obj-perms HTTP/1.1" 200 5056 0.043566 10.0.0.17 - - [2024-12-30 02:26:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002831 10.0.0.17 - - [2024-12-30 02:26:23] "GET /virtual-network/b10f1964-3e3d-4121-8e1d-401025d23afc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.007499 10.0.0.17 - - [2024-12-30 02:26:23] "GET /obj-perms HTTP/1.1" 200 5056 0.047432 10.0.0.17 - - [2024-12-30 02:26:24] "POST /neutron/port HTTP/1.1" 200 1090 0.014474 10.0.0.17 - - [2024-12-30 02:26:24] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010435 10.0.0.17 - - [2024-12-30 02:26:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796 10.0.0.17 - - [2024-12-30 02:26:25] "GET /global-vrouter-config/dbf59b20-4c55-431f-8624-94290425b024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004140 10.0.0.17 - - [2024-12-30 02:26:25] "GET /virtual-networks?parent_id=07e3a404-0e5b-4b90-be53-f1c7addd23ad&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003942 10.0.0.17 - - [2024-12-30 02:26:25] "GET /virtual-network/b10f1964-3e3d-4121-8e1d-401025d23afc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.005175 10.0.0.17 - - [2024-12-30 02:26:26] "POST /neutron/port HTTP/1.1" 200 1090 0.014822 10.0.0.17 - - [2024-12-30 02:26:26] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005117 10.0.0.17 - - [2024-12-30 02:26:26] "POST /neutron/port HTTP/1.1" 200 1090 0.013827 10.0.0.17 - - [2024-12-30 02:26:26] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007152 10.0.0.17 - - [2024-12-30 02:26:26] "POST /neutron/port HTTP/1.1" 200 1090 0.020540 10.0.0.17 - - [2024-12-30 02:26:26] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006364 10.0.0.17 - - [2024-12-30 02:26:26] "GET /virtual-machine/8b035aca-ebf8-436d-beef-9245d5eab631 HTTP/1.1" 200 1295 0.004968 10.0.0.17 - - [2024-12-30 02:26:26] "GET /virtual-machine-interface/ad7df214-8f81-46b2-b35c-08e45d933818 HTTP/1.1" 200 2952 0.004377 10.0.0.17 - - [2024-12-30 02:26:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002891 10.0.0.17 - - [2024-12-30 02:26:26] "GET /global-vrouter-config/dbf59b20-4c55-431f-8624-94290425b024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005105 10.0.0.17 - - [2024-12-30 02:26:26] "GET /virtual-networks?parent_id=07e3a404-0e5b-4b90-be53-f1c7addd23ad&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004081 10.0.0.17 - - [2024-12-30 02:26:26] "GET /virtual-network/a7ba4970-c5a8-4c98-9d20-cfe5ae4c8f23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005915 10.0.0.17 - - [2024-12-30 02:26:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002670 10.0.0.17 - - [2024-12-30 02:26:27] "GET /global-vrouter-config/dbf59b20-4c55-431f-8624-94290425b024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002766 10.0.0.17 - - [2024-12-30 02:26:27] "GET /virtual-networks?parent_id=07e3a404-0e5b-4b90-be53-f1c7addd23ad&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003578 10.0.0.17 - - [2024-12-30 02:26:27] "GET /virtual-network/a7ba4970-c5a8-4c98-9d20-cfe5ae4c8f23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005208 10.0.0.17 - - [2024-12-30 02:26:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.17 - - [2024-12-30 02:26:31] "GET /projects?obj_uuids=07e3a404-0e5b-4b90-be53-f1c7addd23ad&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000935 10.0.0.17 - - [2024-12-30 02:26:31] "GET /project/07e3a404-0e5b-4b90-be53-f1c7addd23ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.028235 10.0.0.17 - - [2024-12-30 02:26:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002978 10.0.0.17 - - [2024-12-30 02:26:31] "PUT /network-policy/ca5def65-c212-4461-a8c4-3b3aa9643671 HTTP/1.1" 200 262 0.009551 10.0.0.17 - - [2024-12-30 02:26:31] "PUT /access-control-list/b57a5623-4e16-41cd-a8cb-7b27c776fb25 HTTP/1.1" 200 272 0.049658 10.0.0.17 - - [2024-12-30 02:26:31] "POST /ref-update HTTP/1.1" 200 156 0.010944 10.0.0.17 - - [2024-12-30 02:26:31] "PUT /access-control-list/4065facd-39a8-4d09-9889-d0c6d7d643bc HTTP/1.1" 200 272 0.053331 10.0.0.17 - - [2024-12-30 02:26:31] "POST /ref-update HTTP/1.1" 200 156 0.009597 10.0.0.17 - - [2024-12-30 02:26:35] "GET /virtual-network/a7ba4970-c5a8-4c98-9d20-cfe5ae4c8f23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005073 10.0.0.17 - - [2024-12-30 02:26:35] "POST /neutron/network HTTP/1.1" 200 928 0.005632 10.0.0.17 - - [2024-12-30 02:26:35] "POST /neutron/network HTTP/1.1" 200 826 0.043312 10.0.0.17 - - [2024-12-30 02:26:35] "POST /neutron/network HTTP/1.1" 200 826 0.005033 10.0.0.17 - - [2024-12-30 02:26:35] "GET /virtual-network/a7ba4970-c5a8-4c98-9d20-cfe5ae4c8f23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005915 10.0.0.17 - - [2024-12-30 02:26:35] "GET /virtual-network/b10f1964-3e3d-4121-8e1d-401025d23afc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.004699 10.0.0.17 - - [2024-12-30 02:26:35] "POST /neutron/network HTTP/1.1" 200 926 0.013363 10.0.0.17 - - [2024-12-30 02:26:35] "POST /neutron/network HTTP/1.1" 200 824 0.049452 10.0.0.17 - - [2024-12-30 02:26:35] "POST /neutron/network HTTP/1.1" 200 824 0.005486 10.0.0.17 - - [2024-12-30 02:26:35] "GET /virtual-network/b10f1964-3e3d-4121-8e1d-401025d23afc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005265 10.0.0.17 - - [2024-12-30 02:26:35] "DELETE /network-policy/ca5def65-c212-4461-a8c4-3b3aa9643671 HTTP/1.1" 200 115 0.020403 10.0.0.17 - - [2024-12-30 02:26:35] "POST /neutron/network HTTP/1.1" 200 826 0.004989 10.0.0.17 - - [2024-12-30 02:26:35] "POST /neutron/network HTTP/1.1" 400 204 0.012570 10.0.0.17 - - [2024-12-30 02:26:35] "POST /neutron/port HTTP/1.1" 200 1090 0.015523 10.0.0.17 - - [2024-12-30 02:26:35] "POST /neutron/port HTTP/1.1" 200 1116 0.008735 10.0.0.17 - - [2024-12-30 02:26:35] "POST /neutron/port HTTP/1.1" 200 1088 0.014465 10.0.0.17 - - [2024-12-30 02:26:35] "POST /neutron/port HTTP/1.1" 200 1114 0.007996 10.0.0.17 - - [2024-12-30 02:26:35] "POST /neutron/port HTTP/1.1" 200 151 0.114729 10.0.0.17 - - [2024-12-30 02:26:35] "DELETE /access-control-list/4065facd-39a8-4d09-9889-d0c6d7d643bc HTTP/1.1" 200 115 0.045609 10.0.0.17 - - [2024-12-30 02:26:35] "DELETE /access-control-list/b57a5623-4e16-41cd-a8cb-7b27c776fb25 HTTP/1.1" 200 115 0.045879 10.0.0.17 - - [2024-12-30 02:26:35] "POST /neutron/port HTTP/1.1" 200 151 0.154875 10.0.0.17 - - [2024-12-30 02:26:37] "POST /neutron/network HTTP/1.1" 200 826 0.005435 10.0.0.17 - - [2024-12-30 02:26:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.17 - - [2024-12-30 02:26:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003731 10.0.0.17 - - [2024-12-30 02:26:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002137 10.0.0.17 - - [2024-12-30 02:26:37] "POST /neutron/network HTTP/1.1" 200 151 0.092167 10.0.0.17 - - [2024-12-30 02:26:37] "DELETE /route-target/2f4b30c8-9969-45e5-baae-bc568d48e65a HTTP/1.1" 200 115 0.019524 10.0.0.17 - - [2024-12-30 02:26:37] "GET /routing-instance/3c527a7f-b254-410c-854a-bb2ac27df423 HTTP/1.1" 404 171 0.002417 10.0.0.17 - - [2024-12-30 02:26:37] "GET /domains HTTP/1.1" 200 280 0.002325 10.0.0.17 - - [2024-12-30 02:26:37] "GET /domains?obj_uuids=30bd2ff1-da41-468d-a29e-6955620cabf2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001507 10.0.0.17 - - [2024-12-30 02:26:37] "GET /domain/30bd2ff1-da41-468d-a29e-6955620cabf2 HTTP/1.1" 200 2575 0.057925 10.0.0.17 - - [2024-12-30 02:26:37] "GET /projects?obj_uuids=07e3a404-0e5b-4b90-be53-f1c7addd23ad&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001038 10.0.0.17 - - [2024-12-30 02:26:37] "GET /project/07e3a404-0e5b-4b90-be53-f1c7addd23ad HTTP/1.1" 200 2101 0.072159 10.0.0.17 - - [2024-12-30 02:26:37] "POST /neutron/network HTTP/1.1" 200 824 0.005379 10.0.0.17 - - [2024-12-30 02:26:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002936 10.0.0.17 - - [2024-12-30 02:26:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004353 10.0.0.17 - - [2024-12-30 02:26:37] "POST /useragent-kv HTTP/1.1" 200 115 0.001593 10.0.0.17 - - [2024-12-30 02:26:37] "POST /neutron/network HTTP/1.1" 200 151 0.084128 10.0.0.17 - - [2024-12-30 02:26:37] "DELETE /route-target/3499d73c-fcf0-41c0-bd53-46685678fb50 HTTP/1.1" 200 115 0.018274 10.0.0.17 - - [2024-12-30 02:26:37] "GET /routing-instance/a2f26cac-79f9-4a56-8430-798c20b6893b HTTP/1.1" 404 171 0.003775 10.0.0.17 - - [2024-12-30 02:26:37] "GET /domains HTTP/1.1" 200 280 0.002572 10.0.0.17 - - [2024-12-30 02:26:37] "GET /domains?obj_uuids=30bd2ff1-da41-468d-a29e-6955620cabf2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001224 10.0.0.17 - - [2024-12-30 02:26:37] "GET /domain/30bd2ff1-da41-468d-a29e-6955620cabf2 HTTP/1.1" 200 2575 0.050876 10.0.0.17 - - [2024-12-30 02:26:37] "GET /projects?obj_uuids=07e3a404-0e5b-4b90-be53-f1c7addd23ad&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001316 10.0.0.17 - - [2024-12-30 02:26:37] "GET /project/07e3a404-0e5b-4b90-be53-f1c7addd23ad HTTP/1.1" 200 1862 0.070853 10.0.0.17 - - [2024-12-30 02:26:38] "GET /projects?obj_uuids=07e3a404-0e5b-4b90-be53-f1c7addd23ad&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001089 10.0.0.17 - - [2024-12-30 02:26:38] "GET /project/07e3a404-0e5b-4b90-be53-f1c7addd23ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.024378 10.0.0.17 - - [2024-12-30 02:26:38] "GET /projects?obj_uuids=07e3a404-0e5b-4b90-be53-f1c7addd23ad&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000981 10.0.0.17 - - [2024-12-30 02:26:38] "GET /project/07e3a404-0e5b-4b90-be53-f1c7addd23ad?fields=virtual_networks HTTP/1.1" 200 1034 0.065568 10.0.0.17 - - [2024-12-30 02:26:38] "GET /projects?obj_uuids=07e3a404-0e5b-4b90-be53-f1c7addd23ad&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001146 10.0.0.17 - - [2024-12-30 02:26:38] "GET /project/07e3a404-0e5b-4b90-be53-f1c7addd23ad?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.025606 10.0.0.17 - - [2024-12-30 02:26:38] "GET /projects?obj_uuids=07e3a404-0e5b-4b90-be53-f1c7addd23ad&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001010 10.0.0.17 - - [2024-12-30 02:26:38] "GET /project/07e3a404-0e5b-4b90-be53-f1c7addd23ad?fields=security_groups HTTP/1.1" 200 1262 0.023015 10.0.0.17 - - [2024-12-30 02:26:39] "POST /fqname-to-id HTTP/1.1" 404 186 0.022255 10.0.0.17 - - [2024-12-30 02:26:39] "GET /projects?obj_uuids=61348222-5e98-4f51-8167-b482e9346669&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002686 10.0.0.17 - - [2024-12-30 02:26:39] "GET /domains?obj_uuids=30bd2ff1-da41-468d-a29e-6955620cabf2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000978 10.0.0.17 - - [2024-12-30 02:26:39] "GET /domain/30bd2ff1-da41-468d-a29e-6955620cabf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008131 10.0.0.17 - - [2024-12-30 02:26:39] "POST /id-to-fqname HTTP/1.1" 200 188 0.001923 10.0.0.17 - - [2024-12-30 02:26:39] "POST /fqname-to-id HTTP/1.1" 404 197 0.002623 10.0.0.17 - - [2024-12-30 02:26:39] "POST /security-groups HTTP/1.1" 200 589 0.063967 10.0.0.17 - - [2024-12-30 02:26:39] "POST /fqname-to-id HTTP/1.1" 404 232 0.004267 10.0.0.17 - - [2024-12-30 02:26:39] "POST /projects HTTP/1.1" 200 581 0.211173 10.0.0.17 - - [2024-12-30 02:26:39] "POST /access-control-lists HTTP/1.1" 200 594 0.059072 10.0.0.17 - - [2024-12-30 02:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.281743 10.0.0.17 - - [2024-12-30 02:26:39] "POST /fqname-to-id HTTP/1.1" 404 231 0.002648 10.0.0.17 - - [2024-12-30 02:26:39] "GET /project/61348222-5e98-4f51-8167-b482e9346669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.398883 10.0.0.17 - - [2024-12-30 02:26:39] "POST /access-control-lists HTTP/1.1" 200 592 0.059706 10.0.0.17 - - [2024-12-30 02:26:40] "GET / HTTP/1.1" 200 35931 0.001988 10.0.0.17 - - [2024-12-30 02:26:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000461 10.0.0.17 - - [2024-12-30 02:26:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.050541 10.0.0.17 - - [2024-12-30 02:26:41] "GET /projects?obj_uuids=61348222-5e98-4f51-8167-b482e9346669&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001012 10.0.0.17 - - [2024-12-30 02:26:41] "GET /project/61348222-5e98-4f51-8167-b482e9346669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.026073 10.0.0.17 - - [2024-12-30 02:26:41] "POST /neutron/network HTTP/1.1" 200 117 0.028119 10.0.0.17 - - [2024-12-30 02:26:41] "GET /projects?obj_uuids=61348222-5e98-4f51-8167-b482e9346669&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002050 10.0.0.17 - - [2024-12-30 02:26:41] "POST /neutron/network HTTP/1.1" 200 613 0.064499 10.0.0.17 - - [2024-12-30 02:26:41] "POST /route-targets HTTP/1.1" 200 327 0.008511 10.0.0.17 - - [2024-12-30 02:26:41] "POST /ref-update HTTP/1.1" 200 156 0.012325 10.0.0.17 - - [2024-12-30 02:26:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002769 10.0.0.17 - - [2024-12-30 02:26:42] "POST /neutron/subnet HTTP/1.1" 200 724 0.202760 10.0.0.17 - - [2024-12-30 02:26:42] "POST /neutron/network HTTP/1.1" 200 832 0.004909 10.0.0.17 - - [2024-12-30 02:26:42] "POST /id-to-fqname HTTP/1.1" 200 223 0.001306 10.0.0.17 - - [2024-12-30 02:26:42] "GET /virtual-network/0825d095-278a-484f-855b-30e0c4aea411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004812 10.0.0.17 - - [2024-12-30 02:26:42] "POST /neutron/network HTTP/1.1" 200 832 0.005129 10.0.0.17 - - [2024-12-30 02:26:42] "GET /virtual-network/0825d095-278a-484f-855b-30e0c4aea411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005410 10.0.0.17 - - [2024-12-30 02:26:42] "POST /neutron/network HTTP/1.1" 200 832 0.005135 10.0.0.17 - - [2024-12-30 02:26:42] "POST /neutron/subnet HTTP/1.1" 200 724 0.006218 10.0.0.17 - - [2024-12-30 02:26:42] "GET /domains HTTP/1.1" 401 292 0.000422 10.0.0.17 - - [2024-12-30 02:26:42] "GET /domains HTTP/1.1" 200 280 0.023552 10.0.0.17 - - [2024-12-30 02:26:42] "GET /domains?obj_uuids=30bd2ff1-da41-468d-a29e-6955620cabf2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001018 10.0.0.17 - - [2024-12-30 02:26:42] "GET /domain/30bd2ff1-da41-468d-a29e-6955620cabf2 HTTP/1.1" 200 2759 0.009459 10.0.0.17 - - [2024-12-30 02:26:42] "GET /projects?obj_uuids=61348222-5e98-4f51-8167-b482e9346669&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000992 10.0.0.17 - - [2024-12-30 02:26:42] "GET /project/61348222-5e98-4f51-8167-b482e9346669 HTTP/1.1" 200 2078 0.068833 10.0.0.17 - - [2024-12-30 02:26:42] "GET /virtual-network/0825d095-278a-484f-855b-30e0c4aea411 HTTP/1.1" 200 2316 0.005902 10.0.0.17 - - [2024-12-30 02:26:42] "GET /virtual-network/0825d095-278a-484f-855b-30e0c4aea411 HTTP/1.1" 200 2316 0.005229 10.0.0.17 - - [2024-12-30 02:26:42] "GET /routing-instance/d125edc6-4b8c-48df-861f-ae099101b4c4 HTTP/1.1" 200 1493 0.003706 10.0.0.17 - - [2024-12-30 02:26:42] "GET /routing-instance/d125edc6-4b8c-48df-861f-ae099101b4c4 HTTP/1.1" 200 1493 0.003511 10.0.0.17 - - [2024-12-30 02:26:42] "GET /route-target/8d530f0e-85ff-4cd4-bced-8eb4f7867987 HTTP/1.1" 200 1213 0.002753 10.0.0.17 - - [2024-12-30 02:26:42] "GET /virtual-network/0825d095-278a-484f-855b-30e0c4aea411 HTTP/1.1" 200 2316 0.005906 10.0.0.17 - - [2024-12-30 02:26:42] "GET /routing-instance/d125edc6-4b8c-48df-861f-ae099101b4c4 HTTP/1.1" 200 1493 0.002802 10.0.0.17 - - [2024-12-30 02:26:42] "GET /virtual-network/0825d095-278a-484f-855b-30e0c4aea411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004444 10.0.0.17 - - [2024-12-30 02:26:42] "GET /virtual-network/0825d095-278a-484f-855b-30e0c4aea411 HTTP/1.1" 200 2316 0.004720 10.0.0.17 - - [2024-12-30 02:26:42] "GET /routing-instance/d125edc6-4b8c-48df-861f-ae099101b4c4 HTTP/1.1" 200 1493 0.002792 10.0.0.17 - - [2024-12-30 02:26:42] "GET /routing-instance/d125edc6-4b8c-48df-861f-ae099101b4c4 HTTP/1.1" 200 1493 0.003526 10.0.0.17 - - [2024-12-30 02:26:42] "GET /route-target/8d530f0e-85ff-4cd4-bced-8eb4f7867987 HTTP/1.1" 200 1213 0.002870 10.0.0.17 - - [2024-12-30 02:26:42] "GET /domains HTTP/1.1" 200 280 0.002651 10.0.0.17 - - [2024-12-30 02:26:42] "GET /domains?obj_uuids=30bd2ff1-da41-468d-a29e-6955620cabf2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001234 10.0.0.17 - - [2024-12-30 02:26:42] "GET /domain/30bd2ff1-da41-468d-a29e-6955620cabf2 HTTP/1.1" 200 2759 0.008129 10.0.0.17 - - [2024-12-30 02:26:42] "GET /projects?obj_uuids=61348222-5e98-4f51-8167-b482e9346669&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001033 10.0.0.17 - - [2024-12-30 02:26:42] "GET /project/61348222-5e98-4f51-8167-b482e9346669 HTTP/1.1" 200 2078 0.066931 10.0.0.17 - - [2024-12-30 02:26:42] "GET /virtual-network/0825d095-278a-484f-855b-30e0c4aea411 HTTP/1.1" 200 2316 0.005554 10.0.0.17 - - [2024-12-30 02:26:43] "GET /obj-perms HTTP/1.1" 200 5026 0.043867 10.0.0.17 - - [2024-12-30 02:26:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002507 10.0.0.17 - - [2024-12-30 02:26:43] "GET /projects?obj_uuids=61348222-5e98-4f51-8167-b482e9346669&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001664 10.0.0.17 - - [2024-12-30 02:26:43] "GET /project/61348222-5e98-4f51-8167-b482e9346669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.028074 10.0.0.17 - - [2024-12-30 02:26:43] "POST /neutron/network HTTP/1.1" 200 117 0.008099 10.0.0.17 - - [2024-12-30 02:26:43] "GET /projects?obj_uuids=61348222-5e98-4f51-8167-b482e9346669&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001053 10.0.0.17 - - [2024-12-30 02:26:43] "POST /neutron/network HTTP/1.1" 200 613 0.065899 10.0.0.17 - - [2024-12-30 02:26:43] "POST /route-targets HTTP/1.1" 200 327 0.011259 10.0.0.17 - - [2024-12-30 02:26:43] "POST /ref-update HTTP/1.1" 200 156 0.012147 10.0.0.17 - - [2024-12-30 02:26:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002090 10.0.0.17 - - [2024-12-30 02:26:43] "POST /neutron/subnet HTTP/1.1" 200 725 0.203083 10.0.0.17 - - [2024-12-30 02:26:43] "POST /neutron/network HTTP/1.1" 200 832 0.005760 10.0.0.17 - - [2024-12-30 02:26:43] "POST /id-to-fqname HTTP/1.1" 200 223 0.001117 10.0.0.17 - - [2024-12-30 02:26:43] "GET /virtual-network/f6ecb7aa-2876-4cee-aa22-4b8b7b8af361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006512 10.0.0.17 - - [2024-12-30 02:26:43] "POST /neutron/network HTTP/1.1" 200 832 0.005750 10.0.0.17 - - [2024-12-30 02:26:43] "GET /virtual-network/f6ecb7aa-2876-4cee-aa22-4b8b7b8af361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004853 10.0.0.17 - - [2024-12-30 02:26:43] "POST /neutron/network HTTP/1.1" 200 832 0.005880 10.0.0.17 - - [2024-12-30 02:26:43] "POST /neutron/subnet HTTP/1.1" 200 725 0.008032 10.0.0.17 - - [2024-12-30 02:26:43] "GET /domains HTTP/1.1" 200 280 0.002898 10.0.0.17 - - [2024-12-30 02:26:43] "GET /domains?obj_uuids=30bd2ff1-da41-468d-a29e-6955620cabf2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001172 10.0.0.17 - - [2024-12-30 02:26:43] "GET /domain/30bd2ff1-da41-468d-a29e-6955620cabf2 HTTP/1.1" 200 2759 0.007486 10.0.0.17 - - [2024-12-30 02:26:43] "GET /projects?obj_uuids=61348222-5e98-4f51-8167-b482e9346669&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001903 10.0.0.17 - - [2024-12-30 02:26:43] "GET /project/61348222-5e98-4f51-8167-b482e9346669 HTTP/1.1" 200 2296 0.068236 10.0.0.17 - - [2024-12-30 02:26:43] "GET /virtual-network/f6ecb7aa-2876-4cee-aa22-4b8b7b8af361 HTTP/1.1" 200 2320 0.005652 10.0.0.17 - - [2024-12-30 02:26:43] "GET /virtual-network/f6ecb7aa-2876-4cee-aa22-4b8b7b8af361 HTTP/1.1" 200 2320 0.005636 10.0.0.17 - - [2024-12-30 02:26:44] "GET /routing-instance/2ef60f87-c711-473d-adbc-c75d32727bc6 HTTP/1.1" 200 1493 0.002832 10.0.0.17 - - [2024-12-30 02:26:44] "GET /routing-instance/2ef60f87-c711-473d-adbc-c75d32727bc6 HTTP/1.1" 200 1493 0.002906 10.0.0.17 - - [2024-12-30 02:26:44] "GET /route-target/4654f19e-d0fe-4ca5-b62a-693484b191ef HTTP/1.1" 200 1212 0.003588 10.0.0.17 - - [2024-12-30 02:26:44] "GET /virtual-network/f6ecb7aa-2876-4cee-aa22-4b8b7b8af361 HTTP/1.1" 200 2320 0.004271 10.0.0.17 - - [2024-12-30 02:26:44] "GET /routing-instance/2ef60f87-c711-473d-adbc-c75d32727bc6 HTTP/1.1" 200 1493 0.003247 10.0.0.17 - - [2024-12-30 02:26:44] "GET /virtual-network/f6ecb7aa-2876-4cee-aa22-4b8b7b8af361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004123 10.0.0.17 - - [2024-12-30 02:26:44] "GET /virtual-network/f6ecb7aa-2876-4cee-aa22-4b8b7b8af361 HTTP/1.1" 200 2320 0.004053 10.0.0.17 - - [2024-12-30 02:26:44] "GET /routing-instance/2ef60f87-c711-473d-adbc-c75d32727bc6 HTTP/1.1" 200 1493 0.004041 10.0.0.17 - - [2024-12-30 02:26:44] "GET /routing-instance/2ef60f87-c711-473d-adbc-c75d32727bc6 HTTP/1.1" 200 1493 0.003123 10.0.0.17 - - [2024-12-30 02:26:44] "GET /route-target/4654f19e-d0fe-4ca5-b62a-693484b191ef HTTP/1.1" 200 1212 0.002938 10.0.0.17 - - [2024-12-30 02:26:44] "GET /domains HTTP/1.1" 200 280 0.002296 10.0.0.17 - - [2024-12-30 02:26:44] "GET /domains?obj_uuids=30bd2ff1-da41-468d-a29e-6955620cabf2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001030 10.0.0.17 - - [2024-12-30 02:26:44] "GET /domain/30bd2ff1-da41-468d-a29e-6955620cabf2 HTTP/1.1" 200 2759 0.006555 10.0.0.17 - - [2024-12-30 02:26:44] "GET /projects?obj_uuids=61348222-5e98-4f51-8167-b482e9346669&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000901 10.0.0.17 - - [2024-12-30 02:26:44] "GET /project/61348222-5e98-4f51-8167-b482e9346669 HTTP/1.1" 200 2296 0.067741 10.0.0.17 - - [2024-12-30 02:26:44] "GET /virtual-network/f6ecb7aa-2876-4cee-aa22-4b8b7b8af361 HTTP/1.1" 200 2320 0.004647 10.0.0.17 - - [2024-12-30 02:26:44] "GET /obj-perms HTTP/1.1" 200 5026 0.002860 10.0.0.17 - - [2024-12-30 02:26:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002500 10.0.0.17 - - [2024-12-30 02:26:44] "GET /projects?obj_uuids=61348222-5e98-4f51-8167-b482e9346669&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000996 10.0.0.17 - - [2024-12-30 02:26:44] "GET /project/61348222-5e98-4f51-8167-b482e9346669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.028189 10.0.0.17 - - [2024-12-30 02:26:44] "POST /neutron/network HTTP/1.1" 200 117 0.010924 10.0.0.17 - - [2024-12-30 02:26:44] "GET /projects?obj_uuids=61348222-5e98-4f51-8167-b482e9346669&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001086 10.0.0.17 - - [2024-12-30 02:26:44] "POST /neutron/network HTTP/1.1" 200 615 0.059016 10.0.0.17 - - [2024-12-30 02:26:44] "POST /ref-update HTTP/1.1" 200 156 0.010126 10.0.0.17 - - [2024-12-30 02:26:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002010 10.0.0.17 - - [2024-12-30 02:26:44] "POST /neutron/subnet HTTP/1.1" 200 725 0.150607 10.0.0.17 - - [2024-12-30 02:26:44] "POST /neutron/network HTTP/1.1" 200 834 0.005817 10.0.0.17 - - [2024-12-30 02:26:44] "POST /id-to-fqname HTTP/1.1" 200 224 0.001496 10.0.0.17 - - [2024-12-30 02:26:44] "GET /virtual-network/aecbe6f1-aaea-4517-9fb7-c8efc8575161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004920 10.0.0.17 - - [2024-12-30 02:26:44] "POST /neutron/network HTTP/1.1" 200 834 0.005592 10.0.0.17 - - [2024-12-30 02:26:44] "GET /virtual-network/aecbe6f1-aaea-4517-9fb7-c8efc8575161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005115 10.0.0.17 - - [2024-12-30 02:26:44] "POST /neutron/network HTTP/1.1" 200 834 0.005143 10.0.0.17 - - [2024-12-30 02:26:44] "POST /neutron/subnet HTTP/1.1" 200 725 0.005847 10.0.0.17 - - [2024-12-30 02:26:44] "GET /domains HTTP/1.1" 200 280 0.001960 10.0.0.17 - - [2024-12-30 02:26:44] "GET /domains?obj_uuids=30bd2ff1-da41-468d-a29e-6955620cabf2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000972 10.0.0.17 - - [2024-12-30 02:26:44] "GET /domain/30bd2ff1-da41-468d-a29e-6955620cabf2 HTTP/1.1" 200 2759 0.006685 10.0.0.17 - - [2024-12-30 02:26:44] "GET /projects?obj_uuids=61348222-5e98-4f51-8167-b482e9346669&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001236 10.0.0.17 - - [2024-12-30 02:26:44] "GET /project/61348222-5e98-4f51-8167-b482e9346669 HTTP/1.1" 200 2515 0.069448 10.0.0.17 - - [2024-12-30 02:26:44] "GET /virtual-network/aecbe6f1-aaea-4517-9fb7-c8efc8575161 HTTP/1.1" 200 2325 0.005474 10.0.0.17 - - [2024-12-30 02:26:44] "GET /virtual-network/aecbe6f1-aaea-4517-9fb7-c8efc8575161 HTTP/1.1" 200 2325 0.004375 10.0.0.17 - - [2024-12-30 02:26:44] "GET /routing-instance/d0f42a33-2b06-44e1-bfd3-119a20413d14 HTTP/1.1" 200 1498 0.003723 10.0.0.17 - - [2024-12-30 02:26:44] "GET /routing-instance/d0f42a33-2b06-44e1-bfd3-119a20413d14 HTTP/1.1" 200 1498 0.003356 10.0.0.17 - - [2024-12-30 02:26:44] "GET /route-target/83fc3202-9798-42fb-99b9-dcaeb5b5f1c2 HTTP/1.1" 200 1214 0.003996 10.0.0.17 - - [2024-12-30 02:26:44] "GET /virtual-network/aecbe6f1-aaea-4517-9fb7-c8efc8575161 HTTP/1.1" 200 2325 0.004853 10.0.0.17 - - [2024-12-30 02:26:44] "GET /routing-instance/d0f42a33-2b06-44e1-bfd3-119a20413d14 HTTP/1.1" 200 1498 0.003733 10.0.0.17 - - [2024-12-30 02:26:44] "GET /virtual-network/aecbe6f1-aaea-4517-9fb7-c8efc8575161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006196 10.0.0.17 - - [2024-12-30 02:26:44] "GET /virtual-network/aecbe6f1-aaea-4517-9fb7-c8efc8575161 HTTP/1.1" 200 2325 0.005385 10.0.0.17 - - [2024-12-30 02:26:44] "GET /routing-instance/d0f42a33-2b06-44e1-bfd3-119a20413d14 HTTP/1.1" 200 1498 0.003680 10.0.0.17 - - [2024-12-30 02:26:44] "GET /routing-instance/d0f42a33-2b06-44e1-bfd3-119a20413d14 HTTP/1.1" 200 1498 0.003732 10.0.0.17 - - [2024-12-30 02:26:44] "GET /route-target/83fc3202-9798-42fb-99b9-dcaeb5b5f1c2 HTTP/1.1" 200 1214 0.003028 10.0.0.17 - - [2024-12-30 02:26:44] "GET /domains HTTP/1.1" 200 280 0.004479 10.0.0.17 - - [2024-12-30 02:26:44] "GET /domains?obj_uuids=30bd2ff1-da41-468d-a29e-6955620cabf2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001103 10.0.0.17 - - [2024-12-30 02:26:44] "GET /domain/30bd2ff1-da41-468d-a29e-6955620cabf2 HTTP/1.1" 200 2759 0.006926 10.0.0.17 - - [2024-12-30 02:26:44] "GET /projects?obj_uuids=61348222-5e98-4f51-8167-b482e9346669&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001214 10.0.0.17 - - [2024-12-30 02:26:45] "GET /project/61348222-5e98-4f51-8167-b482e9346669 HTTP/1.1" 200 2515 0.067656 10.0.0.17 - - [2024-12-30 02:26:45] "GET /virtual-network/aecbe6f1-aaea-4517-9fb7-c8efc8575161 HTTP/1.1" 200 2325 0.006382 10.0.0.17 - - [2024-12-30 02:26:45] "GET /obj-perms HTTP/1.1" 200 5026 0.003135 10.0.0.17 - - [2024-12-30 02:26:45] "POST /id-to-fqname HTTP/1.1" 200 223 0.001329 10.0.0.17 - - [2024-12-30 02:26:45] "POST /neutron/network HTTP/1.1" 200 842 0.006956 10.0.0.17 - - [2024-12-30 02:26:45] "GET /aaa-mode HTTP/1.1" 401 292 0.000395 10.0.0.17 - - [2024-12-30 02:26:45] "GET / HTTP/1.1" 200 35931 0.001457 10.0.0.17 - - [2024-12-30 02:26:45] "GET /project/61348222-5e98-4f51-8167-b482e9346669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000370 10.0.0.17 - - [2024-12-30 02:26:45] "GET /projects?obj_uuids=61348222-5e98-4f51-8167-b482e9346669&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001060 10.0.0.17 - - [2024-12-30 02:26:45] "GET /project/61348222-5e98-4f51-8167-b482e9346669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.041580 10.0.0.17 - - [2024-12-30 02:26:45] "POST /neutron/network HTTP/1.1" 200 832 0.004586 10.0.0.17 - - [2024-12-30 02:26:46] "POST /neutron/port HTTP/1.1" 200 117 0.004782 10.0.0.17 - - [2024-12-30 02:26:46] "POST /neutron/port HTTP/1.1" 200 117 0.004931 10.0.0.17 - - [2024-12-30 02:26:46] "POST /id-to-fqname HTTP/1.1" 200 224 0.001239 10.0.0.17 - - [2024-12-30 02:26:46] "POST /neutron/port HTTP/1.1" 200 117 0.006284 10.0.0.17 - - [2024-12-30 02:26:46] "POST /neutron/network HTTP/1.1" 200 844 0.005798 10.0.0.17 - - [2024-12-30 02:26:46] "GET /aaa-mode HTTP/1.1" 401 292 0.000409 10.0.0.17 - - [2024-12-30 02:26:46] "POST /neutron/network HTTP/1.1" 200 842 0.005306 10.0.0.17 - - [2024-12-30 02:26:46] "GET /projects?obj_uuids=61348222-5e98-4f51-8167-b482e9346669&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001352 10.0.0.17 - - [2024-12-30 02:26:46] "GET / HTTP/1.1" 200 35931 0.002819 10.0.0.17 - - [2024-12-30 02:26:46] "GET /project/61348222-5e98-4f51-8167-b482e9346669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000403 10.0.0.17 - - [2024-12-30 02:26:46] "POST /neutron/port HTTP/1.1" 200 1058 0.211553 10.0.0.17 - - [2024-12-30 02:26:46] "POST /neutron/port HTTP/1.1" 200 1058 0.008379 10.0.0.17 - - [2024-12-30 02:26:46] "POST /neutron/port HTTP/1.1" 200 1058 0.007752 10.0.0.17 - - [2024-12-30 02:26:46] "POST /neutron/port HTTP/1.1" 200 1112 0.055705 10.0.0.17 - - [2024-12-30 02:26:46] "POST /neutron/port HTTP/1.1" 200 1086 0.015635 10.0.0.17 - - [2024-12-30 02:26:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002759 10.0.0.17 - - [2024-12-30 02:26:46] "POST /neutron/subnet HTTP/1.1" 200 699 0.009203 10.0.0.17 - - [2024-12-30 02:26:46] "POST /neutron/port HTTP/1.1" 200 117 0.001200 10.0.0.17 - - [2024-12-30 02:26:46] "POST /neutron/network HTTP/1.1" 200 832 0.005187 10.0.0.17 - - [2024-12-30 02:26:46] "GET /projects?obj_uuids=61348222-5e98-4f51-8167-b482e9346669&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001064 10.0.0.17 - - [2024-12-30 02:26:46] "GET /project/61348222-5e98-4f51-8167-b482e9346669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.050512 10.0.0.17 - - [2024-12-30 02:26:46] "POST /neutron/network HTTP/1.1" 200 834 0.006713 10.0.0.17 - - [2024-12-30 02:26:47] "POST /neutron/port HTTP/1.1" 200 1086 0.020931 10.0.0.17 - - [2024-12-30 02:26:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008059 10.0.0.17 - - [2024-12-30 02:26:47] "POST /neutron/port HTTP/1.1" 200 117 0.004681 10.0.0.17 - - [2024-12-30 02:26:47] "POST /fqname-to-id HTTP/1.1" 404 193 0.002818 10.0.0.17 - - [2024-12-30 02:26:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002445 10.0.0.17 - - [2024-12-30 02:26:47] "GET /domains?obj_uuids=30bd2ff1-da41-468d-a29e-6955620cabf2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001132 10.0.0.17 - - [2024-12-30 02:26:47] "GET /domain/30bd2ff1-da41-468d-a29e-6955620cabf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007677 10.0.0.17 - - [2024-12-30 02:26:47] "POST /service-templates HTTP/1.1" 200 543 0.017177 10.0.0.17 - - [2024-12-30 02:26:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.17 - - [2024-12-30 02:26:47] "GET /service-template/f1435cda-3879-4c40-977d-b25e99d02aa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.011364 10.0.0.17 - - [2024-12-30 02:26:47] "POST /neutron/network HTTP/1.1" 200 844 0.005290 10.0.0.17 - - [2024-12-30 02:26:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002444 10.0.0.17 - - [2024-12-30 02:26:47] "GET /projects?obj_uuids=61348222-5e98-4f51-8167-b482e9346669&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001007 10.0.0.17 - - [2024-12-30 02:26:47] "GET /service-template/f1435cda-3879-4c40-977d-b25e99d02aa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.004020 10.0.0.17 - - [2024-12-30 02:26:47] "POST /id-to-fqname HTTP/1.1" 200 223 0.001395 10.0.0.17 - - [2024-12-30 02:26:47] "POST /id-to-fqname HTTP/1.1" 200 223 0.001122 10.0.0.17 - - [2024-12-30 02:26:47] "POST /id-to-fqname HTTP/1.1" 200 224 0.001184 10.0.0.17 - - [2024-12-30 02:26:47] "POST /neutron/port HTTP/1.1" 200 1058 0.228289 10.0.0.17 - - [2024-12-30 02:26:47] "POST /neutron/port HTTP/1.1" 200 1058 0.008986 10.0.0.17 - - [2024-12-30 02:26:47] "POST /neutron/port HTTP/1.1" 200 1058 0.017926 10.0.0.17 - - [2024-12-30 02:26:47] "POST /neutron/port HTTP/1.1" 200 1112 0.080521 10.0.0.17 - - [2024-12-30 02:26:47] "POST /neutron/port HTTP/1.1" 200 2056 0.036131 10.0.0.17 - - [2024-12-30 02:26:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007891 10.0.0.17 - - [2024-12-30 02:26:47] "POST /neutron/port HTTP/1.1" 200 1086 0.012421 10.0.0.17 - - [2024-12-30 02:26:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007659 10.0.0.17 - - [2024-12-30 02:26:47] "POST /neutron/subnet HTTP/1.1" 200 699 0.015536 10.0.0.17 - - [2024-12-30 02:26:47] "POST /neutron/port HTTP/1.1" 200 117 0.001070 10.0.0.17 - - [2024-12-30 02:26:47] "POST /neutron/network HTTP/1.1" 200 834 0.004723 10.0.0.17 - - [2024-12-30 02:26:48] "POST /neutron/network HTTP/1.1" 200 2223 0.014387 10.0.0.17 - - [2024-12-30 02:26:48] "GET /aaa-mode HTTP/1.1" 401 292 0.005862 10.0.0.17 - - [2024-12-30 02:26:48] "GET / HTTP/1.1" 200 35931 0.001484 10.0.0.17 - - [2024-12-30 02:26:48] "GET /project/61348222-5e98-4f51-8167-b482e9346669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000391 10.0.0.17 - - [2024-12-30 02:26:49] "GET /projects?obj_uuids=61348222-5e98-4f51-8167-b482e9346669&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001029 10.0.0.17 - - [2024-12-30 02:26:49] "GET /project/61348222-5e98-4f51-8167-b482e9346669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.047499 10.0.0.17 - - [2024-12-30 02:26:49] "POST /neutron/network HTTP/1.1" 200 832 0.005110 10.0.0.17 - - [2024-12-30 02:26:49] "POST /neutron/network HTTP/1.1" 200 832 0.004825 10.0.0.17 - - [2024-12-30 02:26:49] "POST /neutron/network HTTP/1.1" 200 834 0.006526 10.0.0.17 - - [2024-12-30 02:26:49] "POST /neutron/port HTTP/1.1" 200 2056 0.020374 10.0.0.17 - - [2024-12-30 02:26:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005987 10.0.0.17 - - [2024-12-30 02:26:49] "POST /neutron/port HTTP/1.1" 200 117 0.005215 10.0.0.17 - - [2024-12-30 02:26:49] "POST /neutron/port HTTP/1.1" 200 117 0.004952 10.0.0.17 - - [2024-12-30 02:26:50] "POST /neutron/network HTTP/1.1" 200 2223 0.011072 10.0.0.17 - - [2024-12-30 02:26:50] "GET /projects?obj_uuids=61348222-5e98-4f51-8167-b482e9346669&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001251 10.0.0.17 - - [2024-12-30 02:26:50] "POST /neutron/port HTTP/1.1" 200 1058 0.221431 10.0.0.17 - - [2024-12-30 02:26:50] "GET /projects?obj_uuids=61348222-5e98-4f51-8167-b482e9346669&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001320 10.0.0.17 - - [2024-12-30 02:26:50] "POST /neutron/port HTTP/1.1" 200 1058 0.192925 10.0.0.17 - - [2024-12-30 02:26:50] "GET /projects?obj_uuids=61348222-5e98-4f51-8167-b482e9346669&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001057 10.0.0.17 - - [2024-12-30 02:26:50] "POST /neutron/port HTTP/1.1" 200 1058 0.190907 10.0.0.17 - - [2024-12-30 02:26:50] "POST /neutron/port HTTP/1.1" 200 1058 0.008406 10.0.0.17 - - [2024-12-30 02:26:50] "POST /neutron/port HTTP/1.1" 200 1058 0.007356 10.0.0.17 - - [2024-12-30 02:26:50] "POST /neutron/port HTTP/1.1" 200 1112 0.053593 10.0.0.17 - - [2024-12-30 02:26:50] "POST /neutron/port HTTP/1.1" 200 1058 0.008880 10.0.0.17 - - [2024-12-30 02:26:50] "POST /neutron/port HTTP/1.1" 200 1058 0.009161 10.0.0.17 - - [2024-12-30 02:26:51] "POST /neutron/port HTTP/1.1" 200 1112 0.088105 10.0.0.17 - - [2024-12-30 02:26:51] "POST /neutron/port HTTP/1.1" 200 1058 0.008325 10.0.0.17 - - [2024-12-30 02:26:51] "POST /neutron/port HTTP/1.1" 200 1058 0.007487 10.0.0.17 - - [2024-12-30 02:26:51] "POST /neutron/port HTTP/1.1" 200 1112 0.072592 10.0.0.17 - - [2024-12-30 02:26:51] "POST /neutron/port HTTP/1.1" 200 3025 0.018912 10.0.0.17 - - [2024-12-30 02:26:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002698 10.0.0.17 - - [2024-12-30 02:26:51] "POST /neutron/subnet HTTP/1.1" 200 698 0.009662 10.0.0.17 - - [2024-12-30 02:26:51] "POST /neutron/port HTTP/1.1" 200 117 0.001339 10.0.0.17 - - [2024-12-30 02:26:51] "POST /neutron/network HTTP/1.1" 200 832 0.004641 10.0.0.17 - - [2024-12-30 02:26:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002856 10.0.0.17 - - [2024-12-30 02:26:51] "POST /neutron/subnet HTTP/1.1" 200 699 0.009510 10.0.0.17 - - [2024-12-30 02:26:51] "POST /neutron/port HTTP/1.1" 200 117 0.001257 10.0.0.17 - - [2024-12-30 02:26:51] "POST /neutron/network HTTP/1.1" 200 832 0.005107 10.0.0.17 - - [2024-12-30 02:26:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003100 10.0.0.17 - - [2024-12-30 02:26:51] "POST /neutron/subnet HTTP/1.1" 200 699 0.010821 10.0.0.17 - - [2024-12-30 02:26:51] "POST /neutron/port HTTP/1.1" 200 117 0.001059 10.0.0.17 - - [2024-12-30 02:26:51] "POST /neutron/network HTTP/1.1" 200 834 0.004709 10.0.0.17 - - [2024-12-30 02:26:54] "POST /neutron/port HTTP/1.1" 200 3025 0.022588 10.0.0.17 - - [2024-12-30 02:26:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005788 10.0.0.17 - - [2024-12-30 02:26:54] "POST /neutron/port HTTP/1.1" 200 3025 0.017343 10.0.0.17 - - [2024-12-30 02:26:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007438 10.0.0.17 - - [2024-12-30 02:26:54] "POST /neutron/port HTTP/1.1" 200 3025 0.020499 10.0.0.17 - - [2024-12-30 02:26:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005191 10.0.0.17 - - [2024-12-30 02:26:55] "POST /neutron/port HTTP/1.1" 200 3025 0.025364 10.0.0.17 - - [2024-12-30 02:26:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009013 10.0.0.17 - - [2024-12-30 02:26:55] "POST /neutron/port HTTP/1.1" 200 3025 0.022429 10.0.0.17 - - [2024-12-30 02:26:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006359 10.0.0.17 - - [2024-12-30 02:26:55] "GET /virtual-machine/171ba128-2494-4777-87ed-64b5a7e4e991 HTTP/1.1" 200 1801 0.004745 10.0.0.17 - - [2024-12-30 02:26:55] "GET /virtual-machine-interface/6da666a4-07b5-43c2-927e-a71c5936a273 HTTP/1.1" 200 2949 0.006218 10.0.0.17 - - [2024-12-30 02:26:55] "GET /virtual-machine-interface/77fa2cc2-a2da-4f46-8425-dca2edd42fc8 HTTP/1.1" 200 2945 0.006411 10.0.0.17 - - [2024-12-30 02:26:55] "GET /virtual-machine-interface/e1d3ac76-6c12-4da8-8643-ffd76b479edc HTTP/1.1" 200 2946 0.005222 10.0.0.17 - - [2024-12-30 02:26:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.17 - - [2024-12-30 02:26:55] "GET /global-vrouter-config/dbf59b20-4c55-431f-8624-94290425b024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003017 10.0.0.17 - - [2024-12-30 02:26:55] "GET /virtual-networks?parent_id=61348222-5e98-4f51-8167-b482e9346669&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002218 10.0.0.17 - - [2024-12-30 02:26:55] "GET /virtual-network/0825d095-278a-484f-855b-30e0c4aea411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005909 10.0.0.17 - - [2024-12-30 02:26:55] "POST /neutron/port HTTP/1.1" 200 1086 0.019184 10.0.0.17 - - [2024-12-30 02:26:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006703 10.0.0.17 - - [2024-12-30 02:26:56] "POST /neutron/port HTTP/1.1" 200 1086 0.014101 10.0.0.17 - - [2024-12-30 02:26:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004741 10.0.0.17 - - [2024-12-30 02:26:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.006130 10.0.0.17 - - [2024-12-30 02:26:58] "GET /virtual-network/0825d095-278a-484f-855b-30e0c4aea411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004504 10.0.0.17 - - [2024-12-30 02:27:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002698 10.0.0.17 - - [2024-12-30 02:27:02] "GET /virtual-network/0825d095-278a-484f-855b-30e0c4aea411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005276 10.0.0.17 - - [2024-12-30 02:27:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002710 10.0.0.17 - - [2024-12-30 02:27:06] "GET /virtual-network/0825d095-278a-484f-855b-30e0c4aea411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004766 10.0.0.17 - - [2024-12-30 02:27:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.17 - - [2024-12-30 02:27:10] "GET /global-vrouter-config/dbf59b20-4c55-431f-8624-94290425b024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002853 10.0.0.17 - - [2024-12-30 02:27:10] "GET /virtual-networks?parent_id=61348222-5e98-4f51-8167-b482e9346669&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003152 10.0.0.17 - - [2024-12-30 02:27:10] "GET /virtual-network/0825d095-278a-484f-855b-30e0c4aea411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005174 10.0.0.17 - - [2024-12-30 02:27:11] "POST /neutron/port HTTP/1.1" 200 3025 0.020388 10.0.0.17 - - [2024-12-30 02:27:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005528 10.0.0.17 - - [2024-12-30 02:27:16] "POST /neutron/port HTTP/1.1" 200 3025 0.019318 10.0.0.17 - - [2024-12-30 02:27:16] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005655 10.0.0.17 - - [2024-12-30 02:27:18] "DELETE /project/613482225e984f518167b482e9346669 HTTP/1.1" 404 173 0.005483 10.0.0.17 - - [2024-12-30 02:27:18] "GET /projects?obj_uuids=07e3a404-0e5b-4b90-be53-f1c7addd23ad&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001051 10.0.0.17 - - [2024-12-30 02:27:18] "GET /project/07e3a404-0e5b-4b90-be53-f1c7addd23ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.025015 10.0.0.17 - - [2024-12-30 02:27:18] "GET /projects?obj_uuids=07e3a404-0e5b-4b90-be53-f1c7addd23ad&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001032 10.0.0.17 - - [2024-12-30 02:27:18] "GET /project/07e3a404-0e5b-4b90-be53-f1c7addd23ad?fields=security_groups HTTP/1.1" 200 1367 0.066811 10.0.0.17 - - [2024-12-30 02:27:18] "DELETE /security-group/4bc080d7-6019-4b0c-ae08-49d02aa125ed HTTP/1.1" 200 115 0.033685 10.0.0.17 - - [2024-12-30 02:27:18] "GET /projects?obj_uuids=07e3a404-0e5b-4b90-be53-f1c7addd23ad&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001492 10.0.0.17 - - [2024-12-30 02:27:18] "GET /project/07e3a404-0e5b-4b90-be53-f1c7addd23ad?fields=application_policy_sets HTTP/1.1" 200 1406 0.031511 10.0.0.17 - - [2024-12-30 02:27:18] "DELETE /access-control-list/c47e107e-a34f-46e9-a20e-f1fa75bb729c HTTP/1.1" 200 115 0.040602 10.0.0.17 - - [2024-12-30 02:27:18] "DELETE /access-control-list/1f4150c0-4789-49ec-b61b-3b7a697afec5 HTTP/1.1" 200 115 0.017558 10.0.0.17 - - [2024-12-30 02:27:18] "DELETE /project/07e3a404-0e5b-4b90-be53-f1c7addd23ad HTTP/1.1" 200 115 0.324776 10.0.0.17 - - [2024-12-30 02:27:20] "POST /neutron/port HTTP/1.1" 200 3025 0.022461 10.0.0.17 - - [2024-12-30 02:27:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005807 10.0.0.17 - - [2024-12-30 02:27:21] "POST /neutron/port HTTP/1.1" 200 3025 0.019450 10.0.0.17 - - [2024-12-30 02:27:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005803 10.0.0.17 - - [2024-12-30 02:27:24] "GET /obj-perms HTTP/1.1" 200 5056 0.041468 10.0.0.17 - - [2024-12-30 02:27:24] "GET /obj-perms HTTP/1.1" 200 5056 0.044452 10.0.0.17 - - [2024-12-30 02:27:26] "POST /neutron/port HTTP/1.1" 200 3025 0.020439 10.0.0.17 - - [2024-12-30 02:27:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005117 10.0.0.17 - - [2024-12-30 02:27:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.17 - - [2024-12-30 02:27:31] "GET /global-vrouter-config/dbf59b20-4c55-431f-8624-94290425b024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003033 10.0.0.17 - - [2024-12-30 02:27:31] "GET /virtual-networks?parent_id=61348222-5e98-4f51-8167-b482e9346669&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002960 10.0.0.17 - - [2024-12-30 02:27:31] "GET /virtual-network/f6ecb7aa-2876-4cee-aa22-4b8b7b8af361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006032 10.0.0.17 - - [2024-12-30 02:27:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002880 10.0.0.17 - - [2024-12-30 02:27:31] "GET /global-vrouter-config/dbf59b20-4c55-431f-8624-94290425b024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003250 10.0.0.17 - - [2024-12-30 02:27:32] "GET /virtual-networks?parent_id=61348222-5e98-4f51-8167-b482e9346669&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002786 10.0.0.17 - - [2024-12-30 02:27:32] "GET /virtual-network/aecbe6f1-aaea-4517-9fb7-c8efc8575161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005445 10.0.0.17 - - [2024-12-30 02:27:32] "POST /fqname-to-id HTTP/1.1" 404 207 0.002716 10.0.0.17 - - [2024-12-30 02:27:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002444 10.0.0.17 - - [2024-12-30 02:27:32] "GET /projects?obj_uuids=61348222-5e98-4f51-8167-b482e9346669&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001167 10.0.0.17 - - [2024-12-30 02:27:32] "GET /project/61348222-5e98-4f51-8167-b482e9346669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.026633 10.0.0.17 - - [2024-12-30 02:27:32] "POST /service-instances HTTP/1.1" 200 543 0.064110 10.0.0.17 - - [2024-12-30 02:27:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004160 10.0.0.17 - - [2024-12-30 02:27:32] "GET /service-instance/e9bbfcf3-0234-454d-8f3f-d329c5f68d6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2136 0.005297 10.0.0.17 - - [2024-12-30 02:27:32] "POST /port-tuples HTTP/1.1" 200 586 0.026331 10.0.0.17 - - [2024-12-30 02:27:32] "GET /virtual-machine-interface/77fa2cc2-a2da-4f46-8425-dca2edd42fc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.006172 10.0.0.17 - - [2024-12-30 02:27:32] "PUT /virtual-machine-interface/77fa2cc2-a2da-4f46-8425-dca2edd42fc8 HTTP/1.1" 200 284 0.010203 10.0.0.17 - - [2024-12-30 02:27:32] "POST /ref-update HTTP/1.1" 200 156 0.009373 10.0.0.17 - - [2024-12-30 02:27:32] "POST /instance-ips HTTP/1.1" 200 385 0.023724 10.0.0.17 - - [2024-12-30 02:27:32] "POST /ref-update HTTP/1.1" 200 156 0.007633 10.0.0.17 - - [2024-12-30 02:27:32] "GET /virtual-machine-interface/e1d3ac76-6c12-4da8-8643-ffd76b479edc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.005895 10.0.0.17 - - [2024-12-30 02:27:32] "POST /ref-update HTTP/1.1" 200 156 0.009809 10.0.0.17 - - [2024-12-30 02:27:32] "PUT /virtual-machine-interface/e1d3ac76-6c12-4da8-8643-ffd76b479edc HTTP/1.1" 200 284 0.012307 10.0.0.17 - - [2024-12-30 02:27:32] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003138 10.0.0.17 - - [2024-12-30 02:27:32] "POST /ref-update HTTP/1.1" 200 156 0.008090 10.0.0.17 - - [2024-12-30 02:27:33] "GET /virtual-machine-interface/6da666a4-07b5-43c2-927e-a71c5936a273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2728 0.004805 10.0.0.17 - - [2024-12-30 02:27:33] "POST /instance-ips HTTP/1.1" 200 385 0.025440 10.0.0.17 - - [2024-12-30 02:27:33] "PUT /virtual-machine-interface/6da666a4-07b5-43c2-927e-a71c5936a273 HTTP/1.1" 200 284 0.009557 10.0.0.17 - - [2024-12-30 02:27:33] "POST /ref-update HTTP/1.1" 200 156 0.011411 10.0.0.17 - - [2024-12-30 02:27:33] "POST /ref-update HTTP/1.1" 200 156 0.009538 10.0.0.17 - - [2024-12-30 02:27:33] "POST /ref-update HTTP/1.1" 200 156 0.008665 10.0.0.17 - - [2024-12-30 02:27:33] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003000 10.0.0.17 - - [2024-12-30 02:27:33] "POST /neutron/port HTTP/1.1" 200 1086 0.016400 10.0.0.17 - - [2024-12-30 02:27:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009811 10.0.0.17 - - [2024-12-30 02:27:33] "POST /instance-ips HTTP/1.1" 200 373 0.020636 10.0.0.17 - - [2024-12-30 02:27:33] "POST /neutron/port HTTP/1.1" 200 1086 0.021558 10.0.0.17 - - [2024-12-30 02:27:33] "POST /ref-update HTTP/1.1" 200 156 0.012142 10.0.0.17 - - [2024-12-30 02:27:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009566 10.0.0.17 - - [2024-12-30 02:27:33] "POST /ref-update HTTP/1.1" 200 156 0.008941 10.0.0.17 - - [2024-12-30 02:27:33] "POST /neutron/port HTTP/1.1" 200 1086 0.023011 10.0.0.17 - - [2024-12-30 02:27:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005589 10.0.0.17 - - [2024-12-30 02:27:33] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.007611 10.0.0.17 - - [2024-12-30 02:27:33] "GET /virtual-machine/444e437a-8d36-4502-840c-316ac3a645a8 HTTP/1.1" 200 1289 0.005153 10.0.0.17 - - [2024-12-30 02:27:33] "GET /virtual-machine-interface/e3cfdfee-208e-4142-847a-4361c6d5b492 HTTP/1.1" 200 2946 0.004478 10.0.0.17 - - [2024-12-30 02:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002931 10.0.0.17 - - [2024-12-30 02:27:33] "GET /global-vrouter-config/dbf59b20-4c55-431f-8624-94290425b024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003745 10.0.0.17 - - [2024-12-30 02:27:33] "POST /instance-ips HTTP/1.1" 200 373 0.015866 10.0.0.17 - - [2024-12-30 02:27:33] "GET /virtual-networks?parent_id=61348222-5e98-4f51-8167-b482e9346669&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002822 10.0.0.17 - - [2024-12-30 02:27:33] "POST /ref-update HTTP/1.1" 200 156 0.008094 10.0.0.17 - - [2024-12-30 02:27:33] "GET /virtual-network/f6ecb7aa-2876-4cee-aa22-4b8b7b8af361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005260 10.0.0.17 - - [2024-12-30 02:27:33] "POST /ref-update HTTP/1.1" 200 156 0.007712 10.0.0.17 - - [2024-12-30 02:27:33] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003437 10.0.0.17 - - [2024-12-30 02:27:33] "POST /instance-ips HTTP/1.1" 200 375 0.015566 10.0.0.17 - - [2024-12-30 02:27:33] "POST /ref-update HTTP/1.1" 200 156 0.009481 10.0.0.17 - - [2024-12-30 02:27:33] "POST /ref-update HTTP/1.1" 200 156 0.008220 10.0.0.17 - - [2024-12-30 02:27:33] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002973 10.0.0.17 - - [2024-12-30 02:27:33] "POST /instance-ips HTTP/1.1" 200 375 0.013528 10.0.0.17 - - [2024-12-30 02:27:33] "POST /ref-update HTTP/1.1" 200 156 0.008004 10.0.0.17 - - [2024-12-30 02:27:34] "POST /ref-update HTTP/1.1" 200 156 0.008136 10.0.0.17 - - [2024-12-30 02:27:34] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003066 10.0.0.17 - - [2024-12-30 02:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002732 10.0.0.17 - - [2024-12-30 02:27:34] "GET /global-vrouter-config/dbf59b20-4c55-431f-8624-94290425b024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003122 10.0.0.17 - - [2024-12-30 02:27:34] "GET /virtual-networks?parent_id=61348222-5e98-4f51-8167-b482e9346669&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002832 10.0.0.17 - - [2024-12-30 02:27:34] "GET /virtual-network/f6ecb7aa-2876-4cee-aa22-4b8b7b8af361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005462 10.0.0.17 - - [2024-12-30 02:27:35] "POST /neutron/port HTTP/1.1" 200 1086 0.014384 10.0.0.17 - - [2024-12-30 02:27:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005456 10.0.0.17 - - [2024-12-30 02:27:35] "POST /neutron/port HTTP/1.1" 200 1086 0.017737 10.0.0.17 - - [2024-12-30 02:27:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005915 10.0.0.17 - - [2024-12-30 02:27:35] "POST /neutron/port HTTP/1.1" 200 1086 0.015083 10.0.0.17 - - [2024-12-30 02:27:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005104 10.0.0.17 - - [2024-12-30 02:27:35] "GET /virtual-machine/d5e77a32-0dbb-47ba-9ed6-916474d0bd81 HTTP/1.1" 200 1291 0.011330 10.0.0.17 - - [2024-12-30 02:27:35] "GET /virtual-machine-interface/29e7db27-89be-4930-9e57-3d5f49f89d7d HTTP/1.1" 200 2949 0.005490 10.0.0.17 - - [2024-12-30 02:27:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002631 10.0.0.17 - - [2024-12-30 02:27:35] "GET /global-vrouter-config/dbf59b20-4c55-431f-8624-94290425b024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003213 10.0.0.17 - - [2024-12-30 02:27:35] "GET /virtual-networks?parent_id=61348222-5e98-4f51-8167-b482e9346669&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002802 10.0.0.17 - - [2024-12-30 02:27:35] "GET /virtual-network/aecbe6f1-aaea-4517-9fb7-c8efc8575161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005222 10.0.0.17 - - [2024-12-30 02:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002943 10.0.0.17 - - [2024-12-30 02:27:36] "GET /global-vrouter-config/dbf59b20-4c55-431f-8624-94290425b024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002922 10.0.0.17 - - [2024-12-30 02:27:36] "GET /virtual-networks?parent_id=61348222-5e98-4f51-8167-b482e9346669&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003109 10.0.0.17 - - [2024-12-30 02:27:36] "GET /virtual-network/aecbe6f1-aaea-4517-9fb7-c8efc8575161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005040 10.0.0.17 - - [2024-12-30 02:27:36] "POST /fqname-to-id HTTP/1.1" 404 211 0.003018 10.0.0.17 - - [2024-12-30 02:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002098 10.0.0.17 - - [2024-12-30 02:27:36] "GET /projects?obj_uuids=61348222-5e98-4f51-8167-b482e9346669&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001072 10.0.0.17 - - [2024-12-30 02:27:36] "GET /project/61348222-5e98-4f51-8167-b482e9346669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.024642 10.0.0.17 - - [2024-12-30 02:27:36] "POST /network-policys HTTP/1.1" 200 547 0.018968 10.0.0.17 - - [2024-12-30 02:27:36] "GET /network-policy/157d581b-9d7a-4b58-831c-0fafd33eacb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.005113 10.0.0.17 - - [2024-12-30 02:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.17 - - [2024-12-30 02:27:37] "GET /virtual-network/f6ecb7aa-2876-4cee-aa22-4b8b7b8af361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005269 10.0.0.17 - - [2024-12-30 02:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002804 10.0.0.17 - - [2024-12-30 02:27:37] "GET /network-policy/157d581b-9d7a-4b58-831c-0fafd33eacb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003560 10.0.0.17 - - [2024-12-30 02:27:37] "POST /ref-update HTTP/1.1" 200 156 0.035757 10.0.0.17 - - [2024-12-30 02:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002679 10.0.0.17 - - [2024-12-30 02:27:37] "GET /network-policy/157d581b-9d7a-4b58-831c-0fafd33eacb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003781 10.0.0.17 - - [2024-12-30 02:27:37] "POST /neutron/network HTTP/1.1" 200 920 0.006439 10.0.0.17 - - [2024-12-30 02:27:37] "GET /virtual-network/f6ecb7aa-2876-4cee-aa22-4b8b7b8af361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005343 10.0.0.17 - - [2024-12-30 02:27:37] "POST /fqname-to-id HTTP/1.1" 404 242 0.002425 10.0.0.17 - - [2024-12-30 02:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004252 10.0.0.17 - - [2024-12-30 02:27:37] "POST /access-control-lists HTTP/1.1" 200 601 0.058378 10.0.0.17 - - [2024-12-30 02:27:37] "GET /network-policy/157d581b-9d7a-4b58-831c-0fafd33eacb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003466 10.0.0.17 - - [2024-12-30 02:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002888 10.0.0.17 - - [2024-12-30 02:27:37] "GET /virtual-network/aecbe6f1-aaea-4517-9fb7-c8efc8575161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006329 10.0.0.17 - - [2024-12-30 02:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002721 10.0.0.17 - - [2024-12-30 02:27:37] "GET /network-policy/157d581b-9d7a-4b58-831c-0fafd33eacb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003395 10.0.0.17 - - [2024-12-30 02:27:37] "POST /fqname-to-id HTTP/1.1" 404 244 0.004972 10.0.0.17 - - [2024-12-30 02:27:37] "POST /ref-update HTTP/1.1" 200 156 0.041643 10.0.0.17 - - [2024-12-30 02:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004013 10.0.0.17 - - [2024-12-30 02:27:37] "POST /access-control-lists HTTP/1.1" 200 604 0.066151 10.0.0.17 - - [2024-12-30 02:27:37] "GET /network-policy/157d581b-9d7a-4b58-831c-0fafd33eacb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003250 10.0.0.17 - - [2024-12-30 02:27:37] "POST /routing-instances HTTP/1.1" 200 759 0.016439 10.0.0.17 - - [2024-12-30 02:27:37] "POST /neutron/network HTTP/1.1" 200 922 0.007221 10.0.0.17 - - [2024-12-30 02:27:37] "GET /virtual-network/aecbe6f1-aaea-4517-9fb7-c8efc8575161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.004924 10.0.0.17 - - [2024-12-30 02:27:38] "POST /route-targets HTTP/1.1" 200 327 0.009490 10.0.0.17 - - [2024-12-30 02:27:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.17 - - [2024-12-30 02:27:38] "POST /ref-update HTTP/1.1" 200 156 0.009926 10.0.0.17 - - [2024-12-30 02:27:38] "GET /network-policy/157d581b-9d7a-4b58-831c-0fafd33eacb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003266 10.0.0.17 - - [2024-12-30 02:27:38] "GET /routing-instance/44e2677e-d2c3-4a5b-acb0-82a2273ffdd8?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1276 0.003665 10.0.0.17 - - [2024-12-30 02:27:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002219 10.0.0.17 - - [2024-12-30 02:27:38] "GET /service-template/f1435cda-3879-4c40-977d-b25e99d02aa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.004277 10.0.0.17 - - [2024-12-30 02:27:38] "GET /routing-instance/44e2677e-d2c3-4a5b-acb0-82a2273ffdd8?fields=routing_policy_back_refs HTTP/1.1" 200 1276 0.004028 10.0.0.17 - - [2024-12-30 02:27:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884 10.0.0.17 - - [2024-12-30 02:27:38] "POST /ref-update HTTP/1.1" 200 156 0.008998 10.0.0.17 - - [2024-12-30 02:27:38] "GET /projects?obj_uuids=61348222-5e98-4f51-8167-b482e9346669&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002015 10.0.0.17 - - [2024-12-30 02:27:38] "GET /project/61348222-5e98-4f51-8167-b482e9346669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.029742 10.0.0.17 - - [2024-12-30 02:27:38] "POST /routing-instances HTTP/1.1" 200 760 0.024886 10.0.0.17 - - [2024-12-30 02:27:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.17 - - [2024-12-30 02:27:38] "POST /route-targets HTTP/1.1" 200 327 0.010431 10.0.0.17 - - [2024-12-30 02:27:38] "GET /service-instance/e9bbfcf3-0234-454d-8f3f-d329c5f68d6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3530 0.007514 10.0.0.17 - - [2024-12-30 02:27:38] "POST /ref-update HTTP/1.1" 200 156 0.009921 10.0.0.17 - - [2024-12-30 02:27:38] "GET /domains HTTP/1.1" 200 280 0.004891 10.0.0.17 - - [2024-12-30 02:27:38] "GET /domains?obj_uuids=30bd2ff1-da41-468d-a29e-6955620cabf2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000988 10.0.0.17 - - [2024-12-30 02:27:38] "GET /domain/30bd2ff1-da41-468d-a29e-6955620cabf2 HTTP/1.1" 200 2771 0.013196 10.0.0.17 - - [2024-12-30 02:27:38] "GET /routing-instance/4181b3dd-a0f2-456f-bf80-567ab131e4fe?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1277 0.006621 10.0.0.17 - - [2024-12-30 02:27:38] "GET /projects?obj_uuids=61348222-5e98-4f51-8167-b482e9346669&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001893 10.0.0.17 - - [2024-12-30 02:27:38] "GET /routing-instance/4181b3dd-a0f2-456f-bf80-567ab131e4fe?fields=routing_policy_back_refs HTTP/1.1" 200 1277 0.005010 10.0.0.17 - - [2024-12-30 02:27:38] "GET /project/61348222-5e98-4f51-8167-b482e9346669 HTTP/1.1" 200 4231 0.079744 10.0.0.17 - - [2024-12-30 02:27:38] "GET /service-instance/e9bbfcf3-0234-454d-8f3f-d329c5f68d6d HTTP/1.1" 200 3784 0.005111 10.0.0.17 - - [2024-12-30 02:27:38] "GET /domains HTTP/1.1" 200 280 0.003703 10.0.0.17 - - [2024-12-30 02:27:38] "GET /domains?obj_uuids=30bd2ff1-da41-468d-a29e-6955620cabf2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000943 10.0.0.17 - - [2024-12-30 02:27:38] "GET /domain/30bd2ff1-da41-468d-a29e-6955620cabf2 HTTP/1.1" 200 2771 0.011130 10.0.0.17 - - [2024-12-30 02:27:38] "GET /projects?obj_uuids=61348222-5e98-4f51-8167-b482e9346669&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000882 10.0.0.17 - - [2024-12-30 02:27:38] "PUT /routing-instance/44e2677e-d2c3-4a5b-acb0-82a2273ffdd8 HTTP/1.1" 200 266 0.017569 10.0.0.17 - - [2024-12-30 02:27:38] "PUT /routing-instance/4181b3dd-a0f2-456f-bf80-567ab131e4fe HTTP/1.1" 200 266 0.023329 10.0.0.17 - - [2024-12-30 02:27:38] "GET /project/61348222-5e98-4f51-8167-b482e9346669 HTTP/1.1" 200 4231 0.086904 10.0.0.17 - - [2024-12-30 02:27:38] "GET /service-instance/e9bbfcf3-0234-454d-8f3f-d329c5f68d6d HTTP/1.1" 200 3784 0.004897 10.0.0.17 - - [2024-12-30 02:27:38] "GET /port-tuple/99199bbd-bedb-469c-8fcf-4e8cf9debdb6 HTTP/1.1" 200 1980 0.003165 10.0.0.17 - - [2024-12-30 02:27:38] "GET /virtual-machine-interface/6da666a4-07b5-43c2-927e-a71c5936a273 HTTP/1.1" 200 3804 0.006332 10.0.0.17 - - [2024-12-30 02:27:38] "GET /virtual-machine-interface/77fa2cc2-a2da-4f46-8425-dca2edd42fc8 HTTP/1.1" 200 3815 0.006474 10.0.0.17 - - [2024-12-30 02:27:38] "POST /ref-update HTTP/1.1" 200 156 0.015952 10.0.0.17 - - [2024-12-30 02:27:38] "GET /virtual-machine-interface/e1d3ac76-6c12-4da8-8643-ffd76b479edc HTTP/1.1" 200 3798 0.009322 10.0.0.17 - - [2024-12-30 02:27:38] "PUT /access-control-list/df60a4a1-9ee7-4629-aa07-190ef7fa597d HTTP/1.1" 200 272 0.011257 10.0.0.17 - - [2024-12-30 02:27:38] "POST /neutron/port HTTP/1.1" 200 3832 0.052121 10.0.0.17 - - [2024-12-30 02:27:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.020136 10.0.0.17 - - [2024-12-30 02:27:38] "PUT /access-control-list/dd7f30e3-fe2d-4c95-93c3-26f3b284fdbb HTTP/1.1" 200 272 0.013336 10.0.0.17 - - [2024-12-30 02:27:38] "POST /neutron/port HTTP/1.1" 200 3832 0.039142 10.0.0.17 - - [2024-12-30 02:27:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006116 10.0.0.17 - - [2024-12-30 02:27:39] "POST /neutron/port HTTP/1.1" 200 3832 0.033670 10.0.0.17 - - [2024-12-30 02:27:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006516 10.0.0.17 - - [2024-12-30 02:27:39] "POST /neutron/port HTTP/1.1" 200 3832 0.032109 10.0.0.17 - - [2024-12-30 02:27:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008617 10.0.0.17 - - [2024-12-30 02:27:39] "POST /neutron/network HTTP/1.1" 200 894 0.012448 10.0.0.17 - - [2024-12-30 02:27:39] "POST /neutron/network HTTP/1.1" 200 920 0.005121 10.0.0.17 - - [2024-12-30 02:27:39] "POST /neutron/network HTTP/1.1" 200 806 0.013895 10.0.0.17 - - [2024-12-30 02:27:39] "POST /neutron/network HTTP/1.1" 200 832 0.005068 10.0.0.17 - - [2024-12-30 02:27:39] "POST /neutron/network HTTP/1.1" 200 896 0.012515 10.0.0.17 - - [2024-12-30 02:27:39] "POST /neutron/network HTTP/1.1" 200 922 0.007744 10.0.0.17 - - [2024-12-30 02:27:39] "POST /id-to-fqname HTTP/1.1" 200 223 0.002288 10.0.0.17 - - [2024-12-30 02:27:39] "POST /id-to-fqname HTTP/1.1" 200 223 0.001167 10.0.0.17 - - [2024-12-30 02:27:39] "POST /id-to-fqname HTTP/1.1" 200 224 0.002126 10.0.0.17 - - [2024-12-30 02:27:39] "GET /virtual-machine/171ba128-2494-4777-87ed-64b5a7e4e991 HTTP/1.1" 200 1801 0.003977 10.0.0.17 - - [2024-12-30 02:27:39] "GET /virtual-machine-interface/6da666a4-07b5-43c2-927e-a71c5936a273 HTTP/1.1" 200 3804 0.004800 10.0.0.17 - - [2024-12-30 02:27:39] "GET /virtual-machine-interface/77fa2cc2-a2da-4f46-8425-dca2edd42fc8 HTTP/1.1" 200 3815 0.006277 10.0.0.17 - - [2024-12-30 02:27:39] "GET /virtual-machine-interface/e1d3ac76-6c12-4da8-8643-ffd76b479edc HTTP/1.1" 200 3798 0.005565 10.0.0.17 - - [2024-12-30 02:27:39] "GET /instance-ip/129d0cd4-d0b0-4097-b8a9-00b0b40dfe8d HTTP/1.1" 200 1958 0.003098 10.0.0.17 - - [2024-12-30 02:27:39] "GET /instance-ip/205859f3-ee08-457e-be1f-72a500e88a29 HTTP/1.1" 200 1960 0.003745 10.0.0.17 - - [2024-12-30 02:27:39] "GET /instance-ip/2e8d914e-e262-4123-af75-106b678f5d8b HTTP/1.1" 200 1622 0.004914 10.0.0.17 - - [2024-12-30 02:27:39] "GET /instance-ip/7d04ec21-38c4-4a6f-84dc-091199cb1997 HTTP/1.1" 200 1979 0.003303 10.0.0.17 - - [2024-12-30 02:27:39] "GET /instance-ip/8d1a0c80-be63-4efd-970e-832dbcc67b83 HTTP/1.1" 200 1979 0.003570 10.0.0.17 - - [2024-12-30 02:27:39] "GET /instance-ip/8f30568c-f443-4211-a3d4-1408f414bcfb HTTP/1.1" 200 1622 0.004238 10.0.0.17 - - [2024-12-30 02:27:39] "GET /instance-ip/2e64c909-361a-46e9-8bfb-89d4ccff4b20 HTTP/1.1" 200 1621 0.003623 10.0.0.17 - - [2024-12-30 02:27:39] "GET /instance-ip/42701a9a-637e-4507-abfa-70486d6a5f9d HTTP/1.1" 200 1956 0.002980 10.0.0.17 - - [2024-12-30 02:27:39] "GET /instance-ip/c7e8fe87-fc19-4207-951b-28a4687a90ed HTTP/1.1" 200 1955 0.003469 10.0.0.17 - - [2024-12-30 02:27:39] "POST /neutron/port HTTP/1.1" 200 3832 0.036701 10.0.0.17 - - [2024-12-30 02:27:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006037 10.0.0.17 - - [2024-12-30 02:27:39] "POST /neutron/port HTTP/1.1" 200 3832 0.037088 10.0.0.17 - - [2024-12-30 02:27:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005392 10.0.0.17 - - [2024-12-30 02:27:39] "POST /neutron/port HTTP/1.1" 200 3832 0.028630 10.0.0.17 - - [2024-12-30 02:27:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005867 10.0.0.17 - - [2024-12-30 02:27:39] "POST /neutron/port HTTP/1.1" 200 3832 0.035506 10.0.0.17 - - [2024-12-30 02:27:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005337 10.0.0.17 - - [2024-12-30 02:27:39] "GET /virtual-machine/171ba128-2494-4777-87ed-64b5a7e4e991 HTTP/1.1" 200 1801 0.003317 10.0.0.17 - - [2024-12-30 02:27:39] "GET /virtual-machine-interface/6da666a4-07b5-43c2-927e-a71c5936a273 HTTP/1.1" 200 3804 0.004898 10.0.0.17 - - [2024-12-30 02:27:39] "GET /virtual-machine-interface/77fa2cc2-a2da-4f46-8425-dca2edd42fc8 HTTP/1.1" 200 3815 0.005657 10.0.0.17 - - [2024-12-30 02:27:39] "GET /virtual-machine-interface/e1d3ac76-6c12-4da8-8643-ffd76b479edc HTTP/1.1" 200 3798 0.006741 10.0.0.17 - - [2024-12-30 02:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.17 - - [2024-12-30 02:27:39] "GET /global-vrouter-config/dbf59b20-4c55-431f-8624-94290425b024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003488 10.0.0.17 - - [2024-12-30 02:27:40] "GET /virtual-networks?parent_id=61348222-5e98-4f51-8167-b482e9346669&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002985 10.0.0.17 - - [2024-12-30 02:27:40] "GET /virtual-network/f6ecb7aa-2876-4cee-aa22-4b8b7b8af361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.006695 10.0.0.17 - - [2024-12-30 02:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002891 10.0.0.17 - - [2024-12-30 02:27:41] "GET /global-vrouter-config/dbf59b20-4c55-431f-8624-94290425b024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003055 10.0.0.17 - - [2024-12-30 02:27:41] "GET /virtual-networks?parent_id=61348222-5e98-4f51-8167-b482e9346669&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002710 10.0.0.17 - - [2024-12-30 02:27:41] "GET /virtual-network/f6ecb7aa-2876-4cee-aa22-4b8b7b8af361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005076 10.0.0.17 - - [2024-12-30 02:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003009 10.0.0.17 - - [2024-12-30 02:27:41] "GET /global-vrouter-config/dbf59b20-4c55-431f-8624-94290425b024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003427 10.0.0.17 - - [2024-12-30 02:27:41] "GET /virtual-networks?parent_id=61348222-5e98-4f51-8167-b482e9346669&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003088 10.0.0.17 - - [2024-12-30 02:27:41] "GET /virtual-network/f6ecb7aa-2876-4cee-aa22-4b8b7b8af361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005227 10.0.0.17 - - [2024-12-30 02:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.17 - - [2024-12-30 02:27:41] "GET /global-vrouter-config/dbf59b20-4c55-431f-8624-94290425b024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.010036 10.0.0.17 - - [2024-12-30 02:27:41] "GET /virtual-networks?parent_id=61348222-5e98-4f51-8167-b482e9346669&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002828 10.0.0.17 - - [2024-12-30 02:27:41] "GET /virtual-network/f6ecb7aa-2876-4cee-aa22-4b8b7b8af361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005174 10.0.0.17 - - [2024-12-30 02:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002671 10.0.0.17 - - [2024-12-30 02:27:41] "GET /global-vrouter-config/dbf59b20-4c55-431f-8624-94290425b024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003864 10.0.0.17 - - [2024-12-30 02:27:41] "GET /virtual-networks?parent_id=61348222-5e98-4f51-8167-b482e9346669&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002809 10.0.0.17 - - [2024-12-30 02:27:41] "GET /virtual-network/f6ecb7aa-2876-4cee-aa22-4b8b7b8af361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005285 10.0.0.17 - - [2024-12-30 02:27:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002688 10.0.0.17 - - [2024-12-30 02:27:42] "GET /global-vrouter-config/dbf59b20-4c55-431f-8624-94290425b024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003376 10.0.0.17 - - [2024-12-30 02:27:42] "GET /virtual-networks?parent_id=61348222-5e98-4f51-8167-b482e9346669&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003069 10.0.0.17 - - [2024-12-30 02:27:42] "GET /virtual-network/0825d095-278a-484f-855b-30e0c4aea411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005766 10.0.0.17 - - [2024-12-30 02:27:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.17 - - [2024-12-30 02:27:42] "GET /global-vrouter-config/dbf59b20-4c55-431f-8624-94290425b024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003828 10.0.0.17 - - [2024-12-30 02:27:42] "GET /virtual-networks?parent_id=61348222-5e98-4f51-8167-b482e9346669&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002764 10.0.0.17 - - [2024-12-30 02:27:42] "GET /virtual-network/0825d095-278a-484f-855b-30e0c4aea411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005682 10.0.0.17 - - [2024-12-30 02:27:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.17 - - [2024-12-30 02:27:42] "GET /global-vrouter-config/dbf59b20-4c55-431f-8624-94290425b024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003434 10.0.0.17 - - [2024-12-30 02:27:42] "GET /virtual-networks?parent_id=61348222-5e98-4f51-8167-b482e9346669&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002906 10.0.0.17 - - [2024-12-30 02:27:42] "GET /virtual-network/0825d095-278a-484f-855b-30e0c4aea411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005822 10.0.0.17 - - [2024-12-30 02:27:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.17 - - [2024-12-30 02:27:42] "GET /global-vrouter-config/dbf59b20-4c55-431f-8624-94290425b024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003396 10.0.0.17 - - [2024-12-30 02:27:42] "GET /virtual-networks?parent_id=61348222-5e98-4f51-8167-b482e9346669&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002953 10.0.0.17 - - [2024-12-30 02:27:42] "GET /virtual-network/0825d095-278a-484f-855b-30e0c4aea411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005113 10.0.0.17 - - [2024-12-30 02:27:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002847 10.0.0.17 - - [2024-12-30 02:27:42] "GET /global-vrouter-config/dbf59b20-4c55-431f-8624-94290425b024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003422 10.0.0.17 - - [2024-12-30 02:27:43] "GET /virtual-networks?parent_id=61348222-5e98-4f51-8167-b482e9346669&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002836 10.0.0.17 - - [2024-12-30 02:27:43] "GET /virtual-network/aecbe6f1-aaea-4517-9fb7-c8efc8575161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005359 10.0.0.17 - - [2024-12-30 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.17 - - [2024-12-30 02:27:43] "GET /global-vrouter-config/dbf59b20-4c55-431f-8624-94290425b024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003317 10.0.0.17 - - [2024-12-30 02:27:43] "GET /virtual-networks?parent_id=61348222-5e98-4f51-8167-b482e9346669&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003273 10.0.0.17 - - [2024-12-30 02:27:43] "GET /virtual-network/aecbe6f1-aaea-4517-9fb7-c8efc8575161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005277 10.0.0.17 - - [2024-12-30 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.17 - - [2024-12-30 02:27:43] "GET /global-vrouter-config/dbf59b20-4c55-431f-8624-94290425b024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003506 10.0.0.17 - - [2024-12-30 02:27:43] "GET /virtual-networks?parent_id=61348222-5e98-4f51-8167-b482e9346669&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002960 10.0.0.17 - - [2024-12-30 02:27:43] "GET /virtual-network/aecbe6f1-aaea-4517-9fb7-c8efc8575161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005150 10.0.0.17 - - [2024-12-30 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.17 - - [2024-12-30 02:27:43] "GET /global-vrouter-config/dbf59b20-4c55-431f-8624-94290425b024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003496 10.0.0.17 - - [2024-12-30 02:27:43] "GET /virtual-networks?parent_id=61348222-5e98-4f51-8167-b482e9346669&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003151 10.0.0.17 - - [2024-12-30 02:27:43] "GET /virtual-network/aecbe6f1-aaea-4517-9fb7-c8efc8575161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.006808 10.0.0.17 - - [2024-12-30 02:27:43] "GET /virtual-machine/171ba128-2494-4777-87ed-64b5a7e4e991 HTTP/1.1" 200 1801 0.003857 10.0.0.17 - - [2024-12-30 02:27:43] "GET /domains HTTP/1.1" 200 280 0.002271 10.0.0.17 - - [2024-12-30 02:27:43] "GET /domains?obj_uuids=30bd2ff1-da41-468d-a29e-6955620cabf2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001317 10.0.0.17 - - [2024-12-30 02:27:43] "GET /domain/30bd2ff1-da41-468d-a29e-6955620cabf2 HTTP/1.1" 200 2771 0.008455 10.0.0.17 - - [2024-12-30 02:27:43] "GET /projects?obj_uuids=61348222-5e98-4f51-8167-b482e9346669&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000988 10.0.0.17 - - [2024-12-30 02:27:43] "GET /project/61348222-5e98-4f51-8167-b482e9346669 HTTP/1.1" 200 4231 0.072449 10.0.0.17 - - [2024-12-30 02:27:43] "GET /service-instance/e9bbfcf3-0234-454d-8f3f-d329c5f68d6d HTTP/1.1" 200 3784 0.003429 10.0.0.17 - - [2024-12-30 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002191 10.0.0.17 - - [2024-12-30 02:27:43] "GET /routing-instance/2ef60f87-c711-473d-adbc-c75d32727bc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1887 0.002989 10.0.0.17 - - [2024-12-30 02:27:43] "GET /routing-instance/2ef60f87-c711-473d-adbc-c75d32727bc6?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2020 0.005444 10.0.0.17 - - [2024-12-30 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.17 - - [2024-12-30 02:27:44] "GET /routing-instance/d0f42a33-2b06-44e1-bfd3-119a20413d14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1893 0.004022 10.0.0.17 - - [2024-12-30 02:27:44] "GET /routing-instance/d0f42a33-2b06-44e1-bfd3-119a20413d14?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2024 0.004969 10.0.0.17 - - [2024-12-30 02:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.17 - - [2024-12-30 02:27:44] "GET /virtual-network/f6ecb7aa-2876-4cee-aa22-4b8b7b8af361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005061 10.0.0.17 - - [2024-12-30 02:27:44] "GET /virtual-network/f6ecb7aa-2876-4cee-aa22-4b8b7b8af361?fields=routing_instances HTTP/1.1" 200 1684 0.006320 10.0.0.17 - - [2024-12-30 02:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002758 10.0.0.17 - - [2024-12-30 02:27:44] "GET /virtual-network/aecbe6f1-aaea-4517-9fb7-c8efc8575161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005111 10.0.0.17 - - [2024-12-30 02:27:44] "GET /virtual-network/aecbe6f1-aaea-4517-9fb7-c8efc8575161?fields=routing_instances HTTP/1.1" 200 1689 0.007228 10.0.0.17 - - [2024-12-30 02:27:48] "POST /ref-update HTTP/1.1" 200 156 0.029515 10.0.0.17 - - [2024-12-30 02:27:48] "POST /neutron/network HTTP/1.1" 200 834 0.006492 10.0.0.17 - - [2024-12-30 02:27:48] "DELETE /access-control-list/dd7f30e3-fe2d-4c95-93c3-26f3b284fdbb HTTP/1.1" 200 115 0.039375 10.0.0.17 - - [2024-12-30 02:27:48] "GET /virtual-network/aecbe6f1-aaea-4517-9fb7-c8efc8575161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.009030 10.0.0.17 - - [2024-12-30 02:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002798 10.0.0.17 - - [2024-12-30 02:27:48] "DELETE /routing-instance/44e2677e-d2c3-4a5b-acb0-82a2273ffdd8 HTTP/1.1" 200 115 0.023457 10.0.0.17 - - [2024-12-30 02:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005634 10.0.0.17 - - [2024-12-30 02:27:48] "GET /network-policy/157d581b-9d7a-4b58-831c-0fafd33eacb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.005593 10.0.0.17 - - [2024-12-30 02:27:48] "DELETE /route-target/7bdf2b45-9939-4727-95cf-afe46b27aed1 HTTP/1.1" 200 115 0.015363 10.0.0.17 - - [2024-12-30 02:27:48] "POST /ref-update HTTP/1.1" 200 156 0.031913 10.0.0.17 - - [2024-12-30 02:27:48] "DELETE /routing-instance/4181b3dd-a0f2-456f-bf80-567ab131e4fe HTTP/1.1" 200 115 0.038648 10.0.0.17 - - [2024-12-30 02:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002633 10.0.0.17 - - [2024-12-30 02:27:48] "POST /neutron/network HTTP/1.1" 200 832 0.006285 10.0.0.17 - - [2024-12-30 02:27:48] "GET /virtual-network/f6ecb7aa-2876-4cee-aa22-4b8b7b8af361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005168 10.0.0.17 - - [2024-12-30 02:27:48] "DELETE /route-target/b931dfd1-1d0c-4d46-aecb-cbc6b186a0ce HTTP/1.1" 200 115 0.015768 10.0.0.17 - - [2024-12-30 02:27:48] "DELETE /access-control-list/df60a4a1-9ee7-4629-aa07-190ef7fa597d HTTP/1.1" 200 115 0.021883 10.0.0.17 - - [2024-12-30 02:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002455 10.0.0.17 - - [2024-12-30 02:27:48] "GET /network-policy/157d581b-9d7a-4b58-831c-0fafd33eacb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003362 10.0.0.17 - - [2024-12-30 02:27:48] "DELETE /network-policy/157d581b-9d7a-4b58-831c-0fafd33eacb5 HTTP/1.1" 200 115 0.023678 10.0.0.17 - - [2024-12-30 02:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002691 10.0.0.17 - - [2024-12-30 02:27:48] "DELETE /service-instance/e9bbfcf3-0234-454d-8f3f-d329c5f68d6d HTTP/1.1" 200 115 0.045612 10.0.0.17 - - [2024-12-30 02:27:48] "GET /domains HTTP/1.1" 200 280 0.002413 10.0.0.17 - - [2024-12-30 02:27:48] "POST /ref-update HTTP/1.1" 200 156 0.014455 10.0.0.17 - - [2024-12-30 02:27:48] "GET /domains?obj_uuids=30bd2ff1-da41-468d-a29e-6955620cabf2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001019 10.0.0.17 - - [2024-12-30 02:27:48] "GET /domain/30bd2ff1-da41-468d-a29e-6955620cabf2 HTTP/1.1" 200 2771 0.014372 10.0.0.17 - - [2024-12-30 02:27:48] "GET /projects?obj_uuids=61348222-5e98-4f51-8167-b482e9346669&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001443 10.0.0.17 - - [2024-12-30 02:27:49] "DELETE /instance-ip/42701a9a-637e-4507-abfa-70486d6a5f9d HTTP/1.1" 200 115 0.034908 10.0.0.17 - - [2024-12-30 02:27:49] "POST /ref-update HTTP/1.1" 200 156 0.007723 10.0.0.17 - - [2024-12-30 02:27:49] "GET /project/61348222-5e98-4f51-8167-b482e9346669 HTTP/1.1" 200 3757 0.064771 10.0.0.17 - - [2024-12-30 02:27:49] "GET /virtual-machine/171ba128-2494-4777-87ed-64b5a7e4e991 HTTP/1.1" 200 1801 0.004189 10.0.0.17 - - [2024-12-30 02:27:49] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002080 10.0.0.17 - - [2024-12-30 02:27:49] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.001669 10.0.0.17 - - [2024-12-30 02:27:49] "DELETE /instance-ip/8d1a0c80-be63-4efd-970e-832dbcc67b83 HTTP/1.1" 200 115 0.023525 10.0.0.17 - - [2024-12-30 02:27:49] "POST /ref-update HTTP/1.1" 200 156 0.009331 10.0.0.17 - - [2024-12-30 02:27:49] "DELETE /instance-ip/129d0cd4-d0b0-4097-b8a9-00b0b40dfe8d HTTP/1.1" 200 115 0.018613 10.0.0.17 - - [2024-12-30 02:27:49] "POST /ref-update HTTP/1.1" 200 156 0.009671 10.0.0.17 - - [2024-12-30 02:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002935 10.0.0.17 - - [2024-12-30 02:27:49] "DELETE /service-template/f1435cda-3879-4c40-977d-b25e99d02aa8 HTTP/1.1" 200 115 0.051169 10.0.0.17 - - [2024-12-30 02:27:49] "POST /fqname-to-id HTTP/1.1" 404 193 0.003158 10.0.0.17 - - [2024-12-30 02:27:49] "DELETE /instance-ip/7d04ec21-38c4-4a6f-84dc-091199cb1997 HTTP/1.1" 200 115 0.052241 10.0.0.17 - - [2024-12-30 02:27:49] "POST /ref-update HTTP/1.1" 200 156 0.011600 10.0.0.17 - - [2024-12-30 02:27:49] "DELETE /instance-ip/205859f3-ee08-457e-be1f-72a500e88a29 HTTP/1.1" 200 115 0.026869 10.0.0.17 - - [2024-12-30 02:27:49] "POST /ref-update HTTP/1.1" 200 156 0.015698 10.0.0.17 - - [2024-12-30 02:27:49] "DELETE /instance-ip/c7e8fe87-fc19-4207-951b-28a4687a90ed HTTP/1.1" 200 115 0.042277 10.0.0.17 - - [2024-12-30 02:27:49] "POST /neutron/network HTTP/1.1" 200 834 0.009234 10.0.0.17 - - [2024-12-30 02:27:49] "POST /neutron/network HTTP/1.1" 400 204 0.015200 10.0.0.17 - - [2024-12-30 02:27:49] "POST /neutron/port HTTP/1.1" 200 1086 0.015120 10.0.0.17 - - [2024-12-30 02:27:49] "POST /neutron/port HTTP/1.1" 200 1112 0.010592 10.0.0.17 - - [2024-12-30 02:27:49] "POST /neutron/port HTTP/1.1" 200 1086 0.021423 10.0.0.17 - - [2024-12-30 02:27:50] "POST /neutron/port HTTP/1.1" 200 1112 0.013243 10.0.0.17 - - [2024-12-30 02:27:50] "POST /neutron/port HTTP/1.1" 200 151 0.118999 10.0.0.17 - - [2024-12-30 02:27:50] "POST /neutron/port HTTP/1.1" 200 151 0.129725 10.0.0.17 - - [2024-12-30 02:27:50] "POST /neutron/port HTTP/1.1" 200 3025 0.024455 10.0.0.17 - - [2024-12-30 02:27:50] "POST /neutron/port HTTP/1.1" 200 1112 0.012302 10.0.0.17 - - [2024-12-30 02:27:50] "POST /neutron/port HTTP/1.1" 200 151 0.095542 10.0.0.17 - - [2024-12-30 02:27:50] "POST /neutron/port HTTP/1.1" 200 1112 0.008950 10.0.0.17 - - [2024-12-30 02:27:50] "POST /neutron/port HTTP/1.1" 200 151 0.080197 10.0.0.17 - - [2024-12-30 02:27:50] "POST /neutron/port HTTP/1.1" 200 1112 0.009205 10.0.0.17 - - [2024-12-30 02:27:50] "POST /neutron/port HTTP/1.1" 200 151 0.085705 10.0.0.17 - - [2024-12-30 02:27:51] "POST /neutron/network HTTP/1.1" 200 834 0.005535 10.0.0.17 - - [2024-12-30 02:27:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002830 10.0.0.17 - - [2024-12-30 02:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.17 - - [2024-12-30 02:27:51] "POST /useragent-kv HTTP/1.1" 200 115 0.001551 10.0.0.17 - - [2024-12-30 02:27:51] "POST /neutron/network HTTP/1.1" 200 151 0.068799 10.0.0.17 - - [2024-12-30 02:27:51] "DELETE /route-target/83fc3202-9798-42fb-99b9-dcaeb5b5f1c2 HTTP/1.1" 200 115 0.014149 10.0.0.17 - - [2024-12-30 02:27:51] "GET /routing-instance/d0f42a33-2b06-44e1-bfd3-119a20413d14 HTTP/1.1" 404 171 0.004162 10.0.0.17 - - [2024-12-30 02:27:51] "GET /domains HTTP/1.1" 200 280 0.002152 10.0.0.17 - - [2024-12-30 02:27:51] "GET /domains?obj_uuids=30bd2ff1-da41-468d-a29e-6955620cabf2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000873 10.0.0.17 - - [2024-12-30 02:27:51] "GET /domain/30bd2ff1-da41-468d-a29e-6955620cabf2 HTTP/1.1" 200 2571 0.052368 10.0.0.17 - - [2024-12-30 02:27:51] "GET /projects?obj_uuids=61348222-5e98-4f51-8167-b482e9346669&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001004 10.0.0.17 - - [2024-12-30 02:27:51] "GET /project/61348222-5e98-4f51-8167-b482e9346669 HTTP/1.1" 200 2296 0.065677 10.0.0.17 - - [2024-12-30 02:27:51] "POST /neutron/network HTTP/1.1" 200 832 0.005382 10.0.0.17 - - [2024-12-30 02:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002404 10.0.0.17 - - [2024-12-30 02:27:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002589 10.0.0.17 - - [2024-12-30 02:27:51] "POST /useragent-kv HTTP/1.1" 200 115 0.001853 10.0.0.17 - - [2024-12-30 02:27:51] "POST /neutron/network HTTP/1.1" 200 151 0.073377 10.0.0.17 - - [2024-12-30 02:27:51] "DELETE /route-target/4654f19e-d0fe-4ca5-b62a-693484b191ef HTTP/1.1" 200 115 0.017612 10.0.0.17 - - [2024-12-30 02:27:51] "GET /routing-instance/2ef60f87-c711-473d-adbc-c75d32727bc6 HTTP/1.1" 404 171 0.002259 10.0.0.17 - - [2024-12-30 02:27:51] "GET /domains HTTP/1.1" 200 280 0.002592 10.0.0.17 - - [2024-12-30 02:27:51] "GET /domains?obj_uuids=30bd2ff1-da41-468d-a29e-6955620cabf2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001252 10.0.0.17 - - [2024-12-30 02:27:51] "GET /domain/30bd2ff1-da41-468d-a29e-6955620cabf2 HTTP/1.1" 200 2571 0.047970 10.0.0.17 - - [2024-12-30 02:27:51] "GET /projects?obj_uuids=61348222-5e98-4f51-8167-b482e9346669&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000948 10.0.0.17 - - [2024-12-30 02:27:52] "GET /project/61348222-5e98-4f51-8167-b482e9346669 HTTP/1.1" 200 2078 0.066009 10.0.0.17 - - [2024-12-30 02:27:52] "POST /neutron/network HTTP/1.1" 200 832 0.005309 10.0.0.17 - - [2024-12-30 02:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002514 10.0.0.17 - - [2024-12-30 02:27:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002488 10.0.0.17 - - [2024-12-30 02:27:52] "POST /useragent-kv HTTP/1.1" 200 115 0.001704 10.0.0.17 - - [2024-12-30 02:27:52] "POST /neutron/network HTTP/1.1" 200 151 0.073126 10.0.0.17 - - [2024-12-30 02:27:52] "DELETE /route-target/8d530f0e-85ff-4cd4-bced-8eb4f7867987 HTTP/1.1" 200 115 0.019253 10.0.0.17 - - [2024-12-30 02:27:52] "GET /routing-instance/d125edc6-4b8c-48df-861f-ae099101b4c4 HTTP/1.1" 404 171 0.001887 10.0.0.17 - - [2024-12-30 02:27:52] "GET /domains HTTP/1.1" 200 280 0.001794 10.0.0.17 - - [2024-12-30 02:27:52] "GET /domains?obj_uuids=30bd2ff1-da41-468d-a29e-6955620cabf2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000893 10.0.0.17 - - [2024-12-30 02:27:52] "GET /domain/30bd2ff1-da41-468d-a29e-6955620cabf2 HTTP/1.1" 200 2571 0.048242 10.0.0.17 - - [2024-12-30 02:27:52] "GET /projects?obj_uuids=61348222-5e98-4f51-8167-b482e9346669&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001073 10.0.0.17 - - [2024-12-30 02:27:52] "GET /project/61348222-5e98-4f51-8167-b482e9346669 HTTP/1.1" 200 1838 0.062085 10.0.0.17 - - [2024-12-30 02:27:52] "GET /projects?obj_uuids=61348222-5e98-4f51-8167-b482e9346669&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001083 10.0.0.17 - - [2024-12-30 02:27:52] "GET /project/61348222-5e98-4f51-8167-b482e9346669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.024701 10.0.0.17 - - [2024-12-30 02:27:52] "GET /projects?obj_uuids=61348222-5e98-4f51-8167-b482e9346669&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000929 10.0.0.17 - - [2024-12-30 02:27:52] "GET /project/61348222-5e98-4f51-8167-b482e9346669?fields=virtual_networks HTTP/1.1" 200 1026 0.064613 10.0.0.17 - - [2024-12-30 02:27:52] "GET /projects?obj_uuids=61348222-5e98-4f51-8167-b482e9346669&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001023 10.0.0.17 - - [2024-12-30 02:27:52] "GET /project/61348222-5e98-4f51-8167-b482e9346669?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.022287 10.0.0.17 - - [2024-12-30 02:27:52] "GET /projects?obj_uuids=61348222-5e98-4f51-8167-b482e9346669&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001041 10.0.0.17 - - [2024-12-30 02:27:52] "GET /project/61348222-5e98-4f51-8167-b482e9346669?fields=security_groups HTTP/1.1" 200 1250 0.028106 10.0.0.17 - - [2024-12-30 02:27:53] "POST /fqname-to-id HTTP/1.1" 404 189 0.022697 10.0.0.17 - - [2024-12-30 02:27:53] "GET /projects?obj_uuids=116b11c9-31ef-439f-978a-9c05b29d13cf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003076 10.0.0.17 - - [2024-12-30 02:27:53] "GET /domains?obj_uuids=30bd2ff1-da41-468d-a29e-6955620cabf2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001017 10.0.0.17 - - [2024-12-30 02:27:53] "GET /domain/30bd2ff1-da41-468d-a29e-6955620cabf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007819 10.0.0.17 - - [2024-12-30 02:27:53] "POST /id-to-fqname HTTP/1.1" 200 191 0.001383 10.0.0.17 - - [2024-12-30 02:27:53] "POST /fqname-to-id HTTP/1.1" 404 200 0.003551 10.0.0.17 - - [2024-12-30 02:27:53] "POST /security-groups HTTP/1.1" 200 592 0.059750 10.0.0.17 - - [2024-12-30 02:27:53] "POST /fqname-to-id HTTP/1.1" 404 235 0.002217 10.0.0.17 - - [2024-12-30 02:27:53] "POST /projects HTTP/1.1" 200 587 0.214724 10.0.0.17 - - [2024-12-30 02:27:53] "POST /access-control-lists HTTP/1.1" 200 597 0.055851 10.0.0.17 - - [2024-12-30 02:27:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.281148 10.0.0.17 - - [2024-12-30 02:27:53] "POST /fqname-to-id HTTP/1.1" 404 234 0.002595 10.0.0.17 - - [2024-12-30 02:27:53] "GET /project/116b11c9-31ef-439f-978a-9c05b29d13cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.403042 10.0.0.17 - - [2024-12-30 02:27:54] "POST /access-control-lists HTTP/1.1" 200 595 0.059862 10.0.0.17 - - [2024-12-30 02:27:54] "GET / HTTP/1.1" 200 35931 0.002010 10.0.0.17 - - [2024-12-30 02:27:56] "GET /project/116b11c9-31ef-439f-978a-9c05b29d13cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000439 10.0.0.17 - - [2024-12-30 02:27:56] "GET /projects?obj_uuids=116b11c9-31ef-439f-978a-9c05b29d13cf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001417 10.0.0.17 - - [2024-12-30 02:27:56] "GET /project/116b11c9-31ef-439f-978a-9c05b29d13cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.055995 10.0.0.17 - - [2024-12-30 02:27:56] "POST /fqname-to-id HTTP/1.1" 404 180 0.002739 10.0.0.17 - - [2024-12-30 02:27:56] "POST /virtual-DNSs HTTP/1.1" 200 507 0.015051 10.0.0.17 - - [2024-12-30 02:27:56] "GET /virtual-DNS/4fac8118-061d-46bc-b09e-598d2c9f17a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.004346 10.0.0.17 - - [2024-12-30 02:27:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.17 - - [2024-12-30 02:27:56] "GET /virtual-DNS/4fac8118-061d-46bc-b09e-598d2c9f17a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.003073 10.0.0.17 - - [2024-12-30 02:27:56] "GET /domains HTTP/1.1" 401 292 0.000415 10.0.0.17 - - [2024-12-30 02:27:56] "GET /domains HTTP/1.1" 200 280 0.025072 10.0.0.17 - - [2024-12-30 02:27:56] "GET /domains?obj_uuids=30bd2ff1-da41-468d-a29e-6955620cabf2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000942 10.0.0.17 - - [2024-12-30 02:27:56] "GET /domain/30bd2ff1-da41-468d-a29e-6955620cabf2 HTTP/1.1" 200 2958 0.008254 10.0.0.17 - - [2024-12-30 02:27:56] "GET /virtual-DNS/4fac8118-061d-46bc-b09e-598d2c9f17a4 HTTP/1.1" 200 1438 0.003418 10.0.0.17 - - [2024-12-30 02:27:56] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.001887 10.0.0.17 - - [2024-12-30 02:27:57] "POST /network-ipams HTTP/1.1" 200 514 0.015516 10.0.0.17 - - [2024-12-30 02:27:57] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 968 0.002549 10.0.0.17 - - [2024-12-30 02:27:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003050 10.0.0.17 - - [2024-12-30 02:27:57] "GET /network-ipam/b94c3165-3b4b-4edb-81d0-660839ee47f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.004407 10.0.0.17 - - [2024-12-30 02:27:57] "PUT /network-ipam/b94c3165-3b4b-4edb-81d0-660839ee47f2 HTTP/1.1" 200 258 0.011950 10.0.0.17 - - [2024-12-30 02:27:57] "POST /ref-update HTTP/1.1" 200 156 0.009019 10.0.0.17 - - [2024-12-30 02:27:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.17 - - [2024-12-30 02:27:57] "GET /projects?obj_uuids=116b11c9-31ef-439f-978a-9c05b29d13cf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001654 10.0.0.17 - - [2024-12-30 02:27:57] "GET /project/116b11c9-31ef-439f-978a-9c05b29d13cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.023995 10.0.0.17 - - [2024-12-30 02:27:57] "POST /neutron/network HTTP/1.1" 200 117 0.031390 10.0.0.17 - - [2024-12-30 02:27:57] "GET /projects?obj_uuids=116b11c9-31ef-439f-978a-9c05b29d13cf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001044 10.0.0.17 - - [2024-12-30 02:27:57] "POST /neutron/network HTTP/1.1" 200 618 0.066118 10.0.0.17 - - [2024-12-30 02:27:57] "POST /route-targets HTTP/1.1" 200 327 0.008771 10.0.0.17 - - [2024-12-30 02:27:57] "POST /ref-update HTTP/1.1" 200 156 0.009645 10.0.0.17 - - [2024-12-30 02:27:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002362 10.0.0.17 - - [2024-12-30 02:27:57] "POST /neutron/subnet HTTP/1.1" 200 711 0.160231 10.0.0.17 - - [2024-12-30 02:27:57] "POST /neutron/network HTTP/1.1" 200 833 0.005070 10.0.0.17 - - [2024-12-30 02:27:57] "POST /id-to-fqname HTTP/1.1" 200 227 0.001143 10.0.0.17 - - [2024-12-30 02:27:57] "GET /virtual-network/49ccd278-4ada-4625-b22c-87ea5054a336?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004392 10.0.0.17 - - [2024-12-30 02:27:57] "POST /neutron/network HTTP/1.1" 200 833 0.005401 10.0.0.17 - - [2024-12-30 02:27:57] "GET /virtual-network/49ccd278-4ada-4625-b22c-87ea5054a336?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005480 10.0.0.17 - - [2024-12-30 02:27:57] "POST /neutron/network HTTP/1.1" 200 833 0.006271 10.0.0.17 - - [2024-12-30 02:27:57] "POST /neutron/subnet HTTP/1.1" 200 711 0.006369 10.0.0.17 - - [2024-12-30 02:27:57] "POST /neutron/network HTTP/1.1" 200 807 0.008992 10.0.0.17 - - [2024-12-30 02:27:57] "POST /neutron/network HTTP/1.1" 200 833 0.005030 10.0.0.17 - - [2024-12-30 02:27:57] "POST /id-to-fqname HTTP/1.1" 200 227 0.001112 10.0.0.17 - - [2024-12-30 02:27:58] "POST /neutron/network HTTP/1.1" 200 843 0.004986 10.0.0.17 - - [2024-12-30 02:27:58] "GET /aaa-mode HTTP/1.1" 401 292 0.000373 10.0.0.17 - - [2024-12-30 02:27:58] "GET / HTTP/1.1" 200 35931 0.001750 10.0.0.17 - - [2024-12-30 02:27:58] "GET /project/116b11c9-31ef-439f-978a-9c05b29d13cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000357 10.0.0.17 - - [2024-12-30 02:27:58] "GET /projects?obj_uuids=116b11c9-31ef-439f-978a-9c05b29d13cf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001149 10.0.0.17 - - [2024-12-30 02:27:58] "GET /project/116b11c9-31ef-439f-978a-9c05b29d13cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.041238 10.0.0.17 - - [2024-12-30 02:27:58] "POST /neutron/network HTTP/1.1" 200 833 0.004309 10.0.0.17 - - [2024-12-30 02:27:58] "POST /neutron/port HTTP/1.1" 200 117 0.004540 10.0.0.17 - - [2024-12-30 02:27:58] "POST /neutron/port HTTP/1.1" 200 117 0.004518 10.0.0.17 - - [2024-12-30 02:27:58] "POST /neutron/port HTTP/1.1" 200 117 0.004874 10.0.0.17 - - [2024-12-30 02:27:59] "POST /neutron/network HTTP/1.1" 200 843 0.006969 10.0.0.17 - - [2024-12-30 02:27:59] "GET /projects?obj_uuids=116b11c9-31ef-439f-978a-9c05b29d13cf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001034 10.0.0.17 - - [2024-12-30 02:27:59] "POST /neutron/port HTTP/1.1" 200 1058 0.177701 10.0.0.17 - - [2024-12-30 02:27:59] "POST /neutron/port HTTP/1.1" 200 1058 0.009189 10.0.0.17 - - [2024-12-30 02:27:59] "POST /neutron/port HTTP/1.1" 200 1058 0.008813 10.0.0.17 - - [2024-12-30 02:27:59] "POST /neutron/port HTTP/1.1" 200 1112 0.062000 10.0.0.17 - - [2024-12-30 02:27:59] "POST /neutron/port HTTP/1.1" 200 1086 0.015908 10.0.0.17 - - [2024-12-30 02:27:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003112 10.0.0.17 - - [2024-12-30 02:27:59] "POST /neutron/subnet HTTP/1.1" 200 685 0.010218 10.0.0.17 - - [2024-12-30 02:27:59] "POST /neutron/port HTTP/1.1" 200 117 0.001343 10.0.0.17 - - [2024-12-30 02:27:59] "POST /neutron/network HTTP/1.1" 200 833 0.005157 10.0.0.17 - - [2024-12-30 02:28:04] "POST /neutron/port HTTP/1.1" 200 1086 0.014855 10.0.0.17 - - [2024-12-30 02:28:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007019 10.0.0.17 - - [2024-12-30 02:28:04] "POST /neutron/port HTTP/1.1" 200 1086 0.013592 10.0.0.17 - - [2024-12-30 02:28:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005248 10.0.0.17 - - [2024-12-30 02:28:04] "POST /neutron/port HTTP/1.1" 200 1086 0.014277 10.0.0.17 - - [2024-12-30 02:28:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005753 10.0.0.17 - - [2024-12-30 02:28:04] "GET /virtual-machine/d3550382-02d8-41f8-895b-06b127439287 HTTP/1.1" 200 1293 0.004133 10.0.0.17 - - [2024-12-30 02:28:04] "GET /virtual-machine-interface/f6dd7f4f-9ced-49b6-964f-dc3e845021fc HTTP/1.1" 200 2965 0.004449 10.0.0.17 - - [2024-12-30 02:28:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002838 10.0.0.17 - - [2024-12-30 02:28:04] "GET /global-vrouter-config/dbf59b20-4c55-431f-8624-94290425b024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002456 10.0.0.17 - - [2024-12-30 02:28:04] "GET /virtual-networks?parent_id=116b11c9-31ef-439f-978a-9c05b29d13cf&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002787 10.0.0.17 - - [2024-12-30 02:28:04] "GET /virtual-network/49ccd278-4ada-4625-b22c-87ea5054a336?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005437 10.0.0.17 - - [2024-12-30 02:28:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002738 10.0.0.17 - - [2024-12-30 02:28:07] "GET /virtual-network/49ccd278-4ada-4625-b22c-87ea5054a336?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004780 10.0.0.17 - - [2024-12-30 02:28:07] "POST /neutron/port HTTP/1.1" 200 1086 0.017019 10.0.0.17 - - [2024-12-30 02:28:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005754 10.0.0.17 - - [2024-12-30 02:28:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002792 10.0.0.17 - - [2024-12-30 02:28:09] "GET /global-vrouter-config/dbf59b20-4c55-431f-8624-94290425b024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003534 10.0.0.17 - - [2024-12-30 02:28:09] "GET /virtual-networks?parent_id=116b11c9-31ef-439f-978a-9c05b29d13cf&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002802 10.0.0.17 - - [2024-12-30 02:28:09] "GET /virtual-network/49ccd278-4ada-4625-b22c-87ea5054a336?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005924 10.0.0.17 - - [2024-12-30 02:28:14] "POST /neutron/network HTTP/1.1" 200 807 0.010395 10.0.0.17 - - [2024-12-30 02:28:14] "POST /neutron/network HTTP/1.1" 200 833 0.004766 10.0.0.17 - - [2024-12-30 02:28:14] "POST /id-to-fqname HTTP/1.1" 200 227 0.001267 10.0.0.17 - - [2024-12-30 02:28:14] "POST /neutron/port HTTP/1.1" 200 1086 0.014538 10.0.0.17 - - [2024-12-30 02:28:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006090 10.0.0.17 - - [2024-12-30 02:28:14] "POST /neutron/network HTTP/1.1" 200 843 0.007638 10.0.0.17 - - [2024-12-30 02:28:14] "GET /aaa-mode HTTP/1.1" 401 292 0.000410 10.0.0.17 - - [2024-12-30 02:28:14] "GET / HTTP/1.1" 200 35931 0.004838 10.0.0.17 - - [2024-12-30 02:28:14] "GET /project/116b11c9-31ef-439f-978a-9c05b29d13cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000786 10.0.0.17 - - [2024-12-30 02:28:15] "GET /projects?obj_uuids=116b11c9-31ef-439f-978a-9c05b29d13cf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001068 10.0.0.17 - - [2024-12-30 02:28:15] "GET /project/116b11c9-31ef-439f-978a-9c05b29d13cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.048953 10.0.0.17 - - [2024-12-30 02:28:15] "POST /neutron/network HTTP/1.1" 200 833 0.005279 10.0.0.17 - - [2024-12-30 02:28:15] "POST /neutron/port HTTP/1.1" 200 1086 0.023770 10.0.0.17 - - [2024-12-30 02:28:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007230 10.0.0.17 - - [2024-12-30 02:28:15] "POST /neutron/port HTTP/1.1" 200 117 0.005521 10.0.0.17 - - [2024-12-30 02:28:15] "POST /neutron/port HTTP/1.1" 200 117 0.004842 10.0.0.17 - - [2024-12-30 02:28:15] "POST /neutron/network HTTP/1.1" 200 843 0.005880 10.0.0.17 - - [2024-12-30 02:28:15] "GET /projects?obj_uuids=116b11c9-31ef-439f-978a-9c05b29d13cf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001173 10.0.0.17 - - [2024-12-30 02:28:15] "POST /neutron/port HTTP/1.1" 200 1058 0.178813 10.0.0.17 - - [2024-12-30 02:28:15] "POST /neutron/port HTTP/1.1" 200 1058 0.009265 10.0.0.17 - - [2024-12-30 02:28:15] "POST /neutron/port HTTP/1.1" 200 1058 0.008492 10.0.0.17 - - [2024-12-30 02:28:15] "POST /neutron/port HTTP/1.1" 200 1112 0.049557 10.0.0.17 - - [2024-12-30 02:28:15] "POST /neutron/port HTTP/1.1" 200 1086 0.015254 10.0.0.17 - - [2024-12-30 02:28:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003384 10.0.0.17 - - [2024-12-30 02:28:16] "POST /neutron/subnet HTTP/1.1" 200 685 0.010072 10.0.0.17 - - [2024-12-30 02:28:16] "POST /neutron/port HTTP/1.1" 200 117 0.001133 10.0.0.17 - - [2024-12-30 02:28:16] "POST /neutron/network HTTP/1.1" 200 833 0.005505 10.0.0.17 - - [2024-12-30 02:28:18] "DELETE /project/116b11c931ef439f978a9c05b29d13cf HTTP/1.1" 404 173 0.007945 10.0.0.17 - - [2024-12-30 02:28:18] "GET /projects?obj_uuids=61348222-5e98-4f51-8167-b482e9346669&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001482 10.0.0.17 - - [2024-12-30 02:28:18] "GET /project/61348222-5e98-4f51-8167-b482e9346669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.028999 10.0.0.17 - - [2024-12-30 02:28:18] "GET /projects?obj_uuids=61348222-5e98-4f51-8167-b482e9346669&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001461 10.0.0.17 - - [2024-12-30 02:28:18] "GET /project/61348222-5e98-4f51-8167-b482e9346669?fields=security_groups HTTP/1.1" 200 1355 0.073238 10.0.0.17 - - [2024-12-30 02:28:18] "DELETE /security-group/bec15d55-b2c6-4487-9f8a-f0ca35dbf74a HTTP/1.1" 200 115 0.033048 10.0.0.17 - - [2024-12-30 02:28:18] "GET /projects?obj_uuids=61348222-5e98-4f51-8167-b482e9346669&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001037 10.0.0.17 - - [2024-12-30 02:28:18] "DELETE /access-control-list/056704b0-c897-4ffd-8e0f-3da4e7a7eab0 HTTP/1.1" 200 115 0.030319 10.0.0.17 - - [2024-12-30 02:28:18] "GET /project/61348222-5e98-4f51-8167-b482e9346669?fields=application_policy_sets HTTP/1.1" 200 1394 0.035491 10.0.0.17 - - [2024-12-30 02:28:18] "DELETE /access-control-list/1480b5de-62f1-4d05-b0bd-9969d9cb551e HTTP/1.1" 200 115 0.029746 10.0.0.17 - - [2024-12-30 02:28:18] "DELETE /project/61348222-5e98-4f51-8167-b482e9346669 HTTP/1.1" 200 115 0.322637 10.0.0.17 - - [2024-12-30 02:28:20] "POST /neutron/port HTTP/1.1" 200 1086 0.016628 10.0.0.17 - - [2024-12-30 02:28:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007285 10.0.0.17 - - [2024-12-30 02:28:20] "POST /neutron/port HTTP/1.1" 200 1086 0.014471 10.0.0.17 - - [2024-12-30 02:28:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007490 10.0.0.17 - - [2024-12-30 02:28:20] "POST /neutron/port HTTP/1.1" 200 1086 0.014282 10.0.0.17 - - [2024-12-30 02:28:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005615 10.0.0.17 - - [2024-12-30 02:28:20] "GET /virtual-machine/d7ecd6fa-9e89-43cb-a660-9fca2c99731e HTTP/1.1" 200 1294 0.004361 10.0.0.17 - - [2024-12-30 02:28:20] "GET /virtual-machine-interface/7c82d4e1-7f28-4578-a0ce-3f26eab861eb HTTP/1.1" 200 2964 0.004480 10.0.0.17 - - [2024-12-30 02:28:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002866 10.0.0.17 - - [2024-12-30 02:28:20] "GET /global-vrouter-config/dbf59b20-4c55-431f-8624-94290425b024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003169 10.0.0.17 - - [2024-12-30 02:28:20] "GET /virtual-networks?parent_id=116b11c9-31ef-439f-978a-9c05b29d13cf&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003412 10.0.0.17 - - [2024-12-30 02:28:20] "GET /virtual-network/49ccd278-4ada-4625-b22c-87ea5054a336?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005253 10.0.0.17 - - [2024-12-30 02:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.17 - - [2024-12-30 02:28:23] "GET /virtual-network/49ccd278-4ada-4625-b22c-87ea5054a336?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005676 10.0.0.17 - - [2024-12-30 02:28:24] "POST /neutron/port HTTP/1.1" 200 1086 0.016059 10.0.0.17 - - [2024-12-30 02:28:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005069 10.0.0.17 - - [2024-12-30 02:28:24] "GET /obj-perms HTTP/1.1" 200 5056 0.041930 10.0.0.17 - - [2024-12-30 02:28:25] "GET /obj-perms HTTP/1.1" 200 5056 0.040386 10.0.0.17 - - [2024-12-30 02:28:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.17 - - [2024-12-30 02:28:25] "GET /global-vrouter-config/dbf59b20-4c55-431f-8624-94290425b024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003166 10.0.0.17 - - [2024-12-30 02:28:26] "GET /virtual-networks?parent_id=116b11c9-31ef-439f-978a-9c05b29d13cf&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002921 10.0.0.17 - - [2024-12-30 02:28:26] "GET /virtual-network/49ccd278-4ada-4625-b22c-87ea5054a336?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006171 10.0.0.17 - - [2024-12-30 02:28:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.17 - - [2024-12-30 02:28:32] "DELETE /virtual-DNS/4fac8118-061d-46bc-b09e-598d2c9f17a4 HTTP/1.1" 409 235 0.004980 10.0.0.17 - - [2024-12-30 02:28:32] "POST /fqname-to-id HTTP/1.1" 404 192 0.002567 10.0.0.17 - - [2024-12-30 02:28:32] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.014472 10.0.0.17 - - [2024-12-30 02:28:32] "GET /virtual-DNS-record/96763eb2-93fb-408e-adb4-98890eaa3f68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.004191 10.0.0.17 - - [2024-12-30 02:28:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.17 - - [2024-12-30 02:28:32] "GET /virtual-DNS-record/96763eb2-93fb-408e-adb4-98890eaa3f68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.003577 10.0.0.17 - - [2024-12-30 02:28:32] "GET /domains HTTP/1.1" 200 280 0.002570 10.0.0.17 - - [2024-12-30 02:28:32] "GET /domains?obj_uuids=30bd2ff1-da41-468d-a29e-6955620cabf2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000982 10.0.0.17 - - [2024-12-30 02:28:32] "GET /domain/30bd2ff1-da41-468d-a29e-6955620cabf2 HTTP/1.1" 200 2774 0.008594 10.0.0.17 - - [2024-12-30 02:28:32] "GET /virtual-DNS/4fac8118-061d-46bc-b09e-598d2c9f17a4 HTTP/1.1" 200 1907 0.003360 10.0.0.17 - - [2024-12-30 02:28:32] "GET /virtual-DNS-record/96763eb2-93fb-408e-adb4-98890eaa3f68 HTTP/1.1" 200 1337 0.002128 10.0.0.17 - - [2024-12-30 02:28:37] "DELETE /virtual-DNS-record/96763eb2-93fb-408e-adb4-98890eaa3f68 HTTP/1.1" 200 115 0.015297 10.0.0.17 - - [2024-12-30 02:28:37] "POST /fqname-to-id HTTP/1.1" 404 184 0.002964 10.0.0.17 - - [2024-12-30 02:28:37] "POST /neutron/network HTTP/1.1" 200 833 0.005629 10.0.0.17 - - [2024-12-30 02:28:37] "POST /neutron/network HTTP/1.1" 400 204 0.012512 10.0.0.17 - - [2024-12-30 02:28:38] "POST /neutron/port HTTP/1.1" 200 1086 0.016427 10.0.0.17 - - [2024-12-30 02:28:38] "POST /neutron/port HTTP/1.1" 200 1112 0.009140 10.0.0.17 - - [2024-12-30 02:28:38] "POST /neutron/port HTTP/1.1" 200 1086 0.022471 10.0.0.17 - - [2024-12-30 02:28:38] "POST /neutron/port HTTP/1.1" 200 1112 0.008199 10.0.0.17 - - [2024-12-30 02:28:38] "POST /neutron/port HTTP/1.1" 200 151 0.104604 10.0.0.17 - - [2024-12-30 02:28:38] "POST /neutron/port HTTP/1.1" 200 151 0.105953 10.0.0.17 - - [2024-12-30 02:28:39] "POST /neutron/network HTTP/1.1" 200 833 0.005253 10.0.0.17 - - [2024-12-30 02:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.027595 10.0.0.17 - - [2024-12-30 02:28:40] "DELETE /route-target/0616ff52-4054-42f8-ad30-67791c934fcd HTTP/1.1" 200 115 0.031893 10.0.0.17 - - [2024-12-30 02:28:40] "POST /useragent-kv HTTP/1.1" 200 115 0.004710 10.0.0.17 - - [2024-12-30 02:28:40] "POST /useragent-kv HTTP/1.1" 200 115 0.001963 10.0.0.17 - - [2024-12-30 02:28:40] "POST /neutron/network HTTP/1.1" 200 151 0.265641 10.0.0.17 - - [2024-12-30 02:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.17 - - [2024-12-30 02:28:40] "DELETE /network-ipam/b94c3165-3b4b-4edb-81d0-660839ee47f2 HTTP/1.1" 200 115 0.021766 10.0.0.17 - - [2024-12-30 02:28:40] "DELETE /virtual-DNS/4fac8118-061d-46bc-b09e-598d2c9f17a4 HTTP/1.1" 200 115 0.019025 10.0.0.17 - - [2024-12-30 02:28:40] "POST /fqname-to-id HTTP/1.1" 404 180 0.002760 10.0.0.17 - - [2024-12-30 02:28:40] "GET /domains HTTP/1.1" 200 280 0.002527 10.0.0.17 - - [2024-12-30 02:28:40] "GET /domains?obj_uuids=30bd2ff1-da41-468d-a29e-6955620cabf2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001106 10.0.0.17 - - [2024-12-30 02:28:40] "GET /domain/30bd2ff1-da41-468d-a29e-6955620cabf2 HTTP/1.1" 200 2574 0.008282 10.0.0.17 - - [2024-12-30 02:28:40] "GET /projects?obj_uuids=116b11c9-31ef-439f-978a-9c05b29d13cf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001272 10.0.0.17 - - [2024-12-30 02:28:40] "GET /project/116b11c9-31ef-439f-978a-9c05b29d13cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.026914 10.0.0.17 - - [2024-12-30 02:28:40] "GET /projects?obj_uuids=116b11c9-31ef-439f-978a-9c05b29d13cf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001021 10.0.0.17 - - [2024-12-30 02:28:40] "GET /project/116b11c9-31ef-439f-978a-9c05b29d13cf?fields=virtual_networks HTTP/1.1" 200 1033 0.075805 10.0.0.17 - - [2024-12-30 02:28:40] "GET /projects?obj_uuids=116b11c9-31ef-439f-978a-9c05b29d13cf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001225 10.0.0.17 - - [2024-12-30 02:28:40] "GET /project/116b11c9-31ef-439f-978a-9c05b29d13cf?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.023649 10.0.0.17 - - [2024-12-30 02:28:40] "GET /projects?obj_uuids=116b11c9-31ef-439f-978a-9c05b29d13cf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001105 10.0.0.17 - - [2024-12-30 02:28:40] "GET /project/116b11c9-31ef-439f-978a-9c05b29d13cf?fields=security_groups HTTP/1.1" 200 1260 0.025909 10.0.0.17 - - [2024-12-30 02:28:41] "POST /fqname-to-id HTTP/1.1" 404 189 0.023727 10.0.0.17 - - [2024-12-30 02:28:41] "GET /projects?obj_uuids=e6899348-0dc4-4d83-87ca-7b69cc25e1a7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002706 10.0.0.17 - - [2024-12-30 02:28:41] "GET /domains?obj_uuids=30bd2ff1-da41-468d-a29e-6955620cabf2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001004 10.0.0.17 - - [2024-12-30 02:28:41] "GET /domain/30bd2ff1-da41-468d-a29e-6955620cabf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006644 10.0.0.17 - - [2024-12-30 02:28:41] "POST /id-to-fqname HTTP/1.1" 200 191 0.001377 10.0.0.17 - - [2024-12-30 02:28:41] "POST /fqname-to-id HTTP/1.1" 404 200 0.002525 10.0.0.17 - - [2024-12-30 02:28:41] "POST /security-groups HTTP/1.1" 200 592 0.059434 10.0.0.17 - - [2024-12-30 02:28:41] "POST /fqname-to-id HTTP/1.1" 404 235 0.002754 10.0.0.17 - - [2024-12-30 02:28:41] "POST /projects HTTP/1.1" 200 587 0.211986 10.0.0.17 - - [2024-12-30 02:28:41] "POST /access-control-lists HTTP/1.1" 200 597 0.061233 10.0.0.17 - - [2024-12-30 02:28:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.283210 10.0.0.17 - - [2024-12-30 02:28:41] "POST /fqname-to-id HTTP/1.1" 404 234 0.002610 10.0.0.17 - - [2024-12-30 02:28:42] "GET /project/e6899348-0dc4-4d83-87ca-7b69cc25e1a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.397024 10.0.0.17 - - [2024-12-30 02:28:42] "POST /access-control-lists HTTP/1.1" 200 595 0.063826 10.0.0.17 - - [2024-12-30 02:28:43] "GET / HTTP/1.1" 200 35931 0.001920 10.0.0.17 - - [2024-12-30 02:28:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000463 10.0.0.17 - - [2024-12-30 02:28:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.052525 10.0.0.17 - - [2024-12-30 02:28:44] "GET /projects?obj_uuids=e6899348-0dc4-4d83-87ca-7b69cc25e1a7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001358 10.0.0.17 - - [2024-12-30 02:28:44] "GET /project/e6899348-0dc4-4d83-87ca-7b69cc25e1a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.026242 10.0.0.17 - - [2024-12-30 02:28:44] "POST /neutron/network HTTP/1.1" 200 117 0.028785 10.0.0.17 - - [2024-12-30 02:28:44] "GET /projects?obj_uuids=e6899348-0dc4-4d83-87ca-7b69cc25e1a7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001075 10.0.0.17 - - [2024-12-30 02:28:44] "POST /neutron/network HTTP/1.1" 200 606 0.069958 10.0.0.17 - - [2024-12-30 02:28:44] "POST /route-targets HTTP/1.1" 200 327 0.010185 10.0.0.17 - - [2024-12-30 02:28:44] "POST /ref-update HTTP/1.1" 200 156 0.017481 10.0.0.17 - - [2024-12-30 02:28:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002506 10.0.0.17 - - [2024-12-30 02:28:44] "POST /neutron/subnet HTTP/1.1" 200 729 0.162139 10.0.0.17 - - [2024-12-30 02:28:44] "POST /neutron/network HTTP/1.1" 200 826 0.005210 10.0.0.17 - - [2024-12-30 02:28:44] "POST /id-to-fqname HTTP/1.1" 200 221 0.001365 10.0.0.17 - - [2024-12-30 02:28:44] "GET /virtual-network/1992e0a2-d673-4616-b2d5-c865f43fd0cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006194 10.0.0.17 - - [2024-12-30 02:28:44] "POST /neutron/network HTTP/1.1" 200 826 0.006448 10.0.0.17 - - [2024-12-30 02:28:44] "GET /virtual-network/1992e0a2-d673-4616-b2d5-c865f43fd0cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004644 10.0.0.17 - - [2024-12-30 02:28:44] "POST /neutron/network HTTP/1.1" 200 826 0.005765 10.0.0.17 - - [2024-12-30 02:28:44] "POST /neutron/subnet HTTP/1.1" 200 729 0.006505 10.0.0.17 - - [2024-12-30 02:28:44] "POST /id-to-fqname HTTP/1.1" 200 221 0.001184 10.0.0.17 - - [2024-12-30 02:28:44] "POST /neutron/network HTTP/1.1" 200 836 0.005473 10.0.0.17 - - [2024-12-30 02:28:44] "GET /aaa-mode HTTP/1.1" 401 292 0.000619 10.0.0.17 - - [2024-12-30 02:28:45] "GET / HTTP/1.1" 200 35931 0.002005 10.0.0.17 - - [2024-12-30 02:28:45] "GET /project/e6899348-0dc4-4d83-87ca-7b69cc25e1a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000458 10.0.0.17 - - [2024-12-30 02:28:45] "GET /projects?obj_uuids=e6899348-0dc4-4d83-87ca-7b69cc25e1a7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001411 10.0.0.17 - - [2024-12-30 02:28:45] "GET /project/e6899348-0dc4-4d83-87ca-7b69cc25e1a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.048184 10.0.0.17 - - [2024-12-30 02:28:45] "POST /neutron/network HTTP/1.1" 200 826 0.005126 10.0.0.17 - - [2024-12-30 02:28:45] "POST /neutron/port HTTP/1.1" 200 117 0.004741 10.0.0.17 - - [2024-12-30 02:28:45] "POST /neutron/port HTTP/1.1" 200 117 0.005284 10.0.0.17 - - [2024-12-30 02:28:45] "POST /id-to-fqname HTTP/1.1" 200 221 0.001253 10.0.0.17 - - [2024-12-30 02:28:45] "POST /neutron/port HTTP/1.1" 200 117 0.004657 10.0.0.17 - - [2024-12-30 02:28:45] "POST /neutron/network HTTP/1.1" 200 836 0.005213 10.0.0.17 - - [2024-12-30 02:28:45] "GET /aaa-mode HTTP/1.1" 401 292 0.000391 10.0.0.17 - - [2024-12-30 02:28:45] "POST /neutron/network HTTP/1.1" 200 836 0.007994 10.0.0.17 - - [2024-12-30 02:28:45] "GET /projects?obj_uuids=e6899348-0dc4-4d83-87ca-7b69cc25e1a7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001555 10.0.0.17 - - [2024-12-30 02:28:46] "GET / HTTP/1.1" 200 35931 0.001561 10.0.0.17 - - [2024-12-30 02:28:46] "GET /project/e6899348-0dc4-4d83-87ca-7b69cc25e1a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000394 10.0.0.17 - - [2024-12-30 02:28:46] "POST /neutron/port HTTP/1.1" 200 1062 0.196391 10.0.0.17 - - [2024-12-30 02:28:46] "POST /neutron/port HTTP/1.1" 200 1062 0.009889 10.0.0.17 - - [2024-12-30 02:28:46] "POST /neutron/port HTTP/1.1" 200 1062 0.011180 10.0.0.17 - - [2024-12-30 02:28:46] "POST /neutron/port HTTP/1.1" 200 1116 0.064436 10.0.0.17 - - [2024-12-30 02:28:46] "POST /neutron/port HTTP/1.1" 200 1090 0.069085 10.0.0.17 - - [2024-12-30 02:28:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002928 10.0.0.17 - - [2024-12-30 02:28:46] "POST /neutron/subnet HTTP/1.1" 200 703 0.015157 10.0.0.17 - - [2024-12-30 02:28:46] "GET /projects?obj_uuids=e6899348-0dc4-4d83-87ca-7b69cc25e1a7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000983 10.0.0.17 - - [2024-12-30 02:28:46] "GET /project/e6899348-0dc4-4d83-87ca-7b69cc25e1a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.049204 10.0.0.17 - - [2024-12-30 02:28:46] "POST /neutron/port HTTP/1.1" 200 117 0.001035 10.0.0.17 - - [2024-12-30 02:28:46] "POST /neutron/network HTTP/1.1" 200 826 0.005119 10.0.0.17 - - [2024-12-30 02:28:46] "POST /neutron/network HTTP/1.1" 200 826 0.004490 10.0.0.17 - - [2024-12-30 02:28:46] "POST /neutron/port HTTP/1.1" 200 1090 0.021864 10.0.0.17 - - [2024-12-30 02:28:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006293 10.0.0.17 - - [2024-12-30 02:28:46] "POST /neutron/port HTTP/1.1" 200 117 0.005136 10.0.0.17 - - [2024-12-30 02:28:46] "POST /neutron/port HTTP/1.1" 200 1090 0.018528 10.0.0.17 - - [2024-12-30 02:28:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006098 10.0.0.17 - - [2024-12-30 02:28:46] "POST /neutron/network HTTP/1.1" 200 836 0.008530 10.0.0.17 - - [2024-12-30 02:28:46] "GET /projects?obj_uuids=e6899348-0dc4-4d83-87ca-7b69cc25e1a7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001110 10.0.0.17 - - [2024-12-30 02:28:47] "POST /neutron/port HTTP/1.1" 200 1062 0.201784 10.0.0.17 - - [2024-12-30 02:28:47] "POST /neutron/port HTTP/1.1" 200 1062 0.009814 10.0.0.17 - - [2024-12-30 02:28:47] "POST /neutron/port HTTP/1.1" 200 1062 0.007920 10.0.0.17 - - [2024-12-30 02:28:47] "POST /neutron/port HTTP/1.1" 200 1116 0.083193 10.0.0.17 - - [2024-12-30 02:28:47] "POST /neutron/port HTTP/1.1" 200 1090 0.015360 10.0.0.17 - - [2024-12-30 02:28:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003474 10.0.0.17 - - [2024-12-30 02:28:47] "POST /neutron/subnet HTTP/1.1" 200 703 0.010090 10.0.0.17 - - [2024-12-30 02:28:47] "POST /neutron/port HTTP/1.1" 200 117 0.001132 10.0.0.17 - - [2024-12-30 02:28:47] "POST /neutron/network HTTP/1.1" 200 826 0.007458 10.0.0.17 - - [2024-12-30 02:28:50] "GET /global-system-configs HTTP/1.1" 200 322 0.029713 10.0.0.17 - - [2024-12-30 02:28:50] "GET /obj-perms HTTP/1.1" 200 5056 0.063407 10.0.0.17 - - [2024-12-30 02:28:51] "GET /global-system-configs HTTP/1.1" 200 322 0.053968 10.0.0.17 - - [2024-12-30 02:28:51] "GET /obj-perms HTTP/1.1" 200 5056 0.072915 10.0.0.17 - - [2024-12-30 02:28:51] "POST /neutron/port HTTP/1.1" 200 1090 0.014729 10.0.0.17 - - [2024-12-30 02:28:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010592 10.0.0.17 - - [2024-12-30 02:28:51] "POST /neutron/port HTTP/1.1" 200 1090 0.013667 10.0.0.17 - - [2024-12-30 02:28:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005693 10.0.0.17 - - [2024-12-30 02:28:52] "POST /neutron/port HTTP/1.1" 200 1090 0.016198 10.0.0.17 - - [2024-12-30 02:28:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006473 10.0.0.17 - - [2024-12-30 02:28:52] "GET /virtual-machine/06a11d45-3ba5-4264-829f-c225501f96f0 HTTP/1.1" 401 292 0.000409 10.0.0.17 - - [2024-12-30 02:28:52] "GET /virtual-machine/06a11d45-3ba5-4264-829f-c225501f96f0 HTTP/1.1" 200 1291 0.023911 10.0.0.17 - - [2024-12-30 02:28:52] "GET /virtual-machine-interface/7a550958-3719-476d-a5cc-06ee95100c08 HTTP/1.1" 200 2946 0.005259 10.0.0.17 - - [2024-12-30 02:28:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.17 - - [2024-12-30 02:28:52] "GET /global-vrouter-config/dbf59b20-4c55-431f-8624-94290425b024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002866 10.0.0.17 - - [2024-12-30 02:28:52] "GET /virtual-networks?parent_id=e6899348-0dc4-4d83-87ca-7b69cc25e1a7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003757 10.0.0.17 - - [2024-12-30 02:28:52] "GET /virtual-network/1992e0a2-d673-4616-b2d5-c865f43fd0cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005183 10.0.0.17 - - [2024-12-30 02:28:54] "POST /neutron/port HTTP/1.1" 200 1090 0.015734 10.0.0.17 - - [2024-12-30 02:28:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004966 10.0.0.17 - - [2024-12-30 02:28:54] "POST /neutron/port HTTP/1.1" 200 1090 0.015186 10.0.0.17 - - [2024-12-30 02:28:54] "POST /neutron/port HTTP/1.1" 200 1090 0.014293 10.0.0.17 - - [2024-12-30 02:28:55] "POST /neutron/network HTTP/1.1" 200 836 0.005747 10.0.0.17 - - [2024-12-30 02:28:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003165 10.0.0.17 - - [2024-12-30 02:28:55] "POST /neutron/subnet HTTP/1.1" 200 703 0.010427 10.0.0.17 - - [2024-12-30 02:28:55] "POST /neutron/port HTTP/1.1" 200 117 0.001228 10.0.0.17 - - [2024-12-30 02:28:55] "POST /neutron/network HTTP/1.1" 200 826 0.007381 10.0.0.17 - - [2024-12-30 02:28:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.17 - - [2024-12-30 02:28:55] "GET /virtual-network/1992e0a2-d673-4616-b2d5-c865f43fd0cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006983 10.0.0.17 - - [2024-12-30 02:28:55] "POST /neutron/port HTTP/1.1" 200 1090 0.018637 10.0.0.17 - - [2024-12-30 02:28:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007045 10.0.0.17 - - [2024-12-30 02:28:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002624 10.0.0.17 - - [2024-12-30 02:28:57] "GET /global-vrouter-config/dbf59b20-4c55-431f-8624-94290425b024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004232 10.0.0.17 - - [2024-12-30 02:28:57] "GET /virtual-networks?parent_id=e6899348-0dc4-4d83-87ca-7b69cc25e1a7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002971 10.0.0.17 - - [2024-12-30 02:28:57] "GET /virtual-network/1992e0a2-d673-4616-b2d5-c865f43fd0cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005084 10.0.0.17 - - [2024-12-30 02:28:58] "POST /neutron/port HTTP/1.1" 200 1090 0.020932 10.0.0.17 - - [2024-12-30 02:28:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009297 10.0.0.17 - - [2024-12-30 02:28:58] "POST /neutron/port HTTP/1.1" 200 1090 0.020180 10.0.0.17 - - [2024-12-30 02:28:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006323 10.0.0.17 - - [2024-12-30 02:28:58] "POST /neutron/port HTTP/1.1" 200 1090 0.016057 10.0.0.17 - - [2024-12-30 02:28:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005489 10.0.0.17 - - [2024-12-30 02:28:58] "GET /virtual-machine/bd6863e4-2021-436f-a751-7e2f656abeca HTTP/1.1" 200 1294 0.005085 10.0.0.17 - - [2024-12-30 02:28:58] "GET /virtual-machine-interface/0b62a6e0-364c-4604-9719-129a8a302d0f HTTP/1.1" 200 2945 0.004917 10.0.0.17 - - [2024-12-30 02:28:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.17 - - [2024-12-30 02:28:58] "GET /global-vrouter-config/dbf59b20-4c55-431f-8624-94290425b024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003233 10.0.0.17 - - [2024-12-30 02:28:58] "GET /virtual-networks?parent_id=e6899348-0dc4-4d83-87ca-7b69cc25e1a7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003057 10.0.0.17 - - [2024-12-30 02:28:58] "GET /virtual-network/1992e0a2-d673-4616-b2d5-c865f43fd0cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005243 10.0.0.17 - - [2024-12-30 02:28:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002643 10.0.0.17 - - [2024-12-30 02:28:59] "GET /global-vrouter-config/dbf59b20-4c55-431f-8624-94290425b024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003007 10.0.0.17 - - [2024-12-30 02:28:59] "GET /virtual-networks?parent_id=e6899348-0dc4-4d83-87ca-7b69cc25e1a7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002716 10.0.0.17 - - [2024-12-30 02:28:59] "GET /virtual-network/1992e0a2-d673-4616-b2d5-c865f43fd0cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004989 10.0.0.17 - - [2024-12-30 02:29:04] "POST /neutron/network HTTP/1.1" 200 826 0.006518 10.0.0.17 - - [2024-12-30 02:29:04] "POST /neutron/network HTTP/1.1" 400 204 0.009938 10.0.0.17 - - [2024-12-30 02:29:04] "POST /neutron/port HTTP/1.1" 200 1090 0.013554 10.0.0.17 - - [2024-12-30 02:29:05] "POST /neutron/port HTTP/1.1" 200 1116 0.008993 10.0.0.17 - - [2024-12-30 02:29:05] "POST /neutron/port HTTP/1.1" 200 1090 0.014631 10.0.0.17 - - [2024-12-30 02:29:05] "POST /neutron/port HTTP/1.1" 200 1116 0.013114 10.0.0.17 - - [2024-12-30 02:29:05] "POST /neutron/port HTTP/1.1" 200 151 0.104943 10.0.0.17 - - [2024-12-30 02:29:05] "POST /neutron/port HTTP/1.1" 200 151 0.093356 10.0.0.17 - - [2024-12-30 02:29:06] "POST /neutron/network HTTP/1.1" 200 826 0.005280 10.0.0.17 - - [2024-12-30 02:29:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002945 10.0.0.17 - - [2024-12-30 02:29:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.17 - - [2024-12-30 02:29:06] "POST /useragent-kv HTTP/1.1" 200 115 0.001796 10.0.0.17 - - [2024-12-30 02:29:06] "POST /neutron/network HTTP/1.1" 200 151 0.071077 10.0.0.17 - - [2024-12-30 02:29:06] "DELETE /route-target/efc712f5-0caf-42f2-b071-586e264304ee HTTP/1.1" 200 115 0.012405 10.0.0.17 - - [2024-12-30 02:29:06] "GET /projects?obj_uuids=e6899348-0dc4-4d83-87ca-7b69cc25e1a7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001207 10.0.0.17 - - [2024-12-30 02:29:06] "GET /project/e6899348-0dc4-4d83-87ca-7b69cc25e1a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.025224 10.0.0.17 - - [2024-12-30 02:29:06] "GET /projects?obj_uuids=e6899348-0dc4-4d83-87ca-7b69cc25e1a7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001030 10.0.0.17 - - [2024-12-30 02:29:07] "GET /project/e6899348-0dc4-4d83-87ca-7b69cc25e1a7?fields=virtual_networks HTTP/1.1" 200 1033 0.064947 10.0.0.17 - - [2024-12-30 02:29:07] "GET /projects?obj_uuids=e6899348-0dc4-4d83-87ca-7b69cc25e1a7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001663 10.0.0.17 - - [2024-12-30 02:29:07] "GET /project/e6899348-0dc4-4d83-87ca-7b69cc25e1a7?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.028917 10.0.0.17 - - [2024-12-30 02:29:07] "GET /projects?obj_uuids=e6899348-0dc4-4d83-87ca-7b69cc25e1a7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001035 10.0.0.17 - - [2024-12-30 02:29:07] "GET /project/e6899348-0dc4-4d83-87ca-7b69cc25e1a7?fields=security_groups HTTP/1.1" 200 1260 0.042577 10.0.0.17 - - [2024-12-30 02:29:07] "POST /fqname-to-id HTTP/1.1" 404 188 0.022184 10.0.0.17 - - [2024-12-30 02:29:08] "GET /projects?obj_uuids=07374ffb-73d0-4452-8da4-584ad59b1fd1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002490 10.0.0.17 - - [2024-12-30 02:29:08] "GET /domains?obj_uuids=30bd2ff1-da41-468d-a29e-6955620cabf2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001095 10.0.0.17 - - [2024-12-30 02:29:08] "GET /domain/30bd2ff1-da41-468d-a29e-6955620cabf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007359 10.0.0.17 - - [2024-12-30 02:29:08] "POST /id-to-fqname HTTP/1.1" 200 190 0.001350 10.0.0.17 - - [2024-12-30 02:29:08] "POST /fqname-to-id HTTP/1.1" 404 199 0.003415 10.0.0.17 - - [2024-12-30 02:29:08] "POST /security-groups HTTP/1.1" 200 591 0.059450 10.0.0.17 - - [2024-12-30 02:29:08] "POST /fqname-to-id HTTP/1.1" 404 234 0.003080 10.0.0.17 - - [2024-12-30 02:29:08] "POST /projects HTTP/1.1" 200 585 0.206599 10.0.0.17 - - [2024-12-30 02:29:08] "POST /access-control-lists HTTP/1.1" 200 596 0.058271 10.0.0.17 - - [2024-12-30 02:29:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.276746 10.0.0.17 - - [2024-12-30 02:29:08] "POST /fqname-to-id HTTP/1.1" 404 233 0.003079 10.0.0.17 - - [2024-12-30 02:29:08] "GET /project/07374ffb-73d0-4452-8da4-584ad59b1fd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.394820 10.0.0.17 - - [2024-12-30 02:29:08] "POST /access-control-lists HTTP/1.1" 200 594 0.060147 10.0.0.17 - - [2024-12-30 02:29:09] "GET / HTTP/1.1" 200 35931 0.002579 10.0.0.17 - - [2024-12-30 02:29:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000465 10.0.0.17 - - [2024-12-30 02:29:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.053364 10.0.0.17 - - [2024-12-30 02:29:10] "GET /projects?obj_uuids=07374ffb-73d0-4452-8da4-584ad59b1fd1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001078 10.0.0.17 - - [2024-12-30 02:29:10] "GET /project/07374ffb-73d0-4452-8da4-584ad59b1fd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.026021 10.0.0.17 - - [2024-12-30 02:29:10] "POST /neutron/network HTTP/1.1" 200 117 0.029218 10.0.0.17 - - [2024-12-30 02:29:10] "GET /projects?obj_uuids=07374ffb-73d0-4452-8da4-584ad59b1fd1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001630 10.0.0.17 - - [2024-12-30 02:29:10] "POST /neutron/network HTTP/1.1" 200 625 0.066953 10.0.0.17 - - [2024-12-30 02:29:10] "POST /route-targets HTTP/1.1" 200 327 0.010496 10.0.0.17 - - [2024-12-30 02:29:10] "POST /ref-update HTTP/1.1" 200 156 0.013527 10.0.0.17 - - [2024-12-30 02:29:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002653 10.0.0.17 - - [2024-12-30 02:29:10] "POST /neutron/subnet HTTP/1.1" 200 701 0.203799 10.0.0.17 - - [2024-12-30 02:29:10] "POST /neutron/network HTTP/1.1" 200 839 0.005910 10.0.0.17 - - [2024-12-30 02:29:10] "POST /id-to-fqname HTTP/1.1" 200 230 0.001159 10.0.0.17 - - [2024-12-30 02:29:10] "GET /virtual-network/cb39710e-a997-49ef-8d5c-ed861b1fafec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005342 10.0.0.17 - - [2024-12-30 02:29:11] "POST /neutron/network HTTP/1.1" 200 839 0.005376 10.0.0.17 - - [2024-12-30 02:29:11] "GET /virtual-network/cb39710e-a997-49ef-8d5c-ed861b1fafec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005433 10.0.0.17 - - [2024-12-30 02:29:11] "POST /neutron/network HTTP/1.1" 200 839 0.005265 10.0.0.17 - - [2024-12-30 02:29:11] "POST /neutron/subnet HTTP/1.1" 200 701 0.006627 10.0.0.17 - - [2024-12-30 02:29:11] "POST /neutron/network HTTP/1.1" 200 839 0.006253 10.0.0.17 - - [2024-12-30 02:29:11] "POST /id-to-fqname HTTP/1.1" 200 230 0.001584 10.0.0.17 - - [2024-12-30 02:29:11] "POST /neutron/network HTTP/1.1" 200 849 0.006871 10.0.0.17 - - [2024-12-30 02:29:11] "GET /aaa-mode HTTP/1.1" 401 292 0.000413 10.0.0.17 - - [2024-12-30 02:29:11] "GET / HTTP/1.1" 200 35931 0.001673 10.0.0.17 - - [2024-12-30 02:29:11] "GET /project/07374ffb-73d0-4452-8da4-584ad59b1fd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000385 10.0.0.17 - - [2024-12-30 02:29:12] "GET /projects?obj_uuids=07374ffb-73d0-4452-8da4-584ad59b1fd1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001072 10.0.0.17 - - [2024-12-30 02:29:12] "GET /project/07374ffb-73d0-4452-8da4-584ad59b1fd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.042944 10.0.0.17 - - [2024-12-30 02:29:12] "POST /neutron/network HTTP/1.1" 200 839 0.004989 10.0.0.17 - - [2024-12-30 02:29:12] "POST /neutron/port HTTP/1.1" 200 117 0.004689 10.0.0.17 - - [2024-12-30 02:29:12] "POST /neutron/port HTTP/1.1" 200 117 0.004253 10.0.0.17 - - [2024-12-30 02:29:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.17 - - [2024-12-30 02:29:12] "GET /global-vrouter-config/dbf59b20-4c55-431f-8624-94290425b024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002891 10.0.0.17 - - [2024-12-30 02:29:12] "PUT /global-vrouter-config/dbf59b20-4c55-431f-8624-94290425b024 HTTP/1.1" 200 276 0.009497 10.0.0.17 - - [2024-12-30 02:29:12] "POST /neutron/port HTTP/1.1" 200 117 0.006449 10.0.0.17 - - [2024-12-30 02:29:12] "POST /neutron/network HTTP/1.1" 200 849 0.005515 10.0.0.17 - - [2024-12-30 02:29:12] "GET /projects?obj_uuids=07374ffb-73d0-4452-8da4-584ad59b1fd1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000998 10.0.0.17 - - [2024-12-30 02:29:12] "POST /neutron/port HTTP/1.1" 200 1055 0.189675 10.0.0.17 - - [2024-12-30 02:29:12] "POST /neutron/port HTTP/1.1" 200 1055 0.008582 10.0.0.17 - - [2024-12-30 02:29:12] "POST /neutron/port HTTP/1.1" 200 1055 0.007723 10.0.0.17 - - [2024-12-30 02:29:12] "POST /neutron/port HTTP/1.1" 200 1109 0.059264 10.0.0.17 - - [2024-12-30 02:29:12] "POST /neutron/port HTTP/1.1" 200 1083 0.013694 10.0.0.17 - - [2024-12-30 02:29:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003167 10.0.0.17 - - [2024-12-30 02:29:12] "POST /neutron/subnet HTTP/1.1" 200 675 0.009456 10.0.0.17 - - [2024-12-30 02:29:12] "POST /neutron/port HTTP/1.1" 200 117 0.001059 10.0.0.17 - - [2024-12-30 02:29:12] "POST /neutron/network HTTP/1.1" 200 839 0.004682 10.0.0.17 - - [2024-12-30 02:29:17] "POST /neutron/port HTTP/1.1" 200 1083 0.016000 10.0.0.17 - - [2024-12-30 02:29:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007578 10.0.0.17 - - [2024-12-30 02:29:17] "POST /neutron/port HTTP/1.1" 200 1083 0.013584 10.0.0.17 - - [2024-12-30 02:29:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006163 10.0.0.17 - - [2024-12-30 02:29:17] "POST /neutron/port HTTP/1.1" 200 1083 0.014593 10.0.0.17 - - [2024-12-30 02:29:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005205 10.0.0.17 - - [2024-12-30 02:29:17] "GET /virtual-machine/c60dd211-33be-42b8-828a-3ff56b737413 HTTP/1.1" 401 292 0.000388 10.0.0.17 - - [2024-12-30 02:29:18] "GET /virtual-machine/c60dd211-33be-42b8-828a-3ff56b737413 HTTP/1.1" 200 1292 0.025604 10.0.0.17 - - [2024-12-30 02:29:18] "GET /virtual-machine-interface/8f3715ee-d0ba-40e8-aa1f-cbd2ca4ace3d HTTP/1.1" 200 2972 0.004923 10.0.0.17 - - [2024-12-30 02:29:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004029 10.0.0.17 - - [2024-12-30 02:29:18] "GET /global-vrouter-config/dbf59b20-4c55-431f-8624-94290425b024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.003085 10.0.0.17 - - [2024-12-30 02:29:18] "GET /virtual-networks?parent_id=07374ffb-73d0-4452-8da4-584ad59b1fd1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002771 10.0.0.17 - - [2024-12-30 02:29:18] "GET /virtual-network/cb39710e-a997-49ef-8d5c-ed861b1fafec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005257 10.0.0.17 - - [2024-12-30 02:29:18] "DELETE /project/07374ffb73d044528da4584ad59b1fd1 HTTP/1.1" 404 173 0.016070 10.0.0.17 - - [2024-12-30 02:29:18] "DELETE /project/e68993480dc44d8387ca7b69cc25e1a7 HTTP/1.1" 404 173 0.015008 10.0.0.17 - - [2024-12-30 02:29:18] "GET /projects?obj_uuids=116b11c9-31ef-439f-978a-9c05b29d13cf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000952 10.0.0.17 - - [2024-12-30 02:29:18] "GET /projects?obj_uuids=e6899348-0dc4-4d83-87ca-7b69cc25e1a7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001106 10.0.0.17 - - [2024-12-30 02:29:18] "GET /project/e6899348-0dc4-4d83-87ca-7b69cc25e1a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.056924 10.0.0.17 - - [2024-12-30 02:29:18] "GET /project/116b11c9-31ef-439f-978a-9c05b29d13cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.066841 10.0.0.17 - - [2024-12-30 02:29:18] "GET /projects?obj_uuids=e6899348-0dc4-4d83-87ca-7b69cc25e1a7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001132 10.0.0.17 - - [2024-12-30 02:29:18] "GET /projects?obj_uuids=116b11c9-31ef-439f-978a-9c05b29d13cf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000909 10.0.0.17 - - [2024-12-30 02:29:18] "GET /project/e6899348-0dc4-4d83-87ca-7b69cc25e1a7?fields=security_groups HTTP/1.1" 200 1365 0.045934 10.0.0.17 - - [2024-12-30 02:29:18] "GET /project/116b11c9-31ef-439f-978a-9c05b29d13cf?fields=security_groups HTTP/1.1" 200 1365 0.047641 10.0.0.17 - - [2024-12-30 02:29:19] "DELETE /security-group/556577ce-600f-4300-a63e-f9d49e927e15 HTTP/1.1" 200 115 0.046967 10.0.0.17 - - [2024-12-30 02:29:19] "DELETE /security-group/f6038abb-5659-4dba-af30-b959a490b5db HTTP/1.1" 200 115 0.050132 10.0.0.17 - - [2024-12-30 02:29:19] "GET /projects?obj_uuids=e6899348-0dc4-4d83-87ca-7b69cc25e1a7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001404 10.0.0.17 - - [2024-12-30 02:29:19] "GET /projects?obj_uuids=116b11c9-31ef-439f-978a-9c05b29d13cf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001659 10.0.0.17 - - [2024-12-30 02:29:19] "DELETE /access-control-list/30cae833-fd19-4269-9b5a-8fd98392e87c HTTP/1.1" 200 115 0.043317 10.0.0.17 - - [2024-12-30 02:29:19] "GET /project/e6899348-0dc4-4d83-87ca-7b69cc25e1a7?fields=application_policy_sets HTTP/1.1" 200 1404 0.043786 10.0.0.17 - - [2024-12-30 02:29:19] "GET /project/116b11c9-31ef-439f-978a-9c05b29d13cf?fields=application_policy_sets HTTP/1.1" 200 1404 0.037911 10.0.0.17 - - [2024-12-30 02:29:19] "DELETE /access-control-list/da04ede4-fe06-4cdd-aa08-8f4060219a97 HTTP/1.1" 200 115 0.044380 10.0.0.17 - - [2024-12-30 02:29:19] "DELETE /access-control-list/3008838e-49bb-414f-9aac-11f91b5b162b HTTP/1.1" 200 115 0.031682 10.0.0.17 - - [2024-12-30 02:29:19] "DELETE /access-control-list/c21af51c-7595-4cba-a763-31f71c09a2b6 HTTP/1.1" 200 115 0.046811 10.0.0.17 - - [2024-12-30 02:29:19] "DELETE /project/116b11c9-31ef-439f-978a-9c05b29d13cf HTTP/1.1" 200 115 0.428376 10.0.0.17 - - [2024-12-30 02:29:19] "DELETE /project/e6899348-0dc4-4d83-87ca-7b69cc25e1a7 HTTP/1.1" 200 115 0.434646 10.0.0.17 - - [2024-12-30 02:29:21] "POST /neutron/port HTTP/1.1" 200 1083 0.014186 10.0.0.17 - - [2024-12-30 02:29:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004551 10.0.0.17 - - [2024-12-30 02:29:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.17 - - [2024-12-30 02:29:21] "GET /virtual-network/cb39710e-a997-49ef-8d5c-ed861b1fafec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004853 10.0.0.17 - - [2024-12-30 02:29:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.17 - - [2024-12-30 02:29:23] "GET /global-vrouter-config/dbf59b20-4c55-431f-8624-94290425b024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.002951 10.0.0.17 - - [2024-12-30 02:29:23] "GET /virtual-networks?parent_id=07374ffb-73d0-4452-8da4-584ad59b1fd1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003963 10.0.0.17 - - [2024-12-30 02:29:23] "GET /virtual-network/cb39710e-a997-49ef-8d5c-ed861b1fafec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005257 10.0.0.17 - - [2024-12-30 02:29:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002733 10.0.0.17 - - [2024-12-30 02:29:25] "GET /global-vrouter-config/dbf59b20-4c55-431f-8624-94290425b024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.003388 10.0.0.17 - - [2024-12-30 02:29:25] "PUT /global-vrouter-config/dbf59b20-4c55-431f-8624-94290425b024 HTTP/1.1" 200 276 0.009676 10.0.0.17 - - [2024-12-30 02:29:25] "GET /obj-perms HTTP/1.1" 200 5056 0.050653 10.0.0.17 - - [2024-12-30 02:29:25] "POST /neutron/network HTTP/1.1" 200 839 0.005984 10.0.0.17 - - [2024-12-30 02:29:25] "POST /neutron/network HTTP/1.1" 400 204 0.013894 10.0.0.17 - - [2024-12-30 02:29:25] "GET /obj-perms HTTP/1.1" 200 5056 0.050823 10.0.0.17 - - [2024-12-30 02:29:26] "POST /neutron/port HTTP/1.1" 200 1083 0.014057 10.0.0.17 - - [2024-12-30 02:29:26] "POST /neutron/port HTTP/1.1" 200 1109 0.008715 10.0.0.17 - - [2024-12-30 02:29:26] "POST /neutron/port HTTP/1.1" 200 151 0.078870 10.0.0.17 - - [2024-12-30 02:29:27] "POST /neutron/network HTTP/1.1" 200 839 0.005053 10.0.0.17 - - [2024-12-30 02:29:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002016 10.0.0.17 - - [2024-12-30 02:29:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004273 10.0.0.17 - - [2024-12-30 02:29:27] "POST /useragent-kv HTTP/1.1" 200 115 0.009663 10.0.0.17 - - [2024-12-30 02:29:27] "POST /neutron/network HTTP/1.1" 200 151 0.084823 10.0.0.17 - - [2024-12-30 02:29:27] "DELETE /route-target/396e0c6a-03ad-4d48-93c0-7899675640ba HTTP/1.1" 200 115 0.017511 10.0.0.17 - - [2024-12-30 02:29:28] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.002679 10.0.0.17 - - [2024-12-30 02:29:28] "POST /network-ipams HTTP/1.1" 200 541 0.014923 10.0.0.17 - - [2024-12-30 02:29:28] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 981 0.002594 10.0.0.17 - - [2024-12-30 02:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002576 10.0.0.17 - - [2024-12-30 02:29:28] "GET /network-ipam/43a8a7d9-cf96-4980-971d-0ce5bfc37c82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.004255 10.0.0.17 - - [2024-12-30 02:29:28] "PUT /network-ipam/43a8a7d9-cf96-4980-971d-0ce5bfc37c82 HTTP/1.1" 200 258 0.010433 10.0.0.17 - - [2024-12-30 02:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004125 10.0.0.17 - - [2024-12-30 02:29:28] "GET /projects?obj_uuids=07374ffb-73d0-4452-8da4-584ad59b1fd1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001096 10.0.0.17 - - [2024-12-30 02:29:28] "GET /project/07374ffb-73d0-4452-8da4-584ad59b1fd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.022545 10.0.0.17 - - [2024-12-30 02:29:28] "POST /neutron/network HTTP/1.1" 200 117 0.007090 10.0.0.17 - - [2024-12-30 02:29:28] "GET /projects?obj_uuids=07374ffb-73d0-4452-8da4-584ad59b1fd1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001022 10.0.0.17 - - [2024-12-30 02:29:28] "POST /neutron/network HTTP/1.1" 200 605 0.055601 10.0.0.17 - - [2024-12-30 02:29:28] "POST /route-targets HTTP/1.1" 200 327 0.011703 10.0.0.17 - - [2024-12-30 02:29:28] "POST /ref-update HTTP/1.1" 200 156 0.009994 10.0.0.17 - - [2024-12-30 02:29:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002976 10.0.0.17 - - [2024-12-30 02:29:28] "POST /neutron/subnet HTTP/1.1" 200 699 0.127978 10.0.0.17 - - [2024-12-30 02:29:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002595 10.0.0.17 - - [2024-12-30 02:29:29] "POST /neutron/subnet HTTP/1.1" 200 699 0.136480 10.0.0.17 - - [2024-12-30 02:29:29] "POST /neutron/network HTTP/1.1" 200 994 0.006843 10.0.0.17 - - [2024-12-30 02:29:29] "POST /id-to-fqname HTTP/1.1" 200 220 0.001157 10.0.0.17 - - [2024-12-30 02:29:29] "GET /virtual-network/567ee64d-f2ba-4794-b0d0-115ca06cbd42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.004388 10.0.0.17 - - [2024-12-30 02:29:29] "POST /neutron/network HTTP/1.1" 200 994 0.006612 10.0.0.17 - - [2024-12-30 02:29:29] "GET /virtual-network/567ee64d-f2ba-4794-b0d0-115ca06cbd42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.004539 10.0.0.17 - - [2024-12-30 02:29:29] "POST /neutron/network HTTP/1.1" 200 994 0.007113 10.0.0.17 - - [2024-12-30 02:29:29] "POST /neutron/subnet HTTP/1.1" 200 699 0.005770 10.0.0.17 - - [2024-12-30 02:29:29] "POST /neutron/subnet HTTP/1.1" 200 699 0.008249 10.0.0.17 - - [2024-12-30 02:29:29] "POST /neutron/network HTTP/1.1" 200 994 0.006307 10.0.0.17 - - [2024-12-30 02:29:29] "POST /neutron/subnet HTTP/1.1" 200 699 0.006171 10.0.0.17 - - [2024-12-30 02:29:29] "POST /neutron/subnet HTTP/1.1" 200 699 0.006369 10.0.0.17 - - [2024-12-30 02:29:29] "GET /projects?obj_uuids=07374ffb-73d0-4452-8da4-584ad59b1fd1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001002 10.0.0.17 - - [2024-12-30 02:29:29] "POST /neutron/port HTTP/1.1" 200 1017 0.155022 10.0.0.17 - - [2024-12-30 02:29:29] "GET /projects?obj_uuids=07374ffb-73d0-4452-8da4-584ad59b1fd1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001070 10.0.0.17 - - [2024-12-30 02:29:29] "POST /neutron/port HTTP/1.1" 200 1017 0.144607 10.0.0.17 - - [2024-12-30 02:29:29] "POST /id-to-fqname HTTP/1.1" 200 220 0.001257 10.0.0.17 - - [2024-12-30 02:29:29] "POST /neutron/port HTTP/1.1" 200 1017 0.007720 10.0.0.17 - - [2024-12-30 02:29:29] "POST /neutron/port HTTP/1.1" 200 1017 0.007093 10.0.0.17 - - [2024-12-30 02:29:29] "POST /neutron/network HTTP/1.1" 200 994 0.006206 10.0.0.17 - - [2024-12-30 02:29:29] "POST /neutron/port HTTP/1.1" 200 1017 0.007177 10.0.0.17 - - [2024-12-30 02:29:30] "POST /neutron/port HTTP/1.1" 200 117 0.005326 10.0.0.17 - - [2024-12-30 02:29:30] "POST /neutron/port HTTP/1.1" 200 117 0.004486 10.0.0.17 - - [2024-12-30 02:29:30] "POST /id-to-fqname HTTP/1.1" 200 220 0.001184 10.0.0.17 - - [2024-12-30 02:29:30] "POST /neutron/port HTTP/1.1" 200 117 0.005206 10.0.0.17 - - [2024-12-30 02:29:30] "POST /neutron/port HTTP/1.1" 200 1017 0.007092 10.0.0.17 - - [2024-12-30 02:29:30] "POST /neutron/port HTTP/1.1" 200 1017 0.007335 10.0.0.17 - - [2024-12-30 02:29:30] "POST /neutron/network HTTP/1.1" 200 994 0.006206 10.0.0.17 - - [2024-12-30 02:29:30] "POST /neutron/port HTTP/1.1" 200 1017 0.006248 10.0.0.17 - - [2024-12-30 02:29:30] "POST /neutron/port HTTP/1.1" 200 1017 0.009395 10.0.0.17 - - [2024-12-30 02:29:30] "POST /neutron/port HTTP/1.1" 200 1017 0.009702 10.0.0.17 - - [2024-12-30 02:29:30] "POST /neutron/port HTTP/1.1" 200 117 0.007607 10.0.0.17 - - [2024-12-30 02:29:30] "POST /neutron/port HTTP/1.1" 200 117 0.004967 10.0.0.17 - - [2024-12-30 02:29:30] "POST /id-to-fqname HTTP/1.1" 200 220 0.001297 10.0.0.17 - - [2024-12-30 02:29:30] "POST /neutron/port HTTP/1.1" 200 117 0.005984 10.0.0.17 - - [2024-12-30 02:29:30] "POST /neutron/network HTTP/1.1" 200 1004 0.009062 10.0.0.17 - - [2024-12-30 02:29:30] "GET /aaa-mode HTTP/1.1" 401 292 0.000423 10.0.0.17 - - [2024-12-30 02:29:30] "POST /neutron/port HTTP/1.1" 200 1017 0.009575 10.0.0.17 - - [2024-12-30 02:29:30] "GET / HTTP/1.1" 200 35931 0.001458 10.0.0.17 - - [2024-12-30 02:29:30] "GET /project/07374ffb-73d0-4452-8da4-584ad59b1fd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000340 10.0.0.17 - - [2024-12-30 02:29:30] "POST /neutron/port HTTP/1.1" 200 1017 0.010607 10.0.0.17 - - [2024-12-30 02:29:30] "POST /neutron/network HTTP/1.1" 200 1004 0.008809 10.0.0.17 - - [2024-12-30 02:29:30] "POST /neutron/network HTTP/1.1" 200 1004 0.009824 10.0.0.17 - - [2024-12-30 02:29:30] "POST /neutron/port HTTP/1.1" 200 1017 0.008387 10.0.0.17 - - [2024-12-30 02:29:30] "POST /neutron/port HTTP/1.1" 200 1017 0.012109 10.0.0.17 - - [2024-12-30 02:29:31] "POST /neutron/port HTTP/1.1" 200 1017 0.008201 10.0.0.17 - - [2024-12-30 02:29:31] "POST /neutron/port HTTP/1.1" 200 1017 0.007521 10.0.0.17 - - [2024-12-30 02:29:31] "POST /neutron/port HTTP/1.1" 200 1109 0.092760 10.0.0.17 - - [2024-12-30 02:29:31] "POST /neutron/port HTTP/1.1" 200 1109 0.094651 10.0.0.17 - - [2024-12-30 02:29:31] "POST /neutron/port HTTP/1.1" 200 1083 0.024195 10.0.0.17 - - [2024-12-30 02:29:31] "POST /neutron/port HTTP/1.1" 200 1083 0.021797 10.0.0.17 - - [2024-12-30 02:29:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003587 10.0.0.17 - - [2024-12-30 02:29:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003127 10.0.0.17 - - [2024-12-30 02:29:31] "POST /neutron/subnet HTTP/1.1" 200 673 0.017193 10.0.0.17 - - [2024-12-30 02:29:31] "POST /neutron/subnet HTTP/1.1" 200 673 0.016203 10.0.0.17 - - [2024-12-30 02:29:31] "POST /neutron/port HTTP/1.1" 200 117 0.001177 10.0.0.17 - - [2024-12-30 02:29:31] "POST /neutron/port HTTP/1.1" 200 117 0.001248 10.0.0.17 - - [2024-12-30 02:29:31] "POST /neutron/network HTTP/1.1" 200 994 0.006672 10.0.0.17 - - [2024-12-30 02:29:31] "POST /neutron/network HTTP/1.1" 200 994 0.006444 10.0.0.17 - - [2024-12-30 02:29:31] "GET /projects?obj_uuids=07374ffb-73d0-4452-8da4-584ad59b1fd1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.023863 10.0.0.17 - - [2024-12-30 02:29:31] "GET /project/07374ffb-73d0-4452-8da4-584ad59b1fd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.073671 10.0.0.17 - - [2024-12-30 02:29:31] "POST /neutron/network HTTP/1.1" 200 994 0.006892 10.0.0.17 - - [2024-12-30 02:29:31] "POST /neutron/port HTTP/1.1" 200 2050 0.027433 10.0.0.17 - - [2024-12-30 02:29:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008430 10.0.0.17 - - [2024-12-30 02:29:31] "POST /neutron/port HTTP/1.1" 200 117 0.005005 10.0.0.17 - - [2024-12-30 02:29:31] "GET /domains HTTP/1.1" 200 280 0.002800 10.0.0.17 - - [2024-12-30 02:29:31] "GET /domains?obj_uuids=30bd2ff1-da41-468d-a29e-6955620cabf2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002457 10.0.0.17 - - [2024-12-30 02:29:31] "GET /domain/30bd2ff1-da41-468d-a29e-6955620cabf2 HTTP/1.1" 200 2573 0.013451 10.0.0.17 - - [2024-12-30 02:29:31] "GET /projects?obj_uuids=07374ffb-73d0-4452-8da4-584ad59b1fd1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001481 10.0.0.17 - - [2024-12-30 02:29:31] "GET /project/07374ffb-73d0-4452-8da4-584ad59b1fd1 HTTP/1.1" 200 2840 0.079161 10.0.0.17 - - [2024-12-30 02:29:31] "GET /network-ipam/43a8a7d9-cf96-4980-971d-0ce5bfc37c82 HTTP/1.1" 200 2601 0.011076 10.0.0.17 - - [2024-12-30 02:29:31] "GET /domains HTTP/1.1" 200 280 0.002528 10.0.0.17 - - [2024-12-30 02:29:31] "GET /domains?obj_uuids=30bd2ff1-da41-468d-a29e-6955620cabf2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001059 10.0.0.17 - - [2024-12-30 02:29:31] "GET /domain/30bd2ff1-da41-468d-a29e-6955620cabf2 HTTP/1.1" 200 2573 0.007757 10.0.0.17 - - [2024-12-30 02:29:31] "GET /projects?obj_uuids=07374ffb-73d0-4452-8da4-584ad59b1fd1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001636 10.0.0.17 - - [2024-12-30 02:29:31] "GET /project/07374ffb-73d0-4452-8da4-584ad59b1fd1 HTTP/1.1" 200 2840 0.103266 10.0.0.17 - - [2024-12-30 02:29:31] "GET /virtual-network/567ee64d-f2ba-4794-b0d0-115ca06cbd42 HTTP/1.1" 200 3779 0.009665 10.0.0.17 - - [2024-12-30 02:29:31] "GET /virtual-network/567ee64d-f2ba-4794-b0d0-115ca06cbd42 HTTP/1.1" 200 3779 0.004759 10.0.0.17 - - [2024-12-30 02:29:31] "GET /routing-instance/dd539400-a549-4d5e-a792-ecc757bde6cf HTTP/1.1" 200 2381 0.004956 10.0.0.17 - - [2024-12-30 02:29:31] "GET /routing-instance/dd539400-a549-4d5e-a792-ecc757bde6cf HTTP/1.1" 200 2381 0.004660 10.0.0.17 - - [2024-12-30 02:29:31] "GET /route-target/85c73ba7-6fab-444e-830a-c145d39ba637 HTTP/1.1" 200 1203 0.006075 10.0.0.17 - - [2024-12-30 02:29:31] "GET /virtual-network/567ee64d-f2ba-4794-b0d0-115ca06cbd42 HTTP/1.1" 200 3779 0.009616 10.0.0.17 - - [2024-12-30 02:29:31] "POST /neutron/network HTTP/1.1" 200 1004 0.017764 10.0.0.17 - - [2024-12-30 02:29:31] "GET /routing-instance/dd539400-a549-4d5e-a792-ecc757bde6cf HTTP/1.1" 200 2381 0.003368 10.0.0.17 - - [2024-12-30 02:29:32] "GET /virtual-network/567ee64d-f2ba-4794-b0d0-115ca06cbd42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.012031 10.0.0.17 - - [2024-12-30 02:29:32] "GET /virtual-network/567ee64d-f2ba-4794-b0d0-115ca06cbd42 HTTP/1.1" 200 3779 0.009214 10.0.0.17 - - [2024-12-30 02:29:32] "GET /projects?obj_uuids=07374ffb-73d0-4452-8da4-584ad59b1fd1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001689 10.0.0.17 - - [2024-12-30 02:29:32] "GET /routing-instance/dd539400-a549-4d5e-a792-ecc757bde6cf HTTP/1.1" 200 2381 0.006580 10.0.0.17 - - [2024-12-30 02:29:32] "GET /routing-instance/dd539400-a549-4d5e-a792-ecc757bde6cf HTTP/1.1" 200 2381 0.004086 10.0.0.17 - - [2024-12-30 02:29:32] "GET /route-target/85c73ba7-6fab-444e-830a-c145d39ba637 HTTP/1.1" 200 1203 0.005474 10.0.0.17 - - [2024-12-30 02:29:32] "GET /domains HTTP/1.1" 200 280 0.003212 10.0.0.17 - - [2024-12-30 02:29:32] "GET /domains?obj_uuids=30bd2ff1-da41-468d-a29e-6955620cabf2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002004 10.0.0.17 - - [2024-12-30 02:29:32] "GET /domain/30bd2ff1-da41-468d-a29e-6955620cabf2 HTTP/1.1" 200 2573 0.013132 10.0.0.17 - - [2024-12-30 02:29:32] "GET /projects?obj_uuids=07374ffb-73d0-4452-8da4-584ad59b1fd1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001157 10.0.0.17 - - [2024-12-30 02:29:32] "GET /project/07374ffb-73d0-4452-8da4-584ad59b1fd1 HTTP/1.1" 200 3084 0.096371 10.0.0.17 - - [2024-12-30 02:29:32] "GET /virtual-network/567ee64d-f2ba-4794-b0d0-115ca06cbd42 HTTP/1.1" 200 4037 0.009825 10.0.0.17 - - [2024-12-30 02:29:32] "POST /neutron/port HTTP/1.1" 200 1055 0.299877 10.0.0.17 - - [2024-12-30 02:29:32] "POST /neutron/port HTTP/1.1" 200 1055 0.011222 10.0.0.17 - - [2024-12-30 02:29:32] "POST /neutron/port HTTP/1.1" 200 1055 0.021039 10.0.0.17 - - [2024-12-30 02:29:32] "POST /neutron/port HTTP/1.1" 200 1109 0.077711 10.0.0.17 - - [2024-12-30 02:29:32] "POST /neutron/port HTTP/1.1" 200 1083 0.017498 10.0.0.17 - - [2024-12-30 02:29:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003824 10.0.0.17 - - [2024-12-30 02:29:32] "POST /neutron/subnet HTTP/1.1" 200 673 0.017955 10.0.0.17 - - [2024-12-30 02:29:32] "POST /neutron/port HTTP/1.1" 200 117 0.001171 10.0.0.17 - - [2024-12-30 02:29:32] "POST /neutron/network HTTP/1.1" 200 994 0.015115 10.0.0.17 - - [2024-12-30 02:29:32] "GET /obj-perms HTTP/1.1" 200 5030 0.059511 10.0.0.17 - - [2024-12-30 02:29:32] "POST /neutron/port HTTP/1.1" 200 1083 0.016470 10.0.0.17 - - [2024-12-30 02:29:32] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005601 10.0.0.17 - - [2024-12-30 02:29:32] "POST /neutron/port HTTP/1.1" 200 1083 0.015901 10.0.0.17 - - [2024-12-30 02:29:32] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005085 10.0.0.17 - - [2024-12-30 02:29:32] "POST /neutron/port HTTP/1.1" 200 1083 0.020517 10.0.0.17 - - [2024-12-30 02:29:32] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006882 10.0.0.17 - - [2024-12-30 02:29:32] "GET /virtual-machine/92baf815-3f23-4280-8e3b-0b0c73b48976 HTTP/1.1" 200 1289 0.004502 10.0.0.17 - - [2024-12-30 02:29:32] "GET /virtual-machine-interface/a28ac335-c53c-4a12-8058-e0489b974e3a HTTP/1.1" 200 2941 0.009118 10.0.0.17 - - [2024-12-30 02:29:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002829 10.0.0.17 - - [2024-12-30 02:29:32] "GET /global-vrouter-config/dbf59b20-4c55-431f-8624-94290425b024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003076 10.0.0.17 - - [2024-12-30 02:29:33] "GET /virtual-networks?parent_id=07374ffb-73d0-4452-8da4-584ad59b1fd1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003886 10.0.0.17 - - [2024-12-30 02:29:33] "GET /virtual-network/567ee64d-f2ba-4794-b0d0-115ca06cbd42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.007851 10.0.0.17 - - [2024-12-30 02:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.17 - - [2024-12-30 02:29:36] "GET /virtual-network/567ee64d-f2ba-4794-b0d0-115ca06cbd42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.008553 10.0.0.17 - - [2024-12-30 02:29:39] "POST /neutron/port HTTP/1.1" 200 1083 0.014398 10.0.0.17 - - [2024-12-30 02:29:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005166 10.0.0.17 - - [2024-12-30 02:29:39] "POST /neutron/port HTTP/1.1" 200 1083 0.014430 10.0.0.17 - - [2024-12-30 02:29:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005150 10.0.0.17 - - [2024-12-30 02:29:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.17 - - [2024-12-30 02:29:40] "GET /virtual-network/567ee64d-f2ba-4794-b0d0-115ca06cbd42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.004867 10.0.0.17 - - [2024-12-30 02:29:40] "POST /neutron/port HTTP/1.1" 200 1083 0.014347 10.0.0.17 - - [2024-12-30 02:29:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005106 10.0.0.17 - - [2024-12-30 02:29:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002832 10.0.0.17 - - [2024-12-30 02:29:42] "GET /global-vrouter-config/dbf59b20-4c55-431f-8624-94290425b024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002840 10.0.0.17 - - [2024-12-30 02:29:42] "GET /virtual-networks?parent_id=07374ffb-73d0-4452-8da4-584ad59b1fd1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003016 10.0.0.17 - - [2024-12-30 02:29:42] "GET /virtual-network/567ee64d-f2ba-4794-b0d0-115ca06cbd42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005044 10.0.0.17 - - [2024-12-30 02:29:42] "POST /neutron/port HTTP/1.1" 200 1083 0.016025 10.0.0.17 - - [2024-12-30 02:29:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005886 10.0.0.17 - - [2024-12-30 02:29:42] "POST /neutron/port HTTP/1.1" 200 1083 0.015166 10.0.0.17 - - [2024-12-30 02:29:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005563 10.0.0.17 - - [2024-12-30 02:29:43] "POST /neutron/port HTTP/1.1" 200 1083 0.014289 10.0.0.17 - - [2024-12-30 02:29:43] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010460 10.0.0.17 - - [2024-12-30 02:29:43] "GET /virtual-machine/2ffa8432-0760-4722-a42c-1b91d4749c61 HTTP/1.1" 200 1288 0.005477 10.0.0.17 - - [2024-12-30 02:29:43] "GET /virtual-machine-interface/f6c9151d-c920-4b7d-bb3d-8ac45179fc9b HTTP/1.1" 200 2942 0.010181 10.0.0.17 - - [2024-12-30 02:29:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002704 10.0.0.17 - - [2024-12-30 02:29:43] "GET /global-vrouter-config/dbf59b20-4c55-431f-8624-94290425b024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002968 10.0.0.17 - - [2024-12-30 02:29:43] "GET /virtual-networks?parent_id=07374ffb-73d0-4452-8da4-584ad59b1fd1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002948 10.0.0.17 - - [2024-12-30 02:29:43] "GET /virtual-network/567ee64d-f2ba-4794-b0d0-115ca06cbd42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006163 10.0.0.17 - - [2024-12-30 02:29:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.17 - - [2024-12-30 02:29:44] "GET /global-vrouter-config/dbf59b20-4c55-431f-8624-94290425b024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002912 10.0.0.17 - - [2024-12-30 02:29:44] "GET /virtual-networks?parent_id=07374ffb-73d0-4452-8da4-584ad59b1fd1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003184 10.0.0.17 - - [2024-12-30 02:29:44] "GET /virtual-network/567ee64d-f2ba-4794-b0d0-115ca06cbd42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005600 10.0.0.17 - - [2024-12-30 02:29:44] "POST /neutron/port HTTP/1.1" 200 1083 0.014097 10.0.0.17 - - [2024-12-30 02:29:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005344 10.0.0.17 - - [2024-12-30 02:29:44] "POST /neutron/port HTTP/1.1" 200 1083 0.014137 10.0.0.17 - - [2024-12-30 02:29:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005436 10.0.0.17 - - [2024-12-30 02:29:44] "POST /neutron/port HTTP/1.1" 200 1083 0.014145 10.0.0.17 - - [2024-12-30 02:29:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005771 10.0.0.17 - - [2024-12-30 02:29:44] "GET /virtual-machine/407f307d-037b-4b67-b65c-562fda519b3b HTTP/1.1" 200 1292 0.004415 10.0.0.17 - - [2024-12-30 02:29:44] "GET /virtual-machine-interface/d09046c7-079a-4ddd-a116-a93999741acf HTTP/1.1" 200 2942 0.004480 10.0.0.17 - - [2024-12-30 02:29:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002895 10.0.0.17 - - [2024-12-30 02:29:44] "GET /global-vrouter-config/dbf59b20-4c55-431f-8624-94290425b024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003405 10.0.0.17 - - [2024-12-30 02:29:44] "GET /virtual-networks?parent_id=07374ffb-73d0-4452-8da4-584ad59b1fd1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002786 10.0.0.17 - - [2024-12-30 02:29:45] "GET /virtual-network/567ee64d-f2ba-4794-b0d0-115ca06cbd42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005402 10.0.0.17 - - [2024-12-30 02:29:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002704 10.0.0.17 - - [2024-12-30 02:29:46] "GET /global-vrouter-config/dbf59b20-4c55-431f-8624-94290425b024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003283 10.0.0.17 - - [2024-12-30 02:29:46] "GET /virtual-networks?parent_id=07374ffb-73d0-4452-8da4-584ad59b1fd1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002674 10.0.0.17 - - [2024-12-30 02:29:46] "GET /virtual-network/567ee64d-f2ba-4794-b0d0-115ca06cbd42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005176 10.0.0.17 - - [2024-12-30 02:30:01] "POST /neutron/port HTTP/1.1" 200 1109 0.015679 10.0.0.17 - - [2024-12-30 02:30:01] "POST /neutron/port HTTP/1.1" 200 1109 0.012087 10.0.0.17 - - [2024-12-30 02:30:01] "POST /neutron/port HTTP/1.1" 200 151 0.114123 10.0.0.17 - - [2024-12-30 02:30:01] "POST /neutron/port HTTP/1.1" 200 1109 0.012574 10.0.0.17 - - [2024-12-30 02:30:01] "POST /neutron/port HTTP/1.1" 200 1109 0.017003 10.0.0.17 - - [2024-12-30 02:30:02] "POST /neutron/port HTTP/1.1" 200 151 0.121139 10.0.0.17 - - [2024-12-30 02:30:02] "POST /neutron/network HTTP/1.1" 200 994 0.016684 10.0.0.17 - - [2024-12-30 02:30:02] "POST /neutron/port HTTP/1.1" 200 1083 0.034221 10.0.0.17 - - [2024-12-30 02:30:02] "POST /neutron/network HTTP/1.1" 400 204 0.011336 10.0.0.17 - - [2024-12-30 02:30:02] "POST /neutron/port HTTP/1.1" 200 1109 0.013946 10.0.0.17 - - [2024-12-30 02:30:02] "POST /neutron/port HTTP/1.1" 200 151 0.088718 10.0.0.17 - - [2024-12-30 02:30:04] "POST /neutron/network HTTP/1.1" 200 994 0.007067 10.0.0.17 - - [2024-12-30 02:30:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003977 10.0.0.17 - - [2024-12-30 02:30:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002899 10.0.0.17 - - [2024-12-30 02:30:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003010 10.0.0.17 - - [2024-12-30 02:30:04] "POST /useragent-kv HTTP/1.1" 200 115 0.001858 10.0.0.17 - - [2024-12-30 02:30:04] "POST /useragent-kv HTTP/1.1" 200 115 0.001692 10.0.0.17 - - [2024-12-30 02:30:04] "POST /neutron/network HTTP/1.1" 200 151 0.095493 10.0.0.17 - - [2024-12-30 02:30:04] "DELETE /route-target/85c73ba7-6fab-444e-830a-c145d39ba637 HTTP/1.1" 200 115 0.022461 10.0.0.17 - - [2024-12-30 02:30:04] "GET /routing-instance/dd539400-a549-4d5e-a792-ecc757bde6cf HTTP/1.1" 404 171 0.002482 10.0.0.17 - - [2024-12-30 02:30:04] "GET /domains HTTP/1.1" 200 280 0.002087 10.0.0.17 - - [2024-12-30 02:30:04] "GET /domains?obj_uuids=30bd2ff1-da41-468d-a29e-6955620cabf2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001255 10.0.0.17 - - [2024-12-30 02:30:04] "GET /domain/30bd2ff1-da41-468d-a29e-6955620cabf2 HTTP/1.1" 200 2573 0.050835 10.0.0.17 - - [2024-12-30 02:30:04] "GET /projects?obj_uuids=07374ffb-73d0-4452-8da4-584ad59b1fd1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001001 10.0.0.17 - - [2024-12-30 02:30:04] "GET /project/07374ffb-73d0-4452-8da4-584ad59b1fd1 HTTP/1.1" 200 2083 0.068320 10.0.0.17 - - [2024-12-30 02:30:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002803 10.0.0.17 - - [2024-12-30 02:30:04] "DELETE /network-ipam/43a8a7d9-cf96-4980-971d-0ce5bfc37c82 HTTP/1.1" 200 115 0.022208 10.0.0.17 - - [2024-12-30 02:30:04] "POST /fqname-to-id HTTP/1.1" 404 211 0.002283 10.0.0.17 - - [2024-12-30 02:30:04] "GET /projects?obj_uuids=07374ffb-73d0-4452-8da4-584ad59b1fd1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001023 10.0.0.17 - - [2024-12-30 02:30:04] "GET /project/07374ffb-73d0-4452-8da4-584ad59b1fd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.044043 10.0.0.17 - - [2024-12-30 02:30:04] "GET /projects?obj_uuids=07374ffb-73d0-4452-8da4-584ad59b1fd1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000970 10.0.0.17 - - [2024-12-30 02:30:04] "GET /project/07374ffb-73d0-4452-8da4-584ad59b1fd1?fields=virtual_networks HTTP/1.1" 200 1030 0.069052 10.0.0.17 - - [2024-12-30 02:30:04] "GET /projects?obj_uuids=07374ffb-73d0-4452-8da4-584ad59b1fd1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001070 10.0.0.17 - - [2024-12-30 02:30:04] "GET /project/07374ffb-73d0-4452-8da4-584ad59b1fd1?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.026000 10.0.0.17 - - [2024-12-30 02:30:04] "GET /projects?obj_uuids=07374ffb-73d0-4452-8da4-584ad59b1fd1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001324 10.0.0.17 - - [2024-12-30 02:30:04] "GET /project/07374ffb-73d0-4452-8da4-584ad59b1fd1?fields=security_groups HTTP/1.1" 200 1256 0.028973 10.0.0.17 - - [2024-12-30 02:30:06] "POST /neutron/port HTTP/1.1" 200 117 0.005167 10.0.0.17 - - [2024-12-30 02:30:06] "POST /neutron/port HTTP/1.1" 400 205 0.003051 10.0.0.17 - - [2024-12-30 02:30:06] "POST /neutron/port HTTP/1.1" 200 117 0.008024 10.0.0.17 - - [2024-12-30 02:30:06] "POST /neutron/port HTTP/1.1" 400 205 0.003451 10.0.0.17 - - [2024-12-30 02:30:13] "GET / HTTP/1.1" 200 35931 0.001856 10.0.0.17 - - [2024-12-30 02:30:13] "GET /project/a7a314d6-13f9-44a1-ae19-5a9d2b202b2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000523 10.0.0.17 - - [2024-12-30 02:30:13] "GET /projects?obj_uuids=a7a314d6-13f9-44a1-ae19-5a9d2b202b2e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001266 10.0.0.17 - - [2024-12-30 02:30:13] "GET /project/a7a314d6-13f9-44a1-ae19-5a9d2b202b2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.050598 [Introspect:8084]10.0.0.17 - - [2024-12-30 02:30:14] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001032 10.0.0.17 - - [2024-12-30 02:30:14] "POST /fqname-to-id HTTP/1.1" 404 184 0.021734 10.0.0.17 - - [2024-12-30 02:30:14] "GET /projects?obj_uuids=fba69637-432a-45c7-a68f-6a03a03810cc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002261 10.0.0.17 - - [2024-12-30 02:30:14] "GET /domains?obj_uuids=30bd2ff1-da41-468d-a29e-6955620cabf2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001362 10.0.0.17 - - [2024-12-30 02:30:14] "GET /domain/30bd2ff1-da41-468d-a29e-6955620cabf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.032148 10.0.0.17 - - [2024-12-30 02:30:14] "POST /id-to-fqname HTTP/1.1" 200 186 0.001230 10.0.0.17 - - [2024-12-30 02:30:15] "POST /fqname-to-id HTTP/1.1" 404 195 0.003006 10.0.0.17 - - [2024-12-30 02:30:15] "POST /security-groups HTTP/1.1" 200 587 0.071624 10.0.0.17 - - [2024-12-30 02:30:15] "POST /fqname-to-id HTTP/1.1" 404 230 0.002947 10.0.0.17 - - [2024-12-30 02:30:15] "POST /projects HTTP/1.1" 200 577 0.223411 10.0.0.17 - - [2024-12-30 02:30:15] "POST /access-control-lists HTTP/1.1" 200 592 0.058063 10.0.0.17 - - [2024-12-30 02:30:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.294465 10.0.0.17 - - [2024-12-30 02:30:15] "POST /fqname-to-id HTTP/1.1" 404 229 0.003056 10.0.0.17 - - [2024-12-30 02:30:15] "GET /project/fba69637-432a-45c7-a68f-6a03a03810cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.442570 10.0.0.17 - - [2024-12-30 02:30:15] "POST /access-control-lists HTTP/1.1" 200 590 0.059886 10.0.0.17 - - [2024-12-30 02:30:16] "GET / HTTP/1.1" 200 35931 0.002054 10.0.0.17 - - [2024-12-30 02:30:16] "GET /projects?obj_uuids=fba69637-432a-45c7-a68f-6a03a03810cc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001137 10.0.0.17 - - [2024-12-30 02:30:16] "GET /project/fba69637-432a-45c7-a68f-6a03a03810cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.023653 10.0.0.17 - - [2024-12-30 02:30:16] "GET /projects?obj_uuids=fba69637-432a-45c7-a68f-6a03a03810cc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000993