++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Thu Dec 26 02:05:17 UTC 2024 ===================' INFO: =================== Thu Dec 26 02:05:17 UTC 2024 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ cut -d / -f 1 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.32 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.32 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.32 ++ ANALYTICSDB_NODES=10.0.0.32 ++ ANALYTICS_SNMP_NODES=10.0.0.32 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.32 +++ local server_address=10.0.0.32 +++ extended_server_list+='10.0.0.32:8081 ' +++ '[' -n '10.0.0.32:8081 ' ']' +++ echo 10.0.0.32:8081 ++ ANALYTICS_SERVERS=10.0.0.32:8081 +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.32 +++ local server_address=10.0.0.32 +++ extended_server_list+='10.0.0.32:9042 ' +++ '[' -n '10.0.0.32:9042 ' ']' +++ echo 10.0.0.32:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.32:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.32 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.32 +++ local server_address=10.0.0.32 +++ extended_server_list+='10.0.0.32:8086 ' +++ '[' -n '10.0.0.32:8086 ' ']' +++ echo 10.0.0.32:8086 ++ COLLECTOR_SERVERS=10.0.0.32:8086 ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.32 ++ CONFIGDB_NODES=10.0.0.32 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.32 +++ local server_address=10.0.0.32 +++ extended_server_list+='10.0.0.32:8082 ' +++ '[' -n '10.0.0.32:8082 ' ']' +++ echo 10.0.0.32:8082 ++ CONFIG_SERVERS=10.0.0.32:8082 +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.32 +++ local server_address=10.0.0.32 +++ extended_server_list+='10.0.0.32:9161 ' +++ '[' -n '10.0.0.32:9161 ' ']' +++ echo 10.0.0.32:9161 ++ CONFIGDB_SERVERS=10.0.0.32:9161 +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.32 +++ local server_address=10.0.0.32 +++ extended_server_list+='10.0.0.32:9041 ' +++ '[' -n '10.0.0.32:9041 ' ']' +++ echo 10.0.0.32:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.32:9041 ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.5 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.5 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.32 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.32 +++ local server_address=10.0.0.32 +++ extended_server_list+=10.0.0.32:2181, +++ '[' -n 10.0.0.32:2181, ']' +++ echo 10.0.0.32:2181 ++ ZOOKEEPER_SERVERS=10.0.0.32:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.32 +++ local server_address=10.0.0.32 +++ extended_server_list+='10.0.0.32:2181 ' +++ '[' -n '10.0.0.32:2181 ' ']' +++ echo 10.0.0.32:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.32:2181 ++ RABBITMQ_NODES=10.0.0.32 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.32 +++ local server_address=10.0.0.32 +++ extended_server_list+=10.0.0.32:5673, +++ '[' -n 10.0.0.32:5673, ']' +++ echo 10.0.0.32:5673 ++ RABBITMQ_SERVERS=10.0.0.32:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.32 +++ local server_address=10.0.0.32 +++ extended_server_list+='10.0.0.32:6379 ' +++ '[' -n '10.0.0.32:6379 ' ']' +++ echo 10.0.0.32:6379 ++ REDIS_SERVERS=10.0.0.32:6379 ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.32 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.32 +++ local server_address=10.0.0.32 +++ extended_server_list+='10.0.0.32:9092 ' +++ '[' -n '10.0.0.32:9092 ' ']' +++ echo 10.0.0.32:9092 ++ KAFKA_SERVERS=10.0.0.32:9092 ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.32 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.32 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_CRYPT_INTERFACE=crypt0 ++ VROUTER_DECRYPT_INTERFACE=decrypt0 ++ VROUTER_DECRYPT_KEY=15 ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.32 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.32 ++ cut -d , -f 1 + local cassandra=10.0.0.32 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.32 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ cut -d ' ' -f 1 +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.32 +++ local servers=10.0.0.32 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.32,10.20.0.5,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in '"${server_list[@]}"' +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.32'\''))' +++ local server_ip=10.0.0.32 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.32 ]] +++ [[ ,10.0.0.32,10.20.0.5,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.32, ]] +++ echo 10.0.0.32 1 +++ return ++ local ip=10.0.0.32 ++ [[ -z 10.0.0.32 ]] ++ echo 10.0.0.32 + host_ip=10.0.0.32 + [[ cql == \c\q\l ]] ++ echo 10.0.0.32:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.32:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.32:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ sort ++ 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/26/2024 02:05:25.558 7f33114f8388 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 12/26/2024 02:05:25.586 7f33114f8388 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 12/26/2024 02:05:25.601 7f33114f8388 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 12/26/2024 02:05:25.601 7f33114f8388 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] ovl: Error while doing RPMdb copy-up: [Errno 13] Permission denied: '/var/lib/rpm/__db.003' The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://localhost:8095/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://10.0.0.32:8082/ Hit Ctrl-C to quit. 10.0.0.32 - - [2024-12-26 02:05:31] "GET / HTTP/1.1" 200 45871 0.001692 10.0.0.32 - - [2024-12-26 02:05:31] "GET / HTTP/1.1" 200 45871 0.001195 Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.32 - - [2024-12-26 02:05:31] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000646 10.0.0.32 - - [2024-12-26 02:05:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000283 10.0.0.32 - - [2024-12-26 02:05:31] "GET / HTTP/1.1" 200 35931 0.002254 10.0.0.32 - - [2024-12-26 02:05:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000454 10.0.0.32 - - [2024-12-26 02:05:31] "GET / HTTP/1.1" 200 35931 0.001636 10.0.0.32 - - [2024-12-26 02:05:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000501 10.0.0.32 - - [2024-12-26 02:05:32] "POST /fqname-to-id HTTP/1.1" 200 156 1.227175 10.0.0.32 - - [2024-12-26 02:05:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.32 - - [2024-12-26 02:05:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.657622 10.0.0.32 - - [2024-12-26 02:05:32] "GET /global-system-config/683c65cd-8c12-4546-802e-f5f59dfa2164?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.003474 10.0.0.32 - - [2024-12-26 02:05:32] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.957702 10.0.0.32 - - [2024-12-26 02:05:32] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.011958 10.0.0.32 - - [2024-12-26 02:05:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.405568 10.0.0.32 - - [2024-12-26 02:05:32] "GET /global-system-config/683c65cd-8c12-4546-802e-f5f59dfa2164?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.004279 10.0.0.32 - - [2024-12-26 02:05:32] "POST /fqname-to-id HTTP/1.1" 404 220 0.004272 10.0.0.32 - - [2024-12-26 02:05:32] "POST /fqname-to-id HTTP/1.1" 404 220 0.003488 10.0.0.32 - - [2024-12-26 02:05:32] "POST /config-nodes HTTP/1.1" 200 599 0.018485 10.0.0.32 - - [2024-12-26 02:05:32] "POST /config-database-nodes HTTP/1.1" 200 617 0.023631 /usr/local/lib/python3.6/site-packages/keystoneauth1/adapter.py:244: UserWarning: Using keystoneclient sessions has been deprecated. Please update your software to use keystoneauth1. warnings.warn('Using keystoneclient sessions has been deprecated. ' 10.0.0.32 - - [2024-12-26 02:05:33] "GET / HTTP/1.1" 200 35931 0.003532 10.0.0.32 - - [2024-12-26 02:05:33] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000790 10.0.0.32 - - [2024-12-26 02:05:33] "GET / HTTP/1.1" 200 35931 0.001710 10.0.0.32 - - [2024-12-26 02:05:33] "GET / HTTP/1.1" 200 35931 0.005391 10.0.0.32 - - [2024-12-26 02:05:33] "GET / HTTP/1.1" 200 35931 0.002156 10.0.0.32 - - [2024-12-26 02:05:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000665 10.0.0.32 - - [2024-12-26 02:05:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000503 10.0.0.32 - - [2024-12-26 02:05:34] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.604924 10.0.0.32 - - [2024-12-26 02:05:34] "POST /fqname-to-id HTTP/1.1" 404 196 0.325353 10.0.0.32 - - [2024-12-26 02:05:34] "POST /fqname-to-id HTTP/1.1" 404 186 0.101155 10.0.0.32 - - [2024-12-26 02:05:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005923 10.0.0.32 - - [2024-12-26 02:05:34] "GET /global-system-config/683c65cd-8c12-4546-802e-f5f59dfa2164?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.003941 10.0.0.32 - - [2024-12-26 02:05:34] "POST /job-templates HTTP/1.1" 200 555 0.116775 10.0.0.32 - - [2024-12-26 02:05:34] "POST /fqname-to-id HTTP/1.1" 404 200 0.003473 10.0.0.32 - - [2024-12-26 02:05:34] "POST /service-appliance-sets HTTP/1.1" 200 553 0.028117 10.0.0.32 - - [2024-12-26 02:05:34] "POST /fqname-to-id HTTP/1.1" 404 180 0.003655 10.0.0.32 - - [2024-12-26 02:05:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.32 - - [2024-12-26 02:05:34] "POST /job-templates HTTP/1.1" 200 563 0.079503 10.0.0.32 - - [2024-12-26 02:05:34] "GET /global-system-config/683c65cd-8c12-4546-802e-f5f59dfa2164?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.003855 10.0.0.32 - - [2024-12-26 02:05:34] "POST /fqname-to-id HTTP/1.1" 404 191 0.003734 10.0.0.32 - - [2024-12-26 02:05:34] "POST /service-appliance-sets HTTP/1.1" 200 541 0.026963 10.0.0.32 - - [2024-12-26 02:05:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004978 10.0.0.32 - - [2024-12-26 02:05:34] "POST /job-templates HTTP/1.1" 200 545 0.077576 10.0.0.32 - - [2024-12-26 02:05:34] "GET /network-ipam/a865c675-3ba8-483a-a7f5-a908433d3fe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.004523 10.0.0.32 - - [2024-12-26 02:05:34] "POST /fqname-to-id HTTP/1.1" 404 207 0.004169 10.0.0.32 - - [2024-12-26 02:05:34] "POST /job-templates HTTP/1.1" 200 577 0.077761 10.0.0.32 - - [2024-12-26 02:05:34] "POST /service-templates HTTP/1.1" 200 511 0.030467 10.0.0.32 - - [2024-12-26 02:05:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000437 10.0.0.32 - - [2024-12-26 02:05:34] "POST /service-templates HTTP/1.1" 200 501 0.027785 10.0.0.32 - - [2024-12-26 02:05:34] "POST /fqname-to-id HTTP/1.1" 404 208 0.003659 10.0.0.32 - - [2024-12-26 02:05:34] "POST /job-templates HTTP/1.1" 200 579 0.039794 10.0.0.32 - - [2024-12-26 02:05:34] "POST /service-templates HTTP/1.1" 200 515 0.039084 10.0.0.32 - - [2024-12-26 02:05:34] "POST /fqname-to-id HTTP/1.1" 404 210 0.004426 10.0.0.32 - - [2024-12-26 02:05:34] "POST /service-templates HTTP/1.1" 200 535 0.019186 10.0.0.32 - - [2024-12-26 02:05:35] "POST /job-templates HTTP/1.1" 200 583 0.085221 10.0.0.32 - - [2024-12-26 02:05:35] "POST /service-templates HTTP/1.1" 200 507 0.069223 10.0.0.32 - - [2024-12-26 02:05:35] "POST /fqname-to-id HTTP/1.1" 404 198 0.004663 10.0.0.32 - - [2024-12-26 02:05:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.032314 10.0.0.32 - - [2024-12-26 02:05:35] "GET /network-ipam/a865c675-3ba8-483a-a7f5-a908433d3fe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.003876 10.0.0.32 - - [2024-12-26 02:05:35] "POST /job-templates HTTP/1.1" 200 559 0.076831 10.0.0.32 - - [2024-12-26 02:05:35] "POST /fqname-to-id HTTP/1.1" 404 203 0.004524 10.0.0.32 - - [2024-12-26 02:05:35] "POST /job-templates HTTP/1.1" 200 569 0.065619 10.0.0.32 - - [2024-12-26 02:05:35] "POST /fqname-to-id HTTP/1.1" 404 196 0.004157 10.0.0.32 - - [2024-12-26 02:05:35] "POST /job-templates HTTP/1.1" 200 555 0.064221 10.0.0.32 - - [2024-12-26 02:05:35] "POST /fqname-to-id HTTP/1.1" 404 196 0.005132 10.0.0.32 - - [2024-12-26 02:05:35] "POST /job-templates HTTP/1.1" 200 555 0.064721 10.0.0.32 - - [2024-12-26 02:05:35] "POST /fqname-to-id HTTP/1.1" 404 225 0.003390 10.0.0.32 - - [2024-12-26 02:05:35] "POST /access-control-lists HTTP/1.1" 200 587 0.022218 10.0.0.32 - - [2024-12-26 02:05:35] "POST /fqname-to-id HTTP/1.1" 404 196 0.003506 10.0.0.32 - - [2024-12-26 02:05:35] "POST /fqname-to-id HTTP/1.1" 404 224 0.003157 10.0.0.32 - - [2024-12-26 02:05:35] "POST /job-templates HTTP/1.1" 200 555 0.064929 10.0.0.32 - - [2024-12-26 02:05:35] "POST /access-control-lists HTTP/1.1" 200 585 0.052640 10.0.0.32 - - [2024-12-26 02:05:35] "POST /fqname-to-id HTTP/1.1" 404 186 0.004313 10.0.0.32 - - [2024-12-26 02:05:36] "POST /route-targets HTTP/1.1" 200 327 0.019388 10.0.0.32 - - [2024-12-26 02:05:36] "POST /job-templates HTTP/1.1" 200 535 0.077794 10.0.0.32 - - [2024-12-26 02:05:36] "POST /ref-update HTTP/1.1" 200 156 0.017161 10.0.0.32 - - [2024-12-26 02:05:36] "POST /fqname-to-id HTTP/1.1" 404 198 0.004991 10.0.0.32 - - [2024-12-26 02:05:36] "POST /route-targets HTTP/1.1" 200 327 0.013308 10.0.0.32 - - [2024-12-26 02:05:36] "POST /job-templates HTTP/1.1" 200 559 0.067754 10.0.0.32 - - [2024-12-26 02:05:36] "POST /ref-update HTTP/1.1" 200 156 0.049175 10.0.0.32 - - [2024-12-26 02:05:36] "POST /fqname-to-id HTTP/1.1" 404 198 0.003772 10.0.0.32 - - [2024-12-26 02:05:36] "POST /route-targets HTTP/1.1" 200 327 0.012191 10.0.0.32 - - [2024-12-26 02:05:36] "POST /job-templates HTTP/1.1" 200 559 0.086043 10.0.0.32 - - [2024-12-26 02:05:36] "POST /ref-update HTTP/1.1" 200 156 0.055703 10.0.0.32 - - [2024-12-26 02:05:36] "POST /fqname-to-id HTTP/1.1" 404 198 0.004073 10.0.0.32 - - [2024-12-26 02:05:36] "POST /route-targets HTTP/1.1" 200 327 0.028600 10.0.0.32 - - [2024-12-26 02:05:36] "POST /job-templates HTTP/1.1" 200 559 0.088573 10.0.0.32 - - [2024-12-26 02:05:36] "POST /ref-update HTTP/1.1" 200 156 0.035914 10.0.0.32 - - [2024-12-26 02:05:36] "POST /fqname-to-id HTTP/1.1" 404 201 0.003839 10.0.0.32 - - [2024-12-26 02:05:36] "POST /fqname-to-id HTTP/1.1" 404 201 0.003331 10.0.0.32 - - [2024-12-26 02:05:36] "POST /job-templates HTTP/1.1" 200 565 0.069225 10.0.0.32 - - [2024-12-26 02:05:36] "POST /fqname-to-id HTTP/1.1" 404 197 0.003454 10.0.0.32 - - [2024-12-26 02:05:36] "POST /access-control-lists HTTP/1.1" 200 551 0.085817 10.0.0.32 - - [2024-12-26 02:05:36] "POST /job-templates HTTP/1.1" 200 557 0.067581 10.0.0.32 - - [2024-12-26 02:05:36] "PUT /access-control-list/2f4bc5e2-c479-4736-9e2c-9c9271762096 HTTP/1.1" 200 272 0.060815 10.0.0.32 - - [2024-12-26 02:05:36] "POST /fqname-to-id HTTP/1.1" 404 196 0.004502 10.0.0.32 - - [2024-12-26 02:05:37] "PUT /access-control-list/a103b0ad-1f85-4fcb-ba2a-36dbaeb0c178 HTTP/1.1" 200 272 0.014004 10.0.0.32 - - [2024-12-26 02:05:37] "POST /job-templates HTTP/1.1" 200 555 0.069786 10.0.0.32 - - [2024-12-26 02:05:37] "POST /fqname-to-id HTTP/1.1" 404 205 0.004109 10.0.0.32 - - [2024-12-26 02:05:37] "POST /job-templates HTTP/1.1" 200 573 0.072071 10.0.0.32 - - [2024-12-26 02:05:37] "POST /fqname-to-id HTTP/1.1" 404 194 0.004661 10.0.0.32 - - [2024-12-26 02:05:37] "POST /job-templates HTTP/1.1" 200 551 0.061776 10.0.0.32 - - [2024-12-26 02:05:37] "POST /fqname-to-id HTTP/1.1" 404 208 0.003843 10.0.0.32 - - [2024-12-26 02:05:37] "POST /job-templates HTTP/1.1" 200 579 0.061296 10.0.0.32 - - [2024-12-26 02:05:37] "POST /fqname-to-id HTTP/1.1" 404 196 0.003355 10.0.0.32 - - [2024-12-26 02:05:37] "POST /job-templates HTTP/1.1" 200 555 0.065812 10.0.0.32 - - [2024-12-26 02:05:37] "POST /fqname-to-id HTTP/1.1" 404 198 0.004577 10.0.0.32 - - [2024-12-26 02:05:37] "POST /job-templates HTTP/1.1" 200 559 0.066263 10.0.0.32 - - [2024-12-26 02:05:37] "POST /fqname-to-id HTTP/1.1" 404 206 0.003853 10.0.0.32 - - [2024-12-26 02:05:38] "POST /job-templates HTTP/1.1" 200 575 0.070938 10.0.0.32 - - [2024-12-26 02:05:38] "POST /fqname-to-id HTTP/1.1" 404 197 0.003313 10.0.0.32 - - [2024-12-26 02:05:38] "POST /job-templates HTTP/1.1" 200 557 0.065937 10.0.0.32 - - [2024-12-26 02:05:38] "POST /fqname-to-id HTTP/1.1" 404 198 0.003231 10.0.0.32 - - [2024-12-26 02:05:38] "POST /job-templates HTTP/1.1" 200 559 0.065832 10.0.0.32 - - [2024-12-26 02:05:38] "POST /fqname-to-id HTTP/1.1" 404 196 0.003827 10.0.0.32 - - [2024-12-26 02:05:38] "POST /job-templates HTTP/1.1" 200 555 0.070046 10.0.0.32 - - [2024-12-26 02:05:38] "POST /fqname-to-id HTTP/1.1" 404 195 0.004031 10.0.0.32 - - [2024-12-26 02:05:38] "POST /job-templates HTTP/1.1" 200 553 0.081797 10.0.0.32 - - [2024-12-26 02:05:38] "POST /fqname-to-id HTTP/1.1" 404 195 0.005017 10.0.0.32 - - [2024-12-26 02:05:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.32 - - [2024-12-26 02:05:39] "GET /global-vrouter-config/6fd2a1b0-05e7-4186-a5dd-10a40b5d6c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1161 0.004719 10.0.0.32 - - [2024-12-26 02:05:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.32 - - [2024-12-26 02:05:39] "POST /job-templates HTTP/1.1" 200 553 0.393177 10.0.0.32 - - [2024-12-26 02:05:39] "PUT /global-vrouter-config/6fd2a1b0-05e7-4186-a5dd-10a40b5d6c93 HTTP/1.1" 200 276 0.014208 10.0.0.32 - - [2024-12-26 02:05:39] "POST /fqname-to-id HTTP/1.1" 404 195 0.003571 10.0.0.32 - - [2024-12-26 02:05:39] "POST /job-templates HTTP/1.1" 200 553 0.072177 10.0.0.32 - - [2024-12-26 02:05:39] "POST /fqname-to-id HTTP/1.1" 404 200 0.003619 10.0.0.32 - - [2024-12-26 02:05:39] "POST /job-templates HTTP/1.1" 200 563 0.061387 10.0.0.32 - - [2024-12-26 02:05:39] "POST /fqname-to-id HTTP/1.1" 404 201 0.003130 10.0.0.32 - - [2024-12-26 02:05:39] "GET / HTTP/1.1" 200 35931 0.003052 10.0.0.32 - - [2024-12-26 02:05:39] "POST /alarms HTTP/1.1" 401 292 0.000523 10.0.0.32 - - [2024-12-26 02:05:39] "POST /job-templates HTTP/1.1" 200 565 0.080929 10.0.0.32 - - [2024-12-26 02:05:39] "POST /fqname-to-id HTTP/1.1" 404 189 0.003296 10.0.0.32 - - [2024-12-26 02:05:39] "POST /config-propertiess HTTP/1.1" 200 551 0.025831 10.0.0.32 - - [2024-12-26 02:05:39] "POST /fqname-to-id HTTP/1.1" 404 168 0.004550 10.0.0.32 - - [2024-12-26 02:05:39] "POST /tags HTTP/1.1" 200 321 0.045295 10.0.0.32 - - [2024-12-26 02:05:40] "POST /alarms HTTP/1.1" 200 581 0.042811 10.0.0.32 - - [2024-12-26 02:05:40] "POST /fqname-to-id HTTP/1.1" 404 166 0.003112 10.0.0.32 - - [2024-12-26 02:05:40] "POST /alarms HTTP/1.1" 200 575 0.018648 10.0.0.32 - - [2024-12-26 02:05:40] "POST /tags HTTP/1.1" 200 317 0.033384 10.0.0.32 - - [2024-12-26 02:05:40] "POST /alarms HTTP/1.1" 200 575 0.025969 10.0.0.32 - - [2024-12-26 02:05:40] "POST /fqname-to-id HTTP/1.1" 404 174 0.003546 10.0.0.32 - - [2024-12-26 02:05:40] "POST /alarms HTTP/1.1" 200 559 0.019113 10.0.0.32 - - [2024-12-26 02:05:40] "POST /tags HTTP/1.1" 200 333 0.044826 10.0.0.32 - - [2024-12-26 02:05:40] "POST /alarms HTTP/1.1" 200 555 0.037691 10.0.0.32 - - [2024-12-26 02:05:40] "POST /fqname-to-id HTTP/1.1" 404 162 0.003466 10.0.0.32 - - [2024-12-26 02:05:40] "POST /alarms HTTP/1.1" 200 557 0.020399 10.0.0.32 - - [2024-12-26 02:05:40] "POST /tags HTTP/1.1" 200 309 0.031022 10.0.0.32 - - [2024-12-26 02:05:40] "POST /alarms HTTP/1.1" 200 565 0.021664 10.0.0.32 - - [2024-12-26 02:05:40] "POST /fqname-to-id HTTP/1.1" 404 174 0.004469 10.0.0.32 - - [2024-12-26 02:05:40] "POST /alarms HTTP/1.1" 200 549 0.022303 10.0.0.32 - - [2024-12-26 02:05:40] "POST /tags HTTP/1.1" 200 333 0.026243 10.0.0.32 - - [2024-12-26 02:05:40] "POST /alarms HTTP/1.1" 200 557 0.022941 10.0.0.32 - - [2024-12-26 02:05:40] "POST /fqname-to-id HTTP/1.1" 404 164 0.003572 10.0.0.32 - - [2024-12-26 02:05:40] "POST /alarms HTTP/1.1" 200 567 0.020576 10.0.0.32 - - [2024-12-26 02:05:40] "POST /tags HTTP/1.1" 200 313 0.044140 10.0.0.32 - - [2024-12-26 02:05:40] "POST /alarms HTTP/1.1" 200 555 0.023808 10.0.0.32 - - [2024-12-26 02:05:40] "POST /fqname-to-id HTTP/1.1" 404 169 0.004261 10.0.0.32 - - [2024-12-26 02:05:40] "POST /alarms HTTP/1.1" 200 567 0.027617 10.0.0.32 - - [2024-12-26 02:05:40] "POST /tags HTTP/1.1" 200 323 0.028969 10.0.0.32 - - [2024-12-26 02:05:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004200 10.0.0.32 - - [2024-12-26 02:05:40] "POST /alarms HTTP/1.1" 200 575 0.062031 10.0.0.32 - - [2024-12-26 02:05:40] "PUT /global-system-config/683c65cd-8c12-4546-802e-f5f59dfa2164 HTTP/1.1" 200 274 0.011443 10.0.0.32 - - [2024-12-26 02:05:40] "POST /alarms HTTP/1.1" 200 569 0.021616 10.0.0.32 - - [2024-12-26 02:05:40] "POST /fqname-to-id HTTP/1.1" 404 166 0.004050 10.0.0.32 - - [2024-12-26 02:05:40] "POST /alarms HTTP/1.1" 200 561 0.028047 10.0.0.32 - - [2024-12-26 02:05:40] "POST /hardwares HTTP/1.1" 200 327 0.018985 10.0.0.32 - - [2024-12-26 02:05:41] "POST /fqname-to-id HTTP/1.1" 404 166 0.003112 10.0.0.32 - - [2024-12-26 02:05:41] "POST /alarms HTTP/1.1" 200 561 0.023821 10.0.0.32 - - [2024-12-26 02:05:41] "POST /hardwares HTTP/1.1" 200 327 0.015210 10.0.0.32 - - [2024-12-26 02:05:41] "POST /alarms HTTP/1.1" 200 561 0.020151 10.0.0.32 - - [2024-12-26 02:05:41] "POST /fqname-to-id HTTP/1.1" 404 166 0.003934 10.0.0.32 - - [2024-12-26 02:05:41] "POST /alarms HTTP/1.1" 200 547 0.020715 10.0.0.32 - - [2024-12-26 02:05:41] "POST /hardwares HTTP/1.1" 200 327 0.013710 10.0.0.32 - - [2024-12-26 02:05:41] "POST /alarms HTTP/1.1" 200 595 0.019340 10.0.0.32 - - [2024-12-26 02:05:41] "POST /fqname-to-id HTTP/1.1" 404 166 0.003965 10.0.0.32 - - [2024-12-26 02:05:41] "POST /alarms HTTP/1.1" 200 575 0.025073 10.0.0.32 - - [2024-12-26 02:05:41] "POST /hardwares HTTP/1.1" 200 327 0.015206 10.0.0.32 - - [2024-12-26 02:05:41] "POST /fqname-to-id HTTP/1.1" 404 164 0.002541 10.0.0.32 - - [2024-12-26 02:05:41] "POST /alarms HTTP/1.1" 200 571 0.022878 10.0.0.32 - - [2024-12-26 02:05:41] "POST /hardwares HTTP/1.1" 200 323 0.020811 10.0.0.32 - - [2024-12-26 02:05:41] "POST /alarms HTTP/1.1" 200 583 0.022006 10.0.0.32 - - [2024-12-26 02:05:41] "POST /fqname-to-id HTTP/1.1" 404 164 0.003345 10.0.0.32 - - [2024-12-26 02:05:41] "POST /alarms HTTP/1.1" 200 609 0.021418 10.0.0.32 - - [2024-12-26 02:05:41] "POST /hardwares HTTP/1.1" 200 323 0.013414 10.0.0.32 - - [2024-12-26 02:05:41] "POST /fqname-to-id HTTP/1.1" 404 161 0.003361 10.0.0.32 - - [2024-12-26 02:05:41] "POST /hardwares HTTP/1.1" 200 317 0.016321 10.0.0.32 - - [2024-12-26 02:05:41] "POST /fqname-to-id HTTP/1.1" 404 164 0.004058 10.0.0.32 - - [2024-12-26 02:05:41] "POST /hardwares HTTP/1.1" 200 323 0.013227 10.0.0.32 - - [2024-12-26 02:05:41] "POST /fqname-to-id HTTP/1.1" 404 164 0.003203 10.0.0.32 - - [2024-12-26 02:05:41] "POST /hardwares HTTP/1.1" 200 323 0.012010 10.0.0.32 - - [2024-12-26 02:05:41] "GET / HTTP/1.1" 200 35931 0.001700 10.0.0.32 - - [2024-12-26 02:05:41] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000434 10.0.0.32 - - [2024-12-26 02:05:41] "POST /fqname-to-id HTTP/1.1" 404 164 0.004219 10.0.0.32 - - [2024-12-26 02:05:41] "POST /hardwares HTTP/1.1" 200 323 0.014939 10.0.0.32 - - [2024-12-26 02:05:42] "POST /fqname-to-id HTTP/1.1" 404 165 0.003151 10.0.0.32 - - [2024-12-26 02:05:42] "POST /hardwares HTTP/1.1" 200 325 0.012463 10.0.0.32 - - [2024-12-26 02:05:42] "POST /fqname-to-id HTTP/1.1" 404 165 0.005029 10.0.0.32 - - [2024-12-26 02:05:42] "POST /hardwares HTTP/1.1" 200 325 0.015378 10.0.0.32 - - [2024-12-26 02:05:42] "POST /fqname-to-id HTTP/1.1" 404 165 0.003939 10.0.0.32 - - [2024-12-26 02:05:42] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.034807 10.0.0.32 - - [2024-12-26 02:05:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.32 - - [2024-12-26 02:05:42] "POST /hardwares HTTP/1.1" 200 325 0.014427 10.0.0.32 - - [2024-12-26 02:05:42] "PUT /global-vrouter-config/6fd2a1b0-05e7-4186-a5dd-10a40b5d6c93 HTTP/1.1" 200 276 0.009021 10.0.0.32 - - [2024-12-26 02:05:42] "POST /fqname-to-id HTTP/1.1" 404 165 0.003751 10.0.0.32 - - [2024-12-26 02:05:42] "POST /hardwares HTTP/1.1" 200 325 0.013722 10.0.0.32 - - [2024-12-26 02:05:42] "POST /fqname-to-id HTTP/1.1" 404 164 0.003613 10.0.0.32 - - [2024-12-26 02:05:42] "POST /hardwares HTTP/1.1" 200 323 0.017140 10.0.0.32 - - [2024-12-26 02:05:42] "POST /fqname-to-id HTTP/1.1" 404 161 0.004002 10.0.0.32 - - [2024-12-26 02:05:42] "POST /hardwares HTTP/1.1" 200 317 0.017396 10.0.0.32 - - [2024-12-26 02:05:42] "POST /fqname-to-id HTTP/1.1" 404 164 0.003312 10.0.0.32 - - [2024-12-26 02:05:42] "POST /hardwares HTTP/1.1" 200 323 0.014636 10.0.0.32 - - [2024-12-26 02:05:42] "GET / HTTP/1.1" 200 35931 0.002717 10.0.0.32 - - [2024-12-26 02:05:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000544 10.0.0.32 - - [2024-12-26 02:05:42] "POST /fqname-to-id HTTP/1.1" 404 161 0.004360 10.0.0.32 - - [2024-12-26 02:05:42] "POST /hardwares HTTP/1.1" 200 317 0.018343 10.0.0.32 - - [2024-12-26 02:05:42] "POST /fqname-to-id HTTP/1.1" 404 164 0.003268 10.0.0.32 - - [2024-12-26 02:05:42] "POST /hardwares HTTP/1.1" 200 323 0.015040 10.0.0.32 - - [2024-12-26 02:05:43] "POST /fqname-to-id HTTP/1.1" 404 162 0.003951 10.0.0.32 - - [2024-12-26 02:05:43] "POST /hardwares HTTP/1.1" 200 319 0.015108 10.0.0.32 - - [2024-12-26 02:05:43] "POST /fqname-to-id HTTP/1.1" 404 162 0.004700 10.0.0.32 - - [2024-12-26 02:05:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.031078 10.0.0.32 - - [2024-12-26 02:05:43] "GET /global-vrouter-config/6fd2a1b0-05e7-4186-a5dd-10a40b5d6c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003104 10.0.0.32 - - [2024-12-26 02:05:43] "POST /hardwares HTTP/1.1" 200 319 0.014465 10.0.0.32 - - [2024-12-26 02:05:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004187 10.0.0.32 - - [2024-12-26 02:05:43] "POST /fqname-to-id HTTP/1.1" 404 165 0.004701 10.0.0.32 - - [2024-12-26 02:05:43] "PUT /global-vrouter-config/6fd2a1b0-05e7-4186-a5dd-10a40b5d6c93 HTTP/1.1" 200 276 0.012180 10.0.0.32 - - [2024-12-26 02:05:43] "POST /hardwares HTTP/1.1" 200 325 0.013974 10.0.0.32 - - [2024-12-26 02:05:43] "POST /fqname-to-id HTTP/1.1" 404 161 0.003364 10.0.0.32 - - [2024-12-26 02:05:43] "POST /hardwares HTTP/1.1" 200 317 0.013837 10.0.0.32 - - [2024-12-26 02:05:43] "POST /fqname-to-id HTTP/1.1" 404 161 0.004055 10.0.0.32 - - [2024-12-26 02:05:43] "POST /hardwares HTTP/1.1" 200 317 0.014268 10.0.0.32 - - [2024-12-26 02:05:43] "POST /fqname-to-id HTTP/1.1" 404 162 0.004055 10.0.0.32 - - [2024-12-26 02:05:43] "GET / HTTP/1.1" 200 35931 0.002031 10.0.0.32 - - [2024-12-26 02:05:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000627 10.0.0.32 - - [2024-12-26 02:05:43] "POST /hardwares HTTP/1.1" 200 319 0.023525 10.0.0.32 - - [2024-12-26 02:05:43] "POST /fqname-to-id HTTP/1.1" 404 162 0.003290 10.0.0.32 - - [2024-12-26 02:05:43] "POST /hardwares HTTP/1.1" 200 319 0.012478 10.0.0.32 - - [2024-12-26 02:05:43] "POST /fqname-to-id HTTP/1.1" 404 162 0.003759 10.0.0.32 - - [2024-12-26 02:05:43] "POST /hardwares HTTP/1.1" 200 319 0.012467 10.0.0.32 - - [2024-12-26 02:05:43] "POST /fqname-to-id HTTP/1.1" 404 158 0.004506 10.0.0.32 - - [2024-12-26 02:05:43] "POST /hardwares HTTP/1.1" 200 311 0.013060 10.0.0.32 - - [2024-12-26 02:05:43] "POST /fqname-to-id HTTP/1.1" 404 158 0.004331 10.0.0.32 - - [2024-12-26 02:05:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.029581 10.0.0.32 - - [2024-12-26 02:05:44] "GET /global-system-config/683c65cd-8c12-4546-802e-f5f59dfa2164?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2340 0.003588 10.0.0.32 - - [2024-12-26 02:05:44] "POST /hardwares HTTP/1.1" 200 311 0.019362 10.0.0.32 - - [2024-12-26 02:05:44] "PUT /global-system-config/683c65cd-8c12-4546-802e-f5f59dfa2164 HTTP/1.1" 200 274 0.024850 10.0.0.32 - - [2024-12-26 02:05:44] "POST /fqname-to-id HTTP/1.1" 404 160 0.003407 10.0.0.32 - - [2024-12-26 02:05:44] "POST /hardwares HTTP/1.1" 200 315 0.013064 10.0.0.32 - - [2024-12-26 02:05:44] "POST /fqname-to-id HTTP/1.1" 404 154 0.004544 10.0.0.32 - - [2024-12-26 02:05:44] "POST /hardwares HTTP/1.1" 200 303 0.024955 10.0.0.32 - - [2024-12-26 02:05:44] "POST /fqname-to-id HTTP/1.1" 404 158 0.003377 10.0.0.32 - - [2024-12-26 02:05:44] "POST /hardwares HTTP/1.1" 200 311 0.013198 10.0.0.32 - - [2024-12-26 02:05:44] "POST /fqname-to-id HTTP/1.1" 404 155 0.003406 10.0.0.32 - - [2024-12-26 02:05:44] "POST /hardwares HTTP/1.1" 200 305 0.020998 10.0.0.32 - - [2024-12-26 02:05:44] "POST /fqname-to-id HTTP/1.1" 404 155 0.006692 10.0.0.32 - - [2024-12-26 02:05:44] "POST /hardwares HTTP/1.1" 200 305 0.027512 10.0.0.32 - - [2024-12-26 02:05:44] "POST /fqname-to-id HTTP/1.1" 404 155 0.004031 10.0.0.32 - - [2024-12-26 02:05:44] "POST /hardwares HTTP/1.1" 200 305 0.013006 10.0.0.32 - - [2024-12-26 02:05:44] "POST /fqname-to-id HTTP/1.1" 404 155 0.003906 10.0.0.32 - - [2024-12-26 02:05:44] "POST /hardwares HTTP/1.1" 200 305 0.016880 10.0.0.32 - - [2024-12-26 02:05:44] "POST /fqname-to-id HTTP/1.1" 404 156 0.003504 10.0.0.32 - - [2024-12-26 02:05:44] "POST /hardwares HTTP/1.1" 200 307 0.049733 10.0.0.32 - - [2024-12-26 02:05:45] "POST /fqname-to-id HTTP/1.1" 404 156 0.004308 10.0.0.32 - - [2024-12-26 02:05:45] "POST /hardwares HTTP/1.1" 200 307 0.014298 10.0.0.32 - - [2024-12-26 02:05:45] "POST /fqname-to-id HTTP/1.1" 404 156 0.004456 10.0.0.32 - - [2024-12-26 02:05:45] "POST /hardwares HTTP/1.1" 200 307 0.014108 10.0.0.32 - - [2024-12-26 02:05:45] "POST /fqname-to-id HTTP/1.1" 404 157 0.004369 10.0.0.32 - - [2024-12-26 02:05:45] "POST /hardwares HTTP/1.1" 200 309 0.015579 10.0.0.32 - - [2024-12-26 02:05:45] "POST /fqname-to-id HTTP/1.1" 404 158 0.005054 10.0.0.32 - - [2024-12-26 02:05:45] "POST /hardwares HTTP/1.1" 200 311 0.014292 10.0.0.32 - - [2024-12-26 02:05:45] "POST /fqname-to-id HTTP/1.1" 404 158 0.003673 10.0.0.32 - - [2024-12-26 02:05:45] "POST /hardwares HTTP/1.1" 200 311 0.012352 10.0.0.32 - - [2024-12-26 02:05:45] "POST /fqname-to-id HTTP/1.1" 404 153 0.003813 10.0.0.32 - - [2024-12-26 02:05:45] "POST /hardwares HTTP/1.1" 200 301 0.014360 10.0.0.32 - - [2024-12-26 02:05:45] "POST /fqname-to-id HTTP/1.1" 404 157 0.004244 10.0.0.32 - - [2024-12-26 02:05:45] "POST /hardwares HTTP/1.1" 200 309 0.012551 10.0.0.32 - - [2024-12-26 02:05:45] "POST /fqname-to-id HTTP/1.1" 404 157 0.003612 10.0.0.32 - - [2024-12-26 02:05:45] "POST /hardwares HTTP/1.1" 200 309 0.013860 10.0.0.32 - - [2024-12-26 02:05:45] "POST /fqname-to-id HTTP/1.1" 404 157 0.003228 10.0.0.32 - - [2024-12-26 02:05:45] "POST /hardwares HTTP/1.1" 200 309 0.013204 10.0.0.32 - - [2024-12-26 02:05:46] "POST /fqname-to-id HTTP/1.1" 404 157 0.003323 10.0.0.32 - - [2024-12-26 02:05:46] "POST /hardwares HTTP/1.1" 200 309 0.011293 10.0.0.32 - - [2024-12-26 02:05:46] "POST /fqname-to-id HTTP/1.1" 404 157 0.003738 10.0.0.32 - - [2024-12-26 02:05:46] "POST /hardwares HTTP/1.1" 200 309 0.056689 10.0.0.32 - - [2024-12-26 02:05:46] "POST /fqname-to-id HTTP/1.1" 404 161 0.003496 10.0.0.32 - - [2024-12-26 02:05:46] "POST /hardwares HTTP/1.1" 200 317 0.018032 10.0.0.32 - - [2024-12-26 02:05:46] "POST /fqname-to-id HTTP/1.1" 404 157 0.003203 10.0.0.32 - - [2024-12-26 02:05:46] "POST /hardwares HTTP/1.1" 200 309 0.011568 10.0.0.32 - - [2024-12-26 02:05:46] "POST /fqname-to-id HTTP/1.1" 404 157 0.003120 10.0.0.32 - - [2024-12-26 02:05:46] "POST /hardwares HTTP/1.1" 200 309 0.013237 10.0.0.32 - - [2024-12-26 02:05:46] "POST /fqname-to-id HTTP/1.1" 404 154 0.003346 10.0.0.32 - - [2024-12-26 02:05:46] "POST /hardwares HTTP/1.1" 200 303 0.011774 10.0.0.32 - - [2024-12-26 02:05:46] "POST /fqname-to-id HTTP/1.1" 404 190 0.003498 10.0.0.32 - - [2024-12-26 02:05:46] "POST /features HTTP/1.1" 200 533 0.017378 10.0.0.32 - - [2024-12-26 02:05:46] "POST /fqname-to-id HTTP/1.1" 404 185 0.003807 10.0.0.32 - - [2024-12-26 02:05:46] "POST /features HTTP/1.1" 200 523 0.017810 10.0.0.32 - - [2024-12-26 02:05:46] "POST /fqname-to-id HTTP/1.1" 404 184 0.004179 10.0.0.32 - - [2024-12-26 02:05:46] "POST /features HTTP/1.1" 200 521 0.021510 10.0.0.32 - - [2024-12-26 02:05:47] "POST /fqname-to-id HTTP/1.1" 404 184 0.003110 10.0.0.32 - - [2024-12-26 02:05:47] "POST /features HTTP/1.1" 200 521 0.017770 10.0.0.32 - - [2024-12-26 02:05:47] "POST /fqname-to-id HTTP/1.1" 404 189 0.003826 10.0.0.32 - - [2024-12-26 02:05:47] "POST /features HTTP/1.1" 200 531 0.020467 10.0.0.32 - - [2024-12-26 02:05:47] "POST /fqname-to-id HTTP/1.1" 404 184 0.003136 10.0.0.32 - - [2024-12-26 02:05:47] "POST /features HTTP/1.1" 200 521 0.020508 10.0.0.32 - - [2024-12-26 02:05:47] "POST /fqname-to-id HTTP/1.1" 404 193 0.003562 10.0.0.32 - - [2024-12-26 02:05:47] "POST /features HTTP/1.1" 200 539 0.025803 10.0.0.32 - - [2024-12-26 02:05:47] "POST /fqname-to-id HTTP/1.1" 404 186 0.005037 10.0.0.32 - - [2024-12-26 02:05:47] "POST /features HTTP/1.1" 200 525 0.022531 10.0.0.32 - - [2024-12-26 02:05:47] "POST /fqname-to-id HTTP/1.1" 404 183 0.003299 10.0.0.32 - - [2024-12-26 02:05:47] "POST /features HTTP/1.1" 200 519 0.018694 10.0.0.32 - - [2024-12-26 02:05:47] "POST /fqname-to-id HTTP/1.1" 404 182 0.003917 10.0.0.32 - - [2024-12-26 02:05:47] "POST /features HTTP/1.1" 200 517 0.019840 10.0.0.32 - - [2024-12-26 02:05:47] "POST /fqname-to-id HTTP/1.1" 404 190 0.003683 10.0.0.32 - - [2024-12-26 02:05:47] "POST /features HTTP/1.1" 200 533 0.019034 10.0.0.32 - - [2024-12-26 02:05:47] "POST /fqname-to-id HTTP/1.1" 404 194 0.004697 10.0.0.32 - - [2024-12-26 02:05:48] "POST /features HTTP/1.1" 200 541 0.017523 10.0.0.32 - - [2024-12-26 02:05:48] "POST /fqname-to-id HTTP/1.1" 404 178 0.003124 10.0.0.32 - - [2024-12-26 02:05:48] "POST /physical-roles HTTP/1.1" 200 521 0.032407 10.0.0.32 - - [2024-12-26 02:05:48] "POST /fqname-to-id HTTP/1.1" 404 179 0.004594 10.0.0.32 - - [2024-12-26 02:05:48] "POST /physical-roles HTTP/1.1" 200 523 0.022843 10.0.0.32 - - [2024-12-26 02:05:48] "POST /fqname-to-id HTTP/1.1" 404 184 0.003116 10.0.0.32 - - [2024-12-26 02:05:48] "POST /physical-roles HTTP/1.1" 200 533 0.022257 10.0.0.32 - - [2024-12-26 02:05:48] "POST /fqname-to-id HTTP/1.1" 404 177 0.003220 10.0.0.32 - - [2024-12-26 02:05:48] "POST /physical-roles HTTP/1.1" 200 519 0.020701 10.0.0.32 - - [2024-12-26 02:05:48] "POST /fqname-to-id HTTP/1.1" 404 191 0.004031 10.0.0.32 - - [2024-12-26 02:05:48] "POST /overlay-roles HTTP/1.1" 200 545 0.031642 10.0.0.32 - - [2024-12-26 02:05:48] "POST /fqname-to-id HTTP/1.1" 404 184 0.003923 10.0.0.32 - - [2024-12-26 02:05:48] "POST /overlay-roles HTTP/1.1" 200 531 0.016897 10.0.0.32 - - [2024-12-26 02:05:48] "POST /fqname-to-id HTTP/1.1" 404 191 0.003135 10.0.0.32 - - [2024-12-26 02:05:48] "POST /overlay-roles HTTP/1.1" 200 545 0.019542 10.0.0.32 - - [2024-12-26 02:05:48] "POST /fqname-to-id HTTP/1.1" 404 185 0.003086 10.0.0.32 - - [2024-12-26 02:05:48] "POST /overlay-roles HTTP/1.1" 200 533 0.021565 10.0.0.32 - - [2024-12-26 02:05:49] "POST /fqname-to-id HTTP/1.1" 404 189 0.003333 10.0.0.32 - - [2024-12-26 02:05:49] "POST /overlay-roles HTTP/1.1" 200 541 0.023424 10.0.0.32 - - [2024-12-26 02:05:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.32 - - [2024-12-26 02:05:49] "PUT /overlay-role/10f7ffdf-153e-4733-9b9a-04b404209469 HTTP/1.1" 200 258 0.010819 10.0.0.32 - - [2024-12-26 02:05:49] "POST /fqname-to-id HTTP/1.1" 404 184 0.003254 10.0.0.32 - - [2024-12-26 02:05:49] "POST /overlay-roles HTTP/1.1" 200 531 0.019629 10.0.0.32 - - [2024-12-26 02:05:49] "POST /fqname-to-id HTTP/1.1" 404 185 0.003289 10.0.0.32 - - [2024-12-26 02:05:49] "POST /overlay-roles HTTP/1.1" 200 533 0.017788 10.0.0.32 - - [2024-12-26 02:05:49] "POST /fqname-to-id HTTP/1.1" 404 183 0.003342 10.0.0.32 - - [2024-12-26 02:05:49] "POST /overlay-roles HTTP/1.1" 200 529 0.017400 10.0.0.32 - - [2024-12-26 02:05:49] "POST /fqname-to-id HTTP/1.1" 404 187 0.004666 10.0.0.32 - - [2024-12-26 02:05:49] "POST /overlay-roles HTTP/1.1" 200 537 0.065864 10.0.0.32 - - [2024-12-26 02:05:49] "POST /fqname-to-id HTTP/1.1" 404 189 0.004018 10.0.0.32 - - [2024-12-26 02:05:49] "POST /overlay-roles HTTP/1.1" 200 541 0.020459 10.0.0.32 - - [2024-12-26 02:05:49] "POST /fqname-to-id HTTP/1.1" 404 178 0.003481 10.0.0.32 - - [2024-12-26 02:05:49] "POST /overlay-roles HTTP/1.1" 200 519 0.020712 10.0.0.32 - - [2024-12-26 02:05:49] "POST /fqname-to-id HTTP/1.1" 404 190 0.004409 10.0.0.32 - - [2024-12-26 02:05:50] "POST /overlay-roles HTTP/1.1" 200 543 0.017758 10.0.0.32 - - [2024-12-26 02:05:50] "POST /fqname-to-id HTTP/1.1" 404 182 0.003811 10.0.0.32 - - [2024-12-26 02:05:50] "POST /role-definitions HTTP/1.1" 200 533 0.017241 10.0.0.32 - - [2024-12-26 02:05:50] "POST /fqname-to-id HTTP/1.1" 404 189 0.004608 10.0.0.32 - - [2024-12-26 02:05:50] "POST /role-definitions HTTP/1.1" 200 547 0.020456 10.0.0.32 - - [2024-12-26 02:05:50] "POST /fqname-to-id HTTP/1.1" 404 190 0.004045 10.0.0.32 - - [2024-12-26 02:05:50] "POST /role-definitions HTTP/1.1" 200 549 0.020029 10.0.0.32 - - [2024-12-26 02:05:50] "POST /fqname-to-id HTTP/1.1" 404 191 0.005000 10.0.0.32 - - [2024-12-26 02:05:50] "POST /role-definitions HTTP/1.1" 200 551 0.040304 10.0.0.32 - - [2024-12-26 02:05:50] "POST /fqname-to-id HTTP/1.1" 404 197 0.003099 10.0.0.32 - - [2024-12-26 02:05:50] "POST /role-definitions HTTP/1.1" 200 563 0.019667 10.0.0.32 - - [2024-12-26 02:05:50] "POST /fqname-to-id HTTP/1.1" 404 189 0.004096 10.0.0.32 - - [2024-12-26 02:05:50] "POST /role-definitions HTTP/1.1" 200 547 0.018677 10.0.0.32 - - [2024-12-26 02:05:50] "POST /fqname-to-id HTTP/1.1" 404 190 0.003353 10.0.0.32 - - [2024-12-26 02:05:50] "POST /role-definitions HTTP/1.1" 200 549 0.019727 10.0.0.32 - - [2024-12-26 02:05:50] "POST /fqname-to-id HTTP/1.1" 404 191 0.003875 10.0.0.32 - - [2024-12-26 02:05:50] "POST /role-definitions HTTP/1.1" 200 551 0.018230 10.0.0.32 - - [2024-12-26 02:05:51] "POST /fqname-to-id HTTP/1.1" 404 190 0.003563 10.0.0.32 - - [2024-12-26 02:05:51] "POST /role-definitions HTTP/1.1" 200 549 0.022176 10.0.0.32 - - [2024-12-26 02:05:51] "POST /fqname-to-id HTTP/1.1" 404 196 0.003444 10.0.0.32 - - [2024-12-26 02:05:51] "POST /role-definitions HTTP/1.1" 200 561 0.017283 10.0.0.32 - - [2024-12-26 02:05:51] "POST /fqname-to-id HTTP/1.1" 404 189 0.004136 10.0.0.32 - - [2024-12-26 02:05:51] "POST /role-definitions HTTP/1.1" 200 547 0.018338 10.0.0.32 - - [2024-12-26 02:05:51] "POST /fqname-to-id HTTP/1.1" 404 190 0.004612 10.0.0.32 - - [2024-12-26 02:05:51] "POST /role-definitions HTTP/1.1" 200 549 0.036754 10.0.0.32 - - [2024-12-26 02:05:51] "POST /fqname-to-id HTTP/1.1" 404 188 0.003260 10.0.0.32 - - [2024-12-26 02:05:51] "POST /role-definitions HTTP/1.1" 200 545 0.022574 10.0.0.32 - - [2024-12-26 02:05:51] "POST /fqname-to-id HTTP/1.1" 404 189 0.003204 10.0.0.32 - - [2024-12-26 02:05:51] "POST /role-definitions HTTP/1.1" 200 547 0.022483 10.0.0.32 - - [2024-12-26 02:05:51] "POST /fqname-to-id HTTP/1.1" 404 192 0.003151 10.0.0.32 - - [2024-12-26 02:05:51] "POST /role-definitions HTTP/1.1" 200 553 0.019865 10.0.0.32 - - [2024-12-26 02:05:51] "POST /fqname-to-id HTTP/1.1" 404 193 0.003552 10.0.0.32 - - [2024-12-26 02:05:51] "POST /role-definitions HTTP/1.1" 200 555 0.019261 10.0.0.32 - - [2024-12-26 02:05:51] "POST /fqname-to-id HTTP/1.1" 404 182 0.003307 10.0.0.32 - - [2024-12-26 02:05:52] "POST /role-definitions HTTP/1.1" 200 533 0.018633 10.0.0.32 - - [2024-12-26 02:05:52] "POST /fqname-to-id HTTP/1.1" 404 187 0.004318 10.0.0.32 - - [2024-12-26 02:05:52] "POST /role-definitions HTTP/1.1" 200 543 0.020536 10.0.0.32 - - [2024-12-26 02:05:52] "POST /fqname-to-id HTTP/1.1" 404 181 0.003450 10.0.0.32 - - [2024-12-26 02:05:52] "POST /role-definitions HTTP/1.1" 200 531 0.020385 10.0.0.32 - - [2024-12-26 02:05:52] "POST /fqname-to-id HTTP/1.1" 404 184 0.004507 10.0.0.32 - - [2024-12-26 02:05:52] "POST /role-definitions HTTP/1.1" 200 537 0.020910 10.0.0.32 - - [2024-12-26 02:05:52] "POST /fqname-to-id HTTP/1.1" 404 189 0.003889 10.0.0.32 - - [2024-12-26 02:05:52] "POST /role-definitions HTTP/1.1" 200 547 0.022059 10.0.0.32 - - [2024-12-26 02:05:52] "POST /fqname-to-id HTTP/1.1" 404 194 0.004551 10.0.0.32 - - [2024-12-26 02:05:52] "POST /role-definitions HTTP/1.1" 200 557 0.018532 10.0.0.32 - - [2024-12-26 02:05:52] "POST /fqname-to-id HTTP/1.1" 404 196 0.004462 10.0.0.32 - - [2024-12-26 02:05:52] "POST /role-definitions HTTP/1.1" 200 561 0.024637 10.0.0.32 - - [2024-12-26 02:05:52] "POST /fqname-to-id HTTP/1.1" 404 195 0.003238 10.0.0.32 - - [2024-12-26 02:05:52] "POST /role-definitions HTTP/1.1" 200 559 0.020754 10.0.0.32 - - [2024-12-26 02:05:52] "POST /fqname-to-id HTTP/1.1" 404 196 0.003904 10.0.0.32 - - [2024-12-26 02:05:52] "POST /feature-configs HTTP/1.1" 200 537 0.020567 10.0.0.32 - - [2024-12-26 02:05:53] "POST /fqname-to-id HTTP/1.1" 404 212 0.009382 10.0.0.32 - - [2024-12-26 02:05:53] "POST /feature-configs HTTP/1.1" 200 562 0.054627 10.0.0.32 - - [2024-12-26 02:05:53] "POST /fqname-to-id HTTP/1.1" 404 211 0.003156 10.0.0.32 - - [2024-12-26 02:05:53] "POST /feature-configs HTTP/1.1" 200 561 0.019380 10.0.0.32 - - [2024-12-26 02:05:53] "POST /fqname-to-id HTTP/1.1" 404 192 0.003777 10.0.0.32 - - [2024-12-26 02:05:53] "POST /node-profiles HTTP/1.1" 200 547 0.023807 10.0.0.32 - - [2024-12-26 02:05:53] "POST /fqname-to-id HTTP/1.1" 404 187 0.003436 10.0.0.32 - - [2024-12-26 02:05:53] "POST /node-profiles HTTP/1.1" 200 537 0.018360 10.0.0.32 - - [2024-12-26 02:05:53] "POST /fqname-to-id HTTP/1.1" 404 193 0.004781 10.0.0.32 - - [2024-12-26 02:05:53] "POST /node-profiles HTTP/1.1" 200 549 0.019106 10.0.0.32 - - [2024-12-26 02:05:53] "POST /fqname-to-id HTTP/1.1" 404 189 0.003870 10.0.0.32 - - [2024-12-26 02:05:53] "POST /node-profiles HTTP/1.1" 200 541 0.023094 10.0.0.32 - - [2024-12-26 02:05:53] "POST /fqname-to-id HTTP/1.1" 404 189 0.004209 10.0.0.32 - - [2024-12-26 02:05:53] "POST /node-profiles HTTP/1.1" 200 541 0.018276 10.0.0.32 - - [2024-12-26 02:05:53] "POST /fqname-to-id HTTP/1.1" 404 188 0.003206 10.0.0.32 - - [2024-12-26 02:05:53] "POST /node-profiles HTTP/1.1" 200 539 0.017402 10.0.0.32 - - [2024-12-26 02:05:53] "POST /fqname-to-id HTTP/1.1" 404 184 0.004321 10.0.0.32 - - [2024-12-26 02:05:54] "POST /node-profiles HTTP/1.1" 200 531 0.020298 10.0.0.32 - - [2024-12-26 02:05:54] "POST /fqname-to-id HTTP/1.1" 404 185 0.003066 10.0.0.32 - - [2024-12-26 02:05:54] "POST /node-profiles HTTP/1.1" 200 533 0.019086 10.0.0.32 - - [2024-12-26 02:05:54] "POST /fqname-to-id HTTP/1.1" 404 197 0.003893 10.0.0.32 - - [2024-12-26 02:05:54] "POST /node-profiles HTTP/1.1" 200 557 0.020407 10.0.0.32 - - [2024-12-26 02:05:54] "POST /fqname-to-id HTTP/1.1" 404 206 0.003490 10.0.0.32 - - [2024-12-26 02:05:54] "POST /telemetry-profiles HTTP/1.1" 200 554 0.017433 10.0.0.32 - - [2024-12-26 02:05:54] "POST /fqname-to-id HTTP/1.1" 404 206 0.003928 10.0.0.32 - - [2024-12-26 02:05:54] "POST /telemetry-profiles HTTP/1.1" 200 554 0.020571 10.0.0.32 - - [2024-12-26 02:05:54] "POST /fqname-to-id HTTP/1.1" 404 206 0.003617 10.0.0.32 - - [2024-12-26 02:05:54] "POST /telemetry-profiles HTTP/1.1" 200 554 0.022353 10.0.0.32 - - [2024-12-26 02:05:54] "POST /fqname-to-id HTTP/1.1" 404 206 0.004946 10.0.0.32 - - [2024-12-26 02:05:54] "POST /telemetry-profiles HTTP/1.1" 200 554 0.022254 10.0.0.32 - - [2024-12-26 02:05:54] "POST /fqname-to-id HTTP/1.1" 404 206 0.003518 10.0.0.32 - - [2024-12-26 02:05:54] "POST /telemetry-profiles HTTP/1.1" 200 554 0.034535 10.0.0.32 - - [2024-12-26 02:05:54] "POST /fqname-to-id HTTP/1.1" 404 206 0.004679 10.0.0.32 - - [2024-12-26 02:05:54] "POST /telemetry-profiles HTTP/1.1" 200 554 0.030690 10.0.0.32 - - [2024-12-26 02:05:55] "POST /fqname-to-id HTTP/1.1" 404 199 0.004908 10.0.0.32 - - [2024-12-26 02:05:55] "POST /sflow-profiles HTTP/1.1" 200 532 0.035269 10.0.0.32 - - [2024-12-26 02:05:55] "POST /fqname-to-id HTTP/1.1" 404 202 0.004096 10.0.0.32 - - [2024-12-26 02:05:55] "POST /sflow-profiles HTTP/1.1" 200 538 0.020451 10.0.0.32 - - [2024-12-26 02:05:55] "POST /fqname-to-id HTTP/1.1" 404 202 0.003757 10.0.0.32 - - [2024-12-26 02:05:55] "POST /sflow-profiles HTTP/1.1" 200 538 0.032443 10.0.0.32 - - [2024-12-26 02:05:55] "POST /fqname-to-id HTTP/1.1" 404 199 0.003707 10.0.0.32 - - [2024-12-26 02:05:55] "POST /grpc-profiles HTTP/1.1" 200 530 0.025582 10.0.0.32 - - [2024-12-26 02:05:55] "POST /fqname-to-id HTTP/1.1" 404 199 0.004211 10.0.0.32 - - [2024-12-26 02:05:55] "POST /snmp-profiles HTTP/1.1" 200 530 0.026407 10.0.0.32 - - [2024-12-26 02:05:55] "POST /fqname-to-id HTTP/1.1" 404 202 0.003400 10.0.0.32 - - [2024-12-26 02:05:55] "POST /netconf-profiles HTTP/1.1" 200 542 0.019675 10.0.0.32 - - [2024-12-26 02:05:55] "POST /fqname-to-id HTTP/1.1" 404 193 0.003909 10.0.0.32 - - [2024-12-26 02:05:55] "POST /device-functional-groups HTTP/1.1" 200 540 0.022464 10.0.0.32 - - [2024-12-26 02:05:55] "POST /fqname-to-id HTTP/1.1" 404 193 0.003236 10.0.0.32 - - [2024-12-26 02:05:55] "POST /device-functional-groups HTTP/1.1" 200 540 0.026155 10.0.0.32 - - [2024-12-26 02:05:56] "POST /fqname-to-id HTTP/1.1" 404 195 0.003509 10.0.0.32 - - [2024-12-26 02:05:56] "POST /device-functional-groups HTTP/1.1" 200 544 0.026933 10.0.0.32 - - [2024-12-26 02:05:56] "POST /fqname-to-id HTTP/1.1" 404 194 0.003664 10.0.0.32 - - [2024-12-26 02:05:56] "POST /device-functional-groups HTTP/1.1" 200 542 0.019006 10.0.0.32 - - [2024-12-26 02:05:56] "POST /fqname-to-id HTTP/1.1" 404 218 0.003941 10.0.0.32 - - [2024-12-26 02:05:56] "POST /device-functional-groups HTTP/1.1" 200 590 0.035879 10.0.0.32 - - [2024-12-26 02:05:56] "POST /fqname-to-id HTTP/1.1" 404 208 0.004763 10.0.0.32 - - [2024-12-26 02:05:56] "POST /device-functional-groups HTTP/1.1" 200 570 0.018745 10.0.0.32 - - [2024-12-26 02:05:56] "POST /fqname-to-id HTTP/1.1" 404 236 0.003471 10.0.0.32 - - [2024-12-26 02:05:56] "POST /device-functional-groups HTTP/1.1" 200 620 0.027028 10.0.0.32 - - [2024-12-26 02:05:56] "POST /fqname-to-id HTTP/1.1" 404 206 0.003815 10.0.0.32 - - [2024-12-26 02:05:56] "POST /device-functional-groups HTTP/1.1" 200 566 0.022933 10.0.0.32 - - [2024-12-26 02:05:56] "POST /fqname-to-id HTTP/1.1" 404 205 0.004901 10.0.0.32 - - [2024-12-26 02:05:56] "POST /device-functional-groups HTTP/1.1" 200 564 0.029665 10.0.0.32 - - [2024-12-26 02:05:56] "POST /fqname-to-id HTTP/1.1" 404 210 0.003053 10.0.0.32 - - [2024-12-26 02:05:56] "POST /device-functional-groups HTTP/1.1" 200 574 0.033638 10.0.0.32 - - [2024-12-26 02:05:56] "POST /fqname-to-id HTTP/1.1" 404 201 0.003051 10.0.0.32 - - [2024-12-26 02:05:57] "POST /role-configs HTTP/1.1" 200 525 0.023405 10.0.0.32 - - [2024-12-26 02:05:57] "POST /fqname-to-id HTTP/1.1" 404 196 0.004003 10.0.0.32 - - [2024-12-26 02:05:57] "POST /role-configs HTTP/1.1" 200 520 0.025092 10.0.0.32 - - [2024-12-26 02:05:57] "POST /fqname-to-id HTTP/1.1" 404 198 0.003951 10.0.0.32 - - [2024-12-26 02:05:57] "POST /role-configs HTTP/1.1" 200 522 0.018554 10.0.0.32 - - [2024-12-26 02:05:57] "POST /fqname-to-id HTTP/1.1" 404 198 0.003956 10.0.0.32 - - [2024-12-26 02:05:57] "POST /role-configs HTTP/1.1" 200 522 0.024235 10.0.0.32 - - [2024-12-26 02:05:57] "POST /fqname-to-id HTTP/1.1" 404 202 0.007771 10.0.0.32 - - [2024-12-26 02:05:57] "POST /role-configs HTTP/1.1" 200 526 0.027094 10.0.0.32 - - [2024-12-26 02:05:57] "POST /fqname-to-id HTTP/1.1" 404 197 0.004335 10.0.0.32 - - [2024-12-26 02:05:57] "POST /role-configs HTTP/1.1" 200 521 0.020180 10.0.0.32 - - [2024-12-26 02:05:57] "POST /fqname-to-id HTTP/1.1" 404 193 0.004347 10.0.0.32 - - [2024-12-26 02:05:57] "POST /role-configs HTTP/1.1" 200 517 0.018006 10.0.0.32 - - [2024-12-26 02:05:57] "POST /fqname-to-id HTTP/1.1" 404 194 0.002944 10.0.0.32 - - [2024-12-26 02:05:57] "POST /role-configs HTTP/1.1" 200 518 0.021586 10.0.0.32 - - [2024-12-26 02:05:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.32 - - [2024-12-26 02:05:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.32 - - [2024-12-26 02:05:58] "POST /ref-update HTTP/1.1" 200 156 0.011322 10.0.0.32 - - [2024-12-26 02:05:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004511 10.0.0.32 - - [2024-12-26 02:05:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.32 - - [2024-12-26 02:05:58] "POST /ref-update HTTP/1.1" 200 156 0.009809 10.0.0.32 - - [2024-12-26 02:05:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.32 - - [2024-12-26 02:05:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003827 10.0.0.32 - - [2024-12-26 02:05:58] "POST /ref-update HTTP/1.1" 200 156 0.010316 10.0.0.32 - - [2024-12-26 02:05:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.32 - - [2024-12-26 02:05:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003944 10.0.0.32 - - [2024-12-26 02:05:58] "POST /ref-update HTTP/1.1" 200 156 0.015682 10.0.0.32 - - [2024-12-26 02:05:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004384 10.0.0.32 - - [2024-12-26 02:05:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.32 - - [2024-12-26 02:05:58] "POST /ref-update HTTP/1.1" 200 156 0.033496 10.0.0.32 - - [2024-12-26 02:05:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.32 - - [2024-12-26 02:05:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.32 - - [2024-12-26 02:05:58] "POST /ref-update HTTP/1.1" 200 156 0.010508 10.0.0.32 - - [2024-12-26 02:05:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.32 - - [2024-12-26 02:05:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.32 - - [2024-12-26 02:05:58] "POST /ref-update HTTP/1.1" 200 156 0.009158 10.0.0.32 - - [2024-12-26 02:05:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.32 - - [2024-12-26 02:05:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.32 - - [2024-12-26 02:05:59] "POST /ref-update HTTP/1.1" 200 156 0.009976 10.0.0.32 - - [2024-12-26 02:05:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004258 10.0.0.32 - - [2024-12-26 02:05:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.32 - - [2024-12-26 02:05:59] "POST /ref-update HTTP/1.1" 200 156 0.009454 10.0.0.32 - - [2024-12-26 02:05:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.32 - - [2024-12-26 02:05:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003933 10.0.0.32 - - [2024-12-26 02:05:59] "POST /ref-update HTTP/1.1" 200 156 0.008902 10.0.0.32 - - [2024-12-26 02:05:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.32 - - [2024-12-26 02:05:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.32 - - [2024-12-26 02:05:59] "POST /ref-update HTTP/1.1" 200 156 0.009548 10.0.0.32 - - [2024-12-26 02:05:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004046 10.0.0.32 - - [2024-12-26 02:05:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.32 - - [2024-12-26 02:05:59] "POST /ref-update HTTP/1.1" 200 156 0.011081 10.0.0.32 - - [2024-12-26 02:05:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.32 - - [2024-12-26 02:05:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004203 10.0.0.32 - - [2024-12-26 02:05:59] "POST /ref-update HTTP/1.1" 200 156 0.007471 10.0.0.32 - - [2024-12-26 02:05:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.32 - - [2024-12-26 02:05:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.32 - - [2024-12-26 02:06:00] "POST /ref-update HTTP/1.1" 200 156 0.013987 10.0.0.32 - - [2024-12-26 02:06:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719 10.0.0.32 - - [2024-12-26 02:06:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.32 - - [2024-12-26 02:06:00] "POST /ref-update HTTP/1.1" 200 156 0.008300 10.0.0.32 - - [2024-12-26 02:06:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.32 - - [2024-12-26 02:06:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.32 - - [2024-12-26 02:06:00] "POST /ref-update HTTP/1.1" 200 156 0.010850 10.0.0.32 - - [2024-12-26 02:06:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.32 - - [2024-12-26 02:06:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003919 10.0.0.32 - - [2024-12-26 02:06:00] "POST /ref-update HTTP/1.1" 200 156 0.007891 10.0.0.32 - - [2024-12-26 02:06:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004049 10.0.0.32 - - [2024-12-26 02:06:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.32 - - [2024-12-26 02:06:00] "POST /ref-update HTTP/1.1" 200 156 0.009859 10.0.0.32 - - [2024-12-26 02:06:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005004 10.0.0.32 - - [2024-12-26 02:06:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003943 10.0.0.32 - - [2024-12-26 02:06:00] "POST /ref-update HTTP/1.1" 200 156 0.008271 10.0.0.32 - - [2024-12-26 02:06:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.32 - - [2024-12-26 02:06:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.32 - - [2024-12-26 02:06:00] "POST /ref-update HTTP/1.1" 200 156 0.007861 10.0.0.32 - - [2024-12-26 02:06:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.32 - - [2024-12-26 02:06:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.32 - - [2024-12-26 02:06:01] "POST /ref-update HTTP/1.1" 200 156 0.008058 10.0.0.32 - - [2024-12-26 02:06:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006422 10.0.0.32 - - [2024-12-26 02:06:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004581 10.0.0.32 - - [2024-12-26 02:06:01] "POST /ref-update HTTP/1.1" 200 156 0.008992 10.0.0.32 - - [2024-12-26 02:06:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.32 - - [2024-12-26 02:06:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.009083 10.0.0.32 - - [2024-12-26 02:06:01] "POST /ref-update HTTP/1.1" 200 156 0.007619 10.0.0.32 - - [2024-12-26 02:06:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.32 - - [2024-12-26 02:06:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.32 - - [2024-12-26 02:06:01] "POST /ref-update HTTP/1.1" 200 156 0.011727 10.0.0.32 - - [2024-12-26 02:06:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.32 - - [2024-12-26 02:06:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004378 10.0.0.32 - - [2024-12-26 02:06:01] "POST /ref-update HTTP/1.1" 200 156 0.014174 10.0.0.32 - - [2024-12-26 02:06:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004263 10.0.0.32 - - [2024-12-26 02:06:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.32 - - [2024-12-26 02:06:01] "POST /ref-update HTTP/1.1" 200 156 0.008637 10.0.0.32 - - [2024-12-26 02:06:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.32 - - [2024-12-26 02:06:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003987 10.0.0.32 - - [2024-12-26 02:06:02] "POST /ref-update HTTP/1.1" 200 156 0.022926 10.0.0.32 - - [2024-12-26 02:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004144 10.0.0.32 - - [2024-12-26 02:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.32 - - [2024-12-26 02:06:02] "POST /ref-update HTTP/1.1" 200 156 0.008184 10.0.0.32 - - [2024-12-26 02:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.32 - - [2024-12-26 02:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.32 - - [2024-12-26 02:06:02] "POST /ref-update HTTP/1.1" 200 156 0.008085 10.0.0.32 - - [2024-12-26 02:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.32 - - [2024-12-26 02:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.32 - - [2024-12-26 02:06:02] "POST /ref-update HTTP/1.1" 200 156 0.009154 10.0.0.32 - - [2024-12-26 02:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.32 - - [2024-12-26 02:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.32 - - [2024-12-26 02:06:02] "POST /ref-update HTTP/1.1" 200 156 0.009557 10.0.0.32 - - [2024-12-26 02:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.32 - - [2024-12-26 02:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.32 - - [2024-12-26 02:06:02] "POST /ref-update HTTP/1.1" 200 156 0.008679 10.0.0.32 - - [2024-12-26 02:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003722 10.0.0.32 - - [2024-12-26 02:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004368 10.0.0.32 - - [2024-12-26 02:06:02] "POST /ref-update HTTP/1.1" 200 156 0.010182 10.0.0.32 - - [2024-12-26 02:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.32 - - [2024-12-26 02:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.32 - - [2024-12-26 02:06:03] "POST /ref-update HTTP/1.1" 200 156 0.008290 10.0.0.32 - - [2024-12-26 02:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.32 - - [2024-12-26 02:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.32 - - [2024-12-26 02:06:03] "POST /ref-update HTTP/1.1" 200 156 0.018645 10.0.0.32 - - [2024-12-26 02:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.32 - - [2024-12-26 02:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004120 10.0.0.32 - - [2024-12-26 02:06:03] "POST /ref-update HTTP/1.1" 200 156 0.007908 10.0.0.32 - - [2024-12-26 02:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.32 - - [2024-12-26 02:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.32 - - [2024-12-26 02:06:03] "POST /ref-update HTTP/1.1" 200 156 0.008855 10.0.0.32 - - [2024-12-26 02:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.32 - - [2024-12-26 02:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.32 - - [2024-12-26 02:06:03] "POST /ref-update HTTP/1.1" 200 156 0.009869 10.0.0.32 - - [2024-12-26 02:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.32 - - [2024-12-26 02:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003425 10.0.0.32 - - [2024-12-26 02:06:03] "POST /ref-update HTTP/1.1" 200 156 0.007848 10.0.0.32 - - [2024-12-26 02:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.32 - - [2024-12-26 02:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.32 - - [2024-12-26 02:06:04] "POST /ref-update HTTP/1.1" 200 156 0.007559 10.0.0.32 - - [2024-12-26 02:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.32 - - [2024-12-26 02:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.32 - - [2024-12-26 02:06:04] "POST /ref-update HTTP/1.1" 200 156 0.022375 10.0.0.32 - - [2024-12-26 02:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004443 10.0.0.32 - - [2024-12-26 02:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.32 - - [2024-12-26 02:06:04] "POST /ref-update HTTP/1.1" 200 156 0.008785 10.0.0.32 - - [2024-12-26 02:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.32 - - [2024-12-26 02:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.32 - - [2024-12-26 02:06:04] "POST /ref-update HTTP/1.1" 200 156 0.009652 10.0.0.32 - - [2024-12-26 02:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004100 10.0.0.32 - - [2024-12-26 02:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.32 - - [2024-12-26 02:06:04] "POST /ref-update HTTP/1.1" 200 156 0.007907 10.0.0.32 - - [2024-12-26 02:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.32 - - [2024-12-26 02:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.32 - - [2024-12-26 02:06:04] "POST /ref-update HTTP/1.1" 200 156 0.007601 10.0.0.32 - - [2024-12-26 02:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.32 - - [2024-12-26 02:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.32 - - [2024-12-26 02:06:04] "POST /ref-update HTTP/1.1" 200 156 0.008758 10.0.0.32 - - [2024-12-26 02:06:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.32 - - [2024-12-26 02:06:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.32 - - [2024-12-26 02:06:05] "POST /ref-update HTTP/1.1" 200 156 0.008551 10.0.0.32 - - [2024-12-26 02:06:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003987 10.0.0.32 - - [2024-12-26 02:06:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.32 - - [2024-12-26 02:06:05] "POST /ref-update HTTP/1.1" 200 156 0.026547 10.0.0.32 - - [2024-12-26 02:06:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003982 10.0.0.32 - - [2024-12-26 02:06:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004064 10.0.0.32 - - [2024-12-26 02:06:05] "POST /ref-update HTTP/1.1" 200 156 0.011122 10.0.0.32 - - [2024-12-26 02:06:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005484 10.0.0.32 - - [2024-12-26 02:06:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004893 10.0.0.32 - - [2024-12-26 02:06:05] "POST /ref-update HTTP/1.1" 200 156 0.010204 10.0.0.32 - - [2024-12-26 02:06:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.32 - - [2024-12-26 02:06:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003992 10.0.0.32 - - [2024-12-26 02:06:05] "POST /ref-update HTTP/1.1" 200 156 0.008896 10.0.0.32 - - [2024-12-26 02:06:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.32 - - [2024-12-26 02:06:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.32 - - [2024-12-26 02:06:05] "POST /ref-update HTTP/1.1" 200 156 0.015358 10.0.0.32 - - [2024-12-26 02:06:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004208 10.0.0.32 - - [2024-12-26 02:06:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004572 10.0.0.32 - - [2024-12-26 02:06:06] "POST /ref-update HTTP/1.1" 200 156 0.007794 10.0.0.32 - - [2024-12-26 02:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.32 - - [2024-12-26 02:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004034 10.0.0.32 - - [2024-12-26 02:06:06] "POST /ref-update HTTP/1.1" 200 156 0.007984 10.0.0.32 - - [2024-12-26 02:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004186 10.0.0.32 - - [2024-12-26 02:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004347 10.0.0.32 - - [2024-12-26 02:06:06] "POST /ref-update HTTP/1.1" 200 156 0.008354 10.0.0.32 - - [2024-12-26 02:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.32 - - [2024-12-26 02:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.32 - - [2024-12-26 02:06:06] "POST /ref-update HTTP/1.1" 200 156 0.007919 10.0.0.32 - - [2024-12-26 02:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.32 - - [2024-12-26 02:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.32 - - [2024-12-26 02:06:06] "POST /ref-update HTTP/1.1" 200 156 0.008110 10.0.0.32 - - [2024-12-26 02:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.32 - - [2024-12-26 02:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.32 - - [2024-12-26 02:06:06] "POST /ref-update HTTP/1.1" 200 156 0.007868 10.0.0.32 - - [2024-12-26 02:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.32 - - [2024-12-26 02:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.32 - - [2024-12-26 02:06:06] "POST /ref-update HTTP/1.1" 200 156 0.008982 10.0.0.32 - - [2024-12-26 02:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004026 10.0.0.32 - - [2024-12-26 02:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.32 - - [2024-12-26 02:06:07] "POST /ref-update HTTP/1.1" 200 156 0.008682 10.0.0.32 - - [2024-12-26 02:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.32 - - [2024-12-26 02:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.32 - - [2024-12-26 02:06:07] "POST /ref-update HTTP/1.1" 200 156 0.009247 10.0.0.32 - - [2024-12-26 02:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.32 - - [2024-12-26 02:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.32 - - [2024-12-26 02:06:07] "POST /ref-update HTTP/1.1" 200 156 0.007886 10.0.0.32 - - [2024-12-26 02:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.32 - - [2024-12-26 02:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004017 10.0.0.32 - - [2024-12-26 02:06:07] "POST /ref-update HTTP/1.1" 200 156 0.007901 10.0.0.32 - - [2024-12-26 02:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.32 - - [2024-12-26 02:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.32 - - [2024-12-26 02:06:07] "POST /ref-update HTTP/1.1" 200 156 0.009588 10.0.0.32 - - [2024-12-26 02:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.32 - - [2024-12-26 02:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.32 - - [2024-12-26 02:06:07] "POST /ref-update HTTP/1.1" 200 156 0.008238 10.0.0.32 - - [2024-12-26 02:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.32 - - [2024-12-26 02:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004416 10.0.0.32 - - [2024-12-26 02:06:08] "POST /ref-update HTTP/1.1" 200 156 0.009895 10.0.0.32 - - [2024-12-26 02:06:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.32 - - [2024-12-26 02:06:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.32 - - [2024-12-26 02:06:08] "POST /ref-update HTTP/1.1" 200 156 0.011958 10.0.0.32 - - [2024-12-26 02:06:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.32 - - [2024-12-26 02:06:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.32 - - [2024-12-26 02:06:08] "POST /ref-update HTTP/1.1" 200 156 0.008410 10.0.0.32 - - [2024-12-26 02:06:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004367 10.0.0.32 - - [2024-12-26 02:06:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.32 - - [2024-12-26 02:06:08] "POST /ref-update HTTP/1.1" 200 156 0.011621 10.0.0.32 - - [2024-12-26 02:06:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.32 - - [2024-12-26 02:06:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.32 - - [2024-12-26 02:06:08] "POST /ref-update HTTP/1.1" 200 156 0.008826 10.0.0.32 - - [2024-12-26 02:06:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004889 10.0.0.32 - - [2024-12-26 02:06:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.32 - - [2024-12-26 02:06:08] "POST /ref-update HTTP/1.1" 200 156 0.008872 10.0.0.32 - - [2024-12-26 02:06:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.32 - - [2024-12-26 02:06:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.32 - - [2024-12-26 02:06:08] "POST /ref-update HTTP/1.1" 200 156 0.008037 10.0.0.32 - - [2024-12-26 02:06:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004023 10.0.0.32 - - [2024-12-26 02:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970 10.0.0.32 - - [2024-12-26 02:06:09] "POST /ref-update HTTP/1.1" 200 156 0.009343 10.0.0.32 - - [2024-12-26 02:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.32 - - [2024-12-26 02:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.32 - - [2024-12-26 02:06:09] "POST /ref-update HTTP/1.1" 200 156 0.009942 10.0.0.32 - - [2024-12-26 02:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004003 10.0.0.32 - - [2024-12-26 02:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.32 - - [2024-12-26 02:06:09] "POST /ref-update HTTP/1.1" 200 156 0.009055 10.0.0.32 - - [2024-12-26 02:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.32 - - [2024-12-26 02:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.32 - - [2024-12-26 02:06:09] "POST /ref-update HTTP/1.1" 200 156 0.008063 10.0.0.32 - - [2024-12-26 02:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.32 - - [2024-12-26 02:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.32 - - [2024-12-26 02:06:09] "POST /ref-update HTTP/1.1" 200 156 0.007782 10.0.0.32 - - [2024-12-26 02:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.32 - - [2024-12-26 02:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.32 - - [2024-12-26 02:06:09] "POST /ref-update HTTP/1.1" 200 156 0.008803 10.0.0.32 - - [2024-12-26 02:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.32 - - [2024-12-26 02:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.32 - - [2024-12-26 02:06:09] "POST /ref-update HTTP/1.1" 200 156 0.010633 10.0.0.32 - - [2024-12-26 02:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.32 - - [2024-12-26 02:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.32 - - [2024-12-26 02:06:10] "POST /ref-update HTTP/1.1" 200 156 0.010501 10.0.0.32 - - [2024-12-26 02:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004483 10.0.0.32 - - [2024-12-26 02:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.32 - - [2024-12-26 02:06:10] "POST /ref-update HTTP/1.1" 200 156 0.009336 10.0.0.32 - - [2024-12-26 02:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.32 - - [2024-12-26 02:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.32 - - [2024-12-26 02:06:10] "POST /ref-update HTTP/1.1" 200 156 0.007780 10.0.0.32 - - [2024-12-26 02:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.32 - - [2024-12-26 02:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.32 - - [2024-12-26 02:06:10] "POST /ref-update HTTP/1.1" 200 156 0.009060 10.0.0.32 - - [2024-12-26 02:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.32 - - [2024-12-26 02:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004023 10.0.0.32 - - [2024-12-26 02:06:10] "POST /ref-update HTTP/1.1" 200 156 0.007998 10.0.0.32 - - [2024-12-26 02:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.32 - - [2024-12-26 02:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.32 - - [2024-12-26 02:06:10] "POST /ref-update HTTP/1.1" 200 156 0.009182 10.0.0.32 - - [2024-12-26 02:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.32 - - [2024-12-26 02:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003230 10.0.0.32 - - [2024-12-26 02:06:11] "POST /ref-update HTTP/1.1" 200 156 0.008786 10.0.0.32 - - [2024-12-26 02:06:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.32 - - [2024-12-26 02:06:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004334 10.0.0.32 - - [2024-12-26 02:06:11] "POST /ref-update HTTP/1.1" 200 156 0.008666 10.0.0.32 - - [2024-12-26 02:06:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004905 10.0.0.32 - - [2024-12-26 02:06:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.32 - - [2024-12-26 02:06:11] "POST /ref-update HTTP/1.1" 200 156 0.102117 10.0.0.32 - - [2024-12-26 02:06:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.32 - - [2024-12-26 02:06:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.32 - - [2024-12-26 02:06:11] "POST /ref-update HTTP/1.1" 200 156 0.008000 10.0.0.32 - - [2024-12-26 02:06:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.32 - - [2024-12-26 02:06:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.32 - - [2024-12-26 02:06:11] "POST /ref-update HTTP/1.1" 200 156 0.010708 10.0.0.32 - - [2024-12-26 02:06:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898 10.0.0.32 - - [2024-12-26 02:06:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003666 10.0.0.32 - - [2024-12-26 02:06:11] "POST /ref-update HTTP/1.1" 200 156 0.009259 10.0.0.32 - - [2024-12-26 02:06:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003151 10.0.0.32 - - [2024-12-26 02:06:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.006176 10.0.0.32 - - [2024-12-26 02:06:12] "POST /ref-update HTTP/1.1" 200 156 0.009158 10.0.0.32 - - [2024-12-26 02:06:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.32 - - [2024-12-26 02:06:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.32 - - [2024-12-26 02:06:12] "POST /ref-update HTTP/1.1" 200 156 0.012476 10.0.0.32 - - [2024-12-26 02:06:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.006135 10.0.0.32 - - [2024-12-26 02:06:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.32 - - [2024-12-26 02:06:12] "POST /ref-update HTTP/1.1" 200 156 0.010135 10.0.0.32 - - [2024-12-26 02:06:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.32 - - [2024-12-26 02:06:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.32 - - [2024-12-26 02:06:12] "POST /ref-update HTTP/1.1" 200 156 0.008979 10.0.0.32 - - [2024-12-26 02:06:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003425 10.0.0.32 - - [2024-12-26 02:06:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.32 - - [2024-12-26 02:06:12] "POST /ref-update HTTP/1.1" 200 156 0.008310 10.0.0.32 - - [2024-12-26 02:06:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.32 - - [2024-12-26 02:06:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.32 - - [2024-12-26 02:06:12] "POST /ref-update HTTP/1.1" 200 156 0.014174 10.0.0.32 - - [2024-12-26 02:06:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.32 - - [2024-12-26 02:06:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003916 10.0.0.32 - - [2024-12-26 02:06:12] "POST /ref-update HTTP/1.1" 200 156 0.008096 10.0.0.32 - - [2024-12-26 02:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004890 10.0.0.32 - - [2024-12-26 02:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004007 10.0.0.32 - - [2024-12-26 02:06:13] "POST /ref-update HTTP/1.1" 200 156 0.007890 10.0.0.32 - - [2024-12-26 02:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004015 10.0.0.32 - - [2024-12-26 02:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.32 - - [2024-12-26 02:06:13] "POST /ref-update HTTP/1.1" 200 156 0.007669 10.0.0.32 - - [2024-12-26 02:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097 10.0.0.32 - - [2024-12-26 02:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.32 - - [2024-12-26 02:06:13] "POST /ref-update HTTP/1.1" 200 156 0.011350 10.0.0.32 - - [2024-12-26 02:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.32 - - [2024-12-26 02:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.32 - - [2024-12-26 02:06:13] "POST /ref-update HTTP/1.1" 200 156 0.009052 10.0.0.32 - - [2024-12-26 02:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003952 10.0.0.32 - - [2024-12-26 02:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004047 10.0.0.32 - - [2024-12-26 02:06:13] "POST /ref-update HTTP/1.1" 200 156 0.010563 10.0.0.32 - - [2024-12-26 02:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.32 - - [2024-12-26 02:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.32 - - [2024-12-26 02:06:13] "POST /ref-update HTTP/1.1" 200 156 0.008981 10.0.0.32 - - [2024-12-26 02:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.32 - - [2024-12-26 02:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004043 10.0.0.32 - - [2024-12-26 02:06:14] "POST /ref-update HTTP/1.1" 200 156 0.009425 10.0.0.32 - - [2024-12-26 02:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004166 10.0.0.32 - - [2024-12-26 02:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.32 - - [2024-12-26 02:06:14] "POST /ref-update HTTP/1.1" 200 156 0.009715 10.0.0.32 - - [2024-12-26 02:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.006328 10.0.0.32 - - [2024-12-26 02:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.32 - - [2024-12-26 02:06:14] "POST /ref-update HTTP/1.1" 200 156 0.008003 10.0.0.32 - - [2024-12-26 02:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.32 - - [2024-12-26 02:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.32 - - [2024-12-26 02:06:14] "POST /ref-update HTTP/1.1" 200 156 0.008407 10.0.0.32 - - [2024-12-26 02:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.32 - - [2024-12-26 02:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.32 - - [2024-12-26 02:06:14] "POST /ref-update HTTP/1.1" 200 156 0.008716 10.0.0.32 - - [2024-12-26 02:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.32 - - [2024-12-26 02:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.32 - - [2024-12-26 02:06:14] "POST /ref-update HTTP/1.1" 200 156 0.008878 10.0.0.32 - - [2024-12-26 02:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.32 - - [2024-12-26 02:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.32 - - [2024-12-26 02:06:14] "POST /ref-update HTTP/1.1" 200 156 0.008572 10.0.0.32 - - [2024-12-26 02:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005033 10.0.0.32 - - [2024-12-26 02:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.32 - - [2024-12-26 02:06:15] "POST /ref-update HTTP/1.1" 200 156 0.008479 10.0.0.32 - - [2024-12-26 02:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.32 - - [2024-12-26 02:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.32 - - [2024-12-26 02:06:15] "POST /ref-update HTTP/1.1" 200 156 0.010467 10.0.0.32 - - [2024-12-26 02:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004036 10.0.0.32 - - [2024-12-26 02:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004242 10.0.0.32 - - [2024-12-26 02:06:15] "POST /ref-update HTTP/1.1" 200 156 0.009491 10.0.0.32 - - [2024-12-26 02:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.32 - - [2024-12-26 02:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.32 - - [2024-12-26 02:06:15] "POST /ref-update HTTP/1.1" 200 156 0.007942 10.0.0.32 - - [2024-12-26 02:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004943 10.0.0.32 - - [2024-12-26 02:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.32 - - [2024-12-26 02:06:15] "POST /ref-update HTTP/1.1" 200 156 0.009009 10.0.0.32 - - [2024-12-26 02:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.32 - - [2024-12-26 02:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.32 - - [2024-12-26 02:06:15] "POST /ref-update HTTP/1.1" 200 156 0.009917 10.0.0.32 - - [2024-12-26 02:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.32 - - [2024-12-26 02:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.32 - - [2024-12-26 02:06:16] "POST /ref-update HTTP/1.1" 200 156 0.011281 10.0.0.32 - - [2024-12-26 02:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.32 - - [2024-12-26 02:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.32 - - [2024-12-26 02:06:16] "POST /ref-update HTTP/1.1" 200 156 0.009334 10.0.0.32 - - [2024-12-26 02:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004107 10.0.0.32 - - [2024-12-26 02:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.32 - - [2024-12-26 02:06:16] "POST /ref-update HTTP/1.1" 200 156 0.009253 10.0.0.32 - - [2024-12-26 02:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974 10.0.0.32 - - [2024-12-26 02:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.32 - - [2024-12-26 02:06:16] "POST /ref-update HTTP/1.1" 200 156 0.009688 10.0.0.32 - - [2024-12-26 02:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.32 - - [2024-12-26 02:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.32 - - [2024-12-26 02:06:16] "GET /global-system-configs HTTP/1.1" 200 322 0.612705 10.0.0.32 - - [2024-12-26 02:06:16] "POST /ref-update HTTP/1.1" 200 156 0.008713 10.0.0.32 - - [2024-12-26 02:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004383 10.0.0.32 - - [2024-12-26 02:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.32 - - [2024-12-26 02:06:16] "POST /ref-update HTTP/1.1" 200 156 0.008766 10.0.0.32 - - [2024-12-26 02:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.32 - - [2024-12-26 02:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.32 - - [2024-12-26 02:06:16] "POST /ref-update HTTP/1.1" 200 156 0.007906 10.0.0.32 - - [2024-12-26 02:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.32 - - [2024-12-26 02:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004357 10.0.0.32 - - [2024-12-26 02:06:17] "POST /ref-update HTTP/1.1" 200 156 0.007400 10.0.0.32 - - [2024-12-26 02:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.32 - - [2024-12-26 02:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.32 - - [2024-12-26 02:06:17] "GET /global-system-configs HTTP/1.1" 200 322 0.310922 10.0.0.32 - - [2024-12-26 02:06:17] "POST /ref-update HTTP/1.1" 200 156 0.008507 10.0.0.32 - - [2024-12-26 02:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.32 - - [2024-12-26 02:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.32 - - [2024-12-26 02:06:17] "POST /ref-update HTTP/1.1" 200 156 0.007692 10.0.0.32 - - [2024-12-26 02:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.32 - - [2024-12-26 02:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004499 10.0.0.32 - - [2024-12-26 02:06:17] "POST /ref-update HTTP/1.1" 200 156 0.028188 10.0.0.32 - - [2024-12-26 02:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.32 - - [2024-12-26 02:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.32 - - [2024-12-26 02:06:17] "POST /ref-update HTTP/1.1" 200 156 0.008199 10.0.0.32 - - [2024-12-26 02:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.32 - - [2024-12-26 02:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.32 - - [2024-12-26 02:06:17] "POST /ref-update HTTP/1.1" 200 156 0.010005 10.0.0.32 - - [2024-12-26 02:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.32 - - [2024-12-26 02:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.32 - - [2024-12-26 02:06:18] "POST /ref-update HTTP/1.1" 200 156 0.008837 10.0.0.32 - - [2024-12-26 02:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.32 - - [2024-12-26 02:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.32 - - [2024-12-26 02:06:18] "POST /ref-update HTTP/1.1" 200 156 0.008568 10.0.0.32 - - [2024-12-26 02:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.32 - - [2024-12-26 02:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003851 10.0.0.32 - - [2024-12-26 02:06:18] "POST /ref-update HTTP/1.1" 200 156 0.009057 10.0.0.32 - - [2024-12-26 02:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.32 - - [2024-12-26 02:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.32 - - [2024-12-26 02:06:18] "POST /ref-update HTTP/1.1" 200 156 0.009371 10.0.0.32 - - [2024-12-26 02:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004837 10.0.0.32 - - [2024-12-26 02:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.32 - - [2024-12-26 02:06:18] "POST /ref-update HTTP/1.1" 200 156 0.010297 10.0.0.32 - - [2024-12-26 02:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004291 10.0.0.32 - - [2024-12-26 02:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004057 10.0.0.32 - - [2024-12-26 02:06:18] "POST /ref-update HTTP/1.1" 200 156 0.008982 10.0.0.32 - - [2024-12-26 02:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.32 - - [2024-12-26 02:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.32 - - [2024-12-26 02:06:18] "POST /ref-update HTTP/1.1" 200 156 0.012012 10.0.0.32 - - [2024-12-26 02:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.32 - - [2024-12-26 02:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005217 10.0.0.32 - - [2024-12-26 02:06:19] "POST /ref-update HTTP/1.1" 200 156 0.007797 10.0.0.32 - - [2024-12-26 02:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.32 - - [2024-12-26 02:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.32 - - [2024-12-26 02:06:19] "POST /ref-update HTTP/1.1" 200 156 0.018277 10.0.0.32 - - [2024-12-26 02:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.32 - - [2024-12-26 02:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.32 - - [2024-12-26 02:06:19] "POST /ref-update HTTP/1.1" 200 156 0.008003 10.0.0.32 - - [2024-12-26 02:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.32 - - [2024-12-26 02:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.32 - - [2024-12-26 02:06:19] "POST /ref-update HTTP/1.1" 200 156 0.008079 10.0.0.32 - - [2024-12-26 02:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.32 - - [2024-12-26 02:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.32 - - [2024-12-26 02:06:19] "POST /ref-update HTTP/1.1" 200 156 0.008386 10.0.0.32 - - [2024-12-26 02:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004074 10.0.0.32 - - [2024-12-26 02:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003291 10.0.0.32 - - [2024-12-26 02:06:19] "POST /ref-update HTTP/1.1" 200 156 0.010524 10.0.0.32 - - [2024-12-26 02:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004434 10.0.0.32 - - [2024-12-26 02:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004501 10.0.0.32 - - [2024-12-26 02:06:19] "POST /ref-update HTTP/1.1" 200 156 0.012233 10.0.0.32 - - [2024-12-26 02:06:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.32 - - [2024-12-26 02:06:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.32 - - [2024-12-26 02:06:20] "POST /ref-update HTTP/1.1" 200 156 0.010183 10.0.0.32 - - [2024-12-26 02:06:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.32 - - [2024-12-26 02:06:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003953 10.0.0.32 - - [2024-12-26 02:06:20] "POST /ref-update HTTP/1.1" 200 156 0.011622 10.0.0.32 - - [2024-12-26 02:06:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.32 - - [2024-12-26 02:06:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004679 10.0.0.32 - - [2024-12-26 02:06:20] "POST /ref-update HTTP/1.1" 200 156 0.008380 10.0.0.32 - - [2024-12-26 02:06:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.32 - - [2024-12-26 02:06:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003753 10.0.0.32 - - [2024-12-26 02:06:20] "POST /ref-update HTTP/1.1" 200 156 0.008855 10.0.0.32 - - [2024-12-26 02:06:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.32 - - [2024-12-26 02:06:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.32 - - [2024-12-26 02:06:20] "POST /ref-update HTTP/1.1" 200 156 0.008846 10.0.0.32 - - [2024-12-26 02:06:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.32 - - [2024-12-26 02:06:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.32 - - [2024-12-26 02:06:20] "POST /ref-update HTTP/1.1" 200 156 0.008087 10.0.0.32 - - [2024-12-26 02:06:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.32 - - [2024-12-26 02:06:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.32 - - [2024-12-26 02:06:21] "POST /ref-update HTTP/1.1" 200 156 0.007900 10.0.0.32 - - [2024-12-26 02:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003177 10.0.0.32 - - [2024-12-26 02:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.32 - - [2024-12-26 02:06:21] "POST /ref-update HTTP/1.1" 200 156 0.009191 10.0.0.32 - - [2024-12-26 02:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.011044 10.0.0.32 - - [2024-12-26 02:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003852 10.0.0.32 - - [2024-12-26 02:06:21] "POST /ref-update HTTP/1.1" 200 156 0.008022 10.0.0.32 - - [2024-12-26 02:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.32 - - [2024-12-26 02:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004606 10.0.0.32 - - [2024-12-26 02:06:21] "POST /ref-update HTTP/1.1" 200 156 0.010174 10.0.0.32 - - [2024-12-26 02:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.32 - - [2024-12-26 02:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.32 - - [2024-12-26 02:06:21] "POST /ref-update HTTP/1.1" 200 156 0.009506 10.0.0.32 - - [2024-12-26 02:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.32 - - [2024-12-26 02:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004310 10.0.0.32 - - [2024-12-26 02:06:21] "POST /ref-update HTTP/1.1" 200 156 0.009484 10.0.0.32 - - [2024-12-26 02:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.32 - - [2024-12-26 02:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.32 - - [2024-12-26 02:06:21] "POST /ref-update HTTP/1.1" 200 156 0.007751 10.0.0.32 - - [2024-12-26 02:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.32 - - [2024-12-26 02:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003151 10.0.0.32 - - [2024-12-26 02:06:22] "POST /ref-update HTTP/1.1" 200 156 0.007927 10.0.0.32 - - [2024-12-26 02:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004235 10.0.0.32 - - [2024-12-26 02:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.32 - - [2024-12-26 02:06:22] "POST /ref-update HTTP/1.1" 200 156 0.008119 10.0.0.32 - - [2024-12-26 02:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.32 - - [2024-12-26 02:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841 10.0.0.32 - - [2024-12-26 02:06:22] "POST /ref-update HTTP/1.1" 200 156 0.008456 10.0.0.32 - - [2024-12-26 02:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.32 - - [2024-12-26 02:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.32 - - [2024-12-26 02:06:22] "POST /ref-update HTTP/1.1" 200 156 0.009005 10.0.0.32 - - [2024-12-26 02:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.32 - - [2024-12-26 02:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.32 - - [2024-12-26 02:06:22] "POST /ref-update HTTP/1.1" 200 156 0.008422 10.0.0.32 - - [2024-12-26 02:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.32 - - [2024-12-26 02:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004392 10.0.0.32 - - [2024-12-26 02:06:22] "POST /ref-update HTTP/1.1" 200 156 0.008394 10.0.0.32 - - [2024-12-26 02:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.32 - - [2024-12-26 02:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.32 - - [2024-12-26 02:06:23] "POST /ref-update HTTP/1.1" 200 156 0.007833 10.0.0.32 - - [2024-12-26 02:06:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.32 - - [2024-12-26 02:06:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.32 - - [2024-12-26 02:06:23] "POST /ref-update HTTP/1.1" 200 156 0.008392 10.0.0.32 - - [2024-12-26 02:06:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.32 - - [2024-12-26 02:06:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004309 10.0.0.32 - - [2024-12-26 02:06:23] "POST /ref-update HTTP/1.1" 200 156 0.008387 10.0.0.32 - - [2024-12-26 02:06:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.32 - - [2024-12-26 02:06:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.32 - - [2024-12-26 02:06:23] "POST /ref-update HTTP/1.1" 200 156 0.011033 10.0.0.32 - - [2024-12-26 02:06:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.32 - - [2024-12-26 02:06:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.32 - - [2024-12-26 02:06:23] "POST /ref-update HTTP/1.1" 200 156 0.011248 10.0.0.32 - - [2024-12-26 02:06:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.32 - - [2024-12-26 02:06:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003840 10.0.0.32 - - [2024-12-26 02:06:23] "POST /ref-update HTTP/1.1" 200 156 0.008485 10.0.0.32 - - [2024-12-26 02:06:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.32 - - [2024-12-26 02:06:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003827 10.0.0.32 - - [2024-12-26 02:06:23] "POST /ref-update HTTP/1.1" 200 156 0.007702 10.0.0.32 - - [2024-12-26 02:06:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.32 - - [2024-12-26 02:06:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.32 - - [2024-12-26 02:06:24] "POST /ref-update HTTP/1.1" 200 156 0.009599 10.0.0.32 - - [2024-12-26 02:06:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.32 - - [2024-12-26 02:06:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004057 10.0.0.32 - - [2024-12-26 02:06:24] "POST /ref-update HTTP/1.1" 200 156 0.008682 10.0.0.32 - - [2024-12-26 02:06:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796 10.0.0.32 - - [2024-12-26 02:06:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.32 - - [2024-12-26 02:06:24] "POST /ref-update HTTP/1.1" 200 156 0.008153 10.0.0.32 - - [2024-12-26 02:06:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005108 10.0.0.32 - - [2024-12-26 02:06:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.32 - - [2024-12-26 02:06:24] "POST /ref-update HTTP/1.1" 200 156 0.014505 10.0.0.32 - - [2024-12-26 02:06:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004085 10.0.0.32 - - [2024-12-26 02:06:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004093 10.0.0.32 - - [2024-12-26 02:06:24] "POST /ref-update HTTP/1.1" 200 156 0.009196 10.0.0.32 - - [2024-12-26 02:06:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.32 - - [2024-12-26 02:06:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.32 - - [2024-12-26 02:06:24] "POST /ref-update HTTP/1.1" 200 156 0.008788 10.0.0.32 - - [2024-12-26 02:06:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.32 - - [2024-12-26 02:06:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.32 - - [2024-12-26 02:06:25] "POST /ref-update HTTP/1.1" 200 156 0.012847 10.0.0.32 - - [2024-12-26 02:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003589 10.0.0.32 - - [2024-12-26 02:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.32 - - [2024-12-26 02:06:25] "POST /ref-update HTTP/1.1" 200 156 0.008094 10.0.0.32 - - [2024-12-26 02:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.32 - - [2024-12-26 02:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.32 - - [2024-12-26 02:06:25] "POST /ref-update HTTP/1.1" 200 156 0.007631 10.0.0.32 - - [2024-12-26 02:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.32 - - [2024-12-26 02:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.32 - - [2024-12-26 02:06:25] "POST /ref-update HTTP/1.1" 200 156 0.009934 10.0.0.32 - - [2024-12-26 02:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004167 10.0.0.32 - - [2024-12-26 02:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003838 10.0.0.32 - - [2024-12-26 02:06:25] "POST /ref-update HTTP/1.1" 200 156 0.007587 10.0.0.32 - - [2024-12-26 02:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.32 - - [2024-12-26 02:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.32 - - [2024-12-26 02:06:25] "POST /ref-update HTTP/1.1" 200 156 0.008817 10.0.0.32 - - [2024-12-26 02:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.32 - - [2024-12-26 02:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437 10.0.0.32 - - [2024-12-26 02:06:25] "POST /ref-update HTTP/1.1" 200 156 0.010116 10.0.0.32 - - [2024-12-26 02:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004432 10.0.0.32 - - [2024-12-26 02:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004046 10.0.0.32 - - [2024-12-26 02:06:26] "POST /ref-update HTTP/1.1" 200 156 0.009423 10.0.0.32 - - [2024-12-26 02:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.32 - - [2024-12-26 02:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004042 10.0.0.32 - - [2024-12-26 02:06:26] "POST /ref-update HTTP/1.1" 200 156 0.011590 10.0.0.32 - - [2024-12-26 02:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004570 10.0.0.32 - - [2024-12-26 02:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004729 10.0.0.32 - - [2024-12-26 02:06:26] "POST /ref-update HTTP/1.1" 200 156 0.009424 10.0.0.32 - - [2024-12-26 02:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005022 10.0.0.32 - - [2024-12-26 02:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.32 - - [2024-12-26 02:06:26] "POST /ref-update HTTP/1.1" 200 156 0.008659 10.0.0.32 - - [2024-12-26 02:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796 10.0.0.32 - - [2024-12-26 02:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997 10.0.0.32 - - [2024-12-26 02:06:26] "POST /ref-update HTTP/1.1" 200 156 0.009814 10.0.0.32 - - [2024-12-26 02:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.32 - - [2024-12-26 02:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.32 - - [2024-12-26 02:06:26] "POST /ref-update HTTP/1.1" 200 156 0.008607 10.0.0.32 - - [2024-12-26 02:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.32 - - [2024-12-26 02:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003840 10.0.0.32 - - [2024-12-26 02:06:26] "POST /ref-update HTTP/1.1" 200 156 0.013453 10.0.0.32 - - [2024-12-26 02:06:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.32 - - [2024-12-26 02:06:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.32 - - [2024-12-26 02:06:27] "POST /ref-update HTTP/1.1" 200 156 0.012228 10.0.0.32 - - [2024-12-26 02:06:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004347 10.0.0.32 - - [2024-12-26 02:06:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004484 10.0.0.32 - - [2024-12-26 02:06:27] "POST /ref-update HTTP/1.1" 200 156 0.011118 10.0.0.32 - - [2024-12-26 02:06:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.32 - - [2024-12-26 02:06:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.32 - - [2024-12-26 02:06:27] "POST /ref-update HTTP/1.1" 200 156 0.011857 10.0.0.32 - - [2024-12-26 02:06:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004314 10.0.0.32 - - [2024-12-26 02:06:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004044 10.0.0.32 - - [2024-12-26 02:06:27] "POST /ref-update HTTP/1.1" 200 156 0.009271 10.0.0.32 - - [2024-12-26 02:06:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.32 - - [2024-12-26 02:06:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.32 - - [2024-12-26 02:06:27] "POST /ref-update HTTP/1.1" 200 156 0.008971 10.0.0.32 - - [2024-12-26 02:06:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.32 - - [2024-12-26 02:06:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004607 10.0.0.32 - - [2024-12-26 02:06:27] "POST /ref-update HTTP/1.1" 200 156 0.011340 10.0.0.32 - - [2024-12-26 02:06:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.32 - - [2024-12-26 02:06:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003192 10.0.0.32 - - [2024-12-26 02:06:28] "POST /ref-update HTTP/1.1" 200 156 0.012606 10.0.0.32 - - [2024-12-26 02:06:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.008425 10.0.0.32 - - [2024-12-26 02:06:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.32 - - [2024-12-26 02:06:28] "POST /ref-update HTTP/1.1" 200 156 0.012045 10.0.0.32 - - [2024-12-26 02:06:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004334 10.0.0.32 - - [2024-12-26 02:06:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.32 - - [2024-12-26 02:06:28] "POST /ref-update HTTP/1.1" 200 156 0.009632 10.0.0.32 - - [2024-12-26 02:06:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.32 - - [2024-12-26 02:06:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.32 - - [2024-12-26 02:06:28] "POST /ref-update HTTP/1.1" 200 156 0.009521 10.0.0.32 - - [2024-12-26 02:06:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.32 - - [2024-12-26 02:06:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004008 10.0.0.32 - - [2024-12-26 02:06:28] "POST /ref-update HTTP/1.1" 200 156 0.010471 10.0.0.32 - - [2024-12-26 02:06:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.32 - - [2024-12-26 02:06:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.32 - - [2024-12-26 02:06:28] "POST /ref-update HTTP/1.1" 200 156 0.010113 10.0.0.32 - - [2024-12-26 02:06:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.32 - - [2024-12-26 02:06:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.32 - - [2024-12-26 02:06:28] "POST /ref-update HTTP/1.1" 200 156 0.010586 10.0.0.32 - - [2024-12-26 02:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.32 - - [2024-12-26 02:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003722 10.0.0.32 - - [2024-12-26 02:06:29] "POST /ref-update HTTP/1.1" 200 156 0.009226 10.0.0.32 - - [2024-12-26 02:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.32 - - [2024-12-26 02:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.32 - - [2024-12-26 02:06:29] "POST /ref-update HTTP/1.1" 200 156 0.009608 10.0.0.32 - - [2024-12-26 02:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.32 - - [2024-12-26 02:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.32 - - [2024-12-26 02:06:29] "POST /ref-update HTTP/1.1" 200 156 0.010810 10.0.0.32 - - [2024-12-26 02:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.32 - - [2024-12-26 02:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.32 - - [2024-12-26 02:06:29] "POST /ref-update HTTP/1.1" 200 156 0.009751 10.0.0.32 - - [2024-12-26 02:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004229 10.0.0.32 - - [2024-12-26 02:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.32 - - [2024-12-26 02:06:29] "POST /ref-update HTTP/1.1" 200 156 0.010086 10.0.0.32 - - [2024-12-26 02:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.32 - - [2024-12-26 02:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.32 - - [2024-12-26 02:06:29] "POST /ref-update HTTP/1.1" 200 156 0.010577 10.0.0.32 - - [2024-12-26 02:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003619 10.0.0.32 - - [2024-12-26 02:06:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.32 - - [2024-12-26 02:06:30] "POST /ref-update HTTP/1.1" 200 156 0.011220 10.0.0.32 - - [2024-12-26 02:06:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011 10.0.0.32 - - [2024-12-26 02:06:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.32 - - [2024-12-26 02:06:30] "POST /ref-update HTTP/1.1" 200 156 0.009824 10.0.0.32 - - [2024-12-26 02:06:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.32 - - [2024-12-26 02:06:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.32 - - [2024-12-26 02:06:30] "POST /ref-update HTTP/1.1" 200 156 0.008916 10.0.0.32 - - [2024-12-26 02:06:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880 10.0.0.32 - - [2024-12-26 02:06:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.32 - - [2024-12-26 02:06:30] "POST /ref-update HTTP/1.1" 200 156 0.009449 10.0.0.32 - - [2024-12-26 02:06:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.32 - - [2024-12-26 02:06:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.32 - - [2024-12-26 02:06:30] "POST /ref-update HTTP/1.1" 200 156 0.009319 10.0.0.32 - - [2024-12-26 02:06:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.32 - - [2024-12-26 02:06:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004565 10.0.0.32 - - [2024-12-26 02:06:30] "POST /ref-update HTTP/1.1" 200 156 0.009670 10.0.0.32 - - [2024-12-26 02:06:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.32 - - [2024-12-26 02:06:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.32 - - [2024-12-26 02:06:30] "POST /ref-update HTTP/1.1" 200 156 0.008852 10.0.0.32 - - [2024-12-26 02:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.32 - - [2024-12-26 02:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.32 - - [2024-12-26 02:06:31] "POST /ref-update HTTP/1.1" 200 156 0.010015 10.0.0.32 - - [2024-12-26 02:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004043 10.0.0.32 - - [2024-12-26 02:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.32 - - [2024-12-26 02:06:31] "POST /ref-update HTTP/1.1" 200 156 0.009532 10.0.0.32 - - [2024-12-26 02:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.32 - - [2024-12-26 02:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003854 10.0.0.32 - - [2024-12-26 02:06:31] "POST /ref-update HTTP/1.1" 200 156 0.009645 10.0.0.32 - - [2024-12-26 02:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.32 - - [2024-12-26 02:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004053 10.0.0.32 - - [2024-12-26 02:06:31] "POST /ref-update HTTP/1.1" 200 156 0.009293 10.0.0.32 - - [2024-12-26 02:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004078 10.0.0.32 - - [2024-12-26 02:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.32 - - [2024-12-26 02:06:31] "POST /ref-update HTTP/1.1" 200 156 0.009827 10.0.0.32 - - [2024-12-26 02:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.32 - - [2024-12-26 02:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.32 - - [2024-12-26 02:06:31] "POST /ref-update HTTP/1.1" 200 156 0.011146 10.0.0.32 - - [2024-12-26 02:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.32 - - [2024-12-26 02:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.32 - - [2024-12-26 02:06:32] "POST /ref-update HTTP/1.1" 200 156 0.009743 10.0.0.32 - - [2024-12-26 02:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.32 - - [2024-12-26 02:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.32 - - [2024-12-26 02:06:32] "POST /ref-update HTTP/1.1" 200 156 0.009533 10.0.0.32 - - [2024-12-26 02:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.32 - - [2024-12-26 02:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.32 - - [2024-12-26 02:06:32] "POST /ref-update HTTP/1.1" 200 156 0.010079 10.0.0.32 - - [2024-12-26 02:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.32 - - [2024-12-26 02:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004426 10.0.0.32 - - [2024-12-26 02:06:32] "POST /ref-update HTTP/1.1" 200 156 0.015237 10.0.0.32 - - [2024-12-26 02:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.32 - - [2024-12-26 02:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.32 - - [2024-12-26 02:06:32] "POST /ref-update HTTP/1.1" 200 156 0.009556 10.0.0.32 - - [2024-12-26 02:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004599 10.0.0.32 - - [2024-12-26 02:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.32 - - [2024-12-26 02:06:32] "POST /ref-update HTTP/1.1" 200 156 0.010318 10.0.0.32 - - [2024-12-26 02:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005047 10.0.0.32 - - [2024-12-26 02:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.32 - - [2024-12-26 02:06:32] "POST /ref-update HTTP/1.1" 200 156 0.009927 10.0.0.32 - - [2024-12-26 02:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003589 10.0.0.32 - - [2024-12-26 02:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.32 - - [2024-12-26 02:06:33] "POST /ref-update HTTP/1.1" 200 156 0.009838 10.0.0.32 - - [2024-12-26 02:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004601 10.0.0.32 - - [2024-12-26 02:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.32 - - [2024-12-26 02:06:33] "POST /ref-update HTTP/1.1" 200 156 0.013432 10.0.0.32 - - [2024-12-26 02:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.32 - - [2024-12-26 02:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.32 - - [2024-12-26 02:06:33] "POST /ref-update HTTP/1.1" 200 156 0.008774 10.0.0.32 - - [2024-12-26 02:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.32 - - [2024-12-26 02:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.32 - - [2024-12-26 02:06:33] "POST /ref-update HTTP/1.1" 200 156 0.024605 10.0.0.32 - - [2024-12-26 02:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.32 - - [2024-12-26 02:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.32 - - [2024-12-26 02:06:33] "POST /ref-update HTTP/1.1" 200 156 0.009840 10.0.0.32 - - [2024-12-26 02:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.32 - - [2024-12-26 02:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004028 10.0.0.32 - - [2024-12-26 02:06:33] "POST /ref-update HTTP/1.1" 200 156 0.009552 10.0.0.32 - - [2024-12-26 02:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.32 - - [2024-12-26 02:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.32 - - [2024-12-26 02:06:34] "POST /ref-update HTTP/1.1" 200 156 0.008711 10.0.0.32 - - [2024-12-26 02:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836 10.0.0.32 - - [2024-12-26 02:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.32 - - [2024-12-26 02:06:34] "POST /ref-update HTTP/1.1" 200 156 0.008782 10.0.0.32 - - [2024-12-26 02:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.32 - - [2024-12-26 02:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.32 - - [2024-12-26 02:06:34] "POST /ref-update HTTP/1.1" 200 156 0.010483 10.0.0.32 - - [2024-12-26 02:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004441 10.0.0.32 - - [2024-12-26 02:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.32 - - [2024-12-26 02:06:34] "POST /ref-update HTTP/1.1" 200 156 0.009898 10.0.0.32 - - [2024-12-26 02:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.32 - - [2024-12-26 02:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.32 - - [2024-12-26 02:06:34] "POST /ref-update HTTP/1.1" 200 156 0.008937 10.0.0.32 - - [2024-12-26 02:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.32 - - [2024-12-26 02:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.32 - - [2024-12-26 02:06:34] "POST /ref-update HTTP/1.1" 200 156 0.008649 10.0.0.32 - - [2024-12-26 02:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.32 - - [2024-12-26 02:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.32 - - [2024-12-26 02:06:34] "POST /ref-update HTTP/1.1" 200 156 0.010474 10.0.0.32 - - [2024-12-26 02:06:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.32 - - [2024-12-26 02:06:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.32 - - [2024-12-26 02:06:35] "POST /ref-update HTTP/1.1" 200 156 0.036443 10.0.0.32 - - [2024-12-26 02:06:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966 10.0.0.32 - - [2024-12-26 02:06:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.32 - - [2024-12-26 02:06:35] "POST /ref-update HTTP/1.1" 200 156 0.009183 10.0.0.32 - - [2024-12-26 02:06:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.32 - - [2024-12-26 02:06:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004256 10.0.0.32 - - [2024-12-26 02:06:35] "POST /ref-update HTTP/1.1" 200 156 0.007947 10.0.0.32 - - [2024-12-26 02:06:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.32 - - [2024-12-26 02:06:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472 10.0.0.32 - - [2024-12-26 02:06:35] "POST /ref-update HTTP/1.1" 200 156 0.011327 10.0.0.32 - - [2024-12-26 02:06:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.32 - - [2024-12-26 02:06:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.32 - - [2024-12-26 02:06:35] "POST /ref-update HTTP/1.1" 200 156 0.010601 10.0.0.32 - - [2024-12-26 02:06:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005161 10.0.0.32 - - [2024-12-26 02:06:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.32 - - [2024-12-26 02:06:35] "POST /ref-update HTTP/1.1" 200 156 0.023692 10.0.0.32 - - [2024-12-26 02:06:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.32 - - [2024-12-26 02:06:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.32 - - [2024-12-26 02:06:36] "POST /ref-update HTTP/1.1" 200 156 0.011302 10.0.0.32 - - [2024-12-26 02:06:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.32 - - [2024-12-26 02:06:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.32 - - [2024-12-26 02:06:36] "POST /ref-update HTTP/1.1" 200 156 0.013810 10.0.0.32 - - [2024-12-26 02:06:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004288 10.0.0.32 - - [2024-12-26 02:06:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.32 - - [2024-12-26 02:06:36] "POST /ref-update HTTP/1.1" 200 156 0.012190 10.0.0.32 - - [2024-12-26 02:06:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.32 - - [2024-12-26 02:06:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.32 - - [2024-12-26 02:06:36] "POST /ref-update HTTP/1.1" 200 156 0.008466 10.0.0.32 - - [2024-12-26 02:06:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.32 - - [2024-12-26 02:06:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.32 - - [2024-12-26 02:06:36] "POST /ref-update HTTP/1.1" 200 156 0.008350 10.0.0.32 - - [2024-12-26 02:06:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.32 - - [2024-12-26 02:06:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.32 - - [2024-12-26 02:06:36] "POST /ref-update HTTP/1.1" 200 156 0.008651 10.0.0.32 - - [2024-12-26 02:06:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.32 - - [2024-12-26 02:06:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.32 - - [2024-12-26 02:06:36] "POST /ref-update HTTP/1.1" 200 156 0.008151 10.0.0.32 - - [2024-12-26 02:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.32 - - [2024-12-26 02:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.32 - - [2024-12-26 02:06:37] "POST /ref-update HTTP/1.1" 200 156 0.009689 10.0.0.32 - - [2024-12-26 02:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.32 - - [2024-12-26 02:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004067 10.0.0.32 - - [2024-12-26 02:06:37] "POST /ref-update HTTP/1.1" 200 156 0.008748 10.0.0.32 - - [2024-12-26 02:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989 10.0.0.32 - - [2024-12-26 02:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.32 - - [2024-12-26 02:06:37] "POST /ref-update HTTP/1.1" 200 156 0.008747 10.0.0.32 - - [2024-12-26 02:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.32 - - [2024-12-26 02:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.32 - - [2024-12-26 02:06:37] "POST /ref-update HTTP/1.1" 200 156 0.008397 10.0.0.32 - - [2024-12-26 02:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.32 - - [2024-12-26 02:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.32 - - [2024-12-26 02:06:37] "POST /ref-update HTTP/1.1" 200 156 0.008262 10.0.0.32 - - [2024-12-26 02:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004683 10.0.0.32 - - [2024-12-26 02:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.32 - - [2024-12-26 02:06:37] "POST /ref-update HTTP/1.1" 200 156 0.010222 10.0.0.32 - - [2024-12-26 02:06:37] "POST /network-ipams HTTP/1.1" 200 550 0.022508 10.0.0.32 - - [2024-12-26 02:06:38] "POST /useragent-kv HTTP/1.1" 200 115 0.004098 10.0.0.32 - - [2024-12-26 02:06:38] "POST /virtual-networks HTTP/1.1" 200 552 0.100626 10.0.0.32 - - [2024-12-26 02:06:38] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.003112 10.0.0.32 - - [2024-12-26 02:06:38] "POST /fqname-to-id HTTP/1.1" 404 188 0.003926 10.0.0.32 - - [2024-12-26 02:06:38] "POST /fqname-to-id HTTP/1.1" 404 178 0.003178 10.0.0.32 - - [2024-12-26 02:06:38] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 312 0.003776 10.0.0.32 - - [2024-12-26 02:06:38] "GET /fabric/98be926c-10a1-4e9c-afc9-5008bb54b046?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1117 0.004441 10.0.0.32 - - [2024-12-26 02:06:38] "POST /fqname-to-id HTTP/1.1" 404 198 0.004174 10.0.0.32 - - [2024-12-26 02:06:38] "POST /fqname-to-id HTTP/1.1" 404 205 0.002978 10.0.0.32 - - [2024-12-26 02:06:38] "POST /fqname-to-id HTTP/1.1" 404 207 0.003433 10.0.0.32 - - [2024-12-26 02:06:38] "POST /route-targets HTTP/1.1" 200 327 0.010475 10.0.0.32 - - [2024-12-26 02:06:38] "POST /ref-update HTTP/1.1" 200 156 0.013629 10.0.0.32 - - [2024-12-26 02:07:02] "GET / HTTP/1.1" 200 35931 0.002097 10.0.0.32 - - [2024-12-26 02:07:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000499 10.0.0.32 - - [2024-12-26 02:07:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.025923 10.0.0.32 - - [2024-12-26 02:07:02] "GET /routing-instance/6294a014-4b51-44a4-81da-94137b98abfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1174 0.003638 10.0.0.32 - - [2024-12-26 02:07:02] "POST /bgp-routers HTTP/1.1" 200 620 0.023233 10.0.0.32 - - [2024-12-26 02:07:03] "GET /bgp-router/f1ce2d2f-9d95-4c4e-8682-ee223213a557?fields=global_system_config_back_refs HTTP/1.1" 200 1116 0.005319 10.0.0.32 - - [2024-12-26 02:07:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.32 - - [2024-12-26 02:07:03] "GET /global-system-config/683c65cd-8c12-4546-802e-f5f59dfa2164?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2340 0.004104 10.0.0.32 - - [2024-12-26 02:07:03] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003646 10.0.0.32 - - [2024-12-26 02:07:03] "POST /ref-update HTTP/1.1" 200 156 0.008240 10.0.0.32 - - [2024-12-26 02:07:57] "GET / HTTP/1.1" 200 35931 0.001935 10.0.0.32 - - [2024-12-26 02:07:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000532 10.0.0.32 - - [2024-12-26 02:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.032009 10.0.0.32 - - [2024-12-26 02:07:58] "GET /global-system-config/683c65cd-8c12-4546-802e-f5f59dfa2164?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.005783 10.0.0.32 - - [2024-12-26 02:07:58] "POST /fqname-to-id HTTP/1.1" 404 220 0.004276 10.0.0.32 - - [2024-12-26 02:07:58] "POST /database-nodes HTTP/1.1" 200 603 0.019397 10.0.0.32 - - [2024-12-26 02:08:44] "GET / HTTP/1.1" 200 35931 0.002758 10.0.0.32 - - [2024-12-26 02:08:44] "POST /fqname-to-id HTTP/1.1" 401 292 0.000670 10.0.0.32 - - [2024-12-26 02:08:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.029152 10.0.0.32 - - [2024-12-26 02:08:45] "GET /global-system-config/683c65cd-8c12-4546-802e-f5f59dfa2164?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.004139 10.0.0.32 - - [2024-12-26 02:08:45] "POST /fqname-to-id HTTP/1.1" 404 220 0.004424 10.0.0.32 - - [2024-12-26 02:08:45] "POST /analytics-nodes HTTP/1.1" 200 605 0.026577 10.0.0.32 - - [2024-12-26 02:08:50] "GET / HTTP/1.1" 200 35931 0.002988 10.0.0.32 - - [2024-12-26 02:09:03] "GET / HTTP/1.1" 200 35931 0.001662 10.0.0.32 - - [2024-12-26 02:09:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000523 10.0.0.32 - - [2024-12-26 02:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.027214 10.0.0.32 - - [2024-12-26 02:09:03] "GET /global-system-config/683c65cd-8c12-4546-802e-f5f59dfa2164?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.003211 10.0.0.32 - - [2024-12-26 02:09:04] "POST /fqname-to-id HTTP/1.1" 404 220 0.003897 10.0.0.32 - - [2024-12-26 02:09:04] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.137891 10.0.0.32 - - [2024-12-26 02:09:15] "GET / HTTP/1.1" 200 35931 0.001768 10.0.0.32 - - [2024-12-26 02:09:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000517 10.0.0.32 - - [2024-12-26 02:09:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.029985 10.0.0.32 - - [2024-12-26 02:09:16] "GET /global-system-config/683c65cd-8c12-4546-802e-f5f59dfa2164?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.003379 10.0.0.32 - - [2024-12-26 02:09:16] "POST /fqname-to-id HTTP/1.1" 404 220 0.003051 10.0.0.32 - - [2024-12-26 02:09:16] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.019910 The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.32 - - [2024-12-26 02:09:37] "GET /obj-perms HTTP/1.1" 200 5056 0.379378 10.0.0.32 - - [2024-12-26 02:09:37] "GET /obj-perms HTTP/1.1" 200 5056 0.058807 10.0.0.32 - - [2024-12-26 02:10:37] "GET /obj-perms HTTP/1.1" 200 5056 0.055565 10.0.0.32 - - [2024-12-26 02:10:38] "GET /obj-perms HTTP/1.1" 200 5056 0.059350 10.0.0.32 - - [2024-12-26 02:10:52] "GET / HTTP/1.1" 200 35931 0.001788 10.0.0.32 - - [2024-12-26 02:10:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000450 10.0.0.32 - - [2024-12-26 02:10:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.025409 10.0.0.32 - - [2024-12-26 02:10:53] "GET /global-system-config/683c65cd-8c12-4546-802e-f5f59dfa2164?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.003400 10.0.0.32 - - [2024-12-26 02:10:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.32 - - [2024-12-26 02:10:53] "GET /routing-instance/6294a014-4b51-44a4-81da-94137b98abfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1174 0.004632 10.0.0.32 - - [2024-12-26 02:10:53] "PUT /global-system-config/683c65cd-8c12-4546-802e-f5f59dfa2164 HTTP/1.1" 200 274 0.019435 10.0.0.32 - - [2024-12-26 02:10:53] "POST /fqname-to-id HTTP/1.1" 404 218 0.003350 10.0.0.32 - - [2024-12-26 02:10:53] "POST /virtual-routers HTTP/1.1" 200 603 0.300867 10.0.0.32 - - [2024-12-26 02:10:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.32 - - [2024-12-26 02:10:53] "GET /virtual-router/8abb6b90-a4dc-4a10-969d-0ab9093cffbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1244 0.005658 10.0.0.32 - - [2024-12-26 02:10:53] "POST /fqname-to-id HTTP/1.1" 404 231 0.002928 10.0.0.32 - - [2024-12-26 02:10:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896 10.0.0.32 - - [2024-12-26 02:10:53] "GET /virtual-network/e21bbe22-fb98-44f5-961c-e2f47598f0c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.003414 10.0.0.32 - - [2024-12-26 02:10:54] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.055916 10.0.0.32 - - [2024-12-26 02:10:54] "PUT /access-control-list/078b6d89-1dff-46b6-91db-7a1404c5440b HTTP/1.1" 200 272 0.031803 [Introspect:8084]10.0.0.32 - - [2024-12-26 02:11:05] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000965 [Introspect:8084]10.0.0.32 - - [2024-12-26 02:11:05] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000965 [Introspect:8084]10.0.0.32 - - [2024-12-26 02:11:07] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000906 [Introspect:8084]10.0.0.32 - - [2024-12-26 02:11:07] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001006 10.0.0.32 - - [2024-12-26 02:11:13] "GET /global-system-configs HTTP/1.1" 200 322 0.003608 10.0.0.32 - - [2024-12-26 02:11:13] "GET /obj-perms HTTP/1.1" 200 5056 0.030788 10.0.0.32 - - [2024-12-26 02:11:14] "GET /global-system-configs HTTP/1.1" 200 322 0.027227 10.0.0.32 - - [2024-12-26 02:11:14] "GET /obj-perms HTTP/1.1" 200 5056 0.062685 10.0.0.32 - - [2024-12-26 02:11:38] "GET /obj-perms HTTP/1.1" 200 5056 0.067919 10.0.0.32 - - [2024-12-26 02:11:38] "GET /obj-perms HTTP/1.1" 200 5056 0.060718 10.0.0.32 - - [2024-12-26 02:12:25] "GET / HTTP/1.1" 200 35931 0.001987 10.0.0.32 - - [2024-12-26 02:12:26] "GET /project/3045b536-f152-45f1-bc5c-074145310815?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000550 10.0.0.32 - - [2024-12-26 02:12:26] "GET /projects?obj_uuids=3045b536-f152-45f1-bc5c-074145310815&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.030670 10.0.0.32 - - [2024-12-26 02:12:26] "GET /domains?obj_uuids=623962f1-258d-4b2a-ae1e-14ab588c1e3c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001844 10.0.0.32 - - [2024-12-26 02:12:26] "GET /domain/623962f1-258d-4b2a-ae1e-14ab588c1e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.038787 10.0.0.32 - - [2024-12-26 02:12:26] "POST /id-to-fqname HTTP/1.1" 200 167 0.001985 10.0.0.32 - - [2024-12-26 02:12:26] "POST /fqname-to-id HTTP/1.1" 404 176 0.002652 10.0.0.32 - - [2024-12-26 02:12:26] "POST /security-groups HTTP/1.1" 200 568 0.078006 10.0.0.32 - - [2024-12-26 02:12:26] "POST /fqname-to-id HTTP/1.1" 404 207 0.002751 10.0.0.32 - - [2024-12-26 02:12:26] "POST /projects HTTP/1.1" 200 539 0.237532 10.0.0.32 - - [2024-12-26 02:12:26] "POST /access-control-lists HTTP/1.1" 200 573 0.062117 10.0.0.32 - - [2024-12-26 02:12:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.315577 10.0.0.32 - - [2024-12-26 02:12:26] "POST /fqname-to-id HTTP/1.1" 404 206 0.003976 10.0.0.32 - - [2024-12-26 02:12:26] "GET /project/3045b536-f152-45f1-bc5c-074145310815?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.499941 10.0.0.32 - - [2024-12-26 02:12:27] "POST /access-control-lists HTTP/1.1" 200 571 0.060784 [Introspect:8084]10.0.0.32 - - [2024-12-26 02:12:27] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001098 10.0.0.32 - - [2024-12-26 02:12:27] "POST /fqname-to-id HTTP/1.1" 404 199 0.024565 10.0.0.32 - - [2024-12-26 02:12:28] "GET /projects?obj_uuids=48efadbd-7381-40d4-81ce-9313b9f6c2a2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004192 10.0.0.32 - - [2024-12-26 02:12:28] "GET /domains?obj_uuids=623962f1-258d-4b2a-ae1e-14ab588c1e3c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001143 10.0.0.32 - - [2024-12-26 02:12:28] "GET /domain/623962f1-258d-4b2a-ae1e-14ab588c1e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007804 10.0.0.32 - - [2024-12-26 02:12:28] "POST /id-to-fqname HTTP/1.1" 200 201 0.001292 10.0.0.32 - - [2024-12-26 02:12:28] "POST /fqname-to-id HTTP/1.1" 404 210 0.004303 10.0.0.32 - - [2024-12-26 02:12:28] "POST /security-groups HTTP/1.1" 200 602 0.064214 10.0.0.32 - - [2024-12-26 02:12:28] "POST /fqname-to-id HTTP/1.1" 404 245 0.004324 10.0.0.32 - - [2024-12-26 02:12:28] "POST /projects HTTP/1.1" 200 607 0.226583 10.0.0.32 - - [2024-12-26 02:12:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.302664 10.0.0.32 - - [2024-12-26 02:12:28] "POST /access-control-lists HTTP/1.1" 200 607 0.063196 10.0.0.32 - - [2024-12-26 02:12:28] "POST /fqname-to-id HTTP/1.1" 404 244 0.005098 10.0.0.32 - - [2024-12-26 02:12:28] "GET /project/48efadbd-7381-40d4-81ce-9313b9f6c2a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.431555 10.0.0.32 - - [2024-12-26 02:12:28] "POST /access-control-lists HTTP/1.1" 200 605 0.073477 10.0.0.32 - - [2024-12-26 02:12:29] "GET / HTTP/1.1" 200 35931 0.002921 10.0.0.32 - - [2024-12-26 02:12:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000529 10.0.0.32 - - [2024-12-26 02:12:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.052318 10.0.0.32 - - [2024-12-26 02:12:30] "GET /projects?obj_uuids=48efadbd-7381-40d4-81ce-9313b9f6c2a2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001087 10.0.0.32 - - [2024-12-26 02:12:30] "GET /project/48efadbd-7381-40d4-81ce-9313b9f6c2a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.027166 10.0.0.32 - - [2024-12-26 02:12:30] "POST /neutron/network HTTP/1.1" 200 117 0.049169 10.0.0.32 - - [2024-12-26 02:12:30] "GET /projects?obj_uuids=48efadbd-7381-40d4-81ce-9313b9f6c2a2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001589 10.0.0.32 - - [2024-12-26 02:12:30] "POST /neutron/network HTTP/1.1" 200 620 0.077632 10.0.0.32 - - [2024-12-26 02:12:30] "POST /route-targets HTTP/1.1" 200 327 0.010158 10.0.0.32 - - [2024-12-26 02:12:30] "POST /ref-update HTTP/1.1" 200 156 0.011138 10.0.0.32 - - [2024-12-26 02:12:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003860 10.0.0.32 - - [2024-12-26 02:12:30] "POST /neutron/subnet HTTP/1.1" 200 734 0.143588 10.0.0.32 - - [2024-12-26 02:12:31] "POST /neutron/network HTTP/1.1" 200 841 0.006369 10.0.0.32 - - [2024-12-26 02:12:31] "POST /id-to-fqname HTTP/1.1" 200 233 0.001261 10.0.0.32 - - [2024-12-26 02:12:31] "GET /virtual-network/e449ce44-6b33-43d3-8cd1-46563080127c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005204 10.0.0.32 - - [2024-12-26 02:12:31] "POST /neutron/network HTTP/1.1" 200 841 0.007674 10.0.0.32 - - [2024-12-26 02:12:31] "GET /virtual-network/e449ce44-6b33-43d3-8cd1-46563080127c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.002721 10.0.0.32 - - [2024-12-26 02:12:31] "POST /neutron/network HTTP/1.1" 200 841 0.006300 10.0.0.32 - - [2024-12-26 02:12:31] "POST /neutron/subnet HTTP/1.1" 200 734 0.006774 10.0.0.32 - - [2024-12-26 02:12:31] "GET /domains HTTP/1.1" 401 292 0.000612 10.0.0.32 - - [2024-12-26 02:12:31] "GET /domains HTTP/1.1" 200 280 0.025407 10.0.0.32 - - [2024-12-26 02:12:31] "GET /domains?obj_uuids=623962f1-258d-4b2a-ae1e-14ab588c1e3c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001549 10.0.0.32 - - [2024-12-26 02:12:31] "GET /domain/623962f1-258d-4b2a-ae1e-14ab588c1e3c HTTP/1.1" 200 2584 0.012553 10.0.0.32 - - [2024-12-26 02:12:31] "GET /projects?obj_uuids=48efadbd-7381-40d4-81ce-9313b9f6c2a2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001051 10.0.0.32 - - [2024-12-26 02:12:31] "GET /project/48efadbd-7381-40d4-81ce-9313b9f6c2a2 HTTP/1.1" 200 2167 0.072260 10.0.0.32 - - [2024-12-26 02:12:31] "GET /virtual-network/e449ce44-6b33-43d3-8cd1-46563080127c HTTP/1.1" 200 2349 0.008540 10.0.0.32 - - [2024-12-26 02:12:31] "GET /virtual-network/e449ce44-6b33-43d3-8cd1-46563080127c HTTP/1.1" 200 2349 0.004205 10.0.0.32 - - [2024-12-26 02:12:31] "GET /routing-instance/f8e355f5-5308-466c-a6b4-06633e0cc1a7 HTTP/1.1" 200 1495 0.004154 10.0.0.32 - - [2024-12-26 02:12:31] "GET /routing-instance/f8e355f5-5308-466c-a6b4-06633e0cc1a7 HTTP/1.1" 200 1495 0.004537 10.0.0.32 - - [2024-12-26 02:12:31] "GET /route-target/4b75454e-0a3e-44cf-b821-dcc0fe23b50c HTTP/1.1" 200 1219 0.003700 10.0.0.32 - - [2024-12-26 02:12:31] "GET /virtual-network/e449ce44-6b33-43d3-8cd1-46563080127c HTTP/1.1" 200 2349 0.003675 10.0.0.32 - - [2024-12-26 02:12:31] "GET /routing-instance/f8e355f5-5308-466c-a6b4-06633e0cc1a7 HTTP/1.1" 200 1495 0.002856 10.0.0.32 - - [2024-12-26 02:12:31] "GET /virtual-network/e449ce44-6b33-43d3-8cd1-46563080127c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.003437 10.0.0.32 - - [2024-12-26 02:12:31] "GET /virtual-network/e449ce44-6b33-43d3-8cd1-46563080127c HTTP/1.1" 200 2349 0.003340 10.0.0.32 - - [2024-12-26 02:12:31] "GET /routing-instance/f8e355f5-5308-466c-a6b4-06633e0cc1a7 HTTP/1.1" 200 1495 0.003410 10.0.0.32 - - [2024-12-26 02:12:31] "GET /routing-instance/f8e355f5-5308-466c-a6b4-06633e0cc1a7 HTTP/1.1" 200 1495 0.003505 10.0.0.32 - - [2024-12-26 02:12:31] "GET /route-target/4b75454e-0a3e-44cf-b821-dcc0fe23b50c HTTP/1.1" 200 1219 0.003422 10.0.0.32 - - [2024-12-26 02:12:31] "GET /domains HTTP/1.1" 200 280 0.003174 10.0.0.32 - - [2024-12-26 02:12:31] "GET /domains?obj_uuids=623962f1-258d-4b2a-ae1e-14ab588c1e3c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001099 10.0.0.32 - - [2024-12-26 02:12:31] "GET /domain/623962f1-258d-4b2a-ae1e-14ab588c1e3c HTTP/1.1" 200 2584 0.006652 10.0.0.32 - - [2024-12-26 02:12:31] "GET /projects?obj_uuids=48efadbd-7381-40d4-81ce-9313b9f6c2a2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001036 10.0.0.32 - - [2024-12-26 02:12:31] "GET /project/48efadbd-7381-40d4-81ce-9313b9f6c2a2 HTTP/1.1" 200 2167 0.064003 10.0.0.32 - - [2024-12-26 02:12:31] "GET /virtual-network/e449ce44-6b33-43d3-8cd1-46563080127c HTTP/1.1" 200 2349 0.002792 10.0.0.32 - - [2024-12-26 02:12:32] "GET /obj-perms HTTP/1.1" 200 5052 0.049772 10.0.0.32 - - [2024-12-26 02:12:32] "POST /id-to-fqname HTTP/1.1" 200 233 0.001397 10.0.0.32 - - [2024-12-26 02:12:33] "DELETE /project/48efadbd738140d481ce9313b9f6c2a2 HTTP/1.1" 404 173 0.004487 10.0.0.32 - - [2024-12-26 02:12:33] "DELETE /project/3045b536f15245f1bc5c074145310815 HTTP/1.1" 404 173 0.003263 10.0.0.32 - - [2024-12-26 02:12:33] "POST /neutron/network HTTP/1.1" 200 851 0.007068 10.0.0.32 - - [2024-12-26 02:12:33] "GET /aaa-mode HTTP/1.1" 401 292 0.000496 10.0.0.32 - - [2024-12-26 02:12:34] "GET / HTTP/1.1" 200 35931 0.002208 10.0.0.32 - - [2024-12-26 02:12:34] "GET /project/48efadbd-7381-40d4-81ce-9313b9f6c2a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000454 10.0.0.32 - - [2024-12-26 02:12:34] "GET /projects?obj_uuids=48efadbd-7381-40d4-81ce-9313b9f6c2a2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001233 10.0.0.32 - - [2024-12-26 02:12:34] "GET /project/48efadbd-7381-40d4-81ce-9313b9f6c2a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.053270 10.0.0.32 - - [2024-12-26 02:12:35] "POST /neutron/network HTTP/1.1" 200 841 0.034983 10.0.0.32 - - [2024-12-26 02:12:35] "POST /neutron/port HTTP/1.1" 200 117 0.007048 10.0.0.32 - - [2024-12-26 02:12:35] "POST /neutron/port HTTP/1.1" 200 117 0.005395 10.0.0.32 - - [2024-12-26 02:12:35] "POST /neutron/port HTTP/1.1" 200 117 0.008147 10.0.0.32 - - [2024-12-26 02:12:36] "POST /neutron/network HTTP/1.1" 200 851 0.006358 10.0.0.32 - - [2024-12-26 02:12:36] "GET /projects?obj_uuids=48efadbd-7381-40d4-81ce-9313b9f6c2a2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001156 10.0.0.32 - - [2024-12-26 02:12:36] "POST /neutron/port HTTP/1.1" 200 1073 0.241036 10.0.0.32 - - [2024-12-26 02:12:37] "POST /neutron/port HTTP/1.1" 200 1073 0.041109 10.0.0.32 - - [2024-12-26 02:12:37] "POST /neutron/port HTTP/1.1" 200 1073 0.021704 10.0.0.32 - - [2024-12-26 02:12:37] "POST /neutron/port HTTP/1.1" 200 1127 0.062398 10.0.0.32 - - [2024-12-26 02:12:37] "POST /neutron/port HTTP/1.1" 200 1101 0.019308 10.0.0.32 - - [2024-12-26 02:12:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004240 10.0.0.32 - - [2024-12-26 02:12:37] "POST /neutron/subnet HTTP/1.1" 200 708 0.012053 10.0.0.32 - - [2024-12-26 02:12:37] "POST /neutron/port HTTP/1.1" 200 117 0.001304 10.0.0.32 - - [2024-12-26 02:12:37] "POST /neutron/network HTTP/1.1" 200 841 0.006562 10.0.0.32 - - [2024-12-26 02:12:39] "GET /obj-perms HTTP/1.1" 200 5056 0.055495 10.0.0.32 - - [2024-12-26 02:12:39] "GET /obj-perms HTTP/1.1" 200 5056 0.056047 10.0.0.32 - - [2024-12-26 02:12:40] "POST /neutron/port HTTP/1.1" 200 1101 0.023332 10.0.0.32 - - [2024-12-26 02:12:40] "POST /neutron/security_group HTTP/1.1" 200 2069 0.007764 10.0.0.32 - - [2024-12-26 02:12:45] "POST /neutron/port HTTP/1.1" 200 1101 0.016160 10.0.0.32 - - [2024-12-26 02:12:45] "POST /neutron/security_group HTTP/1.1" 200 2069 0.008351 10.0.0.32 - - [2024-12-26 02:12:45] "GET /obj-perms HTTP/1.1" 200 5052 0.004920 10.0.0.32 - - [2024-12-26 02:12:46] "GET /obj-perms HTTP/1.1" 200 5052 0.004140 10.0.0.32 - - [2024-12-26 02:12:47] "GET /obj-perms HTTP/1.1" 200 5052 0.003760 10.0.0.32 - - [2024-12-26 02:12:49] "GET /obj-perms HTTP/1.1" 200 5052 0.004675 10.0.0.32 - - [2024-12-26 02:12:50] "GET /obj-perms HTTP/1.1" 200 5052 0.007723 10.0.0.32 - - [2024-12-26 02:12:51] "POST /neutron/network HTTP/1.1" 200 841 0.009603 10.0.0.32 - - [2024-12-26 02:12:51] "POST /neutron/network HTTP/1.1" 400 204 0.017671 10.0.0.32 - - [2024-12-26 02:12:51] "POST /neutron/port HTTP/1.1" 200 1101 0.018165 10.0.0.32 - - [2024-12-26 02:12:51] "POST /neutron/port HTTP/1.1" 200 1127 0.012901 10.0.0.32 - - [2024-12-26 02:12:51] "POST /neutron/port HTTP/1.1" 200 151 0.135968 10.0.0.32 - - [2024-12-26 02:12:53] "POST /neutron/network HTTP/1.1" 200 841 0.006274 10.0.0.32 - - [2024-12-26 02:12:53] "POST /useragent-kv HTTP/1.1" 200 115 0.001412 10.0.0.32 - - [2024-12-26 02:12:53] "POST /useragent-kv HTTP/1.1" 200 115 0.001048 10.0.0.32 - - [2024-12-26 02:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004558 10.0.0.32 - - [2024-12-26 02:12:53] "POST /neutron/network HTTP/1.1" 200 151 0.112960 10.0.0.32 - - [2024-12-26 02:12:53] "GET /routing-instance/f8e355f5-5308-466c-a6b4-06633e0cc1a7 HTTP/1.1" 404 171 0.004806 10.0.0.32 - - [2024-12-26 02:12:53] "GET /domains HTTP/1.1" 200 280 0.003188 10.0.0.32 - - [2024-12-26 02:12:53] "GET /domains?obj_uuids=623962f1-258d-4b2a-ae1e-14ab588c1e3c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001087 10.0.0.32 - - [2024-12-26 02:12:53] "DELETE /route-target/4b75454e-0a3e-44cf-b821-dcc0fe23b50c HTTP/1.1" 200 115 0.033666 10.0.0.32 - - [2024-12-26 02:12:53] "GET /domain/623962f1-258d-4b2a-ae1e-14ab588c1e3c HTTP/1.1" 200 2584 0.051182 10.0.0.32 - - [2024-12-26 02:12:53] "GET /projects?obj_uuids=48efadbd-7381-40d4-81ce-9313b9f6c2a2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001644 10.0.0.32 - - [2024-12-26 02:12:53] "GET /project/48efadbd-7381-40d4-81ce-9313b9f6c2a2 HTTP/1.1" 200 1917 0.087683 10.0.0.32 - - [2024-12-26 02:12:53] "GET /projects?obj_uuids=48efadbd-7381-40d4-81ce-9313b9f6c2a2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002193 10.0.0.32 - - [2024-12-26 02:12:53] "GET /project/48efadbd-7381-40d4-81ce-9313b9f6c2a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.030358 10.0.0.32 - - [2024-12-26 02:12:53] "GET /projects?obj_uuids=48efadbd-7381-40d4-81ce-9313b9f6c2a2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001641 10.0.0.32 - - [2024-12-26 02:12:53] "GET /project/48efadbd-7381-40d4-81ce-9313b9f6c2a2?fields=virtual_networks HTTP/1.1" 200 1053 0.068469 10.0.0.32 - - [2024-12-26 02:12:53] "GET /projects?obj_uuids=48efadbd-7381-40d4-81ce-9313b9f6c2a2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001363 10.0.0.32 - - [2024-12-26 02:12:53] "GET /project/48efadbd-7381-40d4-81ce-9313b9f6c2a2?fields=virtual_machine_interfaces HTTP/1.1" 200 1053 0.024942 10.0.0.32 - - [2024-12-26 02:12:54] "GET /projects?obj_uuids=48efadbd-7381-40d4-81ce-9313b9f6c2a2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001140 10.0.0.32 - - [2024-12-26 02:12:54] "GET /project/48efadbd-7381-40d4-81ce-9313b9f6c2a2?fields=security_groups HTTP/1.1" 200 1290 0.021980 10.0.0.32 - - [2024-12-26 02:12:54] "POST /fqname-to-id HTTP/1.1" 404 200 0.025748 10.0.0.32 - - [2024-12-26 02:12:55] "GET /projects?obj_uuids=0ebd4169-068e-48fb-881e-516c605e7aec&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002897 10.0.0.32 - - [2024-12-26 02:12:55] "GET /domains?obj_uuids=623962f1-258d-4b2a-ae1e-14ab588c1e3c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001038 10.0.0.32 - - [2024-12-26 02:12:55] "GET /domain/623962f1-258d-4b2a-ae1e-14ab588c1e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006397 10.0.0.32 - - [2024-12-26 02:12:55] "POST /id-to-fqname HTTP/1.1" 200 202 0.001459 10.0.0.32 - - [2024-12-26 02:12:55] "POST /fqname-to-id HTTP/1.1" 404 211 0.005419 10.0.0.32 - - [2024-12-26 02:12:55] "POST /security-groups HTTP/1.1" 200 603 0.067460 10.0.0.32 - - [2024-12-26 02:12:55] "POST /fqname-to-id HTTP/1.1" 404 246 0.003891 10.0.0.32 - - [2024-12-26 02:12:55] "POST /projects HTTP/1.1" 200 609 0.243739 10.0.0.32 - - [2024-12-26 02:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.317556 10.0.0.32 - - [2024-12-26 02:12:55] "POST /access-control-lists HTTP/1.1" 200 608 0.069595 10.0.0.32 - - [2024-12-26 02:12:55] "POST /fqname-to-id HTTP/1.1" 404 245 0.003199 10.0.0.32 - - [2024-12-26 02:12:55] "GET /project/0ebd4169-068e-48fb-881e-516c605e7aec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.439979 10.0.0.32 - - [2024-12-26 02:12:55] "POST /access-control-lists HTTP/1.1" 200 606 0.072398 10.0.0.32 - - [2024-12-26 02:12:56] "GET / HTTP/1.1" 200 35931 0.002331 10.0.0.32 - - [2024-12-26 02:12:57] "GET /projects?obj_uuids=3045b536-f152-45f1-bc5c-074145310815&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001194 10.0.0.32 - - [2024-12-26 02:12:57] "GET /project/3045b536-f152-45f1-bc5c-074145310815?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.027009 10.0.0.32 - - [2024-12-26 02:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004166 10.0.0.32 - - [2024-12-26 02:12:57] "GET /security-group/4ccd0b1d-d444-4f14-b23e-a43bc0e74720?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.004782 10.0.0.32 - - [2024-12-26 02:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004642 10.0.0.32 - - [2024-12-26 02:12:58] "GET /projects?obj_uuids=3045b536-f152-45f1-bc5c-074145310815&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001831 10.0.0.32 - - [2024-12-26 02:12:58] "GET /project/3045b536-f152-45f1-bc5c-074145310815?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.034793 10.0.0.32 - - [2024-12-26 02:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.32 - - [2024-12-26 02:12:58] "GET /security-group/4ccd0b1d-d444-4f14-b23e-a43bc0e74720?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.005602 10.0.0.32 - - [2024-12-26 02:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.32 - - [2024-12-26 02:12:58] "PUT /security-group/4ccd0b1d-d444-4f14-b23e-a43bc0e74720 HTTP/1.1" 200 262 0.033178 10.0.0.32 - - [2024-12-26 02:12:58] "PUT /access-control-list/2356902a-1004-41e8-a788-6b5d2421f593 HTTP/1.1" 200 272 0.010468 10.0.0.32 - - [2024-12-26 02:12:58] "PUT /access-control-list/38ddc54e-cb82-4c44-984d-ccf4aaeb7768 HTTP/1.1" 200 272 0.010573 10.0.0.32 - - [2024-12-26 02:12:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000546 10.0.0.32 - - [2024-12-26 02:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.056458 10.0.0.32 - - [2024-12-26 02:12:58] "GET /projects?obj_uuids=0ebd4169-068e-48fb-881e-516c605e7aec&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001049 10.0.0.32 - - [2024-12-26 02:12:58] "GET /project/0ebd4169-068e-48fb-881e-516c605e7aec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.021139 10.0.0.32 - - [2024-12-26 02:12:58] "POST /neutron/network HTTP/1.1" 200 117 0.031898 10.0.0.32 - - [2024-12-26 02:12:59] "GET /projects?obj_uuids=0ebd4169-068e-48fb-881e-516c605e7aec&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001213 10.0.0.32 - - [2024-12-26 02:12:59] "POST /neutron/network HTTP/1.1" 200 619 0.105484 10.0.0.32 - - [2024-12-26 02:12:59] "POST /route-targets HTTP/1.1" 200 327 0.011590 10.0.0.32 - - [2024-12-26 02:12:59] "POST /ref-update HTTP/1.1" 200 156 0.015803 10.0.0.32 - - [2024-12-26 02:12:59] "POST /useragent-kv HTTP/1.1" 200 115 0.010088 10.0.0.32 - - [2024-12-26 02:12:59] "POST /neutron/subnet HTTP/1.1" 200 734 0.146514 10.0.0.32 - - [2024-12-26 02:12:59] "POST /neutron/network HTTP/1.1" 200 840 0.005742 10.0.0.32 - - [2024-12-26 02:12:59] "POST /id-to-fqname HTTP/1.1" 200 233 0.001275 10.0.0.32 - - [2024-12-26 02:12:59] "GET /virtual-network/4888c3e4-5d3d-4504-95ac-6a34fa035f30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005828 10.0.0.32 - - [2024-12-26 02:12:59] "POST /neutron/network HTTP/1.1" 200 840 0.006759 10.0.0.32 - - [2024-12-26 02:12:59] "GET /virtual-network/4888c3e4-5d3d-4504-95ac-6a34fa035f30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.002856 10.0.0.32 - - [2024-12-26 02:12:59] "POST /neutron/network HTTP/1.1" 200 840 0.007382 10.0.0.32 - - [2024-12-26 02:12:59] "POST /neutron/subnet HTTP/1.1" 200 734 0.009834 10.0.0.32 - - [2024-12-26 02:12:59] "GET /domains HTTP/1.1" 401 292 0.000469 10.0.0.32 - - [2024-12-26 02:12:59] "GET /domains HTTP/1.1" 200 280 0.027018 10.0.0.32 - - [2024-12-26 02:12:59] "GET /domains?obj_uuids=623962f1-258d-4b2a-ae1e-14ab588c1e3c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001211 10.0.0.32 - - [2024-12-26 02:12:59] "GET /domain/623962f1-258d-4b2a-ae1e-14ab588c1e3c HTTP/1.1" 200 2782 0.008960 10.0.0.32 - - [2024-12-26 02:12:59] "GET /projects?obj_uuids=0ebd4169-068e-48fb-881e-516c605e7aec&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001051 10.0.0.32 - - [2024-12-26 02:12:59] "GET /project/0ebd4169-068e-48fb-881e-516c605e7aec HTTP/1.1" 200 2173 0.068350 10.0.0.32 - - [2024-12-26 02:12:59] "GET /virtual-network/4888c3e4-5d3d-4504-95ac-6a34fa035f30 HTTP/1.1" 200 2346 0.004529 10.0.0.32 - - [2024-12-26 02:12:59] "GET /virtual-network/4888c3e4-5d3d-4504-95ac-6a34fa035f30 HTTP/1.1" 200 2346 0.002693 10.0.0.32 - - [2024-12-26 02:12:59] "GET /routing-instance/31142b4c-c705-4abc-86c3-5302bd1e068a HTTP/1.1" 200 1490 0.003341 10.0.0.32 - - [2024-12-26 02:12:59] "GET /routing-instance/31142b4c-c705-4abc-86c3-5302bd1e068a HTTP/1.1" 200 1490 0.003182 10.0.0.32 - - [2024-12-26 02:12:59] "GET /route-target/3707efc9-d234-4cc2-85f2-e7fc075ad36c HTTP/1.1" 200 1217 0.003020 10.0.0.32 - - [2024-12-26 02:12:59] "GET /virtual-network/4888c3e4-5d3d-4504-95ac-6a34fa035f30 HTTP/1.1" 200 2346 0.002734 10.0.0.32 - - [2024-12-26 02:12:59] "GET /routing-instance/31142b4c-c705-4abc-86c3-5302bd1e068a HTTP/1.1" 200 1490 0.003356 10.0.0.32 - - [2024-12-26 02:12:59] "GET /virtual-network/4888c3e4-5d3d-4504-95ac-6a34fa035f30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.003675 10.0.0.32 - - [2024-12-26 02:12:59] "GET /virtual-network/4888c3e4-5d3d-4504-95ac-6a34fa035f30 HTTP/1.1" 200 2346 0.003710 10.0.0.32 - - [2024-12-26 02:12:59] "GET /routing-instance/31142b4c-c705-4abc-86c3-5302bd1e068a HTTP/1.1" 200 1490 0.003075 10.0.0.32 - - [2024-12-26 02:12:59] "GET /routing-instance/31142b4c-c705-4abc-86c3-5302bd1e068a HTTP/1.1" 200 1490 0.002906 10.0.0.32 - - [2024-12-26 02:12:59] "GET /route-target/3707efc9-d234-4cc2-85f2-e7fc075ad36c HTTP/1.1" 200 1217 0.002878 10.0.0.32 - - [2024-12-26 02:13:00] "GET /domains HTTP/1.1" 200 280 0.003819 10.0.0.32 - - [2024-12-26 02:13:00] "GET /domains?obj_uuids=623962f1-258d-4b2a-ae1e-14ab588c1e3c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001173 10.0.0.32 - - [2024-12-26 02:13:00] "GET /domain/623962f1-258d-4b2a-ae1e-14ab588c1e3c HTTP/1.1" 200 2782 0.007610 10.0.0.32 - - [2024-12-26 02:13:00] "GET /projects?obj_uuids=0ebd4169-068e-48fb-881e-516c605e7aec&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001644 10.0.0.32 - - [2024-12-26 02:13:00] "GET /project/0ebd4169-068e-48fb-881e-516c605e7aec HTTP/1.1" 200 2173 0.064042 10.0.0.32 - - [2024-12-26 02:13:00] "GET /virtual-network/4888c3e4-5d3d-4504-95ac-6a34fa035f30 HTTP/1.1" 200 2346 0.002835 10.0.0.32 - - [2024-12-26 02:13:00] "GET /obj-perms HTTP/1.1" 200 5054 0.057631 10.0.0.32 - - [2024-12-26 02:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.32 - - [2024-12-26 02:13:00] "GET /projects?obj_uuids=0ebd4169-068e-48fb-881e-516c605e7aec&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001110 10.0.0.32 - - [2024-12-26 02:13:00] "GET /project/0ebd4169-068e-48fb-881e-516c605e7aec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.030272 10.0.0.32 - - [2024-12-26 02:13:00] "POST /neutron/network HTTP/1.1" 200 117 0.024956 10.0.0.32 - - [2024-12-26 02:13:00] "GET /projects?obj_uuids=0ebd4169-068e-48fb-881e-516c605e7aec&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001190 10.0.0.32 - - [2024-12-26 02:13:00] "POST /neutron/network HTTP/1.1" 200 619 0.094821 10.0.0.32 - - [2024-12-26 02:13:00] "POST /route-targets HTTP/1.1" 200 327 0.014952 10.0.0.32 - - [2024-12-26 02:13:00] "POST /ref-update HTTP/1.1" 200 156 0.011730 10.0.0.32 - - [2024-12-26 02:13:00] "POST /useragent-kv HTTP/1.1" 200 115 0.004052 10.0.0.32 - - [2024-12-26 02:13:00] "POST /neutron/subnet HTTP/1.1" 200 724 0.211864 10.0.0.32 - - [2024-12-26 02:13:00] "POST /neutron/network HTTP/1.1" 200 838 0.009519 10.0.0.32 - - [2024-12-26 02:13:00] "POST /id-to-fqname HTTP/1.1" 200 233 0.002582 10.0.0.32 - - [2024-12-26 02:13:00] "GET /virtual-network/56dc03a4-5064-4222-89c8-9936cc30703e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005748 10.0.0.32 - - [2024-12-26 02:13:01] "POST /neutron/network HTTP/1.1" 200 838 0.008524 10.0.0.32 - - [2024-12-26 02:13:01] "GET /virtual-network/56dc03a4-5064-4222-89c8-9936cc30703e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.004922 10.0.0.32 - - [2024-12-26 02:13:01] "POST /neutron/network HTTP/1.1" 200 838 0.008061 10.0.0.32 - - [2024-12-26 02:13:01] "POST /neutron/subnet HTTP/1.1" 200 724 0.009726 10.0.0.32 - - [2024-12-26 02:13:01] "GET /domains HTTP/1.1" 200 280 0.002836 10.0.0.32 - - [2024-12-26 02:13:01] "GET /domains?obj_uuids=623962f1-258d-4b2a-ae1e-14ab588c1e3c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001098 10.0.0.32 - - [2024-12-26 02:13:01] "GET /domain/623962f1-258d-4b2a-ae1e-14ab588c1e3c HTTP/1.1" 200 2782 0.006746 10.0.0.32 - - [2024-12-26 02:13:01] "GET /projects?obj_uuids=0ebd4169-068e-48fb-881e-516c605e7aec&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001061 10.0.0.32 - - [2024-12-26 02:13:01] "GET /project/0ebd4169-068e-48fb-881e-516c605e7aec HTTP/1.1" 200 2401 0.060329 10.0.0.32 - - [2024-12-26 02:13:01] "GET /virtual-network/56dc03a4-5064-4222-89c8-9936cc30703e HTTP/1.1" 200 2339 0.004621 10.0.0.32 - - [2024-12-26 02:13:01] "GET /virtual-network/56dc03a4-5064-4222-89c8-9936cc30703e HTTP/1.1" 200 2339 0.005771 10.0.0.32 - - [2024-12-26 02:13:01] "GET /routing-instance/15f6b13a-4b5b-4d07-b3f3-53e75f2f534a HTTP/1.1" 200 1491 0.003685 10.0.0.32 - - [2024-12-26 02:13:01] "GET /routing-instance/15f6b13a-4b5b-4d07-b3f3-53e75f2f534a HTTP/1.1" 200 1491 0.004191 10.0.0.32 - - [2024-12-26 02:13:01] "GET /route-target/39702d94-4137-4557-8e5a-f12494cd48e7 HTTP/1.1" 200 1218 0.003060 10.0.0.32 - - [2024-12-26 02:13:01] "GET /virtual-network/56dc03a4-5064-4222-89c8-9936cc30703e HTTP/1.1" 200 2339 0.002856 10.0.0.32 - - [2024-12-26 02:13:01] "GET /routing-instance/15f6b13a-4b5b-4d07-b3f3-53e75f2f534a HTTP/1.1" 200 1491 0.002857 10.0.0.32 - - [2024-12-26 02:13:01] "GET /virtual-network/56dc03a4-5064-4222-89c8-9936cc30703e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.002793 10.0.0.32 - - [2024-12-26 02:13:01] "GET /virtual-network/56dc03a4-5064-4222-89c8-9936cc30703e HTTP/1.1" 200 2339 0.002852 10.0.0.32 - - [2024-12-26 02:13:01] "GET /routing-instance/15f6b13a-4b5b-4d07-b3f3-53e75f2f534a HTTP/1.1" 200 1491 0.002894 10.0.0.32 - - [2024-12-26 02:13:01] "GET /routing-instance/15f6b13a-4b5b-4d07-b3f3-53e75f2f534a HTTP/1.1" 200 1491 0.003128 10.0.0.32 - - [2024-12-26 02:13:01] "GET /route-target/39702d94-4137-4557-8e5a-f12494cd48e7 HTTP/1.1" 200 1218 0.002744 10.0.0.32 - - [2024-12-26 02:13:01] "GET /domains HTTP/1.1" 200 280 0.003857 10.0.0.32 - - [2024-12-26 02:13:01] "GET /domains?obj_uuids=623962f1-258d-4b2a-ae1e-14ab588c1e3c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001197 10.0.0.32 - - [2024-12-26 02:13:01] "GET /domain/623962f1-258d-4b2a-ae1e-14ab588c1e3c HTTP/1.1" 200 2782 0.007213 10.0.0.32 - - [2024-12-26 02:13:01] "GET /projects?obj_uuids=0ebd4169-068e-48fb-881e-516c605e7aec&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001231 10.0.0.32 - - [2024-12-26 02:13:01] "GET /project/0ebd4169-068e-48fb-881e-516c605e7aec HTTP/1.1" 200 2401 0.064027 10.0.0.32 - - [2024-12-26 02:13:01] "GET /virtual-network/56dc03a4-5064-4222-89c8-9936cc30703e HTTP/1.1" 200 2339 0.002727 10.0.0.32 - - [2024-12-26 02:13:01] "GET /obj-perms HTTP/1.1" 200 5054 0.003626 10.0.0.32 - - [2024-12-26 02:13:01] "POST /id-to-fqname HTTP/1.1" 200 233 0.001465 10.0.0.32 - - [2024-12-26 02:13:01] "POST /neutron/network HTTP/1.1" 200 848 0.006216 10.0.0.32 - - [2024-12-26 02:13:01] "GET /aaa-mode HTTP/1.1" 401 292 0.000468 10.0.0.32 - - [2024-12-26 02:13:02] "GET / HTTP/1.1" 200 35931 0.002532 10.0.0.32 - - [2024-12-26 02:13:02] "GET /project/0ebd4169-068e-48fb-881e-516c605e7aec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000504 10.0.0.32 - - [2024-12-26 02:13:02] "GET /projects?obj_uuids=0ebd4169-068e-48fb-881e-516c605e7aec&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001325 10.0.0.32 - - [2024-12-26 02:13:02] "GET /project/0ebd4169-068e-48fb-881e-516c605e7aec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.070843 10.0.0.32 - - [2024-12-26 02:13:02] "POST /neutron/network HTTP/1.1" 200 838 0.006712 10.0.0.32 - - [2024-12-26 02:13:02] "POST /neutron/port HTTP/1.1" 200 117 0.005490 10.0.0.32 - - [2024-12-26 02:13:02] "POST /neutron/port HTTP/1.1" 200 117 0.007209 10.0.0.32 - - [2024-12-26 02:13:02] "POST /id-to-fqname HTTP/1.1" 200 233 0.001469 10.0.0.32 - - [2024-12-26 02:13:02] "POST /neutron/port HTTP/1.1" 200 117 0.008444 10.0.0.32 - - [2024-12-26 02:13:02] "POST /neutron/network HTTP/1.1" 200 850 0.007801 10.0.0.32 - - [2024-12-26 02:13:02] "GET /aaa-mode HTTP/1.1" 401 292 0.000649 10.0.0.32 - - [2024-12-26 02:13:03] "POST /neutron/network HTTP/1.1" 200 848 0.011608 10.0.0.32 - - [2024-12-26 02:13:03] "GET /projects?obj_uuids=0ebd4169-068e-48fb-881e-516c605e7aec&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001202 10.0.0.32 - - [2024-12-26 02:13:03] "GET / HTTP/1.1" 200 35931 0.004939 10.0.0.32 - - [2024-12-26 02:13:03] "GET /project/0ebd4169-068e-48fb-881e-516c605e7aec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000453 10.0.0.32 - - [2024-12-26 02:13:03] "POST /neutron/port HTTP/1.1" 200 1072 0.315401 10.0.0.32 - - [2024-12-26 02:13:03] "POST /neutron/port HTTP/1.1" 200 1072 0.013285 10.0.0.32 - - [2024-12-26 02:13:03] "POST /neutron/port HTTP/1.1" 200 1072 0.011909 10.0.0.32 - - [2024-12-26 02:13:03] "POST /neutron/port HTTP/1.1" 200 1126 0.086240 10.0.0.32 - - [2024-12-26 02:13:03] "GET /projects?obj_uuids=0ebd4169-068e-48fb-881e-516c605e7aec&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003650 10.0.0.32 - - [2024-12-26 02:13:03] "GET /project/0ebd4169-068e-48fb-881e-516c605e7aec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.052558 10.0.0.32 - - [2024-12-26 02:13:03] "POST /neutron/port HTTP/1.1" 200 1100 0.027128 10.0.0.32 - - [2024-12-26 02:13:03] "POST /neutron/network HTTP/1.1" 200 840 0.006760 10.0.0.32 - - [2024-12-26 02:13:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004033 10.0.0.32 - - [2024-12-26 02:13:03] "POST /neutron/subnet HTTP/1.1" 200 698 0.020725 10.0.0.32 - - [2024-12-26 02:13:03] "POST /neutron/port HTTP/1.1" 200 117 0.001239 10.0.0.32 - - [2024-12-26 02:13:03] "POST /neutron/network HTTP/1.1" 200 838 0.006907 10.0.0.32 - - [2024-12-26 02:13:03] "POST /neutron/port HTTP/1.1" 200 1100 0.018368 10.0.0.32 - - [2024-12-26 02:13:03] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007395 10.0.0.32 - - [2024-12-26 02:13:04] "POST /neutron/port HTTP/1.1" 200 117 0.007236 10.0.0.32 - - [2024-12-26 02:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.32 - - [2024-12-26 02:13:04] "GET /projects?obj_uuids=0ebd4169-068e-48fb-881e-516c605e7aec&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001125 10.0.0.32 - - [2024-12-26 02:13:04] "GET /project/0ebd4169-068e-48fb-881e-516c605e7aec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.029828 10.0.0.32 - - [2024-12-26 02:13:04] "GET /virtual-network/4888c3e4-5d3d-4504-95ac-6a34fa035f30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.003906 10.0.0.32 - - [2024-12-26 02:13:04] "GET /floating-ip-pools?parent_id=4888c3e4-5d3d-4504-95ac-6a34fa035f30&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003245 10.0.0.32 - - [2024-12-26 02:13:04] "POST /neutron/network HTTP/1.1" 200 850 0.008601 10.0.0.32 - - [2024-12-26 02:13:04] "GET /projects?obj_uuids=0ebd4169-068e-48fb-881e-516c605e7aec&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001239 10.0.0.32 - - [2024-12-26 02:13:04] "GET /virtual-network/4888c3e4-5d3d-4504-95ac-6a34fa035f30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005773 10.0.0.32 - - [2024-12-26 02:13:04] "POST /floating-ip-pools HTTP/1.1" 200 609 0.049548 10.0.0.32 - - [2024-12-26 02:13:04] "POST /ref-update HTTP/1.1" 200 156 0.017680 10.0.0.32 - - [2024-12-26 02:13:04] "GET /virtual-network/4888c3e4-5d3d-4504-95ac-6a34fa035f30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.004978 10.0.0.32 - - [2024-12-26 02:13:04] "POST /neutron/port HTTP/1.1" 200 1074 0.260904 10.0.0.32 - - [2024-12-26 02:13:04] "GET /domains HTTP/1.1" 200 280 0.003392 10.0.0.32 - - [2024-12-26 02:13:04] "GET /domains?obj_uuids=623962f1-258d-4b2a-ae1e-14ab588c1e3c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001633 10.0.0.32 - - [2024-12-26 02:13:04] "GET /domain/623962f1-258d-4b2a-ae1e-14ab588c1e3c HTTP/1.1" 200 2782 0.012728 10.0.0.32 - - [2024-12-26 02:13:04] "POST /neutron/port HTTP/1.1" 200 1074 0.028337 10.0.0.32 - - [2024-12-26 02:13:04] "GET /projects?obj_uuids=0ebd4169-068e-48fb-881e-516c605e7aec&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001777 10.0.0.32 - - [2024-12-26 02:13:04] "POST /neutron/port HTTP/1.1" 200 1074 0.019454 10.0.0.32 - - [2024-12-26 02:13:04] "GET /project/0ebd4169-068e-48fb-881e-516c605e7aec HTTP/1.1" 200 3243 0.126875 10.0.0.32 - - [2024-12-26 02:13:04] "GET /virtual-network/4888c3e4-5d3d-4504-95ac-6a34fa035f30 HTTP/1.1" 200 3158 0.022450 10.0.0.32 - - [2024-12-26 02:13:04] "POST /neutron/port HTTP/1.1" 200 1128 0.142655 10.0.0.32 - - [2024-12-26 02:13:04] "GET /floating-ip-pool/42e8d14d-dbaf-40e9-8b86-1cbe9ad37e00 HTTP/1.1" 200 1441 0.006913 10.0.0.32 - - [2024-12-26 02:13:04] "GET /domains HTTP/1.1" 200 280 0.007896 10.0.0.32 - - [2024-12-26 02:13:04] "GET /domains?obj_uuids=623962f1-258d-4b2a-ae1e-14ab588c1e3c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001225 10.0.0.32 - - [2024-12-26 02:13:04] "GET /domain/623962f1-258d-4b2a-ae1e-14ab588c1e3c HTTP/1.1" 200 2782 0.007757 10.0.0.32 - - [2024-12-26 02:13:04] "GET /projects?obj_uuids=0ebd4169-068e-48fb-881e-516c605e7aec&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001217 10.0.0.32 - - [2024-12-26 02:13:04] "GET /project/0ebd4169-068e-48fb-881e-516c605e7aec HTTP/1.1" 200 3243 0.080213 10.0.0.32 - - [2024-12-26 02:13:04] "GET /virtual-network/4888c3e4-5d3d-4504-95ac-6a34fa035f30 HTTP/1.1" 200 3158 0.004843 10.0.0.32 - - [2024-12-26 02:13:04] "GET /virtual-network/4888c3e4-5d3d-4504-95ac-6a34fa035f30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005291 10.0.0.32 - - [2024-12-26 02:13:04] "POST /neutron/port HTTP/1.1" 200 1102 0.025740 10.0.0.32 - - [2024-12-26 02:13:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005862 10.0.0.32 - - [2024-12-26 02:13:04] "POST /neutron/port HTTP/1.1" 200 1100 0.016860 10.0.0.32 - - [2024-12-26 02:13:04] "POST /neutron/subnet HTTP/1.1" 200 708 0.009529 10.0.0.32 - - [2024-12-26 02:13:04] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007508 10.0.0.32 - - [2024-12-26 02:13:04] "POST /neutron/port HTTP/1.1" 200 117 0.001238 10.0.0.32 - - [2024-12-26 02:13:05] "POST /neutron/network HTTP/1.1" 200 840 0.007036 10.0.0.32 - - [2024-12-26 02:13:05] "POST /neutron/port HTTP/1.1" 200 1100 0.016343 10.0.0.32 - - [2024-12-26 02:13:05] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009561 10.0.0.32 - - [2024-12-26 02:13:05] "POST /neutron/port HTTP/1.1" 200 1100 0.018467 10.0.0.32 - - [2024-12-26 02:13:05] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006660 10.0.0.32 - - [2024-12-26 02:13:05] "GET /virtual-machine/105de3c2-444c-40df-a958-9382d78a5745 HTTP/1.1" 200 1304 0.004465 10.0.0.32 - - [2024-12-26 02:13:05] "GET /virtual-machine-interface/9007da9a-d704-4627-8e5c-c09ecc2088b4 HTTP/1.1" 200 3005 0.003405 10.0.0.32 - - [2024-12-26 02:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004372 10.0.0.32 - - [2024-12-26 02:13:05] "GET /global-vrouter-config/6fd2a1b0-05e7-4186-a5dd-10a40b5d6c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003460 10.0.0.32 - - [2024-12-26 02:13:05] "GET /virtual-networks?parent_id=0ebd4169-068e-48fb-881e-516c605e7aec&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003663 10.0.0.32 - - [2024-12-26 02:13:05] "GET /virtual-network/56dc03a4-5064-4222-89c8-9936cc30703e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.003546 10.0.0.32 - - [2024-12-26 02:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.32 - - [2024-12-26 02:13:08] "GET /virtual-network/56dc03a4-5064-4222-89c8-9936cc30703e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.003335 10.0.0.32 - - [2024-12-26 02:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.32 - - [2024-12-26 02:13:12] "GET /virtual-network/56dc03a4-5064-4222-89c8-9936cc30703e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.003373 10.0.0.32 - - [2024-12-26 02:13:13] "POST /neutron/port HTTP/1.1" 200 1100 0.071131 10.0.0.32 - - [2024-12-26 02:13:13] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007459 10.0.0.32 - - [2024-12-26 02:13:14] "POST /neutron/port HTTP/1.1" 200 1102 0.014977 10.0.0.32 - - [2024-12-26 02:13:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006484 10.0.0.32 - - [2024-12-26 02:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003425 10.0.0.32 - - [2024-12-26 02:13:14] "GET /global-vrouter-config/6fd2a1b0-05e7-4186-a5dd-10a40b5d6c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003619 10.0.0.32 - - [2024-12-26 02:13:14] "GET /virtual-networks?parent_id=0ebd4169-068e-48fb-881e-516c605e7aec&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003124 10.0.0.32 - - [2024-12-26 02:13:14] "GET /virtual-network/56dc03a4-5064-4222-89c8-9936cc30703e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.004589 10.0.0.32 - - [2024-12-26 02:13:15] "GET /projects?obj_uuids=0ebd4169-068e-48fb-881e-516c605e7aec&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001119 10.0.0.32 - - [2024-12-26 02:13:15] "POST /neutron/floatingip HTTP/1.1" 200 532 0.077032 10.0.0.32 - - [2024-12-26 02:13:15] "POST /neutron/port HTTP/1.1" 200 1100 0.016020 10.0.0.32 - - [2024-12-26 02:13:15] "POST /neutron/floatingip HTTP/1.1" 200 532 0.007034 10.0.0.32 - - [2024-12-26 02:13:15] "POST /neutron/floatingip HTTP/1.1" 200 579 0.036568 10.0.0.32 - - [2024-12-26 02:13:15] "POST /neutron/port HTTP/1.1" 200 1102 0.019166 10.0.0.32 - - [2024-12-26 02:13:15] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006964 10.0.0.32 - - [2024-12-26 02:13:15] "POST /neutron/port HTTP/1.1" 200 1102 0.014489 10.0.0.32 - - [2024-12-26 02:13:15] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006937 10.0.0.32 - - [2024-12-26 02:13:15] "POST /neutron/port HTTP/1.1" 200 1102 0.015677 10.0.0.32 - - [2024-12-26 02:13:15] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007003 10.0.0.32 - - [2024-12-26 02:13:15] "GET /virtual-machine/eb083942-0230-4122-a03e-fa26209bf555 HTTP/1.1" 200 1305 0.005206 10.0.0.32 - - [2024-12-26 02:13:15] "GET /virtual-machine-interface/192efc8d-77d9-4216-b4bc-d2c635d37217 HTTP/1.1" 200 3004 0.003925 10.0.0.32 - - [2024-12-26 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.32 - - [2024-12-26 02:13:15] "GET /global-vrouter-config/6fd2a1b0-05e7-4186-a5dd-10a40b5d6c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002686 10.0.0.32 - - [2024-12-26 02:13:15] "GET /virtual-networks?parent_id=0ebd4169-068e-48fb-881e-516c605e7aec&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003099 10.0.0.32 - - [2024-12-26 02:13:15] "GET /virtual-network/4888c3e4-5d3d-4504-95ac-6a34fa035f30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.003748 10.0.0.32 - - [2024-12-26 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.32 - - [2024-12-26 02:13:16] "GET /global-vrouter-config/6fd2a1b0-05e7-4186-a5dd-10a40b5d6c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003727 10.0.0.32 - - [2024-12-26 02:13:16] "GET /virtual-networks?parent_id=0ebd4169-068e-48fb-881e-516c605e7aec&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003159 10.0.0.32 - - [2024-12-26 02:13:16] "GET /virtual-network/4888c3e4-5d3d-4504-95ac-6a34fa035f30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.009240 10.0.0.32 - - [2024-12-26 02:13:16] "POST /neutron/floatingip HTTP/1.1" 200 579 0.011828 10.0.0.32 - - [2024-12-26 02:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.32 - - [2024-12-26 02:13:17] "GET /routing-instance/31142b4c-c705-4abc-86c3-5302bd1e068a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1490 0.003104 10.0.0.32 - - [2024-12-26 02:13:17] "GET /route-target/3707efc9-d234-4cc2-85f2-e7fc075ad36c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003579 10.0.0.32 - - [2024-12-26 02:13:17] "GET /floating-ip/06fe6858-7d98-44b4-b6a0-bd4a20127fa7 HTTP/1.1" 200 1890 0.004776 10.0.0.32 - - [2024-12-26 02:13:20] "POST /neutron/floatingip HTTP/1.1" 200 579 0.010962 10.0.0.32 - - [2024-12-26 02:13:20] "POST /neutron/floatingip HTTP/1.1" 200 532 0.025358 10.0.0.32 - - [2024-12-26 02:13:20] "POST /neutron/floatingip HTTP/1.1" 200 532 0.007867 10.0.0.32 - - [2024-12-26 02:13:20] "POST /neutron/floatingip HTTP/1.1" 200 115 0.039868 10.0.0.32 - - [2024-12-26 02:13:20] "GET /floating-ip-pool/42e8d14d-dbaf-40e9-8b86-1cbe9ad37e00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.004229 10.0.0.32 - - [2024-12-26 02:13:20] "POST /ref-update HTTP/1.1" 200 156 0.009984 10.0.0.32 - - [2024-12-26 02:13:20] "DELETE /floating-ip-pool/42e8d14d-dbaf-40e9-8b86-1cbe9ad37e00 HTTP/1.1" 200 115 0.033233 10.0.0.32 - - [2024-12-26 02:13:20] "POST /neutron/network HTTP/1.1" 200 838 0.009982 10.0.0.32 - - [2024-12-26 02:13:20] "POST /neutron/network HTTP/1.1" 400 204 0.010245 10.0.0.32 - - [2024-12-26 02:13:20] "POST /neutron/port HTTP/1.1" 200 1102 0.015520 10.0.0.32 - - [2024-12-26 02:13:20] "POST /neutron/port HTTP/1.1" 200 1128 0.012599 10.0.0.32 - - [2024-12-26 02:13:21] "POST /neutron/port HTTP/1.1" 200 1100 0.015367 10.0.0.32 - - [2024-12-26 02:13:21] "POST /neutron/port HTTP/1.1" 200 1126 0.011003 10.0.0.32 - - [2024-12-26 02:13:21] "POST /neutron/port HTTP/1.1" 200 151 0.143862 10.0.0.32 - - [2024-12-26 02:13:21] "POST /neutron/port HTTP/1.1" 200 151 0.128330 10.0.0.32 - - [2024-12-26 02:13:22] "POST /neutron/network HTTP/1.1" 200 838 0.007129 10.0.0.32 - - [2024-12-26 02:13:22] "POST /useragent-kv HTTP/1.1" 200 115 0.001381 10.0.0.32 - - [2024-12-26 02:13:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138 10.0.0.32 - - [2024-12-26 02:13:22] "POST /useragent-kv HTTP/1.1" 200 115 0.001051 10.0.0.32 - - [2024-12-26 02:13:22] "POST /neutron/network HTTP/1.1" 200 151 0.078541 10.0.0.32 - - [2024-12-26 02:13:22] "GET /routing-instance/15f6b13a-4b5b-4d07-b3f3-53e75f2f534a HTTP/1.1" 404 171 0.002530 10.0.0.32 - - [2024-12-26 02:13:22] "DELETE /route-target/39702d94-4137-4557-8e5a-f12494cd48e7 HTTP/1.1" 200 115 0.020954 10.0.0.32 - - [2024-12-26 02:13:22] "GET /domains HTTP/1.1" 200 280 0.003397 10.0.0.32 - - [2024-12-26 02:13:22] "GET /domains?obj_uuids=623962f1-258d-4b2a-ae1e-14ab588c1e3c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001004 10.0.0.32 - - [2024-12-26 02:13:22] "GET /domain/623962f1-258d-4b2a-ae1e-14ab588c1e3c HTTP/1.1" 200 2782 0.048422 10.0.0.32 - - [2024-12-26 02:13:22] "GET /projects?obj_uuids=0ebd4169-068e-48fb-881e-516c605e7aec&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001139 10.0.0.32 - - [2024-12-26 02:13:22] "GET /project/0ebd4169-068e-48fb-881e-516c605e7aec HTTP/1.1" 200 2173 0.067357 10.0.0.32 - - [2024-12-26 02:13:22] "POST /neutron/network HTTP/1.1" 200 840 0.007598 10.0.0.32 - - [2024-12-26 02:13:22] "POST /useragent-kv HTTP/1.1" 200 115 0.001806 10.0.0.32 - - [2024-12-26 02:13:22] "POST /useragent-kv HTTP/1.1" 200 115 0.000974 10.0.0.32 - - [2024-12-26 02:13:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004955 10.0.0.32 - - [2024-12-26 02:13:22] "POST /neutron/network HTTP/1.1" 200 151 0.088565 10.0.0.32 - - [2024-12-26 02:13:22] "GET /routing-instance/31142b4c-c705-4abc-86c3-5302bd1e068a HTTP/1.1" 404 171 0.002453 10.0.0.32 - - [2024-12-26 02:13:22] "GET /domains HTTP/1.1" 200 280 0.003361 10.0.0.32 - - [2024-12-26 02:13:22] "GET /domains?obj_uuids=623962f1-258d-4b2a-ae1e-14ab588c1e3c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000997 10.0.0.32 - - [2024-12-26 02:13:22] "DELETE /route-target/3707efc9-d234-4cc2-85f2-e7fc075ad36c HTTP/1.1" 200 115 0.024922 10.0.0.32 - - [2024-12-26 02:13:23] "GET /domain/623962f1-258d-4b2a-ae1e-14ab588c1e3c HTTP/1.1" 200 2782 0.050664 10.0.0.32 - - [2024-12-26 02:13:23] "GET /projects?obj_uuids=0ebd4169-068e-48fb-881e-516c605e7aec&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001124 10.0.0.32 - - [2024-12-26 02:13:23] "GET /project/0ebd4169-068e-48fb-881e-516c605e7aec HTTP/1.1" 200 1923 0.065438 10.0.0.32 - - [2024-12-26 02:13:23] "GET /projects?obj_uuids=0ebd4169-068e-48fb-881e-516c605e7aec&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001160 10.0.0.32 - - [2024-12-26 02:13:23] "GET /project/0ebd4169-068e-48fb-881e-516c605e7aec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.021152 10.0.0.32 - - [2024-12-26 02:13:23] "GET /projects?obj_uuids=0ebd4169-068e-48fb-881e-516c605e7aec&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001125 10.0.0.32 - - [2024-12-26 02:13:23] "GET /project/0ebd4169-068e-48fb-881e-516c605e7aec?fields=virtual_networks HTTP/1.1" 200 1055 0.074828 10.0.0.32 - - [2024-12-26 02:13:23] "GET /projects?obj_uuids=0ebd4169-068e-48fb-881e-516c605e7aec&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001665 10.0.0.32 - - [2024-12-26 02:13:23] "GET /project/0ebd4169-068e-48fb-881e-516c605e7aec?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.029158 10.0.0.32 - - [2024-12-26 02:13:23] "GET /projects?obj_uuids=0ebd4169-068e-48fb-881e-516c605e7aec&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001212 10.0.0.32 - - [2024-12-26 02:13:23] "GET /project/0ebd4169-068e-48fb-881e-516c605e7aec?fields=security_groups HTTP/1.1" 200 1293 0.025368 10.0.0.32 - - [2024-12-26 02:13:24] "POST /fqname-to-id HTTP/1.1" 404 183 0.025633 10.0.0.32 - - [2024-12-26 02:13:24] "GET /projects?obj_uuids=2e3e1e7f-763a-445c-9daf-fafbf35894ed&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003650 10.0.0.32 - - [2024-12-26 02:13:24] "GET /domains?obj_uuids=623962f1-258d-4b2a-ae1e-14ab588c1e3c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001050 10.0.0.32 - - [2024-12-26 02:13:24] "GET /domain/623962f1-258d-4b2a-ae1e-14ab588c1e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006319 10.0.0.32 - - [2024-12-26 02:13:24] "POST /id-to-fqname HTTP/1.1" 200 185 0.001304 10.0.0.32 - - [2024-12-26 02:13:24] "POST /fqname-to-id HTTP/1.1" 404 194 0.003434 10.0.0.32 - - [2024-12-26 02:13:24] "POST /security-groups HTTP/1.1" 200 586 0.064142 10.0.0.32 - - [2024-12-26 02:13:24] "POST /fqname-to-id HTTP/1.1" 404 229 0.002959 10.0.0.32 - - [2024-12-26 02:13:24] "POST /projects HTTP/1.1" 200 575 0.217605 10.0.0.32 - - [2024-12-26 02:13:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.293385 10.0.0.32 - - [2024-12-26 02:13:24] "POST /access-control-lists HTTP/1.1" 200 591 0.060992 10.0.0.32 - - [2024-12-26 02:13:24] "POST /fqname-to-id HTTP/1.1" 404 228 0.003608 10.0.0.32 - - [2024-12-26 02:13:24] "GET /project/2e3e1e7f-763a-445c-9daf-fafbf35894ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.425930 10.0.0.32 - - [2024-12-26 02:13:25] "POST /access-control-lists HTTP/1.1" 200 589 0.063635 10.0.0.32 - - [2024-12-26 02:13:26] "GET / HTTP/1.1" 200 35931 0.002979 10.0.0.32 - - [2024-12-26 02:13:27] "GET /projects?obj_uuids=2e3e1e7f-763a-445c-9daf-fafbf35894ed&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001838 10.0.0.32 - - [2024-12-26 02:13:27] "GET /project/2e3e1e7f-763a-445c-9daf-fafbf35894ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.022759 10.0.0.32 - - [2024-12-26 02:13:27] "GET /projects?obj_uuids=2e3e1e7f-763a-445c-9daf-fafbf35894ed&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001049 10.0.0.32 - - [2024-12-26 02:13:27] "GET /project/2e3e1e7f-763a-445c-9daf-fafbf35894ed?fields=virtual_networks HTTP/1.1" 200 1022 0.067441 10.0.0.32 - - [2024-12-26 02:13:27] "GET /projects?obj_uuids=2e3e1e7f-763a-445c-9daf-fafbf35894ed&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001587 10.0.0.32 - - [2024-12-26 02:13:27] "GET /project/2e3e1e7f-763a-445c-9daf-fafbf35894ed?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.022801 10.0.0.32 - - [2024-12-26 02:13:27] "GET /projects?obj_uuids=2e3e1e7f-763a-445c-9daf-fafbf35894ed&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001170 10.0.0.32 - - [2024-12-26 02:13:27] "GET /project/2e3e1e7f-763a-445c-9daf-fafbf35894ed?fields=security_groups HTTP/1.1" 200 1243 0.025603 10.0.0.32 - - [2024-12-26 02:13:28] "POST /fqname-to-id HTTP/1.1" 404 191 0.028681 10.0.0.32 - - [2024-12-26 02:13:28] "GET /projects?obj_uuids=999bcc3f-9b42-458f-9cd7-6ef9de2f3c85&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003285 10.0.0.32 - - [2024-12-26 02:13:28] "GET /domains?obj_uuids=623962f1-258d-4b2a-ae1e-14ab588c1e3c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001197 10.0.0.32 - - [2024-12-26 02:13:28] "GET /domain/623962f1-258d-4b2a-ae1e-14ab588c1e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007467 10.0.0.32 - - [2024-12-26 02:13:28] "POST /id-to-fqname HTTP/1.1" 200 193 0.001329 10.0.0.32 - - [2024-12-26 02:13:28] "POST /fqname-to-id HTTP/1.1" 404 202 0.005146 10.0.0.32 - - [2024-12-26 02:13:28] "POST /security-groups HTTP/1.1" 200 594 0.066330 10.0.0.32 - - [2024-12-26 02:13:28] "POST /fqname-to-id HTTP/1.1" 404 237 0.002936 10.0.0.32 - - [2024-12-26 02:13:28] "POST /projects HTTP/1.1" 200 591 0.232024 10.0.0.32 - - [2024-12-26 02:13:28] "POST /access-control-lists HTTP/1.1" 200 599 0.059721 10.0.0.32 - - [2024-12-26 02:13:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.300907 10.0.0.32 - - [2024-12-26 02:13:28] "POST /fqname-to-id HTTP/1.1" 404 236 0.003268 10.0.0.32 - - [2024-12-26 02:13:28] "GET /project/999bcc3f-9b42-458f-9cd7-6ef9de2f3c85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.420955 10.0.0.32 - - [2024-12-26 02:13:28] "POST /access-control-lists HTTP/1.1" 200 597 0.060166 10.0.0.32 - - [2024-12-26 02:13:29] "GET / HTTP/1.1" 200 35931 0.002294 10.0.0.32 - - [2024-12-26 02:13:31] "GET /project/999bcc3f-9b42-458f-9cd7-6ef9de2f3c85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000515 10.0.0.32 - - [2024-12-26 02:13:31] "GET /projects?obj_uuids=999bcc3f-9b42-458f-9cd7-6ef9de2f3c85&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001555 10.0.0.32 - - [2024-12-26 02:13:31] "GET /project/999bcc3f-9b42-458f-9cd7-6ef9de2f3c85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.047992 10.0.0.32 - - [2024-12-26 02:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002365 10.0.0.32 - - [2024-12-26 02:13:31] "GET /security-group/a5da5fd8-cb2f-4124-86bb-34535e8769e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.005178 10.0.0.32 - - [2024-12-26 02:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.32 - - [2024-12-26 02:13:31] "GET /projects?obj_uuids=999bcc3f-9b42-458f-9cd7-6ef9de2f3c85&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002053 10.0.0.32 - - [2024-12-26 02:13:31] "GET /project/999bcc3f-9b42-458f-9cd7-6ef9de2f3c85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.021908 10.0.0.32 - - [2024-12-26 02:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.32 - - [2024-12-26 02:13:31] "GET /security-group/a5da5fd8-cb2f-4124-86bb-34535e8769e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.003947 10.0.0.32 - - [2024-12-26 02:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.32 - - [2024-12-26 02:13:31] "PUT /security-group/a5da5fd8-cb2f-4124-86bb-34535e8769e2 HTTP/1.1" 200 262 0.017772 10.0.0.32 - - [2024-12-26 02:13:31] "PUT /access-control-list/116848b1-ae5d-4fd2-b961-916c5978d7e7 HTTP/1.1" 200 272 0.013536 10.0.0.32 - - [2024-12-26 02:13:31] "PUT /access-control-list/83769eea-ac44-4c8c-ba42-4fc471144d29 HTTP/1.1" 200 272 0.011018 10.0.0.32 - - [2024-12-26 02:13:31] "POST /fqname-to-id HTTP/1.1" 404 202 0.002534 10.0.0.32 - - [2024-12-26 02:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.32 - - [2024-12-26 02:13:31] "GET /projects?obj_uuids=999bcc3f-9b42-458f-9cd7-6ef9de2f3c85&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001560 10.0.0.32 - - [2024-12-26 02:13:31] "GET /project/999bcc3f-9b42-458f-9cd7-6ef9de2f3c85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.024066 10.0.0.32 - - [2024-12-26 02:13:31] "POST /neutron/network HTTP/1.1" 200 117 0.032534 10.0.0.32 - - [2024-12-26 02:13:32] "GET /projects?obj_uuids=999bcc3f-9b42-458f-9cd7-6ef9de2f3c85&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001112 10.0.0.32 - - [2024-12-26 02:13:32] "POST /neutron/network HTTP/1.1" 200 608 0.070261 10.0.0.32 - - [2024-12-26 02:13:32] "POST /route-targets HTTP/1.1" 200 327 0.013224 10.0.0.32 - - [2024-12-26 02:13:32] "POST /ref-update HTTP/1.1" 200 156 0.015844 10.0.0.32 - - [2024-12-26 02:13:32] "POST /useragent-kv HTTP/1.1" 200 115 0.005226 10.0.0.32 - - [2024-12-26 02:13:32] "POST /neutron/subnet HTTP/1.1" 200 710 0.194753 10.0.0.32 - - [2024-12-26 02:13:32] "POST /neutron/network HTTP/1.1" 200 824 0.005352 10.0.0.32 - - [2024-12-26 02:13:32] "POST /id-to-fqname HTTP/1.1" 200 223 0.001417 10.0.0.32 - - [2024-12-26 02:13:32] "GET /virtual-network/9c4816eb-7b67-4557-a114-d9e229688d82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.003045 10.0.0.32 - - [2024-12-26 02:13:32] "POST /neutron/network HTTP/1.1" 200 824 0.005786 10.0.0.32 - - [2024-12-26 02:13:32] "GET /virtual-network/9c4816eb-7b67-4557-a114-d9e229688d82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.002981 10.0.0.32 - - [2024-12-26 02:13:32] "POST /neutron/network HTTP/1.1" 200 824 0.005965 10.0.0.32 - - [2024-12-26 02:13:32] "POST /neutron/subnet HTTP/1.1" 200 710 0.006403 10.0.0.32 - - [2024-12-26 02:13:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002848 10.0.0.32 - - [2024-12-26 02:13:32] "GET /projects?obj_uuids=999bcc3f-9b42-458f-9cd7-6ef9de2f3c85&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001005 10.0.0.32 - - [2024-12-26 02:13:32] "GET /project/999bcc3f-9b42-458f-9cd7-6ef9de2f3c85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.019082 10.0.0.32 - - [2024-12-26 02:13:32] "POST /neutron/network HTTP/1.1" 200 117 0.009901 10.0.0.32 - - [2024-12-26 02:13:32] "GET /projects?obj_uuids=999bcc3f-9b42-458f-9cd7-6ef9de2f3c85&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001101 10.0.0.32 - - [2024-12-26 02:13:32] "POST /neutron/network HTTP/1.1" 200 615 0.087604 10.0.0.32 - - [2024-12-26 02:13:32] "POST /route-targets HTTP/1.1" 200 327 0.019601 10.0.0.32 - - [2024-12-26 02:13:32] "POST /ref-update HTTP/1.1" 200 156 0.014834 10.0.0.32 - - [2024-12-26 02:13:32] "POST /useragent-kv HTTP/1.1" 200 115 0.004064 10.0.0.32 - - [2024-12-26 02:13:32] "POST /neutron/subnet HTTP/1.1" 200 720 0.146167 10.0.0.32 - - [2024-12-26 02:13:32] "POST /neutron/network HTTP/1.1" 200 833 0.006686 10.0.0.32 - - [2024-12-26 02:13:32] "POST /id-to-fqname HTTP/1.1" 200 227 0.001342 10.0.0.32 - - [2024-12-26 02:13:32] "GET /virtual-network/e47b5b45-3e3c-40a0-a172-c65bd0b87c6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.003462 10.0.0.32 - - [2024-12-26 02:13:32] "POST /neutron/network HTTP/1.1" 200 833 0.006628 10.0.0.32 - - [2024-12-26 02:13:32] "GET /virtual-network/e47b5b45-3e3c-40a0-a172-c65bd0b87c6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.002841 10.0.0.32 - - [2024-12-26 02:13:33] "POST /neutron/network HTTP/1.1" 200 833 0.008685 10.0.0.32 - - [2024-12-26 02:13:33] "POST /neutron/subnet HTTP/1.1" 200 720 0.009599 10.0.0.32 - - [2024-12-26 02:13:33] "POST /id-to-fqname HTTP/1.1" 200 223 0.001243 10.0.0.32 - - [2024-12-26 02:13:33] "POST /neutron/network HTTP/1.1" 200 834 0.006161 10.0.0.32 - - [2024-12-26 02:13:33] "GET /aaa-mode HTTP/1.1" 401 292 0.000449 10.0.0.32 - - [2024-12-26 02:13:33] "GET / HTTP/1.1" 200 35931 0.079509 10.0.0.32 - - [2024-12-26 02:13:33] "GET /project/999bcc3f-9b42-458f-9cd7-6ef9de2f3c85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000405 10.0.0.32 - - [2024-12-26 02:13:33] "DELETE /project/0ebd4169068e48fb881e516c605e7aec HTTP/1.1" 404 173 0.016959 10.0.0.32 - - [2024-12-26 02:13:33] "DELETE /project/999bcc3f9b42458f9cd76ef9de2f3c85 HTTP/1.1" 404 173 0.006644 10.0.0.32 - - [2024-12-26 02:13:33] "DELETE /project/2e3e1e7f763a445c9daffafbf35894ed HTTP/1.1" 404 173 0.005887 10.0.0.32 - - [2024-12-26 02:13:33] "GET /projects?obj_uuids=48efadbd-7381-40d4-81ce-9313b9f6c2a2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000991 10.0.0.32 - - [2024-12-26 02:13:33] "GET /projects?obj_uuids=0ebd4169-068e-48fb-881e-516c605e7aec&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001027 10.0.0.32 - - [2024-12-26 02:13:33] "GET /projects?obj_uuids=2e3e1e7f-763a-445c-9daf-fafbf35894ed&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000928 10.0.0.32 - - [2024-12-26 02:13:33] "GET /project/48efadbd-7381-40d4-81ce-9313b9f6c2a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1511 0.055087 10.0.0.32 - - [2024-12-26 02:13:33] "GET /project/2e3e1e7f-763a-445c-9daf-fafbf35894ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.049621 10.0.0.32 - - [2024-12-26 02:13:33] "GET /project/0ebd4169-068e-48fb-881e-516c605e7aec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.054577 10.0.0.32 - - [2024-12-26 02:13:33] "GET /projects?obj_uuids=0ebd4169-068e-48fb-881e-516c605e7aec&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001480 10.0.0.32 - - [2024-12-26 02:13:33] "GET /projects?obj_uuids=2e3e1e7f-763a-445c-9daf-fafbf35894ed&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001235 10.0.0.32 - - [2024-12-26 02:13:33] "GET /projects?obj_uuids=48efadbd-7381-40d4-81ce-9313b9f6c2a2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001069 10.0.0.32 - - [2024-12-26 02:13:33] "GET /project/48efadbd-7381-40d4-81ce-9313b9f6c2a2?fields=security_groups HTTP/1.1" 200 1395 0.052057 10.0.0.32 - - [2024-12-26 02:13:33] "GET /project/2e3e1e7f-763a-445c-9daf-fafbf35894ed?fields=security_groups HTTP/1.1" 200 1348 0.054770 10.0.0.32 - - [2024-12-26 02:13:33] "GET /project/0ebd4169-068e-48fb-881e-516c605e7aec?fields=security_groups HTTP/1.1" 200 1398 0.053012 10.0.0.32 - - [2024-12-26 02:13:33] "DELETE /security-group/41e994b3-54ad-4535-9bf0-985f831f97d2 HTTP/1.1" 200 115 0.083880 10.0.0.32 - - [2024-12-26 02:13:33] "GET /projects?obj_uuids=48efadbd-7381-40d4-81ce-9313b9f6c2a2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001635 10.0.0.32 - - [2024-12-26 02:13:33] "DELETE /security-group/229c3a24-ef40-470c-ba98-5dcc834ba4ba HTTP/1.1" 200 115 0.090894 10.0.0.32 - - [2024-12-26 02:13:34] "DELETE /security-group/4b6ef23d-d330-414c-a684-0d2aecc9bd2f HTTP/1.1" 200 115 0.098565 10.0.0.32 - - [2024-12-26 02:13:34] "GET /projects?obj_uuids=0ebd4169-068e-48fb-881e-516c605e7aec&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001540 10.0.0.32 - - [2024-12-26 02:13:34] "GET /projects?obj_uuids=2e3e1e7f-763a-445c-9daf-fafbf35894ed&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001433 10.0.0.32 - - [2024-12-26 02:13:34] "DELETE /access-control-list/75f8b0a9-2b52-459f-811f-07f9fe6b9e13 HTTP/1.1" 200 115 0.088607 10.0.0.32 - - [2024-12-26 02:13:34] "GET /project/48efadbd-7381-40d4-81ce-9313b9f6c2a2?fields=application_policy_sets HTTP/1.1" 200 1434 0.073170 10.0.0.32 - - [2024-12-26 02:13:34] "GET /project/2e3e1e7f-763a-445c-9daf-fafbf35894ed?fields=application_policy_sets HTTP/1.1" 200 1387 0.052854 10.0.0.32 - - [2024-12-26 02:13:34] "DELETE /access-control-list/c93e2c5a-b87f-4929-9910-c7a064795f79 HTTP/1.1" 200 115 0.043386 10.0.0.32 - - [2024-12-26 02:13:34] "GET /projects?obj_uuids=999bcc3f-9b42-458f-9cd7-6ef9de2f3c85&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000978 10.0.0.32 - - [2024-12-26 02:13:34] "GET /project/0ebd4169-068e-48fb-881e-516c605e7aec?fields=application_policy_sets HTTP/1.1" 200 1437 0.098653 10.0.0.32 - - [2024-12-26 02:13:34] "DELETE /access-control-list/1137386e-6975-4a7e-aaf6-65f311d6e67b HTTP/1.1" 200 115 0.028438 10.0.0.32 - - [2024-12-26 02:13:34] "GET /project/999bcc3f-9b42-458f-9cd7-6ef9de2f3c85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.133317 10.0.0.32 - - [2024-12-26 02:13:34] "DELETE /access-control-list/8e7d0c2a-9c2e-4e0d-8329-4a0273e76384 HTTP/1.1" 200 115 0.065833 10.0.0.32 - - [2024-12-26 02:13:34] "POST /neutron/network HTTP/1.1" 200 824 0.010988 10.0.0.32 - - [2024-12-26 02:13:34] "DELETE /access-control-list/1512cb7b-d76c-420d-a144-c5571633ea4b HTTP/1.1" 200 115 0.057747 10.0.0.32 - - [2024-12-26 02:13:34] "DELETE /project/48efadbd-7381-40d4-81ce-9313b9f6c2a2 HTTP/1.1" 200 115 0.564893 10.0.0.32 - - [2024-12-26 02:13:34] "DELETE /project/2e3e1e7f-763a-445c-9daf-fafbf35894ed HTTP/1.1" 200 115 0.698754 10.0.0.32 - - [2024-12-26 02:13:34] "DELETE /access-control-list/79028686-bef1-4bb9-8146-b0fd4d9ccb9b HTTP/1.1" 200 115 0.166611 10.0.0.32 - - [2024-12-26 02:13:34] "DELETE /project/0ebd4169-068e-48fb-881e-516c605e7aec HTTP/1.1" 200 115 0.726438 10.0.0.32 - - [2024-12-26 02:13:34] "POST /neutron/port HTTP/1.1" 200 117 0.006541 10.0.0.32 - - [2024-12-26 02:13:34] "POST /neutron/port HTTP/1.1" 200 117 0.007182 10.0.0.32 - - [2024-12-26 02:13:34] "POST /id-to-fqname HTTP/1.1" 200 227 0.001945 10.0.0.32 - - [2024-12-26 02:13:34] "POST /neutron/port HTTP/1.1" 200 117 0.008498 10.0.0.32 - - [2024-12-26 02:13:34] "POST /neutron/network HTTP/1.1" 200 843 0.007925 10.0.0.32 - - [2024-12-26 02:13:34] "GET /aaa-mode HTTP/1.1" 401 292 0.000503 10.0.0.32 - - [2024-12-26 02:13:34] "POST /neutron/network HTTP/1.1" 200 834 0.007611 10.0.0.32 - - [2024-12-26 02:13:34] "GET /projects?obj_uuids=999bcc3f-9b42-458f-9cd7-6ef9de2f3c85&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001144 10.0.0.32 - - [2024-12-26 02:13:35] "GET / HTTP/1.1" 200 35931 0.001719 10.0.0.32 - - [2024-12-26 02:13:35] "GET /project/999bcc3f-9b42-458f-9cd7-6ef9de2f3c85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000509 10.0.0.32 - - [2024-12-26 02:13:35] "POST /neutron/port HTTP/1.1" 200 1060 0.213325 10.0.0.32 - - [2024-12-26 02:13:35] "POST /neutron/port HTTP/1.1" 200 1060 0.011329 10.0.0.32 - - [2024-12-26 02:13:35] "POST /neutron/port HTTP/1.1" 200 1060 0.009910 10.0.0.32 - - [2024-12-26 02:13:35] "POST /neutron/port HTTP/1.1" 200 1114 0.068147 10.0.0.32 - - [2024-12-26 02:13:35] "POST /neutron/port HTTP/1.1" 200 1088 0.017162 10.0.0.32 - - [2024-12-26 02:13:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003681 10.0.0.32 - - [2024-12-26 02:13:35] "POST /neutron/subnet HTTP/1.1" 200 684 0.016290 10.0.0.32 - - [2024-12-26 02:13:35] "POST /neutron/port HTTP/1.1" 200 117 0.001213 10.0.0.32 - - [2024-12-26 02:13:35] "GET /projects?obj_uuids=999bcc3f-9b42-458f-9cd7-6ef9de2f3c85&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001021 10.0.0.32 - - [2024-12-26 02:13:35] "POST /neutron/network HTTP/1.1" 200 824 0.007767 10.0.0.32 - - [2024-12-26 02:13:35] "GET /project/999bcc3f-9b42-458f-9cd7-6ef9de2f3c85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.059371 10.0.0.32 - - [2024-12-26 02:13:35] "POST /neutron/network HTTP/1.1" 200 833 0.012475 10.0.0.32 - - [2024-12-26 02:13:35] "POST /neutron/port HTTP/1.1" 200 1088 0.020626 10.0.0.32 - - [2024-12-26 02:13:35] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009620 10.0.0.32 - - [2024-12-26 02:13:35] "POST /neutron/port HTTP/1.1" 200 117 0.006390 10.0.0.32 - - [2024-12-26 02:13:35] "GET /projects?obj_uuids=999bcc3f-9b42-458f-9cd7-6ef9de2f3c85&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.005590 10.0.0.32 - - [2024-12-26 02:13:35] "POST /neutron/router HTTP/1.1" 200 585 0.066800 10.0.0.32 - - [2024-12-26 02:13:35] "POST /neutron/router HTTP/1.1" 200 585 0.003861 10.0.0.32 - - [2024-12-26 02:13:35] "POST /route-targets HTTP/1.1" 200 327 0.016366 10.0.0.32 - - [2024-12-26 02:13:35] "POST /neutron/router HTTP/1.1" 200 656 0.033912 10.0.0.32 - - [2024-12-26 02:13:35] "GET /logical-router/9fb9e5fd-d5ed-410e-bd2c-f14f480d1df0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.004285 10.0.0.32 - - [2024-12-26 02:13:35] "PUT /logical-router/9fb9e5fd-d5ed-410e-bd2c-f14f480d1df0 HTTP/1.1" 200 262 0.022594 10.0.0.32 - - [2024-12-26 02:13:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003964 10.0.0.32 - - [2024-12-26 02:13:35] "POST /neutron/router HTTP/1.1" 200 656 0.007141 10.0.0.32 - - [2024-12-26 02:13:35] "GET /projects?obj_uuids=999bcc3f-9b42-458f-9cd7-6ef9de2f3c85&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001811 10.0.0.32 - - [2024-12-26 02:13:35] "GET /service-template/c344277d-41f5-4308-8809-92c7674842ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.009303 10.0.0.32 - - [2024-12-26 02:13:35] "POST /fqname-to-id HTTP/1.1" 404 215 0.004264 10.0.0.32 - - [2024-12-26 02:13:36] "POST /neutron/network HTTP/1.1" 200 843 0.019748 10.0.0.32 - - [2024-12-26 02:13:36] "POST /useragent-kv HTTP/1.1" 200 115 0.014912 10.0.0.32 - - [2024-12-26 02:13:36] "POST /virtual-networks HTTP/1.1" 200 694 0.163054 10.0.0.32 - - [2024-12-26 02:13:36] "GET /projects?obj_uuids=999bcc3f-9b42-458f-9cd7-6ef9de2f3c85&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001170 10.0.0.32 - - [2024-12-26 02:13:36] "POST /neutron/router HTTP/1.1" 200 344 0.338060 10.0.0.32 - - [2024-12-26 02:13:36] "POST /route-targets HTTP/1.1" 200 327 0.024586 10.0.0.32 - - [2024-12-26 02:13:36] "POST /ref-update HTTP/1.1" 200 156 0.079852 10.0.0.32 - - [2024-12-26 02:13:36] "POST /neutron/port HTTP/1.1" 200 1088 0.064137 10.0.0.32 - - [2024-12-26 02:13:36] "POST /service-instances HTTP/1.1" 200 670 0.094688 10.0.0.32 - - [2024-12-26 02:13:36] "POST /neutron/security_group HTTP/1.1" 200 2002 0.021627 10.0.0.32 - - [2024-12-26 02:13:36] "POST /ref-update HTTP/1.1" 200 156 0.033051 10.0.0.32 - - [2024-12-26 02:13:36] "POST /route-tables HTTP/1.1" 200 582 0.106243 10.0.0.32 - - [2024-12-26 02:13:36] "PUT /logical-router/9fb9e5fd-d5ed-410e-bd2c-f14f480d1df0 HTTP/1.1" 200 262 0.023678 10.0.0.32 - - [2024-12-26 02:13:36] "POST /neutron/port HTTP/1.1" 200 1062 0.434845 10.0.0.32 - - [2024-12-26 02:13:36] "POST /ref-update HTTP/1.1" 200 156 0.022164 10.0.0.32 - - [2024-12-26 02:13:36] "POST /neutron/port HTTP/1.1" 200 1062 0.013543 10.0.0.32 - - [2024-12-26 02:13:36] "POST /neutron/port HTTP/1.1" 200 1062 0.011943 10.0.0.32 - - [2024-12-26 02:13:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006196 10.0.0.32 - - [2024-12-26 02:13:36] "POST /neutron/port HTTP/1.1" 200 1116 0.078186 10.0.0.32 - - [2024-12-26 02:13:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002783 10.0.0.32 - - [2024-12-26 02:13:36] "POST /neutron/port HTTP/1.1" 200 1090 0.039387 10.0.0.32 - - [2024-12-26 02:13:36] "POST /virtual-machines HTTP/1.1" 200 553 0.033891 10.0.0.32 - - [2024-12-26 02:13:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005115 10.0.0.32 - - [2024-12-26 02:13:36] "POST /neutron/subnet HTTP/1.1" 200 694 0.013305 10.0.0.32 - - [2024-12-26 02:13:36] "POST /neutron/port HTTP/1.1" 200 117 0.002404 10.0.0.32 - - [2024-12-26 02:13:36] "POST /neutron/network HTTP/1.1" 200 833 0.005457 10.0.0.32 - - [2024-12-26 02:13:36] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.119676 10.0.0.32 - - [2024-12-26 02:13:37] "POST /chown HTTP/1.1" 200 109 0.008914 10.0.0.32 - - [2024-12-26 02:13:37] "POST /instance-ips HTTP/1.1" 200 551 0.020811 10.0.0.32 - - [2024-12-26 02:13:37] "POST /instance-ips HTTP/1.1" 400 246 0.016674 10.0.0.32 - - [2024-12-26 02:13:37] "POST /chown HTTP/1.1" 200 109 0.010715 10.0.0.32 - - [2024-12-26 02:13:37] "PUT /virtual-machine-interface/b06f9f87-97c2-47e9-883f-790ec4984559 HTTP/1.1" 200 284 0.012485 10.0.0.32 - - [2024-12-26 02:13:37] "PUT /instance-ip/519871e4-4b23-47bd-a747-f3bba7091e58 HTTP/1.1" 200 256 0.013459 10.0.0.32 - - [2024-12-26 02:13:37] "POST /ref-update HTTP/1.1" 200 156 0.011868 10.0.0.32 - - [2024-12-26 02:13:37] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.100966 10.0.0.32 - - [2024-12-26 02:13:37] "POST /chown HTTP/1.1" 200 109 0.009140 10.0.0.32 - - [2024-12-26 02:13:37] "POST /instance-ips HTTP/1.1" 200 549 0.033216 10.0.0.32 - - [2024-12-26 02:13:37] "POST /instance-ips HTTP/1.1" 400 316 0.021427 10.0.0.32 - - [2024-12-26 02:13:37] "POST /chown HTTP/1.1" 200 109 0.011684 10.0.0.32 - - [2024-12-26 02:13:37] "PUT /virtual-machine-interface/477ae4af-176a-4fb2-8dd9-3e534c5e6bf3 HTTP/1.1" 200 284 0.014925 10.0.0.32 - - [2024-12-26 02:13:37] "PUT /instance-ip/4fe13224-c68b-411a-8701-621001ba361f HTTP/1.1" 200 256 0.016740 10.0.0.32 - - [2024-12-26 02:13:37] "POST /ref-update HTTP/1.1" 200 156 0.012295 10.0.0.32 - - [2024-12-26 02:13:38] "POST /ref-update HTTP/1.1" 200 156 0.010251 10.0.0.32 - - [2024-12-26 02:13:38] "PUT /routing-instance/5cd20298-1f5b-43fe-8dcc-4d24a791b815 HTTP/1.1" 200 266 0.026135 10.0.0.32 - - [2024-12-26 02:13:38] "POST /ref-update HTTP/1.1" 200 156 0.019615 10.0.0.32 - - [2024-12-26 02:13:38] "POST /virtual-machines HTTP/1.1" 200 553 0.016149 10.0.0.32 - - [2024-12-26 02:13:38] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.101490 10.0.0.32 - - [2024-12-26 02:13:38] "POST /chown HTTP/1.1" 200 109 0.009167 10.0.0.32 - - [2024-12-26 02:13:38] "POST /instance-ips HTTP/1.1" 400 246 0.020269 10.0.0.32 - - [2024-12-26 02:13:38] "POST /chown HTTP/1.1" 200 109 0.012510 10.0.0.32 - - [2024-12-26 02:13:38] "PUT /virtual-machine-interface/34bd63a0-f26f-4b56-885d-9cb96c9378f1 HTTP/1.1" 200 284 0.010816 10.0.0.32 - - [2024-12-26 02:13:38] "PUT /instance-ip/519871e4-4b23-47bd-a747-f3bba7091e58 HTTP/1.1" 200 256 0.014371 10.0.0.32 - - [2024-12-26 02:13:38] "POST /ref-update HTTP/1.1" 200 156 0.013602 10.0.0.32 - - [2024-12-26 02:13:38] "POST /ref-update HTTP/1.1" 200 156 0.015999 10.0.0.32 - - [2024-12-26 02:13:38] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.101503 10.0.0.32 - - [2024-12-26 02:13:38] "POST /chown HTTP/1.1" 200 109 0.009683 10.0.0.32 - - [2024-12-26 02:13:38] "POST /instance-ips HTTP/1.1" 400 316 0.018732 10.0.0.32 - - [2024-12-26 02:13:39] "POST /chown HTTP/1.1" 200 109 0.007816 10.0.0.32 - - [2024-12-26 02:13:39] "PUT /virtual-machine-interface/7a9abe95-e6f5-472e-bed1-223f6e4209ef HTTP/1.1" 200 284 0.013397 10.0.0.32 - - [2024-12-26 02:13:39] "PUT /instance-ip/4fe13224-c68b-411a-8701-621001ba361f HTTP/1.1" 200 256 0.015562 10.0.0.32 - - [2024-12-26 02:13:39] "POST /ref-update HTTP/1.1" 200 156 0.016460 10.0.0.32 - - [2024-12-26 02:13:39] "POST /ref-update HTTP/1.1" 200 156 0.013567 10.0.0.32 - - [2024-12-26 02:13:40] "GET /obj-perms HTTP/1.1" 200 5056 0.073365 10.0.0.32 - - [2024-12-26 02:13:40] "GET /obj-perms HTTP/1.1" 200 5056 0.054143 10.0.0.32 - - [2024-12-26 02:13:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005320 10.0.0.32 - - [2024-12-26 02:13:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.32 - - [2024-12-26 02:13:40] "POST /chown HTTP/1.1" 200 109 0.008615 10.0.0.32 - - [2024-12-26 02:13:40] "POST /instance-ips HTTP/1.1" 400 246 0.016236 10.0.0.32 - - [2024-12-26 02:13:40] "POST /chown HTTP/1.1" 200 109 0.009476 10.0.0.32 - - [2024-12-26 02:13:40] "POST /chown HTTP/1.1" 200 109 0.010511 10.0.0.32 - - [2024-12-26 02:13:40] "POST /instance-ips HTTP/1.1" 400 316 0.064341 10.0.0.32 - - [2024-12-26 02:13:40] "POST /chown HTTP/1.1" 200 109 0.008132 10.0.0.32 - - [2024-12-26 02:13:41] "POST /chown HTTP/1.1" 200 109 0.008007 10.0.0.32 - - [2024-12-26 02:13:41] "POST /instance-ips HTTP/1.1" 400 246 0.020856 10.0.0.32 - - [2024-12-26 02:13:41] "POST /chown HTTP/1.1" 200 109 0.011184 10.0.0.32 - - [2024-12-26 02:13:41] "POST /chown HTTP/1.1" 200 109 0.010691 10.0.0.32 - - [2024-12-26 02:13:41] "POST /instance-ips HTTP/1.1" 400 316 0.022584 10.0.0.32 - - [2024-12-26 02:13:41] "POST /chown HTTP/1.1" 200 109 0.011908 10.0.0.32 - - [2024-12-26 02:13:41] "POST /neutron/port HTTP/1.1" 200 1088 0.015340 10.0.0.32 - - [2024-12-26 02:13:41] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006932 10.0.0.32 - - [2024-12-26 02:13:41] "POST /neutron/port HTTP/1.1" 200 1088 0.018372 10.0.0.32 - - [2024-12-26 02:13:41] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007190 10.0.0.32 - - [2024-12-26 02:13:41] "POST /neutron/port HTTP/1.1" 200 1088 0.017745 10.0.0.32 - - [2024-12-26 02:13:41] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007418 10.0.0.32 - - [2024-12-26 02:13:41] "GET /virtual-machine/9301fe6a-e339-4096-9533-d882a5295588 HTTP/1.1" 401 292 0.000573 10.0.0.32 - - [2024-12-26 02:13:42] "GET /virtual-machine/9301fe6a-e339-4096-9533-d882a5295588 HTTP/1.1" 200 1296 0.028069 10.0.0.32 - - [2024-12-26 02:13:42] "GET /virtual-machine-interface/612ebe0d-f4b0-4d49-8d2b-91c8d0212068 HTTP/1.1" 200 2956 0.003883 10.0.0.32 - - [2024-12-26 02:13:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962 10.0.0.32 - - [2024-12-26 02:13:42] "GET /global-vrouter-config/6fd2a1b0-05e7-4186-a5dd-10a40b5d6c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003696 10.0.0.32 - - [2024-12-26 02:13:42] "GET /virtual-networks?parent_id=999bcc3f-9b42-458f-9cd7-6ef9de2f3c85&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003236 10.0.0.32 - - [2024-12-26 02:13:42] "GET /virtual-network/9c4816eb-7b67-4557-a114-d9e229688d82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.003259 10.0.0.32 - - [2024-12-26 02:13:44] "POST /neutron/port HTTP/1.1" 200 1088 0.020189 10.0.0.32 - - [2024-12-26 02:13:44] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006831 10.0.0.32 - - [2024-12-26 02:13:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.32 - - [2024-12-26 02:13:45] "GET /virtual-network/9c4816eb-7b67-4557-a114-d9e229688d82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.004198 10.0.0.32 - - [2024-12-26 02:13:46] "POST /neutron/port HTTP/1.1" 200 1090 0.015342 10.0.0.32 - - [2024-12-26 02:13:46] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005787 10.0.0.32 - - [2024-12-26 02:13:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.32 - - [2024-12-26 02:13:47] "GET /global-vrouter-config/6fd2a1b0-05e7-4186-a5dd-10a40b5d6c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003116 10.0.0.32 - - [2024-12-26 02:13:47] "GET /virtual-networks?parent_id=999bcc3f-9b42-458f-9cd7-6ef9de2f3c85&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004929 10.0.0.32 - - [2024-12-26 02:13:47] "GET /virtual-network/9c4816eb-7b67-4557-a114-d9e229688d82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.003910 10.0.0.32 - - [2024-12-26 02:13:47] "POST /neutron/port HTTP/1.1" 200 1090 0.016177 10.0.0.32 - - [2024-12-26 02:13:47] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007226 10.0.0.32 - - [2024-12-26 02:13:47] "POST /neutron/port HTTP/1.1" 200 1090 0.014837 10.0.0.32 - - [2024-12-26 02:13:47] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008592 10.0.0.32 - - [2024-12-26 02:13:47] "POST /neutron/port HTTP/1.1" 200 1090 0.016100 10.0.0.32 - - [2024-12-26 02:13:47] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006896 10.0.0.32 - - [2024-12-26 02:13:47] "GET /virtual-machine/dca0413e-13fe-4e26-9d0d-ad40c8aee1a0 HTTP/1.1" 200 1296 0.004585 10.0.0.32 - - [2024-12-26 02:13:47] "GET /virtual-machine-interface/b920cc28-2d20-45db-af93-27f5c3e03003 HTTP/1.1" 200 2969 0.002922 10.0.0.32 - - [2024-12-26 02:13:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.32 - - [2024-12-26 02:13:48] "GET /global-vrouter-config/6fd2a1b0-05e7-4186-a5dd-10a40b5d6c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002722 10.0.0.32 - - [2024-12-26 02:13:48] "GET /virtual-networks?parent_id=999bcc3f-9b42-458f-9cd7-6ef9de2f3c85&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003682 10.0.0.32 - - [2024-12-26 02:13:48] "GET /virtual-network/e47b5b45-3e3c-40a0-a172-c65bd0b87c6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004017 10.0.0.32 - - [2024-12-26 02:13:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.32 - - [2024-12-26 02:13:49] "GET /global-vrouter-config/6fd2a1b0-05e7-4186-a5dd-10a40b5d6c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002875 10.0.0.32 - - [2024-12-26 02:13:49] "GET /virtual-networks?parent_id=999bcc3f-9b42-458f-9cd7-6ef9de2f3c85&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003270 10.0.0.32 - - [2024-12-26 02:13:49] "GET /virtual-network/e47b5b45-3e3c-40a0-a172-c65bd0b87c6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.003438 10.0.0.32 - - [2024-12-26 02:13:53] "POST /neutron/router HTTP/1.1" 200 656 0.008628 10.0.0.32 - - [2024-12-26 02:13:53] "POST /ref-update HTTP/1.1" 200 156 0.010916 10.0.0.32 - - [2024-12-26 02:13:53] "POST /neutron/router HTTP/1.1" 200 344 0.101339 10.0.0.32 - - [2024-12-26 02:13:53] "POST /neutron/router HTTP/1.1" 200 656 0.005728 10.0.0.32 - - [2024-12-26 02:13:53] "GET /logical-router/9fb9e5fd-d5ed-410e-bd2c-f14f480d1df0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1973 0.003003 10.0.0.32 - - [2024-12-26 02:13:53] "GET /service-instance/f99509d4-0394-45a0-a771-9fb52dbedf13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2316 0.004423 10.0.0.32 - - [2024-12-26 02:13:53] "POST /neutron/router HTTP/1.1" 200 151 0.058619 10.0.0.32 - - [2024-12-26 02:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.32 - - [2024-12-26 02:13:53] "DELETE /route-target/423beaa3-69a1-436d-a4ea-cf98de41c886 HTTP/1.1" 409 239 0.006577 10.0.0.32 - - [2024-12-26 02:13:53] "PUT /logical-router/9fb9e5fd-d5ed-410e-bd2c-f14f480d1df0 HTTP/1.1" 404 171 0.004226 10.0.0.32 - - [2024-12-26 02:13:53] "POST /ref-update HTTP/1.1" 200 156 0.010766 10.0.0.32 - - [2024-12-26 02:13:53] "DELETE /route-table/bec9566a-20a5-424d-b4f1-0ee6c58f9761 HTTP/1.1" 200 115 0.030666 10.0.0.32 - - [2024-12-26 02:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.006359 10.0.0.32 - - [2024-12-26 02:13:53] "PUT /routing-instance/5cd20298-1f5b-43fe-8dcc-4d24a791b815 HTTP/1.1" 200 266 0.020325 10.0.0.32 - - [2024-12-26 02:13:53] "GET /virtual-network/0a29c0e5-613b-4280-a168-9b109f544608?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.008406 10.0.0.32 - - [2024-12-26 02:13:53] "POST /neutron/network HTTP/1.1" 200 833 0.026355 10.0.0.32 - - [2024-12-26 02:13:53] "POST /ref-update HTTP/1.1" 200 156 0.020631 10.0.0.32 - - [2024-12-26 02:13:53] "POST /neutron/network HTTP/1.1" 400 204 0.064776 10.0.0.32 - - [2024-12-26 02:13:53] "POST /ref-update HTTP/1.1" 200 156 0.017823 10.0.0.32 - - [2024-12-26 02:13:53] "DELETE /instance-ip/4fe13224-c68b-411a-8701-621001ba361f HTTP/1.1" 200 115 0.046344 10.0.0.32 - - [2024-12-26 02:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.32 - - [2024-12-26 02:13:53] "POST /useragent-kv HTTP/1.1" 200 115 0.001365 10.0.0.32 - - [2024-12-26 02:13:54] "POST /useragent-kv HTTP/1.1" 200 115 0.001334 10.0.0.32 - - [2024-12-26 02:13:54] "DELETE /virtual-network/0a29c0e5-613b-4280-a168-9b109f544608 HTTP/1.1" 200 115 0.155461 10.0.0.32 - - [2024-12-26 02:13:54] "DELETE /route-target/44bc5072-a346-4642-a2b3-90da2fc459ed HTTP/1.1" 200 115 0.032427 10.0.0.32 - - [2024-12-26 02:13:54] "DELETE /service-instance/f99509d4-0394-45a0-a771-9fb52dbedf13 HTTP/1.1" 200 115 0.040220 10.0.0.32 - - [2024-12-26 02:13:54] "GET /logical-router/9fb9e5fd-d5ed-410e-bd2c-f14f480d1df0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003460 10.0.0.32 - - [2024-12-26 02:13:54] "GET /service-instance/f99509d4-0394-45a0-a771-9fb52dbedf13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003211 10.0.0.32 - - [2024-12-26 02:13:54] "POST /neutron/port HTTP/1.1" 200 1090 0.018889 10.0.0.32 - - [2024-12-26 02:13:54] "POST /neutron/port HTTP/1.1" 200 1116 0.016142 10.0.0.32 - - [2024-12-26 02:13:54] "GET /virtual-machine-interface/477ae4af-176a-4fb2-8dd9-3e534c5e6bf3?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1333 0.008105 10.0.0.32 - - [2024-12-26 02:13:54] "POST /neutron/port HTTP/1.1" 200 1088 0.033246 10.0.0.32 - - [2024-12-26 02:13:54] "POST /neutron/port HTTP/1.1" 200 1114 0.014041 10.0.0.32 - - [2024-12-26 02:13:54] "DELETE /virtual-machine-interface/477ae4af-176a-4fb2-8dd9-3e534c5e6bf3 HTTP/1.1" 200 115 0.070844 10.0.0.32 - - [2024-12-26 02:13:54] "GET /virtual-machine-interface/b06f9f87-97c2-47e9-883f-790ec4984559?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1653 0.003456 10.0.0.32 - - [2024-12-26 02:13:54] "POST /ref-update HTTP/1.1" 200 156 0.026220 10.0.0.32 - - [2024-12-26 02:13:54] "POST /neutron/port HTTP/1.1" 200 151 0.213251 10.0.0.32 - - [2024-12-26 02:13:54] "POST /neutron/port HTTP/1.1" 200 151 0.195976 10.0.0.32 - - [2024-12-26 02:13:54] "GET /instance-ip/519871e4-4b23-47bd-a747-f3bba7091e58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004432 10.0.0.32 - - [2024-12-26 02:13:54] "DELETE /virtual-machine-interface/b06f9f87-97c2-47e9-883f-790ec4984559 HTTP/1.1" 200 115 0.047758 10.0.0.32 - - [2024-12-26 02:13:54] "POST /ref-update HTTP/1.1" 200 156 0.012285 10.0.0.32 - - [2024-12-26 02:13:54] "DELETE /virtual-machine/2cce602d-97c3-4073-818a-f686ce5ba44c HTTP/1.1" 200 115 0.020835 10.0.0.32 - - [2024-12-26 02:13:54] "GET /virtual-machine-interface/34bd63a0-f26f-4b56-885d-9cb96c9378f1?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1652 0.003665 10.0.0.32 - - [2024-12-26 02:13:54] "POST /ref-update HTTP/1.1" 200 156 0.014594 10.0.0.32 - - [2024-12-26 02:13:54] "GET /instance-ip/519871e4-4b23-47bd-a747-f3bba7091e58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1694 0.005560 10.0.0.32 - - [2024-12-26 02:13:54] "DELETE /instance-ip/519871e4-4b23-47bd-a747-f3bba7091e58 HTTP/1.1" 200 115 0.028783 10.0.0.32 - - [2024-12-26 02:13:54] "DELETE /virtual-machine-interface/34bd63a0-f26f-4b56-885d-9cb96c9378f1 HTTP/1.1" 200 115 0.033017 10.0.0.32 - - [2024-12-26 02:13:54] "GET /virtual-machine-interface/7a9abe95-e6f5-472e-bed1-223f6e4209ef?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1333 0.003978 10.0.0.32 - - [2024-12-26 02:13:54] "DELETE /virtual-machine-interface/7a9abe95-e6f5-472e-bed1-223f6e4209ef HTTP/1.1" 200 115 0.032029 10.0.0.32 - - [2024-12-26 02:13:54] "DELETE /virtual-machine/5eb72c00-959e-416a-a2e9-29377a00e4ff HTTP/1.1" 200 115 0.019597 10.0.0.32 - - [2024-12-26 02:13:55] "POST /neutron/network HTTP/1.1" 200 833 0.007007 10.0.0.32 - - [2024-12-26 02:13:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.32 - - [2024-12-26 02:13:55] "POST /useragent-kv HTTP/1.1" 200 115 0.001149 10.0.0.32 - - [2024-12-26 02:13:55] "POST /useragent-kv HTTP/1.1" 200 115 0.001182 10.0.0.32 - - [2024-12-26 02:13:55] "POST /neutron/network HTTP/1.1" 200 151 0.108258 10.0.0.32 - - [2024-12-26 02:13:55] "DELETE /route-target/f60b905f-ff71-402e-bc4d-9292dbaf83fd HTTP/1.1" 200 115 0.029820 10.0.0.32 - - [2024-12-26 02:13:55] "POST /neutron/network HTTP/1.1" 200 824 0.006704 10.0.0.32 - - [2024-12-26 02:13:55] "POST /useragent-kv HTTP/1.1" 200 115 0.001370 10.0.0.32 - - [2024-12-26 02:13:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.008025 10.0.0.32 - - [2024-12-26 02:13:55] "POST /useragent-kv HTTP/1.1" 200 115 0.001201 10.0.0.32 - - [2024-12-26 02:13:55] "POST /neutron/network HTTP/1.1" 200 151 0.083597 10.0.0.32 - - [2024-12-26 02:13:55] "DELETE /route-target/7bba8e3d-2194-400b-91d3-18d64815f028 HTTP/1.1" 200 115 0.027013 10.0.0.32 - - [2024-12-26 02:13:56] "GET /projects?obj_uuids=999bcc3f-9b42-458f-9cd7-6ef9de2f3c85&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001445 10.0.0.32 - - [2024-12-26 02:13:56] "GET /project/999bcc3f-9b42-458f-9cd7-6ef9de2f3c85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.030465 10.0.0.32 - - [2024-12-26 02:13:56] "GET /projects?obj_uuids=999bcc3f-9b42-458f-9cd7-6ef9de2f3c85&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001730 10.0.0.32 - - [2024-12-26 02:13:56] "GET /project/999bcc3f-9b42-458f-9cd7-6ef9de2f3c85?fields=virtual_networks HTTP/1.1" 200 1039 0.073707 10.0.0.32 - - [2024-12-26 02:13:56] "GET /projects?obj_uuids=999bcc3f-9b42-458f-9cd7-6ef9de2f3c85&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001701 10.0.0.32 - - [2024-12-26 02:13:56] "GET /project/999bcc3f-9b42-458f-9cd7-6ef9de2f3c85?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.029732 10.0.0.32 - - [2024-12-26 02:13:56] "GET /projects?obj_uuids=999bcc3f-9b42-458f-9cd7-6ef9de2f3c85&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001189 10.0.0.32 - - [2024-12-26 02:13:56] "GET /project/999bcc3f-9b42-458f-9cd7-6ef9de2f3c85?fields=security_groups HTTP/1.1" 200 1268 0.022732 10.0.0.32 - - [2024-12-26 02:13:57] "POST /fqname-to-id HTTP/1.1" 404 196 0.033628 10.0.0.32 - - [2024-12-26 02:13:57] "GET /projects?obj_uuids=c3f13277-57f7-4e1c-bfd0-ad7fc61cbcd3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003978 10.0.0.32 - - [2024-12-26 02:13:57] "GET /domains?obj_uuids=623962f1-258d-4b2a-ae1e-14ab588c1e3c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001228 10.0.0.32 - - [2024-12-26 02:13:57] "GET /domain/623962f1-258d-4b2a-ae1e-14ab588c1e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006861 10.0.0.32 - - [2024-12-26 02:13:57] "POST /id-to-fqname HTTP/1.1" 200 198 0.002650 10.0.0.32 - - [2024-12-26 02:13:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.006438 10.0.0.32 - - [2024-12-26 02:13:57] "POST /security-groups HTTP/1.1" 200 599 0.078331 10.0.0.32 - - [2024-12-26 02:13:57] "POST /fqname-to-id HTTP/1.1" 404 242 0.003070 10.0.0.32 - - [2024-12-26 02:13:58] "POST /projects HTTP/1.1" 200 601 0.260539 10.0.0.32 - - [2024-12-26 02:13:58] "POST /access-control-lists HTTP/1.1" 200 604 0.060581 10.0.0.32 - - [2024-12-26 02:13:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.343065 10.0.0.32 - - [2024-12-26 02:13:58] "POST /fqname-to-id HTTP/1.1" 404 241 0.003129 10.0.0.32 - - [2024-12-26 02:13:58] "GET /project/c3f13277-57f7-4e1c-bfd0-ad7fc61cbcd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.468543 10.0.0.32 - - [2024-12-26 02:13:58] "POST /access-control-lists HTTP/1.1" 200 602 0.065110 10.0.0.32 - - [2024-12-26 02:13:59] "GET / HTTP/1.1" 200 35931 0.003267 10.0.0.32 - - [2024-12-26 02:13:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000538 10.0.0.32 - - [2024-12-26 02:14:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.062519 10.0.0.32 - - [2024-12-26 02:14:00] "GET /projects?obj_uuids=c3f13277-57f7-4e1c-bfd0-ad7fc61cbcd3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001277 10.0.0.32 - - [2024-12-26 02:14:00] "GET /project/c3f13277-57f7-4e1c-bfd0-ad7fc61cbcd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.026675 10.0.0.32 - - [2024-12-26 02:14:00] "POST /neutron/network HTTP/1.1" 200 117 0.031864 10.0.0.32 - - [2024-12-26 02:14:00] "GET /projects?obj_uuids=c3f13277-57f7-4e1c-bfd0-ad7fc61cbcd3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001466 10.0.0.32 - - [2024-12-26 02:14:00] "POST /neutron/network HTTP/1.1" 200 613 0.063443 10.0.0.32 - - [2024-12-26 02:14:00] "POST /route-targets HTTP/1.1" 200 327 0.012909 10.0.0.32 - - [2024-12-26 02:14:00] "POST /ref-update HTTP/1.1" 200 156 0.013505 10.0.0.32 - - [2024-12-26 02:14:00] "POST /useragent-kv HTTP/1.1" 200 115 0.004186 10.0.0.32 - - [2024-12-26 02:14:00] "POST /neutron/subnet HTTP/1.1" 200 719 0.171869 10.0.0.32 - - [2024-12-26 02:14:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003976 10.0.0.32 - - [2024-12-26 02:14:00] "POST /neutron/subnet HTTP/1.1" 200 818 0.133116 10.0.0.32 - - [2024-12-26 02:14:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.034693 10.0.0.32 - - [2024-12-26 02:14:00] "GET /virtual-network/f0625784-a752-4c0f-a3d5-dba1b8047e7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.005203 10.0.0.32 - - [2024-12-26 02:14:00] "POST /neutron/network HTTP/1.1" 200 1003 0.007602 10.0.0.32 - - [2024-12-26 02:14:00] "POST /id-to-fqname HTTP/1.1" 200 228 0.001388 10.0.0.32 - - [2024-12-26 02:14:00] "GET /virtual-network/afb98712-ddca-4169-8588-fcebf6c4f94b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.003115 10.0.0.32 - - [2024-12-26 02:14:00] "POST /neutron/network HTTP/1.1" 200 1003 0.008021 10.0.0.32 - - [2024-12-26 02:14:00] "GET /virtual-network/afb98712-ddca-4169-8588-fcebf6c4f94b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.004695 10.0.0.32 - - [2024-12-26 02:14:01] "POST /neutron/network HTTP/1.1" 200 1003 0.009349 10.0.0.32 - - [2024-12-26 02:14:01] "POST /neutron/subnet HTTP/1.1" 200 719 0.009560 10.0.0.32 - - [2024-12-26 02:14:01] "POST /neutron/subnet HTTP/1.1" 200 818 0.009513 10.0.0.32 - - [2024-12-26 02:14:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.32 - - [2024-12-26 02:14:01] "GET /projects?obj_uuids=c3f13277-57f7-4e1c-bfd0-ad7fc61cbcd3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002024 10.0.0.32 - - [2024-12-26 02:14:01] "GET /project/c3f13277-57f7-4e1c-bfd0-ad7fc61cbcd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.031350 10.0.0.32 - - [2024-12-26 02:14:01] "POST /neutron/network HTTP/1.1" 200 117 0.010057 10.0.0.32 - - [2024-12-26 02:14:01] "GET /projects?obj_uuids=c3f13277-57f7-4e1c-bfd0-ad7fc61cbcd3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002095 10.0.0.32 - - [2024-12-26 02:14:01] "POST /neutron/network HTTP/1.1" 200 613 0.068966 10.0.0.32 - - [2024-12-26 02:14:01] "POST /route-targets HTTP/1.1" 200 327 0.019161 10.0.0.32 - - [2024-12-26 02:14:01] "POST /ref-update HTTP/1.1" 200 156 0.010536 10.0.0.32 - - [2024-12-26 02:14:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003261 10.0.0.32 - - [2024-12-26 02:14:01] "POST /neutron/subnet HTTP/1.1" 200 725 0.187612 10.0.0.32 - - [2024-12-26 02:14:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005474 10.0.0.32 - - [2024-12-26 02:14:01] "GET /virtual-network/f0625784-a752-4c0f-a3d5-dba1b8047e7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.002946 10.0.0.32 - - [2024-12-26 02:14:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003612 10.0.0.32 - - [2024-12-26 02:14:01] "POST /neutron/subnet HTTP/1.1" 200 828 0.195783 10.0.0.32 - - [2024-12-26 02:14:01] "POST /neutron/network HTTP/1.1" 200 1006 0.009059 10.0.0.32 - - [2024-12-26 02:14:01] "POST /id-to-fqname HTTP/1.1" 200 228 0.001675 10.0.0.32 - - [2024-12-26 02:14:01] "GET /virtual-network/4057a763-ecee-4407-833a-2d093b83f0b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.003211 10.0.0.32 - - [2024-12-26 02:14:01] "POST /neutron/network HTTP/1.1" 200 1006 0.009982 10.0.0.32 - - [2024-12-26 02:14:01] "GET /virtual-network/4057a763-ecee-4407-833a-2d093b83f0b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.003707 10.0.0.32 - - [2024-12-26 02:14:01] "POST /neutron/network HTTP/1.1" 200 1006 0.008194 10.0.0.32 - - [2024-12-26 02:14:01] "POST /neutron/subnet HTTP/1.1" 200 725 0.007594 10.0.0.32 - - [2024-12-26 02:14:01] "POST /neutron/subnet HTTP/1.1" 200 828 0.010467 10.0.0.32 - - [2024-12-26 02:14:01] "POST /fqname-to-id HTTP/1.1" 404 234 0.002467 10.0.0.32 - - [2024-12-26 02:14:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002687 10.0.0.32 - - [2024-12-26 02:14:02] "GET /projects?obj_uuids=c3f13277-57f7-4e1c-bfd0-ad7fc61cbcd3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001169 10.0.0.32 - - [2024-12-26 02:14:02] "GET /project/c3f13277-57f7-4e1c-bfd0-ad7fc61cbcd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.023423 10.0.0.32 - - [2024-12-26 02:14:02] "POST /network-policys HTTP/1.1" 200 577 0.067805 10.0.0.32 - - [2024-12-26 02:14:02] "GET /network-policy/b532b3c3-e152-4e0a-9df5-66e62ff6c73d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.005509 10.0.0.32 - - [2024-12-26 02:14:02] "POST /neutron/network HTTP/1.1" 200 1003 0.008264 10.0.0.32 - - [2024-12-26 02:14:02] "POST /fqname-to-id HTTP/1.1" 404 242 0.005175 10.0.0.32 - - [2024-12-26 02:14:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.32 - - [2024-12-26 02:14:02] "GET /virtual-network/f0625784-a752-4c0f-a3d5-dba1b8047e7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.004019 10.0.0.32 - - [2024-12-26 02:14:02] "POST /neutron/network HTTP/1.1" 200 1111 0.046583 10.0.0.32 - - [2024-12-26 02:14:02] "POST /access-control-lists HTTP/1.1" 200 596 0.067440 10.0.0.32 - - [2024-12-26 02:14:02] "POST /neutron/network HTTP/1.1" 200 1111 0.059186 10.0.0.32 - - [2024-12-26 02:14:02] "GET /virtual-network/afb98712-ddca-4169-8588-fcebf6c4f94b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.003381 10.0.0.32 - - [2024-12-26 02:14:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.32 - - [2024-12-26 02:14:02] "GET /network-policy/b532b3c3-e152-4e0a-9df5-66e62ff6c73d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.003498 10.0.0.32 - - [2024-12-26 02:14:02] "POST /neutron/network HTTP/1.1" 200 1006 0.008428 10.0.0.32 - - [2024-12-26 02:14:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.007825 10.0.0.32 - - [2024-12-26 02:14:02] "GET /virtual-network/f0625784-a752-4c0f-a3d5-dba1b8047e7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.003298 10.0.0.32 - - [2024-12-26 02:14:02] "PUT /access-control-list/ecf0a00c-cf7b-4668-b13e-45330100fce7 HTTP/1.1" 200 272 0.017577 10.0.0.32 - - [2024-12-26 02:14:02] "POST /neutron/network HTTP/1.1" 200 1114 0.057306 10.0.0.32 - - [2024-12-26 02:14:02] "POST /fqname-to-id HTTP/1.1" 404 242 0.006533 10.0.0.32 - - [2024-12-26 02:14:02] "POST /neutron/network HTTP/1.1" 200 1114 0.009946 10.0.0.32 - - [2024-12-26 02:14:02] "GET /virtual-network/4057a763-ecee-4407-833a-2d093b83f0b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.003673 10.0.0.32 - - [2024-12-26 02:14:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.32 - - [2024-12-26 02:14:02] "GET /network-policy/b532b3c3-e152-4e0a-9df5-66e62ff6c73d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.027751 10.0.0.32 - - [2024-12-26 02:14:02] "POST /access-control-lists HTTP/1.1" 200 596 0.060171 10.0.0.32 - - [2024-12-26 02:14:02] "GET /domains HTTP/1.1" 401 292 0.000458 10.0.0.32 - - [2024-12-26 02:14:02] "POST /ref-update HTTP/1.1" 200 156 0.011816 10.0.0.32 - - [2024-12-26 02:14:03] "GET /domains HTTP/1.1" 200 280 0.029472 10.0.0.32 - - [2024-12-26 02:14:03] "GET /domains?obj_uuids=623962f1-258d-4b2a-ae1e-14ab588c1e3c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002271 10.0.0.32 - - [2024-12-26 02:14:03] "GET /domain/623962f1-258d-4b2a-ae1e-14ab588c1e3c HTTP/1.1" 200 2770 0.011770 10.0.0.32 - - [2024-12-26 02:14:03] "GET /projects?obj_uuids=c3f13277-57f7-4e1c-bfd0-ad7fc61cbcd3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001718 10.0.0.32 - - [2024-12-26 02:14:03] "GET /project/c3f13277-57f7-4e1c-bfd0-ad7fc61cbcd3 HTTP/1.1" 200 2626 0.071612 10.0.0.32 - - [2024-12-26 02:14:03] "GET /virtual-network/afb98712-ddca-4169-8588-fcebf6c4f94b HTTP/1.1" 200 3496 0.004498 10.0.0.32 - - [2024-12-26 02:14:03] "GET /virtual-network/afb98712-ddca-4169-8588-fcebf6c4f94b HTTP/1.1" 200 3496 0.003534 10.0.0.32 - - [2024-12-26 02:14:03] "GET /routing-instance/29a845c2-cf7c-403b-bd72-e13bcc8f7222 HTTP/1.1" 200 1795 0.003383 10.0.0.32 - - [2024-12-26 02:14:03] "GET /routing-instance/29a845c2-cf7c-403b-bd72-e13bcc8f7222 HTTP/1.1" 200 1795 0.003158 10.0.0.32 - - [2024-12-26 02:14:03] "GET /route-target/fda0d17a-1de8-4f71-bdb5-d5209f476086 HTTP/1.1" 200 1213 0.003293 10.0.0.32 - - [2024-12-26 02:14:03] "GET /virtual-network/afb98712-ddca-4169-8588-fcebf6c4f94b HTTP/1.1" 200 3496 0.002972 10.0.0.32 - - [2024-12-26 02:14:03] "GET /routing-instance/29a845c2-cf7c-403b-bd72-e13bcc8f7222 HTTP/1.1" 200 1795 0.002669 10.0.0.32 - - [2024-12-26 02:14:03] "GET /virtual-network/afb98712-ddca-4169-8588-fcebf6c4f94b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.003224 10.0.0.32 - - [2024-12-26 02:14:03] "GET /virtual-network/afb98712-ddca-4169-8588-fcebf6c4f94b HTTP/1.1" 200 3496 0.003065 10.0.0.32 - - [2024-12-26 02:14:03] "GET /routing-instance/29a845c2-cf7c-403b-bd72-e13bcc8f7222 HTTP/1.1" 200 1795 0.003400 10.0.0.32 - - [2024-12-26 02:14:03] "GET /routing-instance/29a845c2-cf7c-403b-bd72-e13bcc8f7222 HTTP/1.1" 200 1795 0.002643 10.0.0.32 - - [2024-12-26 02:14:03] "GET /route-target/fda0d17a-1de8-4f71-bdb5-d5209f476086 HTTP/1.1" 200 1213 0.002587 10.0.0.32 - - [2024-12-26 02:14:03] "GET /domains HTTP/1.1" 200 280 0.003112 10.0.0.32 - - [2024-12-26 02:14:03] "GET /domains?obj_uuids=623962f1-258d-4b2a-ae1e-14ab588c1e3c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001125 10.0.0.32 - - [2024-12-26 02:14:03] "GET /domain/623962f1-258d-4b2a-ae1e-14ab588c1e3c HTTP/1.1" 200 2770 0.007193 10.0.0.32 - - [2024-12-26 02:14:03] "GET /projects?obj_uuids=c3f13277-57f7-4e1c-bfd0-ad7fc61cbcd3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001109 10.0.0.32 - - [2024-12-26 02:14:03] "GET /project/c3f13277-57f7-4e1c-bfd0-ad7fc61cbcd3 HTTP/1.1" 200 2626 0.067415 10.0.0.32 - - [2024-12-26 02:14:03] "GET /virtual-network/afb98712-ddca-4169-8588-fcebf6c4f94b HTTP/1.1" 200 3496 0.003678 10.0.0.32 - - [2024-12-26 02:14:03] "GET /obj-perms HTTP/1.1" 200 5046 0.052001 10.0.0.32 - - [2024-12-26 02:14:03] "GET /domains HTTP/1.1" 200 280 0.003932 10.0.0.32 - - [2024-12-26 02:14:03] "GET /domains?obj_uuids=623962f1-258d-4b2a-ae1e-14ab588c1e3c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001267 10.0.0.32 - - [2024-12-26 02:14:03] "GET /domain/623962f1-258d-4b2a-ae1e-14ab588c1e3c HTTP/1.1" 200 2770 0.008224 10.0.0.32 - - [2024-12-26 02:14:03] "GET /projects?obj_uuids=c3f13277-57f7-4e1c-bfd0-ad7fc61cbcd3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001451 10.0.0.32 - - [2024-12-26 02:14:03] "GET /project/c3f13277-57f7-4e1c-bfd0-ad7fc61cbcd3 HTTP/1.1" 200 2626 0.069861 10.0.0.32 - - [2024-12-26 02:14:03] "GET /virtual-network/4057a763-ecee-4407-833a-2d093b83f0b6 HTTP/1.1" 200 3504 0.005778 10.0.0.32 - - [2024-12-26 02:14:03] "GET /virtual-network/4057a763-ecee-4407-833a-2d093b83f0b6 HTTP/1.1" 200 3504 0.003340 10.0.0.32 - - [2024-12-26 02:14:03] "GET /routing-instance/fa4c708e-584b-450d-aa35-8e4353380b87 HTTP/1.1" 200 1796 0.003870 10.0.0.32 - - [2024-12-26 02:14:03] "GET /routing-instance/fa4c708e-584b-450d-aa35-8e4353380b87 HTTP/1.1" 200 1796 0.003785 10.0.0.32 - - [2024-12-26 02:14:03] "GET /route-target/560670d6-ae63-4a2d-8d97-f9806512d7c6 HTTP/1.1" 200 1212 0.003289 10.0.0.32 - - [2024-12-26 02:14:03] "GET /virtual-network/4057a763-ecee-4407-833a-2d093b83f0b6 HTTP/1.1" 200 3504 0.003270 10.0.0.32 - - [2024-12-26 02:14:03] "GET /routing-instance/fa4c708e-584b-450d-aa35-8e4353380b87 HTTP/1.1" 200 1796 0.002971 10.0.0.32 - - [2024-12-26 02:14:03] "GET /virtual-network/4057a763-ecee-4407-833a-2d093b83f0b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.003177 10.0.0.32 - - [2024-12-26 02:14:03] "GET /virtual-network/4057a763-ecee-4407-833a-2d093b83f0b6 HTTP/1.1" 200 3504 0.004137 10.0.0.32 - - [2024-12-26 02:14:03] "GET /routing-instance/fa4c708e-584b-450d-aa35-8e4353380b87 HTTP/1.1" 200 1796 0.002903 10.0.0.32 - - [2024-12-26 02:14:03] "GET /routing-instance/fa4c708e-584b-450d-aa35-8e4353380b87 HTTP/1.1" 200 1796 0.003401 10.0.0.32 - - [2024-12-26 02:14:03] "GET /route-target/560670d6-ae63-4a2d-8d97-f9806512d7c6 HTTP/1.1" 200 1212 0.003097 10.0.0.32 - - [2024-12-26 02:14:03] "GET /domains HTTP/1.1" 200 280 0.003043 10.0.0.32 - - [2024-12-26 02:14:04] "GET /domains?obj_uuids=623962f1-258d-4b2a-ae1e-14ab588c1e3c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001514 10.0.0.32 - - [2024-12-26 02:14:04] "GET /domain/623962f1-258d-4b2a-ae1e-14ab588c1e3c HTTP/1.1" 200 2770 0.007826 10.0.0.32 - - [2024-12-26 02:14:04] "GET /projects?obj_uuids=c3f13277-57f7-4e1c-bfd0-ad7fc61cbcd3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002199 10.0.0.32 - - [2024-12-26 02:14:04] "GET /project/c3f13277-57f7-4e1c-bfd0-ad7fc61cbcd3 HTTP/1.1" 200 2626 0.065389 10.0.0.32 - - [2024-12-26 02:14:04] "GET /virtual-network/4057a763-ecee-4407-833a-2d093b83f0b6 HTTP/1.1" 200 3504 0.003580 10.0.0.32 - - [2024-12-26 02:14:04] "GET /obj-perms HTTP/1.1" 200 5046 0.003891 10.0.0.32 - - [2024-12-26 02:14:04] "GET /virtual-network/4057a763-ecee-4407-833a-2d093b83f0b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.003355 10.0.0.32 - - [2024-12-26 02:14:04] "POST /neutron/network HTTP/1.1" 200 1114 0.008828 10.0.0.32 - - [2024-12-26 02:14:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.010407 10.0.0.32 - - [2024-12-26 02:14:04] "GET /virtual-network/f0625784-a752-4c0f-a3d5-dba1b8047e7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.003310 10.0.0.32 - - [2024-12-26 02:14:04] "POST /neutron/network HTTP/1.1" 200 1006 0.052811 10.0.0.32 - - [2024-12-26 02:14:04] "DELETE /access-control-list/8ba1745e-46fe-4498-b607-5c1265586416 HTTP/1.1" 200 115 0.041713 10.0.0.32 - - [2024-12-26 02:14:04] "POST /neutron/network HTTP/1.1" 200 1006 0.011923 10.0.0.32 - - [2024-12-26 02:14:04] "POST /ref-update HTTP/1.1" 200 156 0.013304 10.0.0.32 - - [2024-12-26 02:14:04] "GET /virtual-network/4057a763-ecee-4407-833a-2d093b83f0b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.004891 10.0.0.32 - - [2024-12-26 02:14:04] "GET /virtual-network/afb98712-ddca-4169-8588-fcebf6c4f94b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.002774 10.0.0.32 - - [2024-12-26 02:14:04] "POST /neutron/network HTTP/1.1" 200 1111 0.008608 10.0.0.32 - - [2024-12-26 02:14:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.006327 10.0.0.32 - - [2024-12-26 02:14:04] "GET /virtual-network/f0625784-a752-4c0f-a3d5-dba1b8047e7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.005219 10.0.0.32 - - [2024-12-26 02:14:04] "POST /neutron/network HTTP/1.1" 200 1003 0.054706 10.0.0.32 - - [2024-12-26 02:14:04] "DELETE /access-control-list/ecf0a00c-cf7b-4668-b13e-45330100fce7 HTTP/1.1" 200 115 0.041296 10.0.0.32 - - [2024-12-26 02:14:04] "POST /neutron/network HTTP/1.1" 200 1003 0.008588 10.0.0.32 - - [2024-12-26 02:14:04] "POST /ref-update HTTP/1.1" 200 156 0.014403 10.0.0.32 - - [2024-12-26 02:14:04] "GET /virtual-network/afb98712-ddca-4169-8588-fcebf6c4f94b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006207 10.0.0.32 - - [2024-12-26 02:14:04] "DELETE /network-policy/b532b3c3-e152-4e0a-9df5-66e62ff6c73d HTTP/1.1" 200 115 0.022382 10.0.0.32 - - [2024-12-26 02:14:04] "POST /neutron/network HTTP/1.1" 200 1006 0.007114 10.0.0.32 - - [2024-12-26 02:14:04] "POST /useragent-kv HTTP/1.1" 200 115 0.001373 10.0.0.32 - - [2024-12-26 02:14:04] "POST /useragent-kv HTTP/1.1" 200 115 0.001172 10.0.0.32 - - [2024-12-26 02:14:04] "POST /useragent-kv HTTP/1.1" 200 115 0.001151 10.0.0.32 - - [2024-12-26 02:14:04] "POST /useragent-kv HTTP/1.1" 200 115 0.001049 10.0.0.32 - - [2024-12-26 02:14:04] "POST /neutron/network HTTP/1.1" 200 151 0.088262 10.0.0.32 - - [2024-12-26 02:14:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005280 10.0.0.32 - - [2024-12-26 02:14:04] "GET /routing-instance/fa4c708e-584b-450d-aa35-8e4353380b87 HTTP/1.1" 404 171 0.005160 10.0.0.32 - - [2024-12-26 02:14:04] "GET /domains HTTP/1.1" 200 280 0.002191 10.0.0.32 - - [2024-12-26 02:14:04] "GET /domains?obj_uuids=623962f1-258d-4b2a-ae1e-14ab588c1e3c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001166 10.0.0.32 - - [2024-12-26 02:14:04] "DELETE /route-target/560670d6-ae63-4a2d-8d97-f9806512d7c6 HTTP/1.1" 200 115 0.022626 10.0.0.32 - - [2024-12-26 02:14:04] "GET /domain/623962f1-258d-4b2a-ae1e-14ab588c1e3c HTTP/1.1" 200 2770 0.049073 10.0.0.32 - - [2024-12-26 02:14:04] "GET /projects?obj_uuids=c3f13277-57f7-4e1c-bfd0-ad7fc61cbcd3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001353 10.0.0.32 - - [2024-12-26 02:14:04] "GET /project/c3f13277-57f7-4e1c-bfd0-ad7fc61cbcd3 HTTP/1.1" 200 2146 0.065871 10.0.0.32 - - [2024-12-26 02:14:04] "POST /neutron/network HTTP/1.1" 200 1003 0.007420 10.0.0.32 - - [2024-12-26 02:14:04] "POST /useragent-kv HTTP/1.1" 200 115 0.001996 10.0.0.32 - - [2024-12-26 02:14:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.008338 10.0.0.32 - - [2024-12-26 02:14:04] "POST /useragent-kv HTTP/1.1" 200 115 0.001500 10.0.0.32 - - [2024-12-26 02:14:04] "POST /useragent-kv HTTP/1.1" 200 115 0.001336 10.0.0.32 - - [2024-12-26 02:14:04] "POST /useragent-kv HTTP/1.1" 200 115 0.001481 10.0.0.32 - - [2024-12-26 02:14:04] "POST /neutron/network HTTP/1.1" 200 151 0.100233 10.0.0.32 - - [2024-12-26 02:14:04] "DELETE /route-target/fda0d17a-1de8-4f71-bdb5-d5209f476086 HTTP/1.1" 200 115 0.026009 10.0.0.32 - - [2024-12-26 02:14:04] "GET /routing-instance/29a845c2-cf7c-403b-bd72-e13bcc8f7222 HTTP/1.1" 404 171 0.002593 10.0.0.32 - - [2024-12-26 02:14:04] "GET /domains HTTP/1.1" 200 280 0.002448 10.0.0.32 - - [2024-12-26 02:14:04] "GET /domains?obj_uuids=623962f1-258d-4b2a-ae1e-14ab588c1e3c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001086 10.0.0.32 - - [2024-12-26 02:14:04] "GET /domain/623962f1-258d-4b2a-ae1e-14ab588c1e3c HTTP/1.1" 200 2770 0.050956 10.0.0.32 - - [2024-12-26 02:14:04] "GET /projects?obj_uuids=c3f13277-57f7-4e1c-bfd0-ad7fc61cbcd3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001151 10.0.0.32 - - [2024-12-26 02:14:05] "GET /project/c3f13277-57f7-4e1c-bfd0-ad7fc61cbcd3 HTTP/1.1" 200 1901 0.064656 10.0.0.32 - - [2024-12-26 02:14:05] "GET /projects?obj_uuids=c3f13277-57f7-4e1c-bfd0-ad7fc61cbcd3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001711 10.0.0.32 - - [2024-12-26 02:14:05] "GET /project/c3f13277-57f7-4e1c-bfd0-ad7fc61cbcd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.026035 10.0.0.32 - - [2024-12-26 02:14:05] "GET /projects?obj_uuids=c3f13277-57f7-4e1c-bfd0-ad7fc61cbcd3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001313 10.0.0.32 - - [2024-12-26 02:14:05] "GET /project/c3f13277-57f7-4e1c-bfd0-ad7fc61cbcd3?fields=virtual_networks HTTP/1.1" 200 1049 0.067998 10.0.0.32 - - [2024-12-26 02:14:05] "GET /projects?obj_uuids=c3f13277-57f7-4e1c-bfd0-ad7fc61cbcd3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001171 10.0.0.32 - - [2024-12-26 02:14:05] "GET /project/c3f13277-57f7-4e1c-bfd0-ad7fc61cbcd3?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.023005 10.0.0.32 - - [2024-12-26 02:14:05] "GET /projects?obj_uuids=c3f13277-57f7-4e1c-bfd0-ad7fc61cbcd3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001230 10.0.0.32 - - [2024-12-26 02:14:05] "GET /project/c3f13277-57f7-4e1c-bfd0-ad7fc61cbcd3?fields=security_groups HTTP/1.1" 200 1283 0.021856 10.0.0.32 - - [2024-12-26 02:14:06] "POST /fqname-to-id HTTP/1.1" 404 190 0.024466 10.0.0.32 - - [2024-12-26 02:14:06] "GET /projects?obj_uuids=39e4fc6d-74da-4bcc-a3dd-35f3ea4d33dc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002678 10.0.0.32 - - [2024-12-26 02:14:06] "GET /domains?obj_uuids=623962f1-258d-4b2a-ae1e-14ab588c1e3c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002257 10.0.0.32 - - [2024-12-26 02:14:06] "GET /domain/623962f1-258d-4b2a-ae1e-14ab588c1e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010570 10.0.0.32 - - [2024-12-26 02:14:06] "POST /id-to-fqname HTTP/1.1" 200 192 0.001320 10.0.0.32 - - [2024-12-26 02:14:06] "POST /fqname-to-id HTTP/1.1" 404 201 0.002055 10.0.0.32 - - [2024-12-26 02:14:06] "POST /security-groups HTTP/1.1" 200 593 0.071744 10.0.0.32 - - [2024-12-26 02:14:06] "POST /fqname-to-id HTTP/1.1" 404 236 0.002470 10.0.0.32 - - [2024-12-26 02:14:06] "POST /projects HTTP/1.1" 200 589 0.221444 10.0.0.32 - - [2024-12-26 02:14:06] "POST /access-control-lists HTTP/1.1" 200 598 0.063476 10.0.0.32 - - [2024-12-26 02:14:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.294341 10.0.0.32 - - [2024-12-26 02:14:06] "POST /fqname-to-id HTTP/1.1" 404 235 0.003114 10.0.0.32 - - [2024-12-26 02:14:06] "GET /project/39e4fc6d-74da-4bcc-a3dd-35f3ea4d33dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.414913 10.0.0.32 - - [2024-12-26 02:14:06] "POST /access-control-lists HTTP/1.1" 200 596 0.065091 10.0.0.32 - - [2024-12-26 02:14:07] "GET / HTTP/1.1" 200 35931 0.002142 10.0.0.32 - - [2024-12-26 02:14:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000519 10.0.0.32 - - [2024-12-26 02:14:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.058120 10.0.0.32 - - [2024-12-26 02:14:08] "GET /projects?obj_uuids=39e4fc6d-74da-4bcc-a3dd-35f3ea4d33dc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001201 10.0.0.32 - - [2024-12-26 02:14:08] "GET /project/39e4fc6d-74da-4bcc-a3dd-35f3ea4d33dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.020353 10.0.0.32 - - [2024-12-26 02:14:09] "POST /neutron/network HTTP/1.1" 200 117 0.031821 10.0.0.32 - - [2024-12-26 02:14:09] "GET /projects?obj_uuids=39e4fc6d-74da-4bcc-a3dd-35f3ea4d33dc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002568 10.0.0.32 - - [2024-12-26 02:14:09] "POST /neutron/network HTTP/1.1" 200 607 0.069273 10.0.0.32 - - [2024-12-26 02:14:09] "POST /route-targets HTTP/1.1" 200 327 0.012731 10.0.0.32 - - [2024-12-26 02:14:09] "POST /ref-update HTTP/1.1" 200 156 0.011784 10.0.0.32 - - [2024-12-26 02:14:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002621 10.0.0.32 - - [2024-12-26 02:14:09] "POST /neutron/subnet HTTP/1.1" 200 730 0.130485 10.0.0.32 - - [2024-12-26 02:14:09] "POST /neutron/network HTTP/1.1" 200 827 0.005447 10.0.0.32 - - [2024-12-26 02:14:09] "POST /id-to-fqname HTTP/1.1" 200 222 0.001242 10.0.0.32 - - [2024-12-26 02:14:09] "GET /virtual-network/c3f350e9-7fbf-4667-83f2-7e6d4ac6886b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.002617 10.0.0.32 - - [2024-12-26 02:14:09] "POST /neutron/network HTTP/1.1" 200 827 0.006963 10.0.0.32 - - [2024-12-26 02:14:09] "GET /virtual-network/c3f350e9-7fbf-4667-83f2-7e6d4ac6886b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.003016 10.0.0.32 - - [2024-12-26 02:14:09] "POST /neutron/network HTTP/1.1" 200 827 0.006280 10.0.0.32 - - [2024-12-26 02:14:09] "POST /neutron/subnet HTTP/1.1" 200 730 0.008157 10.0.0.32 - - [2024-12-26 02:14:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.32 - - [2024-12-26 02:14:09] "GET /projects?obj_uuids=39e4fc6d-74da-4bcc-a3dd-35f3ea4d33dc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001051 10.0.0.32 - - [2024-12-26 02:14:09] "GET /project/39e4fc6d-74da-4bcc-a3dd-35f3ea4d33dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.020055 10.0.0.32 - - [2024-12-26 02:14:09] "POST /neutron/network HTTP/1.1" 200 117 0.010280 10.0.0.32 - - [2024-12-26 02:14:09] "GET /projects?obj_uuids=39e4fc6d-74da-4bcc-a3dd-35f3ea4d33dc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001215 10.0.0.32 - - [2024-12-26 02:14:09] "POST /neutron/network HTTP/1.1" 200 607 0.082093 10.0.0.32 - - [2024-12-26 02:14:09] "POST /route-targets HTTP/1.1" 200 327 0.010279 10.0.0.32 - - [2024-12-26 02:14:09] "POST /ref-update HTTP/1.1" 200 156 0.010393 10.0.0.32 - - [2024-12-26 02:14:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003057 10.0.0.32 - - [2024-12-26 02:14:09] "POST /neutron/subnet HTTP/1.1" 200 724 0.175510 10.0.0.32 - - [2024-12-26 02:14:09] "POST /neutron/network HTTP/1.1" 200 826 0.006519 10.0.0.32 - - [2024-12-26 02:14:09] "POST /id-to-fqname HTTP/1.1" 200 222 0.001306 10.0.0.32 - - [2024-12-26 02:14:09] "GET /virtual-network/768d9c71-e5e6-41fd-bb33-59addd361b85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.002552 10.0.0.32 - - [2024-12-26 02:14:09] "POST /neutron/network HTTP/1.1" 200 826 0.006991 10.0.0.32 - - [2024-12-26 02:14:09] "GET /virtual-network/768d9c71-e5e6-41fd-bb33-59addd361b85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.003417 10.0.0.32 - - [2024-12-26 02:14:10] "POST /neutron/network HTTP/1.1" 200 826 0.007102 10.0.0.32 - - [2024-12-26 02:14:10] "POST /neutron/subnet HTTP/1.1" 200 724 0.007965 10.0.0.32 - - [2024-12-26 02:14:10] "POST /fqname-to-id HTTP/1.1" 404 228 0.002683 10.0.0.32 - - [2024-12-26 02:14:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002918 10.0.0.32 - - [2024-12-26 02:14:10] "GET /projects?obj_uuids=39e4fc6d-74da-4bcc-a3dd-35f3ea4d33dc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001381 10.0.0.32 - - [2024-12-26 02:14:10] "GET /project/39e4fc6d-74da-4bcc-a3dd-35f3ea4d33dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.025147 10.0.0.32 - - [2024-12-26 02:14:10] "POST /network-policys HTTP/1.1" 200 571 0.019627 10.0.0.32 - - [2024-12-26 02:14:10] "GET /network-policy/d4dcecf5-9342-4def-a5ce-9443634e7699?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.006702 10.0.0.32 - - [2024-12-26 02:14:10] "POST /neutron/network HTTP/1.1" 200 827 0.008500 10.0.0.32 - - [2024-12-26 02:14:10] "POST /fqname-to-id HTTP/1.1" 404 236 0.003570 10.0.0.32 - - [2024-12-26 02:14:10] "POST /neutron/network HTTP/1.1" 200 929 0.046774 10.0.0.32 - - [2024-12-26 02:14:10] "POST /neutron/network HTTP/1.1" 200 929 0.039453 10.0.0.32 - - [2024-12-26 02:14:10] "POST /access-control-lists HTTP/1.1" 200 590 0.063141 10.0.0.32 - - [2024-12-26 02:14:10] "GET /virtual-network/c3f350e9-7fbf-4667-83f2-7e6d4ac6886b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.003787 10.0.0.32 - - [2024-12-26 02:14:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002568 10.0.0.32 - - [2024-12-26 02:14:10] "GET /network-policy/d4dcecf5-9342-4def-a5ce-9443634e7699?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.004486 10.0.0.32 - - [2024-12-26 02:14:10] "POST /neutron/network HTTP/1.1" 200 826 0.006434 10.0.0.32 - - [2024-12-26 02:14:10] "POST /fqname-to-id HTTP/1.1" 404 236 0.003011 10.0.0.32 - - [2024-12-26 02:14:10] "POST /neutron/network HTTP/1.1" 200 928 0.042488 10.0.0.32 - - [2024-12-26 02:14:10] "POST /neutron/network HTTP/1.1" 200 928 0.045015 10.0.0.32 - - [2024-12-26 02:14:10] "POST /access-control-lists HTTP/1.1" 200 590 0.064597 10.0.0.32 - - [2024-12-26 02:14:10] "GET /virtual-network/768d9c71-e5e6-41fd-bb33-59addd361b85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.003896 10.0.0.32 - - [2024-12-26 02:14:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.32 - - [2024-12-26 02:14:10] "POST /ref-update HTTP/1.1" 200 156 0.014009 10.0.0.32 - - [2024-12-26 02:14:10] "GET /network-policy/d4dcecf5-9342-4def-a5ce-9443634e7699?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.003478 10.0.0.32 - - [2024-12-26 02:14:10] "GET /domains HTTP/1.1" 401 292 0.000416 10.0.0.32 - - [2024-12-26 02:14:10] "PUT /access-control-list/5930e80b-4ee8-4e9c-abd0-98700a7bda1a HTTP/1.1" 200 272 0.065674 10.0.0.32 - - [2024-12-26 02:14:11] "GET /domains HTTP/1.1" 200 280 0.028849 10.0.0.32 - - [2024-12-26 02:14:11] "GET /domains?obj_uuids=623962f1-258d-4b2a-ae1e-14ab588c1e3c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001581 10.0.0.32 - - [2024-12-26 02:14:11] "GET /domain/623962f1-258d-4b2a-ae1e-14ab588c1e3c HTTP/1.1" 200 2958 0.008670 10.0.0.32 - - [2024-12-26 02:14:11] "GET /projects?obj_uuids=39e4fc6d-74da-4bcc-a3dd-35f3ea4d33dc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001010 10.0.0.32 - - [2024-12-26 02:14:11] "GET /project/39e4fc6d-74da-4bcc-a3dd-35f3ea4d33dc HTTP/1.1" 200 2571 0.068917 10.0.0.32 - - [2024-12-26 02:14:11] "GET /virtual-network/c3f350e9-7fbf-4667-83f2-7e6d4ac6886b HTTP/1.1" 200 2894 0.003652 10.0.0.32 - - [2024-12-26 02:14:11] "GET /virtual-network/c3f350e9-7fbf-4667-83f2-7e6d4ac6886b HTTP/1.1" 200 2894 0.002728 10.0.0.32 - - [2024-12-26 02:14:11] "GET /routing-instance/365aca46-c822-4e78-ba56-884f2e858663 HTTP/1.1" 200 1783 0.004108 10.0.0.32 - - [2024-12-26 02:14:11] "GET /routing-instance/365aca46-c822-4e78-ba56-884f2e858663 HTTP/1.1" 200 1783 0.002834 10.0.0.32 - - [2024-12-26 02:14:11] "GET /route-target/0df2cd68-2ff6-47c0-b755-dc879fadb14a HTTP/1.1" 200 1206 0.002533 10.0.0.32 - - [2024-12-26 02:14:11] "GET /virtual-network/c3f350e9-7fbf-4667-83f2-7e6d4ac6886b HTTP/1.1" 200 2894 0.003786 10.0.0.32 - - [2024-12-26 02:14:11] "GET /routing-instance/365aca46-c822-4e78-ba56-884f2e858663 HTTP/1.1" 200 1783 0.002373 10.0.0.32 - - [2024-12-26 02:14:11] "GET /virtual-network/c3f350e9-7fbf-4667-83f2-7e6d4ac6886b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.002697 10.0.0.32 - - [2024-12-26 02:14:11] "GET /virtual-network/c3f350e9-7fbf-4667-83f2-7e6d4ac6886b HTTP/1.1" 200 2894 0.004672 10.0.0.32 - - [2024-12-26 02:14:11] "GET /routing-instance/365aca46-c822-4e78-ba56-884f2e858663 HTTP/1.1" 200 1783 0.002752 10.0.0.32 - - [2024-12-26 02:14:11] "GET /routing-instance/365aca46-c822-4e78-ba56-884f2e858663 HTTP/1.1" 200 1783 0.002815 10.0.0.32 - - [2024-12-26 02:14:11] "GET /route-target/0df2cd68-2ff6-47c0-b755-dc879fadb14a HTTP/1.1" 200 1206 0.002574 10.0.0.32 - - [2024-12-26 02:14:11] "GET /domains HTTP/1.1" 200 280 0.002827 10.0.0.32 - - [2024-12-26 02:14:11] "GET /domains?obj_uuids=623962f1-258d-4b2a-ae1e-14ab588c1e3c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001041 10.0.0.32 - - [2024-12-26 02:14:11] "GET /domain/623962f1-258d-4b2a-ae1e-14ab588c1e3c HTTP/1.1" 200 2958 0.007194 10.0.0.32 - - [2024-12-26 02:14:11] "GET /projects?obj_uuids=39e4fc6d-74da-4bcc-a3dd-35f3ea4d33dc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001395 10.0.0.32 - - [2024-12-26 02:14:11] "GET /project/39e4fc6d-74da-4bcc-a3dd-35f3ea4d33dc HTTP/1.1" 200 2571 0.064067 10.0.0.32 - - [2024-12-26 02:14:11] "GET /virtual-network/c3f350e9-7fbf-4667-83f2-7e6d4ac6886b HTTP/1.1" 200 2894 0.002781 10.0.0.32 - - [2024-12-26 02:14:11] "GET /obj-perms HTTP/1.1" 200 5034 0.055446 10.0.0.32 - - [2024-12-26 02:14:11] "GET /domains HTTP/1.1" 200 280 0.003175 10.0.0.32 - - [2024-12-26 02:14:11] "GET /domains?obj_uuids=623962f1-258d-4b2a-ae1e-14ab588c1e3c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001208 10.0.0.32 - - [2024-12-26 02:14:11] "GET /domain/623962f1-258d-4b2a-ae1e-14ab588c1e3c HTTP/1.1" 200 2958 0.006549 10.0.0.32 - - [2024-12-26 02:14:11] "GET /projects?obj_uuids=39e4fc6d-74da-4bcc-a3dd-35f3ea4d33dc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001651 10.0.0.32 - - [2024-12-26 02:14:11] "GET /project/39e4fc6d-74da-4bcc-a3dd-35f3ea4d33dc HTTP/1.1" 200 2571 0.064819 10.0.0.32 - - [2024-12-26 02:14:11] "GET /virtual-network/768d9c71-e5e6-41fd-bb33-59addd361b85 HTTP/1.1" 200 2891 0.004761 10.0.0.32 - - [2024-12-26 02:14:11] "GET /virtual-network/768d9c71-e5e6-41fd-bb33-59addd361b85 HTTP/1.1" 200 2891 0.003320 10.0.0.32 - - [2024-12-26 02:14:11] "GET /routing-instance/9ad2c760-e50b-4049-b0cf-9c9c6ce8a558 HTTP/1.1" 200 1784 0.002784 10.0.0.32 - - [2024-12-26 02:14:11] "GET /routing-instance/9ad2c760-e50b-4049-b0cf-9c9c6ce8a558 HTTP/1.1" 200 1784 0.002702 10.0.0.32 - - [2024-12-26 02:14:11] "GET /route-target/ef4e5df0-9531-454d-8473-4baadcdaa1a7 HTTP/1.1" 200 1206 0.002860 10.0.0.32 - - [2024-12-26 02:14:11] "GET /virtual-network/768d9c71-e5e6-41fd-bb33-59addd361b85 HTTP/1.1" 200 2891 0.002962 10.0.0.32 - - [2024-12-26 02:14:11] "GET /routing-instance/9ad2c760-e50b-4049-b0cf-9c9c6ce8a558 HTTP/1.1" 200 1784 0.002930 10.0.0.32 - - [2024-12-26 02:14:11] "GET /virtual-network/768d9c71-e5e6-41fd-bb33-59addd361b85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.002669 10.0.0.32 - - [2024-12-26 02:14:11] "GET /virtual-network/768d9c71-e5e6-41fd-bb33-59addd361b85 HTTP/1.1" 200 2891 0.003985 10.0.0.32 - - [2024-12-26 02:14:11] "GET /routing-instance/9ad2c760-e50b-4049-b0cf-9c9c6ce8a558 HTTP/1.1" 200 1784 0.003841 10.0.0.32 - - [2024-12-26 02:14:11] "GET /routing-instance/9ad2c760-e50b-4049-b0cf-9c9c6ce8a558 HTTP/1.1" 200 1784 0.004059 10.0.0.32 - - [2024-12-26 02:14:11] "GET /route-target/ef4e5df0-9531-454d-8473-4baadcdaa1a7 HTTP/1.1" 200 1206 0.003011 10.0.0.32 - - [2024-12-26 02:14:11] "GET /domains HTTP/1.1" 200 280 0.003109 10.0.0.32 - - [2024-12-26 02:14:11] "GET /domains?obj_uuids=623962f1-258d-4b2a-ae1e-14ab588c1e3c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001069 10.0.0.32 - - [2024-12-26 02:14:11] "GET /domain/623962f1-258d-4b2a-ae1e-14ab588c1e3c HTTP/1.1" 200 2958 0.007017 10.0.0.32 - - [2024-12-26 02:14:11] "GET /projects?obj_uuids=39e4fc6d-74da-4bcc-a3dd-35f3ea4d33dc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001374 10.0.0.32 - - [2024-12-26 02:14:12] "GET /project/39e4fc6d-74da-4bcc-a3dd-35f3ea4d33dc HTTP/1.1" 200 2571 0.065675 10.0.0.32 - - [2024-12-26 02:14:12] "GET /virtual-network/768d9c71-e5e6-41fd-bb33-59addd361b85 HTTP/1.1" 200 2891 0.006505 10.0.0.32 - - [2024-12-26 02:14:12] "GET /obj-perms HTTP/1.1" 200 5034 0.005428 10.0.0.32 - - [2024-12-26 02:14:12] "POST /id-to-fqname HTTP/1.1" 200 222 0.002650 10.0.0.32 - - [2024-12-26 02:14:12] "POST /neutron/network HTTP/1.1" 200 939 0.007324 10.0.0.32 - - [2024-12-26 02:14:12] "GET /aaa-mode HTTP/1.1" 401 292 0.000498 10.0.0.32 - - [2024-12-26 02:14:12] "GET / HTTP/1.1" 200 35931 0.002011 10.0.0.32 - - [2024-12-26 02:14:12] "GET /project/39e4fc6d-74da-4bcc-a3dd-35f3ea4d33dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000406 10.0.0.32 - - [2024-12-26 02:14:13] "GET /projects?obj_uuids=39e4fc6d-74da-4bcc-a3dd-35f3ea4d33dc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001792 10.0.0.32 - - [2024-12-26 02:14:13] "GET /project/39e4fc6d-74da-4bcc-a3dd-35f3ea4d33dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.062748 10.0.0.32 - - [2024-12-26 02:14:13] "POST /neutron/network HTTP/1.1" 200 929 0.008434 10.0.0.32 - - [2024-12-26 02:14:13] "POST /neutron/port HTTP/1.1" 200 117 0.007400 10.0.0.32 - - [2024-12-26 02:14:13] "POST /neutron/port HTTP/1.1" 200 117 0.005490 10.0.0.32 - - [2024-12-26 02:14:13] "POST /id-to-fqname HTTP/1.1" 200 222 0.001566 10.0.0.32 - - [2024-12-26 02:14:13] "POST /neutron/port HTTP/1.1" 200 117 0.005948 10.0.0.32 - - [2024-12-26 02:14:13] "POST /neutron/network HTTP/1.1" 200 938 0.008017 10.0.0.32 - - [2024-12-26 02:14:13] "GET /aaa-mode HTTP/1.1" 401 292 0.000552 10.0.0.32 - - [2024-12-26 02:14:13] "POST /neutron/network HTTP/1.1" 200 939 0.006038 10.0.0.32 - - [2024-12-26 02:14:13] "GET /projects?obj_uuids=39e4fc6d-74da-4bcc-a3dd-35f3ea4d33dc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001205 10.0.0.32 - - [2024-12-26 02:14:13] "GET / HTTP/1.1" 200 35931 0.002019 10.0.0.32 - - [2024-12-26 02:14:13] "GET /project/39e4fc6d-74da-4bcc-a3dd-35f3ea4d33dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.001024 10.0.0.32 - - [2024-12-26 02:14:14] "POST /neutron/port HTTP/1.1" 200 1063 0.218572 10.0.0.32 - - [2024-12-26 02:14:14] "POST /neutron/port HTTP/1.1" 200 1063 0.012415 10.0.0.32 - - [2024-12-26 02:14:14] "POST /neutron/port HTTP/1.1" 200 1063 0.013640 10.0.0.32 - - [2024-12-26 02:14:14] "POST /neutron/port HTTP/1.1" 200 1117 0.061599 10.0.0.32 - - [2024-12-26 02:14:14] "POST /neutron/port HTTP/1.1" 200 1091 0.017409 10.0.0.32 - - [2024-12-26 02:14:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005288 10.0.0.32 - - [2024-12-26 02:14:14] "POST /neutron/subnet HTTP/1.1" 200 704 0.010671 10.0.0.32 - - [2024-12-26 02:14:14] "POST /neutron/port HTTP/1.1" 200 117 0.001396 10.0.0.32 - - [2024-12-26 02:14:14] "POST /neutron/network HTTP/1.1" 200 929 0.010955 10.0.0.32 - - [2024-12-26 02:14:14] "GET /projects?obj_uuids=39e4fc6d-74da-4bcc-a3dd-35f3ea4d33dc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001244 10.0.0.32 - - [2024-12-26 02:14:14] "GET /project/39e4fc6d-74da-4bcc-a3dd-35f3ea4d33dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.061729 10.0.0.32 - - [2024-12-26 02:14:14] "POST /neutron/network HTTP/1.1" 200 928 0.007357 10.0.0.32 - - [2024-12-26 02:14:14] "POST /neutron/port HTTP/1.1" 200 1091 0.029298 10.0.0.32 - - [2024-12-26 02:14:14] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009752 10.0.0.32 - - [2024-12-26 02:14:14] "POST /neutron/port HTTP/1.1" 200 117 0.005470 10.0.0.32 - - [2024-12-26 02:14:14] "POST /neutron/port HTTP/1.1" 200 1091 0.024724 10.0.0.32 - - [2024-12-26 02:14:14] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006675 10.0.0.32 - - [2024-12-26 02:14:14] "POST /neutron/network HTTP/1.1" 200 938 0.007358 10.0.0.32 - - [2024-12-26 02:14:14] "GET /projects?obj_uuids=39e4fc6d-74da-4bcc-a3dd-35f3ea4d33dc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001155 10.0.0.32 - - [2024-12-26 02:14:15] "PUT /access-control-list/43a106ec-da3a-41df-b4a4-00fd0e2399e2 HTTP/1.1" 200 272 0.021662 10.0.0.32 - - [2024-12-26 02:14:15] "POST /neutron/port HTTP/1.1" 200 1062 0.264914 10.0.0.32 - - [2024-12-26 02:14:15] "POST /neutron/port HTTP/1.1" 200 1062 0.015362 10.0.0.32 - - [2024-12-26 02:14:15] "POST /neutron/port HTTP/1.1" 200 1062 0.010913 10.0.0.32 - - [2024-12-26 02:14:15] "POST /neutron/port HTTP/1.1" 200 1116 0.121679 10.0.0.32 - - [2024-12-26 02:14:15] "POST /neutron/port HTTP/1.1" 200 1090 0.027469 10.0.0.32 - - [2024-12-26 02:14:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004444 10.0.0.32 - - [2024-12-26 02:14:15] "POST /neutron/subnet HTTP/1.1" 200 698 0.013347 10.0.0.32 - - [2024-12-26 02:14:15] "POST /neutron/port HTTP/1.1" 200 117 0.001289 10.0.0.32 - - [2024-12-26 02:14:15] "POST /neutron/network HTTP/1.1" 200 928 0.007269 10.0.0.32 - - [2024-12-26 02:14:19] "POST /neutron/port HTTP/1.1" 200 1091 0.022378 10.0.0.32 - - [2024-12-26 02:14:19] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006860 10.0.0.32 - - [2024-12-26 02:14:19] "POST /neutron/port HTTP/1.1" 200 1091 0.018333 10.0.0.32 - - [2024-12-26 02:14:19] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008860 10.0.0.32 - - [2024-12-26 02:14:20] "POST /neutron/port HTTP/1.1" 200 1091 0.015735 10.0.0.32 - - [2024-12-26 02:14:20] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008149 10.0.0.32 - - [2024-12-26 02:14:20] "GET /virtual-machine/9c76cccb-3a94-46dc-9554-8e66738aa5e5 HTTP/1.1" 200 1295 0.005336 10.0.0.32 - - [2024-12-26 02:14:20] "GET /virtual-machine-interface/ef09bd6f-a9cd-443a-bdbc-1f61b1c7e119 HTTP/1.1" 200 2952 0.003656 10.0.0.32 - - [2024-12-26 02:14:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004480 10.0.0.32 - - [2024-12-26 02:14:20] "GET /global-vrouter-config/6fd2a1b0-05e7-4186-a5dd-10a40b5d6c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003540 10.0.0.32 - - [2024-12-26 02:14:20] "GET /virtual-networks?parent_id=39e4fc6d-74da-4bcc-a3dd-35f3ea4d33dc&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004016 10.0.0.32 - - [2024-12-26 02:14:20] "GET /virtual-network/c3f350e9-7fbf-4667-83f2-7e6d4ac6886b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.003454 10.0.0.32 - - [2024-12-26 02:14:23] "POST /neutron/port HTTP/1.1" 200 1091 0.019599 10.0.0.32 - - [2024-12-26 02:14:23] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007466 10.0.0.32 - - [2024-12-26 02:14:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.32 - - [2024-12-26 02:14:23] "GET /virtual-network/c3f350e9-7fbf-4667-83f2-7e6d4ac6886b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.003137 10.0.0.32 - - [2024-12-26 02:14:24] "POST /neutron/port HTTP/1.1" 200 1090 0.015786 10.0.0.32 - - [2024-12-26 02:14:24] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006539 10.0.0.32 - - [2024-12-26 02:14:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.32 - - [2024-12-26 02:14:25] "GET /global-vrouter-config/6fd2a1b0-05e7-4186-a5dd-10a40b5d6c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002737 10.0.0.32 - - [2024-12-26 02:14:25] "GET /virtual-networks?parent_id=39e4fc6d-74da-4bcc-a3dd-35f3ea4d33dc&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003270 10.0.0.32 - - [2024-12-26 02:14:25] "GET /virtual-network/c3f350e9-7fbf-4667-83f2-7e6d4ac6886b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.003467 10.0.0.32 - - [2024-12-26 02:14:25] "POST /neutron/port HTTP/1.1" 200 1090 0.016206 10.0.0.32 - - [2024-12-26 02:14:25] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006075 10.0.0.32 - - [2024-12-26 02:14:25] "POST /neutron/port HTTP/1.1" 200 1090 0.015337 10.0.0.32 - - [2024-12-26 02:14:25] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006062 10.0.0.32 - - [2024-12-26 02:14:25] "POST /neutron/port HTTP/1.1" 200 1090 0.033684 10.0.0.32 - - [2024-12-26 02:14:26] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009356 10.0.0.32 - - [2024-12-26 02:14:26] "GET /virtual-machine/92b7dcb4-1cf5-4d0f-a115-3eb685b40636 HTTP/1.1" 200 1295 0.006059 10.0.0.32 - - [2024-12-26 02:14:26] "GET /virtual-machine-interface/4d99b973-f3b8-4385-996e-8a4d5ed85589 HTTP/1.1" 200 2951 0.011470 10.0.0.32 - - [2024-12-26 02:14:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.32 - - [2024-12-26 02:14:26] "GET /global-vrouter-config/6fd2a1b0-05e7-4186-a5dd-10a40b5d6c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003353 10.0.0.32 - - [2024-12-26 02:14:26] "GET /virtual-networks?parent_id=39e4fc6d-74da-4bcc-a3dd-35f3ea4d33dc&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003222 10.0.0.32 - - [2024-12-26 02:14:26] "GET /virtual-network/768d9c71-e5e6-41fd-bb33-59addd361b85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.003772 10.0.0.32 - - [2024-12-26 02:14:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004373 10.0.0.32 - - [2024-12-26 02:14:27] "GET /global-vrouter-config/6fd2a1b0-05e7-4186-a5dd-10a40b5d6c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003995 10.0.0.32 - - [2024-12-26 02:14:27] "GET /virtual-networks?parent_id=39e4fc6d-74da-4bcc-a3dd-35f3ea4d33dc&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003498 10.0.0.32 - - [2024-12-26 02:14:27] "GET /virtual-network/768d9c71-e5e6-41fd-bb33-59addd361b85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.003979 10.0.0.32 - - [2024-12-26 02:14:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.32 - - [2024-12-26 02:14:31] "GET /projects?obj_uuids=39e4fc6d-74da-4bcc-a3dd-35f3ea4d33dc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001542 10.0.0.32 - - [2024-12-26 02:14:31] "GET /project/39e4fc6d-74da-4bcc-a3dd-35f3ea4d33dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.023268 10.0.0.32 - - [2024-12-26 02:14:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.32 - - [2024-12-26 02:14:31] "PUT /network-policy/d4dcecf5-9342-4def-a5ce-9443634e7699 HTTP/1.1" 200 262 0.011591 10.0.0.32 - - [2024-12-26 02:14:32] "PUT /access-control-list/43a106ec-da3a-41df-b4a4-00fd0e2399e2 HTTP/1.1" 200 272 0.052432 10.0.0.32 - - [2024-12-26 02:14:32] "POST /ref-update HTTP/1.1" 200 156 0.011317 10.0.0.32 - - [2024-12-26 02:14:32] "PUT /access-control-list/5930e80b-4ee8-4e9c-abd0-98700a7bda1a HTTP/1.1" 200 272 0.053708 10.0.0.32 - - [2024-12-26 02:14:32] "POST /ref-update HTTP/1.1" 200 156 0.010959 10.0.0.32 - - [2024-12-26 02:14:34] "DELETE /project/c3f1327757f74e1cbfd0ad7fc61cbcd3 HTTP/1.1" 404 173 0.013200 10.0.0.32 - - [2024-12-26 02:14:34] "DELETE /project/39e4fc6d74da4bcca3dd35f3ea4d33dc HTTP/1.1" 404 173 0.011866 10.0.0.32 - - [2024-12-26 02:14:34] "GET /projects?obj_uuids=999bcc3f-9b42-458f-9cd7-6ef9de2f3c85&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001516 10.0.0.32 - - [2024-12-26 02:14:34] "GET /projects?obj_uuids=c3f13277-57f7-4e1c-bfd0-ad7fc61cbcd3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001076 10.0.0.32 - - [2024-12-26 02:14:34] "GET /project/c3f13277-57f7-4e1c-bfd0-ad7fc61cbcd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.055570 10.0.0.32 - - [2024-12-26 02:14:34] "GET /project/999bcc3f-9b42-458f-9cd7-6ef9de2f3c85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.064521 10.0.0.32 - - [2024-12-26 02:14:34] "GET /projects?obj_uuids=c3f13277-57f7-4e1c-bfd0-ad7fc61cbcd3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001736 10.0.0.32 - - [2024-12-26 02:14:34] "GET /projects?obj_uuids=999bcc3f-9b42-458f-9cd7-6ef9de2f3c85&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001675 10.0.0.32 - - [2024-12-26 02:14:34] "GET /project/c3f13277-57f7-4e1c-bfd0-ad7fc61cbcd3?fields=security_groups HTTP/1.1" 200 1388 0.047230 10.0.0.32 - - [2024-12-26 02:14:34] "GET /project/999bcc3f-9b42-458f-9cd7-6ef9de2f3c85?fields=security_groups HTTP/1.1" 200 1373 0.040859 10.0.0.32 - - [2024-12-26 02:14:34] "DELETE /security-group/a5da5fd8-cb2f-4124-86bb-34535e8769e2 HTTP/1.1" 200 115 0.070977 10.0.0.32 - - [2024-12-26 02:14:34] "DELETE /security-group/9b6c38b4-30a5-440c-ab84-7f0dcea16a74 HTTP/1.1" 200 115 0.084860 10.0.0.32 - - [2024-12-26 02:14:34] "GET /projects?obj_uuids=999bcc3f-9b42-458f-9cd7-6ef9de2f3c85&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001795 10.0.0.32 - - [2024-12-26 02:14:34] "DELETE /access-control-list/116848b1-ae5d-4fd2-b961-916c5978d7e7 HTTP/1.1" 200 115 0.056421 10.0.0.32 - - [2024-12-26 02:14:34] "GET /projects?obj_uuids=c3f13277-57f7-4e1c-bfd0-ad7fc61cbcd3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001609 10.0.0.32 - - [2024-12-26 02:14:34] "GET /project/999bcc3f-9b42-458f-9cd7-6ef9de2f3c85?fields=application_policy_sets HTTP/1.1" 200 1412 0.047236 10.0.0.32 - - [2024-12-26 02:14:34] "GET /project/c3f13277-57f7-4e1c-bfd0-ad7fc61cbcd3?fields=application_policy_sets HTTP/1.1" 200 1427 0.039844 10.0.0.32 - - [2024-12-26 02:14:34] "DELETE /access-control-list/83769eea-ac44-4c8c-ba42-4fc471144d29 HTTP/1.1" 200 115 0.040868 10.0.0.32 - - [2024-12-26 02:14:34] "DELETE /access-control-list/f1298fd5-bafb-4f89-84de-d80bd578c3af HTTP/1.1" 200 115 0.023523 10.0.0.32 - - [2024-12-26 02:14:34] "DELETE /access-control-list/8e0d395f-8b96-413e-b04d-62e99fd614f1 HTTP/1.1" 200 115 0.038815 10.0.0.32 - - [2024-12-26 02:14:34] "DELETE /project/c3f13277-57f7-4e1c-bfd0-ad7fc61cbcd3 HTTP/1.1" 200 115 0.417452 10.0.0.32 - - [2024-12-26 02:14:34] "DELETE /project/999bcc3f-9b42-458f-9cd7-6ef9de2f3c85 HTTP/1.1" 200 115 0.425395 10.0.0.32 - - [2024-12-26 02:14:35] "GET /virtual-network/768d9c71-e5e6-41fd-bb33-59addd361b85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.006752 10.0.0.32 - - [2024-12-26 02:14:35] "POST /neutron/network HTTP/1.1" 200 928 0.006144 10.0.0.32 - - [2024-12-26 02:14:35] "POST /neutron/network HTTP/1.1" 200 826 0.041157 10.0.0.32 - - [2024-12-26 02:14:35] "DELETE /access-control-list/43a106ec-da3a-41df-b4a4-00fd0e2399e2 HTTP/1.1" 200 115 0.030650 10.0.0.32 - - [2024-12-26 02:14:35] "POST /neutron/network HTTP/1.1" 200 826 0.007416 10.0.0.32 - - [2024-12-26 02:14:35] "GET /virtual-network/768d9c71-e5e6-41fd-bb33-59addd361b85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.002908 10.0.0.32 - - [2024-12-26 02:14:35] "GET /virtual-network/c3f350e9-7fbf-4667-83f2-7e6d4ac6886b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.003172 10.0.0.32 - - [2024-12-26 02:14:35] "POST /neutron/network HTTP/1.1" 200 929 0.008058 10.0.0.32 - - [2024-12-26 02:14:35] "POST /neutron/network HTTP/1.1" 200 827 0.074149 10.0.0.32 - - [2024-12-26 02:14:35] "DELETE /access-control-list/5930e80b-4ee8-4e9c-abd0-98700a7bda1a HTTP/1.1" 200 115 0.042123 10.0.0.32 - - [2024-12-26 02:14:35] "POST /neutron/network HTTP/1.1" 200 827 0.007575 10.0.0.32 - - [2024-12-26 02:14:35] "GET /virtual-network/c3f350e9-7fbf-4667-83f2-7e6d4ac6886b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.002967 10.0.0.32 - - [2024-12-26 02:14:35] "DELETE /network-policy/d4dcecf5-9342-4def-a5ce-9443634e7699 HTTP/1.1" 200 115 0.022439 10.0.0.32 - - [2024-12-26 02:14:35] "POST /neutron/network HTTP/1.1" 200 826 0.006146 10.0.0.32 - - [2024-12-26 02:14:35] "POST /neutron/network HTTP/1.1" 400 204 0.012407 10.0.0.32 - - [2024-12-26 02:14:35] "POST /neutron/port HTTP/1.1" 200 1090 0.015786 10.0.0.32 - - [2024-12-26 02:14:35] "POST /neutron/port HTTP/1.1" 200 1116 0.009364 10.0.0.32 - - [2024-12-26 02:14:35] "POST /neutron/port HTTP/1.1" 200 1091 0.020530 10.0.0.32 - - [2024-12-26 02:14:35] "POST /neutron/port HTTP/1.1" 200 1117 0.009971 10.0.0.32 - - [2024-12-26 02:14:35] "POST /neutron/port HTTP/1.1" 200 151 0.126866 10.0.0.32 - - [2024-12-26 02:14:36] "POST /neutron/port HTTP/1.1" 200 151 0.113748 10.0.0.32 - - [2024-12-26 02:14:37] "POST /neutron/network HTTP/1.1" 200 826 0.006199 10.0.0.32 - - [2024-12-26 02:14:37] "POST /useragent-kv HTTP/1.1" 200 115 0.001139 10.0.0.32 - - [2024-12-26 02:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.006232 10.0.0.32 - - [2024-12-26 02:14:37] "POST /useragent-kv HTTP/1.1" 200 115 0.001065 10.0.0.32 - - [2024-12-26 02:14:37] "POST /neutron/network HTTP/1.1" 200 151 0.081749 10.0.0.32 - - [2024-12-26 02:14:37] "GET /routing-instance/9ad2c760-e50b-4049-b0cf-9c9c6ce8a558 HTTP/1.1" 404 171 0.002088 10.0.0.32 - - [2024-12-26 02:14:37] "DELETE /route-target/ef4e5df0-9531-454d-8473-4baadcdaa1a7 HTTP/1.1" 200 115 0.019383 10.0.0.32 - - [2024-12-26 02:14:37] "GET /domains HTTP/1.1" 200 280 0.002636 10.0.0.32 - - [2024-12-26 02:14:37] "GET /domains?obj_uuids=623962f1-258d-4b2a-ae1e-14ab588c1e3c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001028 10.0.0.32 - - [2024-12-26 02:14:37] "GET /domain/623962f1-258d-4b2a-ae1e-14ab588c1e3c HTTP/1.1" 200 2575 0.049745 10.0.0.32 - - [2024-12-26 02:14:37] "GET /projects?obj_uuids=39e4fc6d-74da-4bcc-a3dd-35f3ea4d33dc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001123 10.0.0.32 - - [2024-12-26 02:14:37] "GET /project/39e4fc6d-74da-4bcc-a3dd-35f3ea4d33dc HTTP/1.1" 200 2103 0.065615 10.0.0.32 - - [2024-12-26 02:14:38] "POST /neutron/network HTTP/1.1" 200 827 0.006373 10.0.0.32 - - [2024-12-26 02:14:38] "POST /useragent-kv HTTP/1.1" 200 115 0.001066 10.0.0.32 - - [2024-12-26 02:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005759 10.0.0.32 - - [2024-12-26 02:14:38] "POST /useragent-kv HTTP/1.1" 200 115 0.000949 10.0.0.32 - - [2024-12-26 02:14:38] "POST /neutron/network HTTP/1.1" 200 151 0.077446 10.0.0.32 - - [2024-12-26 02:14:38] "GET /routing-instance/365aca46-c822-4e78-ba56-884f2e858663 HTTP/1.1" 404 171 0.003073 10.0.0.32 - - [2024-12-26 02:14:38] "DELETE /route-target/0df2cd68-2ff6-47c0-b755-dc879fadb14a HTTP/1.1" 200 115 0.016002 10.0.0.32 - - [2024-12-26 02:14:38] "GET /domains HTTP/1.1" 200 280 0.002721 10.0.0.32 - - [2024-12-26 02:14:38] "GET /domains?obj_uuids=623962f1-258d-4b2a-ae1e-14ab588c1e3c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001146 10.0.0.32 - - [2024-12-26 02:14:38] "GET /domain/623962f1-258d-4b2a-ae1e-14ab588c1e3c HTTP/1.1" 200 2575 0.049697 10.0.0.32 - - [2024-12-26 02:14:38] "GET /projects?obj_uuids=39e4fc6d-74da-4bcc-a3dd-35f3ea4d33dc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002006 10.0.0.32 - - [2024-12-26 02:14:38] "GET /project/39e4fc6d-74da-4bcc-a3dd-35f3ea4d33dc HTTP/1.1" 200 1864 0.065658 10.0.0.32 - - [2024-12-26 02:14:38] "GET /projects?obj_uuids=39e4fc6d-74da-4bcc-a3dd-35f3ea4d33dc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001382 10.0.0.32 - - [2024-12-26 02:14:38] "GET /project/39e4fc6d-74da-4bcc-a3dd-35f3ea4d33dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.020011 10.0.0.32 - - [2024-12-26 02:14:38] "GET /projects?obj_uuids=39e4fc6d-74da-4bcc-a3dd-35f3ea4d33dc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001140 10.0.0.32 - - [2024-12-26 02:14:38] "GET /project/39e4fc6d-74da-4bcc-a3dd-35f3ea4d33dc?fields=virtual_networks HTTP/1.1" 200 1036 0.074213 10.0.0.32 - - [2024-12-26 02:14:38] "GET /projects?obj_uuids=39e4fc6d-74da-4bcc-a3dd-35f3ea4d33dc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001204 10.0.0.32 - - [2024-12-26 02:14:38] "GET /project/39e4fc6d-74da-4bcc-a3dd-35f3ea4d33dc?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.020055 10.0.0.32 - - [2024-12-26 02:14:38] "GET /projects?obj_uuids=39e4fc6d-74da-4bcc-a3dd-35f3ea4d33dc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001198 10.0.0.32 - - [2024-12-26 02:14:38] "GET /project/39e4fc6d-74da-4bcc-a3dd-35f3ea4d33dc?fields=security_groups HTTP/1.1" 200 1264 0.022958 10.0.0.32 - - [2024-12-26 02:14:39] "POST /fqname-to-id HTTP/1.1" 404 186 0.023141 10.0.0.32 - - [2024-12-26 02:14:39] "GET /projects?obj_uuids=1b9c6efe-8571-4d0f-be26-62c9b0d7021c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002839 10.0.0.32 - - [2024-12-26 02:14:39] "GET /domains?obj_uuids=623962f1-258d-4b2a-ae1e-14ab588c1e3c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001147 10.0.0.32 - - [2024-12-26 02:14:39] "GET /domain/623962f1-258d-4b2a-ae1e-14ab588c1e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007627 10.0.0.32 - - [2024-12-26 02:14:39] "POST /id-to-fqname HTTP/1.1" 200 188 0.001285 10.0.0.32 - - [2024-12-26 02:14:39] "POST /fqname-to-id HTTP/1.1" 404 197 0.002482 10.0.0.32 - - [2024-12-26 02:14:39] "POST /security-groups HTTP/1.1" 200 589 0.063978 10.0.0.32 - - [2024-12-26 02:14:39] "POST /fqname-to-id HTTP/1.1" 404 232 0.003141 10.0.0.32 - - [2024-12-26 02:14:39] "POST /projects HTTP/1.1" 200 581 0.212279 10.0.0.32 - - [2024-12-26 02:14:39] "POST /access-control-lists HTTP/1.1" 200 594 0.060971 10.0.0.32 - - [2024-12-26 02:14:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.290403 10.0.0.32 - - [2024-12-26 02:14:39] "POST /fqname-to-id HTTP/1.1" 404 231 0.003067 10.0.0.32 - - [2024-12-26 02:14:40] "GET /project/1b9c6efe-8571-4d0f-be26-62c9b0d7021c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.411255 10.0.0.32 - - [2024-12-26 02:14:40] "POST /access-control-lists HTTP/1.1" 200 592 0.060652 10.0.0.32 - - [2024-12-26 02:14:41] "GET / HTTP/1.1" 200 35931 0.002106 10.0.0.32 - - [2024-12-26 02:14:41] "GET /obj-perms HTTP/1.1" 200 5056 0.052052 10.0.0.32 - - [2024-12-26 02:14:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000543 10.0.0.32 - - [2024-12-26 02:14:42] "GET /obj-perms HTTP/1.1" 200 5056 0.348271 10.0.0.32 - - [2024-12-26 02:14:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.041647 10.0.0.32 - - [2024-12-26 02:14:42] "GET /projects?obj_uuids=1b9c6efe-8571-4d0f-be26-62c9b0d7021c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001217 10.0.0.32 - - [2024-12-26 02:14:42] "GET /project/1b9c6efe-8571-4d0f-be26-62c9b0d7021c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.023139 10.0.0.32 - - [2024-12-26 02:14:42] "POST /neutron/network HTTP/1.1" 200 117 0.031439 10.0.0.32 - - [2024-12-26 02:14:42] "GET /projects?obj_uuids=1b9c6efe-8571-4d0f-be26-62c9b0d7021c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001185 10.0.0.32 - - [2024-12-26 02:14:42] "POST /neutron/network HTTP/1.1" 200 613 0.064597 10.0.0.32 - - [2024-12-26 02:14:42] "POST /route-targets HTTP/1.1" 200 327 0.013375 10.0.0.32 - - [2024-12-26 02:14:42] "POST /ref-update HTTP/1.1" 200 156 0.011233 10.0.0.32 - - [2024-12-26 02:14:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002193 10.0.0.32 - - [2024-12-26 02:14:42] "POST /neutron/subnet HTTP/1.1" 200 725 0.153397 10.0.0.32 - - [2024-12-26 02:14:42] "POST /neutron/network HTTP/1.1" 200 832 0.006283 10.0.0.32 - - [2024-12-26 02:14:42] "POST /id-to-fqname HTTP/1.1" 200 223 0.001279 10.0.0.32 - - [2024-12-26 02:14:42] "GET /virtual-network/72df5cc3-a2c4-4233-a432-9e9b449ac787?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.002588 10.0.0.32 - - [2024-12-26 02:14:42] "POST /neutron/network HTTP/1.1" 200 832 0.008516 10.0.0.32 - - [2024-12-26 02:14:42] "GET /virtual-network/72df5cc3-a2c4-4233-a432-9e9b449ac787?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.003485 10.0.0.32 - - [2024-12-26 02:14:43] "POST /neutron/network HTTP/1.1" 200 832 0.007426 10.0.0.32 - - [2024-12-26 02:14:43] "POST /neutron/subnet HTTP/1.1" 200 725 0.007846 10.0.0.32 - - [2024-12-26 02:14:43] "GET /domains HTTP/1.1" 401 292 0.000387 10.0.0.32 - - [2024-12-26 02:14:43] "GET /domains HTTP/1.1" 200 280 0.030283 10.0.0.32 - - [2024-12-26 02:14:43] "GET /domains?obj_uuids=623962f1-258d-4b2a-ae1e-14ab588c1e3c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001024 10.0.0.32 - - [2024-12-26 02:14:43] "GET /domain/623962f1-258d-4b2a-ae1e-14ab588c1e3c HTTP/1.1" 200 2759 0.009538 10.0.0.32 - - [2024-12-26 02:14:43] "GET /projects?obj_uuids=1b9c6efe-8571-4d0f-be26-62c9b0d7021c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001403 10.0.0.32 - - [2024-12-26 02:14:43] "GET /project/1b9c6efe-8571-4d0f-be26-62c9b0d7021c HTTP/1.1" 200 2080 0.067903 10.0.0.32 - - [2024-12-26 02:14:43] "GET /virtual-network/72df5cc3-a2c4-4233-a432-9e9b449ac787 HTTP/1.1" 200 2318 0.003626 10.0.0.32 - - [2024-12-26 02:14:43] "GET /virtual-network/72df5cc3-a2c4-4233-a432-9e9b449ac787 HTTP/1.1" 200 2318 0.002441 10.0.0.32 - - [2024-12-26 02:14:43] "GET /routing-instance/5f0622a4-2c08-4a95-8fa4-fdfe679c0eb2 HTTP/1.1" 200 1493 0.002310 10.0.0.32 - - [2024-12-26 02:14:43] "GET /routing-instance/5f0622a4-2c08-4a95-8fa4-fdfe679c0eb2 HTTP/1.1" 200 1493 0.002545 10.0.0.32 - - [2024-12-26 02:14:43] "GET /route-target/efbde16a-10a0-4745-9bf7-3ea8bc0a2d79 HTTP/1.1" 200 1213 0.002466 10.0.0.32 - - [2024-12-26 02:14:43] "GET /virtual-network/72df5cc3-a2c4-4233-a432-9e9b449ac787 HTTP/1.1" 200 2318 0.003938 10.0.0.32 - - [2024-12-26 02:14:43] "GET /routing-instance/5f0622a4-2c08-4a95-8fa4-fdfe679c0eb2 HTTP/1.1" 200 1493 0.004138 10.0.0.32 - - [2024-12-26 02:14:43] "GET /virtual-network/72df5cc3-a2c4-4233-a432-9e9b449ac787?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.002615 10.0.0.32 - - [2024-12-26 02:14:43] "GET /virtual-network/72df5cc3-a2c4-4233-a432-9e9b449ac787 HTTP/1.1" 200 2318 0.002663 10.0.0.32 - - [2024-12-26 02:14:43] "GET /routing-instance/5f0622a4-2c08-4a95-8fa4-fdfe679c0eb2 HTTP/1.1" 200 1493 0.002620 10.0.0.32 - - [2024-12-26 02:14:43] "GET /routing-instance/5f0622a4-2c08-4a95-8fa4-fdfe679c0eb2 HTTP/1.1" 200 1493 0.002208 10.0.0.32 - - [2024-12-26 02:14:43] "GET /route-target/efbde16a-10a0-4745-9bf7-3ea8bc0a2d79 HTTP/1.1" 200 1213 0.002135 10.0.0.32 - - [2024-12-26 02:14:43] "GET /domains HTTP/1.1" 200 280 0.002673 10.0.0.32 - - [2024-12-26 02:14:43] "GET /domains?obj_uuids=623962f1-258d-4b2a-ae1e-14ab588c1e3c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001213 10.0.0.32 - - [2024-12-26 02:14:43] "GET /domain/623962f1-258d-4b2a-ae1e-14ab588c1e3c HTTP/1.1" 200 2759 0.009171 10.0.0.32 - - [2024-12-26 02:14:43] "GET /projects?obj_uuids=1b9c6efe-8571-4d0f-be26-62c9b0d7021c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001392 10.0.0.32 - - [2024-12-26 02:14:43] "GET /project/1b9c6efe-8571-4d0f-be26-62c9b0d7021c HTTP/1.1" 200 2080 0.073316 10.0.0.32 - - [2024-12-26 02:14:43] "GET /virtual-network/72df5cc3-a2c4-4233-a432-9e9b449ac787 HTTP/1.1" 200 2318 0.003206 10.0.0.32 - - [2024-12-26 02:14:44] "GET /obj-perms HTTP/1.1" 200 5026 0.051611 10.0.0.32 - - [2024-12-26 02:14:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.32 - - [2024-12-26 02:14:44] "GET /projects?obj_uuids=1b9c6efe-8571-4d0f-be26-62c9b0d7021c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001333 10.0.0.32 - - [2024-12-26 02:14:44] "GET /project/1b9c6efe-8571-4d0f-be26-62c9b0d7021c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.020089 10.0.0.32 - - [2024-12-26 02:14:44] "POST /neutron/network HTTP/1.1" 200 117 0.010676 10.0.0.32 - - [2024-12-26 02:14:44] "GET /projects?obj_uuids=1b9c6efe-8571-4d0f-be26-62c9b0d7021c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001096 10.0.0.32 - - [2024-12-26 02:14:44] "POST /neutron/network HTTP/1.1" 200 613 0.073647 10.0.0.32 - - [2024-12-26 02:14:44] "POST /route-targets HTTP/1.1" 200 327 0.011697 10.0.0.32 - - [2024-12-26 02:14:44] "POST /ref-update HTTP/1.1" 200 156 0.011900 10.0.0.32 - - [2024-12-26 02:14:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002696 10.0.0.32 - - [2024-12-26 02:14:44] "POST /neutron/subnet HTTP/1.1" 200 720 0.213530 10.0.0.32 - - [2024-12-26 02:14:44] "POST /neutron/network HTTP/1.1" 200 831 0.006166 10.0.0.32 - - [2024-12-26 02:14:44] "POST /id-to-fqname HTTP/1.1" 200 223 0.001371 10.0.0.32 - - [2024-12-26 02:14:44] "GET /virtual-network/a6d4de0a-826f-48d1-8a7d-b55f2777221c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.002967 10.0.0.32 - - [2024-12-26 02:14:44] "POST /neutron/network HTTP/1.1" 200 831 0.006398 10.0.0.32 - - [2024-12-26 02:14:44] "GET /virtual-network/a6d4de0a-826f-48d1-8a7d-b55f2777221c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.003560 10.0.0.32 - - [2024-12-26 02:14:44] "POST /neutron/network HTTP/1.1" 200 831 0.008511 10.0.0.32 - - [2024-12-26 02:14:44] "POST /neutron/subnet HTTP/1.1" 200 720 0.009095 10.0.0.32 - - [2024-12-26 02:14:44] "GET /domains HTTP/1.1" 200 280 0.002309 10.0.0.32 - - [2024-12-26 02:14:44] "GET /domains?obj_uuids=623962f1-258d-4b2a-ae1e-14ab588c1e3c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001022 10.0.0.32 - - [2024-12-26 02:14:44] "GET /domain/623962f1-258d-4b2a-ae1e-14ab588c1e3c HTTP/1.1" 200 2759 0.006446 10.0.0.32 - - [2024-12-26 02:14:44] "GET /projects?obj_uuids=1b9c6efe-8571-4d0f-be26-62c9b0d7021c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000944 10.0.0.32 - - [2024-12-26 02:14:44] "GET /project/1b9c6efe-8571-4d0f-be26-62c9b0d7021c HTTP/1.1" 200 2298 0.064832 10.0.0.32 - - [2024-12-26 02:14:44] "GET /virtual-network/a6d4de0a-826f-48d1-8a7d-b55f2777221c HTTP/1.1" 200 2315 0.004333 10.0.0.32 - - [2024-12-26 02:14:44] "GET /virtual-network/a6d4de0a-826f-48d1-8a7d-b55f2777221c HTTP/1.1" 200 2315 0.004119 10.0.0.32 - - [2024-12-26 02:14:44] "GET /routing-instance/cb9d43aa-9e2f-4cde-b03d-29df784a448c HTTP/1.1" 200 1494 0.004697 10.0.0.32 - - [2024-12-26 02:14:44] "GET /routing-instance/cb9d43aa-9e2f-4cde-b03d-29df784a448c HTTP/1.1" 200 1494 0.004004 10.0.0.32 - - [2024-12-26 02:14:44] "GET /route-target/7e7d9798-23fb-456c-9daa-c8d79e8e80a3 HTTP/1.1" 200 1212 0.006220 10.0.0.32 - - [2024-12-26 02:14:44] "GET /virtual-network/a6d4de0a-826f-48d1-8a7d-b55f2777221c HTTP/1.1" 200 2315 0.003094 10.0.0.32 - - [2024-12-26 02:14:44] "GET /routing-instance/cb9d43aa-9e2f-4cde-b03d-29df784a448c HTTP/1.1" 200 1494 0.003179 10.0.0.32 - - [2024-12-26 02:14:44] "GET /virtual-network/a6d4de0a-826f-48d1-8a7d-b55f2777221c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.003055 10.0.0.32 - - [2024-12-26 02:14:44] "GET /virtual-network/a6d4de0a-826f-48d1-8a7d-b55f2777221c HTTP/1.1" 200 2315 0.004067 10.0.0.32 - - [2024-12-26 02:14:44] "GET /routing-instance/cb9d43aa-9e2f-4cde-b03d-29df784a448c HTTP/1.1" 200 1494 0.003088 10.0.0.32 - - [2024-12-26 02:14:44] "GET /routing-instance/cb9d43aa-9e2f-4cde-b03d-29df784a448c HTTP/1.1" 200 1494 0.004692 10.0.0.32 - - [2024-12-26 02:14:44] "GET /route-target/7e7d9798-23fb-456c-9daa-c8d79e8e80a3 HTTP/1.1" 200 1212 0.002708 10.0.0.32 - - [2024-12-26 02:14:44] "GET /domains HTTP/1.1" 200 280 0.003146 10.0.0.32 - - [2024-12-26 02:14:44] "GET /domains?obj_uuids=623962f1-258d-4b2a-ae1e-14ab588c1e3c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001204 10.0.0.32 - - [2024-12-26 02:14:44] "GET /domain/623962f1-258d-4b2a-ae1e-14ab588c1e3c HTTP/1.1" 200 2759 0.007144 10.0.0.32 - - [2024-12-26 02:14:44] "GET /projects?obj_uuids=1b9c6efe-8571-4d0f-be26-62c9b0d7021c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001106 10.0.0.32 - - [2024-12-26 02:14:44] "GET /project/1b9c6efe-8571-4d0f-be26-62c9b0d7021c HTTP/1.1" 200 2298 0.063331 10.0.0.32 - - [2024-12-26 02:14:45] "GET /virtual-network/a6d4de0a-826f-48d1-8a7d-b55f2777221c HTTP/1.1" 200 2315 0.002566 10.0.0.32 - - [2024-12-26 02:14:45] "GET /obj-perms HTTP/1.1" 200 5026 0.003455 10.0.0.32 - - [2024-12-26 02:14:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002795 10.0.0.32 - - [2024-12-26 02:14:45] "GET /projects?obj_uuids=1b9c6efe-8571-4d0f-be26-62c9b0d7021c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001022 10.0.0.32 - - [2024-12-26 02:14:45] "GET /project/1b9c6efe-8571-4d0f-be26-62c9b0d7021c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.022345 10.0.0.32 - - [2024-12-26 02:14:45] "POST /neutron/network HTTP/1.1" 200 117 0.011095 10.0.0.32 - - [2024-12-26 02:14:45] "GET /projects?obj_uuids=1b9c6efe-8571-4d0f-be26-62c9b0d7021c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001174 10.0.0.32 - - [2024-12-26 02:14:45] "POST /neutron/network HTTP/1.1" 200 615 0.068061 10.0.0.32 - - [2024-12-26 02:14:45] "POST /ref-update HTTP/1.1" 200 156 0.010115 10.0.0.32 - - [2024-12-26 02:14:45] "POST /useragent-kv HTTP/1.1" 200 115 0.005789 10.0.0.32 - - [2024-12-26 02:14:45] "POST /neutron/subnet HTTP/1.1" 200 734 0.161390 10.0.0.32 - - [2024-12-26 02:14:45] "POST /neutron/network HTTP/1.1" 200 836 0.007441 10.0.0.32 - - [2024-12-26 02:14:45] "POST /id-to-fqname HTTP/1.1" 200 224 0.001328 10.0.0.32 - - [2024-12-26 02:14:45] "GET /virtual-network/ff4ea207-736a-4af2-bbbe-a06371f69212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.002861 10.0.0.32 - - [2024-12-26 02:14:45] "POST /neutron/network HTTP/1.1" 200 836 0.006821 10.0.0.32 - - [2024-12-26 02:14:45] "GET /virtual-network/ff4ea207-736a-4af2-bbbe-a06371f69212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.002989 10.0.0.32 - - [2024-12-26 02:14:45] "POST /neutron/network HTTP/1.1" 200 836 0.006306 10.0.0.32 - - [2024-12-26 02:14:45] "POST /neutron/subnet HTTP/1.1" 200 734 0.007738 10.0.0.32 - - [2024-12-26 02:14:45] "GET /domains HTTP/1.1" 200 280 0.002433 10.0.0.32 - - [2024-12-26 02:14:45] "GET /domains?obj_uuids=623962f1-258d-4b2a-ae1e-14ab588c1e3c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001492 10.0.0.32 - - [2024-12-26 02:14:45] "GET /domain/623962f1-258d-4b2a-ae1e-14ab588c1e3c HTTP/1.1" 200 2759 0.008257 10.0.0.32 - - [2024-12-26 02:14:45] "GET /projects?obj_uuids=1b9c6efe-8571-4d0f-be26-62c9b0d7021c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001060 10.0.0.32 - - [2024-12-26 02:14:45] "GET /project/1b9c6efe-8571-4d0f-be26-62c9b0d7021c HTTP/1.1" 200 2517 0.067280 10.0.0.32 - - [2024-12-26 02:14:45] "GET /virtual-network/ff4ea207-736a-4af2-bbbe-a06371f69212 HTTP/1.1" 200 2331 0.004713 10.0.0.32 - - [2024-12-26 02:14:45] "GET /virtual-network/ff4ea207-736a-4af2-bbbe-a06371f69212 HTTP/1.1" 200 2331 0.002706 10.0.0.32 - - [2024-12-26 02:14:45] "GET /routing-instance/b815a4bf-72a8-4df8-a89f-2e65e42202ff HTTP/1.1" 200 1498 0.002874 10.0.0.32 - - [2024-12-26 02:14:45] "GET /routing-instance/b815a4bf-72a8-4df8-a89f-2e65e42202ff HTTP/1.1" 200 1498 0.002645 10.0.0.32 - - [2024-12-26 02:14:45] "GET /route-target/423beaa3-69a1-436d-a4ea-cf98de41c886 HTTP/1.1" 200 1214 0.003519 10.0.0.32 - - [2024-12-26 02:14:45] "GET /virtual-network/ff4ea207-736a-4af2-bbbe-a06371f69212 HTTP/1.1" 200 2331 0.003673 10.0.0.32 - - [2024-12-26 02:14:45] "GET /routing-instance/b815a4bf-72a8-4df8-a89f-2e65e42202ff HTTP/1.1" 200 1498 0.002762 10.0.0.32 - - [2024-12-26 02:14:45] "GET /virtual-network/ff4ea207-736a-4af2-bbbe-a06371f69212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.003771 10.0.0.32 - - [2024-12-26 02:14:45] "GET /virtual-network/ff4ea207-736a-4af2-bbbe-a06371f69212 HTTP/1.1" 200 2331 0.003993 10.0.0.32 - - [2024-12-26 02:14:45] "GET /routing-instance/b815a4bf-72a8-4df8-a89f-2e65e42202ff HTTP/1.1" 200 1498 0.003413 10.0.0.32 - - [2024-12-26 02:14:45] "GET /routing-instance/b815a4bf-72a8-4df8-a89f-2e65e42202ff HTTP/1.1" 200 1498 0.003107 10.0.0.32 - - [2024-12-26 02:14:45] "GET /route-target/423beaa3-69a1-436d-a4ea-cf98de41c886 HTTP/1.1" 200 1214 0.002444 10.0.0.32 - - [2024-12-26 02:14:45] "GET /domains HTTP/1.1" 200 280 0.002625 10.0.0.32 - - [2024-12-26 02:14:45] "GET /domains?obj_uuids=623962f1-258d-4b2a-ae1e-14ab588c1e3c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001587 10.0.0.32 - - [2024-12-26 02:14:45] "GET /domain/623962f1-258d-4b2a-ae1e-14ab588c1e3c HTTP/1.1" 200 2759 0.008915 10.0.0.32 - - [2024-12-26 02:14:45] "GET /projects?obj_uuids=1b9c6efe-8571-4d0f-be26-62c9b0d7021c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000978 10.0.0.32 - - [2024-12-26 02:14:45] "GET /project/1b9c6efe-8571-4d0f-be26-62c9b0d7021c HTTP/1.1" 200 2517 0.065437 10.0.0.32 - - [2024-12-26 02:14:45] "GET /virtual-network/ff4ea207-736a-4af2-bbbe-a06371f69212 HTTP/1.1" 200 2331 0.003435 10.0.0.32 - - [2024-12-26 02:14:45] "GET /obj-perms HTTP/1.1" 200 5026 0.002846 10.0.0.32 - - [2024-12-26 02:14:45] "POST /id-to-fqname HTTP/1.1" 200 223 0.001899 10.0.0.32 - - [2024-12-26 02:14:46] "POST /neutron/network HTTP/1.1" 200 841 0.006612 10.0.0.32 - - [2024-12-26 02:14:46] "GET /aaa-mode HTTP/1.1" 401 292 0.000481 10.0.0.32 - - [2024-12-26 02:14:46] "GET / HTTP/1.1" 200 35931 0.002559 10.0.0.32 - - [2024-12-26 02:14:46] "GET /project/1b9c6efe-8571-4d0f-be26-62c9b0d7021c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000529 10.0.0.32 - - [2024-12-26 02:14:46] "GET /projects?obj_uuids=1b9c6efe-8571-4d0f-be26-62c9b0d7021c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001385 10.0.0.32 - - [2024-12-26 02:14:46] "GET /project/1b9c6efe-8571-4d0f-be26-62c9b0d7021c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.046536 10.0.0.32 - - [2024-12-26 02:14:46] "POST /neutron/network HTTP/1.1" 200 831 0.005420 10.0.0.32 - - [2024-12-26 02:14:46] "POST /neutron/port HTTP/1.1" 200 117 0.005713 10.0.0.32 - - [2024-12-26 02:14:47] "POST /neutron/port HTTP/1.1" 200 117 0.005178 10.0.0.32 - - [2024-12-26 02:14:47] "POST /id-to-fqname HTTP/1.1" 200 224 0.001529 10.0.0.32 - - [2024-12-26 02:14:47] "POST /neutron/port HTTP/1.1" 200 117 0.005912 10.0.0.32 - - [2024-12-26 02:14:47] "POST /neutron/network HTTP/1.1" 200 846 0.006423 10.0.0.32 - - [2024-12-26 02:14:47] "GET /aaa-mode HTTP/1.1" 401 292 0.000411 10.0.0.32 - - [2024-12-26 02:14:47] "POST /neutron/network HTTP/1.1" 200 841 0.006733 10.0.0.32 - - [2024-12-26 02:14:47] "GET /projects?obj_uuids=1b9c6efe-8571-4d0f-be26-62c9b0d7021c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001205 10.0.0.32 - - [2024-12-26 02:14:47] "GET / HTTP/1.1" 200 35931 0.001849 10.0.0.32 - - [2024-12-26 02:14:47] "GET /project/1b9c6efe-8571-4d0f-be26-62c9b0d7021c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000390 10.0.0.32 - - [2024-12-26 02:14:47] "POST /neutron/port HTTP/1.1" 200 1057 0.214867 10.0.0.32 - - [2024-12-26 02:14:47] "POST /neutron/port HTTP/1.1" 200 1057 0.009760 10.0.0.32 - - [2024-12-26 02:14:47] "POST /neutron/port HTTP/1.1" 200 1057 0.008716 10.0.0.32 - - [2024-12-26 02:14:47] "POST /neutron/port HTTP/1.1" 200 1111 0.061805 10.0.0.32 - - [2024-12-26 02:14:47] "POST /neutron/port HTTP/1.1" 200 1085 0.016468 10.0.0.32 - - [2024-12-26 02:14:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003771 10.0.0.32 - - [2024-12-26 02:14:47] "POST /neutron/subnet HTTP/1.1" 200 694 0.012037 10.0.0.32 - - [2024-12-26 02:14:47] "GET /projects?obj_uuids=1b9c6efe-8571-4d0f-be26-62c9b0d7021c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001495 10.0.0.32 - - [2024-12-26 02:14:47] "POST /neutron/port HTTP/1.1" 200 117 0.001049 10.0.0.32 - - [2024-12-26 02:14:47] "GET /project/1b9c6efe-8571-4d0f-be26-62c9b0d7021c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.055846 10.0.0.32 - - [2024-12-26 02:14:47] "POST /neutron/network HTTP/1.1" 200 831 0.006492 10.0.0.32 - - [2024-12-26 02:14:47] "POST /neutron/network HTTP/1.1" 200 836 0.005907 10.0.0.32 - - [2024-12-26 02:14:48] "POST /neutron/port HTTP/1.1" 200 1085 0.017958 10.0.0.32 - - [2024-12-26 02:14:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006692 10.0.0.32 - - [2024-12-26 02:14:48] "POST /neutron/port HTTP/1.1" 200 117 0.005126 10.0.0.32 - - [2024-12-26 02:14:48] "POST /fqname-to-id HTTP/1.1" 404 193 0.002747 10.0.0.32 - - [2024-12-26 02:14:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.32 - - [2024-12-26 02:14:48] "GET /domains?obj_uuids=623962f1-258d-4b2a-ae1e-14ab588c1e3c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001456 10.0.0.32 - - [2024-12-26 02:14:48] "GET /domain/623962f1-258d-4b2a-ae1e-14ab588c1e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.010059 10.0.0.32 - - [2024-12-26 02:14:48] "POST /service-templates HTTP/1.1" 200 543 0.026668 10.0.0.32 - - [2024-12-26 02:14:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.32 - - [2024-12-26 02:14:48] "GET /service-template/7ace4cfe-343d-4e34-8b26-c4c823ce7cce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004663 10.0.0.32 - - [2024-12-26 02:14:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.32 - - [2024-12-26 02:14:48] "GET /service-template/7ace4cfe-343d-4e34-8b26-c4c823ce7cce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.003400 10.0.0.32 - - [2024-12-26 02:14:48] "POST /neutron/network HTTP/1.1" 200 846 0.011123 10.0.0.32 - - [2024-12-26 02:14:48] "GET /projects?obj_uuids=1b9c6efe-8571-4d0f-be26-62c9b0d7021c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001206 10.0.0.32 - - [2024-12-26 02:14:48] "POST /id-to-fqname HTTP/1.1" 200 223 0.001703 10.0.0.32 - - [2024-12-26 02:14:48] "POST /id-to-fqname HTTP/1.1" 200 223 0.002946 10.0.0.32 - - [2024-12-26 02:14:48] "POST /id-to-fqname HTTP/1.1" 200 224 0.001611 10.0.0.32 - - [2024-12-26 02:14:48] "POST /neutron/port HTTP/1.1" 200 1060 0.248957 10.0.0.32 - - [2024-12-26 02:14:48] "POST /neutron/port HTTP/1.1" 200 1060 0.020464 10.0.0.32 - - [2024-12-26 02:14:48] "POST /neutron/port HTTP/1.1" 200 2003 0.050398 10.0.0.32 - - [2024-12-26 02:14:48] "POST /neutron/port HTTP/1.1" 200 1060 0.017808 10.0.0.32 - - [2024-12-26 02:14:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012846 10.0.0.32 - - [2024-12-26 02:14:48] "POST /neutron/port HTTP/1.1" 200 1114 0.067001 10.0.0.32 - - [2024-12-26 02:14:49] "POST /neutron/port HTTP/1.1" 200 1088 0.015165 10.0.0.32 - - [2024-12-26 02:14:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004604 10.0.0.32 - - [2024-12-26 02:14:49] "POST /neutron/subnet HTTP/1.1" 200 708 0.012450 10.0.0.32 - - [2024-12-26 02:14:49] "POST /neutron/port HTTP/1.1" 200 117 0.001361 10.0.0.32 - - [2024-12-26 02:14:49] "POST /neutron/network HTTP/1.1" 200 836 0.008496 10.0.0.32 - - [2024-12-26 02:14:49] "POST /neutron/network HTTP/1.1" 200 2224 0.022233 10.0.0.32 - - [2024-12-26 02:14:49] "GET /aaa-mode HTTP/1.1" 401 292 0.000705 10.0.0.32 - - [2024-12-26 02:14:50] "GET / HTTP/1.1" 200 35931 0.001590 10.0.0.32 - - [2024-12-26 02:14:50] "GET /project/1b9c6efe-8571-4d0f-be26-62c9b0d7021c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000434 10.0.0.32 - - [2024-12-26 02:14:50] "GET /projects?obj_uuids=1b9c6efe-8571-4d0f-be26-62c9b0d7021c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001213 10.0.0.32 - - [2024-12-26 02:14:50] "GET /project/1b9c6efe-8571-4d0f-be26-62c9b0d7021c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.057495 10.0.0.32 - - [2024-12-26 02:14:50] "POST /neutron/network HTTP/1.1" 200 832 0.008802 10.0.0.32 - - [2024-12-26 02:14:50] "POST /neutron/network HTTP/1.1" 200 831 0.006357 10.0.0.32 - - [2024-12-26 02:14:50] "POST /neutron/network HTTP/1.1" 200 836 0.007347 10.0.0.32 - - [2024-12-26 02:14:50] "POST /neutron/port HTTP/1.1" 200 2057 0.024573 10.0.0.32 - - [2024-12-26 02:14:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008964 10.0.0.32 - - [2024-12-26 02:14:50] "POST /neutron/port HTTP/1.1" 200 117 0.005914 10.0.0.32 - - [2024-12-26 02:14:51] "POST /neutron/port HTTP/1.1" 200 117 0.005158 10.0.0.32 - - [2024-12-26 02:14:51] "POST /neutron/network HTTP/1.1" 200 2224 0.012964 10.0.0.32 - - [2024-12-26 02:14:51] "GET /projects?obj_uuids=1b9c6efe-8571-4d0f-be26-62c9b0d7021c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001215 10.0.0.32 - - [2024-12-26 02:14:51] "POST /neutron/port HTTP/1.1" 200 1058 0.232579 10.0.0.32 - - [2024-12-26 02:14:51] "GET /projects?obj_uuids=1b9c6efe-8571-4d0f-be26-62c9b0d7021c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001590 10.0.0.32 - - [2024-12-26 02:14:51] "POST /neutron/port HTTP/1.1" 200 1057 0.211266 10.0.0.32 - - [2024-12-26 02:14:51] "GET /projects?obj_uuids=1b9c6efe-8571-4d0f-be26-62c9b0d7021c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001766 10.0.0.32 - - [2024-12-26 02:14:52] "POST /neutron/port HTTP/1.1" 200 1060 0.202926 10.0.0.32 - - [2024-12-26 02:14:52] "POST /neutron/port HTTP/1.1" 200 1058 0.014248 10.0.0.32 - - [2024-12-26 02:14:52] "POST /neutron/port HTTP/1.1" 200 1058 0.010432 10.0.0.32 - - [2024-12-26 02:14:52] "POST /neutron/port HTTP/1.1" 200 1112 0.099961 10.0.0.32 - - [2024-12-26 02:14:52] "POST /neutron/port HTTP/1.1" 200 1057 0.009932 10.0.0.32 - - [2024-12-26 02:14:52] "POST /neutron/port HTTP/1.1" 200 1057 0.010002 10.0.0.32 - - [2024-12-26 02:14:52] "POST /neutron/port HTTP/1.1" 200 1111 0.100095 10.0.0.32 - - [2024-12-26 02:14:52] "POST /neutron/port HTTP/1.1" 200 1060 0.009642 10.0.0.32 - - [2024-12-26 02:14:52] "POST /neutron/port HTTP/1.1" 200 1060 0.009539 10.0.0.32 - - [2024-12-26 02:14:52] "POST /neutron/port HTTP/1.1" 200 1114 0.068800 10.0.0.32 - - [2024-12-26 02:14:52] "POST /neutron/port HTTP/1.1" 200 3026 0.023677 10.0.0.32 - - [2024-12-26 02:14:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003407 10.0.0.32 - - [2024-12-26 02:14:52] "POST /neutron/subnet HTTP/1.1" 200 699 0.014391 10.0.0.32 - - [2024-12-26 02:14:52] "POST /neutron/port HTTP/1.1" 200 117 0.002116 10.0.0.32 - - [2024-12-26 02:14:52] "POST /neutron/network HTTP/1.1" 200 832 0.007329 10.0.0.32 - - [2024-12-26 02:14:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003470 10.0.0.32 - - [2024-12-26 02:14:52] "POST /neutron/subnet HTTP/1.1" 200 694 0.012074 10.0.0.32 - - [2024-12-26 02:14:52] "POST /neutron/port HTTP/1.1" 200 117 0.001293 10.0.0.32 - - [2024-12-26 02:14:52] "POST /neutron/network HTTP/1.1" 200 831 0.007208 10.0.0.32 - - [2024-12-26 02:14:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004019 10.0.0.32 - - [2024-12-26 02:14:52] "POST /neutron/subnet HTTP/1.1" 200 708 0.011569 10.0.0.32 - - [2024-12-26 02:14:52] "POST /neutron/port HTTP/1.1" 200 117 0.001568 10.0.0.32 - - [2024-12-26 02:14:52] "POST /neutron/network HTTP/1.1" 200 836 0.006216 10.0.0.32 - - [2024-12-26 02:14:56] "POST /neutron/port HTTP/1.1" 200 3026 0.036685 10.0.0.32 - - [2024-12-26 02:14:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007668 10.0.0.32 - - [2024-12-26 02:14:56] "POST /neutron/port HTTP/1.1" 200 3026 0.021429 10.0.0.32 - - [2024-12-26 02:14:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006460 10.0.0.32 - - [2024-12-26 02:14:56] "POST /neutron/port HTTP/1.1" 200 3026 0.031168 10.0.0.32 - - [2024-12-26 02:14:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006470 10.0.0.32 - - [2024-12-26 02:14:56] "POST /neutron/port HTTP/1.1" 200 3026 0.035529 10.0.0.32 - - [2024-12-26 02:14:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008855 10.0.0.32 - - [2024-12-26 02:14:56] "POST /neutron/port HTTP/1.1" 200 3026 0.031742 10.0.0.32 - - [2024-12-26 02:14:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012492 10.0.0.32 - - [2024-12-26 02:14:56] "GET /virtual-machine/b439a4bb-c160-4315-856f-4d440c9d306c HTTP/1.1" 200 1802 0.004452 10.0.0.32 - - [2024-12-26 02:14:56] "GET /virtual-machine-interface/803f643d-3cdd-4113-a056-2f3593301792 HTTP/1.1" 200 2946 0.004442 10.0.0.32 - - [2024-12-26 02:14:56] "GET /virtual-machine-interface/8851e2ad-9122-4b1b-a51c-b0a80d14acf0 HTTP/1.1" 200 2946 0.003270 10.0.0.32 - - [2024-12-26 02:14:56] "GET /virtual-machine-interface/a5e2c656-8a1d-4c51-bdf1-e633f8baa4a7 HTTP/1.1" 200 2950 0.003427 10.0.0.32 - - [2024-12-26 02:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.32 - - [2024-12-26 02:14:56] "GET /global-vrouter-config/6fd2a1b0-05e7-4186-a5dd-10a40b5d6c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003624 10.0.0.32 - - [2024-12-26 02:14:56] "GET /virtual-networks?parent_id=1b9c6efe-8571-4d0f-be26-62c9b0d7021c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003783 10.0.0.32 - - [2024-12-26 02:14:56] "GET /virtual-network/72df5cc3-a2c4-4233-a432-9e9b449ac787?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004923 10.0.0.32 - - [2024-12-26 02:14:56] "POST /neutron/port HTTP/1.1" 200 1085 0.017660 10.0.0.32 - - [2024-12-26 02:14:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012935 10.0.0.32 - - [2024-12-26 02:14:58] "POST /neutron/port HTTP/1.1" 200 1088 0.017708 10.0.0.32 - - [2024-12-26 02:14:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005703 10.0.0.32 - - [2024-12-26 02:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003845 10.0.0.32 - - [2024-12-26 02:14:59] "GET /virtual-network/72df5cc3-a2c4-4233-a432-9e9b449ac787?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.003734 10.0.0.32 - - [2024-12-26 02:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880 10.0.0.32 - - [2024-12-26 02:15:04] "GET /virtual-network/72df5cc3-a2c4-4233-a432-9e9b449ac787?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004067 10.0.0.32 - - [2024-12-26 02:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.32 - - [2024-12-26 02:15:08] "GET /virtual-network/72df5cc3-a2c4-4233-a432-9e9b449ac787?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.003108 10.0.0.32 - - [2024-12-26 02:15:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004621 10.0.0.32 - - [2024-12-26 02:15:12] "GET /virtual-network/72df5cc3-a2c4-4233-a432-9e9b449ac787?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.003424 10.0.0.32 - - [2024-12-26 02:15:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.32 - - [2024-12-26 02:15:14] "GET /global-vrouter-config/6fd2a1b0-05e7-4186-a5dd-10a40b5d6c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002632 10.0.0.32 - - [2024-12-26 02:15:14] "GET /virtual-networks?parent_id=1b9c6efe-8571-4d0f-be26-62c9b0d7021c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003385 10.0.0.32 - - [2024-12-26 02:15:14] "GET /virtual-network/72df5cc3-a2c4-4233-a432-9e9b449ac787?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004414 10.0.0.32 - - [2024-12-26 02:15:14] "POST /neutron/port HTTP/1.1" 200 3026 0.021114 10.0.0.32 - - [2024-12-26 02:15:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009144 10.0.0.32 - - [2024-12-26 02:15:19] "POST /neutron/port HTTP/1.1" 200 3026 0.020681 10.0.0.32 - - [2024-12-26 02:15:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007819 10.0.0.32 - - [2024-12-26 02:15:22] "POST /neutron/port HTTP/1.1" 200 3026 0.023407 10.0.0.32 - - [2024-12-26 02:15:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007715 10.0.0.32 - - [2024-12-26 02:15:25] "POST /neutron/port HTTP/1.1" 200 3026 0.025209 10.0.0.32 - - [2024-12-26 02:15:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007660 10.0.0.32 - - [2024-12-26 02:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.32 - - [2024-12-26 02:15:30] "GET /global-vrouter-config/6fd2a1b0-05e7-4186-a5dd-10a40b5d6c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002917 10.0.0.32 - - [2024-12-26 02:15:30] "GET /virtual-networks?parent_id=1b9c6efe-8571-4d0f-be26-62c9b0d7021c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003328 10.0.0.32 - - [2024-12-26 02:15:30] "GET /virtual-network/a6d4de0a-826f-48d1-8a7d-b55f2777221c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.003352 10.0.0.32 - - [2024-12-26 02:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.32 - - [2024-12-26 02:15:30] "GET /global-vrouter-config/6fd2a1b0-05e7-4186-a5dd-10a40b5d6c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003175 10.0.0.32 - - [2024-12-26 02:15:30] "GET /virtual-networks?parent_id=1b9c6efe-8571-4d0f-be26-62c9b0d7021c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003453 10.0.0.32 - - [2024-12-26 02:15:30] "GET /virtual-network/ff4ea207-736a-4af2-bbbe-a06371f69212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.003477 10.0.0.32 - - [2024-12-26 02:15:30] "POST /fqname-to-id HTTP/1.1" 404 207 0.002964 10.0.0.32 - - [2024-12-26 02:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002601 10.0.0.32 - - [2024-12-26 02:15:30] "GET /projects?obj_uuids=1b9c6efe-8571-4d0f-be26-62c9b0d7021c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001102 10.0.0.32 - - [2024-12-26 02:15:30] "GET /project/1b9c6efe-8571-4d0f-be26-62c9b0d7021c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.022233 10.0.0.32 - - [2024-12-26 02:15:31] "POST /service-instances HTTP/1.1" 200 543 0.063786 10.0.0.32 - - [2024-12-26 02:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.32 - - [2024-12-26 02:15:31] "GET /service-instance/579d3069-2e72-4fe5-a5b2-3b20d1033744?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2135 0.005609 10.0.0.32 - - [2024-12-26 02:15:31] "POST /port-tuples HTTP/1.1" 200 586 0.022216 10.0.0.32 - - [2024-12-26 02:15:31] "GET /virtual-machine-interface/8851e2ad-9122-4b1b-a51c-b0a80d14acf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.003407 10.0.0.32 - - [2024-12-26 02:15:31] "PUT /virtual-machine-interface/8851e2ad-9122-4b1b-a51c-b0a80d14acf0 HTTP/1.1" 200 284 0.011801 10.0.0.32 - - [2024-12-26 02:15:31] "POST /ref-update HTTP/1.1" 200 156 0.011451 10.0.0.32 - - [2024-12-26 02:15:31] "POST /instance-ips HTTP/1.1" 200 385 0.029346 10.0.0.32 - - [2024-12-26 02:15:31] "GET /virtual-machine-interface/803f643d-3cdd-4113-a056-2f3593301792?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.003916 10.0.0.32 - - [2024-12-26 02:15:31] "POST /ref-update HTTP/1.1" 200 156 0.012058 10.0.0.32 - - [2024-12-26 02:15:31] "POST /ref-update HTTP/1.1" 200 156 0.010795 10.0.0.32 - - [2024-12-26 02:15:31] "PUT /virtual-machine-interface/803f643d-3cdd-4113-a056-2f3593301792 HTTP/1.1" 200 284 0.016260 10.0.0.32 - - [2024-12-26 02:15:31] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003025 10.0.0.32 - - [2024-12-26 02:15:31] "POST /ref-update HTTP/1.1" 200 156 0.009961 10.0.0.32 - - [2024-12-26 02:15:31] "GET /virtual-machine-interface/a5e2c656-8a1d-4c51-bdf1-e633f8baa4a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2729 0.004164 10.0.0.32 - - [2024-12-26 02:15:31] "POST /instance-ips HTTP/1.1" 200 385 0.031277 10.0.0.32 - - [2024-12-26 02:15:31] "PUT /virtual-machine-interface/a5e2c656-8a1d-4c51-bdf1-e633f8baa4a7 HTTP/1.1" 200 284 0.011330 10.0.0.32 - - [2024-12-26 02:15:31] "POST /ref-update HTTP/1.1" 200 156 0.008833 10.0.0.32 - - [2024-12-26 02:15:31] "POST /ref-update HTTP/1.1" 200 156 0.012018 10.0.0.32 - - [2024-12-26 02:15:31] "POST /ref-update HTTP/1.1" 200 156 0.008555 10.0.0.32 - - [2024-12-26 02:15:31] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003015 10.0.0.32 - - [2024-12-26 02:15:31] "POST /neutron/port HTTP/1.1" 200 1085 0.015669 10.0.0.32 - - [2024-12-26 02:15:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006532 10.0.0.32 - - [2024-12-26 02:15:31] "POST /instance-ips HTTP/1.1" 200 373 0.016333 10.0.0.32 - - [2024-12-26 02:15:31] "POST /neutron/port HTTP/1.1" 200 1085 0.015073 10.0.0.32 - - [2024-12-26 02:15:31] "POST /ref-update HTTP/1.1" 200 156 0.008345 10.0.0.32 - - [2024-12-26 02:15:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005690 10.0.0.32 - - [2024-12-26 02:15:32] "POST /ref-update HTTP/1.1" 200 156 0.011831 10.0.0.32 - - [2024-12-26 02:15:32] "POST /neutron/port HTTP/1.1" 200 1085 0.024365 10.0.0.32 - - [2024-12-26 02:15:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007029 10.0.0.32 - - [2024-12-26 02:15:32] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004194 10.0.0.32 - - [2024-12-26 02:15:32] "GET /virtual-machine/be5cea15-282a-41dc-9792-f138a3c48a7c HTTP/1.1" 200 1291 0.004611 10.0.0.32 - - [2024-12-26 02:15:32] "GET /virtual-machine-interface/ac97f624-bb76-46e0-988d-b53b4c904d01 HTTP/1.1" 200 2947 0.002815 10.0.0.32 - - [2024-12-26 02:15:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.32 - - [2024-12-26 02:15:32] "GET /global-vrouter-config/6fd2a1b0-05e7-4186-a5dd-10a40b5d6c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004359 10.0.0.32 - - [2024-12-26 02:15:32] "POST /instance-ips HTTP/1.1" 200 373 0.022045 10.0.0.32 - - [2024-12-26 02:15:32] "GET /virtual-networks?parent_id=1b9c6efe-8571-4d0f-be26-62c9b0d7021c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003307 10.0.0.32 - - [2024-12-26 02:15:32] "POST /ref-update HTTP/1.1" 200 156 0.008532 10.0.0.32 - - [2024-12-26 02:15:32] "GET /virtual-network/a6d4de0a-826f-48d1-8a7d-b55f2777221c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.003362 10.0.0.32 - - [2024-12-26 02:15:32] "POST /ref-update HTTP/1.1" 200 156 0.009661 10.0.0.32 - - [2024-12-26 02:15:32] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003128 10.0.0.32 - - [2024-12-26 02:15:32] "POST /instance-ips HTTP/1.1" 200 375 0.017145 10.0.0.32 - - [2024-12-26 02:15:32] "POST /ref-update HTTP/1.1" 200 156 0.008812 10.0.0.32 - - [2024-12-26 02:15:32] "POST /ref-update HTTP/1.1" 200 156 0.008889 10.0.0.32 - - [2024-12-26 02:15:32] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003629 10.0.0.32 - - [2024-12-26 02:15:32] "POST /instance-ips HTTP/1.1" 200 375 0.022262 10.0.0.32 - - [2024-12-26 02:15:32] "POST /ref-update HTTP/1.1" 200 156 0.009173 10.0.0.32 - - [2024-12-26 02:15:32] "POST /ref-update HTTP/1.1" 200 156 0.009901 10.0.0.32 - - [2024-12-26 02:15:32] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003557 10.0.0.32 - - [2024-12-26 02:15:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.32 - - [2024-12-26 02:15:33] "GET /global-vrouter-config/6fd2a1b0-05e7-4186-a5dd-10a40b5d6c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003034 10.0.0.32 - - [2024-12-26 02:15:33] "GET /virtual-networks?parent_id=1b9c6efe-8571-4d0f-be26-62c9b0d7021c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003138 10.0.0.32 - - [2024-12-26 02:15:33] "GET /virtual-network/a6d4de0a-826f-48d1-8a7d-b55f2777221c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.003506 10.0.0.32 - - [2024-12-26 02:15:33] "POST /neutron/port HTTP/1.1" 200 1088 0.016106 10.0.0.32 - - [2024-12-26 02:15:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007892 10.0.0.32 - - [2024-12-26 02:15:33] "POST /neutron/port HTTP/1.1" 200 1088 0.015682 10.0.0.32 - - [2024-12-26 02:15:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009204 10.0.0.32 - - [2024-12-26 02:15:33] "POST /neutron/port HTTP/1.1" 200 1088 0.016674 10.0.0.32 - - [2024-12-26 02:15:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007655 10.0.0.32 - - [2024-12-26 02:15:33] "GET /virtual-machine/9679ce34-e95d-4abc-96ba-d3e3e561dbf0 HTTP/1.1" 200 1291 0.014890 10.0.0.32 - - [2024-12-26 02:15:33] "GET /virtual-machine-interface/763cf986-bd49-4279-b248-2ee2f9fa7a7c HTTP/1.1" 200 2949 0.003217 10.0.0.32 - - [2024-12-26 02:15:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.32 - - [2024-12-26 02:15:33] "GET /global-vrouter-config/6fd2a1b0-05e7-4186-a5dd-10a40b5d6c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002471 10.0.0.32 - - [2024-12-26 02:15:33] "GET /virtual-networks?parent_id=1b9c6efe-8571-4d0f-be26-62c9b0d7021c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003082 10.0.0.32 - - [2024-12-26 02:15:34] "GET /virtual-network/ff4ea207-736a-4af2-bbbe-a06371f69212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.003633 10.0.0.32 - - [2024-12-26 02:15:34] "DELETE /project/1b9c6efe85714d0fbe2662c9b0d7021c HTTP/1.1" 404 173 0.006428 10.0.0.32 - - [2024-12-26 02:15:34] "GET /projects?obj_uuids=39e4fc6d-74da-4bcc-a3dd-35f3ea4d33dc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001150 10.0.0.32 - - [2024-12-26 02:15:34] "GET /project/39e4fc6d-74da-4bcc-a3dd-35f3ea4d33dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.022767 10.0.0.32 - - [2024-12-26 02:15:35] "GET /projects?obj_uuids=39e4fc6d-74da-4bcc-a3dd-35f3ea4d33dc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001222 10.0.0.32 - - [2024-12-26 02:15:35] "GET /project/39e4fc6d-74da-4bcc-a3dd-35f3ea4d33dc?fields=security_groups HTTP/1.1" 200 1369 0.066699 10.0.0.32 - - [2024-12-26 02:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.32 - - [2024-12-26 02:15:35] "GET /global-vrouter-config/6fd2a1b0-05e7-4186-a5dd-10a40b5d6c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.013486 10.0.0.32 - - [2024-12-26 02:15:35] "DELETE /security-group/4d3a7f52-49c5-4cb4-9f63-2b6be3503928 HTTP/1.1" 200 115 0.060256 10.0.0.32 - - [2024-12-26 02:15:35] "GET /projects?obj_uuids=39e4fc6d-74da-4bcc-a3dd-35f3ea4d33dc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001094 10.0.0.32 - - [2024-12-26 02:15:35] "DELETE /access-control-list/c9d8bf68-8c00-4a97-bf4c-d06e5f7c5d9b HTTP/1.1" 200 115 0.045289 10.0.0.32 - - [2024-12-26 02:15:35] "GET /virtual-networks?parent_id=1b9c6efe-8571-4d0f-be26-62c9b0d7021c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.006302 10.0.0.32 - - [2024-12-26 02:15:35] "GET /project/39e4fc6d-74da-4bcc-a3dd-35f3ea4d33dc?fields=application_policy_sets HTTP/1.1" 200 1408 0.043559 10.0.0.32 - - [2024-12-26 02:15:35] "DELETE /access-control-list/0b69c8f7-620b-4078-b7ef-e18fdda8e2c9 HTTP/1.1" 200 115 0.033007 10.0.0.32 - - [2024-12-26 02:15:35] "GET /virtual-network/ff4ea207-736a-4af2-bbbe-a06371f69212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004081 10.0.0.32 - - [2024-12-26 02:15:35] "DELETE /project/39e4fc6d-74da-4bcc-a3dd-35f3ea4d33dc HTTP/1.1" 200 115 0.366485 10.0.0.32 - - [2024-12-26 02:15:35] "POST /fqname-to-id HTTP/1.1" 404 211 0.003581 10.0.0.32 - - [2024-12-26 02:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003765 10.0.0.32 - - [2024-12-26 02:15:35] "GET /projects?obj_uuids=1b9c6efe-8571-4d0f-be26-62c9b0d7021c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001115 10.0.0.32 - - [2024-12-26 02:15:35] "GET /project/1b9c6efe-8571-4d0f-be26-62c9b0d7021c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.033057 10.0.0.32 - - [2024-12-26 02:15:35] "POST /network-policys HTTP/1.1" 200 547 0.019149 10.0.0.32 - - [2024-12-26 02:15:35] "GET /network-policy/866f20c4-50fc-4b01-8854-ab9153d90259?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.006469 10.0.0.32 - - [2024-12-26 02:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.32 - - [2024-12-26 02:15:35] "GET /virtual-network/a6d4de0a-826f-48d1-8a7d-b55f2777221c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.003311 10.0.0.32 - - [2024-12-26 02:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004444 10.0.0.32 - - [2024-12-26 02:15:35] "GET /network-policy/866f20c4-50fc-4b01-8854-ab9153d90259?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003914 10.0.0.32 - - [2024-12-26 02:15:35] "POST /ref-update HTTP/1.1" 200 156 0.034213 10.0.0.32 - - [2024-12-26 02:15:35] "POST /fqname-to-id HTTP/1.1" 404 242 0.007334 10.0.0.32 - - [2024-12-26 02:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.32 - - [2024-12-26 02:15:36] "POST /access-control-lists HTTP/1.1" 200 601 0.059648 10.0.0.32 - - [2024-12-26 02:15:36] "GET /network-policy/866f20c4-50fc-4b01-8854-ab9153d90259?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.004232 10.0.0.32 - - [2024-12-26 02:15:36] "POST /neutron/network HTTP/1.1" 200 919 0.008982 10.0.0.32 - - [2024-12-26 02:15:36] "GET /virtual-network/a6d4de0a-826f-48d1-8a7d-b55f2777221c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.003111 10.0.0.32 - - [2024-12-26 02:15:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.32 - - [2024-12-26 02:15:36] "GET /network-policy/866f20c4-50fc-4b01-8854-ab9153d90259?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003401 10.0.0.32 - - [2024-12-26 02:15:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.32 - - [2024-12-26 02:15:36] "GET /virtual-network/ff4ea207-736a-4af2-bbbe-a06371f69212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.003809 10.0.0.32 - - [2024-12-26 02:15:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.32 - - [2024-12-26 02:15:36] "GET /network-policy/866f20c4-50fc-4b01-8854-ab9153d90259?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003772 10.0.0.32 - - [2024-12-26 02:15:36] "POST /fqname-to-id HTTP/1.1" 404 244 0.004377 10.0.0.32 - - [2024-12-26 02:15:36] "POST /ref-update HTTP/1.1" 200 156 0.033379 10.0.0.32 - - [2024-12-26 02:15:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004931 10.0.0.32 - - [2024-12-26 02:15:36] "POST /access-control-lists HTTP/1.1" 200 604 0.061668 10.0.0.32 - - [2024-12-26 02:15:36] "GET /network-policy/866f20c4-50fc-4b01-8854-ab9153d90259?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.004033 10.0.0.32 - - [2024-12-26 02:15:36] "POST /routing-instances HTTP/1.1" 200 759 0.015855 10.0.0.32 - - [2024-12-26 02:15:36] "POST /neutron/network HTTP/1.1" 200 924 0.008143 10.0.0.32 - - [2024-12-26 02:15:36] "GET /virtual-network/ff4ea207-736a-4af2-bbbe-a06371f69212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.003644 10.0.0.32 - - [2024-12-26 02:15:36] "POST /route-targets HTTP/1.1" 200 327 0.010220 10.0.0.32 - - [2024-12-26 02:15:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.32 - - [2024-12-26 02:15:36] "POST /ref-update HTTP/1.1" 200 156 0.011138 10.0.0.32 - - [2024-12-26 02:15:36] "GET /network-policy/866f20c4-50fc-4b01-8854-ab9153d90259?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003472 10.0.0.32 - - [2024-12-26 02:15:36] "GET /routing-instance/4cc50b12-d635-4b1f-85de-b9319839fac8?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1276 0.003226 10.0.0.32 - - [2024-12-26 02:15:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.32 - - [2024-12-26 02:15:36] "GET /routing-instance/4cc50b12-d635-4b1f-85de-b9319839fac8?fields=routing_policy_back_refs HTTP/1.1" 200 1276 0.004692 10.0.0.32 - - [2024-12-26 02:15:36] "GET /service-template/7ace4cfe-343d-4e34-8b26-c4c823ce7cce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.003533 10.0.0.32 - - [2024-12-26 02:15:36] "POST /ref-update HTTP/1.1" 200 156 0.011017 10.0.0.32 - - [2024-12-26 02:15:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.32 - - [2024-12-26 02:15:36] "GET /projects?obj_uuids=1b9c6efe-8571-4d0f-be26-62c9b0d7021c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001029 10.0.0.32 - - [2024-12-26 02:15:36] "POST /routing-instances HTTP/1.1" 200 760 0.022548 10.0.0.32 - - [2024-12-26 02:15:36] "GET /project/1b9c6efe-8571-4d0f-be26-62c9b0d7021c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.029280 10.0.0.32 - - [2024-12-26 02:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002234 10.0.0.32 - - [2024-12-26 02:15:37] "POST /route-targets HTTP/1.1" 200 327 0.011463 10.0.0.32 - - [2024-12-26 02:15:37] "GET /service-instance/579d3069-2e72-4fe5-a5b2-3b20d1033744?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3529 0.008122 10.0.0.32 - - [2024-12-26 02:15:37] "POST /ref-update HTTP/1.1" 200 156 0.013436 10.0.0.32 - - [2024-12-26 02:15:37] "GET /domains HTTP/1.1" 200 280 0.002910 10.0.0.32 - - [2024-12-26 02:15:37] "GET /domains?obj_uuids=623962f1-258d-4b2a-ae1e-14ab588c1e3c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001147 10.0.0.32 - - [2024-12-26 02:15:37] "GET /routing-instance/ad09e70a-f790-45ca-9860-c3ed22aec96f?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1279 0.005598 10.0.0.32 - - [2024-12-26 02:15:37] "GET /domain/623962f1-258d-4b2a-ae1e-14ab588c1e3c HTTP/1.1" 200 2771 0.011153 10.0.0.32 - - [2024-12-26 02:15:37] "GET /projects?obj_uuids=1b9c6efe-8571-4d0f-be26-62c9b0d7021c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001166 10.0.0.32 - - [2024-12-26 02:15:37] "GET /routing-instance/ad09e70a-f790-45ca-9860-c3ed22aec96f?fields=routing_policy_back_refs HTTP/1.1" 200 1279 0.003150 10.0.0.32 - - [2024-12-26 02:15:37] "GET /project/1b9c6efe-8571-4d0f-be26-62c9b0d7021c HTTP/1.1" 200 4233 0.068959 10.0.0.32 - - [2024-12-26 02:15:37] "GET /service-instance/579d3069-2e72-4fe5-a5b2-3b20d1033744 HTTP/1.1" 200 3783 0.004264 10.0.0.32 - - [2024-12-26 02:15:37] "GET /domains HTTP/1.1" 200 280 0.005543 10.0.0.32 - - [2024-12-26 02:15:37] "GET /domains?obj_uuids=623962f1-258d-4b2a-ae1e-14ab588c1e3c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001044 10.0.0.32 - - [2024-12-26 02:15:37] "GET /domain/623962f1-258d-4b2a-ae1e-14ab588c1e3c HTTP/1.1" 200 2771 0.008205 10.0.0.32 - - [2024-12-26 02:15:37] "GET /projects?obj_uuids=1b9c6efe-8571-4d0f-be26-62c9b0d7021c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001198 10.0.0.32 - - [2024-12-26 02:15:37] "PUT /routing-instance/4cc50b12-d635-4b1f-85de-b9319839fac8 HTTP/1.1" 200 266 0.028810 10.0.0.32 - - [2024-12-26 02:15:37] "PUT /routing-instance/ad09e70a-f790-45ca-9860-c3ed22aec96f HTTP/1.1" 200 266 0.015033 10.0.0.32 - - [2024-12-26 02:15:37] "GET /project/1b9c6efe-8571-4d0f-be26-62c9b0d7021c HTTP/1.1" 200 4233 0.073696 10.0.0.32 - - [2024-12-26 02:15:37] "GET /service-instance/579d3069-2e72-4fe5-a5b2-3b20d1033744 HTTP/1.1" 200 3783 0.003993 10.0.0.32 - - [2024-12-26 02:15:37] "GET /port-tuple/f662070c-f7fb-4acc-8d2c-8b96d9b26be2 HTTP/1.1" 200 1980 0.002989 10.0.0.32 - - [2024-12-26 02:15:37] "GET /virtual-machine-interface/803f643d-3cdd-4113-a056-2f3593301792 HTTP/1.1" 200 3798 0.003670 10.0.0.32 - - [2024-12-26 02:15:37] "GET /virtual-machine-interface/8851e2ad-9122-4b1b-a51c-b0a80d14acf0 HTTP/1.1" 200 3816 0.003933 10.0.0.32 - - [2024-12-26 02:15:37] "GET /virtual-machine-interface/a5e2c656-8a1d-4c51-bdf1-e633f8baa4a7 HTTP/1.1" 200 3805 0.003180 10.0.0.32 - - [2024-12-26 02:15:37] "POST /ref-update HTTP/1.1" 200 156 0.014793 10.0.0.32 - - [2024-12-26 02:15:37] "PUT /access-control-list/bcb24290-d1ac-44ac-9636-83f7fbecf501 HTTP/1.1" 200 272 0.013136 10.0.0.32 - - [2024-12-26 02:15:37] "POST /neutron/port HTTP/1.1" 200 3833 0.048357 10.0.0.32 - - [2024-12-26 02:15:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006088 10.0.0.32 - - [2024-12-26 02:15:37] "PUT /access-control-list/d535bfe7-ce55-4036-a6ef-673fa51df069 HTTP/1.1" 200 272 0.011872 10.0.0.32 - - [2024-12-26 02:15:37] "POST /neutron/port HTTP/1.1" 200 3833 0.032465 10.0.0.32 - - [2024-12-26 02:15:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006564 10.0.0.32 - - [2024-12-26 02:15:37] "POST /neutron/port HTTP/1.1" 200 3833 0.036033 10.0.0.32 - - [2024-12-26 02:15:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007678 10.0.0.32 - - [2024-12-26 02:15:37] "POST /neutron/port HTTP/1.1" 200 3833 0.037904 10.0.0.32 - - [2024-12-26 02:15:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007624 10.0.0.32 - - [2024-12-26 02:15:37] "POST /neutron/network HTTP/1.1" 200 893 0.014835 10.0.0.32 - - [2024-12-26 02:15:37] "POST /neutron/network HTTP/1.1" 200 919 0.006094 10.0.0.32 - - [2024-12-26 02:15:37] "POST /neutron/network HTTP/1.1" 200 806 0.016340 10.0.0.32 - - [2024-12-26 02:15:37] "POST /neutron/network HTTP/1.1" 200 832 0.016048 10.0.0.32 - - [2024-12-26 02:15:37] "POST /neutron/network HTTP/1.1" 200 898 0.017478 10.0.0.32 - - [2024-12-26 02:15:37] "POST /neutron/network HTTP/1.1" 200 924 0.006469 10.0.0.32 - - [2024-12-26 02:15:37] "POST /id-to-fqname HTTP/1.1" 200 223 0.001757 10.0.0.32 - - [2024-12-26 02:15:37] "POST /id-to-fqname HTTP/1.1" 200 223 0.002011 10.0.0.32 - - [2024-12-26 02:15:38] "POST /id-to-fqname HTTP/1.1" 200 224 0.001547 10.0.0.32 - - [2024-12-26 02:15:38] "GET /virtual-machine/b439a4bb-c160-4315-856f-4d440c9d306c HTTP/1.1" 200 1802 0.005640 10.0.0.32 - - [2024-12-26 02:15:38] "GET /virtual-machine-interface/803f643d-3cdd-4113-a056-2f3593301792 HTTP/1.1" 200 3798 0.008069 10.0.0.32 - - [2024-12-26 02:15:38] "GET /virtual-machine-interface/8851e2ad-9122-4b1b-a51c-b0a80d14acf0 HTTP/1.1" 200 3816 0.004640 10.0.0.32 - - [2024-12-26 02:15:38] "POST /neutron/port HTTP/1.1" 200 1085 0.030375 10.0.0.32 - - [2024-12-26 02:15:38] "GET /virtual-machine-interface/a5e2c656-8a1d-4c51-bdf1-e633f8baa4a7 HTTP/1.1" 200 3805 0.008258 10.0.0.32 - - [2024-12-26 02:15:38] "GET /instance-ip/2bf4f4a5-caf5-453f-bafa-9aff8cb9d0fe HTTP/1.1" 200 1956 0.006246 10.0.0.32 - - [2024-12-26 02:15:38] "GET /instance-ip/5ac23838-bd11-4b24-b314-6a65da463c9b HTTP/1.1" 200 1620 0.004053 10.0.0.32 - - [2024-12-26 02:15:38] "GET /instance-ip/a3c76514-67f6-4437-a08a-3eadd6297d7c HTTP/1.1" 200 1955 0.004367 10.0.0.32 - - [2024-12-26 02:15:38] "GET /instance-ip/09d57840-fa25-4af2-8f76-2141780068b0 HTTP/1.1" 200 1977 0.004189 10.0.0.32 - - [2024-12-26 02:15:38] "GET /instance-ip/2ea3e46c-9c04-41ab-831f-6440d4bedbe3 HTTP/1.1" 200 1620 0.005009 10.0.0.32 - - [2024-12-26 02:15:38] "GET /instance-ip/3576abc7-72d1-40aa-8db8-75df74703e8d HTTP/1.1" 200 1980 0.003913 10.0.0.32 - - [2024-12-26 02:15:38] "POST /neutron/port HTTP/1.1" 200 1085 0.036598 10.0.0.32 - - [2024-12-26 02:15:38] "GET /instance-ip/158fd2c7-2987-4d2b-937d-20226d2d7d32 HTTP/1.1" 200 1960 0.006047 10.0.0.32 - - [2024-12-26 02:15:38] "GET /instance-ip/79399ce0-c967-4439-800c-b6f9538dd83c HTTP/1.1" 200 1957 0.003982 10.0.0.32 - - [2024-12-26 02:15:38] "GET /instance-ip/a979f184-195b-4732-b1f9-cad4e2aa969e HTTP/1.1" 200 1625 0.008906 10.0.0.32 - - [2024-12-26 02:15:38] "POST /neutron/network HTTP/1.1" 200 929 0.007835 10.0.0.32 - - [2024-12-26 02:15:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004093 10.0.0.32 - - [2024-12-26 02:15:38] "POST /neutron/subnet HTTP/1.1" 200 694 0.020362 10.0.0.32 - - [2024-12-26 02:15:38] "POST /neutron/port HTTP/1.1" 200 117 0.002692 10.0.0.32 - - [2024-12-26 02:15:38] "POST /neutron/port HTTP/1.1" 200 3833 0.052170 10.0.0.32 - - [2024-12-26 02:15:38] "POST /neutron/network HTTP/1.1" 200 919 0.006931 10.0.0.32 - - [2024-12-26 02:15:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009293 10.0.0.32 - - [2024-12-26 02:15:38] "POST /neutron/port HTTP/1.1" 200 3833 0.036267 10.0.0.32 - - [2024-12-26 02:15:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005861 10.0.0.32 - - [2024-12-26 02:15:38] "POST /neutron/port HTTP/1.1" 200 3833 0.033460 10.0.0.32 - - [2024-12-26 02:15:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007257 10.0.0.32 - - [2024-12-26 02:15:38] "POST /neutron/port HTTP/1.1" 200 3833 0.033975 10.0.0.32 - - [2024-12-26 02:15:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007301 10.0.0.32 - - [2024-12-26 02:15:38] "GET /virtual-machine/b439a4bb-c160-4315-856f-4d440c9d306c HTTP/1.1" 200 1802 0.003605 10.0.0.32 - - [2024-12-26 02:15:38] "GET /virtual-machine-interface/803f643d-3cdd-4113-a056-2f3593301792 HTTP/1.1" 200 3798 0.003630 10.0.0.32 - - [2024-12-26 02:15:38] "GET /virtual-machine-interface/8851e2ad-9122-4b1b-a51c-b0a80d14acf0 HTTP/1.1" 200 3816 0.003053 10.0.0.32 - - [2024-12-26 02:15:38] "GET /virtual-machine-interface/a5e2c656-8a1d-4c51-bdf1-e633f8baa4a7 HTTP/1.1" 200 3805 0.002994 10.0.0.32 - - [2024-12-26 02:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.32 - - [2024-12-26 02:15:38] "GET /global-vrouter-config/6fd2a1b0-05e7-4186-a5dd-10a40b5d6c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003854 10.0.0.32 - - [2024-12-26 02:15:38] "GET /virtual-networks?parent_id=1b9c6efe-8571-4d0f-be26-62c9b0d7021c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004371 10.0.0.32 - - [2024-12-26 02:15:38] "GET /virtual-network/a6d4de0a-826f-48d1-8a7d-b55f2777221c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.004204 10.0.0.32 - - [2024-12-26 02:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003082 10.0.0.32 - - [2024-12-26 02:15:40] "GET /global-vrouter-config/6fd2a1b0-05e7-4186-a5dd-10a40b5d6c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002743 10.0.0.32 - - [2024-12-26 02:15:40] "GET /virtual-networks?parent_id=1b9c6efe-8571-4d0f-be26-62c9b0d7021c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003289 10.0.0.32 - - [2024-12-26 02:15:40] "GET /virtual-network/a6d4de0a-826f-48d1-8a7d-b55f2777221c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.003660 10.0.0.32 - - [2024-12-26 02:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.32 - - [2024-12-26 02:15:40] "GET /global-vrouter-config/6fd2a1b0-05e7-4186-a5dd-10a40b5d6c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003539 10.0.0.32 - - [2024-12-26 02:15:40] "GET /virtual-networks?parent_id=1b9c6efe-8571-4d0f-be26-62c9b0d7021c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003226 10.0.0.32 - - [2024-12-26 02:15:40] "GET /virtual-network/a6d4de0a-826f-48d1-8a7d-b55f2777221c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.004272 10.0.0.32 - - [2024-12-26 02:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.32 - - [2024-12-26 02:15:40] "GET /global-vrouter-config/6fd2a1b0-05e7-4186-a5dd-10a40b5d6c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003608 10.0.0.32 - - [2024-12-26 02:15:40] "GET /virtual-networks?parent_id=1b9c6efe-8571-4d0f-be26-62c9b0d7021c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003560 10.0.0.32 - - [2024-12-26 02:15:40] "GET /virtual-network/a6d4de0a-826f-48d1-8a7d-b55f2777221c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.004261 10.0.0.32 - - [2024-12-26 02:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.32 - - [2024-12-26 02:15:40] "GET /global-vrouter-config/6fd2a1b0-05e7-4186-a5dd-10a40b5d6c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003383 10.0.0.32 - - [2024-12-26 02:15:40] "GET /virtual-networks?parent_id=1b9c6efe-8571-4d0f-be26-62c9b0d7021c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004348 10.0.0.32 - - [2024-12-26 02:15:40] "GET /virtual-network/a6d4de0a-826f-48d1-8a7d-b55f2777221c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.003402 10.0.0.32 - - [2024-12-26 02:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.32 - - [2024-12-26 02:15:40] "GET /global-vrouter-config/6fd2a1b0-05e7-4186-a5dd-10a40b5d6c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003468 10.0.0.32 - - [2024-12-26 02:15:40] "GET /virtual-networks?parent_id=1b9c6efe-8571-4d0f-be26-62c9b0d7021c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004450 10.0.0.32 - - [2024-12-26 02:15:41] "GET /virtual-network/72df5cc3-a2c4-4233-a432-9e9b449ac787?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004129 10.0.0.32 - - [2024-12-26 02:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.32 - - [2024-12-26 02:15:41] "GET /global-vrouter-config/6fd2a1b0-05e7-4186-a5dd-10a40b5d6c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003764 10.0.0.32 - - [2024-12-26 02:15:41] "GET /virtual-networks?parent_id=1b9c6efe-8571-4d0f-be26-62c9b0d7021c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003072 10.0.0.32 - - [2024-12-26 02:15:41] "GET /virtual-network/72df5cc3-a2c4-4233-a432-9e9b449ac787?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.003952 10.0.0.32 - - [2024-12-26 02:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.32 - - [2024-12-26 02:15:41] "GET /global-vrouter-config/6fd2a1b0-05e7-4186-a5dd-10a40b5d6c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003475 10.0.0.32 - - [2024-12-26 02:15:41] "GET /virtual-networks?parent_id=1b9c6efe-8571-4d0f-be26-62c9b0d7021c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003336 10.0.0.32 - - [2024-12-26 02:15:41] "GET /virtual-network/72df5cc3-a2c4-4233-a432-9e9b449ac787?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004978 10.0.0.32 - - [2024-12-26 02:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.32 - - [2024-12-26 02:15:41] "GET /global-vrouter-config/6fd2a1b0-05e7-4186-a5dd-10a40b5d6c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003491 10.0.0.32 - - [2024-12-26 02:15:41] "GET /virtual-networks?parent_id=1b9c6efe-8571-4d0f-be26-62c9b0d7021c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003950 10.0.0.32 - - [2024-12-26 02:15:41] "GET /virtual-network/72df5cc3-a2c4-4233-a432-9e9b449ac787?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.003557 10.0.0.32 - - [2024-12-26 02:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.32 - - [2024-12-26 02:15:41] "GET /global-vrouter-config/6fd2a1b0-05e7-4186-a5dd-10a40b5d6c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002810 10.0.0.32 - - [2024-12-26 02:15:41] "GET /virtual-networks?parent_id=1b9c6efe-8571-4d0f-be26-62c9b0d7021c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003309 10.0.0.32 - - [2024-12-26 02:15:41] "GET /virtual-network/ff4ea207-736a-4af2-bbbe-a06371f69212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.004030 10.0.0.32 - - [2024-12-26 02:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.32 - - [2024-12-26 02:15:41] "GET /global-vrouter-config/6fd2a1b0-05e7-4186-a5dd-10a40b5d6c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003311 10.0.0.32 - - [2024-12-26 02:15:41] "GET /virtual-networks?parent_id=1b9c6efe-8571-4d0f-be26-62c9b0d7021c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004068 10.0.0.32 - - [2024-12-26 02:15:42] "GET /virtual-network/ff4ea207-736a-4af2-bbbe-a06371f69212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.003825 10.0.0.32 - - [2024-12-26 02:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.32 - - [2024-12-26 02:15:42] "GET /global-vrouter-config/6fd2a1b0-05e7-4186-a5dd-10a40b5d6c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003918 10.0.0.32 - - [2024-12-26 02:15:42] "GET /virtual-networks?parent_id=1b9c6efe-8571-4d0f-be26-62c9b0d7021c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003211 10.0.0.32 - - [2024-12-26 02:15:42] "GET /virtual-network/ff4ea207-736a-4af2-bbbe-a06371f69212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.003344 10.0.0.32 - - [2024-12-26 02:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.32 - - [2024-12-26 02:15:42] "GET /global-vrouter-config/6fd2a1b0-05e7-4186-a5dd-10a40b5d6c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004206 10.0.0.32 - - [2024-12-26 02:15:42] "GET /virtual-networks?parent_id=1b9c6efe-8571-4d0f-be26-62c9b0d7021c&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003640 10.0.0.32 - - [2024-12-26 02:15:42] "GET /virtual-network/ff4ea207-736a-4af2-bbbe-a06371f69212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.003466 10.0.0.32 - - [2024-12-26 02:15:42] "GET /virtual-machine/b439a4bb-c160-4315-856f-4d440c9d306c HTTP/1.1" 200 1802 0.004278 10.0.0.32 - - [2024-12-26 02:15:42] "GET /domains HTTP/1.1" 200 280 0.004096 10.0.0.32 - - [2024-12-26 02:15:42] "GET /domains?obj_uuids=623962f1-258d-4b2a-ae1e-14ab588c1e3c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001618 10.0.0.32 - - [2024-12-26 02:15:42] "GET /domain/623962f1-258d-4b2a-ae1e-14ab588c1e3c HTTP/1.1" 200 2771 0.010473 10.0.0.32 - - [2024-12-26 02:15:42] "GET /projects?obj_uuids=1b9c6efe-8571-4d0f-be26-62c9b0d7021c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001639 10.0.0.32 - - [2024-12-26 02:15:42] "GET /project/1b9c6efe-8571-4d0f-be26-62c9b0d7021c HTTP/1.1" 200 4233 0.069373 10.0.0.32 - - [2024-12-26 02:15:42] "GET /service-instance/579d3069-2e72-4fe5-a5b2-3b20d1033744 HTTP/1.1" 200 3783 0.003178 10.0.0.32 - - [2024-12-26 02:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002736 10.0.0.32 - - [2024-12-26 02:15:42] "GET /routing-instance/cb9d43aa-9e2f-4cde-b03d-29df784a448c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1888 0.002587 10.0.0.32 - - [2024-12-26 02:15:42] "GET /routing-instance/cb9d43aa-9e2f-4cde-b03d-29df784a448c?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2021 0.005585 10.0.0.32 - - [2024-12-26 02:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.006101 10.0.0.32 - - [2024-12-26 02:15:42] "GET /obj-perms HTTP/1.1" 200 5056 0.047378 10.0.0.32 - - [2024-12-26 02:15:42] "GET /routing-instance/b815a4bf-72a8-4df8-a89f-2e65e42202ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1893 0.003541 10.0.0.32 - - [2024-12-26 02:15:42] "GET /routing-instance/b815a4bf-72a8-4df8-a89f-2e65e42202ff?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2024 0.004496 10.0.0.32 - - [2024-12-26 02:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.32 - - [2024-12-26 02:15:42] "GET /virtual-network/a6d4de0a-826f-48d1-8a7d-b55f2777221c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.003557 10.0.0.32 - - [2024-12-26 02:15:43] "GET /virtual-network/a6d4de0a-826f-48d1-8a7d-b55f2777221c?fields=routing_instances HTTP/1.1" 200 1683 0.005779 10.0.0.32 - - [2024-12-26 02:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004215 10.0.0.32 - - [2024-12-26 02:15:43] "GET /virtual-network/ff4ea207-736a-4af2-bbbe-a06371f69212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.003436 10.0.0.32 - - [2024-12-26 02:15:43] "GET /obj-perms HTTP/1.1" 200 5056 0.049536 10.0.0.32 - - [2024-12-26 02:15:43] "GET /virtual-network/ff4ea207-736a-4af2-bbbe-a06371f69212?fields=routing_instances HTTP/1.1" 200 1689 0.006499 10.0.0.32 - - [2024-12-26 02:15:47] "POST /ref-update HTTP/1.1" 200 156 0.029527 10.0.0.32 - - [2024-12-26 02:15:47] "DELETE /access-control-list/d535bfe7-ce55-4036-a6ef-673fa51df069 HTTP/1.1" 200 115 0.026271 10.0.0.32 - - [2024-12-26 02:15:47] "POST /neutron/network HTTP/1.1" 200 836 0.010534 10.0.0.32 - - [2024-12-26 02:15:47] "GET /virtual-network/ff4ea207-736a-4af2-bbbe-a06371f69212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.002889 10.0.0.32 - - [2024-12-26 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002400 10.0.0.32 - - [2024-12-26 02:15:47] "DELETE /routing-instance/4cc50b12-d635-4b1f-85de-b9319839fac8 HTTP/1.1" 200 115 0.027762 10.0.0.32 - - [2024-12-26 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.32 - - [2024-12-26 02:15:47] "GET /network-policy/866f20c4-50fc-4b01-8854-ab9153d90259?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003352 10.0.0.32 - - [2024-12-26 02:15:47] "DELETE /route-target/8b35d808-ad7f-4847-b306-b5f5f87e07dc HTTP/1.1" 200 115 0.014034 10.0.0.32 - - [2024-12-26 02:15:47] "POST /ref-update HTTP/1.1" 200 156 0.026332 10.0.0.32 - - [2024-12-26 02:15:47] "DELETE /routing-instance/ad09e70a-f790-45ca-9860-c3ed22aec96f HTTP/1.1" 200 115 0.042106 10.0.0.32 - - [2024-12-26 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.007098 10.0.0.32 - - [2024-12-26 02:15:47] "POST /neutron/network HTTP/1.1" 200 831 0.007655 10.0.0.32 - - [2024-12-26 02:15:47] "GET /virtual-network/a6d4de0a-826f-48d1-8a7d-b55f2777221c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.003572 10.0.0.32 - - [2024-12-26 02:15:47] "DELETE /route-target/38900821-aa10-4199-aa19-4af214842dd4 HTTP/1.1" 200 115 0.022939 10.0.0.32 - - [2024-12-26 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002713 10.0.0.32 - - [2024-12-26 02:15:47] "DELETE /access-control-list/bcb24290-d1ac-44ac-9636-83f7fbecf501 HTTP/1.1" 200 115 0.031564 10.0.0.32 - - [2024-12-26 02:15:47] "GET /network-policy/866f20c4-50fc-4b01-8854-ab9153d90259?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003545 10.0.0.32 - - [2024-12-26 02:15:48] "DELETE /network-policy/866f20c4-50fc-4b01-8854-ab9153d90259 HTTP/1.1" 200 115 0.026108 10.0.0.32 - - [2024-12-26 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.32 - - [2024-12-26 02:15:48] "DELETE /service-instance/579d3069-2e72-4fe5-a5b2-3b20d1033744 HTTP/1.1" 200 115 0.046734 10.0.0.32 - - [2024-12-26 02:15:48] "GET /domains HTTP/1.1" 200 280 0.002323 10.0.0.32 - - [2024-12-26 02:15:48] "POST /ref-update HTTP/1.1" 200 156 0.016790 10.0.0.32 - - [2024-12-26 02:15:48] "GET /domains?obj_uuids=623962f1-258d-4b2a-ae1e-14ab588c1e3c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001052 10.0.0.32 - - [2024-12-26 02:15:48] "GET /domain/623962f1-258d-4b2a-ae1e-14ab588c1e3c HTTP/1.1" 200 2771 0.008069 10.0.0.32 - - [2024-12-26 02:15:48] "GET /projects?obj_uuids=1b9c6efe-8571-4d0f-be26-62c9b0d7021c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000961 10.0.0.32 - - [2024-12-26 02:15:48] "DELETE /instance-ip/3576abc7-72d1-40aa-8db8-75df74703e8d HTTP/1.1" 200 115 0.027943 10.0.0.32 - - [2024-12-26 02:15:48] "POST /ref-update HTTP/1.1" 200 156 0.010713 10.0.0.32 - - [2024-12-26 02:15:48] "GET /project/1b9c6efe-8571-4d0f-be26-62c9b0d7021c HTTP/1.1" 200 3759 0.063829 10.0.0.32 - - [2024-12-26 02:15:48] "GET /virtual-machine/b439a4bb-c160-4315-856f-4d440c9d306c HTTP/1.1" 200 1802 0.004164 10.0.0.32 - - [2024-12-26 02:15:48] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002146 10.0.0.32 - - [2024-12-26 02:15:48] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002325 10.0.0.32 - - [2024-12-26 02:15:48] "DELETE /instance-ip/09d57840-fa25-4af2-8f76-2141780068b0 HTTP/1.1" 200 115 0.025867 10.0.0.32 - - [2024-12-26 02:15:48] "POST /ref-update HTTP/1.1" 200 156 0.011037 10.0.0.32 - - [2024-12-26 02:15:48] "DELETE /instance-ip/79399ce0-c967-4439-800c-b6f9538dd83c HTTP/1.1" 200 115 0.025658 10.0.0.32 - - [2024-12-26 02:15:48] "POST /ref-update HTTP/1.1" 200 156 0.012023 10.0.0.32 - - [2024-12-26 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004393 10.0.0.32 - - [2024-12-26 02:15:48] "DELETE /service-template/7ace4cfe-343d-4e34-8b26-c4c823ce7cce HTTP/1.1" 200 115 0.023214 10.0.0.32 - - [2024-12-26 02:15:48] "POST /fqname-to-id HTTP/1.1" 404 193 0.005417 10.0.0.32 - - [2024-12-26 02:15:48] "DELETE /instance-ip/a3c76514-67f6-4437-a08a-3eadd6297d7c HTTP/1.1" 200 115 0.036494 10.0.0.32 - - [2024-12-26 02:15:48] "POST /ref-update HTTP/1.1" 200 156 0.011863 10.0.0.32 - - [2024-12-26 02:15:48] "DELETE /instance-ip/158fd2c7-2987-4d2b-937d-20226d2d7d32 HTTP/1.1" 200 115 0.020247 10.0.0.32 - - [2024-12-26 02:15:48] "POST /ref-update HTTP/1.1" 200 156 0.011727 10.0.0.32 - - [2024-12-26 02:15:48] "DELETE /instance-ip/2bf4f4a5-caf5-453f-bafa-9aff8cb9d0fe HTTP/1.1" 200 115 0.039967 10.0.0.32 - - [2024-12-26 02:15:48] "POST /neutron/network HTTP/1.1" 200 836 0.008588 10.0.0.32 - - [2024-12-26 02:15:48] "POST /neutron/network HTTP/1.1" 400 204 0.016819 10.0.0.32 - - [2024-12-26 02:15:49] "POST /neutron/port HTTP/1.1" 200 1088 0.018787 10.0.0.32 - - [2024-12-26 02:15:49] "POST /neutron/port HTTP/1.1" 200 1114 0.010378 10.0.0.32 - - [2024-12-26 02:15:49] "POST /neutron/port HTTP/1.1" 200 1085 0.020295 10.0.0.32 - - [2024-12-26 02:15:49] "POST /neutron/port HTTP/1.1" 200 1111 0.023502 10.0.0.32 - - [2024-12-26 02:15:49] "POST /neutron/port HTTP/1.1" 200 151 0.147307 10.0.0.32 - - [2024-12-26 02:15:49] "POST /neutron/port HTTP/1.1" 200 3026 0.027963 10.0.0.32 - - [2024-12-26 02:15:49] "POST /neutron/port HTTP/1.1" 200 1112 0.015923 10.0.0.32 - - [2024-12-26 02:15:49] "POST /neutron/port HTTP/1.1" 200 151 0.134192 10.0.0.32 - - [2024-12-26 02:15:49] "POST /neutron/port HTTP/1.1" 200 151 0.111729 10.0.0.32 - - [2024-12-26 02:15:49] "POST /neutron/port HTTP/1.1" 200 1111 0.009448 10.0.0.32 - - [2024-12-26 02:15:49] "POST /neutron/port HTTP/1.1" 200 151 0.131283 10.0.0.32 - - [2024-12-26 02:15:49] "POST /neutron/port HTTP/1.1" 200 1114 0.012080 10.0.0.32 - - [2024-12-26 02:15:49] "POST /neutron/port HTTP/1.1" 200 151 0.115262 10.0.0.32 - - [2024-12-26 02:15:50] "POST /neutron/network HTTP/1.1" 200 836 0.006569 10.0.0.32 - - [2024-12-26 02:15:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002186 10.0.0.32 - - [2024-12-26 02:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.006724 10.0.0.32 - - [2024-12-26 02:15:50] "POST /useragent-kv HTTP/1.1" 200 115 0.001056 10.0.0.32 - - [2024-12-26 02:15:50] "POST /neutron/network HTTP/1.1" 200 151 0.108356 10.0.0.32 - - [2024-12-26 02:15:50] "GET /routing-instance/b815a4bf-72a8-4df8-a89f-2e65e42202ff HTTP/1.1" 404 171 0.002029 10.0.0.32 - - [2024-12-26 02:15:50] "DELETE /route-target/423beaa3-69a1-436d-a4ea-cf98de41c886 HTTP/1.1" 200 115 0.016545 10.0.0.32 - - [2024-12-26 02:15:50] "GET /domains HTTP/1.1" 200 280 0.002474 10.0.0.32 - - [2024-12-26 02:15:50] "GET /domains?obj_uuids=623962f1-258d-4b2a-ae1e-14ab588c1e3c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001175 10.0.0.32 - - [2024-12-26 02:15:50] "GET /domain/623962f1-258d-4b2a-ae1e-14ab588c1e3c HTTP/1.1" 200 2571 0.050406 10.0.0.32 - - [2024-12-26 02:15:50] "GET /projects?obj_uuids=1b9c6efe-8571-4d0f-be26-62c9b0d7021c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001299 10.0.0.32 - - [2024-12-26 02:15:50] "GET /project/1b9c6efe-8571-4d0f-be26-62c9b0d7021c HTTP/1.1" 200 2298 0.065020 10.0.0.32 - - [2024-12-26 02:15:50] "POST /neutron/network HTTP/1.1" 200 831 0.006243 10.0.0.32 - - [2024-12-26 02:15:51] "POST /useragent-kv HTTP/1.1" 200 115 0.001934 10.0.0.32 - - [2024-12-26 02:15:51] "POST /useragent-kv HTTP/1.1" 200 115 0.001239 10.0.0.32 - - [2024-12-26 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006542 10.0.0.32 - - [2024-12-26 02:15:51] "POST /neutron/network HTTP/1.1" 200 151 0.078773 10.0.0.32 - - [2024-12-26 02:15:51] "GET /routing-instance/cb9d43aa-9e2f-4cde-b03d-29df784a448c HTTP/1.1" 404 171 0.002062 10.0.0.32 - - [2024-12-26 02:15:51] "GET /domains HTTP/1.1" 200 280 0.001999 10.0.0.32 - - [2024-12-26 02:15:51] "GET /domains?obj_uuids=623962f1-258d-4b2a-ae1e-14ab588c1e3c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001129 10.0.0.32 - - [2024-12-26 02:15:51] "DELETE /route-target/7e7d9798-23fb-456c-9daa-c8d79e8e80a3 HTTP/1.1" 200 115 0.024873 10.0.0.32 - - [2024-12-26 02:15:51] "GET /domain/623962f1-258d-4b2a-ae1e-14ab588c1e3c HTTP/1.1" 200 2571 0.050424 10.0.0.32 - - [2024-12-26 02:15:51] "GET /projects?obj_uuids=1b9c6efe-8571-4d0f-be26-62c9b0d7021c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002022 10.0.0.32 - - [2024-12-26 02:15:51] "GET /project/1b9c6efe-8571-4d0f-be26-62c9b0d7021c HTTP/1.1" 200 2080 0.074137 10.0.0.32 - - [2024-12-26 02:15:51] "POST /neutron/network HTTP/1.1" 200 832 0.005952 10.0.0.32 - - [2024-12-26 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005308 10.0.0.32 - - [2024-12-26 02:15:51] "POST /useragent-kv HTTP/1.1" 200 115 0.001471 10.0.0.32 - - [2024-12-26 02:15:51] "POST /useragent-kv HTTP/1.1" 200 115 0.001207 10.0.0.32 - - [2024-12-26 02:15:51] "POST /neutron/network HTTP/1.1" 200 151 0.090384 10.0.0.32 - - [2024-12-26 02:15:51] "DELETE /route-target/efbde16a-10a0-4745-9bf7-3ea8bc0a2d79 HTTP/1.1" 200 115 0.021192 10.0.0.32 - - [2024-12-26 02:15:51] "GET /routing-instance/5f0622a4-2c08-4a95-8fa4-fdfe679c0eb2 HTTP/1.1" 404 171 0.003587 10.0.0.32 - - [2024-12-26 02:15:51] "GET /domains HTTP/1.1" 200 280 0.002521 10.0.0.32 - - [2024-12-26 02:15:51] "GET /domains?obj_uuids=623962f1-258d-4b2a-ae1e-14ab588c1e3c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001522 10.0.0.32 - - [2024-12-26 02:15:51] "GET /domain/623962f1-258d-4b2a-ae1e-14ab588c1e3c HTTP/1.1" 200 2571 0.052140 10.0.0.32 - - [2024-12-26 02:15:51] "GET /projects?obj_uuids=1b9c6efe-8571-4d0f-be26-62c9b0d7021c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001637 10.0.0.32 - - [2024-12-26 02:15:51] "GET /project/1b9c6efe-8571-4d0f-be26-62c9b0d7021c HTTP/1.1" 200 1840 0.067465 10.0.0.32 - - [2024-12-26 02:15:51] "GET /projects?obj_uuids=1b9c6efe-8571-4d0f-be26-62c9b0d7021c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001115 10.0.0.32 - - [2024-12-26 02:15:51] "GET /project/1b9c6efe-8571-4d0f-be26-62c9b0d7021c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.020684 10.0.0.32 - - [2024-12-26 02:15:51] "GET /projects?obj_uuids=1b9c6efe-8571-4d0f-be26-62c9b0d7021c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001513 10.0.0.32 - - [2024-12-26 02:15:51] "GET /project/1b9c6efe-8571-4d0f-be26-62c9b0d7021c?fields=virtual_networks HTTP/1.1" 200 1028 0.065623 10.0.0.32 - - [2024-12-26 02:15:51] "GET /projects?obj_uuids=1b9c6efe-8571-4d0f-be26-62c9b0d7021c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001123 10.0.0.32 - - [2024-12-26 02:15:51] "GET /project/1b9c6efe-8571-4d0f-be26-62c9b0d7021c?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.027880 10.0.0.32 - - [2024-12-26 02:15:52] "GET /projects?obj_uuids=1b9c6efe-8571-4d0f-be26-62c9b0d7021c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001576 10.0.0.32 - - [2024-12-26 02:15:52] "GET /project/1b9c6efe-8571-4d0f-be26-62c9b0d7021c?fields=security_groups HTTP/1.1" 200 1252 0.023766 10.0.0.32 - - [2024-12-26 02:15:52] "POST /fqname-to-id HTTP/1.1" 404 189 0.024681 10.0.0.32 - - [2024-12-26 02:15:52] "GET /projects?obj_uuids=fbd4e0f0-f2e2-4b3f-80e4-1e3795236537&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002412 10.0.0.32 - - [2024-12-26 02:15:52] "GET /domains?obj_uuids=623962f1-258d-4b2a-ae1e-14ab588c1e3c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002194 10.0.0.32 - - [2024-12-26 02:15:52] "GET /domain/623962f1-258d-4b2a-ae1e-14ab588c1e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009977 10.0.0.32 - - [2024-12-26 02:15:53] "POST /id-to-fqname HTTP/1.1" 200 191 0.001423 10.0.0.32 - - [2024-12-26 02:15:53] "POST /fqname-to-id HTTP/1.1" 404 200 0.002829 10.0.0.32 - - [2024-12-26 02:15:53] "POST /security-groups HTTP/1.1" 200 592 0.075447 10.0.0.32 - - [2024-12-26 02:15:53] "POST /fqname-to-id HTTP/1.1" 404 235 0.003157 10.0.0.32 - - [2024-12-26 02:15:53] "POST /projects HTTP/1.1" 200 587 0.235696 10.0.0.32 - - [2024-12-26 02:15:53] "POST /access-control-lists HTTP/1.1" 200 597 0.057014 10.0.0.32 - - [2024-12-26 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.310184 10.0.0.32 - - [2024-12-26 02:15:53] "POST /fqname-to-id HTTP/1.1" 404 234 0.003904 10.0.0.32 - - [2024-12-26 02:15:53] "GET /project/fbd4e0f0-f2e2-4b3f-80e4-1e3795236537?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.431296 10.0.0.32 - - [2024-12-26 02:15:53] "POST /access-control-lists HTTP/1.1" 200 595 0.063267 10.0.0.32 - - [2024-12-26 02:15:54] "GET / HTTP/1.1" 200 35931 0.002023 10.0.0.32 - - [2024-12-26 02:15:55] "GET /project/fbd4e0f0-f2e2-4b3f-80e4-1e3795236537?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000492 10.0.0.32 - - [2024-12-26 02:15:55] "GET /projects?obj_uuids=fbd4e0f0-f2e2-4b3f-80e4-1e3795236537&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001362 10.0.0.32 - - [2024-12-26 02:15:55] "GET /project/fbd4e0f0-f2e2-4b3f-80e4-1e3795236537?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.056066 10.0.0.32 - - [2024-12-26 02:15:55] "POST /fqname-to-id HTTP/1.1" 404 180 0.002810 10.0.0.32 - - [2024-12-26 02:15:55] "POST /virtual-DNSs HTTP/1.1" 200 507 0.022447 10.0.0.32 - - [2024-12-26 02:15:56] "GET /virtual-DNS/d53fd6c9-aef1-41a3-a2df-6192ba1786f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.005256 10.0.0.32 - - [2024-12-26 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004368 10.0.0.32 - - [2024-12-26 02:15:56] "GET /virtual-DNS/d53fd6c9-aef1-41a3-a2df-6192ba1786f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.004082 10.0.0.32 - - [2024-12-26 02:15:56] "GET /domains HTTP/1.1" 401 292 0.000692 10.0.0.32 - - [2024-12-26 02:15:56] "GET /domains HTTP/1.1" 200 280 0.026880 10.0.0.32 - - [2024-12-26 02:15:56] "GET /domains?obj_uuids=623962f1-258d-4b2a-ae1e-14ab588c1e3c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001069 10.0.0.32 - - [2024-12-26 02:15:56] "GET /domain/623962f1-258d-4b2a-ae1e-14ab588c1e3c HTTP/1.1" 200 2958 0.008011 10.0.0.32 - - [2024-12-26 02:15:56] "GET /virtual-DNS/d53fd6c9-aef1-41a3-a2df-6192ba1786f1 HTTP/1.1" 200 1439 0.003683 10.0.0.32 - - [2024-12-26 02:15:56] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.002702 10.0.0.32 - - [2024-12-26 02:15:56] "POST /network-ipams HTTP/1.1" 200 514 0.023386 10.0.0.32 - - [2024-12-26 02:15:56] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 968 0.003871 10.0.0.32 - - [2024-12-26 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.32 - - [2024-12-26 02:15:56] "GET /network-ipam/80118cf7-6202-4168-a1ff-ea962eff018c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.004622 10.0.0.32 - - [2024-12-26 02:15:56] "PUT /network-ipam/80118cf7-6202-4168-a1ff-ea962eff018c HTTP/1.1" 200 258 0.010611 10.0.0.32 - - [2024-12-26 02:15:56] "POST /ref-update HTTP/1.1" 200 156 0.009935 10.0.0.32 - - [2024-12-26 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.32 - - [2024-12-26 02:15:56] "GET /projects?obj_uuids=fbd4e0f0-f2e2-4b3f-80e4-1e3795236537&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001600 10.0.0.32 - - [2024-12-26 02:15:56] "GET /project/fbd4e0f0-f2e2-4b3f-80e4-1e3795236537?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.024949 10.0.0.32 - - [2024-12-26 02:15:57] "POST /neutron/network HTTP/1.1" 200 117 0.041168 10.0.0.32 - - [2024-12-26 02:15:57] "GET /projects?obj_uuids=fbd4e0f0-f2e2-4b3f-80e4-1e3795236537&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001606 10.0.0.32 - - [2024-12-26 02:15:57] "POST /neutron/network HTTP/1.1" 200 618 0.073764 10.0.0.32 - - [2024-12-26 02:15:57] "POST /route-targets HTTP/1.1" 200 327 0.049321 10.0.0.32 - - [2024-12-26 02:15:57] "POST /ref-update HTTP/1.1" 200 156 0.014083 10.0.0.32 - - [2024-12-26 02:15:57] "POST /useragent-kv HTTP/1.1" 200 115 0.006595 10.0.0.32 - - [2024-12-26 02:15:57] "POST /neutron/subnet HTTP/1.1" 200 711 0.181151 10.0.0.32 - - [2024-12-26 02:15:57] "POST /neutron/network HTTP/1.1" 200 833 0.005717 10.0.0.32 - - [2024-12-26 02:15:57] "POST /id-to-fqname HTTP/1.1" 200 227 0.001294 10.0.0.32 - - [2024-12-26 02:15:57] "GET /virtual-network/64a8bef7-6d58-4c2f-a7c7-b6ced151b89c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003099 10.0.0.32 - - [2024-12-26 02:15:57] "POST /neutron/network HTTP/1.1" 200 833 0.006077 10.0.0.32 - - [2024-12-26 02:15:57] "GET /virtual-network/64a8bef7-6d58-4c2f-a7c7-b6ced151b89c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003242 10.0.0.32 - - [2024-12-26 02:15:57] "POST /neutron/network HTTP/1.1" 200 833 0.007099 10.0.0.32 - - [2024-12-26 02:15:57] "POST /neutron/subnet HTTP/1.1" 200 711 0.010394 10.0.0.32 - - [2024-12-26 02:15:57] "POST /neutron/network HTTP/1.1" 200 807 0.019240 10.0.0.32 - - [2024-12-26 02:15:57] "POST /neutron/network HTTP/1.1" 200 833 0.015071 10.0.0.32 - - [2024-12-26 02:15:57] "POST /id-to-fqname HTTP/1.1" 200 227 0.001699 10.0.0.32 - - [2024-12-26 02:15:57] "POST /neutron/network HTTP/1.1" 200 843 0.007288 10.0.0.32 - - [2024-12-26 02:15:57] "GET /aaa-mode HTTP/1.1" 401 292 0.000601 10.0.0.32 - - [2024-12-26 02:15:58] "GET / HTTP/1.1" 200 35931 0.002325 10.0.0.32 - - [2024-12-26 02:15:58] "GET /project/fbd4e0f0-f2e2-4b3f-80e4-1e3795236537?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000424 10.0.0.32 - - [2024-12-26 02:15:58] "GET /projects?obj_uuids=fbd4e0f0-f2e2-4b3f-80e4-1e3795236537&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001652 10.0.0.32 - - [2024-12-26 02:15:58] "GET /project/fbd4e0f0-f2e2-4b3f-80e4-1e3795236537?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.056827 10.0.0.32 - - [2024-12-26 02:15:58] "POST /neutron/network HTTP/1.1" 200 833 0.007854 10.0.0.32 - - [2024-12-26 02:15:58] "POST /neutron/port HTTP/1.1" 200 117 0.005001 10.0.0.32 - - [2024-12-26 02:15:58] "POST /neutron/port HTTP/1.1" 200 117 0.005319 10.0.0.32 - - [2024-12-26 02:15:58] "POST /neutron/port HTTP/1.1" 200 117 0.006719 10.0.0.32 - - [2024-12-26 02:15:59] "POST /neutron/network HTTP/1.1" 200 843 0.006166 10.0.0.32 - - [2024-12-26 02:15:59] "GET /projects?obj_uuids=fbd4e0f0-f2e2-4b3f-80e4-1e3795236537&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001570 10.0.0.32 - - [2024-12-26 02:15:59] "POST /neutron/port HTTP/1.1" 200 1058 0.202299 10.0.0.32 - - [2024-12-26 02:15:59] "POST /neutron/port HTTP/1.1" 200 1058 0.010175 10.0.0.32 - - [2024-12-26 02:15:59] "POST /neutron/port HTTP/1.1" 200 1058 0.008521 10.0.0.32 - - [2024-12-26 02:15:59] "POST /neutron/port HTTP/1.1" 200 1112 0.069344 10.0.0.32 - - [2024-12-26 02:15:59] "POST /neutron/port HTTP/1.1" 200 1086 0.017545 10.0.0.32 - - [2024-12-26 02:15:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004208 10.0.0.32 - - [2024-12-26 02:15:59] "POST /neutron/subnet HTTP/1.1" 200 685 0.013315 10.0.0.32 - - [2024-12-26 02:15:59] "POST /neutron/port HTTP/1.1" 200 117 0.001450 10.0.0.32 - - [2024-12-26 02:15:59] "POST /neutron/network HTTP/1.1" 200 833 0.006539 10.0.0.32 - - [2024-12-26 02:16:03] "POST /neutron/port HTTP/1.1" 200 1086 0.015115 10.0.0.32 - - [2024-12-26 02:16:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009537 10.0.0.32 - - [2024-12-26 02:16:03] "POST /neutron/port HTTP/1.1" 200 1086 0.018631 10.0.0.32 - - [2024-12-26 02:16:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007388 10.0.0.32 - - [2024-12-26 02:16:04] "POST /neutron/port HTTP/1.1" 200 1086 0.014998 10.0.0.32 - - [2024-12-26 02:16:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006015 10.0.0.32 - - [2024-12-26 02:16:04] "GET /virtual-machine/5c6012cc-2ca8-44c8-a92c-4b97735fca4b HTTP/1.1" 200 1293 0.004092 10.0.0.32 - - [2024-12-26 02:16:04] "GET /virtual-machine-interface/7b47ad1a-e939-48d1-9ebd-2440df98e7eb HTTP/1.1" 200 2964 0.003317 10.0.0.32 - - [2024-12-26 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.32 - - [2024-12-26 02:16:04] "GET /global-vrouter-config/6fd2a1b0-05e7-4186-a5dd-10a40b5d6c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002466 10.0.0.32 - - [2024-12-26 02:16:04] "GET /virtual-networks?parent_id=fbd4e0f0-f2e2-4b3f-80e4-1e3795236537&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003542 10.0.0.32 - - [2024-12-26 02:16:04] "GET /virtual-network/64a8bef7-6d58-4c2f-a7c7-b6ced151b89c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003382 10.0.0.32 - - [2024-12-26 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.32 - - [2024-12-26 02:16:07] "GET /virtual-network/64a8bef7-6d58-4c2f-a7c7-b6ced151b89c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003892 10.0.0.32 - - [2024-12-26 02:16:08] "POST /neutron/port HTTP/1.1" 200 1086 0.016052 10.0.0.32 - - [2024-12-26 02:16:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007541 10.0.0.32 - - [2024-12-26 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.32 - - [2024-12-26 02:16:09] "GET /global-vrouter-config/6fd2a1b0-05e7-4186-a5dd-10a40b5d6c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002620 10.0.0.32 - - [2024-12-26 02:16:09] "GET /virtual-networks?parent_id=fbd4e0f0-f2e2-4b3f-80e4-1e3795236537&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003689 10.0.0.32 - - [2024-12-26 02:16:09] "GET /virtual-network/64a8bef7-6d58-4c2f-a7c7-b6ced151b89c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003383 10.0.0.32 - - [2024-12-26 02:16:09] "POST /neutron/port HTTP/1.1" 200 1086 0.015358 10.0.0.32 - - [2024-12-26 02:16:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008561 10.0.0.32 - - [2024-12-26 02:16:13] "GET /global-system-configs HTTP/1.1" 200 322 0.032257 10.0.0.32 - - [2024-12-26 02:16:13] "GET /obj-perms HTTP/1.1" 200 5056 0.066058 10.0.0.32 - - [2024-12-26 02:16:14] "GET /global-system-configs HTTP/1.1" 200 322 0.030695 10.0.0.32 - - [2024-12-26 02:16:14] "GET /obj-perms HTTP/1.1" 200 5056 0.071352 10.0.0.32 - - [2024-12-26 02:16:19] "POST /neutron/network HTTP/1.1" 200 807 0.012570 10.0.0.32 - - [2024-12-26 02:16:19] "POST /neutron/network HTTP/1.1" 200 833 0.005597 10.0.0.32 - - [2024-12-26 02:16:19] "POST /id-to-fqname HTTP/1.1" 200 227 0.001376 10.0.0.32 - - [2024-12-26 02:16:19] "POST /neutron/port HTTP/1.1" 200 1086 0.014931 10.0.0.32 - - [2024-12-26 02:16:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006610 10.0.0.32 - - [2024-12-26 02:16:19] "POST /neutron/network HTTP/1.1" 200 843 0.006452 10.0.0.32 - - [2024-12-26 02:16:19] "GET /aaa-mode HTTP/1.1" 401 292 0.000534 10.0.0.32 - - [2024-12-26 02:16:19] "GET / HTTP/1.1" 200 35931 0.002179 10.0.0.32 - - [2024-12-26 02:16:19] "GET /project/fbd4e0f0-f2e2-4b3f-80e4-1e3795236537?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000413 10.0.0.32 - - [2024-12-26 02:16:20] "GET /projects?obj_uuids=fbd4e0f0-f2e2-4b3f-80e4-1e3795236537&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001821 10.0.0.32 - - [2024-12-26 02:16:20] "GET /project/fbd4e0f0-f2e2-4b3f-80e4-1e3795236537?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.053246 10.0.0.32 - - [2024-12-26 02:16:20] "POST /neutron/network HTTP/1.1" 200 833 0.007072 10.0.0.32 - - [2024-12-26 02:16:20] "POST /neutron/port HTTP/1.1" 200 1086 0.021600 10.0.0.32 - - [2024-12-26 02:16:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007579 10.0.0.32 - - [2024-12-26 02:16:20] "POST /neutron/port HTTP/1.1" 200 117 0.006398 10.0.0.32 - - [2024-12-26 02:16:20] "POST /neutron/port HTTP/1.1" 200 117 0.005300 10.0.0.32 - - [2024-12-26 02:16:20] "POST /neutron/network HTTP/1.1" 200 843 0.006475 10.0.0.32 - - [2024-12-26 02:16:20] "GET /projects?obj_uuids=fbd4e0f0-f2e2-4b3f-80e4-1e3795236537&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001102 10.0.0.32 - - [2024-12-26 02:16:20] "POST /neutron/port HTTP/1.1" 200 1058 0.190081 10.0.0.32 - - [2024-12-26 02:16:21] "POST /neutron/port HTTP/1.1" 200 1058 0.011645 10.0.0.32 - - [2024-12-26 02:16:21] "POST /neutron/port HTTP/1.1" 200 1058 0.010461 10.0.0.32 - - [2024-12-26 02:16:21] "POST /neutron/port HTTP/1.1" 200 1112 0.053118 10.0.0.32 - - [2024-12-26 02:16:21] "POST /neutron/port HTTP/1.1" 200 1086 0.015534 10.0.0.32 - - [2024-12-26 02:16:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.010337 10.0.0.32 - - [2024-12-26 02:16:21] "POST /neutron/subnet HTTP/1.1" 200 685 0.014161 10.0.0.32 - - [2024-12-26 02:16:21] "POST /neutron/port HTTP/1.1" 200 117 0.001542 10.0.0.32 - - [2024-12-26 02:16:21] "POST /neutron/network HTTP/1.1" 200 833 0.005608 10.0.0.32 - - [2024-12-26 02:16:25] "POST /neutron/port HTTP/1.1" 200 1086 0.015910 10.0.0.32 - - [2024-12-26 02:16:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006592 10.0.0.32 - - [2024-12-26 02:16:25] "POST /neutron/port HTTP/1.1" 200 1086 0.016307 10.0.0.32 - - [2024-12-26 02:16:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006968 10.0.0.32 - - [2024-12-26 02:16:25] "POST /neutron/port HTTP/1.1" 200 1086 0.016015 10.0.0.32 - - [2024-12-26 02:16:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006597 10.0.0.32 - - [2024-12-26 02:16:25] "GET /virtual-machine/7294a8cf-fb88-4908-b974-6e2cf39e2497 HTTP/1.1" 200 1293 0.004153 10.0.0.32 - - [2024-12-26 02:16:25] "GET /virtual-machine-interface/6080ecd1-ced9-40ca-826a-a1d321a0bfce HTTP/1.1" 200 2963 0.003132 10.0.0.32 - - [2024-12-26 02:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004388 10.0.0.32 - - [2024-12-26 02:16:25] "GET /global-vrouter-config/6fd2a1b0-05e7-4186-a5dd-10a40b5d6c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003066 10.0.0.32 - - [2024-12-26 02:16:25] "GET /virtual-networks?parent_id=fbd4e0f0-f2e2-4b3f-80e4-1e3795236537&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003705 10.0.0.32 - - [2024-12-26 02:16:25] "GET /virtual-network/64a8bef7-6d58-4c2f-a7c7-b6ced151b89c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003685 10.0.0.32 - - [2024-12-26 02:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.32 - - [2024-12-26 02:16:29] "GET /virtual-network/64a8bef7-6d58-4c2f-a7c7-b6ced151b89c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003278 10.0.0.32 - - [2024-12-26 02:16:29] "POST /neutron/port HTTP/1.1" 200 1086 0.015502 10.0.0.32 - - [2024-12-26 02:16:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010149 10.0.0.32 - - [2024-12-26 02:16:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.32 - - [2024-12-26 02:16:31] "GET /global-vrouter-config/6fd2a1b0-05e7-4186-a5dd-10a40b5d6c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003402 10.0.0.32 - - [2024-12-26 02:16:31] "GET /virtual-networks?parent_id=fbd4e0f0-f2e2-4b3f-80e4-1e3795236537&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004338 10.0.0.32 - - [2024-12-26 02:16:31] "GET /virtual-network/64a8bef7-6d58-4c2f-a7c7-b6ced151b89c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004052 10.0.0.32 - - [2024-12-26 02:16:31] "POST /neutron/port HTTP/1.1" 200 1086 0.014585 10.0.0.32 - - [2024-12-26 02:16:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006792 10.0.0.32 - - [2024-12-26 02:16:35] "DELETE /project/fbd4e0f0f2e24b3f80e41e3795236537 HTTP/1.1" 404 173 0.009819 10.0.0.32 - - [2024-12-26 02:16:35] "GET /projects?obj_uuids=1b9c6efe-8571-4d0f-be26-62c9b0d7021c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001067 10.0.0.32 - - [2024-12-26 02:16:35] "GET /project/1b9c6efe-8571-4d0f-be26-62c9b0d7021c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.023695 10.0.0.32 - - [2024-12-26 02:16:35] "GET /projects?obj_uuids=1b9c6efe-8571-4d0f-be26-62c9b0d7021c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001061 10.0.0.32 - - [2024-12-26 02:16:35] "GET /project/1b9c6efe-8571-4d0f-be26-62c9b0d7021c?fields=security_groups HTTP/1.1" 200 1357 0.062799 10.0.0.32 - - [2024-12-26 02:16:35] "DELETE /security-group/cc524336-3f65-4f29-b7e7-df8b6cd2a24e HTTP/1.1" 200 115 0.035763 10.0.0.32 - - [2024-12-26 02:16:35] "GET /projects?obj_uuids=1b9c6efe-8571-4d0f-be26-62c9b0d7021c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001055 10.0.0.32 - - [2024-12-26 02:16:35] "DELETE /access-control-list/cb9757c6-a4ff-4d6a-a760-04b86bcec1ed HTTP/1.1" 200 115 0.031044 10.0.0.32 - - [2024-12-26 02:16:35] "GET /project/1b9c6efe-8571-4d0f-be26-62c9b0d7021c?fields=application_policy_sets HTTP/1.1" 200 1396 0.026606 10.0.0.32 - - [2024-12-26 02:16:35] "DELETE /access-control-list/65ca9f9f-1959-4697-a0ac-a7f4e88ff517 HTTP/1.1" 200 115 0.022439 10.0.0.32 - - [2024-12-26 02:16:35] "DELETE /project/1b9c6efe-8571-4d0f-be26-62c9b0d7021c HTTP/1.1" 200 115 0.302496 10.0.0.32 - - [2024-12-26 02:16:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004147 10.0.0.32 - - [2024-12-26 02:16:42] "DELETE /virtual-DNS/d53fd6c9-aef1-41a3-a2df-6192ba1786f1 HTTP/1.1" 409 235 0.006714 10.0.0.32 - - [2024-12-26 02:16:42] "POST /fqname-to-id HTTP/1.1" 404 192 0.003591 10.0.0.32 - - [2024-12-26 02:16:42] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.017958 10.0.0.32 - - [2024-12-26 02:16:42] "GET /virtual-DNS-record/3d0868c6-8e9a-4b31-ac66-109663950940?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.004675 10.0.0.32 - - [2024-12-26 02:16:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.32 - - [2024-12-26 02:16:42] "GET /virtual-DNS-record/3d0868c6-8e9a-4b31-ac66-109663950940?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.004862 10.0.0.32 - - [2024-12-26 02:16:42] "GET /domains HTTP/1.1" 200 280 0.003104 10.0.0.32 - - [2024-12-26 02:16:42] "GET /domains?obj_uuids=623962f1-258d-4b2a-ae1e-14ab588c1e3c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001197 10.0.0.32 - - [2024-12-26 02:16:42] "GET /domain/623962f1-258d-4b2a-ae1e-14ab588c1e3c HTTP/1.1" 200 2774 0.009753 10.0.0.32 - - [2024-12-26 02:16:42] "GET /virtual-DNS/d53fd6c9-aef1-41a3-a2df-6192ba1786f1 HTTP/1.1" 200 1908 0.004805 10.0.0.32 - - [2024-12-26 02:16:42] "GET /virtual-DNS-record/3d0868c6-8e9a-4b31-ac66-109663950940 HTTP/1.1" 200 1336 0.003367 10.0.0.32 - - [2024-12-26 02:16:43] "GET /obj-perms HTTP/1.1" 200 5056 0.053158 10.0.0.32 - - [2024-12-26 02:16:43] "GET /obj-perms HTTP/1.1" 200 5056 0.061151 10.0.0.32 - - [2024-12-26 02:16:48] "DELETE /virtual-DNS-record/3d0868c6-8e9a-4b31-ac66-109663950940 HTTP/1.1" 200 115 0.022251 10.0.0.32 - - [2024-12-26 02:16:48] "POST /fqname-to-id HTTP/1.1" 404 184 0.003019 10.0.0.32 - - [2024-12-26 02:16:48] "POST /neutron/network HTTP/1.1" 200 833 0.006035 10.0.0.32 - - [2024-12-26 02:16:48] "POST /neutron/network HTTP/1.1" 400 204 0.011410 10.0.0.32 - - [2024-12-26 02:16:48] "POST /neutron/port HTTP/1.1" 200 1086 0.016539 10.0.0.32 - - [2024-12-26 02:16:48] "POST /neutron/port HTTP/1.1" 200 1112 0.010236 10.0.0.32 - - [2024-12-26 02:16:48] "POST /neutron/port HTTP/1.1" 200 1086 0.021066 10.0.0.32 - - [2024-12-26 02:16:48] "POST /neutron/port HTTP/1.1" 200 1112 0.011105 10.0.0.32 - - [2024-12-26 02:16:48] "POST /neutron/port HTTP/1.1" 200 151 0.127613 10.0.0.32 - - [2024-12-26 02:16:48] "POST /neutron/port HTTP/1.1" 200 151 0.132205 10.0.0.32 - - [2024-12-26 02:16:50] "POST /neutron/network HTTP/1.1" 200 833 0.006015 10.0.0.32 - - [2024-12-26 02:16:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.32 - - [2024-12-26 02:16:50] "POST /useragent-kv HTTP/1.1" 200 115 0.001558 10.0.0.32 - - [2024-12-26 02:16:50] "DELETE /route-target/3ac8f05a-7d3b-4d9d-8417-404d6b3530cf HTTP/1.1" 200 115 0.045158 10.0.0.32 - - [2024-12-26 02:16:50] "POST /useragent-kv HTTP/1.1" 200 115 0.001347 10.0.0.32 - - [2024-12-26 02:16:50] "POST /neutron/network HTTP/1.1" 200 151 0.174800 10.0.0.32 - - [2024-12-26 02:16:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.32 - - [2024-12-26 02:16:50] "DELETE /network-ipam/80118cf7-6202-4168-a1ff-ea962eff018c HTTP/1.1" 200 115 0.027247 10.0.0.32 - - [2024-12-26 02:16:50] "DELETE /virtual-DNS/d53fd6c9-aef1-41a3-a2df-6192ba1786f1 HTTP/1.1" 200 115 0.024132 10.0.0.32 - - [2024-12-26 02:16:50] "POST /fqname-to-id HTTP/1.1" 404 180 0.003476 10.0.0.32 - - [2024-12-26 02:16:50] "GET /domains HTTP/1.1" 200 280 0.004457 10.0.0.32 - - [2024-12-26 02:16:50] "GET /domains?obj_uuids=623962f1-258d-4b2a-ae1e-14ab588c1e3c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001246 10.0.0.32 - - [2024-12-26 02:16:50] "GET /domain/623962f1-258d-4b2a-ae1e-14ab588c1e3c HTTP/1.1" 200 2574 0.014841 10.0.0.32 - - [2024-12-26 02:16:50] "GET /projects?obj_uuids=fbd4e0f0-f2e2-4b3f-80e4-1e3795236537&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001700 10.0.0.32 - - [2024-12-26 02:16:50] "GET /project/fbd4e0f0-f2e2-4b3f-80e4-1e3795236537?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.022632 10.0.0.32 - - [2024-12-26 02:16:50] "GET /projects?obj_uuids=fbd4e0f0-f2e2-4b3f-80e4-1e3795236537&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001134 10.0.0.32 - - [2024-12-26 02:16:50] "GET /project/fbd4e0f0-f2e2-4b3f-80e4-1e3795236537?fields=virtual_networks HTTP/1.1" 200 1034 0.062344 10.0.0.32 - - [2024-12-26 02:16:51] "GET /projects?obj_uuids=fbd4e0f0-f2e2-4b3f-80e4-1e3795236537&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002069 10.0.0.32 - - [2024-12-26 02:16:51] "GET /project/fbd4e0f0-f2e2-4b3f-80e4-1e3795236537?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.023243 10.0.0.32 - - [2024-12-26 02:16:51] "GET /projects?obj_uuids=fbd4e0f0-f2e2-4b3f-80e4-1e3795236537&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001105 10.0.0.32 - - [2024-12-26 02:16:51] "GET /project/fbd4e0f0-f2e2-4b3f-80e4-1e3795236537?fields=security_groups HTTP/1.1" 200 1261 0.022507 10.0.0.32 - - [2024-12-26 02:16:51] "POST /fqname-to-id HTTP/1.1" 404 189 0.028267 10.0.0.32 - - [2024-12-26 02:16:51] "GET /projects?obj_uuids=7dbd8d9d-9e2d-4b51-9479-63ceb8d20df8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002834 10.0.0.32 - - [2024-12-26 02:16:52] "GET /domains?obj_uuids=623962f1-258d-4b2a-ae1e-14ab588c1e3c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001122 10.0.0.32 - - [2024-12-26 02:16:52] "GET /domain/623962f1-258d-4b2a-ae1e-14ab588c1e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007546 10.0.0.32 - - [2024-12-26 02:16:52] "POST /id-to-fqname HTTP/1.1" 200 191 0.001443 10.0.0.32 - - [2024-12-26 02:16:52] "POST /fqname-to-id HTTP/1.1" 404 200 0.005998 10.0.0.32 - - [2024-12-26 02:16:52] "POST /security-groups HTTP/1.1" 200 592 0.063449 10.0.0.32 - - [2024-12-26 02:16:52] "POST /fqname-to-id HTTP/1.1" 404 235 0.003055 10.0.0.32 - - [2024-12-26 02:16:52] "POST /projects HTTP/1.1" 200 587 0.236908 10.0.0.32 - - [2024-12-26 02:16:52] "POST /access-control-lists HTTP/1.1" 200 597 0.062119 10.0.0.32 - - [2024-12-26 02:16:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.314523 10.0.0.32 - - [2024-12-26 02:16:52] "POST /fqname-to-id HTTP/1.1" 404 234 0.003167 10.0.0.32 - - [2024-12-26 02:16:52] "GET /project/7dbd8d9d-9e2d-4b51-9479-63ceb8d20df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.436993 10.0.0.32 - - [2024-12-26 02:16:52] "POST /access-control-lists HTTP/1.1" 200 595 0.067926 10.0.0.32 - - [2024-12-26 02:16:53] "GET / HTTP/1.1" 200 35931 0.003145 10.0.0.32 - - [2024-12-26 02:16:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000576 10.0.0.32 - - [2024-12-26 02:16:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.062848 10.0.0.32 - - [2024-12-26 02:16:54] "GET /projects?obj_uuids=7dbd8d9d-9e2d-4b51-9479-63ceb8d20df8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001188 10.0.0.32 - - [2024-12-26 02:16:54] "GET /project/7dbd8d9d-9e2d-4b51-9479-63ceb8d20df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.023706 10.0.0.32 - - [2024-12-26 02:16:54] "POST /neutron/network HTTP/1.1" 200 117 0.032596 10.0.0.32 - - [2024-12-26 02:16:54] "GET /projects?obj_uuids=7dbd8d9d-9e2d-4b51-9479-63ceb8d20df8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002089 10.0.0.32 - - [2024-12-26 02:16:54] "POST /neutron/network HTTP/1.1" 200 606 0.065958 10.0.0.32 - - [2024-12-26 02:16:54] "POST /route-targets HTTP/1.1" 200 327 0.014463 10.0.0.32 - - [2024-12-26 02:16:54] "POST /ref-update HTTP/1.1" 200 156 0.011964 10.0.0.32 - - [2024-12-26 02:16:54] "POST /useragent-kv HTTP/1.1" 200 115 0.004579 10.0.0.32 - - [2024-12-26 02:16:54] "POST /neutron/subnet HTTP/1.1" 200 729 0.186071 10.0.0.32 - - [2024-12-26 02:16:54] "POST /neutron/network HTTP/1.1" 200 826 0.007450 10.0.0.32 - - [2024-12-26 02:16:54] "POST /id-to-fqname HTTP/1.1" 200 221 0.002130 10.0.0.32 - - [2024-12-26 02:16:55] "GET /virtual-network/d593206a-d01e-441d-8148-38ed615e2919?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.003797 10.0.0.32 - - [2024-12-26 02:16:55] "POST /neutron/network HTTP/1.1" 200 826 0.007133 10.0.0.32 - - [2024-12-26 02:16:55] "GET /virtual-network/d593206a-d01e-441d-8148-38ed615e2919?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004735 10.0.0.32 - - [2024-12-26 02:16:55] "POST /neutron/network HTTP/1.1" 200 826 0.007856 10.0.0.32 - - [2024-12-26 02:16:55] "POST /neutron/subnet HTTP/1.1" 200 729 0.009085 10.0.0.32 - - [2024-12-26 02:16:55] "POST /id-to-fqname HTTP/1.1" 200 221 0.001993 10.0.0.32 - - [2024-12-26 02:16:55] "POST /neutron/network HTTP/1.1" 200 836 0.006644 10.0.0.32 - - [2024-12-26 02:16:55] "GET /aaa-mode HTTP/1.1" 401 292 0.000492 10.0.0.32 - - [2024-12-26 02:16:55] "GET / HTTP/1.1" 200 35931 0.002939 10.0.0.32 - - [2024-12-26 02:16:55] "GET /project/7dbd8d9d-9e2d-4b51-9479-63ceb8d20df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000554 10.0.0.32 - - [2024-12-26 02:16:56] "GET /projects?obj_uuids=7dbd8d9d-9e2d-4b51-9479-63ceb8d20df8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001774 10.0.0.32 - - [2024-12-26 02:16:56] "GET /project/7dbd8d9d-9e2d-4b51-9479-63ceb8d20df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.047702 10.0.0.32 - - [2024-12-26 02:16:56] "POST /neutron/network HTTP/1.1" 200 826 0.007662 10.0.0.32 - - [2024-12-26 02:16:56] "POST /neutron/port HTTP/1.1" 200 117 0.007065 10.0.0.32 - - [2024-12-26 02:16:56] "POST /neutron/port HTTP/1.1" 200 117 0.008298 10.0.0.32 - - [2024-12-26 02:16:56] "POST /id-to-fqname HTTP/1.1" 200 221 0.001579 10.0.0.32 - - [2024-12-26 02:16:56] "POST /neutron/port HTTP/1.1" 200 117 0.007749 10.0.0.32 - - [2024-12-26 02:16:56] "POST /neutron/network HTTP/1.1" 200 836 0.008526 10.0.0.32 - - [2024-12-26 02:16:56] "GET /aaa-mode HTTP/1.1" 401 292 0.000507 10.0.0.32 - - [2024-12-26 02:16:56] "POST /neutron/network HTTP/1.1" 200 836 0.007788 10.0.0.32 - - [2024-12-26 02:16:56] "GET /projects?obj_uuids=7dbd8d9d-9e2d-4b51-9479-63ceb8d20df8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001382 10.0.0.32 - - [2024-12-26 02:16:56] "GET / HTTP/1.1" 200 35931 0.004615 10.0.0.32 - - [2024-12-26 02:16:56] "GET /project/7dbd8d9d-9e2d-4b51-9479-63ceb8d20df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000424 10.0.0.32 - - [2024-12-26 02:16:56] "POST /neutron/port HTTP/1.1" 200 1062 0.236087 10.0.0.32 - - [2024-12-26 02:16:57] "POST /neutron/port HTTP/1.1" 200 1062 0.010626 10.0.0.32 - - [2024-12-26 02:16:57] "POST /neutron/port HTTP/1.1" 200 1062 0.008359 10.0.0.32 - - [2024-12-26 02:16:57] "POST /neutron/port HTTP/1.1" 200 1116 0.082967 10.0.0.32 - - [2024-12-26 02:16:57] "POST /neutron/port HTTP/1.1" 200 1090 0.022660 10.0.0.32 - - [2024-12-26 02:16:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003889 10.0.0.32 - - [2024-12-26 02:16:57] "POST /neutron/subnet HTTP/1.1" 200 703 0.020468 10.0.0.32 - - [2024-12-26 02:16:57] "POST /neutron/port HTTP/1.1" 200 117 0.001473 10.0.0.32 - - [2024-12-26 02:16:57] "GET /projects?obj_uuids=7dbd8d9d-9e2d-4b51-9479-63ceb8d20df8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001629 10.0.0.32 - - [2024-12-26 02:16:57] "POST /neutron/network HTTP/1.1" 200 826 0.013796 10.0.0.32 - - [2024-12-26 02:16:57] "GET /project/7dbd8d9d-9e2d-4b51-9479-63ceb8d20df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.092633 10.0.0.32 - - [2024-12-26 02:16:57] "POST /neutron/network HTTP/1.1" 200 826 0.009764 10.0.0.32 - - [2024-12-26 02:16:57] "POST /neutron/port HTTP/1.1" 200 1090 0.026242 10.0.0.32 - - [2024-12-26 02:16:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012470 10.0.0.32 - - [2024-12-26 02:16:57] "POST /neutron/port HTTP/1.1" 200 117 0.011799 10.0.0.32 - - [2024-12-26 02:16:57] "POST /neutron/port HTTP/1.1" 200 1090 0.024375 10.0.0.32 - - [2024-12-26 02:16:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008806 10.0.0.32 - - [2024-12-26 02:16:58] "POST /neutron/network HTTP/1.1" 200 836 0.007113 10.0.0.32 - - [2024-12-26 02:16:58] "GET /projects?obj_uuids=7dbd8d9d-9e2d-4b51-9479-63ceb8d20df8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.011389 10.0.0.32 - - [2024-12-26 02:16:58] "POST /neutron/port HTTP/1.1" 200 1062 0.338052 10.0.0.32 - - [2024-12-26 02:16:58] "POST /neutron/port HTTP/1.1" 200 1062 0.018540 10.0.0.32 - - [2024-12-26 02:16:58] "POST /neutron/port HTTP/1.1" 200 1062 0.017681 10.0.0.32 - - [2024-12-26 02:16:58] "POST /neutron/port HTTP/1.1" 200 1116 0.078130 10.0.0.32 - - [2024-12-26 02:16:58] "POST /neutron/port HTTP/1.1" 200 1090 0.022741 10.0.0.32 - - [2024-12-26 02:16:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006750 10.0.0.32 - - [2024-12-26 02:16:58] "POST /neutron/subnet HTTP/1.1" 200 703 0.019304 10.0.0.32 - - [2024-12-26 02:16:58] "POST /neutron/port HTTP/1.1" 200 117 0.001372 10.0.0.32 - - [2024-12-26 02:16:58] "POST /neutron/network HTTP/1.1" 200 826 0.008609 10.0.0.32 - - [2024-12-26 02:17:02] "POST /neutron/port HTTP/1.1" 200 1090 0.016649 10.0.0.32 - - [2024-12-26 02:17:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.013027 10.0.0.32 - - [2024-12-26 02:17:03] "POST /neutron/port HTTP/1.1" 200 1090 0.016751 10.0.0.32 - - [2024-12-26 02:17:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012124 10.0.0.32 - - [2024-12-26 02:17:03] "POST /neutron/port HTTP/1.1" 200 1090 0.017358 10.0.0.32 - - [2024-12-26 02:17:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007787 10.0.0.32 - - [2024-12-26 02:17:03] "GET /virtual-machine/b1f38d0a-318d-4aa8-a4c4-305f88bd701c HTTP/1.1" 401 292 0.001080 10.0.0.32 - - [2024-12-26 02:17:03] "GET /virtual-machine/b1f38d0a-318d-4aa8-a4c4-305f88bd701c HTTP/1.1" 200 1294 0.028963 10.0.0.32 - - [2024-12-26 02:17:03] "GET /virtual-machine-interface/895e7ce3-9999-4a27-a3ce-22c0ca01317e HTTP/1.1" 200 2946 0.003591 10.0.0.32 - - [2024-12-26 02:17:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.32 - - [2024-12-26 02:17:03] "GET /global-vrouter-config/6fd2a1b0-05e7-4186-a5dd-10a40b5d6c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003773 10.0.0.32 - - [2024-12-26 02:17:03] "GET /virtual-networks?parent_id=7dbd8d9d-9e2d-4b51-9479-63ceb8d20df8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003219 10.0.0.32 - - [2024-12-26 02:17:03] "GET /virtual-network/d593206a-d01e-441d-8148-38ed615e2919?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.003801 10.0.0.32 - - [2024-12-26 02:17:06] "POST /neutron/port HTTP/1.1" 200 1090 0.019423 10.0.0.32 - - [2024-12-26 02:17:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008489 10.0.0.32 - - [2024-12-26 02:17:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.32 - - [2024-12-26 02:17:06] "GET /virtual-network/d593206a-d01e-441d-8148-38ed615e2919?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.003371 10.0.0.32 - - [2024-12-26 02:17:07] "POST /neutron/port HTTP/1.1" 200 1090 0.016624 10.0.0.32 - - [2024-12-26 02:17:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005880 10.0.0.32 - - [2024-12-26 02:17:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.32 - - [2024-12-26 02:17:08] "GET /global-vrouter-config/6fd2a1b0-05e7-4186-a5dd-10a40b5d6c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002969 10.0.0.32 - - [2024-12-26 02:17:09] "GET /virtual-networks?parent_id=7dbd8d9d-9e2d-4b51-9479-63ceb8d20df8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003307 10.0.0.32 - - [2024-12-26 02:17:09] "GET /virtual-network/d593206a-d01e-441d-8148-38ed615e2919?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.003428 10.0.0.32 - - [2024-12-26 02:17:09] "POST /neutron/port HTTP/1.1" 200 1090 0.026129 10.0.0.32 - - [2024-12-26 02:17:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.015683 10.0.0.32 - - [2024-12-26 02:17:09] "POST /neutron/port HTTP/1.1" 200 1090 0.023656 10.0.0.32 - - [2024-12-26 02:17:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007378 10.0.0.32 - - [2024-12-26 02:17:09] "POST /neutron/port HTTP/1.1" 200 1090 0.017291 10.0.0.32 - - [2024-12-26 02:17:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007366 10.0.0.32 - - [2024-12-26 02:17:09] "GET /virtual-machine/503a9812-1cfb-4d44-9cb1-fb4619c73289 HTTP/1.1" 200 1293 0.004992 10.0.0.32 - - [2024-12-26 02:17:09] "GET /virtual-machine-interface/f4e11642-7bd4-4828-8929-d0748a4918e1 HTTP/1.1" 200 2946 0.005935 10.0.0.32 - - [2024-12-26 02:17:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.32 - - [2024-12-26 02:17:09] "GET /global-vrouter-config/6fd2a1b0-05e7-4186-a5dd-10a40b5d6c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003058 10.0.0.32 - - [2024-12-26 02:17:09] "GET /virtual-networks?parent_id=7dbd8d9d-9e2d-4b51-9479-63ceb8d20df8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002963 10.0.0.32 - - [2024-12-26 02:17:09] "GET /virtual-network/d593206a-d01e-441d-8148-38ed615e2919?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004666 10.0.0.32 - - [2024-12-26 02:17:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.32 - - [2024-12-26 02:17:10] "GET /global-vrouter-config/6fd2a1b0-05e7-4186-a5dd-10a40b5d6c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003284 10.0.0.32 - - [2024-12-26 02:17:10] "GET /virtual-networks?parent_id=7dbd8d9d-9e2d-4b51-9479-63ceb8d20df8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003414 10.0.0.32 - - [2024-12-26 02:17:10] "GET /virtual-network/d593206a-d01e-441d-8148-38ed615e2919?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.003596 10.0.0.32 - - [2024-12-26 02:17:16] "POST /neutron/network HTTP/1.1" 200 826 0.009814 10.0.0.32 - - [2024-12-26 02:17:16] "POST /neutron/network HTTP/1.1" 400 204 0.011285 10.0.0.32 - - [2024-12-26 02:17:16] "POST /neutron/port HTTP/1.1" 200 1090 0.016531 10.0.0.32 - - [2024-12-26 02:17:16] "POST /neutron/port HTTP/1.1" 200 1116 0.009805 10.0.0.32 - - [2024-12-26 02:17:16] "POST /neutron/port HTTP/1.1" 200 151 0.114108 10.0.0.32 - - [2024-12-26 02:17:16] "POST /neutron/port HTTP/1.1" 200 1090 0.020370 10.0.0.32 - - [2024-12-26 02:17:16] "POST /neutron/port HTTP/1.1" 200 1116 0.011508 10.0.0.32 - - [2024-12-26 02:17:17] "POST /neutron/port HTTP/1.1" 200 151 0.381720 10.0.0.32 - - [2024-12-26 02:17:18] "POST /neutron/network HTTP/1.1" 200 826 0.007344 10.0.0.32 - - [2024-12-26 02:17:18] "POST /useragent-kv HTTP/1.1" 200 115 0.001289 10.0.0.32 - - [2024-12-26 02:17:18] "POST /useragent-kv HTTP/1.1" 200 115 0.001057 10.0.0.32 - - [2024-12-26 02:17:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005616 10.0.0.32 - - [2024-12-26 02:17:18] "POST /neutron/network HTTP/1.1" 200 151 0.077934 10.0.0.32 - - [2024-12-26 02:17:18] "DELETE /route-target/852cc91e-f57f-4274-9330-c9a31b6fa111 HTTP/1.1" 200 115 0.012937 10.0.0.32 - - [2024-12-26 02:17:18] "GET /projects?obj_uuids=7dbd8d9d-9e2d-4b51-9479-63ceb8d20df8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001457 10.0.0.32 - - [2024-12-26 02:17:18] "GET /project/7dbd8d9d-9e2d-4b51-9479-63ceb8d20df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.022598 10.0.0.32 - - [2024-12-26 02:17:18] "GET /projects?obj_uuids=7dbd8d9d-9e2d-4b51-9479-63ceb8d20df8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001011 10.0.0.32 - - [2024-12-26 02:17:18] "GET /project/7dbd8d9d-9e2d-4b51-9479-63ceb8d20df8?fields=virtual_networks HTTP/1.1" 200 1034 0.061240 10.0.0.32 - - [2024-12-26 02:17:18] "GET /projects?obj_uuids=7dbd8d9d-9e2d-4b51-9479-63ceb8d20df8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001122 10.0.0.32 - - [2024-12-26 02:17:18] "GET /project/7dbd8d9d-9e2d-4b51-9479-63ceb8d20df8?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.024212 10.0.0.32 - - [2024-12-26 02:17:18] "GET /projects?obj_uuids=7dbd8d9d-9e2d-4b51-9479-63ceb8d20df8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001301 10.0.0.32 - - [2024-12-26 02:17:18] "GET /project/7dbd8d9d-9e2d-4b51-9479-63ceb8d20df8?fields=security_groups HTTP/1.1" 200 1261 0.023950 10.0.0.32 - - [2024-12-26 02:17:19] "POST /fqname-to-id HTTP/1.1" 404 188 0.026883 10.0.0.32 - - [2024-12-26 02:17:19] "GET /projects?obj_uuids=36c166d9-499b-4b50-b8ec-e9e0f8fb7d38&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002703 10.0.0.32 - - [2024-12-26 02:17:19] "GET /domains?obj_uuids=623962f1-258d-4b2a-ae1e-14ab588c1e3c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001803 10.0.0.32 - - [2024-12-26 02:17:19] "GET /domain/623962f1-258d-4b2a-ae1e-14ab588c1e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009890 10.0.0.32 - - [2024-12-26 02:17:19] "POST /id-to-fqname HTTP/1.1" 200 190 0.001971 10.0.0.32 - - [2024-12-26 02:17:19] "POST /fqname-to-id HTTP/1.1" 404 199 0.003266 10.0.0.32 - - [2024-12-26 02:17:19] "POST /security-groups HTTP/1.1" 200 591 0.061842 10.0.0.32 - - [2024-12-26 02:17:19] "POST /fqname-to-id HTTP/1.1" 404 234 0.002775 10.0.0.32 - - [2024-12-26 02:17:19] "POST /projects HTTP/1.1" 200 585 0.214153 10.0.0.32 - - [2024-12-26 02:17:19] "POST /access-control-lists HTTP/1.1" 200 596 0.059340 10.0.0.32 - - [2024-12-26 02:17:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.289398 10.0.0.32 - - [2024-12-26 02:17:19] "POST /fqname-to-id HTTP/1.1" 404 233 0.003041 10.0.0.32 - - [2024-12-26 02:17:20] "GET /project/36c166d9-499b-4b50-b8ec-e9e0f8fb7d38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.431615 10.0.0.32 - - [2024-12-26 02:17:20] "POST /access-control-lists HTTP/1.1" 200 594 0.059983 10.0.0.32 - - [2024-12-26 02:17:21] "GET / HTTP/1.1" 200 35931 0.002187 10.0.0.32 - - [2024-12-26 02:17:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000596 10.0.0.32 - - [2024-12-26 02:17:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.053294 10.0.0.32 - - [2024-12-26 02:17:22] "GET /projects?obj_uuids=36c166d9-499b-4b50-b8ec-e9e0f8fb7d38&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001203 10.0.0.32 - - [2024-12-26 02:17:22] "GET /project/36c166d9-499b-4b50-b8ec-e9e0f8fb7d38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.018847 10.0.0.32 - - [2024-12-26 02:17:22] "POST /neutron/network HTTP/1.1" 200 117 0.033855 10.0.0.32 - - [2024-12-26 02:17:22] "GET /projects?obj_uuids=36c166d9-499b-4b50-b8ec-e9e0f8fb7d38&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001554 10.0.0.32 - - [2024-12-26 02:17:22] "POST /neutron/network HTTP/1.1" 200 625 0.065211 10.0.0.32 - - [2024-12-26 02:17:22] "POST /route-targets HTTP/1.1" 200 327 0.010640 10.0.0.32 - - [2024-12-26 02:17:22] "POST /ref-update HTTP/1.1" 200 156 0.010430 10.0.0.32 - - [2024-12-26 02:17:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002533 10.0.0.32 - - [2024-12-26 02:17:22] "POST /neutron/subnet HTTP/1.1" 200 701 0.164591 10.0.0.32 - - [2024-12-26 02:17:22] "POST /neutron/network HTTP/1.1" 200 839 0.006326 10.0.0.32 - - [2024-12-26 02:17:22] "POST /id-to-fqname HTTP/1.1" 200 230 0.001674 10.0.0.32 - - [2024-12-26 02:17:22] "GET /virtual-network/b86c4ee2-3c82-4540-a16d-2a76b1c633e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004000 10.0.0.32 - - [2024-12-26 02:17:22] "POST /neutron/network HTTP/1.1" 200 839 0.007352 10.0.0.32 - - [2024-12-26 02:17:22] "GET /virtual-network/b86c4ee2-3c82-4540-a16d-2a76b1c633e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004333 10.0.0.32 - - [2024-12-26 02:17:22] "POST /neutron/network HTTP/1.1" 200 839 0.006060 10.0.0.32 - - [2024-12-26 02:17:22] "POST /neutron/subnet HTTP/1.1" 200 701 0.007688 10.0.0.32 - - [2024-12-26 02:17:22] "POST /neutron/network HTTP/1.1" 200 839 0.006787 10.0.0.32 - - [2024-12-26 02:17:22] "POST /id-to-fqname HTTP/1.1" 200 230 0.001831 10.0.0.32 - - [2024-12-26 02:17:23] "POST /neutron/network HTTP/1.1" 200 849 0.009186 10.0.0.32 - - [2024-12-26 02:17:23] "GET /aaa-mode HTTP/1.1" 401 292 0.000454 10.0.0.32 - - [2024-12-26 02:17:23] "GET / HTTP/1.1" 200 35931 0.001478 10.0.0.32 - - [2024-12-26 02:17:23] "GET /project/36c166d9-499b-4b50-b8ec-e9e0f8fb7d38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000408 10.0.0.32 - - [2024-12-26 02:17:23] "GET /projects?obj_uuids=36c166d9-499b-4b50-b8ec-e9e0f8fb7d38&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001194 10.0.0.32 - - [2024-12-26 02:17:23] "GET /project/36c166d9-499b-4b50-b8ec-e9e0f8fb7d38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.043357 10.0.0.32 - - [2024-12-26 02:17:23] "POST /neutron/network HTTP/1.1" 200 839 0.006729 10.0.0.32 - - [2024-12-26 02:17:23] "POST /neutron/port HTTP/1.1" 200 117 0.005177 10.0.0.32 - - [2024-12-26 02:17:23] "POST /neutron/port HTTP/1.1" 200 117 0.006310 10.0.0.32 - - [2024-12-26 02:17:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004858 10.0.0.32 - - [2024-12-26 02:17:23] "GET /global-vrouter-config/6fd2a1b0-05e7-4186-a5dd-10a40b5d6c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003938 10.0.0.32 - - [2024-12-26 02:17:23] "PUT /global-vrouter-config/6fd2a1b0-05e7-4186-a5dd-10a40b5d6c93 HTTP/1.1" 200 276 0.009808 10.0.0.32 - - [2024-12-26 02:17:24] "POST /neutron/port HTTP/1.1" 200 117 0.009102 10.0.0.32 - - [2024-12-26 02:17:24] "POST /neutron/network HTTP/1.1" 200 849 0.006166 10.0.0.32 - - [2024-12-26 02:17:24] "GET /projects?obj_uuids=36c166d9-499b-4b50-b8ec-e9e0f8fb7d38&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001513 10.0.0.32 - - [2024-12-26 02:17:24] "POST /neutron/port HTTP/1.1" 200 1055 0.197289 10.0.0.32 - - [2024-12-26 02:17:24] "POST /neutron/port HTTP/1.1" 200 1055 0.011194 10.0.0.32 - - [2024-12-26 02:17:24] "POST /neutron/port HTTP/1.1" 200 1055 0.009098 10.0.0.32 - - [2024-12-26 02:17:24] "POST /neutron/port HTTP/1.1" 200 1109 0.057035 10.0.0.32 - - [2024-12-26 02:17:24] "POST /neutron/port HTTP/1.1" 200 1083 0.015168 10.0.0.32 - - [2024-12-26 02:17:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003873 10.0.0.32 - - [2024-12-26 02:17:25] "POST /neutron/subnet HTTP/1.1" 200 675 0.013422 10.0.0.32 - - [2024-12-26 02:17:25] "POST /neutron/port HTTP/1.1" 200 117 0.001323 10.0.0.32 - - [2024-12-26 02:17:25] "POST /neutron/network HTTP/1.1" 200 839 0.013509 10.0.0.32 - - [2024-12-26 02:17:29] "POST /neutron/port HTTP/1.1" 200 1083 0.016987 10.0.0.32 - - [2024-12-26 02:17:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006602 10.0.0.32 - - [2024-12-26 02:17:29] "POST /neutron/port HTTP/1.1" 200 1083 0.015915 10.0.0.32 - - [2024-12-26 02:17:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006069 10.0.0.32 - - [2024-12-26 02:17:29] "POST /neutron/port HTTP/1.1" 200 1083 0.015230 10.0.0.32 - - [2024-12-26 02:17:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007638 10.0.0.32 - - [2024-12-26 02:17:29] "GET /virtual-machine/84430fa1-3bcf-4932-9f88-f8283a8f261a HTTP/1.1" 401 292 0.000455 10.0.0.32 - - [2024-12-26 02:17:29] "GET /virtual-machine/84430fa1-3bcf-4932-9f88-f8283a8f261a HTTP/1.1" 200 1292 0.032961 10.0.0.32 - - [2024-12-26 02:17:29] "GET /virtual-machine-interface/0f625618-27e0-4074-8e23-fd14b13f10df HTTP/1.1" 200 2971 0.002965 10.0.0.32 - - [2024-12-26 02:17:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.32 - - [2024-12-26 02:17:29] "GET /global-vrouter-config/6fd2a1b0-05e7-4186-a5dd-10a40b5d6c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1827 0.003277 10.0.0.32 - - [2024-12-26 02:17:29] "GET /virtual-networks?parent_id=36c166d9-499b-4b50-b8ec-e9e0f8fb7d38&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003284 10.0.0.32 - - [2024-12-26 02:17:29] "GET /virtual-network/b86c4ee2-3c82-4540-a16d-2a76b1c633e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.003321 10.0.0.32 - - [2024-12-26 02:17:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005077 10.0.0.32 - - [2024-12-26 02:17:33] "GET /virtual-network/b86c4ee2-3c82-4540-a16d-2a76b1c633e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.002884 10.0.0.32 - - [2024-12-26 02:17:34] "POST /neutron/port HTTP/1.1" 200 1083 0.016015 10.0.0.32 - - [2024-12-26 02:17:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006836 10.0.0.32 - - [2024-12-26 02:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004315 10.0.0.32 - - [2024-12-26 02:17:35] "GET /global-vrouter-config/6fd2a1b0-05e7-4186-a5dd-10a40b5d6c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1827 0.003497 10.0.0.32 - - [2024-12-26 02:17:35] "GET /virtual-networks?parent_id=36c166d9-499b-4b50-b8ec-e9e0f8fb7d38&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003770 10.0.0.32 - - [2024-12-26 02:17:35] "GET /virtual-network/b86c4ee2-3c82-4540-a16d-2a76b1c633e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.003948 10.0.0.32 - - [2024-12-26 02:17:35] "POST /neutron/port HTTP/1.1" 200 1083 0.015962 10.0.0.32 - - [2024-12-26 02:17:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006065 10.0.0.32 - - [2024-12-26 02:17:35] "DELETE /project/36c166d9499b4b50b8ece9e0f8fb7d38 HTTP/1.1" 404 173 0.051604 10.0.0.32 - - [2024-12-26 02:17:35] "DELETE /project/7dbd8d9d9e2d4b51947963ceb8d20df8 HTTP/1.1" 404 173 0.067887 10.0.0.32 - - [2024-12-26 02:17:35] "GET /projects?obj_uuids=7dbd8d9d-9e2d-4b51-9479-63ceb8d20df8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001193 10.0.0.32 - - [2024-12-26 02:17:35] "GET /projects?obj_uuids=fbd4e0f0-f2e2-4b3f-80e4-1e3795236537&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001351 10.0.0.32 - - [2024-12-26 02:17:35] "GET /project/7dbd8d9d-9e2d-4b51-9479-63ceb8d20df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.106473 10.0.0.32 - - [2024-12-26 02:17:35] "GET /projects?obj_uuids=7dbd8d9d-9e2d-4b51-9479-63ceb8d20df8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001594 10.0.0.32 - - [2024-12-26 02:17:35] "GET /project/7dbd8d9d-9e2d-4b51-9479-63ceb8d20df8?fields=security_groups HTTP/1.1" 200 1366 0.029509 10.0.0.32 - - [2024-12-26 02:17:35] "GET /project/fbd4e0f0-f2e2-4b3f-80e4-1e3795236537?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.104302 10.0.0.32 - - [2024-12-26 02:17:35] "GET /projects?obj_uuids=fbd4e0f0-f2e2-4b3f-80e4-1e3795236537&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001097 10.0.0.32 - - [2024-12-26 02:17:36] "DELETE /security-group/338224ff-8e2d-4cc8-9f1e-ab9588cb8db5 HTTP/1.1" 200 115 0.050625 10.0.0.32 - - [2024-12-26 02:17:36] "GET /project/fbd4e0f0-f2e2-4b3f-80e4-1e3795236537?fields=security_groups HTTP/1.1" 200 1366 0.090944 10.0.0.32 - - [2024-12-26 02:17:36] "GET /projects?obj_uuids=7dbd8d9d-9e2d-4b51-9479-63ceb8d20df8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001676 10.0.0.32 - - [2024-12-26 02:17:36] "DELETE /access-control-list/14f9aa1f-517a-4366-b8a5-4d2d6993e956 HTTP/1.1" 200 115 0.049389 10.0.0.32 - - [2024-12-26 02:17:36] "GET /project/7dbd8d9d-9e2d-4b51-9479-63ceb8d20df8?fields=application_policy_sets HTTP/1.1" 200 1405 0.043757 10.0.0.32 - - [2024-12-26 02:17:36] "DELETE /access-control-list/5d401d1b-d2e8-45e7-bf34-c8610caf771d HTTP/1.1" 200 115 0.038936 10.0.0.32 - - [2024-12-26 02:17:36] "DELETE /security-group/b5e98c69-6ba2-4f85-9695-df613730dd60 HTTP/1.1" 200 115 0.031237 10.0.0.32 - - [2024-12-26 02:17:36] "GET /projects?obj_uuids=fbd4e0f0-f2e2-4b3f-80e4-1e3795236537&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000996 10.0.0.32 - - [2024-12-26 02:17:36] "DELETE /access-control-list/0426ff74-5ea3-4f14-b905-88918498a7cd HTTP/1.1" 200 115 0.025491 10.0.0.32 - - [2024-12-26 02:17:36] "DELETE /access-control-list/1747ca8b-cb93-4105-a01f-c8e4dc882d5a HTTP/1.1" 200 115 0.107417 10.0.0.32 - - [2024-12-26 02:17:36] "GET /project/fbd4e0f0-f2e2-4b3f-80e4-1e3795236537?fields=application_policy_sets HTTP/1.1" 200 1405 0.150894 10.0.0.32 - - [2024-12-26 02:17:36] "DELETE /project/7dbd8d9d-9e2d-4b51-9479-63ceb8d20df8 HTTP/1.1" 200 115 0.553535 10.0.0.32 - - [2024-12-26 02:17:36] "DELETE /project/fbd4e0f0-f2e2-4b3f-80e4-1e3795236537 HTTP/1.1" 200 115 0.630997 10.0.0.32 - - [2024-12-26 02:17:38] "POST /neutron/port HTTP/1.1" 200 1083 0.039110 10.0.0.32 - - [2024-12-26 02:17:38] "POST /neutron/port HTTP/1.1" 200 1083 0.016760 10.0.0.32 - - [2024-12-26 02:17:38] "POST /neutron/network HTTP/1.1" 200 849 0.008627 10.0.0.32 - - [2024-12-26 02:17:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003571 10.0.0.32 - - [2024-12-26 02:17:38] "POST /neutron/subnet HTTP/1.1" 200 675 0.010966 10.0.0.32 - - [2024-12-26 02:17:38] "POST /neutron/port HTTP/1.1" 200 117 0.001805 10.0.0.32 - - [2024-12-26 02:17:38] "POST /neutron/network HTTP/1.1" 200 839 0.006368 10.0.0.32 - - [2024-12-26 02:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.32 - - [2024-12-26 02:17:42] "GET /global-vrouter-config/6fd2a1b0-05e7-4186-a5dd-10a40b5d6c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1827 0.002968 10.0.0.32 - - [2024-12-26 02:17:42] "PUT /global-vrouter-config/6fd2a1b0-05e7-4186-a5dd-10a40b5d6c93 HTTP/1.1" 200 276 0.011241 10.0.0.32 - - [2024-12-26 02:17:42] "POST /neutron/network HTTP/1.1" 200 839 0.010972 10.0.0.32 - - [2024-12-26 02:17:42] "POST /neutron/network HTTP/1.1" 400 204 0.012092 10.0.0.32 - - [2024-12-26 02:17:43] "POST /neutron/port HTTP/1.1" 200 1083 0.017088 10.0.0.32 - - [2024-12-26 02:17:43] "POST /neutron/port HTTP/1.1" 200 1109 0.009912 10.0.0.32 - - [2024-12-26 02:17:43] "POST /neutron/port HTTP/1.1" 200 151 0.094744 10.0.0.32 - - [2024-12-26 02:17:44] "GET /obj-perms HTTP/1.1" 200 5056 0.059997 10.0.0.32 - - [2024-12-26 02:17:44] "GET /obj-perms HTTP/1.1" 200 5056 0.052293 10.0.0.32 - - [2024-12-26 02:17:44] "POST /neutron/network HTTP/1.1" 200 839 0.006438 10.0.0.32 - - [2024-12-26 02:17:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002148 10.0.0.32 - - [2024-12-26 02:17:44] "POST /useragent-kv HTTP/1.1" 200 115 0.001404 10.0.0.32 - - [2024-12-26 02:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.007076 10.0.0.32 - - [2024-12-26 02:17:44] "POST /neutron/network HTTP/1.1" 200 151 0.078443 10.0.0.32 - - [2024-12-26 02:17:44] "DELETE /route-target/d8b1922e-e996-4ecb-993a-fd6b33c2c3bd HTTP/1.1" 200 115 0.013189 10.0.0.32 - - [2024-12-26 02:17:45] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.003245 10.0.0.32 - - [2024-12-26 02:17:45] "POST /network-ipams HTTP/1.1" 200 541 0.022107 10.0.0.32 - - [2024-12-26 02:17:45] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 981 0.003335 10.0.0.32 - - [2024-12-26 02:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.32 - - [2024-12-26 02:17:45] "GET /network-ipam/7bab60ec-e03a-479d-9a6a-db4c07d76f4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.004682 10.0.0.32 - - [2024-12-26 02:17:45] "PUT /network-ipam/7bab60ec-e03a-479d-9a6a-db4c07d76f4c HTTP/1.1" 200 258 0.010654 10.0.0.32 - - [2024-12-26 02:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004144 10.0.0.32 - - [2024-12-26 02:17:45] "GET /projects?obj_uuids=36c166d9-499b-4b50-b8ec-e9e0f8fb7d38&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001104 10.0.0.32 - - [2024-12-26 02:17:45] "GET /project/36c166d9-499b-4b50-b8ec-e9e0f8fb7d38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.022552 10.0.0.32 - - [2024-12-26 02:17:45] "POST /neutron/network HTTP/1.1" 200 117 0.007769 10.0.0.32 - - [2024-12-26 02:17:45] "GET /projects?obj_uuids=36c166d9-499b-4b50-b8ec-e9e0f8fb7d38&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001651 10.0.0.32 - - [2024-12-26 02:17:45] "POST /neutron/network HTTP/1.1" 200 605 0.068182 10.0.0.32 - - [2024-12-26 02:17:45] "POST /route-targets HTTP/1.1" 200 327 0.010444 10.0.0.32 - - [2024-12-26 02:17:45] "POST /ref-update HTTP/1.1" 200 156 0.010635 10.0.0.32 - - [2024-12-26 02:17:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003214 10.0.0.32 - - [2024-12-26 02:17:46] "POST /neutron/subnet HTTP/1.1" 200 699 0.180467 10.0.0.32 - - [2024-12-26 02:17:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003155 10.0.0.32 - - [2024-12-26 02:17:46] "POST /neutron/subnet HTTP/1.1" 200 699 0.198990 10.0.0.32 - - [2024-12-26 02:17:46] "POST /neutron/network HTTP/1.1" 200 994 0.007885 10.0.0.32 - - [2024-12-26 02:17:46] "POST /id-to-fqname HTTP/1.1" 200 220 0.001512 10.0.0.32 - - [2024-12-26 02:17:46] "GET /virtual-network/6b0afe93-2d49-4400-adbd-7c5cf6f88419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.003226 10.0.0.32 - - [2024-12-26 02:17:46] "POST /neutron/network HTTP/1.1" 200 994 0.008660 10.0.0.32 - - [2024-12-26 02:17:46] "GET /virtual-network/6b0afe93-2d49-4400-adbd-7c5cf6f88419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.003088 10.0.0.32 - - [2024-12-26 02:17:46] "POST /neutron/network HTTP/1.1" 200 994 0.008793 10.0.0.32 - - [2024-12-26 02:17:46] "POST /neutron/subnet HTTP/1.1" 200 699 0.009207 10.0.0.32 - - [2024-12-26 02:17:46] "POST /neutron/subnet HTTP/1.1" 200 699 0.007924 10.0.0.32 - - [2024-12-26 02:17:46] "POST /neutron/network HTTP/1.1" 200 994 0.008239 10.0.0.32 - - [2024-12-26 02:17:46] "POST /neutron/subnet HTTP/1.1" 200 699 0.007740 10.0.0.32 - - [2024-12-26 02:17:46] "POST /neutron/subnet HTTP/1.1" 200 699 0.008581 10.0.0.32 - - [2024-12-26 02:17:46] "GET /projects?obj_uuids=36c166d9-499b-4b50-b8ec-e9e0f8fb7d38&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001630 10.0.0.32 - - [2024-12-26 02:17:46] "POST /neutron/port HTTP/1.1" 200 1017 0.150808 10.0.0.32 - - [2024-12-26 02:17:46] "GET /projects?obj_uuids=36c166d9-499b-4b50-b8ec-e9e0f8fb7d38&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001214 10.0.0.32 - - [2024-12-26 02:17:46] "POST /neutron/port HTTP/1.1" 200 1017 0.166454 10.0.0.32 - - [2024-12-26 02:17:46] "POST /id-to-fqname HTTP/1.1" 200 220 0.001315 10.0.0.32 - - [2024-12-26 02:17:47] "POST /neutron/port HTTP/1.1" 200 1017 0.009150 10.0.0.32 - - [2024-12-26 02:17:47] "POST /neutron/port HTTP/1.1" 200 1017 0.033843 10.0.0.32 - - [2024-12-26 02:17:47] "POST /neutron/network HTTP/1.1" 200 994 0.007999 10.0.0.32 - - [2024-12-26 02:17:47] "POST /neutron/port HTTP/1.1" 200 1017 0.008088 10.0.0.32 - - [2024-12-26 02:17:47] "POST /neutron/port HTTP/1.1" 200 117 0.006619 10.0.0.32 - - [2024-12-26 02:17:47] "POST /neutron/port HTTP/1.1" 200 117 0.005613 10.0.0.32 - - [2024-12-26 02:17:47] "POST /id-to-fqname HTTP/1.1" 200 220 0.001459 10.0.0.32 - - [2024-12-26 02:17:47] "POST /neutron/port HTTP/1.1" 200 117 0.005786 10.0.0.32 - - [2024-12-26 02:17:47] "POST /neutron/port HTTP/1.1" 200 1017 0.009082 10.0.0.32 - - [2024-12-26 02:17:47] "POST /neutron/port HTTP/1.1" 200 1017 0.009871 10.0.0.32 - - [2024-12-26 02:17:47] "POST /neutron/network HTTP/1.1" 200 994 0.008661 10.0.0.32 - - [2024-12-26 02:17:47] "POST /neutron/port HTTP/1.1" 200 1017 0.010165 10.0.0.32 - - [2024-12-26 02:17:47] "POST /neutron/port HTTP/1.1" 200 1017 0.010665 10.0.0.32 - - [2024-12-26 02:17:47] "POST /neutron/port HTTP/1.1" 200 1017 0.011307 10.0.0.32 - - [2024-12-26 02:17:47] "POST /neutron/port HTTP/1.1" 200 117 0.005962 10.0.0.32 - - [2024-12-26 02:17:47] "POST /neutron/port HTTP/1.1" 200 117 0.007538 10.0.0.32 - - [2024-12-26 02:17:47] "POST /id-to-fqname HTTP/1.1" 200 220 0.001924 10.0.0.32 - - [2024-12-26 02:17:47] "POST /neutron/port HTTP/1.1" 200 117 0.008125 10.0.0.32 - - [2024-12-26 02:17:47] "POST /neutron/network HTTP/1.1" 200 1004 0.008365 10.0.0.32 - - [2024-12-26 02:17:48] "GET /aaa-mode HTTP/1.1" 401 292 0.000636 10.0.0.32 - - [2024-12-26 02:17:48] "POST /neutron/port HTTP/1.1" 200 1017 0.008987 10.0.0.32 - - [2024-12-26 02:17:48] "GET / HTTP/1.1" 200 35931 0.002151 10.0.0.32 - - [2024-12-26 02:17:48] "GET /project/36c166d9-499b-4b50-b8ec-e9e0f8fb7d38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000349 10.0.0.32 - - [2024-12-26 02:17:48] "POST /neutron/network HTTP/1.1" 200 1004 0.007464 10.0.0.32 - - [2024-12-26 02:17:48] "POST /neutron/port HTTP/1.1" 200 1017 0.008528 10.0.0.32 - - [2024-12-26 02:17:48] "POST /neutron/port HTTP/1.1" 200 1017 0.008024 10.0.0.32 - - [2024-12-26 02:17:48] "POST /neutron/port HTTP/1.1" 200 1017 0.012310 10.0.0.32 - - [2024-12-26 02:17:48] "POST /neutron/network HTTP/1.1" 200 1004 0.009087 10.0.0.32 - - [2024-12-26 02:17:48] "POST /neutron/port HTTP/1.1" 200 1109 0.104322 10.0.0.32 - - [2024-12-26 02:17:48] "POST /neutron/port HTTP/1.1" 200 1017 0.014839 10.0.0.32 - - [2024-12-26 02:17:48] "POST /neutron/port HTTP/1.1" 200 1017 0.011791 10.0.0.32 - - [2024-12-26 02:17:48] "POST /neutron/port HTTP/1.1" 200 1083 0.030853 10.0.0.32 - - [2024-12-26 02:17:48] "POST /neutron/port HTTP/1.1" 200 1109 0.106822 10.0.0.32 - - [2024-12-26 02:17:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003175 10.0.0.32 - - [2024-12-26 02:17:48] "POST /neutron/subnet HTTP/1.1" 200 673 0.013355 10.0.0.32 - - [2024-12-26 02:17:48] "POST /neutron/port HTTP/1.1" 200 117 0.001385 10.0.0.32 - - [2024-12-26 02:17:48] "POST /neutron/network HTTP/1.1" 200 994 0.010562 10.0.0.32 - - [2024-12-26 02:17:48] "POST /neutron/port HTTP/1.1" 200 1083 0.034533 10.0.0.32 - - [2024-12-26 02:17:48] "GET /projects?obj_uuids=36c166d9-499b-4b50-b8ec-e9e0f8fb7d38&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001063 10.0.0.32 - - [2024-12-26 02:17:48] "GET /project/36c166d9-499b-4b50-b8ec-e9e0f8fb7d38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.063534 10.0.0.32 - - [2024-12-26 02:17:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003733 10.0.0.32 - - [2024-12-26 02:17:48] "POST /neutron/network HTTP/1.1" 200 994 0.009796 10.0.0.32 - - [2024-12-26 02:17:48] "POST /neutron/subnet HTTP/1.1" 200 673 0.024626 10.0.0.32 - - [2024-12-26 02:17:48] "POST /neutron/port HTTP/1.1" 200 117 0.001617 10.0.0.32 - - [2024-12-26 02:17:48] "POST /neutron/network HTTP/1.1" 200 994 0.008403 10.0.0.32 - - [2024-12-26 02:17:48] "POST /neutron/port HTTP/1.1" 200 2050 0.035007 10.0.0.32 - - [2024-12-26 02:17:49] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009661 10.0.0.32 - - [2024-12-26 02:17:49] "POST /neutron/port HTTP/1.1" 200 117 0.005883 10.0.0.32 - - [2024-12-26 02:17:49] "GET /domains HTTP/1.1" 200 280 0.003645 10.0.0.32 - - [2024-12-26 02:17:49] "GET /domains?obj_uuids=623962f1-258d-4b2a-ae1e-14ab588c1e3c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001767 10.0.0.32 - - [2024-12-26 02:17:49] "GET /domain/623962f1-258d-4b2a-ae1e-14ab588c1e3c HTTP/1.1" 200 2573 0.010789 10.0.0.32 - - [2024-12-26 02:17:49] "GET /projects?obj_uuids=36c166d9-499b-4b50-b8ec-e9e0f8fb7d38&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002631 10.0.0.32 - - [2024-12-26 02:17:49] "GET /project/36c166d9-499b-4b50-b8ec-e9e0f8fb7d38 HTTP/1.1" 200 2842 0.093204 10.0.0.32 - - [2024-12-26 02:17:49] "GET /network-ipam/7bab60ec-e03a-479d-9a6a-db4c07d76f4c HTTP/1.1" 200 2601 0.008913 10.0.0.32 - - [2024-12-26 02:17:49] "GET /domains HTTP/1.1" 200 280 0.005234 10.0.0.32 - - [2024-12-26 02:17:49] "GET /domains?obj_uuids=623962f1-258d-4b2a-ae1e-14ab588c1e3c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001055 10.0.0.32 - - [2024-12-26 02:17:49] "GET /domain/623962f1-258d-4b2a-ae1e-14ab588c1e3c HTTP/1.1" 200 2573 0.007459 10.0.0.32 - - [2024-12-26 02:17:49] "GET /projects?obj_uuids=36c166d9-499b-4b50-b8ec-e9e0f8fb7d38&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001208 10.0.0.32 - - [2024-12-26 02:17:49] "GET /project/36c166d9-499b-4b50-b8ec-e9e0f8fb7d38 HTTP/1.1" 200 2842 0.071351 10.0.0.32 - - [2024-12-26 02:17:49] "GET /virtual-network/6b0afe93-2d49-4400-adbd-7c5cf6f88419 HTTP/1.1" 200 3779 0.004509 10.0.0.32 - - [2024-12-26 02:17:49] "GET /virtual-network/6b0afe93-2d49-4400-adbd-7c5cf6f88419 HTTP/1.1" 200 3779 0.002936 10.0.0.32 - - [2024-12-26 02:17:49] "GET /routing-instance/7756a5c3-bcff-417e-89e6-7be0ff8b0a46 HTTP/1.1" 200 2379 0.006119 10.0.0.32 - - [2024-12-26 02:17:49] "GET /routing-instance/7756a5c3-bcff-417e-89e6-7be0ff8b0a46 HTTP/1.1" 200 2379 0.003016 10.0.0.32 - - [2024-12-26 02:17:49] "GET /route-target/0fe9a36e-c6ff-447b-b94d-51d124365a14 HTTP/1.1" 200 1204 0.002863 10.0.0.32 - - [2024-12-26 02:17:49] "GET /virtual-network/6b0afe93-2d49-4400-adbd-7c5cf6f88419 HTTP/1.1" 200 3779 0.004344 10.0.0.32 - - [2024-12-26 02:17:49] "GET /routing-instance/7756a5c3-bcff-417e-89e6-7be0ff8b0a46 HTTP/1.1" 200 2379 0.002967 10.0.0.32 - - [2024-12-26 02:17:49] "GET /virtual-network/6b0afe93-2d49-4400-adbd-7c5cf6f88419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005983 10.0.0.32 - - [2024-12-26 02:17:49] "GET /virtual-network/6b0afe93-2d49-4400-adbd-7c5cf6f88419 HTTP/1.1" 200 3779 0.004766 10.0.0.32 - - [2024-12-26 02:17:49] "POST /neutron/network HTTP/1.1" 200 1004 0.014865 10.0.0.32 - - [2024-12-26 02:17:49] "GET /routing-instance/7756a5c3-bcff-417e-89e6-7be0ff8b0a46 HTTP/1.1" 200 2379 0.007439 10.0.0.32 - - [2024-12-26 02:17:49] "GET /routing-instance/7756a5c3-bcff-417e-89e6-7be0ff8b0a46 HTTP/1.1" 200 2379 0.007447 10.0.0.32 - - [2024-12-26 02:17:49] "GET /route-target/0fe9a36e-c6ff-447b-b94d-51d124365a14 HTTP/1.1" 200 1204 0.005791 10.0.0.32 - - [2024-12-26 02:17:49] "GET /projects?obj_uuids=36c166d9-499b-4b50-b8ec-e9e0f8fb7d38&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001480 10.0.0.32 - - [2024-12-26 02:17:49] "GET /domains HTTP/1.1" 200 280 0.007270 10.0.0.32 - - [2024-12-26 02:17:49] "GET /domains?obj_uuids=623962f1-258d-4b2a-ae1e-14ab588c1e3c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001484 10.0.0.32 - - [2024-12-26 02:17:49] "GET /domain/623962f1-258d-4b2a-ae1e-14ab588c1e3c HTTP/1.1" 200 2573 0.010914 10.0.0.32 - - [2024-12-26 02:17:49] "GET /projects?obj_uuids=36c166d9-499b-4b50-b8ec-e9e0f8fb7d38&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001209 10.0.0.32 - - [2024-12-26 02:17:49] "GET /project/36c166d9-499b-4b50-b8ec-e9e0f8fb7d38 HTTP/1.1" 200 3086 0.103061 10.0.0.32 - - [2024-12-26 02:17:49] "GET /virtual-network/6b0afe93-2d49-4400-adbd-7c5cf6f88419 HTTP/1.1" 200 4037 0.015289 10.0.0.32 - - [2024-12-26 02:17:49] "POST /neutron/port HTTP/1.1" 200 1055 0.264895 10.0.0.32 - - [2024-12-26 02:17:49] "POST /neutron/port HTTP/1.1" 200 1055 0.013698 10.0.0.32 - - [2024-12-26 02:17:49] "POST /neutron/port HTTP/1.1" 200 1055 0.014762 10.0.0.32 - - [2024-12-26 02:17:49] "POST /neutron/port HTTP/1.1" 200 1109 0.056815 10.0.0.32 - - [2024-12-26 02:17:49] "POST /neutron/port HTTP/1.1" 200 1083 0.029929 10.0.0.32 - - [2024-12-26 02:17:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005445 10.0.0.32 - - [2024-12-26 02:17:49] "POST /neutron/subnet HTTP/1.1" 200 673 0.019769 10.0.0.32 - - [2024-12-26 02:17:49] "POST /neutron/port HTTP/1.1" 200 117 0.001422 10.0.0.32 - - [2024-12-26 02:17:50] "POST /neutron/network HTTP/1.1" 200 994 0.015634 10.0.0.32 - - [2024-12-26 02:17:50] "GET /obj-perms HTTP/1.1" 200 5030 0.083863 10.0.0.32 - - [2024-12-26 02:17:50] "POST /neutron/port HTTP/1.1" 200 1083 0.018764 10.0.0.32 - - [2024-12-26 02:17:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009471 10.0.0.32 - - [2024-12-26 02:17:50] "POST /neutron/port HTTP/1.1" 200 1083 0.017487 10.0.0.32 - - [2024-12-26 02:17:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007257 10.0.0.32 - - [2024-12-26 02:17:50] "POST /neutron/port HTTP/1.1" 200 1083 0.023315 10.0.0.32 - - [2024-12-26 02:17:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007854 10.0.0.32 - - [2024-12-26 02:17:50] "GET /virtual-machine/b31c59a6-84d2-4d2c-9d93-e95f59b3f79f HTTP/1.1" 200 1289 0.004191 10.0.0.32 - - [2024-12-26 02:17:50] "GET /virtual-machine-interface/87d19cf2-4bd0-4d9a-b787-73287243ce7d HTTP/1.1" 200 2941 0.002790 10.0.0.32 - - [2024-12-26 02:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002947 10.0.0.32 - - [2024-12-26 02:17:50] "GET /global-vrouter-config/6fd2a1b0-05e7-4186-a5dd-10a40b5d6c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003118 10.0.0.32 - - [2024-12-26 02:17:50] "GET /virtual-networks?parent_id=36c166d9-499b-4b50-b8ec-e9e0f8fb7d38&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004312 10.0.0.32 - - [2024-12-26 02:17:50] "GET /virtual-network/6b0afe93-2d49-4400-adbd-7c5cf6f88419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.004501 10.0.0.32 - - [2024-12-26 02:17:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.32 - - [2024-12-26 02:17:53] "GET /virtual-network/6b0afe93-2d49-4400-adbd-7c5cf6f88419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.003384 10.0.0.32 - - [2024-12-26 02:17:57] "POST /neutron/port HTTP/1.1" 200 1083 0.023499 10.0.0.32 - - [2024-12-26 02:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004697 10.0.0.32 - - [2024-12-26 02:17:57] "GET /virtual-network/6b0afe93-2d49-4400-adbd-7c5cf6f88419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.003800 10.0.0.32 - - [2024-12-26 02:17:57] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005489 10.0.0.32 - - [2024-12-26 02:17:57] "POST /neutron/port HTTP/1.1" 200 1083 0.018732 10.0.0.32 - - [2024-12-26 02:17:57] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006884 10.0.0.32 - - [2024-12-26 02:17:59] "POST /neutron/port HTTP/1.1" 200 1083 0.020439 10.0.0.32 - - [2024-12-26 02:17:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006868 10.0.0.32 - - [2024-12-26 02:17:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.32 - - [2024-12-26 02:17:59] "GET /global-vrouter-config/6fd2a1b0-05e7-4186-a5dd-10a40b5d6c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002469 10.0.0.32 - - [2024-12-26 02:17:59] "GET /virtual-networks?parent_id=36c166d9-499b-4b50-b8ec-e9e0f8fb7d38&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003403 10.0.0.32 - - [2024-12-26 02:18:00] "GET /virtual-network/6b0afe93-2d49-4400-adbd-7c5cf6f88419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.004252 10.0.0.32 - - [2024-12-26 02:18:00] "POST /neutron/port HTTP/1.1" 200 1083 0.021766 10.0.0.32 - - [2024-12-26 02:18:00] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011557 10.0.0.32 - - [2024-12-26 02:18:05] "POST /neutron/port HTTP/1.1" 200 1083 0.015463 10.0.0.32 - - [2024-12-26 02:18:05] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006411 10.0.0.32 - - [2024-12-26 02:18:05] "POST /neutron/port HTTP/1.1" 200 1083 0.016594 10.0.0.32 - - [2024-12-26 02:18:05] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006916 10.0.0.32 - - [2024-12-26 02:18:05] "POST /neutron/port HTTP/1.1" 200 1083 0.016169 10.0.0.32 - - [2024-12-26 02:18:05] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007062 10.0.0.32 - - [2024-12-26 02:18:05] "GET /virtual-machine/fc813edb-1006-4aec-8db6-da141f810d6a HTTP/1.1" 200 1289 0.005124 10.0.0.32 - - [2024-12-26 02:18:05] "GET /virtual-machine-interface/cbf9ea79-e683-4df2-bafc-c646f2d91773 HTTP/1.1" 200 2942 0.004025 10.0.0.32 - - [2024-12-26 02:18:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002946 10.0.0.32 - - [2024-12-26 02:18:05] "GET /global-vrouter-config/6fd2a1b0-05e7-4186-a5dd-10a40b5d6c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002594 10.0.0.32 - - [2024-12-26 02:18:05] "GET /virtual-networks?parent_id=36c166d9-499b-4b50-b8ec-e9e0f8fb7d38&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003614 10.0.0.32 - - [2024-12-26 02:18:05] "GET /virtual-network/6b0afe93-2d49-4400-adbd-7c5cf6f88419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.004258 10.0.0.32 - - [2024-12-26 02:18:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004038 10.0.0.32 - - [2024-12-26 02:18:06] "GET /global-vrouter-config/6fd2a1b0-05e7-4186-a5dd-10a40b5d6c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003540 10.0.0.32 - - [2024-12-26 02:18:06] "GET /virtual-networks?parent_id=36c166d9-499b-4b50-b8ec-e9e0f8fb7d38&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004254 10.0.0.32 - - [2024-12-26 02:18:07] "GET /virtual-network/6b0afe93-2d49-4400-adbd-7c5cf6f88419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.003683 10.0.0.32 - - [2024-12-26 02:18:07] "POST /neutron/port HTTP/1.1" 200 1083 0.018963 10.0.0.32 - - [2024-12-26 02:18:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008419 10.0.0.32 - - [2024-12-26 02:18:07] "POST /neutron/port HTTP/1.1" 200 1083 0.018634 10.0.0.32 - - [2024-12-26 02:18:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009489 10.0.0.32 - - [2024-12-26 02:18:07] "POST /neutron/port HTTP/1.1" 200 1083 0.016232 10.0.0.32 - - [2024-12-26 02:18:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008570 10.0.0.32 - - [2024-12-26 02:18:07] "GET /virtual-machine/023fc67e-4c2b-4d90-852a-d14696740681 HTTP/1.1" 200 1290 0.004681 10.0.0.32 - - [2024-12-26 02:18:07] "GET /virtual-machine-interface/7a99774e-772c-443c-bf22-acfe926b2c5e HTTP/1.1" 200 2941 0.003994 10.0.0.32 - - [2024-12-26 02:18:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.32 - - [2024-12-26 02:18:07] "GET /global-vrouter-config/6fd2a1b0-05e7-4186-a5dd-10a40b5d6c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002962 10.0.0.32 - - [2024-12-26 02:18:07] "GET /virtual-networks?parent_id=36c166d9-499b-4b50-b8ec-e9e0f8fb7d38&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003753 10.0.0.32 - - [2024-12-26 02:18:07] "GET /virtual-network/6b0afe93-2d49-4400-adbd-7c5cf6f88419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.004306 10.0.0.32 - - [2024-12-26 02:18:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003291 10.0.0.32 - - [2024-12-26 02:18:08] "GET /global-vrouter-config/6fd2a1b0-05e7-4186-a5dd-10a40b5d6c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002728 10.0.0.32 - - [2024-12-26 02:18:08] "GET /virtual-networks?parent_id=36c166d9-499b-4b50-b8ec-e9e0f8fb7d38&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003797 10.0.0.32 - - [2024-12-26 02:18:08] "GET /virtual-network/6b0afe93-2d49-4400-adbd-7c5cf6f88419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.003824 10.0.0.32 - - [2024-12-26 02:18:24] "POST /neutron/port HTTP/1.1" 200 1109 0.009975 10.0.0.32 - - [2024-12-26 02:18:25] "POST /neutron/port HTTP/1.1" 200 1109 0.010403 10.0.0.32 - - [2024-12-26 02:18:25] "POST /neutron/port HTTP/1.1" 200 151 0.181528 10.0.0.32 - - [2024-12-26 02:18:25] "POST /neutron/port HTTP/1.1" 200 1109 0.010868 10.0.0.32 - - [2024-12-26 02:18:25] "POST /neutron/port HTTP/1.1" 200 1109 0.011664 10.0.0.32 - - [2024-12-26 02:18:25] "POST /neutron/port HTTP/1.1" 200 1083 0.029605 10.0.0.32 - - [2024-12-26 02:18:25] "POST /neutron/port HTTP/1.1" 200 1109 0.009710 10.0.0.32 - - [2024-12-26 02:18:25] "POST /neutron/port HTTP/1.1" 200 151 0.144476 10.0.0.32 - - [2024-12-26 02:18:25] "POST /neutron/network HTTP/1.1" 200 994 0.006602 10.0.0.32 - - [2024-12-26 02:18:25] "POST /neutron/port HTTP/1.1" 200 151 0.168335 10.0.0.32 - - [2024-12-26 02:18:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002159 10.0.0.32 - - [2024-12-26 02:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.009211 10.0.0.32 - - [2024-12-26 02:18:25] "POST /useragent-kv HTTP/1.1" 200 115 0.001559 10.0.0.32 - - [2024-12-26 02:18:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003655 10.0.0.32 - - [2024-12-26 02:18:25] "POST /useragent-kv HTTP/1.1" 200 115 0.001542 10.0.0.32 - - [2024-12-26 02:18:25] "POST /neutron/network HTTP/1.1" 200 151 0.145788 10.0.0.32 - - [2024-12-26 02:18:25] "GET /routing-instance/7756a5c3-bcff-417e-89e6-7be0ff8b0a46 HTTP/1.1" 404 171 0.003072 10.0.0.32 - - [2024-12-26 02:18:25] "DELETE /route-target/0fe9a36e-c6ff-447b-b94d-51d124365a14 HTTP/1.1" 200 115 0.040488 10.0.0.32 - - [2024-12-26 02:18:25] "GET /domains HTTP/1.1" 200 280 0.002758 10.0.0.32 - - [2024-12-26 02:18:25] "GET /domains?obj_uuids=623962f1-258d-4b2a-ae1e-14ab588c1e3c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001070 10.0.0.32 - - [2024-12-26 02:18:25] "GET /domain/623962f1-258d-4b2a-ae1e-14ab588c1e3c HTTP/1.1" 200 2573 0.051709 10.0.0.32 - - [2024-12-26 02:18:25] "GET /projects?obj_uuids=36c166d9-499b-4b50-b8ec-e9e0f8fb7d38&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001234 10.0.0.32 - - [2024-12-26 02:18:25] "GET /project/36c166d9-499b-4b50-b8ec-e9e0f8fb7d38 HTTP/1.1" 200 2085 0.064694 10.0.0.32 - - [2024-12-26 02:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.32 - - [2024-12-26 02:18:25] "DELETE /network-ipam/7bab60ec-e03a-479d-9a6a-db4c07d76f4c HTTP/1.1" 200 115 0.019622 10.0.0.32 - - [2024-12-26 02:18:25] "POST /fqname-to-id HTTP/1.1" 404 211 0.002189 10.0.0.32 - - [2024-12-26 02:18:26] "GET /projects?obj_uuids=36c166d9-499b-4b50-b8ec-e9e0f8fb7d38&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001139 10.0.0.32 - - [2024-12-26 02:18:26] "GET /project/36c166d9-499b-4b50-b8ec-e9e0f8fb7d38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.050372 10.0.0.32 - - [2024-12-26 02:18:26] "GET /projects?obj_uuids=36c166d9-499b-4b50-b8ec-e9e0f8fb7d38&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001299 10.0.0.32 - - [2024-12-26 02:18:26] "GET /project/36c166d9-499b-4b50-b8ec-e9e0f8fb7d38?fields=virtual_networks HTTP/1.1" 200 1032 0.073325 10.0.0.32 - - [2024-12-26 02:18:26] "GET /projects?obj_uuids=36c166d9-499b-4b50-b8ec-e9e0f8fb7d38&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001429 10.0.0.32 - - [2024-12-26 02:18:26] "GET /project/36c166d9-499b-4b50-b8ec-e9e0f8fb7d38?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.024701 10.0.0.32 - - [2024-12-26 02:18:26] "GET /projects?obj_uuids=36c166d9-499b-4b50-b8ec-e9e0f8fb7d38&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001153 10.0.0.32 - - [2024-12-26 02:18:26] "GET /project/36c166d9-499b-4b50-b8ec-e9e0f8fb7d38?fields=security_groups HTTP/1.1" 200 1258 0.020390 10.0.0.32 - - [2024-12-26 02:18:30] "POST /neutron/port HTTP/1.1" 200 117 0.005752 10.0.0.32 - - [2024-12-26 02:18:30] "POST /neutron/port HTTP/1.1" 400 205 0.003435 10.0.0.32 - - [2024-12-26 02:18:30] "POST /neutron/port HTTP/1.1" 200 117 0.005085 10.0.0.32 - - [2024-12-26 02:18:30] "POST /neutron/port HTTP/1.1" 400 205 0.003375 10.0.0.32 - - [2024-12-26 02:18:35] "GET / HTTP/1.1" 200 35931 0.002145 10.0.0.32 - - [2024-12-26 02:18:35] "GET /project/3045b536-f152-45f1-bc5c-074145310815?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000652 10.0.0.32 - - [2024-12-26 02:18:35] "GET /projects?obj_uuids=3045b536-f152-45f1-bc5c-074145310815&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001176 10.0.0.32 - - [2024-12-26 02:18:35] "GET /project/3045b536-f152-45f1-bc5c-074145310815?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.049549 [Introspect:8084]10.0.0.32 - - [2024-12-26 02:18:36] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001129 10.0.0.32 - - [2024-12-26 02:18:36] "GET /projects?obj_uuids=36c166d9-499b-4b50-b8ec-e9e0f8fb7d38&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001488