++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Mon Sep 2 02:34:48 UTC 2024 ===================' INFO: =================== Mon Sep 2 02:34:48 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 +++ head -n 1 +++ grep 'inet ' +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.33 ++ 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 '' ]] +++ tail -n 1 +++ mount -t hugetlbfs +++ 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.33 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.33 ++ ANALYTICSDB_NODES=10.0.0.33 ++ ANALYTICS_SNMP_NODES=10.0.0.33 ++ 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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8081 ' +++ '[' -n '10.0.0.33:8081 ' ']' +++ echo 10.0.0.33:8081 ++ ANALYTICS_SERVERS=10.0.0.33: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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9042 ' +++ '[' -n '10.0.0.33:9042 ' ']' +++ echo 10.0.0.33:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.33:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.33 ++ 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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8086 ' +++ '[' -n '10.0.0.33:8086 ' ']' +++ echo 10.0.0.33:8086 ++ COLLECTOR_SERVERS=10.0.0.33: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.33 ++ CONFIGDB_NODES=10.0.0.33 ++ 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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8082 ' +++ '[' -n '10.0.0.33:8082 ' ']' +++ echo 10.0.0.33:8082 ++ CONFIG_SERVERS=10.0.0.33: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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9161 ' +++ '[' -n '10.0.0.33:9161 ' ']' +++ echo 10.0.0.33:9161 ++ CONFIGDB_SERVERS=10.0.0.33: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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9041 ' +++ '[' -n '10.0.0.33:9041 ' ']' +++ echo 10.0.0.33:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.33: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.39 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.39 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.33 ++ 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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:2181, +++ '[' -n 10.0.0.33:2181, ']' +++ echo 10.0.0.33:2181 ++ ZOOKEEPER_SERVERS=10.0.0.33: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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:2181 ' +++ '[' -n '10.0.0.33:2181 ' ']' +++ echo 10.0.0.33:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.33:2181 ++ RABBITMQ_NODES=10.0.0.33 ++ 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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:5673, +++ '[' -n 10.0.0.33:5673, ']' +++ echo 10.0.0.33:5673 ++ RABBITMQ_SERVERS=10.0.0.33: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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:6379 ' +++ '[' -n '10.0.0.33:6379 ' ']' +++ echo 10.0.0.33:6379 ++ REDIS_SERVERS=10.0.0.33: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.33 ++ 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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9092 ' +++ '[' -n '10.0.0.33:9092 ' ']' +++ echo 10.0.0.33:9092 ++ KAFKA_SERVERS=10.0.0.33: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.33 ++ 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.33 ++ 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.33 ++ 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.33 ++ cut -d , -f 1 + local cassandra=10.0.0.33 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.33 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.33 +++ local servers=10.0.0.33 +++ local server_list= +++ IFS=, +++ read -ra server_list +++ cut -d ' ' -f 1 ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.33,10.20.0.39,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.33'\''))' +++ local server_ip=10.0.0.33 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.33 ]] +++ [[ ,10.0.0.33,10.20.0.39,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.33, ]] +++ echo 10.0.0.33 1 +++ return ++ local ip=10.0.0.33 ++ [[ -z 10.0.0.33 ]] ++ echo 10.0.0.33 + host_ip=10.0.0.33 + [[ cql == \c\q\l ]] ++ sed 's/,/ /g' ++ echo 10.0.0.33:9041 + cassandra_server_list=10.0.0.33:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.33: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 ++ sort ++ grep '^API__.*__.*=.*$' ++ cut -d = -f 1 ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.6/site-packages/keystonemiddleware/auth_token/_memcache_crypt.py:42: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography. The next release of cryptography will remove support for Python 3.6. from cryptography.hazmat import backends as crypto_backends 09/02/2024 02:34:56.855 7f71a8a85d08 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 09/02/2024 02:34:56.884 7f71a8a85d08 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 09/02/2024 02:34:56.899 7f71a8a85d08 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 09/02/2024 02:34:56.899 7f71a8a85d08 [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.33:8082/ Hit Ctrl-C to quit. 10.0.0.33 - - [2024-09-02 02:35:01] "GET / HTTP/1.1" 200 45871 0.001859 10.0.0.33 - - [2024-09-02 02:35:01] "GET / HTTP/1.1" 200 45871 0.001847 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.33 - - [2024-09-02 02:35:01] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000597 10.0.0.33 - - [2024-09-02 02:35:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000618 10.0.0.33 - - [2024-09-02 02:35:01] "GET / HTTP/1.1" 200 35931 0.001805 10.0.0.33 - - [2024-09-02 02:35:01] "GET / HTTP/1.1" 200 35931 0.001874 10.0.0.33 - - [2024-09-02 02:35:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000499 10.0.0.33 - - [2024-09-02 02:35:02] "GET / HTTP/1.1" 200 35931 0.003367 10.0.0.33 - - [2024-09-02 02:35:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000824 10.0.0.33 - - [2024-09-02 02:35:02] "POST /fqname-to-id HTTP/1.1" 200 156 1.252742 10.0.0.33 - - [2024-09-02 02:35:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.33 - - [2024-09-02 02:35:02] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.982189 10.0.0.33 - - [2024-09-02 02:35:02] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.005771 10.0.0.33 - - [2024-09-02 02:35:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.728056 10.0.0.33 - - [2024-09-02 02:35:02] "GET /global-system-config/6e530d45-b10f-45e9-8f12-7bf85fbd97e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.007322 10.0.0.33 - - [2024-09-02 02:35:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.136114 10.0.0.33 - - [2024-09-02 02:35:03] "GET /global-system-config/6e530d45-b10f-45e9-8f12-7bf85fbd97e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.003324 10.0.0.33 - - [2024-09-02 02:35:03] "POST /fqname-to-id HTTP/1.1" 404 220 0.004295 10.0.0.33 - - [2024-09-02 02:35:03] "POST /fqname-to-id HTTP/1.1" 404 220 0.004696 10.0.0.33 - - [2024-09-02 02:35:03] "POST /config-database-nodes HTTP/1.1" 200 617 0.072357 10.0.0.33 - - [2024-09-02 02:35:03] "POST /config-nodes HTTP/1.1" 200 599 0.080884 /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.33 - - [2024-09-02 02:35:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000790 10.0.0.33 - - [2024-09-02 02:35:03] "GET / HTTP/1.1" 200 35931 0.006436 10.0.0.33 - - [2024-09-02 02:35:03] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000623 10.0.0.33 - - [2024-09-02 02:35:03] "GET / HTTP/1.1" 200 35931 0.007650 10.0.0.33 - - [2024-09-02 02:35:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.001340 10.0.0.33 - - [2024-09-02 02:35:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.316804 10.0.0.33 - - [2024-09-02 02:35:04] "GET /network-ipam/1c708766-b5db-44b2-b9a7-0877c4480bef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.006905 10.0.0.33 - - [2024-09-02 02:35:04] "GET / HTTP/1.1" 200 35931 0.003984 10.0.0.33 - - [2024-09-02 02:35:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.001572 10.0.0.33 - - [2024-09-02 02:35:04] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.372003 10.0.0.33 - - [2024-09-02 02:35:04] "POST /fqname-to-id HTTP/1.1" 404 186 0.106707 10.0.0.33 - - [2024-09-02 02:35:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.007975 10.0.0.33 - - [2024-09-02 02:35:04] "GET /global-system-config/6e530d45-b10f-45e9-8f12-7bf85fbd97e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.008822 10.0.0.33 - - [2024-09-02 02:35:04] "POST /service-appliance-sets HTTP/1.1" 200 553 0.036758 10.0.0.33 - - [2024-09-02 02:35:04] "POST /fqname-to-id HTTP/1.1" 404 180 0.008012 10.0.0.33 - - [2024-09-02 02:35:04] "POST /fqname-to-id HTTP/1.1" 404 225 0.008817 10.0.0.33 - - [2024-09-02 02:35:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.013160 10.0.0.33 - - [2024-09-02 02:35:04] "GET /global-system-config/6e530d45-b10f-45e9-8f12-7bf85fbd97e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.008672 10.0.0.33 - - [2024-09-02 02:35:04] "POST /access-control-lists HTTP/1.1" 200 587 0.070922 10.0.0.33 - - [2024-09-02 02:35:04] "POST /fqname-to-id HTTP/1.1" 404 196 0.091936 10.0.0.33 - - [2024-09-02 02:35:04] "POST /fqname-to-id HTTP/1.1" 404 224 0.012067 10.0.0.33 - - [2024-09-02 02:35:04] "POST /service-appliance-sets HTTP/1.1" 200 541 0.097747 10.0.0.33 - - [2024-09-02 02:35:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004025 10.0.0.33 - - [2024-09-02 02:35:04] "POST /job-templates HTTP/1.1" 200 555 0.122471 10.0.0.33 - - [2024-09-02 02:35:05] "POST /access-control-lists HTTP/1.1" 200 585 0.079141 10.0.0.33 - - [2024-09-02 02:35:05] "GET /network-ipam/1c708766-b5db-44b2-b9a7-0877c4480bef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.010453 10.0.0.33 - - [2024-09-02 02:35:05] "POST /fqname-to-id HTTP/1.1" 404 200 0.006778 10.0.0.33 - - [2024-09-02 02:35:05] "POST /route-targets HTTP/1.1" 200 327 0.033919 10.0.0.33 - - [2024-09-02 02:35:05] "POST /job-templates HTTP/1.1" 200 563 0.111915 10.0.0.33 - - [2024-09-02 02:35:05] "POST /ref-update HTTP/1.1" 200 156 0.073105 10.0.0.33 - - [2024-09-02 02:35:05] "POST /service-templates HTTP/1.1" 200 511 0.045846 10.0.0.33 - - [2024-09-02 02:35:05] "POST /fqname-to-id HTTP/1.1" 404 191 0.006401 10.0.0.33 - - [2024-09-02 02:35:05] "POST /service-templates HTTP/1.1" 200 501 0.035943 10.0.0.33 - - [2024-09-02 02:35:05] "POST /route-targets HTTP/1.1" 200 327 0.019346 10.0.0.33 - - [2024-09-02 02:35:05] "POST /job-templates HTTP/1.1" 200 545 0.078336 10.0.0.33 - - [2024-09-02 02:35:05] "POST /ref-update HTTP/1.1" 200 156 0.059351 10.0.0.33 - - [2024-09-02 02:35:05] "POST /service-templates HTTP/1.1" 200 515 0.076937 10.0.0.33 - - [2024-09-02 02:35:05] "POST /fqname-to-id HTTP/1.1" 404 207 0.007559 10.0.0.33 - - [2024-09-02 02:35:05] "POST /route-targets HTTP/1.1" 200 327 0.045183 10.0.0.33 - - [2024-09-02 02:35:05] "POST /service-templates HTTP/1.1" 200 535 0.076349 10.0.0.33 - - [2024-09-02 02:35:05] "POST /job-templates HTTP/1.1" 200 577 0.121859 10.0.0.33 - - [2024-09-02 02:35:05] "POST /ref-update HTTP/1.1" 200 156 0.072248 10.0.0.33 - - [2024-09-02 02:35:05] "POST /fqname-to-id HTTP/1.1" 404 208 0.007402 10.0.0.33 - - [2024-09-02 02:35:05] "POST /service-templates HTTP/1.1" 200 507 0.068243 10.0.0.33 - - [2024-09-02 02:35:05] "POST /route-targets HTTP/1.1" 200 327 0.021237 10.0.0.33 - - [2024-09-02 02:35:05] "POST /job-templates HTTP/1.1" 200 579 0.101564 10.0.0.33 - - [2024-09-02 02:35:05] "POST /ref-update HTTP/1.1" 200 156 0.067433 10.0.0.33 - - [2024-09-02 02:35:05] "POST /fqname-to-id HTTP/1.1" 404 210 0.004394 10.0.0.33 - - [2024-09-02 02:35:05] "POST /fqname-to-id HTTP/1.1" 404 201 0.004133 10.0.0.33 - - [2024-09-02 02:35:06] "POST /job-templates HTTP/1.1" 200 583 0.075657 10.0.0.33 - - [2024-09-02 02:35:06] "POST /fqname-to-id HTTP/1.1" 404 198 0.004404 10.0.0.33 - - [2024-09-02 02:35:06] "POST /access-control-lists HTTP/1.1" 200 551 0.097765 10.0.0.33 - - [2024-09-02 02:35:06] "PUT /access-control-list/2e47914f-c2a2-4e9b-b842-243bd1f14484 HTTP/1.1" 200 272 0.017700 10.0.0.33 - - [2024-09-02 02:35:06] "POST /job-templates HTTP/1.1" 200 559 0.082245 10.0.0.33 - - [2024-09-02 02:35:06] "PUT /access-control-list/acb4d9d1-00f6-4b24-acc7-9b512fc79d9d HTTP/1.1" 200 272 0.028957 10.0.0.33 - - [2024-09-02 02:35:06] "POST /fqname-to-id HTTP/1.1" 404 203 0.006457 10.0.0.33 - - [2024-09-02 02:35:06] "POST /job-templates HTTP/1.1" 200 569 0.089492 10.0.0.33 - - [2024-09-02 02:35:06] "POST /fqname-to-id HTTP/1.1" 404 196 0.007117 10.0.0.33 - - [2024-09-02 02:35:06] "POST /job-templates HTTP/1.1" 200 555 0.090033 10.0.0.33 - - [2024-09-02 02:35:06] "POST /fqname-to-id HTTP/1.1" 404 196 0.008214 10.0.0.33 - - [2024-09-02 02:35:06] "POST /job-templates HTTP/1.1" 200 555 0.093837 10.0.0.33 - - [2024-09-02 02:35:06] "POST /fqname-to-id HTTP/1.1" 404 196 0.008227 10.0.0.33 - - [2024-09-02 02:35:06] "POST /job-templates HTTP/1.1" 200 555 0.097011 10.0.0.33 - - [2024-09-02 02:35:07] "POST /fqname-to-id HTTP/1.1" 404 186 0.008392 10.0.0.33 - - [2024-09-02 02:35:07] "POST /job-templates HTTP/1.1" 200 535 0.099567 10.0.0.33 - - [2024-09-02 02:35:07] "POST /fqname-to-id HTTP/1.1" 404 198 0.008584 10.0.0.33 - - [2024-09-02 02:35:07] "POST /job-templates HTTP/1.1" 200 559 0.099003 10.0.0.33 - - [2024-09-02 02:35:07] "POST /fqname-to-id HTTP/1.1" 404 198 0.008419 10.0.0.33 - - [2024-09-02 02:35:07] "POST /job-templates HTTP/1.1" 200 559 0.087693 10.0.0.33 - - [2024-09-02 02:35:07] "POST /fqname-to-id HTTP/1.1" 404 198 0.008149 10.0.0.33 - - [2024-09-02 02:35:07] "POST /job-templates HTTP/1.1" 200 559 0.102549 10.0.0.33 - - [2024-09-02 02:35:07] "POST /fqname-to-id HTTP/1.1" 404 201 0.010489 10.0.0.33 - - [2024-09-02 02:35:08] "POST /job-templates HTTP/1.1" 200 565 0.088631 10.0.0.33 - - [2024-09-02 02:35:08] "POST /fqname-to-id HTTP/1.1" 404 197 0.008919 10.0.0.33 - - [2024-09-02 02:35:08] "POST /job-templates HTTP/1.1" 200 557 0.097801 10.0.0.33 - - [2024-09-02 02:35:08] "POST /fqname-to-id HTTP/1.1" 404 196 0.007330 10.0.0.33 - - [2024-09-02 02:35:08] "POST /job-templates HTTP/1.1" 200 555 0.090633 10.0.0.33 - - [2024-09-02 02:35:08] "POST /fqname-to-id HTTP/1.1" 404 205 0.005094 10.0.0.33 - - [2024-09-02 02:35:08] "POST /job-templates HTTP/1.1" 200 573 0.091203 10.0.0.33 - - [2024-09-02 02:35:08] "POST /fqname-to-id HTTP/1.1" 404 194 0.008465 10.0.0.33 - - [2024-09-02 02:35:08] "POST /job-templates HTTP/1.1" 200 551 0.098569 10.0.0.33 - - [2024-09-02 02:35:08] "POST /fqname-to-id HTTP/1.1" 404 208 0.007890 10.0.0.33 - - [2024-09-02 02:35:09] "POST /job-templates HTTP/1.1" 200 579 0.101646 10.0.0.33 - - [2024-09-02 02:35:09] "POST /fqname-to-id HTTP/1.1" 404 196 0.008826 10.0.0.33 - - [2024-09-02 02:35:09] "POST /job-templates HTTP/1.1" 200 555 0.095616 10.0.0.33 - - [2024-09-02 02:35:09] "POST /fqname-to-id HTTP/1.1" 404 198 0.009474 10.0.0.33 - - [2024-09-02 02:35:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004889 10.0.0.33 - - [2024-09-02 02:35:09] "GET /global-vrouter-config/4035e5cd-a3ef-4327-aadf-0038ecfd895d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1161 0.029124 10.0.0.33 - - [2024-09-02 02:35:09] "POST /job-templates HTTP/1.1" 200 559 0.112055 10.0.0.33 - - [2024-09-02 02:35:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.011739 10.0.0.33 - - [2024-09-02 02:35:09] "POST /fqname-to-id HTTP/1.1" 404 206 0.008672 10.0.0.33 - - [2024-09-02 02:35:09] "PUT /global-vrouter-config/4035e5cd-a3ef-4327-aadf-0038ecfd895d HTTP/1.1" 200 276 0.036187 10.0.0.33 - - [2024-09-02 02:35:09] "POST /job-templates HTTP/1.1" 200 575 0.126506 10.0.0.33 - - [2024-09-02 02:35:09] "POST /fqname-to-id HTTP/1.1" 404 197 0.008296 10.0.0.33 - - [2024-09-02 02:35:09] "POST /job-templates HTTP/1.1" 200 557 0.091398 10.0.0.33 - - [2024-09-02 02:35:09] "POST /fqname-to-id HTTP/1.1" 404 198 0.005049 10.0.0.33 - - [2024-09-02 02:35:10] "GET / HTTP/1.1" 200 35931 0.006161 10.0.0.33 - - [2024-09-02 02:35:10] "POST /alarms HTTP/1.1" 401 292 0.001274 10.0.0.33 - - [2024-09-02 02:35:10] "POST /job-templates HTTP/1.1" 200 559 0.104488 10.0.0.33 - - [2024-09-02 02:35:10] "POST /fqname-to-id HTTP/1.1" 404 196 0.008364 10.0.0.33 - - [2024-09-02 02:35:10] "POST /job-templates HTTP/1.1" 200 555 0.097411 10.0.0.33 - - [2024-09-02 02:35:10] "POST /fqname-to-id HTTP/1.1" 404 195 0.007381 10.0.0.33 - - [2024-09-02 02:35:10] "POST /job-templates HTTP/1.1" 200 553 0.103748 10.0.0.33 - - [2024-09-02 02:35:10] "POST /alarms HTTP/1.1" 200 581 0.112020 10.0.0.33 - - [2024-09-02 02:35:10] "POST /fqname-to-id HTTP/1.1" 404 195 0.014215 10.0.0.33 - - [2024-09-02 02:35:10] "POST /alarms HTTP/1.1" 200 575 0.039408 10.0.0.33 - - [2024-09-02 02:35:10] "POST /job-templates HTTP/1.1" 200 553 0.093962 10.0.0.33 - - [2024-09-02 02:35:10] "POST /alarms HTTP/1.1" 200 575 0.086908 10.0.0.33 - - [2024-09-02 02:35:10] "POST /fqname-to-id HTTP/1.1" 404 195 0.006911 10.0.0.33 - - [2024-09-02 02:35:10] "POST /alarms HTTP/1.1" 200 559 0.068120 10.0.0.33 - - [2024-09-02 02:35:10] "POST /job-templates HTTP/1.1" 200 553 0.116923 10.0.0.33 - - [2024-09-02 02:35:11] "POST /alarms HTTP/1.1" 200 555 0.071405 10.0.0.33 - - [2024-09-02 02:35:11] "POST /fqname-to-id HTTP/1.1" 404 200 0.009740 10.0.0.33 - - [2024-09-02 02:35:11] "POST /alarms HTTP/1.1" 200 557 0.054889 10.0.0.33 - - [2024-09-02 02:35:11] "POST /job-templates HTTP/1.1" 200 563 0.098253 10.0.0.33 - - [2024-09-02 02:35:11] "POST /alarms HTTP/1.1" 200 565 0.048826 10.0.0.33 - - [2024-09-02 02:35:11] "POST /fqname-to-id HTTP/1.1" 404 201 0.006180 10.0.0.33 - - [2024-09-02 02:35:11] "POST /alarms HTTP/1.1" 200 549 0.051780 10.0.0.33 - - [2024-09-02 02:35:11] "POST /job-templates HTTP/1.1" 200 565 0.108095 10.0.0.33 - - [2024-09-02 02:35:11] "POST /alarms HTTP/1.1" 200 557 0.071403 10.0.0.33 - - [2024-09-02 02:35:11] "POST /fqname-to-id HTTP/1.1" 404 189 0.008084 10.0.0.33 - - [2024-09-02 02:35:11] "POST /alarms HTTP/1.1" 200 567 0.059772 10.0.0.33 - - [2024-09-02 02:35:11] "POST /config-propertiess HTTP/1.1" 200 551 0.040392 10.0.0.33 - - [2024-09-02 02:35:11] "POST /fqname-to-id HTTP/1.1" 404 168 0.009611 10.0.0.33 - - [2024-09-02 02:35:11] "POST /alarms HTTP/1.1" 200 555 0.051096 10.0.0.33 - - [2024-09-02 02:35:11] "POST /alarms HTTP/1.1" 200 567 0.063877 10.0.0.33 - - [2024-09-02 02:35:11] "POST /tags HTTP/1.1" 200 321 0.115787 10.0.0.33 - - [2024-09-02 02:35:11] "POST /fqname-to-id HTTP/1.1" 404 166 0.008586 10.0.0.33 - - [2024-09-02 02:35:11] "POST /alarms HTTP/1.1" 200 575 0.104865 10.0.0.33 - - [2024-09-02 02:35:11] "POST /tags HTTP/1.1" 200 317 0.081003 10.0.0.33 - - [2024-09-02 02:35:12] "POST /alarms HTTP/1.1" 200 569 0.064803 10.0.0.33 - - [2024-09-02 02:35:12] "POST /fqname-to-id HTTP/1.1" 404 174 0.007019 10.0.0.33 - - [2024-09-02 02:35:12] "POST /alarms HTTP/1.1" 200 561 0.037193 10.0.0.33 - - [2024-09-02 02:35:12] "POST /tags HTTP/1.1" 200 333 0.048584 10.0.0.33 - - [2024-09-02 02:35:12] "POST /fqname-to-id HTTP/1.1" 404 162 0.003803 10.0.0.33 - - [2024-09-02 02:35:12] "POST /alarms HTTP/1.1" 200 561 0.034605 10.0.0.33 - - [2024-09-02 02:35:12] "POST /alarms HTTP/1.1" 200 561 0.025179 10.0.0.33 - - [2024-09-02 02:35:12] "POST /tags HTTP/1.1" 200 309 0.044345 10.0.0.33 - - [2024-09-02 02:35:12] "POST /fqname-to-id HTTP/1.1" 404 174 0.008233 10.0.0.33 - - [2024-09-02 02:35:12] "POST /alarms HTTP/1.1" 200 547 0.049135 10.0.0.33 - - [2024-09-02 02:35:12] "POST /tags HTTP/1.1" 200 333 0.080193 10.0.0.33 - - [2024-09-02 02:35:12] "POST /alarms HTTP/1.1" 200 595 0.068927 10.0.0.33 - - [2024-09-02 02:35:12] "POST /fqname-to-id HTTP/1.1" 404 164 0.006887 10.0.0.33 - - [2024-09-02 02:35:12] "POST /alarms HTTP/1.1" 200 575 0.052372 10.0.0.33 - - [2024-09-02 02:35:12] "POST /tags HTTP/1.1" 200 313 0.074705 10.0.0.33 - - [2024-09-02 02:35:12] "POST /alarms HTTP/1.1" 200 571 0.051893 10.0.0.33 - - [2024-09-02 02:35:12] "POST /fqname-to-id HTTP/1.1" 404 169 0.009545 10.0.0.33 - - [2024-09-02 02:35:12] "POST /alarms HTTP/1.1" 200 583 0.052005 10.0.0.33 - - [2024-09-02 02:35:12] "POST /tags HTTP/1.1" 200 323 0.074419 10.0.0.33 - - [2024-09-02 02:35:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.008737 10.0.0.33 - - [2024-09-02 02:35:12] "POST /alarms HTTP/1.1" 200 609 0.052360 10.0.0.33 - - [2024-09-02 02:35:12] "PUT /global-system-config/6e530d45-b10f-45e9-8f12-7bf85fbd97e0 HTTP/1.1" 200 274 0.029361 10.0.0.33 - - [2024-09-02 02:35:13] "POST /fqname-to-id HTTP/1.1" 404 166 0.017471 10.0.0.33 - - [2024-09-02 02:35:13] "POST /hardwares HTTP/1.1" 200 327 0.020004 10.0.0.33 - - [2024-09-02 02:35:13] "POST /fqname-to-id HTTP/1.1" 404 166 0.004354 10.0.0.33 - - [2024-09-02 02:35:13] "POST /hardwares HTTP/1.1" 200 327 0.028723 10.0.0.33 - - [2024-09-02 02:35:13] "POST /fqname-to-id HTTP/1.1" 404 166 0.004654 10.0.0.33 - - [2024-09-02 02:35:13] "GET / HTTP/1.1" 200 35931 0.004890 10.0.0.33 - - [2024-09-02 02:35:13] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.001275 10.0.0.33 - - [2024-09-02 02:35:13] "POST /hardwares HTTP/1.1" 200 327 0.030960 10.0.0.33 - - [2024-09-02 02:35:13] "POST /fqname-to-id HTTP/1.1" 404 166 0.007973 10.0.0.33 - - [2024-09-02 02:35:13] "POST /hardwares HTTP/1.1" 200 327 0.034258 10.0.0.33 - - [2024-09-02 02:35:13] "POST /fqname-to-id HTTP/1.1" 404 164 0.006747 10.0.0.33 - - [2024-09-02 02:35:13] "POST /hardwares HTTP/1.1" 200 323 0.029985 10.0.0.33 - - [2024-09-02 02:35:13] "POST /fqname-to-id HTTP/1.1" 404 164 0.005069 10.0.0.33 - - [2024-09-02 02:35:13] "POST /hardwares HTTP/1.1" 200 323 0.035093 10.0.0.33 - - [2024-09-02 02:35:13] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.044327 10.0.0.33 - - [2024-09-02 02:35:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.006035 10.0.0.33 - - [2024-09-02 02:35:13] "POST /fqname-to-id HTTP/1.1" 404 161 0.010005 10.0.0.33 - - [2024-09-02 02:35:13] "PUT /global-vrouter-config/4035e5cd-a3ef-4327-aadf-0038ecfd895d HTTP/1.1" 200 276 0.025937 10.0.0.33 - - [2024-09-02 02:35:13] "POST /hardwares HTTP/1.1" 200 317 0.025698 10.0.0.33 - - [2024-09-02 02:35:13] "POST /fqname-to-id HTTP/1.1" 404 164 0.006475 10.0.0.33 - - [2024-09-02 02:35:14] "POST /hardwares HTTP/1.1" 200 323 0.027227 10.0.0.33 - - [2024-09-02 02:35:14] "POST /fqname-to-id HTTP/1.1" 404 164 0.008896 10.0.0.33 - - [2024-09-02 02:35:14] "POST /hardwares HTTP/1.1" 200 323 0.025288 10.0.0.33 - - [2024-09-02 02:35:14] "POST /fqname-to-id HTTP/1.1" 404 164 0.005362 10.0.0.33 - - [2024-09-02 02:35:14] "POST /hardwares HTTP/1.1" 200 323 0.032667 10.0.0.33 - - [2024-09-02 02:35:14] "GET / HTTP/1.1" 200 35931 0.006011 10.0.0.33 - - [2024-09-02 02:35:14] "POST /fqname-to-id HTTP/1.1" 404 165 0.007885 10.0.0.33 - - [2024-09-02 02:35:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.001218 10.0.0.33 - - [2024-09-02 02:35:14] "POST /hardwares HTTP/1.1" 200 325 0.027599 10.0.0.33 - - [2024-09-02 02:35:14] "POST /fqname-to-id HTTP/1.1" 404 165 0.008120 10.0.0.33 - - [2024-09-02 02:35:14] "POST /hardwares HTTP/1.1" 200 325 0.025800 10.0.0.33 - - [2024-09-02 02:35:14] "POST /fqname-to-id HTTP/1.1" 404 165 0.009396 10.0.0.33 - - [2024-09-02 02:35:14] "POST /hardwares HTTP/1.1" 200 325 0.041892 10.0.0.33 - - [2024-09-02 02:35:14] "POST /fqname-to-id HTTP/1.1" 404 165 0.007464 10.0.0.33 - - [2024-09-02 02:35:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.041070 10.0.0.33 - - [2024-09-02 02:35:14] "GET /global-vrouter-config/4035e5cd-a3ef-4327-aadf-0038ecfd895d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.008503 10.0.0.33 - - [2024-09-02 02:35:14] "POST /hardwares HTTP/1.1" 200 325 0.027745 10.0.0.33 - - [2024-09-02 02:35:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.010691 10.0.0.33 - - [2024-09-02 02:35:14] "POST /fqname-to-id HTTP/1.1" 404 164 0.008302 10.0.0.33 - - [2024-09-02 02:35:14] "PUT /global-vrouter-config/4035e5cd-a3ef-4327-aadf-0038ecfd895d HTTP/1.1" 200 276 0.025571 10.0.0.33 - - [2024-09-02 02:35:14] "POST /hardwares HTTP/1.1" 200 323 0.034651 10.0.0.33 - - [2024-09-02 02:35:15] "POST /fqname-to-id HTTP/1.1" 404 161 0.008247 10.0.0.33 - - [2024-09-02 02:35:15] "POST /hardwares HTTP/1.1" 200 317 0.031332 10.0.0.33 - - [2024-09-02 02:35:15] "POST /fqname-to-id HTTP/1.1" 404 164 0.007646 10.0.0.33 - - [2024-09-02 02:35:15] "POST /hardwares HTTP/1.1" 200 323 0.029573 10.0.0.33 - - [2024-09-02 02:35:15] "POST /fqname-to-id HTTP/1.1" 404 161 0.008077 10.0.0.33 - - [2024-09-02 02:35:15] "POST /hardwares HTTP/1.1" 200 317 0.027755 10.0.0.33 - - [2024-09-02 02:35:15] "GET / HTTP/1.1" 200 35931 0.005836 10.0.0.33 - - [2024-09-02 02:35:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.001273 10.0.0.33 - - [2024-09-02 02:35:15] "POST /fqname-to-id HTTP/1.1" 404 164 0.008002 10.0.0.33 - - [2024-09-02 02:35:15] "POST /hardwares HTTP/1.1" 200 323 0.031030 10.0.0.33 - - [2024-09-02 02:35:15] "POST /fqname-to-id HTTP/1.1" 404 162 0.007910 10.0.0.33 - - [2024-09-02 02:35:15] "POST /hardwares HTTP/1.1" 200 319 0.032418 10.0.0.33 - - [2024-09-02 02:35:15] "POST /fqname-to-id HTTP/1.1" 404 162 0.010596 10.0.0.33 - - [2024-09-02 02:35:15] "POST /hardwares HTTP/1.1" 200 319 0.043934 10.0.0.33 - - [2024-09-02 02:35:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.050201 10.0.0.33 - - [2024-09-02 02:35:15] "POST /fqname-to-id HTTP/1.1" 404 165 0.010283 10.0.0.33 - - [2024-09-02 02:35:15] "GET /global-system-config/6e530d45-b10f-45e9-8f12-7bf85fbd97e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.009367 10.0.0.33 - - [2024-09-02 02:35:15] "POST /hardwares HTTP/1.1" 200 325 0.019036 10.0.0.33 - - [2024-09-02 02:35:15] "PUT /global-system-config/6e530d45-b10f-45e9-8f12-7bf85fbd97e0 HTTP/1.1" 200 274 0.037045 10.0.0.33 - - [2024-09-02 02:35:16] "POST /fqname-to-id HTTP/1.1" 404 161 0.007807 10.0.0.33 - - [2024-09-02 02:35:16] "POST /hardwares HTTP/1.1" 200 317 0.028361 10.0.0.33 - - [2024-09-02 02:35:16] "POST /fqname-to-id HTTP/1.1" 404 161 0.007879 10.0.0.33 - - [2024-09-02 02:35:16] "POST /hardwares HTTP/1.1" 200 317 0.033156 10.0.0.33 - - [2024-09-02 02:35:16] "POST /fqname-to-id HTTP/1.1" 404 162 0.008135 10.0.0.33 - - [2024-09-02 02:35:16] "POST /hardwares HTTP/1.1" 200 319 0.020318 10.0.0.33 - - [2024-09-02 02:35:16] "POST /fqname-to-id HTTP/1.1" 404 162 0.006358 10.0.0.33 - - [2024-09-02 02:35:16] "POST /hardwares HTTP/1.1" 200 319 0.025587 10.0.0.33 - - [2024-09-02 02:35:16] "POST /fqname-to-id HTTP/1.1" 404 162 0.010089 10.0.0.33 - - [2024-09-02 02:35:16] "POST /hardwares HTTP/1.1" 200 319 0.027488 10.0.0.33 - - [2024-09-02 02:35:16] "POST /fqname-to-id HTTP/1.1" 404 158 0.007978 10.0.0.33 - - [2024-09-02 02:35:16] "POST /hardwares HTTP/1.1" 200 311 0.027485 10.0.0.33 - - [2024-09-02 02:35:16] "POST /fqname-to-id HTTP/1.1" 404 158 0.008329 10.0.0.33 - - [2024-09-02 02:35:16] "POST /hardwares HTTP/1.1" 200 311 0.030253 10.0.0.33 - - [2024-09-02 02:35:16] "POST /fqname-to-id HTTP/1.1" 404 160 0.008126 10.0.0.33 - - [2024-09-02 02:35:17] "POST /hardwares HTTP/1.1" 200 315 0.028049 10.0.0.33 - - [2024-09-02 02:35:17] "POST /fqname-to-id HTTP/1.1" 404 154 0.007641 10.0.0.33 - - [2024-09-02 02:35:17] "POST /hardwares HTTP/1.1" 200 303 0.028818 10.0.0.33 - - [2024-09-02 02:35:17] "POST /fqname-to-id HTTP/1.1" 404 158 0.008337 10.0.0.33 - - [2024-09-02 02:35:17] "POST /hardwares HTTP/1.1" 200 311 0.029748 10.0.0.33 - - [2024-09-02 02:35:17] "POST /fqname-to-id HTTP/1.1" 404 155 0.007752 10.0.0.33 - - [2024-09-02 02:35:17] "POST /hardwares HTTP/1.1" 200 305 0.028512 10.0.0.33 - - [2024-09-02 02:35:17] "POST /fqname-to-id HTTP/1.1" 404 155 0.008073 10.0.0.33 - - [2024-09-02 02:35:17] "POST /hardwares HTTP/1.1" 200 305 0.028030 10.0.0.33 - - [2024-09-02 02:35:17] "POST /fqname-to-id HTTP/1.1" 404 155 0.008982 10.0.0.33 - - [2024-09-02 02:35:17] "POST /hardwares HTTP/1.1" 200 305 0.031051 10.0.0.33 - - [2024-09-02 02:35:17] "POST /fqname-to-id HTTP/1.1" 404 155 0.008163 10.0.0.33 - - [2024-09-02 02:35:17] "POST /hardwares HTTP/1.1" 200 305 0.035315 10.0.0.33 - - [2024-09-02 02:35:17] "POST /fqname-to-id HTTP/1.1" 404 156 0.006805 10.0.0.33 - - [2024-09-02 02:35:18] "POST /hardwares HTTP/1.1" 200 307 0.029426 10.0.0.33 - - [2024-09-02 02:35:18] "POST /fqname-to-id HTTP/1.1" 404 156 0.005926 10.0.0.33 - - [2024-09-02 02:35:18] "POST /hardwares HTTP/1.1" 200 307 0.031323 10.0.0.33 - - [2024-09-02 02:35:18] "POST /fqname-to-id HTTP/1.1" 404 156 0.008581 10.0.0.33 - - [2024-09-02 02:35:18] "POST /hardwares HTTP/1.1" 200 307 0.031726 10.0.0.33 - - [2024-09-02 02:35:18] "POST /fqname-to-id HTTP/1.1" 404 157 0.007908 10.0.0.33 - - [2024-09-02 02:35:18] "POST /hardwares HTTP/1.1" 200 309 0.028982 10.0.0.33 - - [2024-09-02 02:35:18] "POST /fqname-to-id HTTP/1.1" 404 158 0.004276 10.0.0.33 - - [2024-09-02 02:35:18] "POST /hardwares HTTP/1.1" 200 311 0.017721 10.0.0.33 - - [2024-09-02 02:35:18] "POST /fqname-to-id HTTP/1.1" 404 158 0.005538 10.0.0.33 - - [2024-09-02 02:35:18] "POST /hardwares HTTP/1.1" 200 311 0.053906 10.0.0.33 - - [2024-09-02 02:35:18] "POST /fqname-to-id HTTP/1.1" 404 153 0.005817 10.0.0.33 - - [2024-09-02 02:35:18] "POST /hardwares HTTP/1.1" 200 301 0.030069 10.0.0.33 - - [2024-09-02 02:35:18] "POST /fqname-to-id HTTP/1.1" 404 157 0.003689 10.0.0.33 - - [2024-09-02 02:35:18] "POST /hardwares HTTP/1.1" 200 309 0.015281 10.0.0.33 - - [2024-09-02 02:35:18] "POST /fqname-to-id HTTP/1.1" 404 157 0.005288 10.0.0.33 - - [2024-09-02 02:35:19] "POST /hardwares HTTP/1.1" 200 309 0.016521 10.0.0.33 - - [2024-09-02 02:35:19] "POST /fqname-to-id HTTP/1.1" 404 157 0.004325 10.0.0.33 - - [2024-09-02 02:35:19] "POST /hardwares HTTP/1.1" 200 309 0.018872 10.0.0.33 - - [2024-09-02 02:35:19] "POST /fqname-to-id HTTP/1.1" 404 157 0.007551 10.0.0.33 - - [2024-09-02 02:35:19] "POST /hardwares HTTP/1.1" 200 309 0.027494 10.0.0.33 - - [2024-09-02 02:35:19] "POST /fqname-to-id HTTP/1.1" 404 157 0.009305 10.0.0.33 - - [2024-09-02 02:35:19] "POST /hardwares HTTP/1.1" 200 309 0.028412 10.0.0.33 - - [2024-09-02 02:35:19] "POST /fqname-to-id HTTP/1.1" 404 161 0.007888 10.0.0.33 - - [2024-09-02 02:35:19] "POST /hardwares HTTP/1.1" 200 317 0.042038 10.0.0.33 - - [2024-09-02 02:35:19] "POST /fqname-to-id HTTP/1.1" 404 157 0.007857 10.0.0.33 - - [2024-09-02 02:35:19] "POST /hardwares HTTP/1.1" 200 309 0.042046 10.0.0.33 - - [2024-09-02 02:35:19] "POST /fqname-to-id HTTP/1.1" 404 157 0.005191 10.0.0.33 - - [2024-09-02 02:35:19] "POST /hardwares HTTP/1.1" 200 309 0.040483 10.0.0.33 - - [2024-09-02 02:35:19] "POST /fqname-to-id HTTP/1.1" 404 154 0.007863 10.0.0.33 - - [2024-09-02 02:35:20] "POST /hardwares HTTP/1.1" 200 303 0.067359 10.0.0.33 - - [2024-09-02 02:35:20] "POST /fqname-to-id HTTP/1.1" 404 190 0.009804 10.0.0.33 - - [2024-09-02 02:35:20] "POST /features HTTP/1.1" 200 533 0.038993 10.0.0.33 - - [2024-09-02 02:35:20] "POST /fqname-to-id HTTP/1.1" 404 185 0.006011 10.0.0.33 - - [2024-09-02 02:35:20] "POST /features HTTP/1.1" 200 523 0.046008 10.0.0.33 - - [2024-09-02 02:35:20] "POST /fqname-to-id HTTP/1.1" 404 184 0.012314 10.0.0.33 - - [2024-09-02 02:35:20] "POST /features HTTP/1.1" 200 521 0.045491 10.0.0.33 - - [2024-09-02 02:35:20] "POST /fqname-to-id HTTP/1.1" 404 184 0.005936 10.0.0.33 - - [2024-09-02 02:35:20] "POST /features HTTP/1.1" 200 521 0.043341 10.0.0.33 - - [2024-09-02 02:35:20] "POST /fqname-to-id HTTP/1.1" 404 189 0.007989 10.0.0.33 - - [2024-09-02 02:35:20] "POST /features HTTP/1.1" 200 531 0.042111 10.0.0.33 - - [2024-09-02 02:35:20] "POST /fqname-to-id HTTP/1.1" 404 184 0.006104 10.0.0.33 - - [2024-09-02 02:35:20] "POST /features HTTP/1.1" 200 521 0.028232 10.0.0.33 - - [2024-09-02 02:35:21] "POST /fqname-to-id HTTP/1.1" 404 193 0.007947 10.0.0.33 - - [2024-09-02 02:35:21] "POST /features HTTP/1.1" 200 539 0.054741 10.0.0.33 - - [2024-09-02 02:35:21] "POST /fqname-to-id HTTP/1.1" 404 186 0.005724 10.0.0.33 - - [2024-09-02 02:35:21] "POST /features HTTP/1.1" 200 525 0.053089 10.0.0.33 - - [2024-09-02 02:35:21] "POST /fqname-to-id HTTP/1.1" 404 183 0.004136 10.0.0.33 - - [2024-09-02 02:35:21] "POST /features HTTP/1.1" 200 519 0.048758 10.0.0.33 - - [2024-09-02 02:35:21] "POST /fqname-to-id HTTP/1.1" 404 182 0.005250 10.0.0.33 - - [2024-09-02 02:35:21] "POST /features HTTP/1.1" 200 517 0.023285 10.0.0.33 - - [2024-09-02 02:35:21] "POST /fqname-to-id HTTP/1.1" 404 190 0.003927 10.0.0.33 - - [2024-09-02 02:35:21] "POST /features HTTP/1.1" 200 533 0.026448 10.0.0.33 - - [2024-09-02 02:35:21] "POST /fqname-to-id HTTP/1.1" 404 194 0.007619 10.0.0.33 - - [2024-09-02 02:35:21] "POST /features HTTP/1.1" 200 541 0.049124 10.0.0.33 - - [2024-09-02 02:35:21] "POST /fqname-to-id HTTP/1.1" 404 178 0.006049 10.0.0.33 - - [2024-09-02 02:35:22] "POST /physical-roles HTTP/1.1" 200 521 0.036345 10.0.0.33 - - [2024-09-02 02:35:22] "POST /fqname-to-id HTTP/1.1" 404 179 0.004638 10.0.0.33 - - [2024-09-02 02:35:22] "POST /physical-roles HTTP/1.1" 200 523 0.044108 10.0.0.33 - - [2024-09-02 02:35:22] "POST /fqname-to-id HTTP/1.1" 404 184 0.009244 10.0.0.33 - - [2024-09-02 02:35:22] "POST /physical-roles HTTP/1.1" 200 533 0.027030 10.0.0.33 - - [2024-09-02 02:35:22] "POST /fqname-to-id HTTP/1.1" 404 177 0.005542 10.0.0.33 - - [2024-09-02 02:35:22] "POST /physical-roles HTTP/1.1" 200 519 0.048861 10.0.0.33 - - [2024-09-02 02:35:22] "POST /fqname-to-id HTTP/1.1" 404 191 0.005157 10.0.0.33 - - [2024-09-02 02:35:22] "POST /overlay-roles HTTP/1.1" 200 545 0.045125 10.0.0.33 - - [2024-09-02 02:35:22] "POST /fqname-to-id HTTP/1.1" 404 184 0.006846 10.0.0.33 - - [2024-09-02 02:35:22] "POST /overlay-roles HTTP/1.1" 200 531 0.048050 10.0.0.33 - - [2024-09-02 02:35:22] "POST /fqname-to-id HTTP/1.1" 404 191 0.009655 10.0.0.33 - - [2024-09-02 02:35:22] "POST /overlay-roles HTTP/1.1" 200 545 0.047660 10.0.0.33 - - [2024-09-02 02:35:22] "POST /fqname-to-id HTTP/1.1" 404 185 0.008246 10.0.0.33 - - [2024-09-02 02:35:23] "POST /overlay-roles HTTP/1.1" 200 533 0.044014 10.0.0.33 - - [2024-09-02 02:35:23] "POST /fqname-to-id HTTP/1.1" 404 189 0.007832 10.0.0.33 - - [2024-09-02 02:35:23] "POST /overlay-roles HTTP/1.1" 200 541 0.044293 10.0.0.33 - - [2024-09-02 02:35:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004785 10.0.0.33 - - [2024-09-02 02:35:23] "PUT /overlay-role/88aa14cc-0904-41a1-b645-1e160d88a57c HTTP/1.1" 200 258 0.017650 10.0.0.33 - - [2024-09-02 02:35:23] "POST /fqname-to-id HTTP/1.1" 404 184 0.007651 10.0.0.33 - - [2024-09-02 02:35:23] "POST /overlay-roles HTTP/1.1" 200 531 0.044741 10.0.0.33 - - [2024-09-02 02:35:23] "POST /fqname-to-id HTTP/1.1" 404 185 0.009463 10.0.0.33 - - [2024-09-02 02:35:23] "POST /overlay-roles HTTP/1.1" 200 533 0.032752 10.0.0.33 - - [2024-09-02 02:35:23] "POST /fqname-to-id HTTP/1.1" 404 183 0.005458 10.0.0.33 - - [2024-09-02 02:35:23] "POST /overlay-roles HTTP/1.1" 200 529 0.043795 10.0.0.33 - - [2024-09-02 02:35:23] "POST /fqname-to-id HTTP/1.1" 404 187 0.008593 10.0.0.33 - - [2024-09-02 02:35:23] "POST /overlay-roles HTTP/1.1" 200 537 0.047180 10.0.0.33 - - [2024-09-02 02:35:23] "POST /fqname-to-id HTTP/1.1" 404 189 0.007849 10.0.0.33 - - [2024-09-02 02:35:24] "POST /overlay-roles HTTP/1.1" 200 541 0.026294 10.0.0.33 - - [2024-09-02 02:35:24] "POST /fqname-to-id HTTP/1.1" 404 178 0.004452 10.0.0.33 - - [2024-09-02 02:35:24] "POST /overlay-roles HTTP/1.1" 200 519 0.039014 10.0.0.33 - - [2024-09-02 02:35:24] "POST /fqname-to-id HTTP/1.1" 404 190 0.006059 10.0.0.33 - - [2024-09-02 02:35:24] "POST /overlay-roles HTTP/1.1" 200 543 0.048805 10.0.0.33 - - [2024-09-02 02:35:24] "POST /fqname-to-id HTTP/1.1" 404 182 0.009820 10.0.0.33 - - [2024-09-02 02:35:24] "POST /role-definitions HTTP/1.1" 200 533 0.038523 10.0.0.33 - - [2024-09-02 02:35:24] "POST /fqname-to-id HTTP/1.1" 404 189 0.008647 10.0.0.33 - - [2024-09-02 02:35:24] "POST /role-definitions HTTP/1.1" 200 547 0.054090 10.0.0.33 - - [2024-09-02 02:35:24] "POST /fqname-to-id HTTP/1.1" 404 190 0.007335 10.0.0.33 - - [2024-09-02 02:35:24] "POST /role-definitions HTTP/1.1" 200 549 0.051031 10.0.0.33 - - [2024-09-02 02:35:24] "POST /fqname-to-id HTTP/1.1" 404 191 0.009652 10.0.0.33 - - [2024-09-02 02:35:24] "POST /role-definitions HTTP/1.1" 200 551 0.041497 10.0.0.33 - - [2024-09-02 02:35:25] "POST /fqname-to-id HTTP/1.1" 404 197 0.010063 10.0.0.33 - - [2024-09-02 02:35:25] "POST /role-definitions HTTP/1.1" 200 563 0.045112 10.0.0.33 - - [2024-09-02 02:35:25] "POST /fqname-to-id HTTP/1.1" 404 189 0.007201 10.0.0.33 - - [2024-09-02 02:35:25] "POST /role-definitions HTTP/1.1" 200 547 0.049369 10.0.0.33 - - [2024-09-02 02:35:25] "POST /fqname-to-id HTTP/1.1" 404 190 0.006797 10.0.0.33 - - [2024-09-02 02:35:25] "POST /role-definitions HTTP/1.1" 200 549 0.047167 10.0.0.33 - - [2024-09-02 02:35:25] "POST /fqname-to-id HTTP/1.1" 404 191 0.008162 10.0.0.33 - - [2024-09-02 02:35:25] "POST /role-definitions HTTP/1.1" 200 551 0.046787 10.0.0.33 - - [2024-09-02 02:35:25] "POST /fqname-to-id HTTP/1.1" 404 190 0.006038 10.0.0.33 - - [2024-09-02 02:35:25] "POST /role-definitions HTTP/1.1" 200 549 0.045448 10.0.0.33 - - [2024-09-02 02:35:25] "POST /fqname-to-id HTTP/1.1" 404 196 0.008427 10.0.0.33 - - [2024-09-02 02:35:25] "POST /role-definitions HTTP/1.1" 200 561 0.061998 10.0.0.33 - - [2024-09-02 02:35:25] "POST /fqname-to-id HTTP/1.1" 404 189 0.004826 10.0.0.33 - - [2024-09-02 02:35:26] "POST /role-definitions HTTP/1.1" 200 547 0.035850 10.0.0.33 - - [2024-09-02 02:35:26] "POST /fqname-to-id HTTP/1.1" 404 190 0.005298 10.0.0.33 - - [2024-09-02 02:35:26] "POST /role-definitions HTTP/1.1" 200 549 0.039598 10.0.0.33 - - [2024-09-02 02:35:26] "POST /fqname-to-id HTTP/1.1" 404 188 0.007717 10.0.0.33 - - [2024-09-02 02:35:26] "POST /role-definitions HTTP/1.1" 200 545 0.036838 10.0.0.33 - - [2024-09-02 02:35:26] "POST /fqname-to-id HTTP/1.1" 404 189 0.003422 10.0.0.33 - - [2024-09-02 02:35:26] "POST /role-definitions HTTP/1.1" 200 547 0.028349 10.0.0.33 - - [2024-09-02 02:35:26] "POST /fqname-to-id HTTP/1.1" 404 192 0.007513 10.0.0.33 - - [2024-09-02 02:35:26] "POST /role-definitions HTTP/1.1" 200 553 0.046830 10.0.0.33 - - [2024-09-02 02:35:26] "POST /fqname-to-id HTTP/1.1" 404 193 0.003741 10.0.0.33 - - [2024-09-02 02:35:26] "POST /role-definitions HTTP/1.1" 200 555 0.038679 10.0.0.33 - - [2024-09-02 02:35:26] "POST /fqname-to-id HTTP/1.1" 404 182 0.006101 10.0.0.33 - - [2024-09-02 02:35:26] "POST /role-definitions HTTP/1.1" 200 533 0.043010 10.0.0.33 - - [2024-09-02 02:35:26] "POST /fqname-to-id HTTP/1.1" 404 187 0.009178 10.0.0.33 - - [2024-09-02 02:35:27] "POST /role-definitions HTTP/1.1" 200 543 0.028813 10.0.0.33 - - [2024-09-02 02:35:27] "POST /fqname-to-id HTTP/1.1" 404 181 0.006815 10.0.0.33 - - [2024-09-02 02:35:27] "POST /role-definitions HTTP/1.1" 200 531 0.053662 10.0.0.33 - - [2024-09-02 02:35:27] "POST /fqname-to-id HTTP/1.1" 404 184 0.007983 10.0.0.33 - - [2024-09-02 02:35:27] "POST /role-definitions HTTP/1.1" 200 537 0.047809 10.0.0.33 - - [2024-09-02 02:35:27] "POST /fqname-to-id HTTP/1.1" 404 189 0.007099 10.0.0.33 - - [2024-09-02 02:35:27] "POST /role-definitions HTTP/1.1" 200 547 0.038399 10.0.0.33 - - [2024-09-02 02:35:27] "POST /fqname-to-id HTTP/1.1" 404 194 0.005265 10.0.0.33 - - [2024-09-02 02:35:27] "POST /role-definitions HTTP/1.1" 200 557 0.047472 10.0.0.33 - - [2024-09-02 02:35:27] "POST /fqname-to-id HTTP/1.1" 404 196 0.007833 10.0.0.33 - - [2024-09-02 02:35:27] "POST /role-definitions HTTP/1.1" 200 561 0.046859 10.0.0.33 - - [2024-09-02 02:35:27] "POST /fqname-to-id HTTP/1.1" 404 195 0.009509 10.0.0.33 - - [2024-09-02 02:35:27] "POST /role-definitions HTTP/1.1" 200 559 0.043399 10.0.0.33 - - [2024-09-02 02:35:28] "POST /fqname-to-id HTTP/1.1" 404 196 0.010255 10.0.0.33 - - [2024-09-02 02:35:28] "POST /feature-configs HTTP/1.1" 200 537 0.047808 10.0.0.33 - - [2024-09-02 02:35:28] "POST /fqname-to-id HTTP/1.1" 404 212 0.007976 10.0.0.33 - - [2024-09-02 02:35:28] "POST /feature-configs HTTP/1.1" 200 562 0.047857 10.0.0.33 - - [2024-09-02 02:35:28] "POST /fqname-to-id HTTP/1.1" 404 211 0.007938 10.0.0.33 - - [2024-09-02 02:35:28] "POST /feature-configs HTTP/1.1" 200 561 0.024568 10.0.0.33 - - [2024-09-02 02:35:28] "POST /fqname-to-id HTTP/1.1" 404 192 0.005144 10.0.0.33 - - [2024-09-02 02:35:28] "POST /node-profiles HTTP/1.1" 200 547 0.045003 10.0.0.33 - - [2024-09-02 02:35:28] "POST /fqname-to-id HTTP/1.1" 404 187 0.006490 10.0.0.33 - - [2024-09-02 02:35:28] "POST /node-profiles HTTP/1.1" 200 537 0.039760 10.0.0.33 - - [2024-09-02 02:35:28] "POST /fqname-to-id HTTP/1.1" 404 193 0.006769 10.0.0.33 - - [2024-09-02 02:35:28] "POST /node-profiles HTTP/1.1" 200 549 0.045044 10.0.0.33 - - [2024-09-02 02:35:28] "POST /fqname-to-id HTTP/1.1" 404 189 0.007408 10.0.0.33 - - [2024-09-02 02:35:29] "POST /node-profiles HTTP/1.1" 200 541 0.032113 10.0.0.33 - - [2024-09-02 02:35:29] "POST /fqname-to-id HTTP/1.1" 404 189 0.007790 10.0.0.33 - - [2024-09-02 02:35:29] "POST /node-profiles HTTP/1.1" 200 541 0.033762 10.0.0.33 - - [2024-09-02 02:35:29] "POST /fqname-to-id HTTP/1.1" 404 188 0.003814 10.0.0.33 - - [2024-09-02 02:35:29] "POST /node-profiles HTTP/1.1" 200 539 0.027387 10.0.0.33 - - [2024-09-02 02:35:29] "POST /fqname-to-id HTTP/1.1" 404 184 0.004201 10.0.0.33 - - [2024-09-02 02:35:29] "POST /node-profiles HTTP/1.1" 200 531 0.029062 10.0.0.33 - - [2024-09-02 02:35:29] "POST /fqname-to-id HTTP/1.1" 404 185 0.008391 10.0.0.33 - - [2024-09-02 02:35:29] "POST /node-profiles HTTP/1.1" 200 533 0.044447 10.0.0.33 - - [2024-09-02 02:35:29] "POST /fqname-to-id HTTP/1.1" 404 197 0.004992 10.0.0.33 - - [2024-09-02 02:35:29] "POST /node-profiles HTTP/1.1" 200 557 0.037038 10.0.0.33 - - [2024-09-02 02:35:29] "POST /fqname-to-id HTTP/1.1" 404 206 0.008347 10.0.0.33 - - [2024-09-02 02:35:29] "POST /telemetry-profiles HTTP/1.1" 200 554 0.044455 10.0.0.33 - - [2024-09-02 02:35:29] "POST /fqname-to-id HTTP/1.1" 404 206 0.008152 10.0.0.33 - - [2024-09-02 02:35:30] "POST /telemetry-profiles HTTP/1.1" 200 554 0.054167 10.0.0.33 - - [2024-09-02 02:35:30] "POST /fqname-to-id HTTP/1.1" 404 206 0.008963 10.0.0.33 - - [2024-09-02 02:35:30] "POST /telemetry-profiles HTTP/1.1" 200 554 0.045582 10.0.0.33 - - [2024-09-02 02:35:30] "POST /fqname-to-id HTTP/1.1" 404 206 0.004486 10.0.0.33 - - [2024-09-02 02:35:30] "POST /telemetry-profiles HTTP/1.1" 200 554 0.031358 10.0.0.33 - - [2024-09-02 02:35:30] "POST /fqname-to-id HTTP/1.1" 404 206 0.009509 10.0.0.33 - - [2024-09-02 02:35:30] "POST /telemetry-profiles HTTP/1.1" 200 554 0.045279 10.0.0.33 - - [2024-09-02 02:35:30] "POST /fqname-to-id HTTP/1.1" 404 206 0.006938 10.0.0.33 - - [2024-09-02 02:35:30] "POST /telemetry-profiles HTTP/1.1" 200 554 0.043503 10.0.0.33 - - [2024-09-02 02:35:30] "POST /fqname-to-id HTTP/1.1" 404 199 0.008003 10.0.0.33 - - [2024-09-02 02:35:30] "POST /sflow-profiles HTTP/1.1" 200 532 0.046510 10.0.0.33 - - [2024-09-02 02:35:30] "POST /fqname-to-id HTTP/1.1" 404 202 0.007667 10.0.0.33 - - [2024-09-02 02:35:30] "POST /sflow-profiles HTTP/1.1" 200 538 0.045626 10.0.0.33 - - [2024-09-02 02:35:31] "POST /fqname-to-id HTTP/1.1" 404 202 0.008797 10.0.0.33 - - [2024-09-02 02:35:31] "POST /sflow-profiles HTTP/1.1" 200 538 0.043277 10.0.0.33 - - [2024-09-02 02:35:31] "POST /fqname-to-id HTTP/1.1" 404 199 0.007520 10.0.0.33 - - [2024-09-02 02:35:31] "POST /grpc-profiles HTTP/1.1" 200 530 0.046286 10.0.0.33 - - [2024-09-02 02:35:31] "POST /fqname-to-id HTTP/1.1" 404 199 0.007660 10.0.0.33 - - [2024-09-02 02:35:31] "POST /snmp-profiles HTTP/1.1" 200 530 0.048601 10.0.0.33 - - [2024-09-02 02:35:31] "POST /fqname-to-id HTTP/1.1" 404 202 0.004363 10.0.0.33 - - [2024-09-02 02:35:31] "POST /netconf-profiles HTTP/1.1" 200 542 0.036394 10.0.0.33 - - [2024-09-02 02:35:31] "POST /fqname-to-id HTTP/1.1" 404 193 0.007769 10.0.0.33 - - [2024-09-02 02:35:31] "POST /device-functional-groups HTTP/1.1" 200 540 0.046085 10.0.0.33 - - [2024-09-02 02:35:31] "POST /fqname-to-id HTTP/1.1" 404 193 0.007849 10.0.0.33 - - [2024-09-02 02:35:31] "POST /device-functional-groups HTTP/1.1" 200 540 0.040473 10.0.0.33 - - [2024-09-02 02:35:31] "POST /fqname-to-id HTTP/1.1" 404 195 0.006762 10.0.0.33 - - [2024-09-02 02:35:32] "POST /device-functional-groups HTTP/1.1" 200 544 0.034955 10.0.0.33 - - [2024-09-02 02:35:32] "POST /fqname-to-id HTTP/1.1" 404 194 0.004271 10.0.0.33 - - [2024-09-02 02:35:32] "POST /device-functional-groups HTTP/1.1" 200 542 0.047620 10.0.0.33 - - [2024-09-02 02:35:32] "POST /fqname-to-id HTTP/1.1" 404 218 0.005108 10.0.0.33 - - [2024-09-02 02:35:32] "POST /device-functional-groups HTTP/1.1" 200 590 0.027183 10.0.0.33 - - [2024-09-02 02:35:32] "POST /fqname-to-id HTTP/1.1" 404 208 0.004379 10.0.0.33 - - [2024-09-02 02:35:32] "POST /device-functional-groups HTTP/1.1" 200 570 0.048484 10.0.0.33 - - [2024-09-02 02:35:32] "POST /fqname-to-id HTTP/1.1" 404 236 0.010122 10.0.0.33 - - [2024-09-02 02:35:32] "POST /device-functional-groups HTTP/1.1" 200 620 0.027132 10.0.0.33 - - [2024-09-02 02:35:32] "POST /fqname-to-id HTTP/1.1" 404 206 0.017038 10.0.0.33 - - [2024-09-02 02:35:32] "POST /device-functional-groups HTTP/1.1" 200 566 0.047764 10.0.0.33 - - [2024-09-02 02:35:32] "POST /fqname-to-id HTTP/1.1" 404 205 0.008121 10.0.0.33 - - [2024-09-02 02:35:32] "POST /device-functional-groups HTTP/1.1" 200 564 0.041640 10.0.0.33 - - [2024-09-02 02:35:32] "POST /fqname-to-id HTTP/1.1" 404 210 0.014448 10.0.0.33 - - [2024-09-02 02:35:33] "POST /device-functional-groups HTTP/1.1" 200 574 0.046994 10.0.0.33 - - [2024-09-02 02:35:33] "POST /fqname-to-id HTTP/1.1" 404 201 0.006747 10.0.0.33 - - [2024-09-02 02:35:33] "POST /role-configs HTTP/1.1" 200 525 0.046371 10.0.0.33 - - [2024-09-02 02:35:33] "POST /fqname-to-id HTTP/1.1" 404 196 0.008171 10.0.0.33 - - [2024-09-02 02:35:33] "POST /role-configs HTTP/1.1" 200 520 0.047611 10.0.0.33 - - [2024-09-02 02:35:33] "POST /fqname-to-id HTTP/1.1" 404 198 0.007845 10.0.0.33 - - [2024-09-02 02:35:33] "POST /role-configs HTTP/1.1" 200 522 0.050374 10.0.0.33 - - [2024-09-02 02:35:33] "POST /fqname-to-id HTTP/1.1" 404 198 0.008318 10.0.0.33 - - [2024-09-02 02:35:33] "POST /role-configs HTTP/1.1" 200 522 0.043109 10.0.0.33 - - [2024-09-02 02:35:33] "POST /fqname-to-id HTTP/1.1" 404 202 0.008067 10.0.0.33 - - [2024-09-02 02:35:33] "POST /role-configs HTTP/1.1" 200 526 0.044735 10.0.0.33 - - [2024-09-02 02:35:33] "POST /fqname-to-id HTTP/1.1" 404 197 0.011249 10.0.0.33 - - [2024-09-02 02:35:33] "POST /role-configs HTTP/1.1" 200 521 0.030856 10.0.0.33 - - [2024-09-02 02:35:34] "POST /fqname-to-id HTTP/1.1" 404 193 0.003934 10.0.0.33 - - [2024-09-02 02:35:34] "POST /role-configs HTTP/1.1" 200 517 0.039892 10.0.0.33 - - [2024-09-02 02:35:34] "POST /fqname-to-id HTTP/1.1" 404 194 0.007999 10.0.0.33 - - [2024-09-02 02:35:34] "POST /role-configs HTTP/1.1" 200 518 0.040743 10.0.0.33 - - [2024-09-02 02:35:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.008191 10.0.0.33 - - [2024-09-02 02:35:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.008713 10.0.0.33 - - [2024-09-02 02:35:34] "POST /ref-update HTTP/1.1" 200 156 0.029832 10.0.0.33 - - [2024-09-02 02:35:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.009104 10.0.0.33 - - [2024-09-02 02:35:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.008612 10.0.0.33 - - [2024-09-02 02:35:34] "POST /ref-update HTTP/1.1" 200 156 0.026669 10.0.0.33 - - [2024-09-02 02:35:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.008712 10.0.0.33 - - [2024-09-02 02:35:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.009417 10.0.0.33 - - [2024-09-02 02:35:34] "POST /ref-update HTTP/1.1" 200 156 0.025084 10.0.0.33 - - [2024-09-02 02:35:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.008493 10.0.0.33 - - [2024-09-02 02:35:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.008905 10.0.0.33 - - [2024-09-02 02:35:35] "POST /ref-update HTTP/1.1" 200 156 0.025221 10.0.0.33 - - [2024-09-02 02:35:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.007802 10.0.0.33 - - [2024-09-02 02:35:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.007740 10.0.0.33 - - [2024-09-02 02:35:35] "POST /ref-update HTTP/1.1" 200 156 0.023181 10.0.0.33 - - [2024-09-02 02:35:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.008978 10.0.0.33 - - [2024-09-02 02:35:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.008044 10.0.0.33 - - [2024-09-02 02:35:35] "POST /ref-update HTTP/1.1" 200 156 0.026855 10.0.0.33 - - [2024-09-02 02:35:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.008241 10.0.0.33 - - [2024-09-02 02:35:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.008755 10.0.0.33 - - [2024-09-02 02:35:35] "POST /ref-update HTTP/1.1" 200 156 0.022001 10.0.0.33 - - [2024-09-02 02:35:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.008635 10.0.0.33 - - [2024-09-02 02:35:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.008022 10.0.0.33 - - [2024-09-02 02:35:35] "POST /ref-update HTTP/1.1" 200 156 0.024685 10.0.0.33 - - [2024-09-02 02:35:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.012333 10.0.0.33 - - [2024-09-02 02:35:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.006611 10.0.0.33 - - [2024-09-02 02:35:36] "POST /ref-update HTTP/1.1" 200 156 0.015477 10.0.0.33 - - [2024-09-02 02:35:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004812 10.0.0.33 - - [2024-09-02 02:35:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004613 10.0.0.33 - - [2024-09-02 02:35:36] "POST /ref-update HTTP/1.1" 200 156 0.014159 10.0.0.33 - - [2024-09-02 02:35:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006461 10.0.0.33 - - [2024-09-02 02:35:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.008021 10.0.0.33 - - [2024-09-02 02:35:36] "POST /ref-update HTTP/1.1" 200 156 0.025311 10.0.0.33 - - [2024-09-02 02:35:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.008122 10.0.0.33 - - [2024-09-02 02:35:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.008642 10.0.0.33 - - [2024-09-02 02:35:36] "POST /ref-update HTTP/1.1" 200 156 0.022453 10.0.0.33 - - [2024-09-02 02:35:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006951 10.0.0.33 - - [2024-09-02 02:35:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.008023 10.0.0.33 - - [2024-09-02 02:35:36] "POST /ref-update HTTP/1.1" 200 156 0.019872 10.0.0.33 - - [2024-09-02 02:35:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006631 10.0.0.33 - - [2024-09-02 02:35:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005093 10.0.0.33 - - [2024-09-02 02:35:36] "POST /ref-update HTTP/1.1" 200 156 0.012749 10.0.0.33 - - [2024-09-02 02:35:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004738 10.0.0.33 - - [2024-09-02 02:35:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.009723 10.0.0.33 - - [2024-09-02 02:35:37] "POST /ref-update HTTP/1.1" 200 156 0.020103 10.0.0.33 - - [2024-09-02 02:35:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.007822 10.0.0.33 - - [2024-09-02 02:35:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.008435 10.0.0.33 - - [2024-09-02 02:35:37] "POST /ref-update HTTP/1.1" 200 156 0.022757 10.0.0.33 - - [2024-09-02 02:35:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.008086 10.0.0.33 - - [2024-09-02 02:35:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.008749 10.0.0.33 - - [2024-09-02 02:35:37] "POST /ref-update HTTP/1.1" 200 156 0.020198 10.0.0.33 - - [2024-09-02 02:35:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.006867 10.0.0.33 - - [2024-09-02 02:35:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.008291 10.0.0.33 - - [2024-09-02 02:35:37] "POST /ref-update HTTP/1.1" 200 156 0.027544 10.0.0.33 - - [2024-09-02 02:35:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.009624 10.0.0.33 - - [2024-09-02 02:35:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.008253 10.0.0.33 - - [2024-09-02 02:35:37] "POST /ref-update HTTP/1.1" 200 156 0.027486 10.0.0.33 - - [2024-09-02 02:35:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.007907 10.0.0.33 - - [2024-09-02 02:35:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.007037 10.0.0.33 - - [2024-09-02 02:35:38] "POST /ref-update HTTP/1.1" 200 156 0.016835 10.0.0.33 - - [2024-09-02 02:35:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.009425 10.0.0.33 - - [2024-09-02 02:35:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.008644 10.0.0.33 - - [2024-09-02 02:35:38] "POST /ref-update HTTP/1.1" 200 156 0.023383 10.0.0.33 - - [2024-09-02 02:35:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.008174 10.0.0.33 - - [2024-09-02 02:35:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.010085 10.0.0.33 - - [2024-09-02 02:35:38] "POST /ref-update HTTP/1.1" 200 156 0.026323 10.0.0.33 - - [2024-09-02 02:35:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.007989 10.0.0.33 - - [2024-09-02 02:35:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.006395 10.0.0.33 - - [2024-09-02 02:35:38] "POST /ref-update HTTP/1.1" 200 156 0.020543 10.0.0.33 - - [2024-09-02 02:35:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.008397 10.0.0.33 - - [2024-09-02 02:35:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.009294 10.0.0.33 - - [2024-09-02 02:35:38] "POST /ref-update HTTP/1.1" 200 156 0.022027 10.0.0.33 - - [2024-09-02 02:35:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.014881 10.0.0.33 - - [2024-09-02 02:35:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.007745 10.0.0.33 - - [2024-09-02 02:35:38] "POST /ref-update HTTP/1.1" 200 156 0.020401 10.0.0.33 - - [2024-09-02 02:35:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.008111 10.0.0.33 - - [2024-09-02 02:35:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.007771 10.0.0.33 - - [2024-09-02 02:35:39] "POST /ref-update HTTP/1.1" 200 156 0.021638 10.0.0.33 - - [2024-09-02 02:35:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.009327 10.0.0.33 - - [2024-09-02 02:35:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.008285 10.0.0.33 - - [2024-09-02 02:35:39] "POST /ref-update HTTP/1.1" 200 156 0.022210 10.0.0.33 - - [2024-09-02 02:35:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.009212 10.0.0.33 - - [2024-09-02 02:35:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.008088 10.0.0.33 - - [2024-09-02 02:35:39] "POST /ref-update HTTP/1.1" 200 156 0.023749 10.0.0.33 - - [2024-09-02 02:35:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.009426 10.0.0.33 - - [2024-09-02 02:35:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.009079 10.0.0.33 - - [2024-09-02 02:35:39] "POST /ref-update HTTP/1.1" 200 156 0.020319 10.0.0.33 - - [2024-09-02 02:35:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004775 10.0.0.33 - - [2024-09-02 02:35:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.008269 10.0.0.33 - - [2024-09-02 02:35:39] "POST /ref-update HTTP/1.1" 200 156 0.022490 10.0.0.33 - - [2024-09-02 02:35:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.008286 10.0.0.33 - - [2024-09-02 02:35:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.007854 10.0.0.33 - - [2024-09-02 02:35:40] "POST /ref-update HTTP/1.1" 200 156 0.020930 10.0.0.33 - - [2024-09-02 02:35:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.007583 10.0.0.33 - - [2024-09-02 02:35:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.007799 10.0.0.33 - - [2024-09-02 02:35:40] "POST /ref-update HTTP/1.1" 200 156 0.021391 10.0.0.33 - - [2024-09-02 02:35:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.006597 10.0.0.33 - - [2024-09-02 02:35:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.009436 10.0.0.33 - - [2024-09-02 02:35:40] "POST /ref-update HTTP/1.1" 200 156 0.024867 10.0.0.33 - - [2024-09-02 02:35:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.008536 10.0.0.33 - - [2024-09-02 02:35:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.008604 10.0.0.33 - - [2024-09-02 02:35:40] "POST /ref-update HTTP/1.1" 200 156 0.024021 10.0.0.33 - - [2024-09-02 02:35:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.007892 10.0.0.33 - - [2024-09-02 02:35:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.008957 10.0.0.33 - - [2024-09-02 02:35:40] "POST /ref-update HTTP/1.1" 200 156 0.025316 10.0.0.33 - - [2024-09-02 02:35:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.008518 10.0.0.33 - - [2024-09-02 02:35:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.007910 10.0.0.33 - - [2024-09-02 02:35:41] "POST /ref-update HTTP/1.1" 200 156 0.021014 10.0.0.33 - - [2024-09-02 02:35:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.008263 10.0.0.33 - - [2024-09-02 02:35:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.008292 10.0.0.33 - - [2024-09-02 02:35:41] "POST /ref-update HTTP/1.1" 200 156 0.022335 10.0.0.33 - - [2024-09-02 02:35:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.008003 10.0.0.33 - - [2024-09-02 02:35:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.008805 10.0.0.33 - - [2024-09-02 02:35:41] "POST /ref-update HTTP/1.1" 200 156 0.023083 10.0.0.33 - - [2024-09-02 02:35:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.007958 10.0.0.33 - - [2024-09-02 02:35:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.008216 10.0.0.33 - - [2024-09-02 02:35:41] "POST /ref-update HTTP/1.1" 200 156 0.018112 10.0.0.33 - - [2024-09-02 02:35:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.008176 10.0.0.33 - - [2024-09-02 02:35:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.008624 10.0.0.33 - - [2024-09-02 02:35:41] "POST /ref-update HTTP/1.1" 200 156 0.023623 10.0.0.33 - - [2024-09-02 02:35:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.009087 10.0.0.33 - - [2024-09-02 02:35:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.008808 10.0.0.33 - - [2024-09-02 02:35:42] "POST /ref-update HTTP/1.1" 200 156 0.021032 10.0.0.33 - - [2024-09-02 02:35:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.008019 10.0.0.33 - - [2024-09-02 02:35:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.007874 10.0.0.33 - - [2024-09-02 02:35:42] "POST /ref-update HTTP/1.1" 200 156 0.023092 10.0.0.33 - - [2024-09-02 02:35:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.008641 10.0.0.33 - - [2024-09-02 02:35:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.008096 10.0.0.33 - - [2024-09-02 02:35:42] "POST /ref-update HTTP/1.1" 200 156 0.027957 10.0.0.33 - - [2024-09-02 02:35:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.007393 10.0.0.33 - - [2024-09-02 02:35:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005332 10.0.0.33 - - [2024-09-02 02:35:42] "POST /ref-update HTTP/1.1" 200 156 0.011226 10.0.0.33 - - [2024-09-02 02:35:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.006232 10.0.0.33 - - [2024-09-02 02:35:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.008326 10.0.0.33 - - [2024-09-02 02:35:42] "POST /ref-update HTTP/1.1" 200 156 0.022434 10.0.0.33 - - [2024-09-02 02:35:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.007583 10.0.0.33 - - [2024-09-02 02:35:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.007484 10.0.0.33 - - [2024-09-02 02:35:43] "POST /ref-update HTTP/1.1" 200 156 0.026146 10.0.0.33 - - [2024-09-02 02:35:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.008717 10.0.0.33 - - [2024-09-02 02:35:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.007852 10.0.0.33 - - [2024-09-02 02:35:43] "POST /ref-update HTTP/1.1" 200 156 0.019152 10.0.0.33 - - [2024-09-02 02:35:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.007917 10.0.0.33 - - [2024-09-02 02:35:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.008233 10.0.0.33 - - [2024-09-02 02:35:43] "POST /ref-update HTTP/1.1" 200 156 0.019364 10.0.0.33 - - [2024-09-02 02:35:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.008895 10.0.0.33 - - [2024-09-02 02:35:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.008240 10.0.0.33 - - [2024-09-02 02:35:43] "POST /ref-update HTTP/1.1" 200 156 0.022853 10.0.0.33 - - [2024-09-02 02:35:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.009710 10.0.0.33 - - [2024-09-02 02:35:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.008492 10.0.0.33 - - [2024-09-02 02:35:43] "POST /ref-update HTTP/1.1" 200 156 0.023148 10.0.0.33 - - [2024-09-02 02:35:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.007817 10.0.0.33 - - [2024-09-02 02:35:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.009174 10.0.0.33 - - [2024-09-02 02:35:43] "POST /ref-update HTTP/1.1" 200 156 0.023950 10.0.0.33 - - [2024-09-02 02:35:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.009099 10.0.0.33 - - [2024-09-02 02:35:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.006714 10.0.0.33 - - [2024-09-02 02:35:44] "POST /ref-update HTTP/1.1" 200 156 0.022634 10.0.0.33 - - [2024-09-02 02:35:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.008079 10.0.0.33 - - [2024-09-02 02:35:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.006232 10.0.0.33 - - [2024-09-02 02:35:44] "POST /ref-update HTTP/1.1" 200 156 0.020898 10.0.0.33 - - [2024-09-02 02:35:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.009034 10.0.0.33 - - [2024-09-02 02:35:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005589 10.0.0.33 - - [2024-09-02 02:35:44] "POST /ref-update HTTP/1.1" 200 156 0.020869 10.0.0.33 - - [2024-09-02 02:35:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.008485 10.0.0.33 - - [2024-09-02 02:35:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.008146 10.0.0.33 - - [2024-09-02 02:35:44] "POST /ref-update HTTP/1.1" 200 156 0.024633 10.0.0.33 - - [2024-09-02 02:35:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.007730 10.0.0.33 - - [2024-09-02 02:35:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.008224 10.0.0.33 - - [2024-09-02 02:35:44] "POST /ref-update HTTP/1.1" 200 156 0.021312 10.0.0.33 - - [2024-09-02 02:35:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.008074 10.0.0.33 - - [2024-09-02 02:35:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.008440 10.0.0.33 - - [2024-09-02 02:35:45] "POST /ref-update HTTP/1.1" 200 156 0.030328 10.0.0.33 - - [2024-09-02 02:35:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.006395 10.0.0.33 - - [2024-09-02 02:35:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005674 10.0.0.33 - - [2024-09-02 02:35:45] "POST /ref-update HTTP/1.1" 200 156 0.018385 10.0.0.33 - - [2024-09-02 02:35:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.009387 10.0.0.33 - - [2024-09-02 02:35:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.009766 10.0.0.33 - - [2024-09-02 02:35:45] "POST /ref-update HTTP/1.1" 200 156 0.021616 10.0.0.33 - - [2024-09-02 02:35:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.009183 10.0.0.33 - - [2024-09-02 02:35:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.009529 10.0.0.33 - - [2024-09-02 02:35:45] "POST /ref-update HTTP/1.1" 200 156 0.019895 10.0.0.33 - - [2024-09-02 02:35:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004784 10.0.0.33 - - [2024-09-02 02:35:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.006285 10.0.0.33 - - [2024-09-02 02:35:45] "POST /ref-update HTTP/1.1" 200 156 0.024037 10.0.0.33 - - [2024-09-02 02:35:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.008079 10.0.0.33 - - [2024-09-02 02:35:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.008112 10.0.0.33 - - [2024-09-02 02:35:46] "POST /ref-update HTTP/1.1" 200 156 0.021879 10.0.0.33 - - [2024-09-02 02:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.009138 10.0.0.33 - - [2024-09-02 02:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.008042 10.0.0.33 - - [2024-09-02 02:35:46] "POST /ref-update HTTP/1.1" 200 156 0.020344 10.0.0.33 - - [2024-09-02 02:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.008319 10.0.0.33 - - [2024-09-02 02:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.008319 10.0.0.33 - - [2024-09-02 02:35:46] "POST /ref-update HTTP/1.1" 200 156 0.027700 10.0.0.33 - - [2024-09-02 02:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.006025 10.0.0.33 - - [2024-09-02 02:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.008196 10.0.0.33 - - [2024-09-02 02:35:46] "POST /ref-update HTTP/1.1" 200 156 0.022457 10.0.0.33 - - [2024-09-02 02:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.007835 10.0.0.33 - - [2024-09-02 02:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005565 10.0.0.33 - - [2024-09-02 02:35:46] "POST /ref-update HTTP/1.1" 200 156 0.028567 10.0.0.33 - - [2024-09-02 02:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.008477 10.0.0.33 - - [2024-09-02 02:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.008683 10.0.0.33 - - [2024-09-02 02:35:47] "POST /ref-update HTTP/1.1" 200 156 0.027800 10.0.0.33 - - [2024-09-02 02:35:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.008250 10.0.0.33 - - [2024-09-02 02:35:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.008315 10.0.0.33 - - [2024-09-02 02:35:47] "POST /ref-update HTTP/1.1" 200 156 0.023927 10.0.0.33 - - [2024-09-02 02:35:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.008337 10.0.0.33 - - [2024-09-02 02:35:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.009764 10.0.0.33 - - [2024-09-02 02:35:47] "POST /ref-update HTTP/1.1" 200 156 0.024328 10.0.0.33 - - [2024-09-02 02:35:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.008604 10.0.0.33 - - [2024-09-02 02:35:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.008689 10.0.0.33 - - [2024-09-02 02:35:47] "POST /ref-update HTTP/1.1" 200 156 0.030276 10.0.0.33 - - [2024-09-02 02:35:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.007223 10.0.0.33 - - [2024-09-02 02:35:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.009517 10.0.0.33 - - [2024-09-02 02:35:47] "POST /ref-update HTTP/1.1" 200 156 0.021508 10.0.0.33 - - [2024-09-02 02:35:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.008438 10.0.0.33 - - [2024-09-02 02:35:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.008045 10.0.0.33 - - [2024-09-02 02:35:47] "POST /ref-update HTTP/1.1" 200 156 0.020465 10.0.0.33 - - [2024-09-02 02:35:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.007842 10.0.0.33 - - [2024-09-02 02:35:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.007385 10.0.0.33 - - [2024-09-02 02:35:48] "POST /ref-update HTTP/1.1" 200 156 0.021769 10.0.0.33 - - [2024-09-02 02:35:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.009113 10.0.0.33 - - [2024-09-02 02:35:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.007822 10.0.0.33 - - [2024-09-02 02:35:48] "POST /ref-update HTTP/1.1" 200 156 0.019489 10.0.0.33 - - [2024-09-02 02:35:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.008096 10.0.0.33 - - [2024-09-02 02:35:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.014190 10.0.0.33 - - [2024-09-02 02:35:48] "POST /ref-update HTTP/1.1" 200 156 0.022910 10.0.0.33 - - [2024-09-02 02:35:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.008632 10.0.0.33 - - [2024-09-02 02:35:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.008199 10.0.0.33 - - [2024-09-02 02:35:48] "POST /ref-update HTTP/1.1" 200 156 0.020659 10.0.0.33 - - [2024-09-02 02:35:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006876 10.0.0.33 - - [2024-09-02 02:35:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.007756 10.0.0.33 - - [2024-09-02 02:35:48] "POST /ref-update HTTP/1.1" 200 156 0.020306 10.0.0.33 - - [2024-09-02 02:35:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.008036 10.0.0.33 - - [2024-09-02 02:35:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.007959 10.0.0.33 - - [2024-09-02 02:35:49] "POST /ref-update HTTP/1.1" 200 156 0.020408 10.0.0.33 - - [2024-09-02 02:35:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.007845 10.0.0.33 - - [2024-09-02 02:35:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.008970 10.0.0.33 - - [2024-09-02 02:35:49] "POST /ref-update HTTP/1.1" 200 156 0.021355 10.0.0.33 - - [2024-09-02 02:35:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.008130 10.0.0.33 - - [2024-09-02 02:35:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.007966 10.0.0.33 - - [2024-09-02 02:35:49] "POST /ref-update HTTP/1.1" 200 156 0.023057 10.0.0.33 - - [2024-09-02 02:35:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.008447 10.0.0.33 - - [2024-09-02 02:35:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.008858 10.0.0.33 - - [2024-09-02 02:35:49] "POST /ref-update HTTP/1.1" 200 156 0.019679 10.0.0.33 - - [2024-09-02 02:35:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.009267 10.0.0.33 - - [2024-09-02 02:35:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.008859 10.0.0.33 - - [2024-09-02 02:35:49] "POST /ref-update HTTP/1.1" 200 156 0.022011 10.0.0.33 - - [2024-09-02 02:35:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.008057 10.0.0.33 - - [2024-09-02 02:35:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.009828 10.0.0.33 - - [2024-09-02 02:35:50] "POST /ref-update HTTP/1.1" 200 156 0.025301 10.0.0.33 - - [2024-09-02 02:35:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.008119 10.0.0.33 - - [2024-09-02 02:35:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.008341 10.0.0.33 - - [2024-09-02 02:35:50] "POST /ref-update HTTP/1.1" 200 156 0.025202 10.0.0.33 - - [2024-09-02 02:35:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.008235 10.0.0.33 - - [2024-09-02 02:35:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.008125 10.0.0.33 - - [2024-09-02 02:35:50] "POST /ref-update HTTP/1.1" 200 156 0.021440 10.0.0.33 - - [2024-09-02 02:35:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.010155 10.0.0.33 - - [2024-09-02 02:35:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.008590 10.0.0.33 - - [2024-09-02 02:35:50] "POST /ref-update HTTP/1.1" 200 156 0.016644 10.0.0.33 - - [2024-09-02 02:35:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.006405 10.0.0.33 - - [2024-09-02 02:35:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004839 10.0.0.33 - - [2024-09-02 02:35:50] "POST /ref-update HTTP/1.1" 200 156 0.021798 10.0.0.33 - - [2024-09-02 02:35:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.007697 10.0.0.33 - - [2024-09-02 02:35:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.009055 10.0.0.33 - - [2024-09-02 02:35:50] "POST /ref-update HTTP/1.1" 200 156 0.017620 10.0.0.33 - - [2024-09-02 02:35:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.007452 10.0.0.33 - - [2024-09-02 02:35:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006523 10.0.0.33 - - [2024-09-02 02:35:51] "POST /ref-update HTTP/1.1" 200 156 0.019486 10.0.0.33 - - [2024-09-02 02:35:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.008255 10.0.0.33 - - [2024-09-02 02:35:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.009161 10.0.0.33 - - [2024-09-02 02:35:51] "POST /ref-update HTTP/1.1" 200 156 0.023188 10.0.0.33 - - [2024-09-02 02:35:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.007967 10.0.0.33 - - [2024-09-02 02:35:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006094 10.0.0.33 - - [2024-09-02 02:35:51] "POST /ref-update HTTP/1.1" 200 156 0.014710 10.0.0.33 - - [2024-09-02 02:35:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004776 10.0.0.33 - - [2024-09-02 02:35:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.010282 10.0.0.33 - - [2024-09-02 02:35:51] "POST /ref-update HTTP/1.1" 200 156 0.028737 10.0.0.33 - - [2024-09-02 02:35:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.009604 10.0.0.33 - - [2024-09-02 02:35:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.009237 10.0.0.33 - - [2024-09-02 02:35:51] "POST /ref-update HTTP/1.1" 200 156 0.020166 10.0.0.33 - - [2024-09-02 02:35:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004983 10.0.0.33 - - [2024-09-02 02:35:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.008187 10.0.0.33 - - [2024-09-02 02:35:52] "POST /ref-update HTTP/1.1" 200 156 0.023855 10.0.0.33 - - [2024-09-02 02:35:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.008041 10.0.0.33 - - [2024-09-02 02:35:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.008798 10.0.0.33 - - [2024-09-02 02:35:52] "POST /ref-update HTTP/1.1" 200 156 0.011656 10.0.0.33 - - [2024-09-02 02:35:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.009824 10.0.0.33 - - [2024-09-02 02:35:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.008062 10.0.0.33 - - [2024-09-02 02:35:52] "POST /ref-update HTTP/1.1" 200 156 0.022475 10.0.0.33 - - [2024-09-02 02:35:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.009065 10.0.0.33 - - [2024-09-02 02:35:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.008482 10.0.0.33 - - [2024-09-02 02:35:52] "POST /ref-update HTTP/1.1" 200 156 0.022686 10.0.0.33 - - [2024-09-02 02:35:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.008477 10.0.0.33 - - [2024-09-02 02:35:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.007984 10.0.0.33 - - [2024-09-02 02:35:52] "POST /ref-update HTTP/1.1" 200 156 0.015338 10.0.0.33 - - [2024-09-02 02:35:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.008078 10.0.0.33 - - [2024-09-02 02:35:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.008261 10.0.0.33 - - [2024-09-02 02:35:53] "POST /ref-update HTTP/1.1" 200 156 0.018566 10.0.0.33 - - [2024-09-02 02:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.008108 10.0.0.33 - - [2024-09-02 02:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.010001 10.0.0.33 - - [2024-09-02 02:35:53] "POST /ref-update HTTP/1.1" 200 156 0.020670 10.0.0.33 - - [2024-09-02 02:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.010254 10.0.0.33 - - [2024-09-02 02:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.007955 10.0.0.33 - - [2024-09-02 02:35:53] "POST /ref-update HTTP/1.1" 200 156 0.019945 10.0.0.33 - - [2024-09-02 02:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.008578 10.0.0.33 - - [2024-09-02 02:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.008286 10.0.0.33 - - [2024-09-02 02:35:53] "POST /ref-update HTTP/1.1" 200 156 0.023174 10.0.0.33 - - [2024-09-02 02:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.006713 10.0.0.33 - - [2024-09-02 02:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.019945 10.0.0.33 - - [2024-09-02 02:35:53] "POST /ref-update HTTP/1.1" 200 156 0.012398 10.0.0.33 - - [2024-09-02 02:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.006237 10.0.0.33 - - [2024-09-02 02:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.007941 10.0.0.33 - - [2024-09-02 02:35:53] "POST /ref-update HTTP/1.1" 200 156 0.020537 10.0.0.33 - - [2024-09-02 02:35:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005632 10.0.0.33 - - [2024-09-02 02:35:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005502 10.0.0.33 - - [2024-09-02 02:35:54] "POST /ref-update HTTP/1.1" 200 156 0.027059 10.0.0.33 - - [2024-09-02 02:35:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.008598 10.0.0.33 - - [2024-09-02 02:35:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.008191 10.0.0.33 - - [2024-09-02 02:35:54] "POST /ref-update HTTP/1.1" 200 156 0.021766 10.0.0.33 - - [2024-09-02 02:35:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.017846 10.0.0.33 - - [2024-09-02 02:35:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004933 10.0.0.33 - - [2024-09-02 02:35:54] "POST /ref-update HTTP/1.1" 200 156 0.016301 10.0.0.33 - - [2024-09-02 02:35:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.006885 10.0.0.33 - - [2024-09-02 02:35:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005492 10.0.0.33 - - [2024-09-02 02:35:54] "POST /ref-update HTTP/1.1" 200 156 0.017538 10.0.0.33 - - [2024-09-02 02:35:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005628 10.0.0.33 - - [2024-09-02 02:35:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004151 10.0.0.33 - - [2024-09-02 02:35:54] "POST /ref-update HTTP/1.1" 200 156 0.012330 10.0.0.33 - - [2024-09-02 02:35:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004875 10.0.0.33 - - [2024-09-02 02:35:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004934 10.0.0.33 - - [2024-09-02 02:35:55] "POST /ref-update HTTP/1.1" 200 156 0.021278 10.0.0.33 - - [2024-09-02 02:35:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005041 10.0.0.33 - - [2024-09-02 02:35:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.33 - - [2024-09-02 02:35:55] "POST /ref-update HTTP/1.1" 200 156 0.012643 10.0.0.33 - - [2024-09-02 02:35:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.008853 10.0.0.33 - - [2024-09-02 02:35:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.006207 10.0.0.33 - - [2024-09-02 02:35:55] "POST /ref-update HTTP/1.1" 200 156 0.011051 10.0.0.33 - - [2024-09-02 02:35:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.33 - - [2024-09-02 02:35:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.33 - - [2024-09-02 02:35:55] "POST /ref-update HTTP/1.1" 200 156 0.012893 10.0.0.33 - - [2024-09-02 02:35:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005385 10.0.0.33 - - [2024-09-02 02:35:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004333 10.0.0.33 - - [2024-09-02 02:35:55] "POST /ref-update HTTP/1.1" 200 156 0.016118 10.0.0.33 - - [2024-09-02 02:35:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.007436 10.0.0.33 - - [2024-09-02 02:35:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005618 10.0.0.33 - - [2024-09-02 02:35:55] "POST /ref-update HTTP/1.1" 200 156 0.013472 10.0.0.33 - - [2024-09-02 02:35:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.007740 10.0.0.33 - - [2024-09-02 02:35:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.013312 10.0.0.33 - - [2024-09-02 02:35:56] "POST /ref-update HTTP/1.1" 200 156 0.011526 10.0.0.33 - - [2024-09-02 02:35:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005571 10.0.0.33 - - [2024-09-02 02:35:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.006977 10.0.0.33 - - [2024-09-02 02:35:56] "POST /ref-update HTTP/1.1" 200 156 0.022237 10.0.0.33 - - [2024-09-02 02:35:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.33 - - [2024-09-02 02:35:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.007378 10.0.0.33 - - [2024-09-02 02:35:56] "POST /ref-update HTTP/1.1" 200 156 0.009166 10.0.0.33 - - [2024-09-02 02:35:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004292 10.0.0.33 - - [2024-09-02 02:35:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.007191 10.0.0.33 - - [2024-09-02 02:35:56] "POST /ref-update HTTP/1.1" 200 156 0.014803 10.0.0.33 - - [2024-09-02 02:35:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.007356 10.0.0.33 - - [2024-09-02 02:35:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.007203 10.0.0.33 - - [2024-09-02 02:35:56] "POST /ref-update HTTP/1.1" 200 156 0.015975 10.0.0.33 - - [2024-09-02 02:35:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005375 10.0.0.33 - - [2024-09-02 02:35:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.006963 10.0.0.33 - - [2024-09-02 02:35:56] "POST /ref-update HTTP/1.1" 200 156 0.020142 10.0.0.33 - - [2024-09-02 02:35:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.008749 10.0.0.33 - - [2024-09-02 02:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005091 10.0.0.33 - - [2024-09-02 02:35:57] "POST /ref-update HTTP/1.1" 200 156 0.017765 10.0.0.33 - - [2024-09-02 02:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005719 10.0.0.33 - - [2024-09-02 02:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.007947 10.0.0.33 - - [2024-09-02 02:35:57] "POST /ref-update HTTP/1.1" 200 156 0.024819 10.0.0.33 - - [2024-09-02 02:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004169 10.0.0.33 - - [2024-09-02 02:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004093 10.0.0.33 - - [2024-09-02 02:35:57] "POST /ref-update HTTP/1.1" 200 156 0.016223 10.0.0.33 - - [2024-09-02 02:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.008831 10.0.0.33 - - [2024-09-02 02:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.010260 10.0.0.33 - - [2024-09-02 02:35:57] "POST /ref-update HTTP/1.1" 200 156 0.021945 10.0.0.33 - - [2024-09-02 02:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.007605 10.0.0.33 - - [2024-09-02 02:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.007485 10.0.0.33 - - [2024-09-02 02:35:57] "POST /ref-update HTTP/1.1" 200 156 0.019828 10.0.0.33 - - [2024-09-02 02:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.007503 10.0.0.33 - - [2024-09-02 02:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.008615 10.0.0.33 - - [2024-09-02 02:35:57] "POST /ref-update HTTP/1.1" 200 156 0.016149 10.0.0.33 - - [2024-09-02 02:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.33 - - [2024-09-02 02:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.008998 10.0.0.33 - - [2024-09-02 02:35:58] "POST /ref-update HTTP/1.1" 200 156 0.012999 10.0.0.33 - - [2024-09-02 02:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003931 10.0.0.33 - - [2024-09-02 02:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.33 - - [2024-09-02 02:35:58] "POST /ref-update HTTP/1.1" 200 156 0.024298 10.0.0.33 - - [2024-09-02 02:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004312 10.0.0.33 - - [2024-09-02 02:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004873 10.0.0.33 - - [2024-09-02 02:35:58] "POST /ref-update HTTP/1.1" 200 156 0.013637 10.0.0.33 - - [2024-09-02 02:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.008019 10.0.0.33 - - [2024-09-02 02:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.011929 10.0.0.33 - - [2024-09-02 02:35:58] "POST /ref-update HTTP/1.1" 200 156 0.013200 10.0.0.33 - - [2024-09-02 02:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.006847 10.0.0.33 - - [2024-09-02 02:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.006243 10.0.0.33 - - [2024-09-02 02:35:58] "POST /ref-update HTTP/1.1" 200 156 0.011471 10.0.0.33 - - [2024-09-02 02:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.008766 10.0.0.33 - - [2024-09-02 02:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004678 10.0.0.33 - - [2024-09-02 02:35:59] "POST /ref-update HTTP/1.1" 200 156 0.017436 10.0.0.33 - - [2024-09-02 02:35:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004379 10.0.0.33 - - [2024-09-02 02:35:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004425 10.0.0.33 - - [2024-09-02 02:35:59] "POST /ref-update HTTP/1.1" 200 156 0.010554 10.0.0.33 - - [2024-09-02 02:35:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005435 10.0.0.33 - - [2024-09-02 02:35:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.007394 10.0.0.33 - - [2024-09-02 02:35:59] "POST /ref-update HTTP/1.1" 200 156 0.020799 10.0.0.33 - - [2024-09-02 02:35:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.007012 10.0.0.33 - - [2024-09-02 02:35:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.006824 10.0.0.33 - - [2024-09-02 02:35:59] "POST /ref-update HTTP/1.1" 200 156 0.019584 10.0.0.33 - - [2024-09-02 02:35:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.006726 10.0.0.33 - - [2024-09-02 02:35:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005369 10.0.0.33 - - [2024-09-02 02:35:59] "POST /ref-update HTTP/1.1" 200 156 0.019105 10.0.0.33 - - [2024-09-02 02:35:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004760 10.0.0.33 - - [2024-09-02 02:35:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004807 10.0.0.33 - - [2024-09-02 02:35:59] "POST /ref-update HTTP/1.1" 200 156 0.031092 10.0.0.33 - - [2024-09-02 02:35:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003967 10.0.0.33 - - [2024-09-02 02:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004847 10.0.0.33 - - [2024-09-02 02:36:00] "POST /ref-update HTTP/1.1" 200 156 0.013025 10.0.0.33 - - [2024-09-02 02:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.010845 10.0.0.33 - - [2024-09-02 02:36:00] "GET /global-system-configs HTTP/1.1" 200 322 0.656666 10.0.0.33 - - [2024-09-02 02:36:00] "GET /global-system-configs HTTP/1.1" 200 322 0.059443 10.0.0.33 - - [2024-09-02 02:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.006018 10.0.0.33 - - [2024-09-02 02:36:00] "POST /ref-update HTTP/1.1" 200 156 0.015406 10.0.0.33 - - [2024-09-02 02:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004287 10.0.0.33 - - [2024-09-02 02:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004496 10.0.0.33 - - [2024-09-02 02:36:00] "POST /ref-update HTTP/1.1" 200 156 0.011164 10.0.0.33 - - [2024-09-02 02:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004544 10.0.0.33 - - [2024-09-02 02:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004577 10.0.0.33 - - [2024-09-02 02:36:00] "POST /ref-update HTTP/1.1" 200 156 0.007853 10.0.0.33 - - [2024-09-02 02:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003981 10.0.0.33 - - [2024-09-02 02:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.33 - - [2024-09-02 02:36:00] "POST /ref-update HTTP/1.1" 200 156 0.011260 10.0.0.33 - - [2024-09-02 02:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003988 10.0.0.33 - - [2024-09-02 02:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004060 10.0.0.33 - - [2024-09-02 02:36:00] "POST /ref-update HTTP/1.1" 200 156 0.008536 10.0.0.33 - - [2024-09-02 02:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003859 10.0.0.33 - - [2024-09-02 02:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.33 - - [2024-09-02 02:36:01] "POST /ref-update HTTP/1.1" 200 156 0.009184 10.0.0.33 - - [2024-09-02 02:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.33 - - [2024-09-02 02:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.33 - - [2024-09-02 02:36:01] "POST /ref-update HTTP/1.1" 200 156 0.010787 10.0.0.33 - - [2024-09-02 02:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005323 10.0.0.33 - - [2024-09-02 02:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.007185 10.0.0.33 - - [2024-09-02 02:36:01] "POST /ref-update HTTP/1.1" 200 156 0.010402 10.0.0.33 - - [2024-09-02 02:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006751 10.0.0.33 - - [2024-09-02 02:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005136 10.0.0.33 - - [2024-09-02 02:36:01] "POST /ref-update HTTP/1.1" 200 156 0.015786 10.0.0.33 - - [2024-09-02 02:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004221 10.0.0.33 - - [2024-09-02 02:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006188 10.0.0.33 - - [2024-09-02 02:36:01] "POST /ref-update HTTP/1.1" 200 156 0.017111 10.0.0.33 - - [2024-09-02 02:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.008308 10.0.0.33 - - [2024-09-02 02:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.008615 10.0.0.33 - - [2024-09-02 02:36:01] "POST /ref-update HTTP/1.1" 200 156 0.037874 10.0.0.33 - - [2024-09-02 02:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.008831 10.0.0.33 - - [2024-09-02 02:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.009595 10.0.0.33 - - [2024-09-02 02:36:02] "POST /ref-update HTTP/1.1" 200 156 0.021632 10.0.0.33 - - [2024-09-02 02:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.010102 10.0.0.33 - - [2024-09-02 02:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.010014 10.0.0.33 - - [2024-09-02 02:36:02] "POST /ref-update HTTP/1.1" 200 156 0.022351 10.0.0.33 - - [2024-09-02 02:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.008169 10.0.0.33 - - [2024-09-02 02:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.008491 10.0.0.33 - - [2024-09-02 02:36:02] "POST /ref-update HTTP/1.1" 200 156 0.022182 10.0.0.33 - - [2024-09-02 02:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.008337 10.0.0.33 - - [2024-09-02 02:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.009697 10.0.0.33 - - [2024-09-02 02:36:02] "POST /ref-update HTTP/1.1" 200 156 0.021664 10.0.0.33 - - [2024-09-02 02:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.007838 10.0.0.33 - - [2024-09-02 02:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.007041 10.0.0.33 - - [2024-09-02 02:36:02] "POST /ref-update HTTP/1.1" 200 156 0.020816 10.0.0.33 - - [2024-09-02 02:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.008662 10.0.0.33 - - [2024-09-02 02:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.008388 10.0.0.33 - - [2024-09-02 02:36:03] "POST /ref-update HTTP/1.1" 200 156 0.022683 10.0.0.33 - - [2024-09-02 02:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.008759 10.0.0.33 - - [2024-09-02 02:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.007945 10.0.0.33 - - [2024-09-02 02:36:03] "POST /ref-update HTTP/1.1" 200 156 0.022201 10.0.0.33 - - [2024-09-02 02:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.009165 10.0.0.33 - - [2024-09-02 02:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006476 10.0.0.33 - - [2024-09-02 02:36:03] "POST /ref-update HTTP/1.1" 200 156 0.026955 10.0.0.33 - - [2024-09-02 02:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.008652 10.0.0.33 - - [2024-09-02 02:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004165 10.0.0.33 - - [2024-09-02 02:36:03] "POST /ref-update HTTP/1.1" 200 156 0.012952 10.0.0.33 - - [2024-09-02 02:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006507 10.0.0.33 - - [2024-09-02 02:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.009237 10.0.0.33 - - [2024-09-02 02:36:03] "POST /ref-update HTTP/1.1" 200 156 0.022576 10.0.0.33 - - [2024-09-02 02:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.008757 10.0.0.33 - - [2024-09-02 02:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.007307 10.0.0.33 - - [2024-09-02 02:36:03] "POST /ref-update HTTP/1.1" 200 156 0.024392 10.0.0.33 - - [2024-09-02 02:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.008118 10.0.0.33 - - [2024-09-02 02:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.007887 10.0.0.33 - - [2024-09-02 02:36:04] "POST /ref-update HTTP/1.1" 200 156 0.021000 10.0.0.33 - - [2024-09-02 02:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.017014 10.0.0.33 - - [2024-09-02 02:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.008596 10.0.0.33 - - [2024-09-02 02:36:04] "POST /ref-update HTTP/1.1" 200 156 0.024169 10.0.0.33 - - [2024-09-02 02:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.006581 10.0.0.33 - - [2024-09-02 02:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.007416 10.0.0.33 - - [2024-09-02 02:36:04] "POST /ref-update HTTP/1.1" 200 156 0.019673 10.0.0.33 - - [2024-09-02 02:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.008175 10.0.0.33 - - [2024-09-02 02:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.007829 10.0.0.33 - - [2024-09-02 02:36:04] "POST /ref-update HTTP/1.1" 200 156 0.023024 10.0.0.33 - - [2024-09-02 02:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.008166 10.0.0.33 - - [2024-09-02 02:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.007638 10.0.0.33 - - [2024-09-02 02:36:04] "POST /ref-update HTTP/1.1" 200 156 0.021996 10.0.0.33 - - [2024-09-02 02:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.008510 10.0.0.33 - - [2024-09-02 02:36:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.008820 10.0.0.33 - - [2024-09-02 02:36:05] "POST /ref-update HTTP/1.1" 200 156 0.022563 10.0.0.33 - - [2024-09-02 02:36:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.007722 10.0.0.33 - - [2024-09-02 02:36:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.009743 10.0.0.33 - - [2024-09-02 02:36:05] "POST /ref-update HTTP/1.1" 200 156 0.022181 10.0.0.33 - - [2024-09-02 02:36:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.009222 10.0.0.33 - - [2024-09-02 02:36:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.008311 10.0.0.33 - - [2024-09-02 02:36:05] "POST /ref-update HTTP/1.1" 200 156 0.022360 10.0.0.33 - - [2024-09-02 02:36:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.008616 10.0.0.33 - - [2024-09-02 02:36:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.008787 10.0.0.33 - - [2024-09-02 02:36:05] "POST /ref-update HTTP/1.1" 200 156 0.019603 10.0.0.33 - - [2024-09-02 02:36:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.009570 10.0.0.33 - - [2024-09-02 02:36:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.007640 10.0.0.33 - - [2024-09-02 02:36:05] "POST /ref-update HTTP/1.1" 200 156 0.020951 10.0.0.33 - - [2024-09-02 02:36:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.008286 10.0.0.33 - - [2024-09-02 02:36:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.009876 10.0.0.33 - - [2024-09-02 02:36:06] "POST /ref-update HTTP/1.1" 200 156 0.025643 10.0.0.33 - - [2024-09-02 02:36:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.008062 10.0.0.33 - - [2024-09-02 02:36:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.009914 10.0.0.33 - - [2024-09-02 02:36:06] "POST /ref-update HTTP/1.1" 200 156 0.023163 10.0.0.33 - - [2024-09-02 02:36:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.008708 10.0.0.33 - - [2024-09-02 02:36:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.010343 10.0.0.33 - - [2024-09-02 02:36:06] "POST /ref-update HTTP/1.1" 200 156 0.026495 10.0.0.33 - - [2024-09-02 02:36:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.007757 10.0.0.33 - - [2024-09-02 02:36:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.007637 10.0.0.33 - - [2024-09-02 02:36:06] "POST /ref-update HTTP/1.1" 200 156 0.025497 10.0.0.33 - - [2024-09-02 02:36:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.008860 10.0.0.33 - - [2024-09-02 02:36:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.009579 10.0.0.33 - - [2024-09-02 02:36:06] "POST /ref-update HTTP/1.1" 200 156 0.025169 10.0.0.33 - - [2024-09-02 02:36:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.007962 10.0.0.33 - - [2024-09-02 02:36:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.008649 10.0.0.33 - - [2024-09-02 02:36:07] "POST /ref-update HTTP/1.1" 200 156 0.026722 10.0.0.33 - - [2024-09-02 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.008568 10.0.0.33 - - [2024-09-02 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.007984 10.0.0.33 - - [2024-09-02 02:36:07] "POST /ref-update HTTP/1.1" 200 156 0.021425 10.0.0.33 - - [2024-09-02 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.008396 10.0.0.33 - - [2024-09-02 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.008980 10.0.0.33 - - [2024-09-02 02:36:07] "POST /ref-update HTTP/1.1" 200 156 0.023789 10.0.0.33 - - [2024-09-02 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.008878 10.0.0.33 - - [2024-09-02 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.008838 10.0.0.33 - - [2024-09-02 02:36:07] "POST /ref-update HTTP/1.1" 200 156 0.022835 10.0.0.33 - - [2024-09-02 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.007058 10.0.0.33 - - [2024-09-02 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.007593 10.0.0.33 - - [2024-09-02 02:36:07] "POST /ref-update HTTP/1.1" 200 156 0.018230 10.0.0.33 - - [2024-09-02 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.011194 10.0.0.33 - - [2024-09-02 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.007337 10.0.0.33 - - [2024-09-02 02:36:07] "POST /ref-update HTTP/1.1" 200 156 0.026494 10.0.0.33 - - [2024-09-02 02:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.008292 10.0.0.33 - - [2024-09-02 02:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.008600 10.0.0.33 - - [2024-09-02 02:36:08] "POST /ref-update HTTP/1.1" 200 156 0.027360 10.0.0.33 - - [2024-09-02 02:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.008850 10.0.0.33 - - [2024-09-02 02:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.008232 10.0.0.33 - - [2024-09-02 02:36:08] "POST /ref-update HTTP/1.1" 200 156 0.025096 10.0.0.33 - - [2024-09-02 02:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.008993 10.0.0.33 - - [2024-09-02 02:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.008318 10.0.0.33 - - [2024-09-02 02:36:08] "POST /ref-update HTTP/1.1" 200 156 0.024470 10.0.0.33 - - [2024-09-02 02:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.008767 10.0.0.33 - - [2024-09-02 02:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.007372 10.0.0.33 - - [2024-09-02 02:36:08] "POST /ref-update HTTP/1.1" 200 156 0.025129 10.0.0.33 - - [2024-09-02 02:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.008430 10.0.0.33 - - [2024-09-02 02:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.008209 10.0.0.33 - - [2024-09-02 02:36:08] "POST /ref-update HTTP/1.1" 200 156 0.032348 10.0.0.33 - - [2024-09-02 02:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.008292 10.0.0.33 - - [2024-09-02 02:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.008143 10.0.0.33 - - [2024-09-02 02:36:09] "POST /ref-update HTTP/1.1" 200 156 0.024433 10.0.0.33 - - [2024-09-02 02:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.008252 10.0.0.33 - - [2024-09-02 02:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.008156 10.0.0.33 - - [2024-09-02 02:36:09] "POST /ref-update HTTP/1.1" 200 156 0.024244 10.0.0.33 - - [2024-09-02 02:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004750 10.0.0.33 - - [2024-09-02 02:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004771 10.0.0.33 - - [2024-09-02 02:36:09] "POST /ref-update HTTP/1.1" 200 156 0.025439 10.0.0.33 - - [2024-09-02 02:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.008034 10.0.0.33 - - [2024-09-02 02:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.007864 10.0.0.33 - - [2024-09-02 02:36:09] "POST /ref-update HTTP/1.1" 200 156 0.027575 10.0.0.33 - - [2024-09-02 02:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.007810 10.0.0.33 - - [2024-09-02 02:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.007910 10.0.0.33 - - [2024-09-02 02:36:09] "POST /ref-update HTTP/1.1" 200 156 0.027367 10.0.0.33 - - [2024-09-02 02:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.010737 10.0.0.33 - - [2024-09-02 02:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.009430 10.0.0.33 - - [2024-09-02 02:36:10] "POST /ref-update HTTP/1.1" 200 156 0.024591 10.0.0.33 - - [2024-09-02 02:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.008720 10.0.0.33 - - [2024-09-02 02:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.008830 10.0.0.33 - - [2024-09-02 02:36:10] "POST /ref-update HTTP/1.1" 200 156 0.018479 10.0.0.33 - - [2024-09-02 02:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.008573 10.0.0.33 - - [2024-09-02 02:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.008541 10.0.0.33 - - [2024-09-02 02:36:10] "POST /ref-update HTTP/1.1" 200 156 0.029465 10.0.0.33 - - [2024-09-02 02:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.008235 10.0.0.33 - - [2024-09-02 02:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.010116 10.0.0.33 - - [2024-09-02 02:36:10] "POST /ref-update HTTP/1.1" 200 156 0.024230 10.0.0.33 - - [2024-09-02 02:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.006928 10.0.0.33 - - [2024-09-02 02:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.009787 10.0.0.33 - - [2024-09-02 02:36:10] "POST /ref-update HTTP/1.1" 200 156 0.027315 10.0.0.33 - - [2024-09-02 02:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.010628 10.0.0.33 - - [2024-09-02 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.008379 10.0.0.33 - - [2024-09-02 02:36:11] "POST /ref-update HTTP/1.1" 200 156 0.024852 10.0.0.33 - - [2024-09-02 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.008006 10.0.0.33 - - [2024-09-02 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.010204 10.0.0.33 - - [2024-09-02 02:36:11] "POST /ref-update HTTP/1.1" 200 156 0.026085 10.0.0.33 - - [2024-09-02 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.007849 10.0.0.33 - - [2024-09-02 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.008773 10.0.0.33 - - [2024-09-02 02:36:11] "POST /ref-update HTTP/1.1" 200 156 0.026862 10.0.0.33 - - [2024-09-02 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.008356 10.0.0.33 - - [2024-09-02 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.007647 10.0.0.33 - - [2024-09-02 02:36:11] "POST /ref-update HTTP/1.1" 200 156 0.023482 10.0.0.33 - - [2024-09-02 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.007639 10.0.0.33 - - [2024-09-02 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.008057 10.0.0.33 - - [2024-09-02 02:36:11] "POST /ref-update HTTP/1.1" 200 156 0.026142 10.0.0.33 - - [2024-09-02 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.007843 10.0.0.33 - - [2024-09-02 02:36:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.008190 10.0.0.33 - - [2024-09-02 02:36:12] "POST /ref-update HTTP/1.1" 200 156 0.028102 10.0.0.33 - - [2024-09-02 02:36:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.008714 10.0.0.33 - - [2024-09-02 02:36:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.009781 10.0.0.33 - - [2024-09-02 02:36:12] "POST /ref-update HTTP/1.1" 200 156 0.026471 10.0.0.33 - - [2024-09-02 02:36:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.008233 10.0.0.33 - - [2024-09-02 02:36:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.007622 10.0.0.33 - - [2024-09-02 02:36:12] "POST /ref-update HTTP/1.1" 200 156 0.024935 10.0.0.33 - - [2024-09-02 02:36:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.008745 10.0.0.33 - - [2024-09-02 02:36:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.009320 10.0.0.33 - - [2024-09-02 02:36:12] "POST /ref-update HTTP/1.1" 200 156 0.025755 10.0.0.33 - - [2024-09-02 02:36:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.009607 10.0.0.33 - - [2024-09-02 02:36:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.008346 10.0.0.33 - - [2024-09-02 02:36:12] "POST /ref-update HTTP/1.1" 200 156 0.024201 10.0.0.33 - - [2024-09-02 02:36:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.008752 10.0.0.33 - - [2024-09-02 02:36:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.008433 10.0.0.33 - - [2024-09-02 02:36:13] "POST /ref-update HTTP/1.1" 200 156 0.023788 10.0.0.33 - - [2024-09-02 02:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.009313 10.0.0.33 - - [2024-09-02 02:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.008320 10.0.0.33 - - [2024-09-02 02:36:13] "POST /ref-update HTTP/1.1" 200 156 0.026067 10.0.0.33 - - [2024-09-02 02:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.008006 10.0.0.33 - - [2024-09-02 02:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.007653 10.0.0.33 - - [2024-09-02 02:36:13] "POST /ref-update HTTP/1.1" 200 156 0.031890 10.0.0.33 - - [2024-09-02 02:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.008770 10.0.0.33 - - [2024-09-02 02:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.007866 10.0.0.33 - - [2024-09-02 02:36:13] "POST /ref-update HTTP/1.1" 200 156 0.021397 10.0.0.33 - - [2024-09-02 02:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.006368 10.0.0.33 - - [2024-09-02 02:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.008784 10.0.0.33 - - [2024-09-02 02:36:13] "POST /ref-update HTTP/1.1" 200 156 0.024195 10.0.0.33 - - [2024-09-02 02:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.008274 10.0.0.33 - - [2024-09-02 02:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.009459 10.0.0.33 - - [2024-09-02 02:36:14] "POST /ref-update HTTP/1.1" 200 156 0.026698 10.0.0.33 - - [2024-09-02 02:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.009495 10.0.0.33 - - [2024-09-02 02:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.007837 10.0.0.33 - - [2024-09-02 02:36:14] "POST /ref-update HTTP/1.1" 200 156 0.024624 10.0.0.33 - - [2024-09-02 02:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.009273 10.0.0.33 - - [2024-09-02 02:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.010667 10.0.0.33 - - [2024-09-02 02:36:14] "POST /ref-update HTTP/1.1" 200 156 0.024157 10.0.0.33 - - [2024-09-02 02:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.007466 10.0.0.33 - - [2024-09-02 02:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.008605 10.0.0.33 - - [2024-09-02 02:36:14] "POST /ref-update HTTP/1.1" 200 156 0.025151 10.0.0.33 - - [2024-09-02 02:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.006707 10.0.0.33 - - [2024-09-02 02:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.007784 10.0.0.33 - - [2024-09-02 02:36:14] "POST /ref-update HTTP/1.1" 200 156 0.024556 10.0.0.33 - - [2024-09-02 02:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.010033 10.0.0.33 - - [2024-09-02 02:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.008761 10.0.0.33 - - [2024-09-02 02:36:15] "POST /ref-update HTTP/1.1" 200 156 0.024261 10.0.0.33 - - [2024-09-02 02:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.007235 10.0.0.33 - - [2024-09-02 02:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.009852 10.0.0.33 - - [2024-09-02 02:36:15] "POST /ref-update HTTP/1.1" 200 156 0.026577 10.0.0.33 - - [2024-09-02 02:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.007866 10.0.0.33 - - [2024-09-02 02:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.010711 10.0.0.33 - - [2024-09-02 02:36:15] "POST /ref-update HTTP/1.1" 200 156 0.024404 10.0.0.33 - - [2024-09-02 02:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.007981 10.0.0.33 - - [2024-09-02 02:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.007627 10.0.0.33 - - [2024-09-02 02:36:15] "POST /ref-update HTTP/1.1" 200 156 0.022653 10.0.0.33 - - [2024-09-02 02:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.008483 10.0.0.33 - - [2024-09-02 02:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.008354 10.0.0.33 - - [2024-09-02 02:36:15] "POST /ref-update HTTP/1.1" 200 156 0.023775 10.0.0.33 - - [2024-09-02 02:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.008827 10.0.0.33 - - [2024-09-02 02:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.009265 10.0.0.33 - - [2024-09-02 02:36:15] "POST /ref-update HTTP/1.1" 200 156 0.022580 10.0.0.33 - - [2024-09-02 02:36:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.008061 10.0.0.33 - - [2024-09-02 02:36:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.007929 10.0.0.33 - - [2024-09-02 02:36:16] "POST /ref-update HTTP/1.1" 200 156 0.024444 10.0.0.33 - - [2024-09-02 02:36:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.008395 10.0.0.33 - - [2024-09-02 02:36:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.008227 10.0.0.33 - - [2024-09-02 02:36:16] "POST /ref-update HTTP/1.1" 200 156 0.027332 10.0.0.33 - - [2024-09-02 02:36:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005114 10.0.0.33 - - [2024-09-02 02:36:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.006311 10.0.0.33 - - [2024-09-02 02:36:16] "POST /ref-update HTTP/1.1" 200 156 0.030663 10.0.0.33 - - [2024-09-02 02:36:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.006803 10.0.0.33 - - [2024-09-02 02:36:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.008311 10.0.0.33 - - [2024-09-02 02:36:16] "POST /ref-update HTTP/1.1" 200 156 0.015427 10.0.0.33 - - [2024-09-02 02:36:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.008056 10.0.0.33 - - [2024-09-02 02:36:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.007693 10.0.0.33 - - [2024-09-02 02:36:16] "POST /ref-update HTTP/1.1" 200 156 0.023500 10.0.0.33 - - [2024-09-02 02:36:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.007617 10.0.0.33 - - [2024-09-02 02:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.009242 10.0.0.33 - - [2024-09-02 02:36:17] "POST /ref-update HTTP/1.1" 200 156 0.026610 10.0.0.33 - - [2024-09-02 02:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.008307 10.0.0.33 - - [2024-09-02 02:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.006927 10.0.0.33 - - [2024-09-02 02:36:17] "POST /ref-update HTTP/1.1" 200 156 0.014281 10.0.0.33 - - [2024-09-02 02:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.007489 10.0.0.33 - - [2024-09-02 02:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.008338 10.0.0.33 - - [2024-09-02 02:36:17] "POST /ref-update HTTP/1.1" 200 156 0.025216 10.0.0.33 - - [2024-09-02 02:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.009219 10.0.0.33 - - [2024-09-02 02:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005097 10.0.0.33 - - [2024-09-02 02:36:17] "POST /ref-update HTTP/1.1" 200 156 0.024924 10.0.0.33 - - [2024-09-02 02:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.008538 10.0.0.33 - - [2024-09-02 02:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.008221 10.0.0.33 - - [2024-09-02 02:36:17] "POST /ref-update HTTP/1.1" 200 156 0.019384 10.0.0.33 - - [2024-09-02 02:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005212 10.0.0.33 - - [2024-09-02 02:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005134 10.0.0.33 - - [2024-09-02 02:36:18] "POST /ref-update HTTP/1.1" 200 156 0.016141 10.0.0.33 - - [2024-09-02 02:36:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.007131 10.0.0.33 - - [2024-09-02 02:36:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.008631 10.0.0.33 - - [2024-09-02 02:36:18] "POST /ref-update HTTP/1.1" 200 156 0.018011 10.0.0.33 - - [2024-09-02 02:36:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.007910 10.0.0.33 - - [2024-09-02 02:36:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.008568 10.0.0.33 - - [2024-09-02 02:36:18] "POST /ref-update HTTP/1.1" 200 156 0.025818 10.0.0.33 - - [2024-09-02 02:36:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.008629 10.0.0.33 - - [2024-09-02 02:36:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.007108 10.0.0.33 - - [2024-09-02 02:36:18] "POST /ref-update HTTP/1.1" 200 156 0.017565 10.0.0.33 - - [2024-09-02 02:36:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.006133 10.0.0.33 - - [2024-09-02 02:36:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.008843 10.0.0.33 - - [2024-09-02 02:36:18] "POST /ref-update HTTP/1.1" 200 156 0.015194 10.0.0.33 - - [2024-09-02 02:36:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.006899 10.0.0.33 - - [2024-09-02 02:36:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.007953 10.0.0.33 - - [2024-09-02 02:36:18] "POST /ref-update HTTP/1.1" 200 156 0.014660 10.0.0.33 - - [2024-09-02 02:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.008148 10.0.0.33 - - [2024-09-02 02:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.010197 10.0.0.33 - - [2024-09-02 02:36:19] "POST /ref-update HTTP/1.1" 200 156 0.022461 10.0.0.33 - - [2024-09-02 02:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.008180 10.0.0.33 - - [2024-09-02 02:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.008320 10.0.0.33 - - [2024-09-02 02:36:19] "POST /ref-update HTTP/1.1" 200 156 0.024287 10.0.0.33 - - [2024-09-02 02:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.007715 10.0.0.33 - - [2024-09-02 02:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.008417 10.0.0.33 - - [2024-09-02 02:36:19] "POST /ref-update HTTP/1.1" 200 156 0.025593 10.0.0.33 - - [2024-09-02 02:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.010604 10.0.0.33 - - [2024-09-02 02:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.008586 10.0.0.33 - - [2024-09-02 02:36:19] "POST /ref-update HTTP/1.1" 200 156 0.022657 10.0.0.33 - - [2024-09-02 02:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.006502 10.0.0.33 - - [2024-09-02 02:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.008020 10.0.0.33 - - [2024-09-02 02:36:19] "POST /ref-update HTTP/1.1" 200 156 0.020591 10.0.0.33 - - [2024-09-02 02:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.008137 10.0.0.33 - - [2024-09-02 02:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.008098 10.0.0.33 - - [2024-09-02 02:36:20] "POST /ref-update HTTP/1.1" 200 156 0.023289 10.0.0.33 - - [2024-09-02 02:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.008606 10.0.0.33 - - [2024-09-02 02:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.008172 10.0.0.33 - - [2024-09-02 02:36:20] "POST /ref-update HTTP/1.1" 200 156 0.031875 10.0.0.33 - - [2024-09-02 02:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.008164 10.0.0.33 - - [2024-09-02 02:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.009872 10.0.0.33 - - [2024-09-02 02:36:20] "POST /ref-update HTTP/1.1" 200 156 0.034387 10.0.0.33 - - [2024-09-02 02:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.008052 10.0.0.33 - - [2024-09-02 02:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.010000 10.0.0.33 - - [2024-09-02 02:36:20] "POST /ref-update HTTP/1.1" 200 156 0.032208 10.0.0.33 - - [2024-09-02 02:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.009107 10.0.0.33 - - [2024-09-02 02:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004551 10.0.0.33 - - [2024-09-02 02:36:20] "POST /ref-update HTTP/1.1" 200 156 0.017264 10.0.0.33 - - [2024-09-02 02:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.008067 10.0.0.33 - - [2024-09-02 02:36:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.008527 10.0.0.33 - - [2024-09-02 02:36:21] "POST /ref-update HTTP/1.1" 200 156 0.033534 10.0.0.33 - - [2024-09-02 02:36:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.008760 10.0.0.33 - - [2024-09-02 02:36:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.008544 10.0.0.33 - - [2024-09-02 02:36:21] "POST /ref-update HTTP/1.1" 200 156 0.033787 10.0.0.33 - - [2024-09-02 02:36:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.008429 10.0.0.33 - - [2024-09-02 02:36:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.009365 10.0.0.33 - - [2024-09-02 02:36:21] "POST /ref-update HTTP/1.1" 200 156 0.025148 10.0.0.33 - - [2024-09-02 02:36:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.008205 10.0.0.33 - - [2024-09-02 02:36:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005021 10.0.0.33 - - [2024-09-02 02:36:21] "POST /ref-update HTTP/1.1" 200 156 0.026039 10.0.0.33 - - [2024-09-02 02:36:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.008171 10.0.0.33 - - [2024-09-02 02:36:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.008576 10.0.0.33 - - [2024-09-02 02:36:21] "POST /ref-update HTTP/1.1" 200 156 0.022881 10.0.0.33 - - [2024-09-02 02:36:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.008105 10.0.0.33 - - [2024-09-02 02:36:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.007802 10.0.0.33 - - [2024-09-02 02:36:22] "POST /ref-update HTTP/1.1" 200 156 0.012761 10.0.0.33 - - [2024-09-02 02:36:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.008385 10.0.0.33 - - [2024-09-02 02:36:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.008195 10.0.0.33 - - [2024-09-02 02:36:22] "POST /ref-update HTTP/1.1" 200 156 0.025787 10.0.0.33 - - [2024-09-02 02:36:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.008466 10.0.0.33 - - [2024-09-02 02:36:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.007086 10.0.0.33 - - [2024-09-02 02:36:22] "POST /ref-update HTTP/1.1" 200 156 0.024401 10.0.0.33 - - [2024-09-02 02:36:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.008375 10.0.0.33 - - [2024-09-02 02:36:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.008473 10.0.0.33 - - [2024-09-02 02:36:22] "POST /ref-update HTTP/1.1" 200 156 0.023544 10.0.0.33 - - [2024-09-02 02:36:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.008752 10.0.0.33 - - [2024-09-02 02:36:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.007781 10.0.0.33 - - [2024-09-02 02:36:22] "POST /ref-update HTTP/1.1" 200 156 0.025046 10.0.0.33 - - [2024-09-02 02:36:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.008128 10.0.0.33 - - [2024-09-02 02:36:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005960 10.0.0.33 - - [2024-09-02 02:36:23] "POST /ref-update HTTP/1.1" 200 156 0.022863 10.0.0.33 - - [2024-09-02 02:36:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.009803 10.0.0.33 - - [2024-09-02 02:36:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.007950 10.0.0.33 - - [2024-09-02 02:36:23] "POST /ref-update HTTP/1.1" 200 156 0.026736 10.0.0.33 - - [2024-09-02 02:36:23] "POST /network-ipams HTTP/1.1" 200 550 0.029510 10.0.0.33 - - [2024-09-02 02:36:23] "POST /useragent-kv HTTP/1.1" 200 115 0.005642 10.0.0.33 - - [2024-09-02 02:36:23] "POST /virtual-networks HTTP/1.1" 200 552 0.152073 10.0.0.33 - - [2024-09-02 02:36:23] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.006901 10.0.0.33 - - [2024-09-02 02:36:23] "POST /fqname-to-id HTTP/1.1" 404 188 0.006285 10.0.0.33 - - [2024-09-02 02:36:23] "POST /fqname-to-id HTTP/1.1" 404 178 0.004737 10.0.0.33 - - [2024-09-02 02:36:23] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 312 0.007906 10.0.0.33 - - [2024-09-02 02:36:23] "GET /fabric/1a0c8cde-8915-4abd-b3b4-f276a4452fd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1116 0.008326 10.0.0.33 - - [2024-09-02 02:36:23] "POST /fqname-to-id HTTP/1.1" 404 198 0.004369 10.0.0.33 - - [2024-09-02 02:36:23] "POST /fqname-to-id HTTP/1.1" 404 205 0.004657 10.0.0.33 - - [2024-09-02 02:36:23] "POST /fqname-to-id HTTP/1.1" 404 207 0.008491 10.0.0.33 - - [2024-09-02 02:36:24] "POST /route-targets HTTP/1.1" 200 327 0.020628 10.0.0.33 - - [2024-09-02 02:36:24] "POST /ref-update HTTP/1.1" 200 156 0.020672 10.0.0.33 - - [2024-09-02 02:36:59] "GET / HTTP/1.1" 200 35931 0.002295 10.0.0.33 - - [2024-09-02 02:36:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000507 10.0.0.33 - - [2024-09-02 02:36:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.028893 10.0.0.33 - - [2024-09-02 02:36:59] "GET /routing-instance/d720dbe6-6049-4e6f-b3be-cf4677259d1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.003156 10.0.0.33 - - [2024-09-02 02:36:59] "POST /bgp-routers HTTP/1.1" 200 620 0.028814 10.0.0.33 - - [2024-09-02 02:36:59] "GET /bgp-router/b0bd10a8-ee7b-4c40-b0e3-3a669aeca430?fields=global_system_config_back_refs HTTP/1.1" 200 1117 0.009775 10.0.0.33 - - [2024-09-02 02:37:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.33 - - [2024-09-02 02:37:00] "GET /global-system-config/6e530d45-b10f-45e9-8f12-7bf85fbd97e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.005485 10.0.0.33 - - [2024-09-02 02:37:00] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.008570 10.0.0.33 - - [2024-09-02 02:37:00] "POST /ref-update HTTP/1.1" 200 156 0.018022 10.0.0.33 - - [2024-09-02 02:38:18] "GET / HTTP/1.1" 200 35931 0.003264 10.0.0.33 - - [2024-09-02 02:38:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000593 10.0.0.33 - - [2024-09-02 02:38:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.031212 10.0.0.33 - - [2024-09-02 02:38:19] "GET /global-system-config/6e530d45-b10f-45e9-8f12-7bf85fbd97e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.004582 10.0.0.33 - - [2024-09-02 02:38:19] "POST /fqname-to-id HTTP/1.1" 404 220 0.002948 10.0.0.33 - - [2024-09-02 02:38:19] "POST /database-nodes HTTP/1.1" 200 603 0.038064 10.0.0.33 - - [2024-09-02 02:39:17] "GET / HTTP/1.1" 200 35931 0.003207 10.0.0.33 - - [2024-09-02 02:39:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000698 10.0.0.33 - - [2024-09-02 02:39:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.092311 10.0.0.33 - - [2024-09-02 02:39:17] "GET /global-system-config/6e530d45-b10f-45e9-8f12-7bf85fbd97e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.007964 10.0.0.33 - - [2024-09-02 02:39:17] "POST /fqname-to-id HTTP/1.1" 404 220 0.003884 10.0.0.33 - - [2024-09-02 02:39:17] "POST /analytics-nodes HTTP/1.1" 200 605 0.030551 10.0.0.33 - - [2024-09-02 02:39:22] "GET / HTTP/1.1" 200 35931 0.003468 10.0.0.33 - - [2024-09-02 02:39:40] "GET / HTTP/1.1" 200 35931 0.005110 10.0.0.33 - - [2024-09-02 02:39:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.001356 10.0.0.33 - - [2024-09-02 02:39:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.077673 10.0.0.33 - - [2024-09-02 02:39:40] "GET /global-system-config/6e530d45-b10f-45e9-8f12-7bf85fbd97e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.009633 10.0.0.33 - - [2024-09-02 02:39:40] "POST /fqname-to-id HTTP/1.1" 404 220 0.008446 10.0.0.33 - - [2024-09-02 02:39:40] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.067198 10.0.0.33 - - [2024-09-02 02:39:53] "GET / HTTP/1.1" 200 35931 0.003166 10.0.0.33 - - [2024-09-02 02:39:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000852 10.0.0.33 - - [2024-09-02 02:39:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.046778 10.0.0.33 - - [2024-09-02 02:39:53] "GET /global-system-config/6e530d45-b10f-45e9-8f12-7bf85fbd97e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.006707 10.0.0.33 - - [2024-09-02 02:39:54] "POST /fqname-to-id HTTP/1.1" 404 220 0.007325 10.0.0.33 - - [2024-09-02 02:39:54] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.052133 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.33 - - [2024-09-02 02:40:08] "GET /obj-perms HTTP/1.1" 200 5056 0.503745 10.0.0.33 - - [2024-09-02 02:40:08] "GET /obj-perms HTTP/1.1" 200 5056 0.137421 10.0.0.33 - - [2024-09-02 02:40:56] "GET /global-system-configs HTTP/1.1" 200 322 0.009867 10.0.0.33 - - [2024-09-02 02:40:56] "GET /obj-perms HTTP/1.1" 200 5056 0.088960 10.0.0.33 - - [2024-09-02 02:40:56] "GET /global-system-configs HTTP/1.1" 200 322 0.008823 10.0.0.33 - - [2024-09-02 02:40:57] "GET /obj-perms HTTP/1.1" 200 5056 0.087780 10.0.0.33 - - [2024-09-02 02:41:09] "GET /obj-perms HTTP/1.1" 200 5056 0.111765 10.0.0.33 - - [2024-09-02 02:41:09] "GET /obj-perms HTTP/1.1" 200 5056 0.057054 10.0.0.33 - - [2024-09-02 02:41:53] "GET / HTTP/1.1" 200 35931 0.006536 10.0.0.33 - - [2024-09-02 02:41:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.001352 10.0.0.33 - - [2024-09-02 02:41:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.047053 10.0.0.33 - - [2024-09-02 02:41:53] "GET /global-system-config/6e530d45-b10f-45e9-8f12-7bf85fbd97e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.009111 10.0.0.33 - - [2024-09-02 02:41:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.007975 10.0.0.33 - - [2024-09-02 02:41:53] "GET /routing-instance/d720dbe6-6049-4e6f-b3be-cf4677259d1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.005299 10.0.0.33 - - [2024-09-02 02:41:53] "PUT /global-system-config/6e530d45-b10f-45e9-8f12-7bf85fbd97e0 HTTP/1.1" 200 274 0.031175 10.0.0.33 - - [2024-09-02 02:41:53] "POST /fqname-to-id HTTP/1.1" 404 218 0.006581 10.0.0.33 - - [2024-09-02 02:41:53] "POST /virtual-routers HTTP/1.1" 200 603 0.023352 10.0.0.33 - - [2024-09-02 02:41:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.33 - - [2024-09-02 02:41:53] "GET /virtual-router/20c6cfd8-8634-4a5e-9f46-d8fd31717c54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1255 0.009384 10.0.0.33 - - [2024-09-02 02:41:54] "POST /fqname-to-id HTTP/1.1" 404 231 0.009465 10.0.0.33 - - [2024-09-02 02:41:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.009110 10.0.0.33 - - [2024-09-02 02:41:54] "GET /virtual-network/b00b93df-1953-4ac1-94b9-5dbab3993bbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.008730 10.0.0.33 - - [2024-09-02 02:41:54] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.084874 10.0.0.33 - - [2024-09-02 02:41:54] "PUT /access-control-list/8712fdac-9a14-4f4a-afa7-02e7709a8c9b HTTP/1.1" 200 272 0.107236 10.0.0.33 - - [2024-09-02 02:42:10] "GET /obj-perms HTTP/1.1" 200 5056 0.073488 10.0.0.33 - - [2024-09-02 02:42:10] "GET /obj-perms HTTP/1.1" 200 5056 0.062109 [Introspect:8084]10.0.0.33 - - [2024-09-02 02:42:15] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.003515 [Introspect:8084]10.0.0.33 - - [2024-09-02 02:42:15] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.004243 [Introspect:8084]10.0.0.33 - - [2024-09-02 02:42:18] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001961 [Introspect:8084]10.0.0.33 - - [2024-09-02 02:42:18] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.003606 10.0.0.33 - - [2024-09-02 02:43:11] "GET /obj-perms HTTP/1.1" 200 5056 0.125251 10.0.0.33 - - [2024-09-02 02:43:11] "GET /obj-perms HTTP/1.1" 200 5056 0.140817 10.0.0.33 - - [2024-09-02 02:43:55] "GET / HTTP/1.1" 200 35931 0.005883 10.0.0.33 - - [2024-09-02 02:43:56] "GET /project/7264605a-4ec6-4e9e-a3ad-64df4608662e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.001395 10.0.0.33 - - [2024-09-02 02:43:57] "GET /projects?obj_uuids=7264605a-4ec6-4e9e-a3ad-64df4608662e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.060679 10.0.0.33 - - [2024-09-02 02:43:57] "GET /domains?obj_uuids=cbaaadc6-cd05-4f7f-a531-278643746e39&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.005887 10.0.0.33 - - [2024-09-02 02:43:57] "GET /domain/cbaaadc6-cd05-4f7f-a531-278643746e39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.098520 10.0.0.33 - - [2024-09-02 02:43:57] "POST /id-to-fqname HTTP/1.1" 200 167 0.003198 10.0.0.33 - - [2024-09-02 02:43:57] "POST /fqname-to-id HTTP/1.1" 404 176 0.004460 10.0.0.33 - - [2024-09-02 02:43:57] "POST /security-groups HTTP/1.1" 200 568 0.095629 10.0.0.33 - - [2024-09-02 02:43:57] "POST /projects HTTP/1.1" 200 539 0.370194 10.0.0.33 - - [2024-09-02 02:43:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.006026 10.0.0.33 - - [2024-09-02 02:43:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.453102 10.0.0.33 - - [2024-09-02 02:43:57] "POST /access-control-lists HTTP/1.1" 200 573 0.050975 10.0.0.33 - - [2024-09-02 02:43:57] "GET /project/7264605a-4ec6-4e9e-a3ad-64df4608662e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.871258 10.0.0.33 - - [2024-09-02 02:43:57] "POST /fqname-to-id HTTP/1.1" 404 206 0.006814 10.0.0.33 - - [2024-09-02 02:43:58] "POST /access-control-lists HTTP/1.1" 200 571 0.073678 [Introspect:8084]10.0.0.33 - - [2024-09-02 02:43:58] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001954 10.0.0.33 - - [2024-09-02 02:43:59] "POST /fqname-to-id HTTP/1.1" 404 199 0.060018 10.0.0.33 - - [2024-09-02 02:43:59] "GET /projects?obj_uuids=1514edcc-6cd6-419f-8384-bbe68565e69c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004164 10.0.0.33 - - [2024-09-02 02:43:59] "GET /domains?obj_uuids=cbaaadc6-cd05-4f7f-a531-278643746e39&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001372 10.0.0.33 - - [2024-09-02 02:43:59] "GET /domain/cbaaadc6-cd05-4f7f-a531-278643746e39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008615 10.0.0.33 - - [2024-09-02 02:43:59] "POST /id-to-fqname HTTP/1.1" 200 201 0.002316 10.0.0.33 - - [2024-09-02 02:43:59] "POST /fqname-to-id HTTP/1.1" 404 210 0.005619 10.0.0.33 - - [2024-09-02 02:43:59] "POST /security-groups HTTP/1.1" 200 602 0.083749 10.0.0.33 - - [2024-09-02 02:44:00] "POST /fqname-to-id HTTP/1.1" 404 245 0.005119 10.0.0.33 - - [2024-09-02 02:44:00] "POST /projects HTTP/1.1" 200 607 0.282760 10.0.0.33 - - [2024-09-02 02:44:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.341674 10.0.0.33 - - [2024-09-02 02:44:00] "POST /access-control-lists HTTP/1.1" 200 607 0.082633 10.0.0.33 - - [2024-09-02 02:44:00] "GET /project/1514edcc-6cd6-419f-8384-bbe68565e69c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.553655 10.0.0.33 - - [2024-09-02 02:44:00] "POST /fqname-to-id HTTP/1.1" 404 244 0.002805 10.0.0.33 - - [2024-09-02 02:44:00] "POST /access-control-lists HTTP/1.1" 200 605 0.072737 10.0.0.33 - - [2024-09-02 02:44:01] "GET / HTTP/1.1" 200 35931 0.006707 10.0.0.33 - - [2024-09-02 02:44:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.001841 10.0.0.33 - - [2024-09-02 02:44:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.109890 10.0.0.33 - - [2024-09-02 02:44:03] "GET /projects?obj_uuids=1514edcc-6cd6-419f-8384-bbe68565e69c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003684 10.0.0.33 - - [2024-09-02 02:44:03] "GET /project/1514edcc-6cd6-419f-8384-bbe68565e69c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.068992 10.0.0.33 - - [2024-09-02 02:44:03] "POST /neutron/network HTTP/1.1" 200 117 0.126591 10.0.0.33 - - [2024-09-02 02:44:03] "GET /projects?obj_uuids=1514edcc-6cd6-419f-8384-bbe68565e69c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.004191 10.0.0.33 - - [2024-09-02 02:44:03] "POST /neutron/network HTTP/1.1" 200 620 0.166557 10.0.0.33 - - [2024-09-02 02:44:03] "POST /route-targets HTTP/1.1" 200 327 0.032961 10.0.0.33 - - [2024-09-02 02:44:03] "POST /ref-update HTTP/1.1" 200 156 0.018792 10.0.0.33 - - [2024-09-02 02:44:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002783 10.0.0.33 - - [2024-09-02 02:44:04] "POST /neutron/subnet HTTP/1.1" 200 729 0.162257 10.0.0.33 - - [2024-09-02 02:44:04] "POST /neutron/network HTTP/1.1" 200 840 0.007910 10.0.0.33 - - [2024-09-02 02:44:04] "POST /id-to-fqname HTTP/1.1" 200 233 0.001832 10.0.0.33 - - [2024-09-02 02:44:04] "GET /virtual-network/6eaca5dd-0713-4ec3-9460-e8f8e3ecc738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.003952 10.0.0.33 - - [2024-09-02 02:44:04] "POST /neutron/network HTTP/1.1" 200 840 0.009533 10.0.0.33 - - [2024-09-02 02:44:04] "GET /virtual-network/6eaca5dd-0713-4ec3-9460-e8f8e3ecc738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005934 10.0.0.33 - - [2024-09-02 02:44:04] "POST /neutron/network HTTP/1.1" 200 840 0.016447 10.0.0.33 - - [2024-09-02 02:44:04] "POST /neutron/subnet HTTP/1.1" 200 729 0.017198 10.0.0.33 - - [2024-09-02 02:44:04] "GET /domains HTTP/1.1" 401 292 0.001339 10.0.0.33 - - [2024-09-02 02:44:04] "DELETE /project/7264605a4ec64e9ea3ad64df4608662e HTTP/1.1" 404 173 0.007132 10.0.0.33 - - [2024-09-02 02:44:04] "DELETE /project/1514edcc6cd6419f8384bbe68565e69c HTTP/1.1" 404 173 0.004528 10.0.0.33 - - [2024-09-02 02:44:04] "GET /domains HTTP/1.1" 200 280 0.079469 10.0.0.33 - - [2024-09-02 02:44:04] "GET /domains?obj_uuids=cbaaadc6-cd05-4f7f-a531-278643746e39&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002387 10.0.0.33 - - [2024-09-02 02:44:04] "GET /domain/cbaaadc6-cd05-4f7f-a531-278643746e39 HTTP/1.1" 200 2585 0.021977 10.0.0.33 - - [2024-09-02 02:44:04] "GET /projects?obj_uuids=1514edcc-6cd6-419f-8384-bbe68565e69c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001950 10.0.0.33 - - [2024-09-02 02:44:05] "GET /project/1514edcc-6cd6-419f-8384-bbe68565e69c HTTP/1.1" 200 2177 0.128260 10.0.0.33 - - [2024-09-02 02:44:05] "GET /virtual-network/6eaca5dd-0713-4ec3-9460-e8f8e3ecc738 HTTP/1.1" 200 2344 0.010373 10.0.0.33 - - [2024-09-02 02:44:05] "GET /virtual-network/6eaca5dd-0713-4ec3-9460-e8f8e3ecc738 HTTP/1.1" 200 2344 0.009653 10.0.0.33 - - [2024-09-02 02:44:05] "GET /routing-instance/5bd90cca-7deb-426d-824c-1b73b8282ded HTTP/1.1" 200 1493 0.007712 10.0.0.33 - - [2024-09-02 02:44:05] "GET /routing-instance/5bd90cca-7deb-426d-824c-1b73b8282ded HTTP/1.1" 200 1493 0.008717 10.0.0.33 - - [2024-09-02 02:44:05] "GET /route-target/410e9e52-439d-40bc-a591-3befc31b6f94 HTTP/1.1" 200 1219 0.011472 10.0.0.33 - - [2024-09-02 02:44:05] "GET /virtual-network/6eaca5dd-0713-4ec3-9460-e8f8e3ecc738 HTTP/1.1" 200 2344 0.006821 10.0.0.33 - - [2024-09-02 02:44:05] "GET /routing-instance/5bd90cca-7deb-426d-824c-1b73b8282ded HTTP/1.1" 200 1493 0.009013 10.0.0.33 - - [2024-09-02 02:44:05] "GET /virtual-network/6eaca5dd-0713-4ec3-9460-e8f8e3ecc738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.008843 10.0.0.33 - - [2024-09-02 02:44:05] "GET /virtual-network/6eaca5dd-0713-4ec3-9460-e8f8e3ecc738 HTTP/1.1" 200 2344 0.008137 10.0.0.33 - - [2024-09-02 02:44:05] "GET /routing-instance/5bd90cca-7deb-426d-824c-1b73b8282ded HTTP/1.1" 200 1493 0.008430 10.0.0.33 - - [2024-09-02 02:44:05] "GET /routing-instance/5bd90cca-7deb-426d-824c-1b73b8282ded HTTP/1.1" 200 1493 0.007630 10.0.0.33 - - [2024-09-02 02:44:05] "GET /route-target/410e9e52-439d-40bc-a591-3befc31b6f94 HTTP/1.1" 200 1219 0.005501 10.0.0.33 - - [2024-09-02 02:44:05] "GET /domains HTTP/1.1" 200 280 0.004695 10.0.0.33 - - [2024-09-02 02:44:05] "GET /domains?obj_uuids=cbaaadc6-cd05-4f7f-a531-278643746e39&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001722 10.0.0.33 - - [2024-09-02 02:44:05] "GET /domain/cbaaadc6-cd05-4f7f-a531-278643746e39 HTTP/1.1" 200 2585 0.011737 10.0.0.33 - - [2024-09-02 02:44:05] "GET /projects?obj_uuids=1514edcc-6cd6-419f-8384-bbe68565e69c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002022 10.0.0.33 - - [2024-09-02 02:44:05] "GET /project/1514edcc-6cd6-419f-8384-bbe68565e69c HTTP/1.1" 200 2177 0.126369 10.0.0.33 - - [2024-09-02 02:44:05] "GET /virtual-network/6eaca5dd-0713-4ec3-9460-e8f8e3ecc738 HTTP/1.1" 200 2344 0.005169 10.0.0.33 - - [2024-09-02 02:44:05] "GET /obj-perms HTTP/1.1" 200 5052 0.160849 10.0.0.33 - - [2024-09-02 02:44:06] "POST /id-to-fqname HTTP/1.1" 200 233 0.003659 10.0.0.33 - - [2024-09-02 02:44:08] "POST /neutron/network HTTP/1.1" 200 850 0.017427 10.0.0.33 - - [2024-09-02 02:44:08] "GET /aaa-mode HTTP/1.1" 401 292 0.001341 10.0.0.33 - - [2024-09-02 02:44:09] "GET / HTTP/1.1" 200 35931 0.001690 10.0.0.33 - - [2024-09-02 02:44:09] "GET /project/1514edcc-6cd6-419f-8384-bbe68565e69c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000428 10.0.0.33 - - [2024-09-02 02:44:09] "GET /projects?obj_uuids=1514edcc-6cd6-419f-8384-bbe68565e69c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.004339 10.0.0.33 - - [2024-09-02 02:44:09] "GET /project/1514edcc-6cd6-419f-8384-bbe68565e69c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.101654 10.0.0.33 - - [2024-09-02 02:44:10] "POST /neutron/network HTTP/1.1" 200 840 0.063808 10.0.0.33 - - [2024-09-02 02:44:10] "POST /neutron/port HTTP/1.1" 200 117 0.008176 10.0.0.33 - - [2024-09-02 02:44:10] "POST /neutron/port HTTP/1.1" 200 117 0.008030 10.0.0.33 - - [2024-09-02 02:44:11] "POST /neutron/port HTTP/1.1" 200 117 0.007694 10.0.0.33 - - [2024-09-02 02:44:12] "GET /obj-perms HTTP/1.1" 200 5056 0.075960 10.0.0.33 - - [2024-09-02 02:44:12] "POST /neutron/network HTTP/1.1" 200 850 0.024077 10.0.0.33 - - [2024-09-02 02:44:12] "GET /obj-perms HTTP/1.1" 200 5056 0.498261 10.0.0.33 - - [2024-09-02 02:44:13] "GET /projects?obj_uuids=1514edcc-6cd6-419f-8384-bbe68565e69c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.005026 10.0.0.33 - - [2024-09-02 02:44:13] "POST /neutron/port HTTP/1.1" 200 1072 0.324838 10.0.0.33 - - [2024-09-02 02:44:13] "POST /neutron/port HTTP/1.1" 200 1072 0.062829 10.0.0.33 - - [2024-09-02 02:44:13] "POST /neutron/port HTTP/1.1" 200 1072 0.011699 10.0.0.33 - - [2024-09-02 02:44:13] "POST /neutron/port HTTP/1.1" 200 1126 0.064103 10.0.0.33 - - [2024-09-02 02:44:13] "POST /neutron/port HTTP/1.1" 200 1100 0.015145 10.0.0.33 - - [2024-09-02 02:44:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005308 10.0.0.33 - - [2024-09-02 02:44:14] "POST /neutron/subnet HTTP/1.1" 200 703 0.013161 10.0.0.33 - - [2024-09-02 02:44:14] "POST /neutron/port HTTP/1.1" 200 117 0.001697 10.0.0.33 - - [2024-09-02 02:44:14] "POST /neutron/network HTTP/1.1" 200 840 0.010010 10.0.0.33 - - [2024-09-02 02:44:16] "POST /neutron/port HTTP/1.1" 200 1100 0.038878 10.0.0.33 - - [2024-09-02 02:44:16] "POST /neutron/security_group HTTP/1.1" 200 2069 0.015430 10.0.0.33 - - [2024-09-02 02:44:21] "POST /neutron/port HTTP/1.1" 200 1100 0.038513 10.0.0.33 - - [2024-09-02 02:44:21] "POST /neutron/security_group HTTP/1.1" 200 2069 0.014958 10.0.0.33 - - [2024-09-02 02:44:21] "GET /obj-perms HTTP/1.1" 200 5052 0.007936 10.0.0.33 - - [2024-09-02 02:44:22] "GET /obj-perms HTTP/1.1" 200 5052 0.005094 10.0.0.33 - - [2024-09-02 02:44:23] "GET /obj-perms HTTP/1.1" 200 5052 0.011358 10.0.0.33 - - [2024-09-02 02:44:24] "GET /obj-perms HTTP/1.1" 200 5052 0.004128 10.0.0.33 - - [2024-09-02 02:44:25] "GET /obj-perms HTTP/1.1" 200 5052 0.006416 10.0.0.33 - - [2024-09-02 02:44:27] "POST /neutron/network HTTP/1.1" 200 840 0.023371 10.0.0.33 - - [2024-09-02 02:44:27] "POST /neutron/network HTTP/1.1" 400 204 0.027617 10.0.0.33 - - [2024-09-02 02:44:27] "POST /neutron/port HTTP/1.1" 200 1100 0.034843 10.0.0.33 - - [2024-09-02 02:44:27] "POST /neutron/port HTTP/1.1" 200 1126 0.030719 10.0.0.33 - - [2024-09-02 02:44:27] "POST /neutron/port HTTP/1.1" 200 151 0.196505 10.0.0.33 - - [2024-09-02 02:44:29] "POST /neutron/network HTTP/1.1" 200 840 0.016954 10.0.0.33 - - [2024-09-02 02:44:29] "POST /useragent-kv HTTP/1.1" 200 115 0.001573 10.0.0.33 - - [2024-09-02 02:44:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.010325 10.0.0.33 - - [2024-09-02 02:44:29] "POST /useragent-kv HTTP/1.1" 200 115 0.001422 10.0.0.33 - - [2024-09-02 02:44:29] "POST /neutron/network HTTP/1.1" 200 151 0.230757 10.0.0.33 - - [2024-09-02 02:44:29] "GET /routing-instance/5bd90cca-7deb-426d-824c-1b73b8282ded HTTP/1.1" 404 171 0.002450 10.0.0.33 - - [2024-09-02 02:44:29] "DELETE /route-target/410e9e52-439d-40bc-a591-3befc31b6f94 HTTP/1.1" 200 115 0.022660 10.0.0.33 - - [2024-09-02 02:44:29] "GET /domains HTTP/1.1" 200 280 0.004254 10.0.0.33 - - [2024-09-02 02:44:29] "GET /domains?obj_uuids=cbaaadc6-cd05-4f7f-a531-278643746e39&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001134 10.0.0.33 - - [2024-09-02 02:44:29] "GET /domain/cbaaadc6-cd05-4f7f-a531-278643746e39 HTTP/1.1" 200 2585 0.054353 10.0.0.33 - - [2024-09-02 02:44:29] "GET /projects?obj_uuids=1514edcc-6cd6-419f-8384-bbe68565e69c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.004242 10.0.0.33 - - [2024-09-02 02:44:29] "GET /project/1514edcc-6cd6-419f-8384-bbe68565e69c HTTP/1.1" 200 1927 0.121026 10.0.0.33 - - [2024-09-02 02:44:29] "GET /projects?obj_uuids=1514edcc-6cd6-419f-8384-bbe68565e69c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.005833 10.0.0.33 - - [2024-09-02 02:44:29] "GET /project/1514edcc-6cd6-419f-8384-bbe68565e69c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.086555 10.0.0.33 - - [2024-09-02 02:44:29] "GET /projects?obj_uuids=1514edcc-6cd6-419f-8384-bbe68565e69c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002846 10.0.0.33 - - [2024-09-02 02:44:30] "GET /project/1514edcc-6cd6-419f-8384-bbe68565e69c?fields=virtual_networks HTTP/1.1" 200 1063 0.054933 10.0.0.33 - - [2024-09-02 02:44:30] "GET /projects?obj_uuids=1514edcc-6cd6-419f-8384-bbe68565e69c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003064 10.0.0.33 - - [2024-09-02 02:44:30] "GET /project/1514edcc-6cd6-419f-8384-bbe68565e69c?fields=virtual_machine_interfaces HTTP/1.1" 200 1063 0.056791 10.0.0.33 - - [2024-09-02 02:44:30] "GET /projects?obj_uuids=1514edcc-6cd6-419f-8384-bbe68565e69c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001653 10.0.0.33 - - [2024-09-02 02:44:30] "GET /project/1514edcc-6cd6-419f-8384-bbe68565e69c?fields=security_groups HTTP/1.1" 200 1300 0.047804 10.0.0.33 - - [2024-09-02 02:44:32] "POST /fqname-to-id HTTP/1.1" 404 200 0.075898 10.0.0.33 - - [2024-09-02 02:44:32] "GET /projects?obj_uuids=28744beb-b82d-457c-8311-997dfc422e7d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.007767 10.0.0.33 - - [2024-09-02 02:44:32] "GET /domains?obj_uuids=cbaaadc6-cd05-4f7f-a531-278643746e39&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.004507 10.0.0.33 - - [2024-09-02 02:44:32] "GET /domain/cbaaadc6-cd05-4f7f-a531-278643746e39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.023234 10.0.0.33 - - [2024-09-02 02:44:32] "POST /id-to-fqname HTTP/1.1" 200 202 0.003681 10.0.0.33 - - [2024-09-02 02:44:32] "POST /fqname-to-id HTTP/1.1" 404 211 0.004533 10.0.0.33 - - [2024-09-02 02:44:32] "POST /security-groups HTTP/1.1" 200 603 0.090058 10.0.0.33 - - [2024-09-02 02:44:32] "POST /fqname-to-id HTTP/1.1" 404 246 0.007327 10.0.0.33 - - [2024-09-02 02:44:32] "POST /projects HTTP/1.1" 200 609 0.344633 10.0.0.33 - - [2024-09-02 02:44:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.434537 10.0.0.33 - - [2024-09-02 02:44:32] "POST /access-control-lists HTTP/1.1" 200 608 0.088397 10.0.0.33 - - [2024-09-02 02:44:32] "GET /project/28744beb-b82d-457c-8311-997dfc422e7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.761363 10.0.0.33 - - [2024-09-02 02:44:32] "POST /fqname-to-id HTTP/1.1" 404 245 0.004266 10.0.0.33 - - [2024-09-02 02:44:33] "POST /access-control-lists HTTP/1.1" 200 606 0.089254 10.0.0.33 - - [2024-09-02 02:44:34] "GET / HTTP/1.1" 200 35931 0.006430 10.0.0.33 - - [2024-09-02 02:44:35] "GET /projects?obj_uuids=7264605a-4ec6-4e9e-a3ad-64df4608662e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.004474 10.0.0.33 - - [2024-09-02 02:44:35] "GET /project/7264605a-4ec6-4e9e-a3ad-64df4608662e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.077242 10.0.0.33 - - [2024-09-02 02:44:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.008642 10.0.0.33 - - [2024-09-02 02:44:37] "GET /security-group/2e71d779-e222-46f0-9088-af92a3a801ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3695 0.013990 10.0.0.33 - - [2024-09-02 02:44:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.007993 10.0.0.33 - - [2024-09-02 02:44:37] "GET /projects?obj_uuids=7264605a-4ec6-4e9e-a3ad-64df4608662e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.002118 10.0.0.33 - - [2024-09-02 02:44:37] "GET /project/7264605a-4ec6-4e9e-a3ad-64df4608662e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.046285 10.0.0.33 - - [2024-09-02 02:44:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.006098 10.0.0.33 - - [2024-09-02 02:44:37] "GET /security-group/2e71d779-e222-46f0-9088-af92a3a801ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3695 0.008322 10.0.0.33 - - [2024-09-02 02:44:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.006401 10.0.0.33 - - [2024-09-02 02:44:37] "PUT /security-group/2e71d779-e222-46f0-9088-af92a3a801ec HTTP/1.1" 200 262 0.041560 10.0.0.33 - - [2024-09-02 02:44:37] "PUT /access-control-list/7d7fbb11-1baf-44f7-9360-2ee209b70697 HTTP/1.1" 200 272 0.027773 10.0.0.33 - - [2024-09-02 02:44:37] "PUT /access-control-list/e0638274-3fa5-49ad-9f10-e52dc75b4409 HTTP/1.1" 200 272 0.021265 10.0.0.33 - - [2024-09-02 02:44:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.001431 10.0.0.33 - - [2024-09-02 02:44:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.153414 10.0.0.33 - - [2024-09-02 02:44:38] "GET /projects?obj_uuids=28744beb-b82d-457c-8311-997dfc422e7d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003963 10.0.0.33 - - [2024-09-02 02:44:38] "GET /project/28744beb-b82d-457c-8311-997dfc422e7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.069064 10.0.0.33 - - [2024-09-02 02:44:38] "POST /neutron/network HTTP/1.1" 200 117 0.097716 10.0.0.33 - - [2024-09-02 02:44:38] "GET /projects?obj_uuids=28744beb-b82d-457c-8311-997dfc422e7d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003779 10.0.0.33 - - [2024-09-02 02:44:38] "POST /neutron/network HTTP/1.1" 200 619 0.178342 10.0.0.33 - - [2024-09-02 02:44:38] "POST /route-targets HTTP/1.1" 200 327 0.019922 10.0.0.33 - - [2024-09-02 02:44:38] "POST /ref-update HTTP/1.1" 200 156 0.012316 10.0.0.33 - - [2024-09-02 02:44:39] "POST /useragent-kv HTTP/1.1" 200 115 0.005754 10.0.0.33 - - [2024-09-02 02:44:39] "POST /neutron/subnet HTTP/1.1" 200 714 0.260983 10.0.0.33 - - [2024-09-02 02:44:39] "POST /neutron/network HTTP/1.1" 200 836 0.008241 10.0.0.33 - - [2024-09-02 02:44:39] "POST /id-to-fqname HTTP/1.1" 200 233 0.001915 10.0.0.33 - - [2024-09-02 02:44:39] "GET /virtual-network/8dc9174c-e3d2-41b7-959d-06577b1bd8d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004353 10.0.0.33 - - [2024-09-02 02:44:39] "POST /neutron/network HTTP/1.1" 200 836 0.013161 10.0.0.33 - - [2024-09-02 02:44:39] "GET /virtual-network/8dc9174c-e3d2-41b7-959d-06577b1bd8d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.007110 10.0.0.33 - - [2024-09-02 02:44:39] "POST /neutron/network HTTP/1.1" 200 836 0.016848 10.0.0.33 - - [2024-09-02 02:44:39] "POST /neutron/subnet HTTP/1.1" 200 714 0.020742 10.0.0.33 - - [2024-09-02 02:44:39] "GET /domains HTTP/1.1" 401 292 0.001418 10.0.0.33 - - [2024-09-02 02:44:39] "GET /domains HTTP/1.1" 200 280 0.043735 10.0.0.33 - - [2024-09-02 02:44:39] "GET /domains?obj_uuids=cbaaadc6-cd05-4f7f-a531-278643746e39&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002450 10.0.0.33 - - [2024-09-02 02:44:39] "GET /domain/cbaaadc6-cd05-4f7f-a531-278643746e39 HTTP/1.1" 200 2783 0.017331 10.0.0.33 - - [2024-09-02 02:44:39] "GET /projects?obj_uuids=28744beb-b82d-457c-8311-997dfc422e7d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002095 10.0.0.33 - - [2024-09-02 02:44:39] "GET /project/28744beb-b82d-457c-8311-997dfc422e7d HTTP/1.1" 200 2183 0.099804 10.0.0.33 - - [2024-09-02 02:44:39] "GET /virtual-network/8dc9174c-e3d2-41b7-959d-06577b1bd8d5 HTTP/1.1" 200 2334 0.008817 10.0.0.33 - - [2024-09-02 02:44:39] "GET /virtual-network/8dc9174c-e3d2-41b7-959d-06577b1bd8d5 HTTP/1.1" 200 2334 0.007196 10.0.0.33 - - [2024-09-02 02:44:39] "GET /routing-instance/41edd62f-9fe0-45ff-9403-c78262efc5f8 HTTP/1.1" 200 1491 0.008634 10.0.0.33 - - [2024-09-02 02:44:39] "GET /routing-instance/41edd62f-9fe0-45ff-9403-c78262efc5f8 HTTP/1.1" 200 1491 0.006752 10.0.0.33 - - [2024-09-02 02:44:39] "GET /route-target/5c7a9342-3357-4ba5-bf66-813536509785 HTTP/1.1" 200 1218 0.005257 10.0.0.33 - - [2024-09-02 02:44:40] "GET /virtual-network/8dc9174c-e3d2-41b7-959d-06577b1bd8d5 HTTP/1.1" 200 2334 0.006081 10.0.0.33 - - [2024-09-02 02:44:40] "GET /routing-instance/41edd62f-9fe0-45ff-9403-c78262efc5f8 HTTP/1.1" 200 1491 0.004313 10.0.0.33 - - [2024-09-02 02:44:40] "GET /virtual-network/8dc9174c-e3d2-41b7-959d-06577b1bd8d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004751 10.0.0.33 - - [2024-09-02 02:44:40] "GET /virtual-network/8dc9174c-e3d2-41b7-959d-06577b1bd8d5 HTTP/1.1" 200 2334 0.005348 10.0.0.33 - - [2024-09-02 02:44:40] "GET /routing-instance/41edd62f-9fe0-45ff-9403-c78262efc5f8 HTTP/1.1" 200 1491 0.006492 10.0.0.33 - - [2024-09-02 02:44:40] "GET /routing-instance/41edd62f-9fe0-45ff-9403-c78262efc5f8 HTTP/1.1" 200 1491 0.007941 10.0.0.33 - - [2024-09-02 02:44:40] "GET /route-target/5c7a9342-3357-4ba5-bf66-813536509785 HTTP/1.1" 200 1218 0.007395 10.0.0.33 - - [2024-09-02 02:44:40] "GET /domains HTTP/1.1" 200 280 0.007648 10.0.0.33 - - [2024-09-02 02:44:40] "GET /domains?obj_uuids=cbaaadc6-cd05-4f7f-a531-278643746e39&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003705 10.0.0.33 - - [2024-09-02 02:44:40] "GET /domain/cbaaadc6-cd05-4f7f-a531-278643746e39 HTTP/1.1" 200 2783 0.021584 10.0.0.33 - - [2024-09-02 02:44:40] "GET /projects?obj_uuids=28744beb-b82d-457c-8311-997dfc422e7d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.004865 10.0.0.33 - - [2024-09-02 02:44:40] "GET /project/28744beb-b82d-457c-8311-997dfc422e7d HTTP/1.1" 200 2183 0.121634 10.0.0.33 - - [2024-09-02 02:44:40] "GET /virtual-network/8dc9174c-e3d2-41b7-959d-06577b1bd8d5 HTTP/1.1" 200 2334 0.010490 10.0.0.33 - - [2024-09-02 02:44:40] "GET /obj-perms HTTP/1.1" 200 5054 0.118604 10.0.0.33 - - [2024-09-02 02:44:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.008959 10.0.0.33 - - [2024-09-02 02:44:40] "GET /projects?obj_uuids=28744beb-b82d-457c-8311-997dfc422e7d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001636 10.0.0.33 - - [2024-09-02 02:44:41] "GET /project/28744beb-b82d-457c-8311-997dfc422e7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.046594 10.0.0.33 - - [2024-09-02 02:44:41] "POST /neutron/network HTTP/1.1" 200 117 0.055433 10.0.0.33 - - [2024-09-02 02:44:41] "GET /projects?obj_uuids=28744beb-b82d-457c-8311-997dfc422e7d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002622 10.0.0.33 - - [2024-09-02 02:44:41] "POST /neutron/network HTTP/1.1" 200 619 0.167068 10.0.0.33 - - [2024-09-02 02:44:41] "POST /route-targets HTTP/1.1" 200 327 0.017234 10.0.0.33 - - [2024-09-02 02:44:41] "POST /ref-update HTTP/1.1" 200 156 0.015469 10.0.0.33 - - [2024-09-02 02:44:41] "POST /useragent-kv HTTP/1.1" 200 115 0.006182 10.0.0.33 - - [2024-09-02 02:44:41] "POST /neutron/subnet HTTP/1.1" 200 724 0.188938 10.0.0.33 - - [2024-09-02 02:44:41] "POST /neutron/network HTTP/1.1" 200 838 0.008473 10.0.0.33 - - [2024-09-02 02:44:41] "POST /id-to-fqname HTTP/1.1" 200 233 0.001619 10.0.0.33 - - [2024-09-02 02:44:41] "GET /virtual-network/7ae6aa31-76d8-4f54-b45f-a8904edd9af8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.003632 10.0.0.33 - - [2024-09-02 02:44:41] "POST /neutron/network HTTP/1.1" 200 838 0.013623 10.0.0.33 - - [2024-09-02 02:44:41] "GET /virtual-network/7ae6aa31-76d8-4f54-b45f-a8904edd9af8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.009027 10.0.0.33 - - [2024-09-02 02:44:41] "POST /neutron/network HTTP/1.1" 200 838 0.018189 10.0.0.33 - - [2024-09-02 02:44:41] "POST /neutron/subnet HTTP/1.1" 200 724 0.028521 10.0.0.33 - - [2024-09-02 02:44:41] "GET /domains HTTP/1.1" 200 280 0.007206 10.0.0.33 - - [2024-09-02 02:44:41] "GET /domains?obj_uuids=cbaaadc6-cd05-4f7f-a531-278643746e39&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003320 10.0.0.33 - - [2024-09-02 02:44:41] "GET /domain/cbaaadc6-cd05-4f7f-a531-278643746e39 HTTP/1.1" 200 2783 0.020926 10.0.0.33 - - [2024-09-02 02:44:41] "GET /projects?obj_uuids=28744beb-b82d-457c-8311-997dfc422e7d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003857 10.0.0.33 - - [2024-09-02 02:44:42] "GET /project/28744beb-b82d-457c-8311-997dfc422e7d HTTP/1.1" 200 2411 0.116715 10.0.0.33 - - [2024-09-02 02:44:42] "GET /virtual-network/7ae6aa31-76d8-4f54-b45f-a8904edd9af8 HTTP/1.1" 200 2339 0.020033 10.0.0.33 - - [2024-09-02 02:44:42] "GET /virtual-network/7ae6aa31-76d8-4f54-b45f-a8904edd9af8 HTTP/1.1" 200 2339 0.008228 10.0.0.33 - - [2024-09-02 02:44:42] "GET /routing-instance/9e418339-f215-421d-87de-06b7dfb449a9 HTTP/1.1" 200 1491 0.013856 10.0.0.33 - - [2024-09-02 02:44:42] "GET /routing-instance/9e418339-f215-421d-87de-06b7dfb449a9 HTTP/1.1" 200 1491 0.008353 10.0.0.33 - - [2024-09-02 02:44:42] "GET /route-target/a4796fb8-2980-4640-b8b2-8d30f01cc2f3 HTTP/1.1" 200 1219 0.011138 10.0.0.33 - - [2024-09-02 02:44:42] "GET /virtual-network/7ae6aa31-76d8-4f54-b45f-a8904edd9af8 HTTP/1.1" 200 2339 0.009477 10.0.0.33 - - [2024-09-02 02:44:42] "GET /routing-instance/9e418339-f215-421d-87de-06b7dfb449a9 HTTP/1.1" 200 1491 0.010752 10.0.0.33 - - [2024-09-02 02:44:42] "GET /virtual-network/7ae6aa31-76d8-4f54-b45f-a8904edd9af8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.010060 10.0.0.33 - - [2024-09-02 02:44:42] "GET /virtual-network/7ae6aa31-76d8-4f54-b45f-a8904edd9af8 HTTP/1.1" 200 2339 0.008395 10.0.0.33 - - [2024-09-02 02:44:42] "GET /routing-instance/9e418339-f215-421d-87de-06b7dfb449a9 HTTP/1.1" 200 1491 0.007118 10.0.0.33 - - [2024-09-02 02:44:42] "GET /routing-instance/9e418339-f215-421d-87de-06b7dfb449a9 HTTP/1.1" 200 1491 0.008704 10.0.0.33 - - [2024-09-02 02:44:42] "GET /route-target/a4796fb8-2980-4640-b8b2-8d30f01cc2f3 HTTP/1.1" 200 1219 0.006740 10.0.0.33 - - [2024-09-02 02:44:42] "GET /domains HTTP/1.1" 200 280 0.007304 10.0.0.33 - - [2024-09-02 02:44:42] "GET /domains?obj_uuids=cbaaadc6-cd05-4f7f-a531-278643746e39&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003647 10.0.0.33 - - [2024-09-02 02:44:42] "GET /domain/cbaaadc6-cd05-4f7f-a531-278643746e39 HTTP/1.1" 200 2783 0.021872 10.0.0.33 - - [2024-09-02 02:44:42] "GET /projects?obj_uuids=28744beb-b82d-457c-8311-997dfc422e7d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.004143 10.0.0.33 - - [2024-09-02 02:44:42] "GET /project/28744beb-b82d-457c-8311-997dfc422e7d HTTP/1.1" 200 2411 0.106380 10.0.0.33 - - [2024-09-02 02:44:42] "GET /virtual-network/7ae6aa31-76d8-4f54-b45f-a8904edd9af8 HTTP/1.1" 200 2339 0.008864 10.0.0.33 - - [2024-09-02 02:44:42] "GET /obj-perms HTTP/1.1" 200 5054 0.011480 10.0.0.33 - - [2024-09-02 02:44:42] "POST /id-to-fqname HTTP/1.1" 200 233 0.004420 10.0.0.33 - - [2024-09-02 02:44:43] "POST /neutron/network HTTP/1.1" 200 848 0.016914 10.0.0.33 - - [2024-09-02 02:44:43] "GET /aaa-mode HTTP/1.1" 401 292 0.001273 10.0.0.33 - - [2024-09-02 02:44:43] "GET / HTTP/1.1" 200 35931 0.006135 10.0.0.33 - - [2024-09-02 02:44:43] "GET /project/28744beb-b82d-457c-8311-997dfc422e7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.001294 10.0.0.33 - - [2024-09-02 02:44:44] "GET /projects?obj_uuids=28744beb-b82d-457c-8311-997dfc422e7d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002752 10.0.0.33 - - [2024-09-02 02:44:44] "GET /project/28744beb-b82d-457c-8311-997dfc422e7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.134843 10.0.0.33 - - [2024-09-02 02:44:44] "POST /neutron/network HTTP/1.1" 200 838 0.011052 10.0.0.33 - - [2024-09-02 02:44:44] "POST /neutron/port HTTP/1.1" 200 117 0.006201 10.0.0.33 - - [2024-09-02 02:44:44] "POST /neutron/port HTTP/1.1" 200 117 0.006897 10.0.0.33 - - [2024-09-02 02:44:44] "POST /id-to-fqname HTTP/1.1" 200 233 0.001640 10.0.0.33 - - [2024-09-02 02:44:44] "POST /neutron/port HTTP/1.1" 200 117 0.006840 10.0.0.33 - - [2024-09-02 02:44:44] "POST /neutron/network HTTP/1.1" 200 846 0.007649 10.0.0.33 - - [2024-09-02 02:44:44] "GET /aaa-mode HTTP/1.1" 401 292 0.000554 10.0.0.33 - - [2024-09-02 02:44:45] "GET / HTTP/1.1" 200 35931 0.003884 10.0.0.33 - - [2024-09-02 02:44:45] "GET /project/28744beb-b82d-457c-8311-997dfc422e7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.001551 10.0.0.33 - - [2024-09-02 02:44:45] "POST /neutron/network HTTP/1.1" 200 848 0.005993 10.0.0.33 - - [2024-09-02 02:44:45] "GET /projects?obj_uuids=28744beb-b82d-457c-8311-997dfc422e7d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003082 10.0.0.33 - - [2024-09-02 02:44:45] "GET /projects?obj_uuids=28744beb-b82d-457c-8311-997dfc422e7d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001334 10.0.0.33 - - [2024-09-02 02:44:45] "GET /project/28744beb-b82d-457c-8311-997dfc422e7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.077573 10.0.0.33 - - [2024-09-02 02:44:45] "POST /neutron/port HTTP/1.1" 200 1072 0.367472 10.0.0.33 - - [2024-09-02 02:44:45] "POST /neutron/network HTTP/1.1" 200 836 0.006264 10.0.0.33 - - [2024-09-02 02:44:45] "POST /neutron/port HTTP/1.1" 200 1072 0.009227 10.0.0.33 - - [2024-09-02 02:44:45] "POST /neutron/port HTTP/1.1" 200 1072 0.013917 10.0.0.33 - - [2024-09-02 02:44:45] "POST /neutron/port HTTP/1.1" 200 1126 0.083251 10.0.0.33 - - [2024-09-02 02:44:45] "POST /neutron/port HTTP/1.1" 200 1100 0.024015 10.0.0.33 - - [2024-09-02 02:44:45] "POST /neutron/port HTTP/1.1" 200 1100 0.025562 10.0.0.33 - - [2024-09-02 02:44:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003181 10.0.0.33 - - [2024-09-02 02:44:46] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007358 10.0.0.33 - - [2024-09-02 02:44:46] "POST /neutron/subnet HTTP/1.1" 200 698 0.012782 10.0.0.33 - - [2024-09-02 02:44:46] "POST /neutron/port HTTP/1.1" 200 117 0.001386 10.0.0.33 - - [2024-09-02 02:44:46] "POST /neutron/port HTTP/1.1" 200 117 0.004849 10.0.0.33 - - [2024-09-02 02:44:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.016406 10.0.0.33 - - [2024-09-02 02:44:46] "POST /neutron/network HTTP/1.1" 200 838 0.010056 10.0.0.33 - - [2024-09-02 02:44:46] "GET /projects?obj_uuids=28744beb-b82d-457c-8311-997dfc422e7d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001191 10.0.0.33 - - [2024-09-02 02:44:46] "GET /project/28744beb-b82d-457c-8311-997dfc422e7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.028358 10.0.0.33 - - [2024-09-02 02:44:46] "GET /virtual-network/8dc9174c-e3d2-41b7-959d-06577b1bd8d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.003437 10.0.0.33 - - [2024-09-02 02:44:46] "GET /floating-ip-pools?parent_id=8dc9174c-e3d2-41b7-959d-06577b1bd8d5&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003476 10.0.0.33 - - [2024-09-02 02:44:46] "GET /virtual-network/8dc9174c-e3d2-41b7-959d-06577b1bd8d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004849 10.0.0.33 - - [2024-09-02 02:44:46] "POST /floating-ip-pools HTTP/1.1" 200 609 0.029038 10.0.0.33 - - [2024-09-02 02:44:46] "POST /ref-update HTTP/1.1" 200 156 0.009004 10.0.0.33 - - [2024-09-02 02:44:46] "GET /virtual-network/8dc9174c-e3d2-41b7-959d-06577b1bd8d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.003278 10.0.0.33 - - [2024-09-02 02:44:46] "POST /neutron/network HTTP/1.1" 200 846 0.005713 10.0.0.33 - - [2024-09-02 02:44:46] "GET /domains HTTP/1.1" 200 280 0.002703 10.0.0.33 - - [2024-09-02 02:44:46] "GET /domains?obj_uuids=cbaaadc6-cd05-4f7f-a531-278643746e39&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001059 10.0.0.33 - - [2024-09-02 02:44:46] "GET /domain/cbaaadc6-cd05-4f7f-a531-278643746e39 HTTP/1.1" 200 2783 0.012102 10.0.0.33 - - [2024-09-02 02:44:46] "GET /projects?obj_uuids=28744beb-b82d-457c-8311-997dfc422e7d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001320 10.0.0.33 - - [2024-09-02 02:44:46] "GET /projects?obj_uuids=28744beb-b82d-457c-8311-997dfc422e7d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001356 10.0.0.33 - - [2024-09-02 02:44:46] "GET /project/28744beb-b82d-457c-8311-997dfc422e7d HTTP/1.1" 200 2997 0.100998 10.0.0.33 - - [2024-09-02 02:44:46] "GET /virtual-network/8dc9174c-e3d2-41b7-959d-06577b1bd8d5 HTTP/1.1" 200 2614 0.010330 10.0.0.33 - - [2024-09-02 02:44:46] "GET /floating-ip-pool/f61b0073-78d7-4413-9afd-92ed87698c71 HTTP/1.1" 200 1441 0.003519 10.0.0.33 - - [2024-09-02 02:44:46] "GET /domains HTTP/1.1" 200 280 0.002457 10.0.0.33 - - [2024-09-02 02:44:46] "GET /domains?obj_uuids=cbaaadc6-cd05-4f7f-a531-278643746e39&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002812 10.0.0.33 - - [2024-09-02 02:44:46] "GET /domain/cbaaadc6-cd05-4f7f-a531-278643746e39 HTTP/1.1" 200 2783 0.031775 10.0.0.33 - - [2024-09-02 02:44:46] "GET /projects?obj_uuids=28744beb-b82d-457c-8311-997dfc422e7d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001242 10.0.0.33 - - [2024-09-02 02:44:46] "GET /project/28744beb-b82d-457c-8311-997dfc422e7d HTTP/1.1" 200 3253 0.068997 10.0.0.33 - - [2024-09-02 02:44:46] "GET /virtual-network/8dc9174c-e3d2-41b7-959d-06577b1bd8d5 HTTP/1.1" 200 2925 0.005454 10.0.0.33 - - [2024-09-02 02:44:46] "GET /virtual-network/8dc9174c-e3d2-41b7-959d-06577b1bd8d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004983 10.0.0.33 - - [2024-09-02 02:44:46] "POST /neutron/port HTTP/1.1" 200 1070 0.331210 10.0.0.33 - - [2024-09-02 02:44:46] "POST /neutron/port HTTP/1.1" 200 1070 0.028926 10.0.0.33 - - [2024-09-02 02:44:46] "POST /neutron/port HTTP/1.1" 200 1070 0.015075 10.0.0.33 - - [2024-09-02 02:44:46] "POST /neutron/port HTTP/1.1" 200 1100 0.046542 10.0.0.33 - - [2024-09-02 02:44:46] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008352 10.0.0.33 - - [2024-09-02 02:44:47] "POST /neutron/port HTTP/1.1" 200 1124 0.110949 10.0.0.33 - - [2024-09-02 02:44:47] "POST /neutron/port HTTP/1.1" 200 1098 0.018016 10.0.0.33 - - [2024-09-02 02:44:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003485 10.0.0.33 - - [2024-09-02 02:44:47] "POST /neutron/subnet HTTP/1.1" 200 688 0.012806 10.0.0.33 - - [2024-09-02 02:44:47] "POST /neutron/port HTTP/1.1" 200 117 0.001493 10.0.0.33 - - [2024-09-02 02:44:47] "POST /neutron/network HTTP/1.1" 200 836 0.006043 10.0.0.33 - - [2024-09-02 02:44:52] "POST /neutron/port HTTP/1.1" 200 1100 0.040444 10.0.0.33 - - [2024-09-02 02:44:52] "POST /neutron/security_group HTTP/1.1" 200 2070 0.017467 10.0.0.33 - - [2024-09-02 02:44:52] "POST /neutron/port HTTP/1.1" 200 1100 0.061239 10.0.0.33 - - [2024-09-02 02:44:52] "POST /neutron/security_group HTTP/1.1" 200 2070 0.011159 10.0.0.33 - - [2024-09-02 02:44:52] "POST /neutron/port HTTP/1.1" 200 1100 0.025368 10.0.0.33 - - [2024-09-02 02:44:52] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009387 10.0.0.33 - - [2024-09-02 02:44:52] "GET /virtual-machine/9456c88c-f4c6-40de-b902-ec97306316f3 HTTP/1.1" 200 1305 0.006009 10.0.0.33 - - [2024-09-02 02:44:52] "GET /virtual-machine-interface/6ba70702-2625-4a19-8217-771afd64e020 HTTP/1.1" 200 3002 0.005236 10.0.0.33 - - [2024-09-02 02:44:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004412 10.0.0.33 - - [2024-09-02 02:44:52] "GET /global-vrouter-config/4035e5cd-a3ef-4327-aadf-0038ecfd895d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004909 10.0.0.33 - - [2024-09-02 02:44:52] "GET /virtual-networks?parent_id=28744beb-b82d-457c-8311-997dfc422e7d&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.005278 10.0.0.33 - - [2024-09-02 02:44:52] "GET /virtual-network/7ae6aa31-76d8-4f54-b45f-a8904edd9af8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005585 10.0.0.33 - - [2024-09-02 02:44:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.33 - - [2024-09-02 02:44:55] "GET /virtual-network/7ae6aa31-76d8-4f54-b45f-a8904edd9af8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006018 10.0.0.33 - - [2024-09-02 02:44:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005382 10.0.0.33 - - [2024-09-02 02:44:57] "GET /global-vrouter-config/4035e5cd-a3ef-4327-aadf-0038ecfd895d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005244 10.0.0.33 - - [2024-09-02 02:44:57] "GET /virtual-networks?parent_id=28744beb-b82d-457c-8311-997dfc422e7d&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.005980 10.0.0.33 - - [2024-09-02 02:44:58] "GET /virtual-network/7ae6aa31-76d8-4f54-b45f-a8904edd9af8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.010020 10.0.0.33 - - [2024-09-02 02:44:58] "POST /neutron/port HTTP/1.1" 200 1100 0.034530 10.0.0.33 - - [2024-09-02 02:44:58] "POST /neutron/security_group HTTP/1.1" 200 2070 0.012656 10.0.0.33 - - [2024-09-02 02:45:01] "POST /neutron/port HTTP/1.1" 200 1100 0.059610 10.0.0.33 - - [2024-09-02 02:45:01] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010861 10.0.0.33 - - [2024-09-02 02:45:01] "POST /neutron/port HTTP/1.1" 200 1098 0.022765 10.0.0.33 - - [2024-09-02 02:45:01] "POST /neutron/security_group HTTP/1.1" 200 2070 0.011538 10.0.0.33 - - [2024-09-02 02:45:03] "GET /projects?obj_uuids=28744beb-b82d-457c-8311-997dfc422e7d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.006540 10.0.0.33 - - [2024-09-02 02:45:03] "POST /neutron/floatingip HTTP/1.1" 200 528 0.143578 10.0.0.33 - - [2024-09-02 02:45:03] "POST /neutron/port HTTP/1.1" 200 1100 0.023402 10.0.0.33 - - [2024-09-02 02:45:03] "POST /neutron/floatingip HTTP/1.1" 200 528 0.010919 10.0.0.33 - - [2024-09-02 02:45:03] "POST /neutron/floatingip HTTP/1.1" 200 575 0.052616 10.0.0.33 - - [2024-09-02 02:45:03] "POST /neutron/port HTTP/1.1" 200 1098 0.027089 10.0.0.33 - - [2024-09-02 02:45:03] "POST /neutron/security_group HTTP/1.1" 200 2070 0.014447 10.0.0.33 - - [2024-09-02 02:45:03] "POST /neutron/port HTTP/1.1" 200 1098 0.036367 10.0.0.33 - - [2024-09-02 02:45:03] "POST /neutron/security_group HTTP/1.1" 200 2070 0.017736 10.0.0.33 - - [2024-09-02 02:45:04] "POST /neutron/port HTTP/1.1" 200 1098 0.045802 10.0.0.33 - - [2024-09-02 02:45:04] "POST /neutron/security_group HTTP/1.1" 200 2070 0.021292 10.0.0.33 - - [2024-09-02 02:45:04] "GET /virtual-machine/9050da4d-7fd8-4f61-99dd-43eedcf10a02 HTTP/1.1" 200 1305 0.012893 10.0.0.33 - - [2024-09-02 02:45:04] "GET /virtual-machine-interface/6d7abc0f-a1ae-4293-ac5a-9cd1d98f0d2b HTTP/1.1" 200 3003 0.008949 10.0.0.33 - - [2024-09-02 02:45:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.007852 10.0.0.33 - - [2024-09-02 02:45:04] "GET /global-vrouter-config/4035e5cd-a3ef-4327-aadf-0038ecfd895d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.008316 10.0.0.33 - - [2024-09-02 02:45:04] "GET /virtual-networks?parent_id=28744beb-b82d-457c-8311-997dfc422e7d&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.008946 10.0.0.33 - - [2024-09-02 02:45:04] "GET /virtual-network/8dc9174c-e3d2-41b7-959d-06577b1bd8d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.010441 10.0.0.33 - - [2024-09-02 02:45:04] "DELETE /project/28744bebb82d457c8311997dfc422e7d HTTP/1.1" 404 173 0.013712 10.0.0.33 - - [2024-09-02 02:45:04] "GET /projects?obj_uuids=1514edcc-6cd6-419f-8384-bbe68565e69c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002698 10.0.0.33 - - [2024-09-02 02:45:04] "GET /project/1514edcc-6cd6-419f-8384-bbe68565e69c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1521 0.069067 10.0.0.33 - - [2024-09-02 02:45:04] "GET /projects?obj_uuids=1514edcc-6cd6-419f-8384-bbe68565e69c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003064 10.0.0.33 - - [2024-09-02 02:45:04] "GET /project/1514edcc-6cd6-419f-8384-bbe68565e69c?fields=security_groups HTTP/1.1" 200 1405 0.071280 10.0.0.33 - - [2024-09-02 02:45:04] "DELETE /security-group/839fc233-9232-40d3-a6d1-ebc7531a41c4 HTTP/1.1" 200 115 0.113134 10.0.0.33 - - [2024-09-02 02:45:04] "GET /projects?obj_uuids=1514edcc-6cd6-419f-8384-bbe68565e69c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001850 10.0.0.33 - - [2024-09-02 02:45:04] "DELETE /access-control-list/bdfd4569-919a-46bc-8f21-b2082dfee6a4 HTTP/1.1" 200 115 0.069837 10.0.0.33 - - [2024-09-02 02:45:04] "GET /project/1514edcc-6cd6-419f-8384-bbe68565e69c?fields=application_policy_sets HTTP/1.1" 200 1444 0.071478 10.0.0.33 - - [2024-09-02 02:45:04] "DELETE /access-control-list/62916ad8-857d-4049-b2bd-574394146a03 HTTP/1.1" 200 115 0.036296 10.0.0.33 - - [2024-09-02 02:45:05] "DELETE /project/1514edcc-6cd6-419f-8384-bbe68565e69c HTTP/1.1" 200 115 0.541449 10.0.0.33 - - [2024-09-02 02:45:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.008444 10.0.0.33 - - [2024-09-02 02:45:05] "GET /global-vrouter-config/4035e5cd-a3ef-4327-aadf-0038ecfd895d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.010358 10.0.0.33 - - [2024-09-02 02:45:05] "GET /virtual-networks?parent_id=28744beb-b82d-457c-8311-997dfc422e7d&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.014759 10.0.0.33 - - [2024-09-02 02:45:05] "GET /virtual-network/8dc9174c-e3d2-41b7-959d-06577b1bd8d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.008766 10.0.0.33 - - [2024-09-02 02:45:05] "POST /neutron/floatingip HTTP/1.1" 200 575 0.028773 10.0.0.33 - - [2024-09-02 02:45:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.006624 10.0.0.33 - - [2024-09-02 02:45:05] "GET /routing-instance/41edd62f-9fe0-45ff-9403-c78262efc5f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.007454 10.0.0.33 - - [2024-09-02 02:45:06] "GET /route-target/5c7a9342-3357-4ba5-bf66-813536509785?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.008391 10.0.0.33 - - [2024-09-02 02:45:06] "GET /floating-ip/777747b3-2b99-4431-8050-774e12f7b06f HTTP/1.1" 200 1885 0.012196 10.0.0.33 - - [2024-09-02 02:45:09] "POST /neutron/floatingip HTTP/1.1" 200 575 0.029495 10.0.0.33 - - [2024-09-02 02:45:09] "POST /neutron/floatingip HTTP/1.1" 200 528 0.054522 10.0.0.33 - - [2024-09-02 02:45:09] "POST /neutron/floatingip HTTP/1.1" 200 528 0.015694 10.0.0.33 - - [2024-09-02 02:45:09] "POST /neutron/floatingip HTTP/1.1" 200 115 0.096432 10.0.0.33 - - [2024-09-02 02:45:09] "GET /floating-ip-pool/f61b0073-78d7-4413-9afd-92ed87698c71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.007978 10.0.0.33 - - [2024-09-02 02:45:09] "POST /ref-update HTTP/1.1" 200 156 0.025773 10.0.0.33 - - [2024-09-02 02:45:09] "DELETE /floating-ip-pool/f61b0073-78d7-4413-9afd-92ed87698c71 HTTP/1.1" 200 115 0.059438 10.0.0.33 - - [2024-09-02 02:45:10] "POST /neutron/network HTTP/1.1" 200 838 0.017726 10.0.0.33 - - [2024-09-02 02:45:10] "POST /neutron/network HTTP/1.1" 400 204 0.048390 10.0.0.33 - - [2024-09-02 02:45:10] "POST /neutron/port HTTP/1.1" 200 1098 0.032419 10.0.0.33 - - [2024-09-02 02:45:10] "POST /neutron/port HTTP/1.1" 200 1124 0.014105 10.0.0.33 - - [2024-09-02 02:45:10] "POST /neutron/port HTTP/1.1" 200 1100 0.016164 10.0.0.33 - - [2024-09-02 02:45:10] "POST /neutron/port HTTP/1.1" 200 1126 0.017991 10.0.0.33 - - [2024-09-02 02:45:10] "POST /neutron/port HTTP/1.1" 200 151 0.158848 10.0.0.33 - - [2024-09-02 02:45:10] "POST /neutron/port HTTP/1.1" 200 151 0.122772 10.0.0.33 - - [2024-09-02 02:45:12] "POST /neutron/network HTTP/1.1" 200 838 0.014626 10.0.0.33 - - [2024-09-02 02:45:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002038 10.0.0.33 - - [2024-09-02 02:45:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.009797 10.0.0.33 - - [2024-09-02 02:45:12] "POST /useragent-kv HTTP/1.1" 200 115 0.001653 10.0.0.33 - - [2024-09-02 02:45:12] "POST /neutron/network HTTP/1.1" 200 151 0.159197 10.0.0.33 - - [2024-09-02 02:45:12] "GET /routing-instance/9e418339-f215-421d-87de-06b7dfb449a9 HTTP/1.1" 404 171 0.003374 10.0.0.33 - - [2024-09-02 02:45:12] "DELETE /route-target/a4796fb8-2980-4640-b8b2-8d30f01cc2f3 HTTP/1.1" 200 115 0.023590 10.0.0.33 - - [2024-09-02 02:45:12] "GET /domains HTTP/1.1" 200 280 0.003147 10.0.0.33 - - [2024-09-02 02:45:12] "GET /domains?obj_uuids=cbaaadc6-cd05-4f7f-a531-278643746e39&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002161 10.0.0.33 - - [2024-09-02 02:45:12] "GET /domain/cbaaadc6-cd05-4f7f-a531-278643746e39 HTTP/1.1" 200 2586 0.056466 10.0.0.33 - - [2024-09-02 02:45:12] "GET /projects?obj_uuids=28744beb-b82d-457c-8311-997dfc422e7d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003528 10.0.0.33 - - [2024-09-02 02:45:12] "GET /project/28744beb-b82d-457c-8311-997dfc422e7d HTTP/1.1" 200 2183 0.101866 10.0.0.33 - - [2024-09-02 02:45:12] "POST /neutron/network HTTP/1.1" 200 836 0.017199 10.0.0.33 - - [2024-09-02 02:45:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003202 10.0.0.33 - - [2024-09-02 02:45:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.015596 10.0.0.33 - - [2024-09-02 02:45:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002392 10.0.0.33 - - [2024-09-02 02:45:13] "POST /neutron/network HTTP/1.1" 200 151 0.214937 10.0.0.33 - - [2024-09-02 02:45:13] "GET /routing-instance/41edd62f-9fe0-45ff-9403-c78262efc5f8 HTTP/1.1" 404 171 0.003263 10.0.0.33 - - [2024-09-02 02:45:13] "DELETE /route-target/5c7a9342-3357-4ba5-bf66-813536509785 HTTP/1.1" 200 115 0.029069 10.0.0.33 - - [2024-09-02 02:45:13] "GET /domains HTTP/1.1" 200 280 0.004531 10.0.0.33 - - [2024-09-02 02:45:13] "GET /domains?obj_uuids=cbaaadc6-cd05-4f7f-a531-278643746e39&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001583 10.0.0.33 - - [2024-09-02 02:45:13] "GET /domain/cbaaadc6-cd05-4f7f-a531-278643746e39 HTTP/1.1" 200 2586 0.010690 10.0.0.33 - - [2024-09-02 02:45:13] "GET /projects?obj_uuids=28744beb-b82d-457c-8311-997dfc422e7d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001079 10.0.0.33 - - [2024-09-02 02:45:13] "GET /project/28744beb-b82d-457c-8311-997dfc422e7d HTTP/1.1" 200 1933 0.095572 10.0.0.33 - - [2024-09-02 02:45:13] "GET /obj-perms HTTP/1.1" 200 5056 0.124546 10.0.0.33 - - [2024-09-02 02:45:13] "GET /projects?obj_uuids=28744beb-b82d-457c-8311-997dfc422e7d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.005970 10.0.0.33 - - [2024-09-02 02:45:13] "GET /project/28744beb-b82d-457c-8311-997dfc422e7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.082958 10.0.0.33 - - [2024-09-02 02:45:13] "GET /projects?obj_uuids=28744beb-b82d-457c-8311-997dfc422e7d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.006546 10.0.0.33 - - [2024-09-02 02:45:13] "GET /project/28744beb-b82d-457c-8311-997dfc422e7d?fields=virtual_networks HTTP/1.1" 200 1065 0.081784 10.0.0.33 - - [2024-09-02 02:45:13] "GET /projects?obj_uuids=28744beb-b82d-457c-8311-997dfc422e7d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001395 10.0.0.33 - - [2024-09-02 02:45:13] "GET /project/28744beb-b82d-457c-8311-997dfc422e7d?fields=virtual_machine_interfaces HTTP/1.1" 200 1065 0.040884 10.0.0.33 - - [2024-09-02 02:45:13] "GET /obj-perms HTTP/1.1" 200 5056 0.121862 10.0.0.33 - - [2024-09-02 02:45:13] "GET /projects?obj_uuids=28744beb-b82d-457c-8311-997dfc422e7d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002202 10.0.0.33 - - [2024-09-02 02:45:13] "GET /project/28744beb-b82d-457c-8311-997dfc422e7d?fields=security_groups HTTP/1.1" 200 1303 0.044902 10.0.0.33 - - [2024-09-02 02:45:15] "POST /fqname-to-id HTTP/1.1" 404 183 0.048805 10.0.0.33 - - [2024-09-02 02:45:15] "GET /projects?obj_uuids=58270881-c3e3-4034-bf48-ef5ad899b954&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005158 10.0.0.33 - - [2024-09-02 02:45:15] "GET /domains?obj_uuids=cbaaadc6-cd05-4f7f-a531-278643746e39&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003458 10.0.0.33 - - [2024-09-02 02:45:15] "GET /domain/cbaaadc6-cd05-4f7f-a531-278643746e39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.020295 10.0.0.33 - - [2024-09-02 02:45:15] "POST /id-to-fqname HTTP/1.1" 200 185 0.003628 10.0.0.33 - - [2024-09-02 02:45:15] "POST /fqname-to-id HTTP/1.1" 404 194 0.003441 10.0.0.33 - - [2024-09-02 02:45:15] "POST /security-groups HTTP/1.1" 200 586 0.081571 10.0.0.33 - - [2024-09-02 02:45:15] "POST /fqname-to-id HTTP/1.1" 404 229 0.003664 10.0.0.33 - - [2024-09-02 02:45:15] "POST /projects HTTP/1.1" 200 575 0.317734 10.0.0.33 - - [2024-09-02 02:45:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.379786 10.0.0.33 - - [2024-09-02 02:45:15] "POST /access-control-lists HTTP/1.1" 200 591 0.071981 10.0.0.33 - - [2024-09-02 02:45:16] "GET /project/58270881-c3e3-4034-bf48-ef5ad899b954?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.634701 10.0.0.33 - - [2024-09-02 02:45:16] "POST /fqname-to-id HTTP/1.1" 404 228 0.005846 10.0.0.33 - - [2024-09-02 02:45:16] "POST /access-control-lists HTTP/1.1" 200 589 0.071345 10.0.0.33 - - [2024-09-02 02:45:17] "GET / HTTP/1.1" 200 35931 0.005459 10.0.0.33 - - [2024-09-02 02:45:19] "GET /projects?obj_uuids=58270881-c3e3-4034-bf48-ef5ad899b954&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.004570 10.0.0.33 - - [2024-09-02 02:45:19] "GET /project/58270881-c3e3-4034-bf48-ef5ad899b954?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.072012 10.0.0.33 - - [2024-09-02 02:45:19] "GET /projects?obj_uuids=58270881-c3e3-4034-bf48-ef5ad899b954&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.003069 10.0.0.33 - - [2024-09-02 02:45:19] "GET /project/58270881-c3e3-4034-bf48-ef5ad899b954?fields=virtual_networks HTTP/1.1" 200 1032 0.057548 10.0.0.33 - - [2024-09-02 02:45:19] "GET /projects?obj_uuids=58270881-c3e3-4034-bf48-ef5ad899b954&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.004658 10.0.0.33 - - [2024-09-02 02:45:19] "GET /project/58270881-c3e3-4034-bf48-ef5ad899b954?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.066412 10.0.0.33 - - [2024-09-02 02:45:19] "GET /projects?obj_uuids=58270881-c3e3-4034-bf48-ef5ad899b954&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.004177 10.0.0.33 - - [2024-09-02 02:45:19] "GET /project/58270881-c3e3-4034-bf48-ef5ad899b954?fields=security_groups HTTP/1.1" 200 1253 0.075048 10.0.0.33 - - [2024-09-02 02:45:21] "POST /fqname-to-id HTTP/1.1" 404 191 0.050088 10.0.0.33 - - [2024-09-02 02:45:21] "GET /projects?obj_uuids=1ac82c4c-d293-45ca-a2d4-1040af046b59&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004353 10.0.0.33 - - [2024-09-02 02:45:21] "GET /domains?obj_uuids=cbaaadc6-cd05-4f7f-a531-278643746e39&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001817 10.0.0.33 - - [2024-09-02 02:45:21] "GET /domain/cbaaadc6-cd05-4f7f-a531-278643746e39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008636 10.0.0.33 - - [2024-09-02 02:45:21] "POST /id-to-fqname HTTP/1.1" 200 193 0.002192 10.0.0.33 - - [2024-09-02 02:45:21] "POST /fqname-to-id HTTP/1.1" 404 202 0.003631 10.0.0.33 - - [2024-09-02 02:45:21] "POST /security-groups HTTP/1.1" 200 594 0.077982 10.0.0.33 - - [2024-09-02 02:45:21] "POST /fqname-to-id HTTP/1.1" 404 237 0.003100 10.0.0.33 - - [2024-09-02 02:45:21] "POST /projects HTTP/1.1" 200 591 0.244436 10.0.0.33 - - [2024-09-02 02:45:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.281402 10.0.0.33 - - [2024-09-02 02:45:21] "POST /access-control-lists HTTP/1.1" 200 599 0.060874 10.0.0.33 - - [2024-09-02 02:45:21] "GET /project/1ac82c4c-d293-45ca-a2d4-1040af046b59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.439030 10.0.0.33 - - [2024-09-02 02:45:21] "POST /fqname-to-id HTTP/1.1" 404 236 0.005357 10.0.0.33 - - [2024-09-02 02:45:21] "POST /access-control-lists HTTP/1.1" 200 597 0.071454 10.0.0.33 - - [2024-09-02 02:45:23] "GET / HTTP/1.1" 200 35931 0.002075 10.0.0.33 - - [2024-09-02 02:45:24] "GET /project/1ac82c4c-d293-45ca-a2d4-1040af046b59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000787 10.0.0.33 - - [2024-09-02 02:45:24] "GET /projects?obj_uuids=1ac82c4c-d293-45ca-a2d4-1040af046b59&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001190 10.0.0.33 - - [2024-09-02 02:45:24] "GET /project/1ac82c4c-d293-45ca-a2d4-1040af046b59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.067560 10.0.0.33 - - [2024-09-02 02:45:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.33 - - [2024-09-02 02:45:24] "GET /security-group/9fa7b7a2-3fe0-4ba4-9c5e-fa15fd56facf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3774 0.010546 10.0.0.33 - - [2024-09-02 02:45:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.008243 10.0.0.33 - - [2024-09-02 02:45:24] "GET /projects?obj_uuids=1ac82c4c-d293-45ca-a2d4-1040af046b59&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002936 10.0.0.33 - - [2024-09-02 02:45:24] "GET /project/1ac82c4c-d293-45ca-a2d4-1040af046b59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.059649 10.0.0.33 - - [2024-09-02 02:45:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004170 10.0.0.33 - - [2024-09-02 02:45:25] "GET /security-group/9fa7b7a2-3fe0-4ba4-9c5e-fa15fd56facf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3774 0.007091 10.0.0.33 - - [2024-09-02 02:45:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005318 10.0.0.33 - - [2024-09-02 02:45:25] "PUT /security-group/9fa7b7a2-3fe0-4ba4-9c5e-fa15fd56facf HTTP/1.1" 200 262 0.023933 10.0.0.33 - - [2024-09-02 02:45:25] "PUT /access-control-list/dd3846dc-f77c-4bbf-9a11-c4ee0e5f64c2 HTTP/1.1" 200 272 0.013367 10.0.0.33 - - [2024-09-02 02:45:25] "PUT /access-control-list/20b19137-eeee-4377-93aa-4472ccd7a73b HTTP/1.1" 200 272 0.011432 10.0.0.33 - - [2024-09-02 02:45:25] "POST /fqname-to-id HTTP/1.1" 404 202 0.004451 10.0.0.33 - - [2024-09-02 02:45:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.33 - - [2024-09-02 02:45:25] "GET /projects?obj_uuids=1ac82c4c-d293-45ca-a2d4-1040af046b59&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004421 10.0.0.33 - - [2024-09-02 02:45:25] "GET /project/1ac82c4c-d293-45ca-a2d4-1040af046b59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.049441 10.0.0.33 - - [2024-09-02 02:45:25] "POST /neutron/network HTTP/1.1" 200 117 0.053787 10.0.0.33 - - [2024-09-02 02:45:25] "GET /projects?obj_uuids=1ac82c4c-d293-45ca-a2d4-1040af046b59&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001533 10.0.0.33 - - [2024-09-02 02:45:25] "POST /neutron/network HTTP/1.1" 200 608 0.101488 10.0.0.33 - - [2024-09-02 02:45:25] "POST /route-targets HTTP/1.1" 200 327 0.018665 10.0.0.33 - - [2024-09-02 02:45:25] "POST /ref-update HTTP/1.1" 200 156 0.011837 10.0.0.33 - - [2024-09-02 02:45:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003930 10.0.0.33 - - [2024-09-02 02:45:25] "POST /neutron/subnet HTTP/1.1" 200 715 0.260593 10.0.0.33 - - [2024-09-02 02:45:25] "POST /neutron/network HTTP/1.1" 200 825 0.009603 10.0.0.33 - - [2024-09-02 02:45:25] "POST /id-to-fqname HTTP/1.1" 200 223 0.001757 10.0.0.33 - - [2024-09-02 02:45:25] "GET /virtual-network/fe3affe1-2e0f-4716-96e0-51cf7c1028ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004012 10.0.0.33 - - [2024-09-02 02:45:26] "POST /neutron/network HTTP/1.1" 200 825 0.014394 10.0.0.33 - - [2024-09-02 02:45:26] "GET /virtual-network/fe3affe1-2e0f-4716-96e0-51cf7c1028ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006024 10.0.0.33 - - [2024-09-02 02:45:26] "POST /neutron/network HTTP/1.1" 200 825 0.015494 10.0.0.33 - - [2024-09-02 02:45:26] "POST /neutron/subnet HTTP/1.1" 200 715 0.019825 10.0.0.33 - - [2024-09-02 02:45:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.008167 10.0.0.33 - - [2024-09-02 02:45:26] "GET /projects?obj_uuids=1ac82c4c-d293-45ca-a2d4-1040af046b59&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003587 10.0.0.33 - - [2024-09-02 02:45:26] "GET /project/1ac82c4c-d293-45ca-a2d4-1040af046b59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.065988 10.0.0.33 - - [2024-09-02 02:45:26] "POST /neutron/network HTTP/1.1" 200 117 0.017969 10.0.0.33 - - [2024-09-02 02:45:26] "GET /projects?obj_uuids=1ac82c4c-d293-45ca-a2d4-1040af046b59&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003197 10.0.0.33 - - [2024-09-02 02:45:26] "POST /neutron/network HTTP/1.1" 200 615 0.180707 10.0.0.33 - - [2024-09-02 02:45:26] "POST /route-targets HTTP/1.1" 200 327 0.016006 10.0.0.33 - - [2024-09-02 02:45:26] "POST /ref-update HTTP/1.1" 200 156 0.013918 10.0.0.33 - - [2024-09-02 02:45:26] "POST /useragent-kv HTTP/1.1" 200 115 0.008036 10.0.0.33 - - [2024-09-02 02:45:26] "POST /neutron/subnet HTTP/1.1" 200 725 0.221242 10.0.0.33 - - [2024-09-02 02:45:26] "POST /neutron/network HTTP/1.1" 200 834 0.016408 10.0.0.33 - - [2024-09-02 02:45:26] "POST /id-to-fqname HTTP/1.1" 200 227 0.003458 10.0.0.33 - - [2024-09-02 02:45:26] "GET /virtual-network/02030b19-14d0-4b20-af52-e4295e63ba31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.009143 10.0.0.33 - - [2024-09-02 02:45:27] "POST /neutron/network HTTP/1.1" 200 834 0.018368 10.0.0.33 - - [2024-09-02 02:45:27] "GET /virtual-network/02030b19-14d0-4b20-af52-e4295e63ba31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.011383 10.0.0.33 - - [2024-09-02 02:45:27] "POST /neutron/network HTTP/1.1" 200 834 0.018672 10.0.0.33 - - [2024-09-02 02:45:27] "POST /neutron/subnet HTTP/1.1" 200 725 0.022716 10.0.0.33 - - [2024-09-02 02:45:27] "POST /id-to-fqname HTTP/1.1" 200 223 0.003896 10.0.0.33 - - [2024-09-02 02:45:27] "POST /neutron/network HTTP/1.1" 200 835 0.017566 10.0.0.33 - - [2024-09-02 02:45:27] "GET /aaa-mode HTTP/1.1" 401 292 0.001489 10.0.0.33 - - [2024-09-02 02:45:28] "GET / HTTP/1.1" 200 35931 0.006953 10.0.0.33 - - [2024-09-02 02:45:28] "GET /project/1ac82c4c-d293-45ca-a2d4-1040af046b59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.001463 10.0.0.33 - - [2024-09-02 02:45:28] "GET /projects?obj_uuids=1ac82c4c-d293-45ca-a2d4-1040af046b59&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001623 10.0.0.33 - - [2024-09-02 02:45:28] "GET /project/1ac82c4c-d293-45ca-a2d4-1040af046b59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.106932 10.0.0.33 - - [2024-09-02 02:45:28] "POST /neutron/network HTTP/1.1" 200 825 0.007357 10.0.0.33 - - [2024-09-02 02:45:28] "POST /neutron/port HTTP/1.1" 200 117 0.009178 10.0.0.33 - - [2024-09-02 02:45:28] "POST /neutron/port HTTP/1.1" 200 117 0.011370 10.0.0.33 - - [2024-09-02 02:45:29] "POST /id-to-fqname HTTP/1.1" 200 227 0.003057 10.0.0.33 - - [2024-09-02 02:45:29] "POST /neutron/port HTTP/1.1" 200 117 0.006539 10.0.0.33 - - [2024-09-02 02:45:29] "POST /neutron/network HTTP/1.1" 200 844 0.010801 10.0.0.33 - - [2024-09-02 02:45:29] "GET /aaa-mode HTTP/1.1" 401 292 0.000482 10.0.0.33 - - [2024-09-02 02:45:29] "GET / HTTP/1.1" 200 35931 0.005412 10.0.0.33 - - [2024-09-02 02:45:29] "GET /project/1ac82c4c-d293-45ca-a2d4-1040af046b59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.001316 10.0.0.33 - - [2024-09-02 02:45:29] "POST /neutron/network HTTP/1.1" 200 835 0.020440 10.0.0.33 - - [2024-09-02 02:45:29] "GET /projects?obj_uuids=1ac82c4c-d293-45ca-a2d4-1040af046b59&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002150 10.0.0.33 - - [2024-09-02 02:45:30] "GET /projects?obj_uuids=1ac82c4c-d293-45ca-a2d4-1040af046b59&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001685 10.0.0.33 - - [2024-09-02 02:45:30] "GET /project/1ac82c4c-d293-45ca-a2d4-1040af046b59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.091605 10.0.0.33 - - [2024-09-02 02:45:30] "POST /neutron/port HTTP/1.1" 200 1061 0.340630 10.0.0.33 - - [2024-09-02 02:45:30] "POST /neutron/network HTTP/1.1" 200 834 0.011383 10.0.0.33 - - [2024-09-02 02:45:30] "POST /neutron/port HTTP/1.1" 200 1061 0.009616 10.0.0.33 - - [2024-09-02 02:45:30] "POST /neutron/port HTTP/1.1" 200 1061 0.017935 10.0.0.33 - - [2024-09-02 02:45:30] "POST /neutron/port HTTP/1.1" 200 1115 0.077889 10.0.0.33 - - [2024-09-02 02:45:30] "POST /neutron/port HTTP/1.1" 200 1089 0.020206 10.0.0.33 - - [2024-09-02 02:45:30] "POST /neutron/port HTTP/1.1" 200 1089 0.020798 10.0.0.33 - - [2024-09-02 02:45:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003682 10.0.0.33 - - [2024-09-02 02:45:30] "POST /neutron/security_group HTTP/1.1" 200 2002 0.012093 10.0.0.33 - - [2024-09-02 02:45:30] "POST /neutron/subnet HTTP/1.1" 200 689 0.015120 10.0.0.33 - - [2024-09-02 02:45:30] "POST /neutron/port HTTP/1.1" 200 117 0.001486 10.0.0.33 - - [2024-09-02 02:45:30] "POST /neutron/port HTTP/1.1" 200 117 0.006382 10.0.0.33 - - [2024-09-02 02:45:30] "POST /neutron/network HTTP/1.1" 200 825 0.010136 10.0.0.33 - - [2024-09-02 02:45:30] "GET /projects?obj_uuids=1ac82c4c-d293-45ca-a2d4-1040af046b59&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002181 10.0.0.33 - - [2024-09-02 02:45:30] "POST /neutron/router HTTP/1.1" 200 585 0.077432 10.0.0.33 - - [2024-09-02 02:45:30] "POST /neutron/router HTTP/1.1" 200 585 0.005195 10.0.0.33 - - [2024-09-02 02:45:30] "POST /route-targets HTTP/1.1" 200 327 0.022832 10.0.0.33 - - [2024-09-02 02:45:30] "PUT /logical-router/51f41c71-33fd-48b3-bf6f-a8c82f804473 HTTP/1.1" 200 262 0.018020 10.0.0.33 - - [2024-09-02 02:45:30] "POST /neutron/router HTTP/1.1" 200 656 0.031239 10.0.0.33 - - [2024-09-02 02:45:30] "GET /logical-router/51f41c71-33fd-48b3-bf6f-a8c82f804473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1640 0.006351 10.0.0.33 - - [2024-09-02 02:45:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002393 10.0.0.33 - - [2024-09-02 02:45:30] "POST /neutron/router HTTP/1.1" 200 656 0.002960 10.0.0.33 - - [2024-09-02 02:45:30] "GET /projects?obj_uuids=1ac82c4c-d293-45ca-a2d4-1040af046b59&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001128 10.0.0.33 - - [2024-09-02 02:45:30] "GET /service-template/2de53cb3-9b04-4c55-a939-194b143d26dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.005998 10.0.0.33 - - [2024-09-02 02:45:30] "POST /fqname-to-id HTTP/1.1" 404 215 0.002649 10.0.0.33 - - [2024-09-02 02:45:30] "POST /neutron/network HTTP/1.1" 200 844 0.024482 10.0.0.33 - - [2024-09-02 02:45:30] "GET /projects?obj_uuids=1ac82c4c-d293-45ca-a2d4-1040af046b59&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001256 10.0.0.33 - - [2024-09-02 02:45:30] "POST /useragent-kv HTTP/1.1" 200 115 0.013279 10.0.0.33 - - [2024-09-02 02:45:30] "POST /virtual-networks HTTP/1.1" 200 694 0.186579 10.0.0.33 - - [2024-09-02 02:45:30] "POST /neutron/router HTTP/1.1" 200 344 0.354439 10.0.0.33 - - [2024-09-02 02:45:30] "POST /route-targets HTTP/1.1" 200 327 0.037360 10.0.0.33 - - [2024-09-02 02:45:31] "POST /ref-update HTTP/1.1" 200 156 0.082923 10.0.0.33 - - [2024-09-02 02:45:31] "POST /neutron/port HTTP/1.1" 200 1089 0.090746 10.0.0.33 - - [2024-09-02 02:45:31] "POST /neutron/security_group HTTP/1.1" 200 2002 0.031686 10.0.0.33 - - [2024-09-02 02:45:31] "POST /ref-update HTTP/1.1" 200 156 0.042852 10.0.0.33 - - [2024-09-02 02:45:31] "POST /service-instances HTTP/1.1" 200 670 0.177231 10.0.0.33 - - [2024-09-02 02:45:31] "POST /route-tables HTTP/1.1" 200 582 0.026511 10.0.0.33 - - [2024-09-02 02:45:31] "PUT /logical-router/51f41c71-33fd-48b3-bf6f-a8c82f804473 HTTP/1.1" 200 262 0.026965 10.0.0.33 - - [2024-09-02 02:45:31] "POST /ref-update HTTP/1.1" 200 156 0.035752 10.0.0.33 - - [2024-09-02 02:45:31] "POST /neutron/port HTTP/1.1" 200 1063 0.503588 10.0.0.33 - - [2024-09-02 02:45:31] "POST /neutron/port HTTP/1.1" 200 1063 0.009825 10.0.0.33 - - [2024-09-02 02:45:31] "POST /neutron/port HTTP/1.1" 200 1063 0.009127 10.0.0.33 - - [2024-09-02 02:45:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.006912 10.0.0.33 - - [2024-09-02 02:45:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.011354 10.0.0.33 - - [2024-09-02 02:45:31] "POST /neutron/port HTTP/1.1" 200 1117 0.122349 10.0.0.33 - - [2024-09-02 02:45:31] "POST /virtual-machines HTTP/1.1" 200 553 0.021846 10.0.0.33 - - [2024-09-02 02:45:31] "POST /neutron/port HTTP/1.1" 200 1091 0.052282 10.0.0.33 - - [2024-09-02 02:45:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003536 10.0.0.33 - - [2024-09-02 02:45:31] "POST /neutron/subnet HTTP/1.1" 200 699 0.041166 10.0.0.33 - - [2024-09-02 02:45:31] "POST /neutron/port HTTP/1.1" 200 117 0.002794 10.0.0.33 - - [2024-09-02 02:45:31] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.154234 10.0.0.33 - - [2024-09-02 02:45:31] "POST /neutron/network HTTP/1.1" 200 834 0.021320 10.0.0.33 - - [2024-09-02 02:45:31] "POST /chown HTTP/1.1" 200 109 0.011446 10.0.0.33 - - [2024-09-02 02:45:31] "POST /instance-ips HTTP/1.1" 200 551 0.028369 10.0.0.33 - - [2024-09-02 02:45:31] "POST /instance-ips HTTP/1.1" 400 246 0.015964 10.0.0.33 - - [2024-09-02 02:45:32] "POST /chown HTTP/1.1" 200 109 0.016473 10.0.0.33 - - [2024-09-02 02:45:32] "PUT /virtual-machine-interface/bd434cd3-237d-4974-8707-864ca946ea57 HTTP/1.1" 200 284 0.017550 10.0.0.33 - - [2024-09-02 02:45:32] "PUT /instance-ip/36e3f4fe-cfde-410b-ae5a-427c8144c40a HTTP/1.1" 200 256 0.015798 10.0.0.33 - - [2024-09-02 02:45:32] "POST /ref-update HTTP/1.1" 200 156 0.022434 10.0.0.33 - - [2024-09-02 02:45:32] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.109675 10.0.0.33 - - [2024-09-02 02:45:32] "POST /chown HTTP/1.1" 200 109 0.008291 10.0.0.33 - - [2024-09-02 02:45:32] "POST /instance-ips HTTP/1.1" 200 549 0.037719 10.0.0.33 - - [2024-09-02 02:45:32] "POST /instance-ips HTTP/1.1" 400 316 0.023396 10.0.0.33 - - [2024-09-02 02:45:32] "POST /chown HTTP/1.1" 200 109 0.027506 10.0.0.33 - - [2024-09-02 02:45:32] "PUT /virtual-machine-interface/3224f4a0-6732-464b-9785-f9952dd18a63 HTTP/1.1" 200 284 0.015906 10.0.0.33 - - [2024-09-02 02:45:32] "PUT /instance-ip/d125557a-ce00-4eca-b6f3-6c662b3fe5e7 HTTP/1.1" 200 256 0.011795 10.0.0.33 - - [2024-09-02 02:45:32] "POST /ref-update HTTP/1.1" 200 156 0.017009 10.0.0.33 - - [2024-09-02 02:45:32] "POST /ref-update HTTP/1.1" 200 156 0.018909 10.0.0.33 - - [2024-09-02 02:45:32] "POST /ref-update HTTP/1.1" 200 156 0.019312 10.0.0.33 - - [2024-09-02 02:45:32] "PUT /routing-instance/c3e65ea9-8116-4b03-ae9d-e5757a0db98f HTTP/1.1" 200 266 0.030587 10.0.0.33 - - [2024-09-02 02:45:33] "POST /virtual-machines HTTP/1.1" 200 553 0.012751 10.0.0.33 - - [2024-09-02 02:45:33] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.105868 10.0.0.33 - - [2024-09-02 02:45:33] "POST /chown HTTP/1.1" 200 109 0.009887 10.0.0.33 - - [2024-09-02 02:45:33] "POST /instance-ips HTTP/1.1" 400 246 0.017283 10.0.0.33 - - [2024-09-02 02:45:33] "POST /chown HTTP/1.1" 200 109 0.008217 10.0.0.33 - - [2024-09-02 02:45:33] "PUT /virtual-machine-interface/f62a8944-f70b-40f6-81b7-550da1ae38e8 HTTP/1.1" 200 284 0.017112 10.0.0.33 - - [2024-09-02 02:45:33] "PUT /instance-ip/36e3f4fe-cfde-410b-ae5a-427c8144c40a HTTP/1.1" 200 256 0.019163 10.0.0.33 - - [2024-09-02 02:45:33] "POST /ref-update HTTP/1.1" 200 156 0.015648 10.0.0.33 - - [2024-09-02 02:45:33] "POST /ref-update HTTP/1.1" 200 156 0.016333 10.0.0.33 - - [2024-09-02 02:45:33] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.128042 10.0.0.33 - - [2024-09-02 02:45:33] "POST /ref-update HTTP/1.1" 200 156 0.031043 10.0.0.33 - - [2024-09-02 02:45:33] "PUT /routing-instance/c3e65ea9-8116-4b03-ae9d-e5757a0db98f HTTP/1.1" 200 266 0.013783 10.0.0.33 - - [2024-09-02 02:45:33] "POST /chown HTTP/1.1" 200 109 0.009884 10.0.0.33 - - [2024-09-02 02:45:33] "POST /instance-ips HTTP/1.1" 400 316 0.024158 10.0.0.33 - - [2024-09-02 02:45:33] "POST /chown HTTP/1.1" 200 109 0.018375 10.0.0.33 - - [2024-09-02 02:45:34] "PUT /virtual-machine-interface/d05252bd-5b61-4837-8771-9c5e28fc2c14 HTTP/1.1" 200 284 0.018579 10.0.0.33 - - [2024-09-02 02:45:34] "PUT /instance-ip/d125557a-ce00-4eca-b6f3-6c662b3fe5e7 HTTP/1.1" 200 256 0.013917 10.0.0.33 - - [2024-09-02 02:45:34] "POST /ref-update HTTP/1.1" 200 156 0.018460 10.0.0.33 - - [2024-09-02 02:45:34] "POST /ref-update HTTP/1.1" 200 156 0.020160 10.0.0.33 - - [2024-09-02 02:45:34] "POST /ref-update HTTP/1.1" 200 156 0.010621 10.0.0.33 - - [2024-09-02 02:45:34] "PUT /routing-instance/c3e65ea9-8116-4b03-ae9d-e5757a0db98f HTTP/1.1" 200 266 0.019843 10.0.0.33 - - [2024-09-02 02:45:36] "POST /neutron/port HTTP/1.1" 200 1089 0.050654 10.0.0.33 - - [2024-09-02 02:45:36] "POST /neutron/security_group HTTP/1.1" 200 2002 0.012351 10.0.0.33 - - [2024-09-02 02:45:36] "POST /neutron/port HTTP/1.1" 200 1089 0.065859 10.0.0.33 - - [2024-09-02 02:45:36] "POST /neutron/security_group HTTP/1.1" 200 2002 0.017475 10.0.0.33 - - [2024-09-02 02:45:36] "POST /neutron/port HTTP/1.1" 200 1089 0.044425 10.0.0.33 - - [2024-09-02 02:45:36] "POST /neutron/security_group HTTP/1.1" 200 2002 0.016776 10.0.0.33 - - [2024-09-02 02:45:36] "GET /virtual-machine/8280454b-86cc-4d59-890d-0745bc85e0e0 HTTP/1.1" 401 292 0.001216 10.0.0.33 - - [2024-09-02 02:45:37] "GET /virtual-machine/8280454b-86cc-4d59-890d-0745bc85e0e0 HTTP/1.1" 200 1294 0.035009 10.0.0.33 - - [2024-09-02 02:45:37] "GET /virtual-machine-interface/50bbb367-7ceb-46df-8e56-5cc5283c3578 HTTP/1.1" 200 2955 0.004008 10.0.0.33 - - [2024-09-02 02:45:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004540 10.0.0.33 - - [2024-09-02 02:45:37] "GET /global-vrouter-config/4035e5cd-a3ef-4327-aadf-0038ecfd895d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005855 10.0.0.33 - - [2024-09-02 02:45:37] "GET /virtual-networks?parent_id=1ac82c4c-d293-45ca-a2d4-1040af046b59&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.008931 10.0.0.33 - - [2024-09-02 02:45:37] "GET /virtual-network/fe3affe1-2e0f-4716-96e0-51cf7c1028ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004986 10.0.0.33 - - [2024-09-02 02:45:40] "POST /neutron/port HTTP/1.1" 200 1089 0.040672 10.0.0.33 - - [2024-09-02 02:45:40] "POST /neutron/security_group HTTP/1.1" 200 2002 0.017599 10.0.0.33 - - [2024-09-02 02:45:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.008464 10.0.0.33 - - [2024-09-02 02:45:40] "GET /virtual-network/fe3affe1-2e0f-4716-96e0-51cf7c1028ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.009538 10.0.0.33 - - [2024-09-02 02:45:41] "POST /neutron/port HTTP/1.1" 200 1091 0.041823 10.0.0.33 - - [2024-09-02 02:45:41] "POST /neutron/security_group HTTP/1.1" 200 2002 0.014112 10.0.0.33 - - [2024-09-02 02:45:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.008281 10.0.0.33 - - [2024-09-02 02:45:42] "GET /global-vrouter-config/4035e5cd-a3ef-4327-aadf-0038ecfd895d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.007946 10.0.0.33 - - [2024-09-02 02:45:42] "GET /virtual-networks?parent_id=1ac82c4c-d293-45ca-a2d4-1040af046b59&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.009228 10.0.0.33 - - [2024-09-02 02:45:42] "GET /virtual-network/fe3affe1-2e0f-4716-96e0-51cf7c1028ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.011211 10.0.0.33 - - [2024-09-02 02:45:43] "POST /neutron/port HTTP/1.1" 200 1091 0.047110 10.0.0.33 - - [2024-09-02 02:45:43] "POST /neutron/security_group HTTP/1.1" 200 2002 0.019734 10.0.0.33 - - [2024-09-02 02:45:43] "POST /neutron/port HTTP/1.1" 200 1091 0.040070 10.0.0.33 - - [2024-09-02 02:45:43] "POST /neutron/security_group HTTP/1.1" 200 2002 0.020906 10.0.0.33 - - [2024-09-02 02:45:43] "POST /neutron/port HTTP/1.1" 200 1091 0.044478 10.0.0.33 - - [2024-09-02 02:45:43] "POST /neutron/security_group HTTP/1.1" 200 2002 0.021409 10.0.0.33 - - [2024-09-02 02:45:43] "GET /virtual-machine/f2f1b386-8b0a-412e-ba38-c82bd2cd676d HTTP/1.1" 200 1296 0.012882 10.0.0.33 - - [2024-09-02 02:45:43] "GET /virtual-machine-interface/c997b863-7f2a-4950-a219-4152789c224b HTTP/1.1" 200 2968 0.008669 10.0.0.33 - - [2024-09-02 02:45:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.009264 10.0.0.33 - - [2024-09-02 02:45:43] "GET /global-vrouter-config/4035e5cd-a3ef-4327-aadf-0038ecfd895d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.006922 10.0.0.33 - - [2024-09-02 02:45:43] "GET /virtual-networks?parent_id=1ac82c4c-d293-45ca-a2d4-1040af046b59&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.008282 10.0.0.33 - - [2024-09-02 02:45:43] "GET /virtual-network/02030b19-14d0-4b20-af52-e4295e63ba31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.009298 10.0.0.33 - - [2024-09-02 02:45:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.007025 10.0.0.33 - - [2024-09-02 02:45:45] "GET /global-vrouter-config/4035e5cd-a3ef-4327-aadf-0038ecfd895d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.008993 10.0.0.33 - - [2024-09-02 02:45:45] "GET /virtual-networks?parent_id=1ac82c4c-d293-45ca-a2d4-1040af046b59&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.009138 10.0.0.33 - - [2024-09-02 02:45:45] "GET /virtual-network/02030b19-14d0-4b20-af52-e4295e63ba31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007950 10.0.0.33 - - [2024-09-02 02:45:49] "POST /neutron/router HTTP/1.1" 200 656 0.012732 10.0.0.33 - - [2024-09-02 02:45:49] "POST /ref-update HTTP/1.1" 200 156 0.026715 10.0.0.33 - - [2024-09-02 02:45:49] "POST /neutron/router HTTP/1.1" 200 344 0.246902 10.0.0.33 - - [2024-09-02 02:45:50] "POST /neutron/router HTTP/1.1" 200 656 0.005772 10.0.0.33 - - [2024-09-02 02:45:50] "GET /logical-router/51f41c71-33fd-48b3-bf6f-a8c82f804473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1971 0.003522 10.0.0.33 - - [2024-09-02 02:45:50] "GET /service-instance/e69c1496-57a1-4bc9-a192-304322ca31fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2326 0.003119 10.0.0.33 - - [2024-09-02 02:45:50] "POST /neutron/router HTTP/1.1" 200 151 0.064118 10.0.0.33 - - [2024-09-02 02:45:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003980 10.0.0.33 - - [2024-09-02 02:45:50] "DELETE /route-target/6656534a-ef69-4bb5-9b5d-4a3879a31c78 HTTP/1.1" 409 239 0.005961 10.0.0.33 - - [2024-09-02 02:45:50] "PUT /logical-router/51f41c71-33fd-48b3-bf6f-a8c82f804473 HTTP/1.1" 404 171 0.005684 10.0.0.33 - - [2024-09-02 02:45:50] "POST /ref-update HTTP/1.1" 200 156 0.015535 10.0.0.33 - - [2024-09-02 02:45:50] "DELETE /route-table/c3cc4b8a-28f9-4587-a049-75ff3a69234c HTTP/1.1" 200 115 0.032779 10.0.0.33 - - [2024-09-02 02:45:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002935 10.0.0.33 - - [2024-09-02 02:45:50] "PUT /routing-instance/c3e65ea9-8116-4b03-ae9d-e5757a0db98f HTTP/1.1" 200 266 0.026307 10.0.0.33 - - [2024-09-02 02:45:50] "GET /virtual-network/7d9377f0-8bd0-459c-a18c-cd09a0f2689a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2132 0.003463 10.0.0.33 - - [2024-09-02 02:45:50] "POST /neutron/network HTTP/1.1" 200 834 0.007613 10.0.0.33 - - [2024-09-02 02:45:50] "POST /ref-update HTTP/1.1" 200 156 0.023026 10.0.0.33 - - [2024-09-02 02:45:50] "POST /neutron/network HTTP/1.1" 400 204 0.056057 10.0.0.33 - - [2024-09-02 02:45:50] "POST /ref-update HTTP/1.1" 200 156 0.016451 10.0.0.33 - - [2024-09-02 02:45:50] "DELETE /instance-ip/d125557a-ce00-4eca-b6f3-6c662b3fe5e7 HTTP/1.1" 200 115 0.039324 10.0.0.33 - - [2024-09-02 02:45:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002765 10.0.0.33 - - [2024-09-02 02:45:50] "POST /useragent-kv HTTP/1.1" 200 115 0.001218 10.0.0.33 - - [2024-09-02 02:45:50] "POST /useragent-kv HTTP/1.1" 200 115 0.001256 10.0.0.33 - - [2024-09-02 02:45:50] "DELETE /virtual-network/7d9377f0-8bd0-459c-a18c-cd09a0f2689a HTTP/1.1" 200 115 0.165001 10.0.0.33 - - [2024-09-02 02:45:50] "DELETE /route-target/00d448f9-8421-4683-8896-fddc6abea5bf HTTP/1.1" 200 115 0.028870 10.0.0.33 - - [2024-09-02 02:45:50] "DELETE /service-instance/e69c1496-57a1-4bc9-a192-304322ca31fa HTTP/1.1" 200 115 0.063587 10.0.0.33 - - [2024-09-02 02:45:50] "POST /neutron/port HTTP/1.1" 200 1091 0.039900 10.0.0.33 - - [2024-09-02 02:45:50] "GET /logical-router/51f41c71-33fd-48b3-bf6f-a8c82f804473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002496 10.0.0.33 - - [2024-09-02 02:45:50] "POST /neutron/port HTTP/1.1" 200 1117 0.008963 10.0.0.33 - - [2024-09-02 02:45:50] "GET /service-instance/e69c1496-57a1-4bc9-a192-304322ca31fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002709 10.0.0.33 - - [2024-09-02 02:45:50] "POST /neutron/port HTTP/1.1" 200 1089 0.017555 10.0.0.33 - - [2024-09-02 02:45:50] "POST /neutron/port HTTP/1.1" 200 1115 0.019070 10.0.0.33 - - [2024-09-02 02:45:50] "GET /virtual-machine-interface/bd434cd3-237d-4974-8707-864ca946ea57?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1663 0.006134 10.0.0.33 - - [2024-09-02 02:45:50] "POST /neutron/port HTTP/1.1" 200 151 0.173789 10.0.0.33 - - [2024-09-02 02:45:50] "POST /ref-update HTTP/1.1" 200 156 0.025832 10.0.0.33 - - [2024-09-02 02:45:50] "GET /instance-ip/36e3f4fe-cfde-410b-ae5a-427c8144c40a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006527 10.0.0.33 - - [2024-09-02 02:45:50] "POST /neutron/port HTTP/1.1" 200 151 0.157319 10.0.0.33 - - [2024-09-02 02:45:51] "DELETE /virtual-machine-interface/bd434cd3-237d-4974-8707-864ca946ea57 HTTP/1.1" 200 115 0.039290 10.0.0.33 - - [2024-09-02 02:45:51] "GET /virtual-machine-interface/3224f4a0-6732-464b-9785-f9952dd18a63?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1343 0.003800 10.0.0.33 - - [2024-09-02 02:45:51] "DELETE /virtual-machine-interface/3224f4a0-6732-464b-9785-f9952dd18a63 HTTP/1.1" 200 115 0.095673 10.0.0.33 - - [2024-09-02 02:45:51] "POST /ref-update HTTP/1.1" 200 156 0.012429 10.0.0.33 - - [2024-09-02 02:45:51] "DELETE /virtual-machine/8fe8153e-f49a-4863-96a0-7a65d7a7c0cc HTTP/1.1" 200 115 0.034371 10.0.0.33 - - [2024-09-02 02:45:51] "GET /virtual-machine-interface/d05252bd-5b61-4837-8771-9c5e28fc2c14?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1343 0.003290 10.0.0.33 - - [2024-09-02 02:45:51] "DELETE /virtual-machine-interface/d05252bd-5b61-4837-8771-9c5e28fc2c14 HTTP/1.1" 200 115 0.045150 10.0.0.33 - - [2024-09-02 02:45:51] "GET /virtual-machine-interface/f62a8944-f70b-40f6-81b7-550da1ae38e8?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1663 0.004727 10.0.0.33 - - [2024-09-02 02:45:51] "POST /ref-update HTTP/1.1" 200 156 0.028952 10.0.0.33 - - [2024-09-02 02:45:51] "GET /instance-ip/36e3f4fe-cfde-410b-ae5a-427c8144c40a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1695 0.012989 10.0.0.33 - - [2024-09-02 02:45:51] "DELETE /instance-ip/36e3f4fe-cfde-410b-ae5a-427c8144c40a HTTP/1.1" 200 115 0.062425 10.0.0.33 - - [2024-09-02 02:45:51] "DELETE /virtual-machine-interface/f62a8944-f70b-40f6-81b7-550da1ae38e8 HTTP/1.1" 200 115 0.087674 10.0.0.33 - - [2024-09-02 02:45:51] "DELETE /virtual-machine/5ef77a17-fd9c-4275-a285-aa32adb8def7 HTTP/1.1" 200 115 0.035921 10.0.0.33 - - [2024-09-02 02:45:52] "POST /neutron/network HTTP/1.1" 200 834 0.020674 10.0.0.33 - - [2024-09-02 02:45:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002152 10.0.0.33 - - [2024-09-02 02:45:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.011793 10.0.0.33 - - [2024-09-02 02:45:52] "POST /useragent-kv HTTP/1.1" 200 115 0.001867 10.0.0.33 - - [2024-09-02 02:45:52] "POST /neutron/network HTTP/1.1" 200 151 0.189293 10.0.0.33 - - [2024-09-02 02:45:52] "POST /neutron/network HTTP/1.1" 200 825 0.011533 10.0.0.33 - - [2024-09-02 02:45:52] "DELETE /route-target/61158be1-d079-4403-85e1-c2a93eb87673 HTTP/1.1" 200 115 0.039110 10.0.0.33 - - [2024-09-02 02:45:52] "POST /useragent-kv HTTP/1.1" 200 115 0.001549 10.0.0.33 - - [2024-09-02 02:45:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.007949 10.0.0.33 - - [2024-09-02 02:45:52] "POST /useragent-kv HTTP/1.1" 200 115 0.001472 10.0.0.33 - - [2024-09-02 02:45:52] "POST /neutron/network HTTP/1.1" 200 151 0.113467 10.0.0.33 - - [2024-09-02 02:45:52] "DELETE /route-target/e669995c-034d-4372-9856-d058cb1a98a8 HTTP/1.1" 200 115 0.020941 10.0.0.33 - - [2024-09-02 02:45:53] "GET /projects?obj_uuids=1ac82c4c-d293-45ca-a2d4-1040af046b59&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003506 10.0.0.33 - - [2024-09-02 02:45:53] "GET /project/1ac82c4c-d293-45ca-a2d4-1040af046b59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.055773 10.0.0.33 - - [2024-09-02 02:45:53] "GET /projects?obj_uuids=1ac82c4c-d293-45ca-a2d4-1040af046b59&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002398 10.0.0.33 - - [2024-09-02 02:45:53] "GET /project/1ac82c4c-d293-45ca-a2d4-1040af046b59?fields=virtual_networks HTTP/1.1" 200 1048 0.042775 10.0.0.33 - - [2024-09-02 02:45:53] "GET /projects?obj_uuids=1ac82c4c-d293-45ca-a2d4-1040af046b59&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002046 10.0.0.33 - - [2024-09-02 02:45:53] "GET /project/1ac82c4c-d293-45ca-a2d4-1040af046b59?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.040697 10.0.0.33 - - [2024-09-02 02:45:53] "GET /projects?obj_uuids=1ac82c4c-d293-45ca-a2d4-1040af046b59&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002013 10.0.0.33 - - [2024-09-02 02:45:53] "GET /project/1ac82c4c-d293-45ca-a2d4-1040af046b59?fields=security_groups HTTP/1.1" 200 1277 0.037580 10.0.0.33 - - [2024-09-02 02:45:54] "POST /fqname-to-id HTTP/1.1" 404 196 0.057635 10.0.0.33 - - [2024-09-02 02:45:54] "GET /projects?obj_uuids=e4822f3f-6ff9-4085-9c11-f05a9f96ca80&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006045 10.0.0.33 - - [2024-09-02 02:45:55] "GET /domains?obj_uuids=cbaaadc6-cd05-4f7f-a531-278643746e39&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002831 10.0.0.33 - - [2024-09-02 02:45:55] "GET /domain/cbaaadc6-cd05-4f7f-a531-278643746e39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.018099 10.0.0.33 - - [2024-09-02 02:45:55] "POST /id-to-fqname HTTP/1.1" 200 198 0.001412 10.0.0.33 - - [2024-09-02 02:45:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.003668 10.0.0.33 - - [2024-09-02 02:45:55] "POST /security-groups HTTP/1.1" 200 599 0.074502 10.0.0.33 - - [2024-09-02 02:45:55] "POST /fqname-to-id HTTP/1.1" 404 242 0.004771 10.0.0.33 - - [2024-09-02 02:45:55] "POST /projects HTTP/1.1" 200 601 0.271139 10.0.0.33 - - [2024-09-02 02:45:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.327149 10.0.0.33 - - [2024-09-02 02:45:55] "POST /access-control-lists HTTP/1.1" 200 604 0.071640 10.0.0.33 - - [2024-09-02 02:45:55] "GET /project/e4822f3f-6ff9-4085-9c11-f05a9f96ca80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.580852 10.0.0.33 - - [2024-09-02 02:45:55] "POST /fqname-to-id HTTP/1.1" 404 241 0.003585 10.0.0.33 - - [2024-09-02 02:45:55] "POST /access-control-lists HTTP/1.1" 200 602 0.080731 10.0.0.33 - - [2024-09-02 02:45:56] "GET /global-system-configs HTTP/1.1" 200 322 0.276829 10.0.0.33 - - [2024-09-02 02:45:56] "GET /obj-perms HTTP/1.1" 200 5056 0.427277 10.0.0.33 - - [2024-09-02 02:45:57] "GET /global-system-configs HTTP/1.1" 200 322 0.450858 10.0.0.33 - - [2024-09-02 02:45:57] "GET / HTTP/1.1" 200 35931 0.006593 10.0.0.33 - - [2024-09-02 02:45:57] "GET /obj-perms HTTP/1.1" 200 5056 0.587031 10.0.0.33 - - [2024-09-02 02:45:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000649 10.0.0.33 - - [2024-09-02 02:45:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.051153 10.0.0.33 - - [2024-09-02 02:45:58] "GET /projects?obj_uuids=e4822f3f-6ff9-4085-9c11-f05a9f96ca80&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001507 10.0.0.33 - - [2024-09-02 02:45:58] "GET /project/e4822f3f-6ff9-4085-9c11-f05a9f96ca80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.046521 10.0.0.33 - - [2024-09-02 02:45:59] "POST /neutron/network HTTP/1.1" 200 117 0.084175 10.0.0.33 - - [2024-09-02 02:45:59] "GET /projects?obj_uuids=e4822f3f-6ff9-4085-9c11-f05a9f96ca80&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.005950 10.0.0.33 - - [2024-09-02 02:45:59] "POST /neutron/network HTTP/1.1" 200 613 0.150278 10.0.0.33 - - [2024-09-02 02:45:59] "POST /route-targets HTTP/1.1" 200 327 0.014447 10.0.0.33 - - [2024-09-02 02:45:59] "POST /ref-update HTTP/1.1" 200 156 0.020979 10.0.0.33 - - [2024-09-02 02:45:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002781 10.0.0.33 - - [2024-09-02 02:45:59] "POST /neutron/subnet HTTP/1.1" 200 720 0.175246 10.0.0.33 - - [2024-09-02 02:45:59] "POST /useragent-kv HTTP/1.1" 200 115 0.008791 10.0.0.33 - - [2024-09-02 02:45:59] "POST /neutron/subnet HTTP/1.1" 200 828 0.236629 10.0.0.33 - - [2024-09-02 02:45:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.069673 10.0.0.33 - - [2024-09-02 02:45:59] "POST /neutron/network HTTP/1.1" 200 1005 0.020429 10.0.0.33 - - [2024-09-02 02:45:59] "GET /virtual-network/ee5c68b5-8019-4c6e-95fe-35a1f5d1b8f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.007828 10.0.0.33 - - [2024-09-02 02:45:59] "POST /id-to-fqname HTTP/1.1" 200 228 0.001814 10.0.0.33 - - [2024-09-02 02:45:59] "GET /virtual-network/30ef1556-8c53-41ea-8594-3757abd725fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005281 10.0.0.33 - - [2024-09-02 02:45:59] "POST /neutron/network HTTP/1.1" 200 1005 0.021219 10.0.0.33 - - [2024-09-02 02:45:59] "GET /virtual-network/30ef1556-8c53-41ea-8594-3757abd725fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.007402 10.0.0.33 - - [2024-09-02 02:45:59] "POST /neutron/network HTTP/1.1" 200 1005 0.012302 10.0.0.33 - - [2024-09-02 02:45:59] "POST /neutron/subnet HTTP/1.1" 200 720 0.011118 10.0.0.33 - - [2024-09-02 02:46:00] "POST /neutron/subnet HTTP/1.1" 200 828 0.010842 10.0.0.33 - - [2024-09-02 02:46:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.006952 10.0.0.33 - - [2024-09-02 02:46:00] "GET /projects?obj_uuids=e4822f3f-6ff9-4085-9c11-f05a9f96ca80&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002852 10.0.0.33 - - [2024-09-02 02:46:00] "GET /project/e4822f3f-6ff9-4085-9c11-f05a9f96ca80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.047648 10.0.0.33 - - [2024-09-02 02:46:00] "POST /neutron/network HTTP/1.1" 200 117 0.022837 10.0.0.33 - - [2024-09-02 02:46:00] "GET /projects?obj_uuids=e4822f3f-6ff9-4085-9c11-f05a9f96ca80&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003124 10.0.0.33 - - [2024-09-02 02:46:00] "POST /neutron/network HTTP/1.1" 200 613 0.100115 10.0.0.33 - - [2024-09-02 02:46:00] "POST /route-targets HTTP/1.1" 200 327 0.015462 10.0.0.33 - - [2024-09-02 02:46:00] "POST /ref-update HTTP/1.1" 200 156 0.011422 10.0.0.33 - - [2024-09-02 02:46:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002239 10.0.0.33 - - [2024-09-02 02:46:00] "POST /neutron/subnet HTTP/1.1" 200 720 0.160762 10.0.0.33 - - [2024-09-02 02:46:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.009848 10.0.0.33 - - [2024-09-02 02:46:00] "GET /virtual-network/ee5c68b5-8019-4c6e-95fe-35a1f5d1b8f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.007566 10.0.0.33 - - [2024-09-02 02:46:00] "POST /useragent-kv HTTP/1.1" 200 115 0.005915 10.0.0.33 - - [2024-09-02 02:46:00] "POST /neutron/subnet HTTP/1.1" 200 828 0.289956 10.0.0.33 - - [2024-09-02 02:46:00] "POST /neutron/network HTTP/1.1" 200 1005 0.013320 10.0.0.33 - - [2024-09-02 02:46:00] "POST /id-to-fqname HTTP/1.1" 200 228 0.002083 10.0.0.33 - - [2024-09-02 02:46:00] "GET /virtual-network/b51d042e-e126-493b-b77a-f5d3fb48e99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006628 10.0.0.33 - - [2024-09-02 02:46:00] "POST /neutron/network HTTP/1.1" 200 1005 0.024014 10.0.0.33 - - [2024-09-02 02:46:00] "GET /virtual-network/b51d042e-e126-493b-b77a-f5d3fb48e99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006447 10.0.0.33 - - [2024-09-02 02:46:01] "POST /neutron/network HTTP/1.1" 200 1005 0.022763 10.0.0.33 - - [2024-09-02 02:46:01] "POST /neutron/subnet HTTP/1.1" 200 720 0.027802 10.0.0.33 - - [2024-09-02 02:46:01] "POST /neutron/subnet HTTP/1.1" 200 828 0.022148 10.0.0.33 - - [2024-09-02 02:46:01] "POST /fqname-to-id HTTP/1.1" 404 234 0.008578 10.0.0.33 - - [2024-09-02 02:46:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006314 10.0.0.33 - - [2024-09-02 02:46:01] "GET /projects?obj_uuids=e4822f3f-6ff9-4085-9c11-f05a9f96ca80&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004166 10.0.0.33 - - [2024-09-02 02:46:01] "GET /project/e4822f3f-6ff9-4085-9c11-f05a9f96ca80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.073168 10.0.0.33 - - [2024-09-02 02:46:01] "POST /network-policys HTTP/1.1" 200 577 0.092089 10.0.0.33 - - [2024-09-02 02:46:01] "GET /network-policy/a76db0f4-ed62-4fa8-afdb-4c6df7141f07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.009570 10.0.0.33 - - [2024-09-02 02:46:01] "POST /neutron/network HTTP/1.1" 200 1005 0.012945 10.0.0.33 - - [2024-09-02 02:46:01] "POST /fqname-to-id HTTP/1.1" 404 242 0.011853 10.0.0.33 - - [2024-09-02 02:46:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.016863 10.0.0.33 - - [2024-09-02 02:46:01] "GET /virtual-network/ee5c68b5-8019-4c6e-95fe-35a1f5d1b8f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.004167 10.0.0.33 - - [2024-09-02 02:46:01] "POST /neutron/network HTTP/1.1" 200 1113 0.080184 10.0.0.33 - - [2024-09-02 02:46:01] "POST /access-control-lists HTTP/1.1" 200 596 0.089823 10.0.0.33 - - [2024-09-02 02:46:01] "POST /neutron/network HTTP/1.1" 200 1113 0.046976 10.0.0.33 - - [2024-09-02 02:46:01] "GET /virtual-network/30ef1556-8c53-41ea-8594-3757abd725fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.004601 10.0.0.33 - - [2024-09-02 02:46:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002572 10.0.0.33 - - [2024-09-02 02:46:01] "GET /network-policy/a76db0f4-ed62-4fa8-afdb-4c6df7141f07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.003688 10.0.0.33 - - [2024-09-02 02:46:01] "POST /neutron/network HTTP/1.1" 200 1005 0.009512 10.0.0.33 - - [2024-09-02 02:46:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.010332 10.0.0.33 - - [2024-09-02 02:46:01] "GET /virtual-network/ee5c68b5-8019-4c6e-95fe-35a1f5d1b8f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.003872 10.0.0.33 - - [2024-09-02 02:46:01] "PUT /access-control-list/143e4aea-b3ff-4ce0-83f9-374fb417484b HTTP/1.1" 200 272 0.065562 10.0.0.33 - - [2024-09-02 02:46:01] "POST /neutron/network HTTP/1.1" 200 1113 0.112993 10.0.0.33 - - [2024-09-02 02:46:02] "POST /fqname-to-id HTTP/1.1" 404 242 0.005871 10.0.0.33 - - [2024-09-02 02:46:02] "POST /neutron/network HTTP/1.1" 200 1113 0.009366 10.0.0.33 - - [2024-09-02 02:46:02] "GET /virtual-network/b51d042e-e126-493b-b77a-f5d3fb48e99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.003633 10.0.0.33 - - [2024-09-02 02:46:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002860 10.0.0.33 - - [2024-09-02 02:46:02] "GET /network-policy/a76db0f4-ed62-4fa8-afdb-4c6df7141f07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.028136 10.0.0.33 - - [2024-09-02 02:46:02] "POST /access-control-lists HTTP/1.1" 200 596 0.064520 10.0.0.33 - - [2024-09-02 02:46:02] "GET /domains HTTP/1.1" 401 292 0.000815 10.0.0.33 - - [2024-09-02 02:46:02] "POST /ref-update HTTP/1.1" 200 156 0.013109 10.0.0.33 - - [2024-09-02 02:46:02] "GET /domains HTTP/1.1" 200 280 0.041117 10.0.0.33 - - [2024-09-02 02:46:02] "GET /domains?obj_uuids=cbaaadc6-cd05-4f7f-a531-278643746e39&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002702 10.0.0.33 - - [2024-09-02 02:46:02] "GET /domain/cbaaadc6-cd05-4f7f-a531-278643746e39 HTTP/1.1" 200 3150 0.013511 10.0.0.33 - - [2024-09-02 02:46:02] "GET /projects?obj_uuids=e4822f3f-6ff9-4085-9c11-f05a9f96ca80&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001234 10.0.0.33 - - [2024-09-02 02:46:02] "GET /project/e4822f3f-6ff9-4085-9c11-f05a9f96ca80 HTTP/1.1" 200 2636 0.068182 10.0.0.33 - - [2024-09-02 02:46:02] "GET /virtual-network/30ef1556-8c53-41ea-8594-3757abd725fe HTTP/1.1" 200 3500 0.005147 10.0.0.33 - - [2024-09-02 02:46:02] "GET /virtual-network/30ef1556-8c53-41ea-8594-3757abd725fe HTTP/1.1" 200 3500 0.004230 10.0.0.33 - - [2024-09-02 02:46:02] "GET /routing-instance/28350db6-6692-4681-83e3-342bc7b7eef6 HTTP/1.1" 200 1794 0.003662 10.0.0.33 - - [2024-09-02 02:46:02] "GET /routing-instance/28350db6-6692-4681-83e3-342bc7b7eef6 HTTP/1.1" 200 1794 0.003731 10.0.0.33 - - [2024-09-02 02:46:02] "GET /route-target/fa3b52cb-3246-4b1c-bb03-87a73669730b HTTP/1.1" 200 1213 0.003101 10.0.0.33 - - [2024-09-02 02:46:02] "GET /virtual-network/30ef1556-8c53-41ea-8594-3757abd725fe HTTP/1.1" 200 3500 0.003475 10.0.0.33 - - [2024-09-02 02:46:02] "GET /routing-instance/28350db6-6692-4681-83e3-342bc7b7eef6 HTTP/1.1" 200 1794 0.003487 10.0.0.33 - - [2024-09-02 02:46:02] "GET /virtual-network/30ef1556-8c53-41ea-8594-3757abd725fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.007927 10.0.0.33 - - [2024-09-02 02:46:02] "GET /virtual-network/30ef1556-8c53-41ea-8594-3757abd725fe HTTP/1.1" 200 3500 0.005762 10.0.0.33 - - [2024-09-02 02:46:02] "GET /routing-instance/28350db6-6692-4681-83e3-342bc7b7eef6 HTTP/1.1" 200 1794 0.005996 10.0.0.33 - - [2024-09-02 02:46:02] "GET /routing-instance/28350db6-6692-4681-83e3-342bc7b7eef6 HTTP/1.1" 200 1794 0.003813 10.0.0.33 - - [2024-09-02 02:46:02] "GET /route-target/fa3b52cb-3246-4b1c-bb03-87a73669730b HTTP/1.1" 200 1213 0.003708 10.0.0.33 - - [2024-09-02 02:46:02] "GET /domains HTTP/1.1" 200 280 0.005483 10.0.0.33 - - [2024-09-02 02:46:02] "GET /domains?obj_uuids=cbaaadc6-cd05-4f7f-a531-278643746e39&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.004063 10.0.0.33 - - [2024-09-02 02:46:02] "GET /domain/cbaaadc6-cd05-4f7f-a531-278643746e39 HTTP/1.1" 200 3150 0.022352 10.0.0.33 - - [2024-09-02 02:46:02] "GET /projects?obj_uuids=e4822f3f-6ff9-4085-9c11-f05a9f96ca80&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003641 10.0.0.33 - - [2024-09-02 02:46:02] "GET /project/e4822f3f-6ff9-4085-9c11-f05a9f96ca80 HTTP/1.1" 200 2636 0.110578 10.0.0.33 - - [2024-09-02 02:46:02] "GET /virtual-network/30ef1556-8c53-41ea-8594-3757abd725fe HTTP/1.1" 200 3500 0.009620 10.0.0.33 - - [2024-09-02 02:46:03] "GET /obj-perms HTTP/1.1" 200 5046 0.088356 10.0.0.33 - - [2024-09-02 02:46:03] "GET /domains HTTP/1.1" 200 280 0.009542 10.0.0.33 - - [2024-09-02 02:46:03] "GET /domains?obj_uuids=cbaaadc6-cd05-4f7f-a531-278643746e39&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003643 10.0.0.33 - - [2024-09-02 02:46:03] "GET /domain/cbaaadc6-cd05-4f7f-a531-278643746e39 HTTP/1.1" 200 3150 0.023201 10.0.0.33 - - [2024-09-02 02:46:03] "GET /projects?obj_uuids=e4822f3f-6ff9-4085-9c11-f05a9f96ca80&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003752 10.0.0.33 - - [2024-09-02 02:46:03] "GET /project/e4822f3f-6ff9-4085-9c11-f05a9f96ca80 HTTP/1.1" 200 2636 0.072441 10.0.0.33 - - [2024-09-02 02:46:03] "GET /virtual-network/b51d042e-e126-493b-b77a-f5d3fb48e99e HTTP/1.1" 200 3502 0.017271 10.0.0.33 - - [2024-09-02 02:46:03] "GET /virtual-network/b51d042e-e126-493b-b77a-f5d3fb48e99e HTTP/1.1" 200 3502 0.011102 10.0.0.33 - - [2024-09-02 02:46:03] "GET /routing-instance/b3ec9282-b911-48ff-8f71-f99a786e64b7 HTTP/1.1" 200 1796 0.009863 10.0.0.33 - - [2024-09-02 02:46:03] "GET /routing-instance/b3ec9282-b911-48ff-8f71-f99a786e64b7 HTTP/1.1" 200 1796 0.008379 10.0.0.33 - - [2024-09-02 02:46:03] "GET /route-target/67025b58-f90d-41f6-8670-3beb5df0b15b HTTP/1.1" 200 1211 0.008655 10.0.0.33 - - [2024-09-02 02:46:03] "GET /virtual-network/b51d042e-e126-493b-b77a-f5d3fb48e99e HTTP/1.1" 200 3502 0.007188 10.0.0.33 - - [2024-09-02 02:46:03] "GET /routing-instance/b3ec9282-b911-48ff-8f71-f99a786e64b7 HTTP/1.1" 200 1796 0.007057 10.0.0.33 - - [2024-09-02 02:46:03] "GET /virtual-network/b51d042e-e126-493b-b77a-f5d3fb48e99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.005967 10.0.0.33 - - [2024-09-02 02:46:03] "GET /virtual-network/b51d042e-e126-493b-b77a-f5d3fb48e99e HTTP/1.1" 200 3502 0.005095 10.0.0.33 - - [2024-09-02 02:46:03] "GET /routing-instance/b3ec9282-b911-48ff-8f71-f99a786e64b7 HTTP/1.1" 200 1796 0.006283 10.0.0.33 - - [2024-09-02 02:46:03] "GET /routing-instance/b3ec9282-b911-48ff-8f71-f99a786e64b7 HTTP/1.1" 200 1796 0.004416 10.0.0.33 - - [2024-09-02 02:46:03] "GET /route-target/67025b58-f90d-41f6-8670-3beb5df0b15b HTTP/1.1" 200 1211 0.004558 10.0.0.33 - - [2024-09-02 02:46:03] "GET /domains HTTP/1.1" 200 280 0.005581 10.0.0.33 - - [2024-09-02 02:46:03] "GET /domains?obj_uuids=cbaaadc6-cd05-4f7f-a531-278643746e39&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002281 10.0.0.33 - - [2024-09-02 02:46:03] "GET /domain/cbaaadc6-cd05-4f7f-a531-278643746e39 HTTP/1.1" 200 3150 0.015422 10.0.0.33 - - [2024-09-02 02:46:03] "GET /projects?obj_uuids=e4822f3f-6ff9-4085-9c11-f05a9f96ca80&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002438 10.0.0.33 - - [2024-09-02 02:46:04] "GET /project/e4822f3f-6ff9-4085-9c11-f05a9f96ca80 HTTP/1.1" 200 2636 0.112035 10.0.0.33 - - [2024-09-02 02:46:04] "GET /virtual-network/b51d042e-e126-493b-b77a-f5d3fb48e99e HTTP/1.1" 200 3502 0.009652 10.0.0.33 - - [2024-09-02 02:46:04] "GET /obj-perms HTTP/1.1" 200 5046 0.009787 10.0.0.33 - - [2024-09-02 02:46:04] "GET /virtual-network/b51d042e-e126-493b-b77a-f5d3fb48e99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.009402 10.0.0.33 - - [2024-09-02 02:46:04] "POST /neutron/network HTTP/1.1" 200 1113 0.021913 10.0.0.33 - - [2024-09-02 02:46:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.015909 10.0.0.33 - - [2024-09-02 02:46:04] "GET /virtual-network/ee5c68b5-8019-4c6e-95fe-35a1f5d1b8f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.009010 10.0.0.33 - - [2024-09-02 02:46:04] "POST /neutron/network HTTP/1.1" 200 1005 0.128563 10.0.0.33 - - [2024-09-02 02:46:04] "POST /neutron/network HTTP/1.1" 200 1005 0.018931 10.0.0.33 - - [2024-09-02 02:46:04] "GET /virtual-network/b51d042e-e126-493b-b77a-f5d3fb48e99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006598 10.0.0.33 - - [2024-09-02 02:46:04] "GET /virtual-network/30ef1556-8c53-41ea-8594-3757abd725fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006782 10.0.0.33 - - [2024-09-02 02:46:04] "POST /neutron/network HTTP/1.1" 200 1113 0.022921 10.0.0.33 - - [2024-09-02 02:46:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.009522 10.0.0.33 - - [2024-09-02 02:46:04] "GET /virtual-network/ee5c68b5-8019-4c6e-95fe-35a1f5d1b8f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.009897 10.0.0.33 - - [2024-09-02 02:46:04] "POST /neutron/network HTTP/1.1" 200 1005 0.127041 10.0.0.33 - - [2024-09-02 02:46:04] "POST /neutron/network HTTP/1.1" 200 1005 0.022519 10.0.0.33 - - [2024-09-02 02:46:04] "GET /virtual-network/30ef1556-8c53-41ea-8594-3757abd725fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.008177 10.0.0.33 - - [2024-09-02 02:46:04] "DELETE /network-policy/a76db0f4-ed62-4fa8-afdb-4c6df7141f07 HTTP/1.1" 200 115 0.069813 10.0.0.33 - - [2024-09-02 02:46:04] "DELETE /access-control-list/f45680cc-1590-4850-adb2-b2197c1eaa67 HTTP/1.1" 200 115 0.076610 10.0.0.33 - - [2024-09-02 02:46:04] "POST /neutron/network HTTP/1.1" 200 1005 0.013099 10.0.0.33 - - [2024-09-02 02:46:04] "POST /ref-update HTTP/1.1" 200 156 0.020394 10.0.0.33 - - [2024-09-02 02:46:05] "DELETE /access-control-list/143e4aea-b3ff-4ce0-83f9-374fb417484b HTTP/1.1" 200 115 0.057868 10.0.0.33 - - [2024-09-02 02:46:05] "POST /ref-update HTTP/1.1" 200 156 0.020013 10.0.0.33 - - [2024-09-02 02:46:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001520 10.0.0.33 - - [2024-09-02 02:46:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001300 10.0.0.33 - - [2024-09-02 02:46:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001214 10.0.0.33 - - [2024-09-02 02:46:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001183 10.0.0.33 - - [2024-09-02 02:46:05] "POST /neutron/network HTTP/1.1" 200 151 0.167542 10.0.0.33 - - [2024-09-02 02:46:05] "GET /routing-instance/b3ec9282-b911-48ff-8f71-f99a786e64b7 HTTP/1.1" 404 171 0.002872 10.0.0.33 - - [2024-09-02 02:46:05] "GET /domains HTTP/1.1" 200 280 0.003052 10.0.0.33 - - [2024-09-02 02:46:05] "GET /domains?obj_uuids=cbaaadc6-cd05-4f7f-a531-278643746e39&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002851 10.0.0.33 - - [2024-09-02 02:46:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.011904 10.0.0.33 - - [2024-09-02 02:46:05] "DELETE /project/e4822f3f6ff940859c11f05a9f96ca80 HTTP/1.1" 404 173 0.027242 10.0.0.33 - - [2024-09-02 02:46:05] "DELETE /project/58270881c3e34034bf48ef5ad899b954 HTTP/1.1" 404 173 0.024625 10.0.0.33 - - [2024-09-02 02:46:05] "DELETE /project/1ac82c4cd29345caa2d41040af046b59 HTTP/1.1" 404 173 0.022485 10.0.0.33 - - [2024-09-02 02:46:05] "GET /domain/cbaaadc6-cd05-4f7f-a531-278643746e39 HTTP/1.1" 200 3150 0.057578 10.0.0.33 - - [2024-09-02 02:46:05] "GET /projects?obj_uuids=58270881-c3e3-4034-bf48-ef5ad899b954&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001786 10.0.0.33 - - [2024-09-02 02:46:05] "GET /projects?obj_uuids=1ac82c4c-d293-45ca-a2d4-1040af046b59&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001355 10.0.0.33 - - [2024-09-02 02:46:05] "GET /projects?obj_uuids=28744beb-b82d-457c-8311-997dfc422e7d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001327 10.0.0.33 - - [2024-09-02 02:46:05] "GET /projects?obj_uuids=e4822f3f-6ff9-4085-9c11-f05a9f96ca80&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001177 10.0.0.33 - - [2024-09-02 02:46:05] "GET /project/58270881-c3e3-4034-bf48-ef5ad899b954?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.075366 10.0.0.33 - - [2024-09-02 02:46:05] "GET /project/28744beb-b82d-457c-8311-997dfc422e7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1525 0.060185 10.0.0.33 - - [2024-09-02 02:46:05] "GET /projects?obj_uuids=28744beb-b82d-457c-8311-997dfc422e7d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001507 10.0.0.33 - - [2024-09-02 02:46:05] "GET /projects?obj_uuids=58270881-c3e3-4034-bf48-ef5ad899b954&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001339 10.0.0.33 - - [2024-09-02 02:46:05] "GET /project/1ac82c4c-d293-45ca-a2d4-1040af046b59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1490 0.133786 10.0.0.33 - - [2024-09-02 02:46:05] "DELETE /route-target/67025b58-f90d-41f6-8670-3beb5df0b15b HTTP/1.1" 200 115 0.081542 10.0.0.33 - - [2024-09-02 02:46:05] "GET /project/e4822f3f-6ff9-4085-9c11-f05a9f96ca80 HTTP/1.1" 200 2156 0.123618 10.0.0.33 - - [2024-09-02 02:46:05] "GET /projects?obj_uuids=1ac82c4c-d293-45ca-a2d4-1040af046b59&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001271 10.0.0.33 - - [2024-09-02 02:46:05] "GET /project/28744beb-b82d-457c-8311-997dfc422e7d?fields=security_groups HTTP/1.1" 200 1408 0.090691 10.0.0.33 - - [2024-09-02 02:46:05] "GET /project/58270881-c3e3-4034-bf48-ef5ad899b954?fields=security_groups HTTP/1.1" 200 1358 0.098395 10.0.0.33 - - [2024-09-02 02:46:05] "POST /neutron/network HTTP/1.1" 200 1005 0.008291 10.0.0.33 - - [2024-09-02 02:46:05] "GET /project/1ac82c4c-d293-45ca-a2d4-1040af046b59?fields=security_groups HTTP/1.1" 200 1382 0.096269 10.0.0.33 - - [2024-09-02 02:46:05] "DELETE /access-control-list/27511208-fea3-411d-9e3b-f9b27edbf306 HTTP/1.1" 200 115 0.069512 10.0.0.33 - - [2024-09-02 02:46:05] "DELETE /security-group/e867ae90-11fd-44e3-8167-b47593c54b76 HTTP/1.1" 200 115 0.146309 10.0.0.33 - - [2024-09-02 02:46:05] "GET /projects?obj_uuids=28744beb-b82d-457c-8311-997dfc422e7d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001163 10.0.0.33 - - [2024-09-02 02:46:05] "DELETE /security-group/2b350586-cc1c-4861-ad39-70d5c2f2d876 HTTP/1.1" 200 115 0.165572 10.0.0.33 - - [2024-09-02 02:46:05] "GET /projects?obj_uuids=58270881-c3e3-4034-bf48-ef5ad899b954&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001244 10.0.0.33 - - [2024-09-02 02:46:05] "DELETE /security-group/9fa7b7a2-3fe0-4ba4-9c5e-fa15fd56facf HTTP/1.1" 200 115 0.131148 10.0.0.33 - - [2024-09-02 02:46:05] "DELETE /access-control-list/368af33e-edf5-415f-a161-ead2460fedde HTTP/1.1" 200 115 0.074894 10.0.0.33 - - [2024-09-02 02:46:05] "GET /project/28744beb-b82d-457c-8311-997dfc422e7d?fields=application_policy_sets HTTP/1.1" 200 1447 0.062171 10.0.0.33 - - [2024-09-02 02:46:05] "GET /projects?obj_uuids=1ac82c4c-d293-45ca-a2d4-1040af046b59&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001149 10.0.0.33 - - [2024-09-02 02:46:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001474 10.0.0.33 - - [2024-09-02 02:46:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001245 10.0.0.33 - - [2024-09-02 02:46:05] "GET /project/1ac82c4c-d293-45ca-a2d4-1040af046b59?fields=application_policy_sets HTTP/1.1" 200 1421 0.041057 10.0.0.33 - - [2024-09-02 02:46:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001174 10.0.0.33 - - [2024-09-02 02:46:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001213 10.0.0.33 - - [2024-09-02 02:46:05] "DELETE /access-control-list/37e64c6d-89ce-4e40-8c33-8eabe621ae6f HTTP/1.1" 200 115 0.056457 10.0.0.33 - - [2024-09-02 02:46:05] "GET /project/58270881-c3e3-4034-bf48-ef5ad899b954?fields=application_policy_sets HTTP/1.1" 200 1397 0.109391 10.0.0.33 - - [2024-09-02 02:46:05] "POST /neutron/network HTTP/1.1" 200 151 0.314453 10.0.0.33 - - [2024-09-02 02:46:05] "GET /routing-instance/28350db6-6692-4681-83e3-342bc7b7eef6 HTTP/1.1" 404 171 0.003353 10.0.0.33 - - [2024-09-02 02:46:05] "GET /domains HTTP/1.1" 200 280 0.004761 10.0.0.33 - - [2024-09-02 02:46:05] "GET /domains?obj_uuids=cbaaadc6-cd05-4f7f-a531-278643746e39&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001425 10.0.0.33 - - [2024-09-02 02:46:05] "DELETE /access-control-list/7d883ef5-ac40-4093-a726-42cd5935970b HTTP/1.1" 200 115 0.056458 10.0.0.33 - - [2024-09-02 02:46:05] "GET /domain/cbaaadc6-cd05-4f7f-a531-278643746e39 HTTP/1.1" 200 3150 0.059798 10.0.0.33 - - [2024-09-02 02:46:05] "GET /projects?obj_uuids=e4822f3f-6ff9-4085-9c11-f05a9f96ca80&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002009 10.0.0.33 - - [2024-09-02 02:46:05] "DELETE /access-control-list/dd3846dc-f77c-4bbf-9a11-c4ee0e5f64c2 HTTP/1.1" 200 115 0.056351 10.0.0.33 - - [2024-09-02 02:46:05] "DELETE /project/28744beb-b82d-457c-8311-997dfc422e7d HTTP/1.1" 200 115 0.680056 10.0.0.33 - - [2024-09-02 02:46:05] "DELETE /project/1ac82c4c-d293-45ca-a2d4-1040af046b59 HTTP/1.1" 200 115 0.721657 10.0.0.33 - - [2024-09-02 02:46:05] "DELETE /access-control-list/20b19137-eeee-4377-93aa-4472ccd7a73b HTTP/1.1" 200 115 0.039495 10.0.0.33 - - [2024-09-02 02:46:05] "GET /project/e4822f3f-6ff9-4085-9c11-f05a9f96ca80 HTTP/1.1" 200 1911 0.080299 10.0.0.33 - - [2024-09-02 02:46:05] "DELETE /project/58270881-c3e3-4034-bf48-ef5ad899b954 HTTP/1.1" 200 115 0.760358 10.0.0.33 - - [2024-09-02 02:46:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.33 - - [2024-09-02 02:46:05] "DELETE /route-target/fa3b52cb-3246-4b1c-bb03-87a73669730b HTTP/1.1" 200 115 0.017919 10.0.0.33 - - [2024-09-02 02:46:06] "GET /projects?obj_uuids=e4822f3f-6ff9-4085-9c11-f05a9f96ca80&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003728 10.0.0.33 - - [2024-09-02 02:46:06] "GET /project/e4822f3f-6ff9-4085-9c11-f05a9f96ca80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.070536 10.0.0.33 - - [2024-09-02 02:46:06] "GET /projects?obj_uuids=e4822f3f-6ff9-4085-9c11-f05a9f96ca80&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003211 10.0.0.33 - - [2024-09-02 02:46:06] "GET /project/e4822f3f-6ff9-4085-9c11-f05a9f96ca80?fields=virtual_networks HTTP/1.1" 200 1059 0.067599 10.0.0.33 - - [2024-09-02 02:46:06] "GET /projects?obj_uuids=e4822f3f-6ff9-4085-9c11-f05a9f96ca80&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003786 10.0.0.33 - - [2024-09-02 02:46:06] "GET /project/e4822f3f-6ff9-4085-9c11-f05a9f96ca80?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.070625 10.0.0.33 - - [2024-09-02 02:46:06] "GET /projects?obj_uuids=e4822f3f-6ff9-4085-9c11-f05a9f96ca80&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003854 10.0.0.33 - - [2024-09-02 02:46:06] "GET /project/e4822f3f-6ff9-4085-9c11-f05a9f96ca80?fields=security_groups HTTP/1.1" 200 1293 0.071524 10.0.0.33 - - [2024-09-02 02:46:08] "POST /fqname-to-id HTTP/1.1" 404 190 0.035338 10.0.0.33 - - [2024-09-02 02:46:08] "GET /projects?obj_uuids=177fae18-09ac-449b-b69e-18849742038a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.008034 10.0.0.33 - - [2024-09-02 02:46:08] "GET /domains?obj_uuids=cbaaadc6-cd05-4f7f-a531-278643746e39&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002102 10.0.0.33 - - [2024-09-02 02:46:08] "GET /domain/cbaaadc6-cd05-4f7f-a531-278643746e39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.014230 10.0.0.33 - - [2024-09-02 02:46:08] "POST /id-to-fqname HTTP/1.1" 200 192 0.003152 10.0.0.33 - - [2024-09-02 02:46:08] "POST /fqname-to-id HTTP/1.1" 404 201 0.004808 10.0.0.33 - - [2024-09-02 02:46:08] "POST /security-groups HTTP/1.1" 200 593 0.081100 10.0.0.33 - - [2024-09-02 02:46:08] "POST /fqname-to-id HTTP/1.1" 404 236 0.004939 10.0.0.33 - - [2024-09-02 02:46:08] "POST /projects HTTP/1.1" 200 589 0.329310 10.0.0.33 - - [2024-09-02 02:46:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.380579 10.0.0.33 - - [2024-09-02 02:46:08] "POST /access-control-lists HTTP/1.1" 200 598 0.096401 10.0.0.33 - - [2024-09-02 02:46:08] "GET /project/177fae18-09ac-449b-b69e-18849742038a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.647354 10.0.0.33 - - [2024-09-02 02:46:08] "POST /fqname-to-id HTTP/1.1" 404 235 0.003468 10.0.0.33 - - [2024-09-02 02:46:09] "POST /access-control-lists HTTP/1.1" 200 596 0.071675 10.0.0.33 - - [2024-09-02 02:46:10] "GET / HTTP/1.1" 200 35931 0.008443 10.0.0.33 - - [2024-09-02 02:46:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.001386 10.0.0.33 - - [2024-09-02 02:46:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.090523 10.0.0.33 - - [2024-09-02 02:46:12] "GET /projects?obj_uuids=177fae18-09ac-449b-b69e-18849742038a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003390 10.0.0.33 - - [2024-09-02 02:46:12] "GET /project/177fae18-09ac-449b-b69e-18849742038a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.055961 10.0.0.33 - - [2024-09-02 02:46:12] "POST /neutron/network HTTP/1.1" 200 117 0.068418 10.0.0.33 - - [2024-09-02 02:46:12] "GET /projects?obj_uuids=177fae18-09ac-449b-b69e-18849742038a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004235 10.0.0.33 - - [2024-09-02 02:46:12] "POST /neutron/network HTTP/1.1" 200 607 0.182358 10.0.0.33 - - [2024-09-02 02:46:12] "POST /route-targets HTTP/1.1" 200 327 0.019217 10.0.0.33 - - [2024-09-02 02:46:12] "POST /ref-update HTTP/1.1" 200 156 0.016601 10.0.0.33 - - [2024-09-02 02:46:13] "POST /useragent-kv HTTP/1.1" 200 115 0.008115 10.0.0.33 - - [2024-09-02 02:46:13] "POST /neutron/subnet HTTP/1.1" 200 715 0.299763 10.0.0.33 - - [2024-09-02 02:46:13] "POST /neutron/network HTTP/1.1" 200 824 0.018841 10.0.0.33 - - [2024-09-02 02:46:13] "POST /id-to-fqname HTTP/1.1" 200 222 0.004123 10.0.0.33 - - [2024-09-02 02:46:13] "GET /virtual-network/fbeac7ad-f6b0-48de-9a53-433f7bdaa47e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.008335 10.0.0.33 - - [2024-09-02 02:46:13] "POST /neutron/network HTTP/1.1" 200 824 0.016572 10.0.0.33 - - [2024-09-02 02:46:13] "GET /virtual-network/fbeac7ad-f6b0-48de-9a53-433f7bdaa47e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.009850 10.0.0.33 - - [2024-09-02 02:46:13] "POST /neutron/network HTTP/1.1" 200 824 0.017258 10.0.0.33 - - [2024-09-02 02:46:13] "POST /neutron/subnet HTTP/1.1" 200 715 0.021563 10.0.0.33 - - [2024-09-02 02:46:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.008239 10.0.0.33 - - [2024-09-02 02:46:13] "GET /projects?obj_uuids=177fae18-09ac-449b-b69e-18849742038a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003647 10.0.0.33 - - [2024-09-02 02:46:13] "GET /project/177fae18-09ac-449b-b69e-18849742038a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.067093 10.0.0.33 - - [2024-09-02 02:46:13] "POST /neutron/network HTTP/1.1" 200 117 0.029619 10.0.0.33 - - [2024-09-02 02:46:13] "GET /projects?obj_uuids=177fae18-09ac-449b-b69e-18849742038a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004692 10.0.0.33 - - [2024-09-02 02:46:13] "POST /neutron/network HTTP/1.1" 200 607 0.143337 10.0.0.33 - - [2024-09-02 02:46:13] "POST /route-targets HTTP/1.1" 200 327 0.014615 10.0.0.33 - - [2024-09-02 02:46:13] "POST /ref-update HTTP/1.1" 200 156 0.020264 10.0.0.33 - - [2024-09-02 02:46:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002735 10.0.0.33 - - [2024-09-02 02:46:13] "POST /neutron/subnet HTTP/1.1" 200 725 0.148052 10.0.0.33 - - [2024-09-02 02:46:13] "POST /neutron/network HTTP/1.1" 200 826 0.009740 10.0.0.33 - - [2024-09-02 02:46:13] "POST /id-to-fqname HTTP/1.1" 200 222 0.002134 10.0.0.33 - - [2024-09-02 02:46:14] "GET /virtual-network/12800076-e93e-4b2d-9d7b-832c2ac7ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004170 10.0.0.33 - - [2024-09-02 02:46:14] "POST /neutron/network HTTP/1.1" 200 826 0.016143 10.0.0.33 - - [2024-09-02 02:46:14] "GET /virtual-network/12800076-e93e-4b2d-9d7b-832c2ac7ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008524 10.0.0.33 - - [2024-09-02 02:46:14] "POST /neutron/network HTTP/1.1" 200 826 0.013310 10.0.0.33 - - [2024-09-02 02:46:14] "POST /neutron/subnet HTTP/1.1" 200 725 0.020741 10.0.0.33 - - [2024-09-02 02:46:14] "POST /fqname-to-id HTTP/1.1" 404 228 0.018968 10.0.0.33 - - [2024-09-02 02:46:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.007465 10.0.0.33 - - [2024-09-02 02:46:14] "GET /projects?obj_uuids=177fae18-09ac-449b-b69e-18849742038a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004254 10.0.0.33 - - [2024-09-02 02:46:14] "GET /obj-perms HTTP/1.1" 200 5056 0.107071 10.0.0.33 - - [2024-09-02 02:46:14] "GET /project/177fae18-09ac-449b-b69e-18849742038a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.071912 10.0.0.33 - - [2024-09-02 02:46:14] "POST /network-policys HTTP/1.1" 200 571 0.057599 10.0.0.33 - - [2024-09-02 02:46:14] "GET /network-policy/b6d94245-e6d3-430e-a9ad-77573adc5e54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.009057 10.0.0.33 - - [2024-09-02 02:46:14] "POST /neutron/network HTTP/1.1" 200 824 0.014399 10.0.0.33 - - [2024-09-02 02:46:14] "POST /fqname-to-id HTTP/1.1" 404 236 0.002752 10.0.0.33 - - [2024-09-02 02:46:14] "POST /neutron/network HTTP/1.1" 200 926 0.111799 10.0.0.33 - - [2024-09-02 02:46:14] "GET /obj-perms HTTP/1.1" 200 5056 0.099846 10.0.0.33 - - [2024-09-02 02:46:14] "POST /neutron/network HTTP/1.1" 200 926 0.047155 10.0.0.33 - - [2024-09-02 02:46:14] "POST /access-control-lists HTTP/1.1" 200 590 0.099602 10.0.0.33 - - [2024-09-02 02:46:14] "GET /virtual-network/fbeac7ad-f6b0-48de-9a53-433f7bdaa47e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.005314 10.0.0.33 - - [2024-09-02 02:46:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004137 10.0.0.33 - - [2024-09-02 02:46:14] "GET /network-policy/b6d94245-e6d3-430e-a9ad-77573adc5e54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.008526 10.0.0.33 - - [2024-09-02 02:46:15] "POST /neutron/network HTTP/1.1" 200 826 0.024143 10.0.0.33 - - [2024-09-02 02:46:15] "POST /fqname-to-id HTTP/1.1" 404 236 0.011100 10.0.0.33 - - [2024-09-02 02:46:15] "POST /neutron/network HTTP/1.1" 200 928 0.120762 10.0.0.33 - - [2024-09-02 02:46:15] "POST /neutron/network HTTP/1.1" 200 928 0.052040 10.0.0.33 - - [2024-09-02 02:46:15] "POST /access-control-lists HTTP/1.1" 200 590 0.109345 10.0.0.33 - - [2024-09-02 02:46:15] "GET /virtual-network/12800076-e93e-4b2d-9d7b-832c2ac7ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.007259 10.0.0.33 - - [2024-09-02 02:46:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.007846 10.0.0.33 - - [2024-09-02 02:46:15] "POST /ref-update HTTP/1.1" 200 156 0.027480 10.0.0.33 - - [2024-09-02 02:46:15] "GET /network-policy/b6d94245-e6d3-430e-a9ad-77573adc5e54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.006467 10.0.0.33 - - [2024-09-02 02:46:15] "GET /domains HTTP/1.1" 401 292 0.001472 10.0.0.33 - - [2024-09-02 02:46:15] "PUT /access-control-list/b0646aae-1ff4-40c4-8e9e-5119d2da0616 HTTP/1.1" 200 272 0.069173 10.0.0.33 - - [2024-09-02 02:46:15] "GET /domains HTTP/1.1" 200 280 0.048494 10.0.0.33 - - [2024-09-02 02:46:15] "GET /domains?obj_uuids=cbaaadc6-cd05-4f7f-a531-278643746e39&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003830 10.0.0.33 - - [2024-09-02 02:46:15] "GET /domain/cbaaadc6-cd05-4f7f-a531-278643746e39 HTTP/1.1" 200 2770 0.028904 10.0.0.33 - - [2024-09-02 02:46:15] "GET /projects?obj_uuids=177fae18-09ac-449b-b69e-18849742038a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001459 10.0.0.33 - - [2024-09-02 02:46:15] "GET /project/177fae18-09ac-449b-b69e-18849742038a HTTP/1.1" 200 2581 0.043467 10.0.0.33 - - [2024-09-02 02:46:15] "GET /virtual-network/fbeac7ad-f6b0-48de-9a53-433f7bdaa47e HTTP/1.1" 200 2885 0.011155 10.0.0.33 - - [2024-09-02 02:46:15] "GET /virtual-network/fbeac7ad-f6b0-48de-9a53-433f7bdaa47e HTTP/1.1" 200 2885 0.010236 10.0.0.33 - - [2024-09-02 02:46:16] "GET /routing-instance/1fba7cde-395c-44a1-b8c9-35b550576884 HTTP/1.1" 200 1783 0.008184 10.0.0.33 - - [2024-09-02 02:46:16] "GET /routing-instance/1fba7cde-395c-44a1-b8c9-35b550576884 HTTP/1.1" 200 1783 0.013406 10.0.0.33 - - [2024-09-02 02:46:16] "GET /route-target/f235881d-a979-4171-8c00-09a15f8c7600 HTTP/1.1" 200 1207 0.009995 10.0.0.33 - - [2024-09-02 02:46:16] "GET /virtual-network/fbeac7ad-f6b0-48de-9a53-433f7bdaa47e HTTP/1.1" 200 2885 0.009491 10.0.0.33 - - [2024-09-02 02:46:16] "GET /routing-instance/1fba7cde-395c-44a1-b8c9-35b550576884 HTTP/1.1" 200 1783 0.007613 10.0.0.33 - - [2024-09-02 02:46:16] "GET /virtual-network/fbeac7ad-f6b0-48de-9a53-433f7bdaa47e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.008598 10.0.0.33 - - [2024-09-02 02:46:16] "GET /virtual-network/fbeac7ad-f6b0-48de-9a53-433f7bdaa47e HTTP/1.1" 200 2885 0.008128 10.0.0.33 - - [2024-09-02 02:46:16] "GET /routing-instance/1fba7cde-395c-44a1-b8c9-35b550576884 HTTP/1.1" 200 1783 0.008137 10.0.0.33 - - [2024-09-02 02:46:16] "GET /routing-instance/1fba7cde-395c-44a1-b8c9-35b550576884 HTTP/1.1" 200 1783 0.007938 10.0.0.33 - - [2024-09-02 02:46:16] "GET /route-target/f235881d-a979-4171-8c00-09a15f8c7600 HTTP/1.1" 200 1207 0.003016 10.0.0.33 - - [2024-09-02 02:46:16] "GET /domains HTTP/1.1" 200 280 0.004283 10.0.0.33 - - [2024-09-02 02:46:16] "GET /domains?obj_uuids=cbaaadc6-cd05-4f7f-a531-278643746e39&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001990 10.0.0.33 - - [2024-09-02 02:46:16] "GET /domain/cbaaadc6-cd05-4f7f-a531-278643746e39 HTTP/1.1" 200 2770 0.011833 10.0.0.33 - - [2024-09-02 02:46:16] "GET /projects?obj_uuids=177fae18-09ac-449b-b69e-18849742038a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001958 10.0.0.33 - - [2024-09-02 02:46:16] "GET /project/177fae18-09ac-449b-b69e-18849742038a HTTP/1.1" 200 2581 0.109209 10.0.0.33 - - [2024-09-02 02:46:16] "GET /virtual-network/fbeac7ad-f6b0-48de-9a53-433f7bdaa47e HTTP/1.1" 200 2885 0.008052 10.0.0.33 - - [2024-09-02 02:46:16] "GET /obj-perms HTTP/1.1" 200 5034 0.179441 10.0.0.33 - - [2024-09-02 02:46:17] "GET /domains HTTP/1.1" 200 280 0.005044 10.0.0.33 - - [2024-09-02 02:46:17] "GET /domains?obj_uuids=cbaaadc6-cd05-4f7f-a531-278643746e39&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002328 10.0.0.33 - - [2024-09-02 02:46:17] "GET /domain/cbaaadc6-cd05-4f7f-a531-278643746e39 HTTP/1.1" 200 2770 0.014857 10.0.0.33 - - [2024-09-02 02:46:17] "GET /projects?obj_uuids=177fae18-09ac-449b-b69e-18849742038a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003360 10.0.0.33 - - [2024-09-02 02:46:17] "GET /project/177fae18-09ac-449b-b69e-18849742038a HTTP/1.1" 200 2581 0.103608 10.0.0.33 - - [2024-09-02 02:46:17] "GET /virtual-network/12800076-e93e-4b2d-9d7b-832c2ac7ed3b HTTP/1.1" 200 2890 0.009859 10.0.0.33 - - [2024-09-02 02:46:17] "GET /virtual-network/12800076-e93e-4b2d-9d7b-832c2ac7ed3b HTTP/1.1" 200 2890 0.004551 10.0.0.33 - - [2024-09-02 02:46:17] "GET /routing-instance/7be2bb6d-55be-4bc9-b341-bc8206f45b4c HTTP/1.1" 200 1783 0.003713 10.0.0.33 - - [2024-09-02 02:46:17] "GET /routing-instance/7be2bb6d-55be-4bc9-b341-bc8206f45b4c HTTP/1.1" 200 1783 0.002729 10.0.0.33 - - [2024-09-02 02:46:17] "GET /route-target/7954b633-23d2-426a-ae02-8fb0902cae33 HTTP/1.1" 200 1206 0.003580 10.0.0.33 - - [2024-09-02 02:46:17] "GET /virtual-network/12800076-e93e-4b2d-9d7b-832c2ac7ed3b HTTP/1.1" 200 2890 0.003961 10.0.0.33 - - [2024-09-02 02:46:17] "GET /routing-instance/7be2bb6d-55be-4bc9-b341-bc8206f45b4c HTTP/1.1" 200 1783 0.002999 10.0.0.33 - - [2024-09-02 02:46:17] "GET /virtual-network/12800076-e93e-4b2d-9d7b-832c2ac7ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.003145 10.0.0.33 - - [2024-09-02 02:46:17] "GET /virtual-network/12800076-e93e-4b2d-9d7b-832c2ac7ed3b HTTP/1.1" 200 2890 0.004436 10.0.0.33 - - [2024-09-02 02:46:17] "GET /routing-instance/7be2bb6d-55be-4bc9-b341-bc8206f45b4c HTTP/1.1" 200 1783 0.006015 10.0.0.33 - - [2024-09-02 02:46:17] "GET /routing-instance/7be2bb6d-55be-4bc9-b341-bc8206f45b4c HTTP/1.1" 200 1783 0.007815 10.0.0.33 - - [2024-09-02 02:46:17] "GET /route-target/7954b633-23d2-426a-ae02-8fb0902cae33 HTTP/1.1" 200 1206 0.009751 10.0.0.33 - - [2024-09-02 02:46:17] "GET /domains HTTP/1.1" 200 280 0.004421 10.0.0.33 - - [2024-09-02 02:46:17] "GET /domains?obj_uuids=cbaaadc6-cd05-4f7f-a531-278643746e39&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001888 10.0.0.33 - - [2024-09-02 02:46:17] "GET /domain/cbaaadc6-cd05-4f7f-a531-278643746e39 HTTP/1.1" 200 2770 0.011813 10.0.0.33 - - [2024-09-02 02:46:17] "GET /projects?obj_uuids=177fae18-09ac-449b-b69e-18849742038a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002794 10.0.0.33 - - [2024-09-02 02:46:17] "GET /project/177fae18-09ac-449b-b69e-18849742038a HTTP/1.1" 200 2581 0.104318 10.0.0.33 - - [2024-09-02 02:46:17] "GET /virtual-network/12800076-e93e-4b2d-9d7b-832c2ac7ed3b HTTP/1.1" 200 2890 0.008811 10.0.0.33 - - [2024-09-02 02:46:17] "GET /obj-perms HTTP/1.1" 200 5034 0.005518 10.0.0.33 - - [2024-09-02 02:46:17] "POST /id-to-fqname HTTP/1.1" 200 222 0.004011 10.0.0.33 - - [2024-09-02 02:46:17] "POST /neutron/network HTTP/1.1" 200 936 0.012676 10.0.0.33 - - [2024-09-02 02:46:17] "GET /aaa-mode HTTP/1.1" 401 292 0.000800 10.0.0.33 - - [2024-09-02 02:46:18] "GET / HTTP/1.1" 200 35931 0.005931 10.0.0.33 - - [2024-09-02 02:46:18] "GET /project/177fae18-09ac-449b-b69e-18849742038a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.001556 10.0.0.33 - - [2024-09-02 02:46:18] "GET /projects?obj_uuids=177fae18-09ac-449b-b69e-18849742038a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002293 10.0.0.33 - - [2024-09-02 02:46:18] "GET /project/177fae18-09ac-449b-b69e-18849742038a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.126557 10.0.0.33 - - [2024-09-02 02:46:19] "POST /neutron/network HTTP/1.1" 200 926 0.014570 10.0.0.33 - - [2024-09-02 02:46:19] "POST /neutron/port HTTP/1.1" 200 117 0.013335 10.0.0.33 - - [2024-09-02 02:46:19] "POST /neutron/port HTTP/1.1" 200 117 0.013936 10.0.0.33 - - [2024-09-02 02:46:19] "POST /id-to-fqname HTTP/1.1" 200 222 0.002339 10.0.0.33 - - [2024-09-02 02:46:19] "POST /neutron/port HTTP/1.1" 200 117 0.015003 10.0.0.33 - - [2024-09-02 02:46:20] "POST /neutron/network HTTP/1.1" 200 938 0.017867 10.0.0.33 - - [2024-09-02 02:46:20] "GET /aaa-mode HTTP/1.1" 401 292 0.001350 10.0.0.33 - - [2024-09-02 02:46:20] "POST /neutron/network HTTP/1.1" 200 936 0.014743 10.0.0.33 - - [2024-09-02 02:46:20] "GET / HTTP/1.1" 200 35931 0.005075 10.0.0.33 - - [2024-09-02 02:46:20] "GET /project/177fae18-09ac-449b-b69e-18849742038a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000904 10.0.0.33 - - [2024-09-02 02:46:20] "GET /projects?obj_uuids=177fae18-09ac-449b-b69e-18849742038a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002674 10.0.0.33 - - [2024-09-02 02:46:20] "POST /neutron/port HTTP/1.1" 200 1060 0.286873 10.0.0.33 - - [2024-09-02 02:46:20] "POST /neutron/port HTTP/1.1" 200 1060 0.011971 10.0.0.33 - - [2024-09-02 02:46:20] "POST /neutron/port HTTP/1.1" 200 1060 0.010045 10.0.0.33 - - [2024-09-02 02:46:20] "POST /neutron/port HTTP/1.1" 200 1114 0.069503 10.0.0.33 - - [2024-09-02 02:46:20] "GET /projects?obj_uuids=177fae18-09ac-449b-b69e-18849742038a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001213 10.0.0.33 - - [2024-09-02 02:46:20] "GET /project/177fae18-09ac-449b-b69e-18849742038a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.076851 10.0.0.33 - - [2024-09-02 02:46:20] "POST /neutron/port HTTP/1.1" 200 1088 0.026396 10.0.0.33 - - [2024-09-02 02:46:21] "POST /neutron/network HTTP/1.1" 200 928 0.006202 10.0.0.33 - - [2024-09-02 02:46:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003491 10.0.0.33 - - [2024-09-02 02:46:21] "POST /neutron/subnet HTTP/1.1" 200 689 0.010862 10.0.0.33 - - [2024-09-02 02:46:21] "POST /neutron/port HTTP/1.1" 200 117 0.001301 10.0.0.33 - - [2024-09-02 02:46:21] "POST /neutron/network HTTP/1.1" 200 926 0.007578 10.0.0.33 - - [2024-09-02 02:46:21] "POST /neutron/port HTTP/1.1" 200 1088 0.024326 10.0.0.33 - - [2024-09-02 02:46:21] "POST /neutron/security_group HTTP/1.1" 200 2060 0.011652 10.0.0.33 - - [2024-09-02 02:46:21] "POST /neutron/port HTTP/1.1" 200 117 0.007896 10.0.0.33 - - [2024-09-02 02:46:21] "POST /neutron/port HTTP/1.1" 200 1088 0.033270 10.0.0.33 - - [2024-09-02 02:46:21] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009223 10.0.0.33 - - [2024-09-02 02:46:21] "POST /neutron/network HTTP/1.1" 200 938 0.006701 10.0.0.33 - - [2024-09-02 02:46:21] "GET /projects?obj_uuids=177fae18-09ac-449b-b69e-18849742038a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001173 10.0.0.33 - - [2024-09-02 02:46:21] "PUT /access-control-list/b018965d-68c1-4623-825c-750d68fcd6a7 HTTP/1.1" 200 272 0.074595 10.0.0.33 - - [2024-09-02 02:46:22] "POST /neutron/port HTTP/1.1" 200 1062 0.292302 10.0.0.33 - - [2024-09-02 02:46:22] "POST /neutron/port HTTP/1.1" 200 1062 0.012690 10.0.0.33 - - [2024-09-02 02:46:22] "POST /neutron/port HTTP/1.1" 200 1062 0.012467 10.0.0.33 - - [2024-09-02 02:46:22] "POST /neutron/port HTTP/1.1" 200 1116 0.113945 10.0.0.33 - - [2024-09-02 02:46:22] "POST /neutron/port HTTP/1.1" 200 1090 0.018402 10.0.0.33 - - [2024-09-02 02:46:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003605 10.0.0.33 - - [2024-09-02 02:46:22] "POST /neutron/subnet HTTP/1.1" 200 699 0.012149 10.0.0.33 - - [2024-09-02 02:46:22] "POST /neutron/port HTTP/1.1" 200 117 0.001301 10.0.0.33 - - [2024-09-02 02:46:22] "POST /neutron/network HTTP/1.1" 200 928 0.007245 10.0.0.33 - - [2024-09-02 02:46:26] "POST /neutron/port HTTP/1.1" 200 1088 0.041074 10.0.0.33 - - [2024-09-02 02:46:26] "POST /neutron/security_group HTTP/1.1" 200 2060 0.018795 10.0.0.33 - - [2024-09-02 02:46:26] "POST /neutron/port HTTP/1.1" 200 1088 0.044927 10.0.0.33 - - [2024-09-02 02:46:26] "POST /neutron/security_group HTTP/1.1" 200 2060 0.019860 10.0.0.33 - - [2024-09-02 02:46:26] "POST /neutron/port HTTP/1.1" 200 1088 0.045658 10.0.0.33 - - [2024-09-02 02:46:26] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008941 10.0.0.33 - - [2024-09-02 02:46:27] "GET /virtual-machine/2cc7f284-605f-4abb-90a0-6dd1973510af HTTP/1.1" 200 1294 0.029769 10.0.0.33 - - [2024-09-02 02:46:27] "GET /virtual-machine-interface/605de6cd-e026-448a-a49a-f0b869b7f8d6 HTTP/1.1" 200 2950 0.011260 10.0.0.33 - - [2024-09-02 02:46:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.007919 10.0.0.33 - - [2024-09-02 02:46:27] "GET /global-vrouter-config/4035e5cd-a3ef-4327-aadf-0038ecfd895d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.007155 10.0.0.33 - - [2024-09-02 02:46:27] "GET /virtual-networks?parent_id=177fae18-09ac-449b-b69e-18849742038a&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004771 10.0.0.33 - - [2024-09-02 02:46:27] "GET /virtual-network/fbeac7ad-f6b0-48de-9a53-433f7bdaa47e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.005118 10.0.0.33 - - [2024-09-02 02:46:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.33 - - [2024-09-02 02:46:30] "GET /virtual-network/fbeac7ad-f6b0-48de-9a53-433f7bdaa47e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.004054 10.0.0.33 - - [2024-09-02 02:46:30] "POST /neutron/port HTTP/1.1" 200 1088 0.029076 10.0.0.33 - - [2024-09-02 02:46:30] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008931 10.0.0.33 - - [2024-09-02 02:46:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004457 10.0.0.33 - - [2024-09-02 02:46:32] "GET /global-vrouter-config/4035e5cd-a3ef-4327-aadf-0038ecfd895d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004299 10.0.0.33 - - [2024-09-02 02:46:32] "POST /neutron/port HTTP/1.1" 200 1090 0.023110 10.0.0.33 - - [2024-09-02 02:46:32] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006099 10.0.0.33 - - [2024-09-02 02:46:32] "GET /virtual-networks?parent_id=177fae18-09ac-449b-b69e-18849742038a&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002791 10.0.0.33 - - [2024-09-02 02:46:32] "GET /virtual-network/fbeac7ad-f6b0-48de-9a53-433f7bdaa47e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.004623 10.0.0.33 - - [2024-09-02 02:46:32] "POST /neutron/port HTTP/1.1" 200 1090 0.023146 10.0.0.33 - - [2024-09-02 02:46:32] "POST /neutron/security_group HTTP/1.1" 200 2060 0.011213 10.0.0.33 - - [2024-09-02 02:46:32] "POST /neutron/port HTTP/1.1" 200 1090 0.021017 10.0.0.33 - - [2024-09-02 02:46:33] "POST /neutron/security_group HTTP/1.1" 200 2060 0.019092 10.0.0.33 - - [2024-09-02 02:46:33] "POST /neutron/port HTTP/1.1" 200 1090 0.027084 10.0.0.33 - - [2024-09-02 02:46:33] "POST /neutron/security_group HTTP/1.1" 200 2060 0.018664 10.0.0.33 - - [2024-09-02 02:46:33] "GET /virtual-machine/122fbff4-5239-433a-848d-176881f82fa0 HTTP/1.1" 200 1293 0.019801 10.0.0.33 - - [2024-09-02 02:46:33] "GET /virtual-machine-interface/d412fa15-93e4-4274-9a21-0428dce018d2 HTTP/1.1" 200 2951 0.004024 10.0.0.33 - - [2024-09-02 02:46:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.33 - - [2024-09-02 02:46:33] "GET /global-vrouter-config/4035e5cd-a3ef-4327-aadf-0038ecfd895d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003042 10.0.0.33 - - [2024-09-02 02:46:33] "GET /virtual-networks?parent_id=177fae18-09ac-449b-b69e-18849742038a&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003057 10.0.0.33 - - [2024-09-02 02:46:33] "GET /virtual-network/12800076-e93e-4b2d-9d7b-832c2ac7ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.003494 10.0.0.33 - - [2024-09-02 02:46:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.008285 10.0.0.33 - - [2024-09-02 02:46:34] "GET /global-vrouter-config/4035e5cd-a3ef-4327-aadf-0038ecfd895d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.008346 10.0.0.33 - - [2024-09-02 02:46:34] "GET /virtual-networks?parent_id=177fae18-09ac-449b-b69e-18849742038a&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.009266 10.0.0.33 - - [2024-09-02 02:46:34] "GET /virtual-network/12800076-e93e-4b2d-9d7b-832c2ac7ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.009430 10.0.0.33 - - [2024-09-02 02:46:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.008721 10.0.0.33 - - [2024-09-02 02:46:39] "GET /projects?obj_uuids=177fae18-09ac-449b-b69e-18849742038a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003819 10.0.0.33 - - [2024-09-02 02:46:39] "GET /project/177fae18-09ac-449b-b69e-18849742038a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.057821 10.0.0.33 - - [2024-09-02 02:46:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884 10.0.0.33 - - [2024-09-02 02:46:39] "PUT /network-policy/b6d94245-e6d3-430e-a9ad-77573adc5e54 HTTP/1.1" 200 262 0.023768 10.0.0.33 - - [2024-09-02 02:46:39] "PUT /access-control-list/b018965d-68c1-4623-825c-750d68fcd6a7 HTTP/1.1" 200 272 0.064189 10.0.0.33 - - [2024-09-02 02:46:39] "POST /ref-update HTTP/1.1" 200 156 0.026611 10.0.0.33 - - [2024-09-02 02:46:39] "PUT /access-control-list/b0646aae-1ff4-40c4-8e9e-5119d2da0616 HTTP/1.1" 200 272 0.058362 10.0.0.33 - - [2024-09-02 02:46:39] "POST /ref-update HTTP/1.1" 200 156 0.012207 10.0.0.33 - - [2024-09-02 02:46:42] "GET /virtual-network/12800076-e93e-4b2d-9d7b-832c2ac7ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.013068 10.0.0.33 - - [2024-09-02 02:46:42] "POST /neutron/network HTTP/1.1" 200 928 0.018589 10.0.0.33 - - [2024-09-02 02:46:43] "POST /neutron/network HTTP/1.1" 200 826 0.087056 10.0.0.33 - - [2024-09-02 02:46:43] "DELETE /access-control-list/b018965d-68c1-4623-825c-750d68fcd6a7 HTTP/1.1" 200 115 0.045843 10.0.0.33 - - [2024-09-02 02:46:43] "POST /neutron/network HTTP/1.1" 200 826 0.006275 10.0.0.33 - - [2024-09-02 02:46:43] "GET /virtual-network/12800076-e93e-4b2d-9d7b-832c2ac7ed3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008543 10.0.0.33 - - [2024-09-02 02:46:43] "GET /virtual-network/fbeac7ad-f6b0-48de-9a53-433f7bdaa47e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.004902 10.0.0.33 - - [2024-09-02 02:46:43] "POST /neutron/network HTTP/1.1" 200 926 0.010931 10.0.0.33 - - [2024-09-02 02:46:43] "POST /neutron/network HTTP/1.1" 200 824 0.065299 10.0.0.33 - - [2024-09-02 02:46:43] "DELETE /access-control-list/b0646aae-1ff4-40c4-8e9e-5119d2da0616 HTTP/1.1" 200 115 0.048679 10.0.0.33 - - [2024-09-02 02:46:43] "POST /neutron/network HTTP/1.1" 200 824 0.011469 10.0.0.33 - - [2024-09-02 02:46:43] "GET /virtual-network/fbeac7ad-f6b0-48de-9a53-433f7bdaa47e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.003041 10.0.0.33 - - [2024-09-02 02:46:43] "DELETE /network-policy/b6d94245-e6d3-430e-a9ad-77573adc5e54 HTTP/1.1" 200 115 0.022644 10.0.0.33 - - [2024-09-02 02:46:43] "POST /neutron/network HTTP/1.1" 200 826 0.007527 10.0.0.33 - - [2024-09-02 02:46:43] "POST /neutron/port HTTP/1.1" 200 1090 0.023706 10.0.0.33 - - [2024-09-02 02:46:43] "POST /neutron/network HTTP/1.1" 400 204 0.017259 10.0.0.33 - - [2024-09-02 02:46:43] "POST /neutron/port HTTP/1.1" 200 1116 0.016651 10.0.0.33 - - [2024-09-02 02:46:43] "POST /neutron/port HTTP/1.1" 200 1088 0.027264 10.0.0.33 - - [2024-09-02 02:46:43] "POST /neutron/port HTTP/1.1" 200 1114 0.010156 10.0.0.33 - - [2024-09-02 02:46:43] "POST /neutron/port HTTP/1.1" 200 151 0.133531 10.0.0.33 - - [2024-09-02 02:46:43] "POST /neutron/port HTTP/1.1" 200 151 0.111585 10.0.0.33 - - [2024-09-02 02:46:45] "POST /neutron/network HTTP/1.1" 200 826 0.014280 10.0.0.33 - - [2024-09-02 02:46:45] "POST /useragent-kv HTTP/1.1" 200 115 0.001942 10.0.0.33 - - [2024-09-02 02:46:45] "POST /useragent-kv HTTP/1.1" 200 115 0.001509 10.0.0.33 - - [2024-09-02 02:46:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.008431 10.0.0.33 - - [2024-09-02 02:46:45] "POST /neutron/network HTTP/1.1" 200 151 0.133624 10.0.0.33 - - [2024-09-02 02:46:45] "GET /routing-instance/7be2bb6d-55be-4bc9-b341-bc8206f45b4c HTTP/1.1" 404 171 0.004458 10.0.0.33 - - [2024-09-02 02:46:45] "GET /domains HTTP/1.1" 200 280 0.005714 10.0.0.33 - - [2024-09-02 02:46:45] "GET /domains?obj_uuids=cbaaadc6-cd05-4f7f-a531-278643746e39&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.004944 10.0.0.33 - - [2024-09-02 02:46:45] "DELETE /route-target/7954b633-23d2-426a-ae02-8fb0902cae33 HTTP/1.1" 200 115 0.051642 10.0.0.33 - - [2024-09-02 02:46:45] "GET /domain/cbaaadc6-cd05-4f7f-a531-278643746e39 HTTP/1.1" 200 2770 0.023924 10.0.0.33 - - [2024-09-02 02:46:45] "GET /projects?obj_uuids=177fae18-09ac-449b-b69e-18849742038a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004341 10.0.0.33 - - [2024-09-02 02:46:45] "GET /project/177fae18-09ac-449b-b69e-18849742038a HTTP/1.1" 200 2113 0.112076 10.0.0.33 - - [2024-09-02 02:46:45] "POST /neutron/network HTTP/1.1" 200 824 0.016919 10.0.0.33 - - [2024-09-02 02:46:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004988 10.0.0.33 - - [2024-09-02 02:46:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002021 10.0.0.33 - - [2024-09-02 02:46:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002022 10.0.0.33 - - [2024-09-02 02:46:46] "POST /neutron/network HTTP/1.1" 200 151 0.220761 10.0.0.33 - - [2024-09-02 02:46:46] "DELETE /route-target/f235881d-a979-4171-8c00-09a15f8c7600 HTTP/1.1" 200 115 0.049257 10.0.0.33 - - [2024-09-02 02:46:46] "GET /routing-instance/1fba7cde-395c-44a1-b8c9-35b550576884 HTTP/1.1" 404 171 0.002961 10.0.0.33 - - [2024-09-02 02:46:46] "GET /domains HTTP/1.1" 200 280 0.002960 10.0.0.33 - - [2024-09-02 02:46:46] "GET /domains?obj_uuids=cbaaadc6-cd05-4f7f-a531-278643746e39&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001574 10.0.0.33 - - [2024-09-02 02:46:46] "GET /domain/cbaaadc6-cd05-4f7f-a531-278643746e39 HTTP/1.1" 200 2770 0.053481 10.0.0.33 - - [2024-09-02 02:46:46] "GET /projects?obj_uuids=177fae18-09ac-449b-b69e-18849742038a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001707 10.0.0.33 - - [2024-09-02 02:46:46] "GET /project/177fae18-09ac-449b-b69e-18849742038a HTTP/1.1" 200 1874 0.091071 10.0.0.33 - - [2024-09-02 02:46:46] "GET /projects?obj_uuids=177fae18-09ac-449b-b69e-18849742038a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001648 10.0.0.33 - - [2024-09-02 02:46:46] "GET /project/177fae18-09ac-449b-b69e-18849742038a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.037587 10.0.0.33 - - [2024-09-02 02:46:46] "GET /projects?obj_uuids=177fae18-09ac-449b-b69e-18849742038a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001627 10.0.0.33 - - [2024-09-02 02:46:46] "GET /project/177fae18-09ac-449b-b69e-18849742038a?fields=virtual_networks HTTP/1.1" 200 1046 0.044739 10.0.0.33 - - [2024-09-02 02:46:46] "GET /projects?obj_uuids=177fae18-09ac-449b-b69e-18849742038a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001362 10.0.0.33 - - [2024-09-02 02:46:46] "GET /project/177fae18-09ac-449b-b69e-18849742038a?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.038978 10.0.0.33 - - [2024-09-02 02:46:46] "GET /projects?obj_uuids=177fae18-09ac-449b-b69e-18849742038a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001946 10.0.0.33 - - [2024-09-02 02:46:47] "GET /project/177fae18-09ac-449b-b69e-18849742038a?fields=security_groups HTTP/1.1" 200 1274 0.053098 10.0.0.33 - - [2024-09-02 02:46:48] "POST /fqname-to-id HTTP/1.1" 404 186 0.058101 10.0.0.33 - - [2024-09-02 02:46:48] "GET /projects?obj_uuids=6f5ecf4b-50d3-4070-ac42-1e361bf3c73b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004508 10.0.0.33 - - [2024-09-02 02:46:48] "GET /domains?obj_uuids=cbaaadc6-cd05-4f7f-a531-278643746e39&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002970 10.0.0.33 - - [2024-09-02 02:46:48] "GET /domain/cbaaadc6-cd05-4f7f-a531-278643746e39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.018350 10.0.0.33 - - [2024-09-02 02:46:49] "POST /id-to-fqname HTTP/1.1" 200 188 0.001861 10.0.0.33 - - [2024-09-02 02:46:49] "POST /fqname-to-id HTTP/1.1" 404 197 0.002789 10.0.0.33 - - [2024-09-02 02:46:49] "POST /security-groups HTTP/1.1" 200 589 0.079156 10.0.0.33 - - [2024-09-02 02:46:49] "POST /fqname-to-id HTTP/1.1" 404 232 0.006335 10.0.0.33 - - [2024-09-02 02:46:49] "POST /projects HTTP/1.1" 200 581 0.298393 10.0.0.33 - - [2024-09-02 02:46:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.369581 10.0.0.33 - - [2024-09-02 02:46:49] "POST /access-control-lists HTTP/1.1" 200 594 0.095999 10.0.0.33 - - [2024-09-02 02:46:49] "GET /project/6f5ecf4b-50d3-4070-ac42-1e361bf3c73b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.651724 10.0.0.33 - - [2024-09-02 02:46:49] "POST /fqname-to-id HTTP/1.1" 404 231 0.010154 10.0.0.33 - - [2024-09-02 02:46:49] "POST /access-control-lists HTTP/1.1" 200 592 0.088881 10.0.0.33 - - [2024-09-02 02:46:51] "GET / HTTP/1.1" 200 35931 0.007149 10.0.0.33 - - [2024-09-02 02:46:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.001763 10.0.0.33 - - [2024-09-02 02:46:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.166601 10.0.0.33 - - [2024-09-02 02:46:52] "GET /projects?obj_uuids=6f5ecf4b-50d3-4070-ac42-1e361bf3c73b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003671 10.0.0.33 - - [2024-09-02 02:46:52] "GET /project/6f5ecf4b-50d3-4070-ac42-1e361bf3c73b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.074306 10.0.0.33 - - [2024-09-02 02:46:52] "POST /neutron/network HTTP/1.1" 200 117 0.074379 10.0.0.33 - - [2024-09-02 02:46:52] "GET /projects?obj_uuids=6f5ecf4b-50d3-4070-ac42-1e361bf3c73b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002138 10.0.0.33 - - [2024-09-02 02:46:52] "POST /neutron/network HTTP/1.1" 200 613 0.121844 10.0.0.33 - - [2024-09-02 02:46:52] "POST /route-targets HTTP/1.1" 200 327 0.017768 10.0.0.33 - - [2024-09-02 02:46:53] "POST /ref-update HTTP/1.1" 200 156 0.015419 10.0.0.33 - - [2024-09-02 02:46:53] "POST /useragent-kv HTTP/1.1" 200 115 0.005785 10.0.0.33 - - [2024-09-02 02:46:53] "POST /neutron/subnet HTTP/1.1" 200 725 0.213635 10.0.0.33 - - [2024-09-02 02:46:53] "POST /neutron/network HTTP/1.1" 200 832 0.006555 10.0.0.33 - - [2024-09-02 02:46:53] "POST /id-to-fqname HTTP/1.1" 200 223 0.001667 10.0.0.33 - - [2024-09-02 02:46:53] "GET /virtual-network/0104c4e3-5350-4cbc-8f15-88fcae3d608c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.003782 10.0.0.33 - - [2024-09-02 02:46:53] "POST /neutron/network HTTP/1.1" 200 832 0.013664 10.0.0.33 - - [2024-09-02 02:46:53] "GET /virtual-network/0104c4e3-5350-4cbc-8f15-88fcae3d608c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008058 10.0.0.33 - - [2024-09-02 02:46:53] "POST /neutron/network HTTP/1.1" 200 832 0.017026 10.0.0.33 - - [2024-09-02 02:46:53] "POST /neutron/subnet HTTP/1.1" 200 725 0.021958 10.0.0.33 - - [2024-09-02 02:46:53] "GET /domains HTTP/1.1" 401 292 0.001386 10.0.0.33 - - [2024-09-02 02:46:53] "GET /domains HTTP/1.1" 200 280 0.076810 10.0.0.33 - - [2024-09-02 02:46:53] "GET /domains?obj_uuids=cbaaadc6-cd05-4f7f-a531-278643746e39&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003080 10.0.0.33 - - [2024-09-02 02:46:53] "GET /domain/cbaaadc6-cd05-4f7f-a531-278643746e39 HTTP/1.1" 200 2954 0.022768 10.0.0.33 - - [2024-09-02 02:46:54] "GET /projects?obj_uuids=6f5ecf4b-50d3-4070-ac42-1e361bf3c73b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002483 10.0.0.33 - - [2024-09-02 02:46:54] "GET /project/6f5ecf4b-50d3-4070-ac42-1e361bf3c73b HTTP/1.1" 200 2090 0.115256 10.0.0.33 - - [2024-09-02 02:46:54] "GET /virtual-network/0104c4e3-5350-4cbc-8f15-88fcae3d608c HTTP/1.1" 200 2315 0.011446 10.0.0.33 - - [2024-09-02 02:46:54] "GET /virtual-network/0104c4e3-5350-4cbc-8f15-88fcae3d608c HTTP/1.1" 200 2315 0.008582 10.0.0.33 - - [2024-09-02 02:46:54] "GET /routing-instance/1042c5b1-22a3-4359-a1cf-eff24696ff65 HTTP/1.1" 200 1493 0.009325 10.0.0.33 - - [2024-09-02 02:46:54] "GET /routing-instance/1042c5b1-22a3-4359-a1cf-eff24696ff65 HTTP/1.1" 200 1493 0.009695 10.0.0.33 - - [2024-09-02 02:46:54] "GET /route-target/4d59186c-d18a-468b-a6c6-4257555ed803 HTTP/1.1" 200 1212 0.008018 10.0.0.33 - - [2024-09-02 02:46:54] "GET /virtual-network/0104c4e3-5350-4cbc-8f15-88fcae3d608c HTTP/1.1" 200 2315 0.008932 10.0.0.33 - - [2024-09-02 02:46:54] "GET /routing-instance/1042c5b1-22a3-4359-a1cf-eff24696ff65 HTTP/1.1" 200 1493 0.010006 10.0.0.33 - - [2024-09-02 02:46:54] "GET /virtual-network/0104c4e3-5350-4cbc-8f15-88fcae3d608c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008750 10.0.0.33 - - [2024-09-02 02:46:54] "GET /virtual-network/0104c4e3-5350-4cbc-8f15-88fcae3d608c HTTP/1.1" 200 2315 0.008162 10.0.0.33 - - [2024-09-02 02:46:54] "GET /routing-instance/1042c5b1-22a3-4359-a1cf-eff24696ff65 HTTP/1.1" 200 1493 0.008352 10.0.0.33 - - [2024-09-02 02:46:54] "GET /routing-instance/1042c5b1-22a3-4359-a1cf-eff24696ff65 HTTP/1.1" 200 1493 0.009936 10.0.0.33 - - [2024-09-02 02:46:54] "GET /route-target/4d59186c-d18a-468b-a6c6-4257555ed803 HTTP/1.1" 200 1212 0.013051 10.0.0.33 - - [2024-09-02 02:46:54] "GET /domains HTTP/1.1" 200 280 0.006817 10.0.0.33 - - [2024-09-02 02:46:54] "GET /domains?obj_uuids=cbaaadc6-cd05-4f7f-a531-278643746e39&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002704 10.0.0.33 - - [2024-09-02 02:46:54] "GET /domain/cbaaadc6-cd05-4f7f-a531-278643746e39 HTTP/1.1" 200 2954 0.021008 10.0.0.33 - - [2024-09-02 02:46:54] "GET /projects?obj_uuids=6f5ecf4b-50d3-4070-ac42-1e361bf3c73b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003438 10.0.0.33 - - [2024-09-02 02:46:54] "GET /project/6f5ecf4b-50d3-4070-ac42-1e361bf3c73b HTTP/1.1" 200 2090 0.104581 10.0.0.33 - - [2024-09-02 02:46:54] "GET /virtual-network/0104c4e3-5350-4cbc-8f15-88fcae3d608c HTTP/1.1" 200 2315 0.006099 10.0.0.33 - - [2024-09-02 02:46:55] "GET /obj-perms HTTP/1.1" 200 5026 0.120863 10.0.0.33 - - [2024-09-02 02:46:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.008992 10.0.0.33 - - [2024-09-02 02:46:55] "GET /projects?obj_uuids=6f5ecf4b-50d3-4070-ac42-1e361bf3c73b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003742 10.0.0.33 - - [2024-09-02 02:46:55] "GET /project/6f5ecf4b-50d3-4070-ac42-1e361bf3c73b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.066868 10.0.0.33 - - [2024-09-02 02:46:55] "POST /neutron/network HTTP/1.1" 200 117 0.032526 10.0.0.33 - - [2024-09-02 02:46:55] "GET /projects?obj_uuids=6f5ecf4b-50d3-4070-ac42-1e361bf3c73b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002016 10.0.0.33 - - [2024-09-02 02:46:55] "POST /neutron/network HTTP/1.1" 200 613 0.103578 10.0.0.33 - - [2024-09-02 02:46:55] "POST /route-targets HTTP/1.1" 200 327 0.045367 10.0.0.33 - - [2024-09-02 02:46:55] "POST /ref-update HTTP/1.1" 200 156 0.014549 10.0.0.33 - - [2024-09-02 02:46:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003553 10.0.0.33 - - [2024-09-02 02:46:55] "POST /neutron/subnet HTTP/1.1" 200 720 0.227907 10.0.0.33 - - [2024-09-02 02:46:55] "POST /neutron/network HTTP/1.1" 200 831 0.008646 10.0.0.33 - - [2024-09-02 02:46:55] "POST /id-to-fqname HTTP/1.1" 200 223 0.001950 10.0.0.33 - - [2024-09-02 02:46:55] "GET /virtual-network/7aeafef9-9beb-4312-9735-0df217b27f3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004128 10.0.0.33 - - [2024-09-02 02:46:55] "POST /neutron/network HTTP/1.1" 200 831 0.017618 10.0.0.33 - - [2024-09-02 02:46:55] "GET /virtual-network/7aeafef9-9beb-4312-9735-0df217b27f3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008427 10.0.0.33 - - [2024-09-02 02:46:55] "POST /neutron/network HTTP/1.1" 200 831 0.018507 10.0.0.33 - - [2024-09-02 02:46:55] "POST /neutron/subnet HTTP/1.1" 200 720 0.018537 10.0.0.33 - - [2024-09-02 02:46:55] "GET /domains HTTP/1.1" 200 280 0.006877 10.0.0.33 - - [2024-09-02 02:46:56] "GET /domains?obj_uuids=cbaaadc6-cd05-4f7f-a531-278643746e39&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002673 10.0.0.33 - - [2024-09-02 02:46:56] "GET /domain/cbaaadc6-cd05-4f7f-a531-278643746e39 HTTP/1.1" 200 2954 0.019630 10.0.0.33 - - [2024-09-02 02:46:56] "GET /projects?obj_uuids=6f5ecf4b-50d3-4070-ac42-1e361bf3c73b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002451 10.0.0.33 - - [2024-09-02 02:46:56] "GET /project/6f5ecf4b-50d3-4070-ac42-1e361bf3c73b HTTP/1.1" 200 2308 0.125418 10.0.0.33 - - [2024-09-02 02:46:56] "GET /virtual-network/7aeafef9-9beb-4312-9735-0df217b27f3c HTTP/1.1" 200 2314 0.008757 10.0.0.33 - - [2024-09-02 02:46:56] "GET /virtual-network/7aeafef9-9beb-4312-9735-0df217b27f3c HTTP/1.1" 200 2314 0.007914 10.0.0.33 - - [2024-09-02 02:46:56] "GET /routing-instance/b71bfb28-91bc-45e4-aaf1-ab885d667433 HTTP/1.1" 200 1494 0.008483 10.0.0.33 - - [2024-09-02 02:46:56] "GET /routing-instance/b71bfb28-91bc-45e4-aaf1-ab885d667433 HTTP/1.1" 200 1494 0.004434 10.0.0.33 - - [2024-09-02 02:46:56] "GET /route-target/800478df-da9c-48fd-9d16-08d8cb8efe37 HTTP/1.1" 200 1212 0.009138 10.0.0.33 - - [2024-09-02 02:46:56] "GET /virtual-network/7aeafef9-9beb-4312-9735-0df217b27f3c HTTP/1.1" 200 2314 0.007926 10.0.0.33 - - [2024-09-02 02:46:56] "GET /routing-instance/b71bfb28-91bc-45e4-aaf1-ab885d667433 HTTP/1.1" 200 1494 0.007543 10.0.0.33 - - [2024-09-02 02:46:56] "GET /virtual-network/7aeafef9-9beb-4312-9735-0df217b27f3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004769 10.0.0.33 - - [2024-09-02 02:46:56] "GET /virtual-network/7aeafef9-9beb-4312-9735-0df217b27f3c HTTP/1.1" 200 2314 0.005424 10.0.0.33 - - [2024-09-02 02:46:56] "GET /routing-instance/b71bfb28-91bc-45e4-aaf1-ab885d667433 HTTP/1.1" 200 1494 0.005822 10.0.0.33 - - [2024-09-02 02:46:56] "GET /routing-instance/b71bfb28-91bc-45e4-aaf1-ab885d667433 HTTP/1.1" 200 1494 0.005746 10.0.0.33 - - [2024-09-02 02:46:56] "GET /route-target/800478df-da9c-48fd-9d16-08d8cb8efe37 HTTP/1.1" 200 1212 0.006097 10.0.0.33 - - [2024-09-02 02:46:56] "GET /domains HTTP/1.1" 200 280 0.005670 10.0.0.33 - - [2024-09-02 02:46:56] "GET /domains?obj_uuids=cbaaadc6-cd05-4f7f-a531-278643746e39&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002584 10.0.0.33 - - [2024-09-02 02:46:56] "GET /domain/cbaaadc6-cd05-4f7f-a531-278643746e39 HTTP/1.1" 200 2954 0.015431 10.0.0.33 - - [2024-09-02 02:46:56] "GET /projects?obj_uuids=6f5ecf4b-50d3-4070-ac42-1e361bf3c73b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002236 10.0.0.33 - - [2024-09-02 02:46:56] "GET /project/6f5ecf4b-50d3-4070-ac42-1e361bf3c73b HTTP/1.1" 200 2308 0.102955 10.0.0.33 - - [2024-09-02 02:46:56] "GET /virtual-network/7aeafef9-9beb-4312-9735-0df217b27f3c HTTP/1.1" 200 2314 0.007913 10.0.0.33 - - [2024-09-02 02:46:56] "GET /obj-perms HTTP/1.1" 200 5026 0.008753 10.0.0.33 - - [2024-09-02 02:46:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.010140 10.0.0.33 - - [2024-09-02 02:46:56] "GET /projects?obj_uuids=6f5ecf4b-50d3-4070-ac42-1e361bf3c73b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.005093 10.0.0.33 - - [2024-09-02 02:46:56] "GET /project/6f5ecf4b-50d3-4070-ac42-1e361bf3c73b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.076625 10.0.0.33 - - [2024-09-02 02:46:56] "POST /neutron/network HTTP/1.1" 200 117 0.030414 10.0.0.33 - - [2024-09-02 02:46:56] "GET /projects?obj_uuids=6f5ecf4b-50d3-4070-ac42-1e361bf3c73b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003366 10.0.0.33 - - [2024-09-02 02:46:57] "POST /neutron/network HTTP/1.1" 200 615 0.173759 10.0.0.33 - - [2024-09-02 02:46:57] "POST /ref-update HTTP/1.1" 200 156 0.014642 10.0.0.33 - - [2024-09-02 02:46:57] "POST /useragent-kv HTTP/1.1" 200 115 0.004723 10.0.0.33 - - [2024-09-02 02:46:57] "POST /neutron/subnet HTTP/1.1" 200 730 0.189717 10.0.0.33 - - [2024-09-02 02:46:57] "POST /neutron/network HTTP/1.1" 200 835 0.009675 10.0.0.33 - - [2024-09-02 02:46:57] "POST /id-to-fqname HTTP/1.1" 200 224 0.002743 10.0.0.33 - - [2024-09-02 02:46:57] "GET /virtual-network/7f8199dc-8fef-4d56-954b-e2e03ef9b205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006449 10.0.0.33 - - [2024-09-02 02:46:57] "POST /neutron/network HTTP/1.1" 200 835 0.017198 10.0.0.33 - - [2024-09-02 02:46:57] "GET /virtual-network/7f8199dc-8fef-4d56-954b-e2e03ef9b205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.009199 10.0.0.33 - - [2024-09-02 02:46:57] "POST /neutron/network HTTP/1.1" 200 835 0.020135 10.0.0.33 - - [2024-09-02 02:46:57] "POST /neutron/subnet HTTP/1.1" 200 730 0.018108 10.0.0.33 - - [2024-09-02 02:46:57] "GET /domains HTTP/1.1" 200 280 0.006748 10.0.0.33 - - [2024-09-02 02:46:57] "GET /domains?obj_uuids=cbaaadc6-cd05-4f7f-a531-278643746e39&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003870 10.0.0.33 - - [2024-09-02 02:46:57] "GET /domain/cbaaadc6-cd05-4f7f-a531-278643746e39 HTTP/1.1" 200 2954 0.024559 10.0.0.33 - - [2024-09-02 02:46:57] "GET /projects?obj_uuids=6f5ecf4b-50d3-4070-ac42-1e361bf3c73b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.004382 10.0.0.33 - - [2024-09-02 02:46:57] "GET /project/6f5ecf4b-50d3-4070-ac42-1e361bf3c73b HTTP/1.1" 200 2527 0.117212 10.0.0.33 - - [2024-09-02 02:46:57] "GET /virtual-network/7f8199dc-8fef-4d56-954b-e2e03ef9b205 HTTP/1.1" 200 2326 0.012130 10.0.0.33 - - [2024-09-02 02:46:57] "GET /virtual-network/7f8199dc-8fef-4d56-954b-e2e03ef9b205 HTTP/1.1" 200 2326 0.009494 10.0.0.33 - - [2024-09-02 02:46:57] "GET /routing-instance/7790e604-2149-45a1-887f-a3efd7baa91d HTTP/1.1" 200 1496 0.014845 10.0.0.33 - - [2024-09-02 02:46:57] "GET /routing-instance/7790e604-2149-45a1-887f-a3efd7baa91d HTTP/1.1" 200 1496 0.011045 10.0.0.33 - - [2024-09-02 02:46:57] "GET /route-target/6656534a-ef69-4bb5-9b5d-4a3879a31c78 HTTP/1.1" 200 1214 0.009168 10.0.0.33 - - [2024-09-02 02:46:57] "GET /virtual-network/7f8199dc-8fef-4d56-954b-e2e03ef9b205 HTTP/1.1" 200 2326 0.010685 10.0.0.33 - - [2024-09-02 02:46:57] "GET /routing-instance/7790e604-2149-45a1-887f-a3efd7baa91d HTTP/1.1" 200 1496 0.007875 10.0.0.33 - - [2024-09-02 02:46:57] "GET /virtual-network/7f8199dc-8fef-4d56-954b-e2e03ef9b205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.009637 10.0.0.33 - - [2024-09-02 02:46:57] "GET /virtual-network/7f8199dc-8fef-4d56-954b-e2e03ef9b205 HTTP/1.1" 200 2326 0.007478 10.0.0.33 - - [2024-09-02 02:46:58] "GET /routing-instance/7790e604-2149-45a1-887f-a3efd7baa91d HTTP/1.1" 200 1496 0.006795 10.0.0.33 - - [2024-09-02 02:46:58] "GET /routing-instance/7790e604-2149-45a1-887f-a3efd7baa91d HTTP/1.1" 200 1496 0.011508 10.0.0.33 - - [2024-09-02 02:46:58] "GET /route-target/6656534a-ef69-4bb5-9b5d-4a3879a31c78 HTTP/1.1" 200 1214 0.008424 10.0.0.33 - - [2024-09-02 02:46:58] "GET /domains HTTP/1.1" 200 280 0.005320 10.0.0.33 - - [2024-09-02 02:46:58] "GET /domains?obj_uuids=cbaaadc6-cd05-4f7f-a531-278643746e39&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002990 10.0.0.33 - - [2024-09-02 02:46:58] "GET /domain/cbaaadc6-cd05-4f7f-a531-278643746e39 HTTP/1.1" 200 2954 0.017436 10.0.0.33 - - [2024-09-02 02:46:58] "GET /projects?obj_uuids=6f5ecf4b-50d3-4070-ac42-1e361bf3c73b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002616 10.0.0.33 - - [2024-09-02 02:46:58] "GET /project/6f5ecf4b-50d3-4070-ac42-1e361bf3c73b HTTP/1.1" 200 2527 0.119240 10.0.0.33 - - [2024-09-02 02:46:58] "GET /virtual-network/7f8199dc-8fef-4d56-954b-e2e03ef9b205 HTTP/1.1" 200 2326 0.007857 10.0.0.33 - - [2024-09-02 02:46:58] "GET /obj-perms HTTP/1.1" 200 5026 0.009853 10.0.0.33 - - [2024-09-02 02:46:58] "POST /id-to-fqname HTTP/1.1" 200 223 0.004477 10.0.0.33 - - [2024-09-02 02:46:58] "POST /neutron/network HTTP/1.1" 200 841 0.011359 10.0.0.33 - - [2024-09-02 02:46:58] "GET /aaa-mode HTTP/1.1" 401 292 0.000806 10.0.0.33 - - [2024-09-02 02:46:59] "GET / HTTP/1.1" 200 35931 0.006186 10.0.0.33 - - [2024-09-02 02:46:59] "GET /project/6f5ecf4b-50d3-4070-ac42-1e361bf3c73b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.001332 10.0.0.33 - - [2024-09-02 02:46:59] "GET /projects?obj_uuids=6f5ecf4b-50d3-4070-ac42-1e361bf3c73b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002532 10.0.0.33 - - [2024-09-02 02:46:59] "GET /project/6f5ecf4b-50d3-4070-ac42-1e361bf3c73b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.105488 10.0.0.33 - - [2024-09-02 02:46:59] "POST /neutron/network HTTP/1.1" 200 831 0.015911 10.0.0.33 - - [2024-09-02 02:46:59] "POST /neutron/port HTTP/1.1" 200 117 0.009559 10.0.0.33 - - [2024-09-02 02:47:00] "POST /neutron/port HTTP/1.1" 200 117 0.011665 10.0.0.33 - - [2024-09-02 02:47:00] "POST /id-to-fqname HTTP/1.1" 200 224 0.003365 10.0.0.33 - - [2024-09-02 02:47:00] "POST /neutron/port HTTP/1.1" 200 117 0.009491 10.0.0.33 - - [2024-09-02 02:47:00] "POST /neutron/network HTTP/1.1" 200 845 0.007755 10.0.0.33 - - [2024-09-02 02:47:00] "GET /aaa-mode HTTP/1.1" 401 292 0.001101 10.0.0.33 - - [2024-09-02 02:47:00] "GET / HTTP/1.1" 200 35931 0.005496 10.0.0.33 - - [2024-09-02 02:47:00] "GET /project/6f5ecf4b-50d3-4070-ac42-1e361bf3c73b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.001257 10.0.0.33 - - [2024-09-02 02:47:00] "POST /neutron/network HTTP/1.1" 200 841 0.018980 10.0.0.33 - - [2024-09-02 02:47:00] "GET /projects?obj_uuids=6f5ecf4b-50d3-4070-ac42-1e361bf3c73b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002359 10.0.0.33 - - [2024-09-02 02:47:01] "GET /projects?obj_uuids=6f5ecf4b-50d3-4070-ac42-1e361bf3c73b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002873 10.0.0.33 - - [2024-09-02 02:47:01] "GET /project/6f5ecf4b-50d3-4070-ac42-1e361bf3c73b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.099726 10.0.0.33 - - [2024-09-02 02:47:01] "POST /neutron/network HTTP/1.1" 200 835 0.012549 10.0.0.33 - - [2024-09-02 02:47:01] "POST /neutron/port HTTP/1.1" 200 1057 0.373222 10.0.0.33 - - [2024-09-02 02:47:01] "POST /neutron/port HTTP/1.1" 200 1057 0.011223 10.0.0.33 - - [2024-09-02 02:47:01] "POST /neutron/port HTTP/1.1" 200 1057 0.010386 10.0.0.33 - - [2024-09-02 02:47:01] "POST /neutron/port HTTP/1.1" 200 1031 0.040478 10.0.0.33 - - [2024-09-02 02:47:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.014466 10.0.0.33 - - [2024-09-02 02:47:01] "POST /neutron/port HTTP/1.1" 200 1111 0.099344 10.0.0.33 - - [2024-09-02 02:47:01] "POST /neutron/port HTTP/1.1" 200 117 0.005191 10.0.0.33 - - [2024-09-02 02:47:01] "POST /fqname-to-id HTTP/1.1" 404 193 0.003035 10.0.0.33 - - [2024-09-02 02:47:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002221 10.0.0.33 - - [2024-09-02 02:47:01] "POST /neutron/port HTTP/1.1" 200 1085 0.021944 10.0.0.33 - - [2024-09-02 02:47:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003262 10.0.0.33 - - [2024-09-02 02:47:01] "GET /domains?obj_uuids=cbaaadc6-cd05-4f7f-a531-278643746e39&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001198 10.0.0.33 - - [2024-09-02 02:47:01] "GET /domain/cbaaadc6-cd05-4f7f-a531-278643746e39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.009734 10.0.0.33 - - [2024-09-02 02:47:01] "POST /neutron/subnet HTTP/1.1" 200 694 0.018258 10.0.0.33 - - [2024-09-02 02:47:01] "POST /neutron/port HTTP/1.1" 200 117 0.001494 10.0.0.33 - - [2024-09-02 02:47:01] "POST /neutron/network HTTP/1.1" 200 831 0.007205 10.0.0.33 - - [2024-09-02 02:47:01] "POST /service-templates HTTP/1.1" 200 543 0.027016 10.0.0.33 - - [2024-09-02 02:47:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.33 - - [2024-09-02 02:47:01] "GET /service-template/56aaa055-bee4-4938-8c95-34c621c664b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.004221 10.0.0.33 - - [2024-09-02 02:47:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004137 10.0.0.33 - - [2024-09-02 02:47:01] "GET /service-template/56aaa055-bee4-4938-8c95-34c621c664b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.007897 10.0.0.33 - - [2024-09-02 02:47:01] "POST /neutron/network HTTP/1.1" 200 845 0.012670 10.0.0.33 - - [2024-09-02 02:47:01] "GET /projects?obj_uuids=6f5ecf4b-50d3-4070-ac42-1e361bf3c73b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002118 10.0.0.33 - - [2024-09-02 02:47:01] "POST /id-to-fqname HTTP/1.1" 200 223 0.004186 10.0.0.33 - - [2024-09-02 02:47:01] "POST /id-to-fqname HTTP/1.1" 200 223 0.002613 10.0.0.33 - - [2024-09-02 02:47:02] "POST /id-to-fqname HTTP/1.1" 200 224 0.003439 10.0.0.33 - - [2024-09-02 02:47:02] "POST /neutron/port HTTP/1.1" 200 1917 0.080698 10.0.0.33 - - [2024-09-02 02:47:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.013806 10.0.0.33 - - [2024-09-02 02:47:02] "POST /neutron/port HTTP/1.1" 200 1059 0.392212 10.0.0.33 - - [2024-09-02 02:47:02] "POST /neutron/port HTTP/1.1" 200 1059 0.010550 10.0.0.33 - - [2024-09-02 02:47:02] "POST /neutron/port HTTP/1.1" 200 1059 0.015907 10.0.0.33 - - [2024-09-02 02:47:02] "POST /neutron/port HTTP/1.1" 200 1113 0.079985 10.0.0.33 - - [2024-09-02 02:47:02] "POST /neutron/port HTTP/1.1" 200 1087 0.024246 10.0.0.33 - - [2024-09-02 02:47:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004037 10.0.0.33 - - [2024-09-02 02:47:02] "POST /neutron/subnet HTTP/1.1" 200 704 0.017050 10.0.0.33 - - [2024-09-02 02:47:02] "POST /neutron/port HTTP/1.1" 200 117 0.001340 10.0.0.33 - - [2024-09-02 02:47:02] "POST /neutron/network HTTP/1.1" 200 835 0.006355 10.0.0.33 - - [2024-09-02 02:47:03] "POST /neutron/network HTTP/1.1" 200 2223 0.021701 10.0.0.33 - - [2024-09-02 02:47:03] "GET /aaa-mode HTTP/1.1" 401 292 0.000620 10.0.0.33 - - [2024-09-02 02:47:03] "GET / HTTP/1.1" 200 35931 0.002873 10.0.0.33 - - [2024-09-02 02:47:03] "GET /project/6f5ecf4b-50d3-4070-ac42-1e361bf3c73b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000798 10.0.0.33 - - [2024-09-02 02:47:03] "GET /projects?obj_uuids=6f5ecf4b-50d3-4070-ac42-1e361bf3c73b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001202 10.0.0.33 - - [2024-09-02 02:47:03] "GET /project/6f5ecf4b-50d3-4070-ac42-1e361bf3c73b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.070464 10.0.0.33 - - [2024-09-02 02:47:03] "POST /neutron/network HTTP/1.1" 200 832 0.023561 10.0.0.33 - - [2024-09-02 02:47:03] "POST /neutron/network HTTP/1.1" 200 831 0.008564 10.0.0.33 - - [2024-09-02 02:47:04] "POST /neutron/network HTTP/1.1" 200 835 0.014579 10.0.0.33 - - [2024-09-02 02:47:04] "POST /neutron/port HTTP/1.1" 200 2056 0.030320 10.0.0.33 - - [2024-09-02 02:47:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009094 10.0.0.33 - - [2024-09-02 02:47:04] "POST /neutron/port HTTP/1.1" 200 117 0.016916 10.0.0.33 - - [2024-09-02 02:47:04] "POST /neutron/port HTTP/1.1" 200 117 0.010329 10.0.0.33 - - [2024-09-02 02:47:04] "POST /neutron/network HTTP/1.1" 200 2223 0.032742 10.0.0.33 - - [2024-09-02 02:47:04] "GET /projects?obj_uuids=6f5ecf4b-50d3-4070-ac42-1e361bf3c73b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001703 10.0.0.33 - - [2024-09-02 02:47:05] "POST /neutron/port HTTP/1.1" 200 1058 0.393981 10.0.0.33 - - [2024-09-02 02:47:05] "GET /projects?obj_uuids=6f5ecf4b-50d3-4070-ac42-1e361bf3c73b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001530 10.0.0.33 - - [2024-09-02 02:47:05] "POST /neutron/port HTTP/1.1" 200 1057 0.223048 10.0.0.33 - - [2024-09-02 02:47:05] "GET /projects?obj_uuids=6f5ecf4b-50d3-4070-ac42-1e361bf3c73b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001224 10.0.0.33 - - [2024-09-02 02:47:05] "POST /neutron/port HTTP/1.1" 200 1059 0.187521 10.0.0.33 - - [2024-09-02 02:47:05] "POST /neutron/port HTTP/1.1" 200 1058 0.012134 10.0.0.33 - - [2024-09-02 02:47:05] "POST /neutron/port HTTP/1.1" 200 1058 0.013658 10.0.0.33 - - [2024-09-02 02:47:05] "POST /neutron/port HTTP/1.1" 200 1112 0.070470 10.0.0.33 - - [2024-09-02 02:47:05] "POST /neutron/port HTTP/1.1" 200 1057 0.010650 10.0.0.33 - - [2024-09-02 02:47:05] "POST /neutron/port HTTP/1.1" 200 1057 0.017198 10.0.0.33 - - [2024-09-02 02:47:06] "POST /neutron/port HTTP/1.1" 200 1111 0.092667 10.0.0.33 - - [2024-09-02 02:47:06] "DELETE /project/177fae1809ac449bb69e18849742038a HTTP/1.1" 404 173 0.014032 10.0.0.33 - - [2024-09-02 02:47:06] "DELETE /project/6f5ecf4b50d34070ac421e361bf3c73b HTTP/1.1" 404 173 0.009918 10.0.0.33 - - [2024-09-02 02:47:06] "GET /projects?obj_uuids=e4822f3f-6ff9-4085-9c11-f05a9f96ca80&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001138 10.0.0.33 - - [2024-09-02 02:47:06] "GET /projects?obj_uuids=177fae18-09ac-449b-b69e-18849742038a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000973 10.0.0.33 - - [2024-09-02 02:47:06] "POST /neutron/port HTTP/1.1" 200 1059 0.017664 10.0.0.33 - - [2024-09-02 02:47:06] "GET /project/177fae18-09ac-449b-b69e-18849742038a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.066522 10.0.0.33 - - [2024-09-02 02:47:06] "GET /project/e4822f3f-6ff9-4085-9c11-f05a9f96ca80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1511 0.065905 10.0.0.33 - - [2024-09-02 02:47:06] "POST /neutron/port HTTP/1.1" 200 1059 0.033814 10.0.0.33 - - [2024-09-02 02:47:06] "GET /projects?obj_uuids=e4822f3f-6ff9-4085-9c11-f05a9f96ca80&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001555 10.0.0.33 - - [2024-09-02 02:47:06] "GET /projects?obj_uuids=177fae18-09ac-449b-b69e-18849742038a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002125 10.0.0.33 - - [2024-09-02 02:47:06] "GET /project/177fae18-09ac-449b-b69e-18849742038a?fields=security_groups HTTP/1.1" 200 1379 0.072860 10.0.0.33 - - [2024-09-02 02:47:06] "GET /project/e4822f3f-6ff9-4085-9c11-f05a9f96ca80?fields=security_groups HTTP/1.1" 200 1398 0.075204 10.0.0.33 - - [2024-09-02 02:47:06] "POST /neutron/port HTTP/1.1" 200 1113 0.158289 10.0.0.33 - - [2024-09-02 02:47:06] "DELETE /security-group/92c8c8f7-34c5-4085-b9fd-1433d8b41514 HTTP/1.1" 200 115 0.127614 10.0.0.33 - - [2024-09-02 02:47:06] "POST /neutron/port HTTP/1.1" 200 3025 0.045789 10.0.0.33 - - [2024-09-02 02:47:06] "DELETE /security-group/da60124e-7f83-4e8c-b132-fa5aaf70bf60 HTTP/1.1" 200 115 0.145608 10.0.0.33 - - [2024-09-02 02:47:06] "GET /projects?obj_uuids=e4822f3f-6ff9-4085-9c11-f05a9f96ca80&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001192 10.0.0.33 - - [2024-09-02 02:47:06] "GET /projects?obj_uuids=177fae18-09ac-449b-b69e-18849742038a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001138 10.0.0.33 - - [2024-09-02 02:47:06] "DELETE /access-control-list/2c1d6f5c-8f53-4499-ae6f-aed121a23125 HTTP/1.1" 200 115 0.097687 10.0.0.33 - - [2024-09-02 02:47:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006454 10.0.0.33 - - [2024-09-02 02:47:06] "GET /project/e4822f3f-6ff9-4085-9c11-f05a9f96ca80?fields=application_policy_sets HTTP/1.1" 200 1437 0.051313 10.0.0.33 - - [2024-09-02 02:47:06] "POST /neutron/subnet HTTP/1.1" 200 699 0.030464 10.0.0.33 - - [2024-09-02 02:47:06] "DELETE /access-control-list/f2d2e2bc-e504-48bc-bd69-d234eed29cc1 HTTP/1.1" 200 115 0.043169 10.0.0.33 - - [2024-09-02 02:47:06] "POST /neutron/port HTTP/1.1" 200 117 0.001316 10.0.0.33 - - [2024-09-02 02:47:06] "POST /neutron/network HTTP/1.1" 200 832 0.008476 10.0.0.33 - - [2024-09-02 02:47:06] "GET /project/177fae18-09ac-449b-b69e-18849742038a?fields=application_policy_sets HTTP/1.1" 200 1418 0.136905 10.0.0.33 - - [2024-09-02 02:47:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008024 10.0.0.33 - - [2024-09-02 02:47:06] "DELETE /access-control-list/9326d4d2-5146-419e-b9cf-4d9762c6c10c HTTP/1.1" 200 115 0.081451 10.0.0.33 - - [2024-09-02 02:47:06] "POST /neutron/subnet HTTP/1.1" 200 694 0.026089 10.0.0.33 - - [2024-09-02 02:47:06] "DELETE /access-control-list/e55361c6-d04d-47a9-ab75-42ef7cfce823 HTTP/1.1" 200 115 0.057261 10.0.0.33 - - [2024-09-02 02:47:06] "DELETE /project/e4822f3f-6ff9-4085-9c11-f05a9f96ca80 HTTP/1.1" 200 115 0.612977 10.0.0.33 - - [2024-09-02 02:47:06] "POST /neutron/port HTTP/1.1" 200 117 0.001210 10.0.0.33 - - [2024-09-02 02:47:06] "DELETE /project/177fae18-09ac-449b-b69e-18849742038a HTTP/1.1" 200 115 0.639203 10.0.0.33 - - [2024-09-02 02:47:06] "POST /neutron/network HTTP/1.1" 200 831 0.008479 10.0.0.33 - - [2024-09-02 02:47:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006073 10.0.0.33 - - [2024-09-02 02:47:06] "POST /neutron/subnet HTTP/1.1" 200 704 0.013601 10.0.0.33 - - [2024-09-02 02:47:06] "POST /neutron/port HTTP/1.1" 200 117 0.001322 10.0.0.33 - - [2024-09-02 02:47:06] "POST /neutron/network HTTP/1.1" 200 835 0.005571 10.0.0.33 - - [2024-09-02 02:47:09] "POST /neutron/port HTTP/1.1" 200 3025 0.049001 10.0.0.33 - - [2024-09-02 02:47:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011980 10.0.0.33 - - [2024-09-02 02:47:09] "POST /neutron/port HTTP/1.1" 200 3025 0.035846 10.0.0.33 - - [2024-09-02 02:47:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010301 10.0.0.33 - - [2024-09-02 02:47:09] "POST /neutron/port HTTP/1.1" 200 3025 0.032545 10.0.0.33 - - [2024-09-02 02:47:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010251 10.0.0.33 - - [2024-09-02 02:47:09] "POST /neutron/port HTTP/1.1" 200 3025 0.052981 10.0.0.33 - - [2024-09-02 02:47:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.016776 10.0.0.33 - - [2024-09-02 02:47:10] "POST /neutron/port HTTP/1.1" 200 3025 0.046701 10.0.0.33 - - [2024-09-02 02:47:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011291 10.0.0.33 - - [2024-09-02 02:47:10] "GET /virtual-machine/a6154aad-47eb-4478-a1e9-932bd79d8d7c HTTP/1.1" 200 1803 0.007561 10.0.0.33 - - [2024-09-02 02:47:10] "GET /virtual-machine-interface/4fbb4e8b-43f1-4f69-8e1c-410bf129edcf HTTP/1.1" 200 2945 0.005491 10.0.0.33 - - [2024-09-02 02:47:10] "GET /virtual-machine-interface/71da2b39-afab-480e-aa05-bcbe62325e83 HTTP/1.1" 200 2948 0.005718 10.0.0.33 - - [2024-09-02 02:47:10] "GET /virtual-machine-interface/9bd066c3-6a2b-4459-8aab-4934a35028d7 HTTP/1.1" 200 2945 0.005828 10.0.0.33 - - [2024-09-02 02:47:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.33 - - [2024-09-02 02:47:10] "GET /global-vrouter-config/4035e5cd-a3ef-4327-aadf-0038ecfd895d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003300 10.0.0.33 - - [2024-09-02 02:47:10] "GET /virtual-networks?parent_id=6f5ecf4b-50d3-4070-ac42-1e361bf3c73b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003555 10.0.0.33 - - [2024-09-02 02:47:10] "GET /virtual-network/0104c4e3-5350-4cbc-8f15-88fcae3d608c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.003926 10.0.0.33 - - [2024-09-02 02:47:11] "POST /neutron/port HTTP/1.1" 200 1085 0.019405 10.0.0.33 - - [2024-09-02 02:47:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007652 10.0.0.33 - - [2024-09-02 02:47:12] "POST /neutron/port HTTP/1.1" 200 1087 0.047001 10.0.0.33 - - [2024-09-02 02:47:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012983 10.0.0.33 - - [2024-09-02 02:47:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.008175 10.0.0.33 - - [2024-09-02 02:47:13] "GET /virtual-network/0104c4e3-5350-4cbc-8f15-88fcae3d608c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.009374 10.0.0.33 - - [2024-09-02 02:47:14] "POST /neutron/port HTTP/1.1" 200 1085 0.049124 10.0.0.33 - - [2024-09-02 02:47:14] "POST /neutron/port HTTP/1.1" 200 1085 0.037688 10.0.0.33 - - [2024-09-02 02:47:14] "POST /neutron/network HTTP/1.1" 200 841 0.014366 10.0.0.33 - - [2024-09-02 02:47:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009705 10.0.0.33 - - [2024-09-02 02:47:15] "POST /neutron/subnet HTTP/1.1" 200 694 0.031072 10.0.0.33 - - [2024-09-02 02:47:15] "POST /neutron/port HTTP/1.1" 200 117 0.003753 10.0.0.33 - - [2024-09-02 02:47:15] "POST /neutron/network HTTP/1.1" 200 831 0.014106 10.0.0.33 - - [2024-09-02 02:47:15] "GET /obj-perms HTTP/1.1" 200 5056 0.082762 10.0.0.33 - - [2024-09-02 02:47:15] "GET /obj-perms HTTP/1.1" 200 5056 0.062732 10.0.0.33 - - [2024-09-02 02:47:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.007774 10.0.0.33 - - [2024-09-02 02:47:17] "GET /virtual-network/0104c4e3-5350-4cbc-8f15-88fcae3d608c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008757 10.0.0.33 - - [2024-09-02 02:47:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.007289 10.0.0.33 - - [2024-09-02 02:47:21] "GET /virtual-network/0104c4e3-5350-4cbc-8f15-88fcae3d608c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.011347 10.0.0.33 - - [2024-09-02 02:47:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.010228 10.0.0.33 - - [2024-09-02 02:47:26] "GET /virtual-network/0104c4e3-5350-4cbc-8f15-88fcae3d608c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005686 10.0.0.33 - - [2024-09-02 02:47:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004634 10.0.0.33 - - [2024-09-02 02:47:28] "GET /global-vrouter-config/4035e5cd-a3ef-4327-aadf-0038ecfd895d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.006719 10.0.0.33 - - [2024-09-02 02:47:28] "GET /virtual-networks?parent_id=6f5ecf4b-50d3-4070-ac42-1e361bf3c73b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.007407 10.0.0.33 - - [2024-09-02 02:47:28] "GET /virtual-network/0104c4e3-5350-4cbc-8f15-88fcae3d608c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.009606 10.0.0.33 - - [2024-09-02 02:47:28] "POST /neutron/port HTTP/1.1" 200 3025 0.062047 10.0.0.33 - - [2024-09-02 02:47:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.022122 10.0.0.33 - - [2024-09-02 02:47:33] "POST /neutron/port HTTP/1.1" 200 3025 0.058862 10.0.0.33 - - [2024-09-02 02:47:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.018246 10.0.0.33 - - [2024-09-02 02:47:39] "POST /neutron/port HTTP/1.1" 200 3025 0.036974 10.0.0.33 - - [2024-09-02 02:47:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010110 10.0.0.33 - - [2024-09-02 02:47:40] "POST /neutron/port HTTP/1.1" 200 3025 0.061555 10.0.0.33 - - [2024-09-02 02:47:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.022742 10.0.0.33 - - [2024-09-02 02:47:44] "POST /neutron/port HTTP/1.1" 200 3025 0.060584 10.0.0.33 - - [2024-09-02 02:47:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.020339 10.0.0.33 - - [2024-09-02 02:47:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005295 10.0.0.33 - - [2024-09-02 02:47:49] "GET /global-vrouter-config/4035e5cd-a3ef-4327-aadf-0038ecfd895d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.006385 10.0.0.33 - - [2024-09-02 02:47:49] "GET /virtual-networks?parent_id=6f5ecf4b-50d3-4070-ac42-1e361bf3c73b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.006508 10.0.0.33 - - [2024-09-02 02:47:49] "GET /virtual-network/7aeafef9-9beb-4312-9735-0df217b27f3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.009501 10.0.0.33 - - [2024-09-02 02:47:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.008511 10.0.0.33 - - [2024-09-02 02:47:50] "GET /global-vrouter-config/4035e5cd-a3ef-4327-aadf-0038ecfd895d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.014850 10.0.0.33 - - [2024-09-02 02:47:50] "GET /virtual-networks?parent_id=6f5ecf4b-50d3-4070-ac42-1e361bf3c73b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.006514 10.0.0.33 - - [2024-09-02 02:47:50] "GET /virtual-network/7f8199dc-8fef-4d56-954b-e2e03ef9b205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.009232 10.0.0.33 - - [2024-09-02 02:47:50] "POST /fqname-to-id HTTP/1.1" 404 207 0.007186 10.0.0.33 - - [2024-09-02 02:47:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.007063 10.0.0.33 - - [2024-09-02 02:47:50] "GET /projects?obj_uuids=6f5ecf4b-50d3-4070-ac42-1e361bf3c73b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003185 10.0.0.33 - - [2024-09-02 02:47:50] "GET /project/6f5ecf4b-50d3-4070-ac42-1e361bf3c73b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.045229 10.0.0.33 - - [2024-09-02 02:47:50] "POST /service-instances HTTP/1.1" 200 543 0.074328 10.0.0.33 - - [2024-09-02 02:47:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004642 10.0.0.33 - - [2024-09-02 02:47:50] "GET /service-instance/3b87ec27-0f2d-4aca-9670-92919f72ec1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2134 0.012299 10.0.0.33 - - [2024-09-02 02:47:51] "POST /port-tuples HTTP/1.1" 200 586 0.058176 10.0.0.33 - - [2024-09-02 02:47:51] "GET /virtual-machine-interface/4fbb4e8b-43f1-4f69-8e1c-410bf129edcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.009363 10.0.0.33 - - [2024-09-02 02:47:51] "PUT /virtual-machine-interface/4fbb4e8b-43f1-4f69-8e1c-410bf129edcf HTTP/1.1" 200 284 0.028880 10.0.0.33 - - [2024-09-02 02:47:51] "POST /ref-update HTTP/1.1" 200 156 0.024824 10.0.0.33 - - [2024-09-02 02:47:51] "GET /virtual-machine-interface/9bd066c3-6a2b-4459-8aab-4934a35028d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.009077 10.0.0.33 - - [2024-09-02 02:47:51] "POST /instance-ips HTTP/1.1" 200 385 0.063958 10.0.0.33 - - [2024-09-02 02:47:51] "POST /ref-update HTTP/1.1" 200 156 0.022540 10.0.0.33 - - [2024-09-02 02:47:51] "PUT /virtual-machine-interface/9bd066c3-6a2b-4459-8aab-4934a35028d7 HTTP/1.1" 200 284 0.028518 10.0.0.33 - - [2024-09-02 02:47:51] "POST /ref-update HTTP/1.1" 200 156 0.018689 10.0.0.33 - - [2024-09-02 02:47:51] "POST /ref-update HTTP/1.1" 200 156 0.022460 10.0.0.33 - - [2024-09-02 02:47:51] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003445 10.0.0.33 - - [2024-09-02 02:47:51] "GET /virtual-machine-interface/71da2b39-afab-480e-aa05-bcbe62325e83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2727 0.006253 10.0.0.33 - - [2024-09-02 02:47:51] "PUT /virtual-machine-interface/71da2b39-afab-480e-aa05-bcbe62325e83 HTTP/1.1" 200 284 0.013686 10.0.0.33 - - [2024-09-02 02:47:51] "POST /instance-ips HTTP/1.1" 200 385 0.040810 10.0.0.33 - - [2024-09-02 02:47:51] "POST /ref-update HTTP/1.1" 200 156 0.008918 10.0.0.33 - - [2024-09-02 02:47:51] "POST /ref-update HTTP/1.1" 200 156 0.008461 10.0.0.33 - - [2024-09-02 02:47:51] "POST /ref-update HTTP/1.1" 200 156 0.015810 10.0.0.33 - - [2024-09-02 02:47:51] "POST /neutron/port HTTP/1.1" 200 1085 0.025213 10.0.0.33 - - [2024-09-02 02:47:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006527 10.0.0.33 - - [2024-09-02 02:47:51] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003866 10.0.0.33 - - [2024-09-02 02:47:51] "POST /neutron/port HTTP/1.1" 200 1085 0.022536 10.0.0.33 - - [2024-09-02 02:47:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008523 10.0.0.33 - - [2024-09-02 02:47:51] "POST /instance-ips HTTP/1.1" 200 373 0.025985 10.0.0.33 - - [2024-09-02 02:47:51] "POST /ref-update HTTP/1.1" 200 156 0.019746 10.0.0.33 - - [2024-09-02 02:47:51] "POST /neutron/port HTTP/1.1" 200 1085 0.033473 10.0.0.33 - - [2024-09-02 02:47:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.016827 10.0.0.33 - - [2024-09-02 02:47:51] "POST /ref-update HTTP/1.1" 200 156 0.017923 10.0.0.33 - - [2024-09-02 02:47:51] "GET /virtual-machine/6c084a6c-7f45-45b6-925e-3733d73ce4b6 HTTP/1.1" 200 1290 0.004972 10.0.0.33 - - [2024-09-02 02:47:52] "GET /virtual-machine-interface/6a15eee7-8988-4209-b84f-7080d238f47f HTTP/1.1" 200 2945 0.004330 10.0.0.33 - - [2024-09-02 02:47:52] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.005758 10.0.0.33 - - [2024-09-02 02:47:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004595 10.0.0.33 - - [2024-09-02 02:47:52] "GET /global-vrouter-config/4035e5cd-a3ef-4327-aadf-0038ecfd895d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004785 10.0.0.33 - - [2024-09-02 02:47:52] "GET /virtual-networks?parent_id=6f5ecf4b-50d3-4070-ac42-1e361bf3c73b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004092 10.0.0.33 - - [2024-09-02 02:47:52] "POST /instance-ips HTTP/1.1" 200 373 0.028849 10.0.0.33 - - [2024-09-02 02:47:52] "GET /virtual-network/7aeafef9-9beb-4312-9735-0df217b27f3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007344 10.0.0.33 - - [2024-09-02 02:47:52] "POST /ref-update HTTP/1.1" 200 156 0.019413 10.0.0.33 - - [2024-09-02 02:47:52] "POST /ref-update HTTP/1.1" 200 156 0.027808 10.0.0.33 - - [2024-09-02 02:47:52] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.007316 10.0.0.33 - - [2024-09-02 02:47:52] "POST /instance-ips HTTP/1.1" 200 375 0.038042 10.0.0.33 - - [2024-09-02 02:47:52] "POST /ref-update HTTP/1.1" 200 156 0.025968 10.0.0.33 - - [2024-09-02 02:47:52] "POST /ref-update HTTP/1.1" 200 156 0.020339 10.0.0.33 - - [2024-09-02 02:47:52] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004378 10.0.0.33 - - [2024-09-02 02:47:52] "POST /instance-ips HTTP/1.1" 200 375 0.020988 10.0.0.33 - - [2024-09-02 02:47:52] "POST /ref-update HTTP/1.1" 200 156 0.013986 10.0.0.33 - - [2024-09-02 02:47:52] "POST /ref-update HTTP/1.1" 200 156 0.014400 10.0.0.33 - - [2024-09-02 02:47:52] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003685 10.0.0.33 - - [2024-09-02 02:47:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.007975 10.0.0.33 - - [2024-09-02 02:47:53] "GET /global-vrouter-config/4035e5cd-a3ef-4327-aadf-0038ecfd895d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.009339 10.0.0.33 - - [2024-09-02 02:47:53] "GET /virtual-networks?parent_id=6f5ecf4b-50d3-4070-ac42-1e361bf3c73b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003561 10.0.0.33 - - [2024-09-02 02:47:53] "GET /virtual-network/7aeafef9-9beb-4312-9735-0df217b27f3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005686 10.0.0.33 - - [2024-09-02 02:47:53] "POST /neutron/port HTTP/1.1" 200 1087 0.053156 10.0.0.33 - - [2024-09-02 02:47:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.020995 10.0.0.33 - - [2024-09-02 02:47:54] "POST /neutron/port HTTP/1.1" 200 1087 0.045413 10.0.0.33 - - [2024-09-02 02:47:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.021082 10.0.0.33 - - [2024-09-02 02:47:54] "POST /neutron/port HTTP/1.1" 200 1087 0.033523 10.0.0.33 - - [2024-09-02 02:47:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.015958 10.0.0.33 - - [2024-09-02 02:47:54] "GET /virtual-machine/72effd0d-266b-4afa-88ee-42caca8ae1a6 HTTP/1.1" 200 1289 0.014525 10.0.0.33 - - [2024-09-02 02:47:54] "GET /virtual-machine-interface/eed81b49-5f28-47a3-8d86-76d32d188ed9 HTTP/1.1" 200 2949 0.011118 10.0.0.33 - - [2024-09-02 02:47:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.006871 10.0.0.33 - - [2024-09-02 02:47:54] "GET /global-vrouter-config/4035e5cd-a3ef-4327-aadf-0038ecfd895d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.006526 10.0.0.33 - - [2024-09-02 02:47:54] "GET /virtual-networks?parent_id=6f5ecf4b-50d3-4070-ac42-1e361bf3c73b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.007605 10.0.0.33 - - [2024-09-02 02:47:54] "GET /virtual-network/7f8199dc-8fef-4d56-954b-e2e03ef9b205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.009154 10.0.0.33 - - [2024-09-02 02:47:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.008374 10.0.0.33 - - [2024-09-02 02:47:55] "GET /global-vrouter-config/4035e5cd-a3ef-4327-aadf-0038ecfd895d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.008685 10.0.0.33 - - [2024-09-02 02:47:55] "GET /virtual-networks?parent_id=6f5ecf4b-50d3-4070-ac42-1e361bf3c73b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.008693 10.0.0.33 - - [2024-09-02 02:47:55] "GET /virtual-network/7f8199dc-8fef-4d56-954b-e2e03ef9b205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.008652 10.0.0.33 - - [2024-09-02 02:47:56] "POST /fqname-to-id HTTP/1.1" 404 211 0.015105 10.0.0.33 - - [2024-09-02 02:47:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.009470 10.0.0.33 - - [2024-09-02 02:47:56] "GET /projects?obj_uuids=6f5ecf4b-50d3-4070-ac42-1e361bf3c73b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003001 10.0.0.33 - - [2024-09-02 02:47:56] "GET /project/6f5ecf4b-50d3-4070-ac42-1e361bf3c73b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.058655 10.0.0.33 - - [2024-09-02 02:47:56] "POST /network-policys HTTP/1.1" 200 547 0.052338 10.0.0.33 - - [2024-09-02 02:47:56] "GET /network-policy/66983e9f-4070-4362-83f5-b0fe48888f21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.008806 10.0.0.33 - - [2024-09-02 02:47:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.006766 10.0.0.33 - - [2024-09-02 02:47:56] "GET /virtual-network/7aeafef9-9beb-4312-9735-0df217b27f3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008671 10.0.0.33 - - [2024-09-02 02:47:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.007332 10.0.0.33 - - [2024-09-02 02:47:56] "GET /network-policy/66983e9f-4070-4362-83f5-b0fe48888f21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.008842 10.0.0.33 - - [2024-09-02 02:47:56] "POST /ref-update HTTP/1.1" 200 156 0.057644 10.0.0.33 - - [2024-09-02 02:47:56] "POST /fqname-to-id HTTP/1.1" 404 242 0.002864 10.0.0.33 - - [2024-09-02 02:47:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.33 - - [2024-09-02 02:47:56] "POST /access-control-lists HTTP/1.1" 200 601 0.062597 10.0.0.33 - - [2024-09-02 02:47:56] "GET /network-policy/66983e9f-4070-4362-83f5-b0fe48888f21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.007499 10.0.0.33 - - [2024-09-02 02:47:56] "POST /neutron/network HTTP/1.1" 200 919 0.010732 10.0.0.33 - - [2024-09-02 02:47:56] "GET /virtual-network/7aeafef9-9beb-4312-9735-0df217b27f3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.004869 10.0.0.33 - - [2024-09-02 02:47:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004190 10.0.0.33 - - [2024-09-02 02:47:57] "GET /network-policy/66983e9f-4070-4362-83f5-b0fe48888f21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.008227 10.0.0.33 - - [2024-09-02 02:47:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.009781 10.0.0.33 - - [2024-09-02 02:47:57] "GET /virtual-network/7f8199dc-8fef-4d56-954b-e2e03ef9b205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.008770 10.0.0.33 - - [2024-09-02 02:47:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.007763 10.0.0.33 - - [2024-09-02 02:47:57] "GET /network-policy/66983e9f-4070-4362-83f5-b0fe48888f21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.010300 10.0.0.33 - - [2024-09-02 02:47:57] "POST /ref-update HTTP/1.1" 200 156 0.102758 10.0.0.33 - - [2024-09-02 02:47:57] "PUT /access-control-list/43c3fed0-5804-424a-adad-c8576df88869 HTTP/1.1" 200 272 0.042761 10.0.0.33 - - [2024-09-02 02:47:57] "POST /fqname-to-id HTTP/1.1" 404 244 0.009288 10.0.0.33 - - [2024-09-02 02:47:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005622 10.0.0.33 - - [2024-09-02 02:47:57] "GET /network-policy/66983e9f-4070-4362-83f5-b0fe48888f21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.009446 10.0.0.33 - - [2024-09-02 02:47:57] "POST /access-control-lists HTTP/1.1" 200 604 0.083869 10.0.0.33 - - [2024-09-02 02:47:57] "POST /neutron/network HTTP/1.1" 200 923 0.018341 10.0.0.33 - - [2024-09-02 02:47:57] "GET /virtual-network/7f8199dc-8fef-4d56-954b-e2e03ef9b205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.004900 10.0.0.33 - - [2024-09-02 02:47:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004508 10.0.0.33 - - [2024-09-02 02:47:57] "POST /routing-instances HTTP/1.1" 200 759 0.034288 10.0.0.33 - - [2024-09-02 02:47:57] "GET /network-policy/66983e9f-4070-4362-83f5-b0fe48888f21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.004359 10.0.0.33 - - [2024-09-02 02:47:57] "POST /route-targets HTTP/1.1" 200 327 0.012747 10.0.0.33 - - [2024-09-02 02:47:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.33 - - [2024-09-02 02:47:57] "POST /ref-update HTTP/1.1" 200 156 0.013680 10.0.0.33 - - [2024-09-02 02:47:57] "GET /service-template/56aaa055-bee4-4938-8c95-34c621c664b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.003568 10.0.0.33 - - [2024-09-02 02:47:57] "GET /routing-instance/a0a5f27f-6a93-429f-922c-b76cc3b8934f?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1288 0.004546 10.0.0.33 - - [2024-09-02 02:47:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004192 10.0.0.33 - - [2024-09-02 02:47:57] "GET /routing-instance/a0a5f27f-6a93-429f-922c-b76cc3b8934f?fields=routing_policy_back_refs HTTP/1.1" 200 1288 0.006116 10.0.0.33 - - [2024-09-02 02:47:57] "GET /projects?obj_uuids=6f5ecf4b-50d3-4070-ac42-1e361bf3c73b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002707 10.0.0.33 - - [2024-09-02 02:47:57] "GET /project/6f5ecf4b-50d3-4070-ac42-1e361bf3c73b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.026383 10.0.0.33 - - [2024-09-02 02:47:57] "POST /ref-update HTTP/1.1" 200 156 0.020002 10.0.0.33 - - [2024-09-02 02:47:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.006098 10.0.0.33 - - [2024-09-02 02:47:58] "GET /service-instance/3b87ec27-0f2d-4aca-9670-92919f72ec1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3528 0.022951 10.0.0.33 - - [2024-09-02 02:47:58] "POST /routing-instances HTTP/1.1" 200 760 0.053271 10.0.0.33 - - [2024-09-02 02:47:58] "GET /domains HTTP/1.1" 200 280 0.004559 10.0.0.33 - - [2024-09-02 02:47:58] "GET /domains?obj_uuids=cbaaadc6-cd05-4f7f-a531-278643746e39&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001423 10.0.0.33 - - [2024-09-02 02:47:58] "GET /domain/cbaaadc6-cd05-4f7f-a531-278643746e39 HTTP/1.1" 200 2772 0.019665 10.0.0.33 - - [2024-09-02 02:47:58] "POST /route-targets HTTP/1.1" 200 327 0.027748 10.0.0.33 - - [2024-09-02 02:47:58] "GET /projects?obj_uuids=6f5ecf4b-50d3-4070-ac42-1e361bf3c73b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001920 10.0.0.33 - - [2024-09-02 02:47:58] "POST /ref-update HTTP/1.1" 200 156 0.014600 10.0.0.33 - - [2024-09-02 02:47:58] "GET /project/6f5ecf4b-50d3-4070-ac42-1e361bf3c73b HTTP/1.1" 200 4243 0.077824 10.0.0.33 - - [2024-09-02 02:47:58] "GET /service-instance/3b87ec27-0f2d-4aca-9670-92919f72ec1c HTTP/1.1" 200 3782 0.005921 10.0.0.33 - - [2024-09-02 02:47:58] "GET /domains HTTP/1.1" 200 280 0.006716 10.0.0.33 - - [2024-09-02 02:47:58] "GET /routing-instance/29ddd196-de15-44c6-a21f-a1895a6b3da6?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1288 0.003495 10.0.0.33 - - [2024-09-02 02:47:58] "GET /domains?obj_uuids=cbaaadc6-cd05-4f7f-a531-278643746e39&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001207 10.0.0.33 - - [2024-09-02 02:47:58] "GET /domain/cbaaadc6-cd05-4f7f-a531-278643746e39 HTTP/1.1" 200 2772 0.007124 10.0.0.33 - - [2024-09-02 02:47:58] "GET /projects?obj_uuids=6f5ecf4b-50d3-4070-ac42-1e361bf3c73b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001131 10.0.0.33 - - [2024-09-02 02:47:58] "GET /routing-instance/29ddd196-de15-44c6-a21f-a1895a6b3da6?fields=routing_policy_back_refs HTTP/1.1" 200 1288 0.004120 10.0.0.33 - - [2024-09-02 02:47:58] "GET /project/6f5ecf4b-50d3-4070-ac42-1e361bf3c73b HTTP/1.1" 200 4243 0.068417 10.0.0.33 - - [2024-09-02 02:47:58] "GET /service-instance/3b87ec27-0f2d-4aca-9670-92919f72ec1c HTTP/1.1" 200 3782 0.005695 10.0.0.33 - - [2024-09-02 02:47:58] "PUT /routing-instance/a0a5f27f-6a93-429f-922c-b76cc3b8934f HTTP/1.1" 200 266 0.016023 10.0.0.33 - - [2024-09-02 02:47:58] "GET /port-tuple/91302ae2-0901-4f27-8f2c-da53d647f9de HTTP/1.1" 200 1979 0.009169 10.0.0.33 - - [2024-09-02 02:47:58] "GET /virtual-machine-interface/4fbb4e8b-43f1-4f69-8e1c-410bf129edcf HTTP/1.1" 200 3815 0.006400 10.0.0.33 - - [2024-09-02 02:47:58] "GET /virtual-machine-interface/71da2b39-afab-480e-aa05-bcbe62325e83 HTTP/1.1" 200 3803 0.005558 10.0.0.33 - - [2024-09-02 02:47:58] "GET /virtual-machine-interface/9bd066c3-6a2b-4459-8aab-4934a35028d7 HTTP/1.1" 200 3797 0.005216 10.0.0.33 - - [2024-09-02 02:47:58] "PUT /routing-instance/29ddd196-de15-44c6-a21f-a1895a6b3da6 HTTP/1.1" 200 266 0.016711 10.0.0.33 - - [2024-09-02 02:47:58] "POST /ref-update HTTP/1.1" 200 156 0.019137 10.0.0.33 - - [2024-09-02 02:47:58] "POST /neutron/port HTTP/1.1" 200 3832 0.087271 10.0.0.33 - - [2024-09-02 02:47:58] "PUT /access-control-list/fee0943a-1e54-4180-b2ef-6ebfe386ec62 HTTP/1.1" 200 272 0.016774 10.0.0.33 - - [2024-09-02 02:47:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008926 10.0.0.33 - - [2024-09-02 02:47:58] "POST /neutron/port HTTP/1.1" 200 3832 0.052752 10.0.0.33 - - [2024-09-02 02:47:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006505 10.0.0.33 - - [2024-09-02 02:47:58] "POST /neutron/port HTTP/1.1" 200 3832 0.071661 10.0.0.33 - - [2024-09-02 02:47:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.014513 10.0.0.33 - - [2024-09-02 02:47:58] "POST /neutron/port HTTP/1.1" 200 3832 0.080067 10.0.0.33 - - [2024-09-02 02:47:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006483 10.0.0.33 - - [2024-09-02 02:47:59] "POST /neutron/network HTTP/1.1" 200 893 0.022009 10.0.0.33 - - [2024-09-02 02:47:59] "POST /neutron/network HTTP/1.1" 200 919 0.008137 10.0.0.33 - - [2024-09-02 02:47:59] "POST /neutron/network HTTP/1.1" 200 806 0.020473 10.0.0.33 - - [2024-09-02 02:47:59] "POST /neutron/network HTTP/1.1" 200 832 0.007675 10.0.0.33 - - [2024-09-02 02:47:59] "POST /neutron/network HTTP/1.1" 200 897 0.017867 10.0.0.33 - - [2024-09-02 02:47:59] "POST /neutron/network HTTP/1.1" 200 923 0.007381 10.0.0.33 - - [2024-09-02 02:47:59] "POST /id-to-fqname HTTP/1.1" 200 223 0.001855 10.0.0.33 - - [2024-09-02 02:47:59] "POST /id-to-fqname HTTP/1.1" 200 223 0.001760 10.0.0.33 - - [2024-09-02 02:47:59] "POST /id-to-fqname HTTP/1.1" 200 224 0.001926 10.0.0.33 - - [2024-09-02 02:47:59] "GET /virtual-machine/a6154aad-47eb-4478-a1e9-932bd79d8d7c HTTP/1.1" 200 1803 0.005380 10.0.0.33 - - [2024-09-02 02:47:59] "GET /virtual-machine-interface/4fbb4e8b-43f1-4f69-8e1c-410bf129edcf HTTP/1.1" 200 3815 0.007536 10.0.0.33 - - [2024-09-02 02:47:59] "GET /virtual-machine-interface/71da2b39-afab-480e-aa05-bcbe62325e83 HTTP/1.1" 200 3803 0.005031 10.0.0.33 - - [2024-09-02 02:47:59] "GET /virtual-machine-interface/9bd066c3-6a2b-4459-8aab-4934a35028d7 HTTP/1.1" 200 3797 0.004330 10.0.0.33 - - [2024-09-02 02:47:59] "GET /instance-ip/4ed22dea-ccf7-44ac-b337-c35ee905c971 HTTP/1.1" 200 1980 0.003690 10.0.0.33 - - [2024-09-02 02:47:59] "GET /instance-ip/c07c4536-cf0b-424a-a056-b0df166f3852 HTTP/1.1" 200 1979 0.005485 10.0.0.33 - - [2024-09-02 02:47:59] "GET /instance-ip/ef409751-2518-444e-b050-271b2798b384 HTTP/1.1" 200 1622 0.008877 10.0.0.33 - - [2024-09-02 02:47:59] "GET /instance-ip/228abdf4-1445-46b2-9206-a6be16497da3 HTTP/1.1" 200 1960 0.003934 10.0.0.33 - - [2024-09-02 02:47:59] "GET /instance-ip/4fd34eb9-314a-4d12-b47e-e523e9ad7f80 HTTP/1.1" 200 1958 0.004157 10.0.0.33 - - [2024-09-02 02:47:59] "GET /instance-ip/91eca531-3a90-4c99-a9e2-ef5f32a4a817 HTTP/1.1" 200 1624 0.007051 10.0.0.33 - - [2024-09-02 02:47:59] "GET /instance-ip/3192b998-d0b5-4df4-bc23-67ee1146c682 HTTP/1.1" 200 1620 0.005584 10.0.0.33 - - [2024-09-02 02:47:59] "GET /instance-ip/3ca65e55-8e41-4dbe-aa9d-25fc24d58913 HTTP/1.1" 200 1956 0.003790 10.0.0.33 - - [2024-09-02 02:47:59] "GET /instance-ip/7c1d52c4-79e7-4456-8484-40e6e675f294 HTTP/1.1" 200 1953 0.003841 10.0.0.33 - - [2024-09-02 02:47:59] "POST /neutron/port HTTP/1.1" 200 3832 0.050552 10.0.0.33 - - [2024-09-02 02:47:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008473 10.0.0.33 - - [2024-09-02 02:47:59] "POST /neutron/port HTTP/1.1" 200 3832 0.086805 10.0.0.33 - - [2024-09-02 02:47:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.016787 10.0.0.33 - - [2024-09-02 02:48:00] "POST /neutron/port HTTP/1.1" 200 3832 0.076077 10.0.0.33 - - [2024-09-02 02:48:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012653 10.0.0.33 - - [2024-09-02 02:48:00] "POST /neutron/port HTTP/1.1" 200 3832 0.072344 10.0.0.33 - - [2024-09-02 02:48:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.014696 10.0.0.33 - - [2024-09-02 02:48:00] "GET /virtual-machine/a6154aad-47eb-4478-a1e9-932bd79d8d7c HTTP/1.1" 200 1803 0.006348 10.0.0.33 - - [2024-09-02 02:48:00] "GET /virtual-machine-interface/4fbb4e8b-43f1-4f69-8e1c-410bf129edcf HTTP/1.1" 200 3815 0.006691 10.0.0.33 - - [2024-09-02 02:48:00] "GET /virtual-machine-interface/71da2b39-afab-480e-aa05-bcbe62325e83 HTTP/1.1" 200 3803 0.006387 10.0.0.33 - - [2024-09-02 02:48:00] "GET /virtual-machine-interface/9bd066c3-6a2b-4459-8aab-4934a35028d7 HTTP/1.1" 200 3797 0.008354 10.0.0.33 - - [2024-09-02 02:48:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.33 - - [2024-09-02 02:48:00] "GET /global-vrouter-config/4035e5cd-a3ef-4327-aadf-0038ecfd895d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003214 10.0.0.33 - - [2024-09-02 02:48:00] "GET /virtual-networks?parent_id=6f5ecf4b-50d3-4070-ac42-1e361bf3c73b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.006274 10.0.0.33 - - [2024-09-02 02:48:00] "GET /virtual-network/7aeafef9-9beb-4312-9735-0df217b27f3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.013407 10.0.0.33 - - [2024-09-02 02:48:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.33 - - [2024-09-02 02:48:01] "GET /global-vrouter-config/4035e5cd-a3ef-4327-aadf-0038ecfd895d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003149 10.0.0.33 - - [2024-09-02 02:48:01] "GET /virtual-networks?parent_id=6f5ecf4b-50d3-4070-ac42-1e361bf3c73b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003591 10.0.0.33 - - [2024-09-02 02:48:01] "GET /virtual-network/7aeafef9-9beb-4312-9735-0df217b27f3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.005063 10.0.0.33 - - [2024-09-02 02:48:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.008485 10.0.0.33 - - [2024-09-02 02:48:01] "GET /global-vrouter-config/4035e5cd-a3ef-4327-aadf-0038ecfd895d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.009726 10.0.0.33 - - [2024-09-02 02:48:02] "GET /virtual-networks?parent_id=6f5ecf4b-50d3-4070-ac42-1e361bf3c73b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.008250 10.0.0.33 - - [2024-09-02 02:48:02] "GET /virtual-network/7aeafef9-9beb-4312-9735-0df217b27f3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.012067 10.0.0.33 - - [2024-09-02 02:48:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004336 10.0.0.33 - - [2024-09-02 02:48:02] "GET /global-vrouter-config/4035e5cd-a3ef-4327-aadf-0038ecfd895d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.009755 10.0.0.33 - - [2024-09-02 02:48:02] "GET /virtual-networks?parent_id=6f5ecf4b-50d3-4070-ac42-1e361bf3c73b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.008844 10.0.0.33 - - [2024-09-02 02:48:02] "GET /virtual-network/7aeafef9-9beb-4312-9735-0df217b27f3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.010123 10.0.0.33 - - [2024-09-02 02:48:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.007988 10.0.0.33 - - [2024-09-02 02:48:02] "GET /global-vrouter-config/4035e5cd-a3ef-4327-aadf-0038ecfd895d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.008754 10.0.0.33 - - [2024-09-02 02:48:02] "GET /virtual-networks?parent_id=6f5ecf4b-50d3-4070-ac42-1e361bf3c73b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003542 10.0.0.33 - - [2024-09-02 02:48:02] "GET /virtual-network/7aeafef9-9beb-4312-9735-0df217b27f3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.005422 10.0.0.33 - - [2024-09-02 02:48:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005549 10.0.0.33 - - [2024-09-02 02:48:02] "GET /global-vrouter-config/4035e5cd-a3ef-4327-aadf-0038ecfd895d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005416 10.0.0.33 - - [2024-09-02 02:48:02] "GET /virtual-networks?parent_id=6f5ecf4b-50d3-4070-ac42-1e361bf3c73b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.008296 10.0.0.33 - - [2024-09-02 02:48:02] "GET /virtual-network/0104c4e3-5350-4cbc-8f15-88fcae3d608c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.010117 10.0.0.33 - - [2024-09-02 02:48:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.007961 10.0.0.33 - - [2024-09-02 02:48:02] "GET /global-vrouter-config/4035e5cd-a3ef-4327-aadf-0038ecfd895d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.009073 10.0.0.33 - - [2024-09-02 02:48:03] "GET /virtual-networks?parent_id=6f5ecf4b-50d3-4070-ac42-1e361bf3c73b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.009312 10.0.0.33 - - [2024-09-02 02:48:03] "GET /virtual-network/0104c4e3-5350-4cbc-8f15-88fcae3d608c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.010028 10.0.0.33 - - [2024-09-02 02:48:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.008277 10.0.0.33 - - [2024-09-02 02:48:03] "GET /global-vrouter-config/4035e5cd-a3ef-4327-aadf-0038ecfd895d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.008903 10.0.0.33 - - [2024-09-02 02:48:03] "GET /virtual-networks?parent_id=6f5ecf4b-50d3-4070-ac42-1e361bf3c73b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.007255 10.0.0.33 - - [2024-09-02 02:48:03] "GET /virtual-network/0104c4e3-5350-4cbc-8f15-88fcae3d608c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.009123 10.0.0.33 - - [2024-09-02 02:48:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.011871 10.0.0.33 - - [2024-09-02 02:48:03] "GET /global-vrouter-config/4035e5cd-a3ef-4327-aadf-0038ecfd895d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.015555 10.0.0.33 - - [2024-09-02 02:48:03] "GET /virtual-networks?parent_id=6f5ecf4b-50d3-4070-ac42-1e361bf3c73b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.005750 10.0.0.33 - - [2024-09-02 02:48:03] "GET /virtual-network/0104c4e3-5350-4cbc-8f15-88fcae3d608c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007990 10.0.0.33 - - [2024-09-02 02:48:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006229 10.0.0.33 - - [2024-09-02 02:48:03] "GET /global-vrouter-config/4035e5cd-a3ef-4327-aadf-0038ecfd895d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.008474 10.0.0.33 - - [2024-09-02 02:48:03] "GET /virtual-networks?parent_id=6f5ecf4b-50d3-4070-ac42-1e361bf3c73b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.007701 10.0.0.33 - - [2024-09-02 02:48:03] "GET /virtual-network/7f8199dc-8fef-4d56-954b-e2e03ef9b205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.009835 10.0.0.33 - - [2024-09-02 02:48:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.008239 10.0.0.33 - - [2024-09-02 02:48:04] "GET /global-vrouter-config/4035e5cd-a3ef-4327-aadf-0038ecfd895d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.009008 10.0.0.33 - - [2024-09-02 02:48:04] "GET /virtual-networks?parent_id=6f5ecf4b-50d3-4070-ac42-1e361bf3c73b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.009772 10.0.0.33 - - [2024-09-02 02:48:04] "GET /virtual-network/7f8199dc-8fef-4d56-954b-e2e03ef9b205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.008824 10.0.0.33 - - [2024-09-02 02:48:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.008224 10.0.0.33 - - [2024-09-02 02:48:04] "GET /global-vrouter-config/4035e5cd-a3ef-4327-aadf-0038ecfd895d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.008121 10.0.0.33 - - [2024-09-02 02:48:04] "GET /virtual-networks?parent_id=6f5ecf4b-50d3-4070-ac42-1e361bf3c73b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.008605 10.0.0.33 - - [2024-09-02 02:48:04] "GET /virtual-network/7f8199dc-8fef-4d56-954b-e2e03ef9b205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.010962 10.0.0.33 - - [2024-09-02 02:48:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.008428 10.0.0.33 - - [2024-09-02 02:48:04] "GET /global-vrouter-config/4035e5cd-a3ef-4327-aadf-0038ecfd895d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.008752 10.0.0.33 - - [2024-09-02 02:48:04] "GET /virtual-networks?parent_id=6f5ecf4b-50d3-4070-ac42-1e361bf3c73b&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.008529 10.0.0.33 - - [2024-09-02 02:48:04] "GET /virtual-network/7f8199dc-8fef-4d56-954b-e2e03ef9b205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.009497 10.0.0.33 - - [2024-09-02 02:48:04] "GET /virtual-machine/a6154aad-47eb-4478-a1e9-932bd79d8d7c HTTP/1.1" 200 1803 0.008709 10.0.0.33 - - [2024-09-02 02:48:04] "GET /domains HTTP/1.1" 200 280 0.005000 10.0.0.33 - - [2024-09-02 02:48:04] "GET /domains?obj_uuids=cbaaadc6-cd05-4f7f-a531-278643746e39&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001359 10.0.0.33 - - [2024-09-02 02:48:04] "GET /domain/cbaaadc6-cd05-4f7f-a531-278643746e39 HTTP/1.1" 200 2772 0.009043 10.0.0.33 - - [2024-09-02 02:48:04] "GET /projects?obj_uuids=6f5ecf4b-50d3-4070-ac42-1e361bf3c73b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001804 10.0.0.33 - - [2024-09-02 02:48:04] "GET /project/6f5ecf4b-50d3-4070-ac42-1e361bf3c73b HTTP/1.1" 200 4243 0.088790 10.0.0.33 - - [2024-09-02 02:48:04] "GET /service-instance/3b87ec27-0f2d-4aca-9670-92919f72ec1c HTTP/1.1" 200 3782 0.007084 10.0.0.33 - - [2024-09-02 02:48:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.008264 10.0.0.33 - - [2024-09-02 02:48:04] "GET /routing-instance/b71bfb28-91bc-45e4-aaf1-ab885d667433?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1888 0.008255 10.0.0.33 - - [2024-09-02 02:48:05] "GET /routing-instance/b71bfb28-91bc-45e4-aaf1-ab885d667433?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2021 0.015018 10.0.0.33 - - [2024-09-02 02:48:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.008063 10.0.0.33 - - [2024-09-02 02:48:05] "GET /routing-instance/7790e604-2149-45a1-887f-a3efd7baa91d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1891 0.006934 10.0.0.33 - - [2024-09-02 02:48:05] "GET /routing-instance/7790e604-2149-45a1-887f-a3efd7baa91d?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2022 0.015342 10.0.0.33 - - [2024-09-02 02:48:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.006326 10.0.0.33 - - [2024-09-02 02:48:05] "GET /virtual-network/7aeafef9-9beb-4312-9735-0df217b27f3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.008265 10.0.0.33 - - [2024-09-02 02:48:05] "GET /virtual-network/7aeafef9-9beb-4312-9735-0df217b27f3c?fields=routing_instances HTTP/1.1" 200 1682 0.012076 10.0.0.33 - - [2024-09-02 02:48:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004305 10.0.0.33 - - [2024-09-02 02:48:05] "GET /virtual-network/7f8199dc-8fef-4d56-954b-e2e03ef9b205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.004466 10.0.0.33 - - [2024-09-02 02:48:05] "GET /virtual-network/7f8199dc-8fef-4d56-954b-e2e03ef9b205?fields=routing_instances HTTP/1.1" 200 1687 0.007671 10.0.0.33 - - [2024-09-02 02:48:10] "POST /ref-update HTTP/1.1" 200 156 0.084688 10.0.0.33 - - [2024-09-02 02:48:10] "POST /neutron/network HTTP/1.1" 200 835 0.017696 10.0.0.33 - - [2024-09-02 02:48:10] "GET /virtual-network/7f8199dc-8fef-4d56-954b-e2e03ef9b205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.008313 10.0.0.33 - - [2024-09-02 02:48:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.006467 10.0.0.33 - - [2024-09-02 02:48:10] "GET /network-policy/66983e9f-4070-4362-83f5-b0fe48888f21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.009804 10.0.0.33 - - [2024-09-02 02:48:10] "POST /ref-update HTTP/1.1" 200 156 0.085570 10.0.0.33 - - [2024-09-02 02:48:10] "POST /neutron/network HTTP/1.1" 200 831 0.025281 10.0.0.33 - - [2024-09-02 02:48:10] "GET /virtual-network/7aeafef9-9beb-4312-9735-0df217b27f3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.025143 10.0.0.33 - - [2024-09-02 02:48:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.009719 10.0.0.33 - - [2024-09-02 02:48:10] "GET /network-policy/66983e9f-4070-4362-83f5-b0fe48888f21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.011039 10.0.0.33 - - [2024-09-02 02:48:10] "DELETE /access-control-list/fee0943a-1e54-4180-b2ef-6ebfe386ec62 HTTP/1.1" 200 115 0.070477 10.0.0.33 - - [2024-09-02 02:48:10] "DELETE /network-policy/66983e9f-4070-4362-83f5-b0fe48888f21 HTTP/1.1" 200 115 0.044840 10.0.0.33 - - [2024-09-02 02:48:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.009459 10.0.0.33 - - [2024-09-02 02:48:10] "DELETE /routing-instance/a0a5f27f-6a93-429f-922c-b76cc3b8934f HTTP/1.1" 200 115 0.047881 10.0.0.33 - - [2024-09-02 02:48:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004323 10.0.0.33 - - [2024-09-02 02:48:11] "DELETE /service-instance/3b87ec27-0f2d-4aca-9670-92919f72ec1c HTTP/1.1" 200 115 0.051269 10.0.0.33 - - [2024-09-02 02:48:11] "GET /domains HTTP/1.1" 200 280 0.003985 10.0.0.33 - - [2024-09-02 02:48:11] "GET /domains?obj_uuids=cbaaadc6-cd05-4f7f-a531-278643746e39&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001956 10.0.0.33 - - [2024-09-02 02:48:11] "POST /ref-update HTTP/1.1" 200 156 0.030084 10.0.0.33 - - [2024-09-02 02:48:11] "GET /domain/cbaaadc6-cd05-4f7f-a531-278643746e39 HTTP/1.1" 200 2772 0.020034 10.0.0.33 - - [2024-09-02 02:48:11] "GET /projects?obj_uuids=6f5ecf4b-50d3-4070-ac42-1e361bf3c73b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001446 10.0.0.33 - - [2024-09-02 02:48:11] "DELETE /route-target/01b889b3-d5b0-4e98-94e8-9ddc12ee0b4d HTTP/1.1" 200 115 0.061394 10.0.0.33 - - [2024-09-02 02:48:11] "DELETE /instance-ip/4fd34eb9-314a-4d12-b47e-e523e9ad7f80 HTTP/1.1" 200 115 0.036912 10.0.0.33 - - [2024-09-02 02:48:11] "POST /ref-update HTTP/1.1" 200 156 0.012273 10.0.0.33 - - [2024-09-02 02:48:11] "DELETE /routing-instance/29ddd196-de15-44c6-a21f-a1895a6b3da6 HTTP/1.1" 200 115 0.045742 10.0.0.33 - - [2024-09-02 02:48:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.33 - - [2024-09-02 02:48:11] "GET /project/6f5ecf4b-50d3-4070-ac42-1e361bf3c73b HTTP/1.1" 200 3769 0.073608 10.0.0.33 - - [2024-09-02 02:48:11] "GET /virtual-machine/a6154aad-47eb-4478-a1e9-932bd79d8d7c HTTP/1.1" 200 1803 0.002530 10.0.0.33 - - [2024-09-02 02:48:11] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.005931 10.0.0.33 - - [2024-09-02 02:48:11] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003029 10.0.0.33 - - [2024-09-02 02:48:11] "DELETE /instance-ip/c07c4536-cf0b-424a-a056-b0df166f3852 HTTP/1.1" 200 115 0.021043 10.0.0.33 - - [2024-09-02 02:48:11] "POST /ref-update HTTP/1.1" 200 156 0.011020 10.0.0.33 - - [2024-09-02 02:48:11] "DELETE /route-target/f1ca0583-9486-42b8-bcab-b0cebb9266bf HTTP/1.1" 200 115 0.021903 10.0.0.33 - - [2024-09-02 02:48:11] "DELETE /access-control-list/43c3fed0-5804-424a-adad-c8576df88869 HTTP/1.1" 200 115 0.044338 10.0.0.33 - - [2024-09-02 02:48:11] "DELETE /instance-ip/7c1d52c4-79e7-4456-8484-40e6e675f294 HTTP/1.1" 200 115 0.027484 10.0.0.33 - - [2024-09-02 02:48:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.018217 10.0.0.33 - - [2024-09-02 02:48:11] "POST /ref-update HTTP/1.1" 200 156 0.042613 10.0.0.33 - - [2024-09-02 02:48:11] "DELETE /service-template/56aaa055-bee4-4938-8c95-34c621c664b6 HTTP/1.1" 200 115 0.048810 10.0.0.33 - - [2024-09-02 02:48:11] "POST /fqname-to-id HTTP/1.1" 404 193 0.002422 10.0.0.33 - - [2024-09-02 02:48:11] "DELETE /instance-ip/4ed22dea-ccf7-44ac-b337-c35ee905c971 HTTP/1.1" 200 115 0.032053 10.0.0.33 - - [2024-09-02 02:48:11] "POST /ref-update HTTP/1.1" 200 156 0.009469 10.0.0.33 - - [2024-09-02 02:48:11] "DELETE /instance-ip/3ca65e55-8e41-4dbe-aa9d-25fc24d58913 HTTP/1.1" 200 115 0.022651 10.0.0.33 - - [2024-09-02 02:48:11] "POST /ref-update HTTP/1.1" 200 156 0.011835 10.0.0.33 - - [2024-09-02 02:48:11] "DELETE /instance-ip/228abdf4-1445-46b2-9206-a6be16497da3 HTTP/1.1" 200 115 0.036145 10.0.0.33 - - [2024-09-02 02:48:11] "POST /neutron/network HTTP/1.1" 200 835 0.010131 10.0.0.33 - - [2024-09-02 02:48:11] "POST /neutron/network HTTP/1.1" 400 204 0.011944 10.0.0.33 - - [2024-09-02 02:48:12] "POST /neutron/port HTTP/1.1" 200 1087 0.028317 10.0.0.33 - - [2024-09-02 02:48:12] "POST /neutron/port HTTP/1.1" 200 1113 0.016855 10.0.0.33 - - [2024-09-02 02:48:12] "POST /neutron/port HTTP/1.1" 200 1085 0.021958 10.0.0.33 - - [2024-09-02 02:48:12] "POST /neutron/port HTTP/1.1" 200 1111 0.011487 10.0.0.33 - - [2024-09-02 02:48:12] "POST /neutron/port HTTP/1.1" 200 3025 0.054549 10.0.0.33 - - [2024-09-02 02:48:12] "POST /neutron/port HTTP/1.1" 200 1113 0.014208 10.0.0.33 - - [2024-09-02 02:48:12] "POST /neutron/port HTTP/1.1" 200 151 0.254671 10.0.0.33 - - [2024-09-02 02:48:12] "POST /neutron/port HTTP/1.1" 200 151 0.230112 10.0.0.33 - - [2024-09-02 02:48:12] "POST /neutron/port HTTP/1.1" 200 151 0.177812 10.0.0.33 - - [2024-09-02 02:48:12] "POST /neutron/port HTTP/1.1" 200 1111 0.011635 10.0.0.33 - - [2024-09-02 02:48:12] "POST /neutron/port HTTP/1.1" 200 151 0.127931 10.0.0.33 - - [2024-09-02 02:48:12] "POST /neutron/port HTTP/1.1" 200 1112 0.009543 10.0.0.33 - - [2024-09-02 02:48:12] "POST /neutron/port HTTP/1.1" 200 151 0.138922 10.0.0.33 - - [2024-09-02 02:48:13] "POST /neutron/network HTTP/1.1" 200 835 0.019146 10.0.0.33 - - [2024-09-02 02:48:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003893 10.0.0.33 - - [2024-09-02 02:48:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.015727 10.0.0.33 - - [2024-09-02 02:48:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002611 10.0.0.33 - - [2024-09-02 02:48:13] "POST /neutron/network HTTP/1.1" 200 151 0.203538 10.0.0.33 - - [2024-09-02 02:48:13] "GET /routing-instance/7790e604-2149-45a1-887f-a3efd7baa91d HTTP/1.1" 404 171 0.004404 10.0.0.33 - - [2024-09-02 02:48:13] "GET /domains HTTP/1.1" 200 280 0.002955 10.0.0.33 - - [2024-09-02 02:48:13] "GET /domains?obj_uuids=cbaaadc6-cd05-4f7f-a531-278643746e39&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001269 10.0.0.33 - - [2024-09-02 02:48:13] "DELETE /route-target/6656534a-ef69-4bb5-9b5d-4a3879a31c78 HTTP/1.1" 200 115 0.042413 10.0.0.33 - - [2024-09-02 02:48:13] "GET /domain/cbaaadc6-cd05-4f7f-a531-278643746e39 HTTP/1.1" 200 2572 0.010824 10.0.0.33 - - [2024-09-02 02:48:13] "GET /projects?obj_uuids=6f5ecf4b-50d3-4070-ac42-1e361bf3c73b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001461 10.0.0.33 - - [2024-09-02 02:48:14] "GET /project/6f5ecf4b-50d3-4070-ac42-1e361bf3c73b HTTP/1.1" 200 2308 0.096369 10.0.0.33 - - [2024-09-02 02:48:14] "POST /neutron/network HTTP/1.1" 200 831 0.012160 10.0.0.33 - - [2024-09-02 02:48:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002515 10.0.0.33 - - [2024-09-02 02:48:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.013833 10.0.0.33 - - [2024-09-02 02:48:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002823 10.0.0.33 - - [2024-09-02 02:48:14] "POST /neutron/network HTTP/1.1" 200 151 0.203596 10.0.0.33 - - [2024-09-02 02:48:14] "GET /routing-instance/b71bfb28-91bc-45e4-aaf1-ab885d667433 HTTP/1.1" 404 171 0.004559 10.0.0.33 - - [2024-09-02 02:48:14] "DELETE /route-target/800478df-da9c-48fd-9d16-08d8cb8efe37 HTTP/1.1" 200 115 0.042428 10.0.0.33 - - [2024-09-02 02:48:14] "GET /domains HTTP/1.1" 200 280 0.006782 10.0.0.33 - - [2024-09-02 02:48:14] "GET /domains?obj_uuids=cbaaadc6-cd05-4f7f-a531-278643746e39&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003193 10.0.0.33 - - [2024-09-02 02:48:14] "GET /domain/cbaaadc6-cd05-4f7f-a531-278643746e39 HTTP/1.1" 200 2572 0.022467 10.0.0.33 - - [2024-09-02 02:48:14] "GET /projects?obj_uuids=6f5ecf4b-50d3-4070-ac42-1e361bf3c73b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003494 10.0.0.33 - - [2024-09-02 02:48:14] "GET /project/6f5ecf4b-50d3-4070-ac42-1e361bf3c73b HTTP/1.1" 200 2090 0.098168 10.0.0.33 - - [2024-09-02 02:48:14] "POST /neutron/network HTTP/1.1" 200 832 0.015903 10.0.0.33 - - [2024-09-02 02:48:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002333 10.0.0.33 - - [2024-09-02 02:48:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.010104 10.0.0.33 - - [2024-09-02 02:48:14] "POST /useragent-kv HTTP/1.1" 200 115 0.001697 10.0.0.33 - - [2024-09-02 02:48:14] "POST /neutron/network HTTP/1.1" 200 151 0.186152 10.0.0.33 - - [2024-09-02 02:48:14] "GET /routing-instance/1042c5b1-22a3-4359-a1cf-eff24696ff65 HTTP/1.1" 404 171 0.003611 10.0.0.33 - - [2024-09-02 02:48:14] "DELETE /route-target/4d59186c-d18a-468b-a6c6-4257555ed803 HTTP/1.1" 200 115 0.024029 10.0.0.33 - - [2024-09-02 02:48:14] "GET /domains HTTP/1.1" 200 280 0.002970 10.0.0.33 - - [2024-09-02 02:48:14] "GET /domains?obj_uuids=cbaaadc6-cd05-4f7f-a531-278643746e39&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003444 10.0.0.33 - - [2024-09-02 02:48:14] "GET /domain/cbaaadc6-cd05-4f7f-a531-278643746e39 HTTP/1.1" 200 2572 0.021675 10.0.0.33 - - [2024-09-02 02:48:14] "GET /projects?obj_uuids=6f5ecf4b-50d3-4070-ac42-1e361bf3c73b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003967 10.0.0.33 - - [2024-09-02 02:48:15] "GET /project/6f5ecf4b-50d3-4070-ac42-1e361bf3c73b HTTP/1.1" 200 1850 0.126660 10.0.0.33 - - [2024-09-02 02:48:15] "GET /projects?obj_uuids=6f5ecf4b-50d3-4070-ac42-1e361bf3c73b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003724 10.0.0.33 - - [2024-09-02 02:48:15] "GET /project/6f5ecf4b-50d3-4070-ac42-1e361bf3c73b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.069911 10.0.0.33 - - [2024-09-02 02:48:15] "GET /projects?obj_uuids=6f5ecf4b-50d3-4070-ac42-1e361bf3c73b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003979 10.0.0.33 - - [2024-09-02 02:48:15] "GET /project/6f5ecf4b-50d3-4070-ac42-1e361bf3c73b?fields=virtual_networks HTTP/1.1" 200 1038 0.063767 10.0.0.33 - - [2024-09-02 02:48:15] "GET /projects?obj_uuids=6f5ecf4b-50d3-4070-ac42-1e361bf3c73b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002380 10.0.0.33 - - [2024-09-02 02:48:15] "GET /project/6f5ecf4b-50d3-4070-ac42-1e361bf3c73b?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.054532 10.0.0.33 - - [2024-09-02 02:48:15] "GET /projects?obj_uuids=6f5ecf4b-50d3-4070-ac42-1e361bf3c73b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003434 10.0.0.33 - - [2024-09-02 02:48:15] "GET /project/6f5ecf4b-50d3-4070-ac42-1e361bf3c73b?fields=security_groups HTTP/1.1" 200 1262 0.051657 10.0.0.33 - - [2024-09-02 02:48:16] "GET /obj-perms HTTP/1.1" 200 5056 0.484749 10.0.0.33 - - [2024-09-02 02:48:17] "GET /obj-perms HTTP/1.1" 200 5056 0.458118 10.0.0.33 - - [2024-09-02 02:48:18] "POST /fqname-to-id HTTP/1.1" 404 189 0.081469 10.0.0.33 - - [2024-09-02 02:48:18] "GET /projects?obj_uuids=12171aaf-4042-44df-b6f6-76bc2755aa9c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006926 10.0.0.33 - - [2024-09-02 02:48:18] "GET /domains?obj_uuids=cbaaadc6-cd05-4f7f-a531-278643746e39&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003031 10.0.0.33 - - [2024-09-02 02:48:18] "GET /domain/cbaaadc6-cd05-4f7f-a531-278643746e39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.016857 10.0.0.33 - - [2024-09-02 02:48:18] "POST /id-to-fqname HTTP/1.1" 200 191 0.001702 10.0.0.33 - - [2024-09-02 02:48:18] "POST /fqname-to-id HTTP/1.1" 404 200 0.005219 10.0.0.33 - - [2024-09-02 02:48:18] "POST /security-groups HTTP/1.1" 200 592 0.076053 10.0.0.33 - - [2024-09-02 02:48:18] "POST /fqname-to-id HTTP/1.1" 404 235 0.003278 10.0.0.33 - - [2024-09-02 02:48:18] "POST /projects HTTP/1.1" 200 587 0.294657 10.0.0.33 - - [2024-09-02 02:48:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.362737 10.0.0.33 - - [2024-09-02 02:48:18] "POST /access-control-lists HTTP/1.1" 200 597 0.068622 10.0.0.33 - - [2024-09-02 02:48:18] "GET /project/12171aaf-4042-44df-b6f6-76bc2755aa9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.668026 10.0.0.33 - - [2024-09-02 02:48:18] "POST /fqname-to-id HTTP/1.1" 404 234 0.003255 10.0.0.33 - - [2024-09-02 02:48:19] "POST /access-control-lists HTTP/1.1" 200 595 0.066900 10.0.0.33 - - [2024-09-02 02:48:20] "GET / HTTP/1.1" 200 35931 0.002541 10.0.0.33 - - [2024-09-02 02:48:22] "GET /project/12171aaf-4042-44df-b6f6-76bc2755aa9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000755 10.0.0.33 - - [2024-09-02 02:48:22] "GET /projects?obj_uuids=12171aaf-4042-44df-b6f6-76bc2755aa9c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002501 10.0.0.33 - - [2024-09-02 02:48:22] "GET /project/12171aaf-4042-44df-b6f6-76bc2755aa9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.091347 10.0.0.33 - - [2024-09-02 02:48:22] "POST /fqname-to-id HTTP/1.1" 404 180 0.003575 10.0.0.33 - - [2024-09-02 02:48:22] "POST /virtual-DNSs HTTP/1.1" 200 507 0.029289 10.0.0.33 - - [2024-09-02 02:48:22] "GET /virtual-DNS/cc43069b-a9d9-458c-8e0c-a5af66b85c19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.007634 10.0.0.33 - - [2024-09-02 02:48:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.008201 10.0.0.33 - - [2024-09-02 02:48:22] "GET /virtual-DNS/cc43069b-a9d9-458c-8e0c-a5af66b85c19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.008760 10.0.0.33 - - [2024-09-02 02:48:22] "GET /domains HTTP/1.1" 401 292 0.001325 10.0.0.33 - - [2024-09-02 02:48:23] "GET /domains HTTP/1.1" 200 280 0.063095 10.0.0.33 - - [2024-09-02 02:48:23] "GET /domains?obj_uuids=cbaaadc6-cd05-4f7f-a531-278643746e39&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003328 10.0.0.33 - - [2024-09-02 02:48:23] "GET /domain/cbaaadc6-cd05-4f7f-a531-278643746e39 HTTP/1.1" 200 2959 0.024151 10.0.0.33 - - [2024-09-02 02:48:23] "GET /virtual-DNS/cc43069b-a9d9-458c-8e0c-a5af66b85c19 HTTP/1.1" 200 1438 0.013252 10.0.0.33 - - [2024-09-02 02:48:23] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.006859 10.0.0.33 - - [2024-09-02 02:48:23] "POST /network-ipams HTTP/1.1" 200 514 0.052625 10.0.0.33 - - [2024-09-02 02:48:23] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 968 0.005009 10.0.0.33 - - [2024-09-02 02:48:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005947 10.0.0.33 - - [2024-09-02 02:48:23] "GET /network-ipam/8f8c9905-c5f0-411f-9c9d-3d2fd2a13ffd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.012678 10.0.0.33 - - [2024-09-02 02:48:23] "PUT /network-ipam/8f8c9905-c5f0-411f-9c9d-3d2fd2a13ffd HTTP/1.1" 200 258 0.029094 10.0.0.33 - - [2024-09-02 02:48:23] "POST /ref-update HTTP/1.1" 200 156 0.012982 10.0.0.33 - - [2024-09-02 02:48:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.006743 10.0.0.33 - - [2024-09-02 02:48:23] "GET /projects?obj_uuids=12171aaf-4042-44df-b6f6-76bc2755aa9c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003093 10.0.0.33 - - [2024-09-02 02:48:23] "GET /project/12171aaf-4042-44df-b6f6-76bc2755aa9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.053647 10.0.0.33 - - [2024-09-02 02:48:24] "POST /neutron/network HTTP/1.1" 200 117 0.095684 10.0.0.33 - - [2024-09-02 02:48:24] "GET /projects?obj_uuids=12171aaf-4042-44df-b6f6-76bc2755aa9c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002937 10.0.0.33 - - [2024-09-02 02:48:24] "POST /neutron/network HTTP/1.1" 200 618 0.099214 10.0.0.33 - - [2024-09-02 02:48:24] "POST /route-targets HTTP/1.1" 200 327 0.012346 10.0.0.33 - - [2024-09-02 02:48:24] "POST /ref-update HTTP/1.1" 200 156 0.012629 10.0.0.33 - - [2024-09-02 02:48:24] "POST /useragent-kv HTTP/1.1" 200 115 0.004174 10.0.0.33 - - [2024-09-02 02:48:24] "POST /neutron/subnet HTTP/1.1" 200 711 0.184561 10.0.0.33 - - [2024-09-02 02:48:24] "POST /neutron/network HTTP/1.1" 200 833 0.007933 10.0.0.33 - - [2024-09-02 02:48:24] "POST /id-to-fqname HTTP/1.1" 200 227 0.001868 10.0.0.33 - - [2024-09-02 02:48:24] "GET /virtual-network/5846f534-52ed-4cb7-a73c-929ec4f4625a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.003846 10.0.0.33 - - [2024-09-02 02:48:24] "POST /neutron/network HTTP/1.1" 200 833 0.007382 10.0.0.33 - - [2024-09-02 02:48:24] "GET /virtual-network/5846f534-52ed-4cb7-a73c-929ec4f4625a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.003351 10.0.0.33 - - [2024-09-02 02:48:24] "POST /neutron/network HTTP/1.1" 200 833 0.008292 10.0.0.33 - - [2024-09-02 02:48:24] "POST /neutron/subnet HTTP/1.1" 200 711 0.009504 10.0.0.33 - - [2024-09-02 02:48:24] "POST /neutron/network HTTP/1.1" 200 807 0.011712 10.0.0.33 - - [2024-09-02 02:48:24] "POST /neutron/network HTTP/1.1" 200 833 0.006991 10.0.0.33 - - [2024-09-02 02:48:24] "POST /id-to-fqname HTTP/1.1" 200 227 0.001572 10.0.0.33 - - [2024-09-02 02:48:25] "POST /neutron/network HTTP/1.1" 200 843 0.015620 10.0.0.33 - - [2024-09-02 02:48:25] "GET /aaa-mode HTTP/1.1" 401 292 0.001418 10.0.0.33 - - [2024-09-02 02:48:25] "GET / HTTP/1.1" 200 35931 0.006806 10.0.0.33 - - [2024-09-02 02:48:25] "GET /project/12171aaf-4042-44df-b6f6-76bc2755aa9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.001349 10.0.0.33 - - [2024-09-02 02:48:25] "GET /projects?obj_uuids=12171aaf-4042-44df-b6f6-76bc2755aa9c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002479 10.0.0.33 - - [2024-09-02 02:48:26] "GET /project/12171aaf-4042-44df-b6f6-76bc2755aa9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.117668 10.0.0.33 - - [2024-09-02 02:48:26] "POST /neutron/network HTTP/1.1" 200 833 0.009423 10.0.0.33 - - [2024-09-02 02:48:26] "POST /neutron/port HTTP/1.1" 200 117 0.006655 10.0.0.33 - - [2024-09-02 02:48:26] "POST /neutron/port HTTP/1.1" 200 117 0.008173 10.0.0.33 - - [2024-09-02 02:48:26] "POST /neutron/port HTTP/1.1" 200 117 0.009759 10.0.0.33 - - [2024-09-02 02:48:27] "POST /neutron/network HTTP/1.1" 200 843 0.014970 10.0.0.33 - - [2024-09-02 02:48:27] "GET /projects?obj_uuids=12171aaf-4042-44df-b6f6-76bc2755aa9c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004476 10.0.0.33 - - [2024-09-02 02:48:27] "POST /neutron/port HTTP/1.1" 200 1058 0.385298 10.0.0.33 - - [2024-09-02 02:48:27] "POST /neutron/port HTTP/1.1" 200 1058 0.015510 10.0.0.33 - - [2024-09-02 02:48:27] "POST /neutron/port HTTP/1.1" 200 1058 0.020092 10.0.0.33 - - [2024-09-02 02:48:27] "POST /neutron/port HTTP/1.1" 200 1112 0.077900 10.0.0.33 - - [2024-09-02 02:48:27] "POST /neutron/port HTTP/1.1" 200 1086 0.017128 10.0.0.33 - - [2024-09-02 02:48:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004018 10.0.0.33 - - [2024-09-02 02:48:27] "POST /neutron/subnet HTTP/1.1" 200 685 0.016114 10.0.0.33 - - [2024-09-02 02:48:27] "POST /neutron/port HTTP/1.1" 200 117 0.002289 10.0.0.33 - - [2024-09-02 02:48:27] "POST /neutron/network HTTP/1.1" 200 833 0.015139 10.0.0.33 - - [2024-09-02 02:48:31] "POST /neutron/port HTTP/1.1" 200 1086 0.048388 10.0.0.33 - - [2024-09-02 02:48:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.020842 10.0.0.33 - - [2024-09-02 02:48:31] "POST /neutron/port HTTP/1.1" 200 1086 0.060443 10.0.0.33 - - [2024-09-02 02:48:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011899 10.0.0.33 - - [2024-09-02 02:48:31] "POST /neutron/port HTTP/1.1" 200 1086 0.032544 10.0.0.33 - - [2024-09-02 02:48:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.017762 10.0.0.33 - - [2024-09-02 02:48:31] "GET /virtual-machine/ea809284-5212-4e73-9747-b6ef24051c0d HTTP/1.1" 200 1294 0.010954 10.0.0.33 - - [2024-09-02 02:48:31] "GET /virtual-machine-interface/992ebcbd-6aef-4677-b00c-fdb07ffbbf5f HTTP/1.1" 200 2964 0.008231 10.0.0.33 - - [2024-09-02 02:48:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.007689 10.0.0.33 - - [2024-09-02 02:48:32] "GET /global-vrouter-config/4035e5cd-a3ef-4327-aadf-0038ecfd895d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.007727 10.0.0.33 - - [2024-09-02 02:48:32] "GET /virtual-networks?parent_id=12171aaf-4042-44df-b6f6-76bc2755aa9c&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.008825 10.0.0.33 - - [2024-09-02 02:48:32] "GET /virtual-network/5846f534-52ed-4cb7-a73c-929ec4f4625a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.009065 10.0.0.33 - - [2024-09-02 02:48:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.010551 10.0.0.33 - - [2024-09-02 02:48:35] "GET /virtual-network/5846f534-52ed-4cb7-a73c-929ec4f4625a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.008720 10.0.0.33 - - [2024-09-02 02:48:39] "POST /neutron/port HTTP/1.1" 200 1086 0.051465 10.0.0.33 - - [2024-09-02 02:48:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.017442 10.0.0.33 - - [2024-09-02 02:48:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.008360 10.0.0.33 - - [2024-09-02 02:48:39] "GET /virtual-network/5846f534-52ed-4cb7-a73c-929ec4f4625a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.010463 10.0.0.33 - - [2024-09-02 02:48:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.008083 10.0.0.33 - - [2024-09-02 02:48:41] "GET /global-vrouter-config/4035e5cd-a3ef-4327-aadf-0038ecfd895d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.008551 10.0.0.33 - - [2024-09-02 02:48:41] "GET /virtual-networks?parent_id=12171aaf-4042-44df-b6f6-76bc2755aa9c&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.008012 10.0.0.33 - - [2024-09-02 02:48:41] "GET /virtual-network/5846f534-52ed-4cb7-a73c-929ec4f4625a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.009684 10.0.0.33 - - [2024-09-02 02:48:46] "POST /neutron/network HTTP/1.1" 200 807 0.034904 10.0.0.33 - - [2024-09-02 02:48:46] "POST /neutron/network HTTP/1.1" 200 833 0.015750 10.0.0.33 - - [2024-09-02 02:48:46] "POST /id-to-fqname HTTP/1.1" 200 227 0.004458 10.0.0.33 - - [2024-09-02 02:48:47] "POST /neutron/port HTTP/1.1" 200 1086 0.031719 10.0.0.33 - - [2024-09-02 02:48:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.016268 10.0.0.33 - - [2024-09-02 02:48:47] "POST /neutron/network HTTP/1.1" 200 843 0.015815 10.0.0.33 - - [2024-09-02 02:48:47] "GET /aaa-mode HTTP/1.1" 401 292 0.002386 10.0.0.33 - - [2024-09-02 02:48:47] "GET / HTTP/1.1" 200 35931 0.007922 10.0.0.33 - - [2024-09-02 02:48:47] "GET /project/12171aaf-4042-44df-b6f6-76bc2755aa9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.001146 10.0.0.33 - - [2024-09-02 02:48:48] "GET /projects?obj_uuids=12171aaf-4042-44df-b6f6-76bc2755aa9c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003947 10.0.0.33 - - [2024-09-02 02:48:48] "GET /project/12171aaf-4042-44df-b6f6-76bc2755aa9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.153438 10.0.0.33 - - [2024-09-02 02:48:48] "POST /neutron/network HTTP/1.1" 200 833 0.016698 10.0.0.33 - - [2024-09-02 02:48:48] "POST /neutron/port HTTP/1.1" 200 1086 0.031631 10.0.0.33 - - [2024-09-02 02:48:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.017039 10.0.0.33 - - [2024-09-02 02:48:48] "POST /neutron/port HTTP/1.1" 200 117 0.014360 10.0.0.33 - - [2024-09-02 02:48:49] "POST /neutron/port HTTP/1.1" 200 117 0.011589 10.0.0.33 - - [2024-09-02 02:48:49] "POST /neutron/network HTTP/1.1" 200 843 0.017902 10.0.0.33 - - [2024-09-02 02:48:49] "GET /projects?obj_uuids=12171aaf-4042-44df-b6f6-76bc2755aa9c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003750 10.0.0.33 - - [2024-09-02 02:48:50] "POST /neutron/port HTTP/1.1" 200 1058 0.322202 10.0.0.33 - - [2024-09-02 02:48:50] "POST /neutron/port HTTP/1.1" 200 1058 0.012573 10.0.0.33 - - [2024-09-02 02:48:50] "POST /neutron/port HTTP/1.1" 200 1058 0.014303 10.0.0.33 - - [2024-09-02 02:48:50] "POST /neutron/port HTTP/1.1" 200 1112 0.080032 10.0.0.33 - - [2024-09-02 02:48:50] "POST /neutron/port HTTP/1.1" 200 1086 0.015482 10.0.0.33 - - [2024-09-02 02:48:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003400 10.0.0.33 - - [2024-09-02 02:48:50] "POST /neutron/subnet HTTP/1.1" 200 685 0.012557 10.0.0.33 - - [2024-09-02 02:48:50] "POST /neutron/port HTTP/1.1" 200 117 0.001673 10.0.0.33 - - [2024-09-02 02:48:50] "POST /neutron/network HTTP/1.1" 200 833 0.009768 10.0.0.33 - - [2024-09-02 02:48:54] "POST /neutron/port HTTP/1.1" 200 1086 0.051468 10.0.0.33 - - [2024-09-02 02:48:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.015599 10.0.0.33 - - [2024-09-02 02:48:54] "POST /neutron/port HTTP/1.1" 200 1086 0.036419 10.0.0.33 - - [2024-09-02 02:48:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.013054 10.0.0.33 - - [2024-09-02 02:48:54] "POST /neutron/port HTTP/1.1" 200 1086 0.032157 10.0.0.33 - - [2024-09-02 02:48:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.014379 10.0.0.33 - - [2024-09-02 02:48:54] "GET /virtual-machine/6ed89528-7aa2-4577-9f4e-75cbad6235d2 HTTP/1.1" 200 1293 0.008789 10.0.0.33 - - [2024-09-02 02:48:54] "GET /virtual-machine-interface/a8bde3cd-98be-438e-b68a-e15e22022251 HTTP/1.1" 200 2964 0.004740 10.0.0.33 - - [2024-09-02 02:48:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.33 - - [2024-09-02 02:48:54] "GET /global-vrouter-config/4035e5cd-a3ef-4327-aadf-0038ecfd895d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005855 10.0.0.33 - - [2024-09-02 02:48:54] "GET /virtual-networks?parent_id=12171aaf-4042-44df-b6f6-76bc2755aa9c&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004864 10.0.0.33 - - [2024-09-02 02:48:54] "GET /virtual-network/5846f534-52ed-4cb7-a73c-929ec4f4625a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004709 10.0.0.33 - - [2024-09-02 02:48:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.008015 10.0.0.33 - - [2024-09-02 02:48:57] "GET /virtual-network/5846f534-52ed-4cb7-a73c-929ec4f4625a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.008653 10.0.0.33 - - [2024-09-02 02:49:00] "POST /neutron/port HTTP/1.1" 200 1086 0.038225 10.0.0.33 - - [2024-09-02 02:49:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.015918 10.0.0.33 - - [2024-09-02 02:49:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.33 - - [2024-09-02 02:49:02] "GET /virtual-network/5846f534-52ed-4cb7-a73c-929ec4f4625a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004258 10.0.0.33 - - [2024-09-02 02:49:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.007878 10.0.0.33 - - [2024-09-02 02:49:04] "GET /global-vrouter-config/4035e5cd-a3ef-4327-aadf-0038ecfd895d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.009886 10.0.0.33 - - [2024-09-02 02:49:04] "GET /virtual-networks?parent_id=12171aaf-4042-44df-b6f6-76bc2755aa9c&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.007625 10.0.0.33 - - [2024-09-02 02:49:04] "GET /virtual-network/5846f534-52ed-4cb7-a73c-929ec4f4625a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.008433 10.0.0.33 - - [2024-09-02 02:49:06] "DELETE /project/12171aaf404244dfb6f676bc2755aa9c HTTP/1.1" 404 173 0.076951 10.0.0.33 - - [2024-09-02 02:49:07] "GET /projects?obj_uuids=6f5ecf4b-50d3-4070-ac42-1e361bf3c73b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.005720 10.0.0.33 - - [2024-09-02 02:49:07] "GET /project/6f5ecf4b-50d3-4070-ac42-1e361bf3c73b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.092370 10.0.0.33 - - [2024-09-02 02:49:07] "GET /projects?obj_uuids=6f5ecf4b-50d3-4070-ac42-1e361bf3c73b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001261 10.0.0.33 - - [2024-09-02 02:49:07] "GET /project/6f5ecf4b-50d3-4070-ac42-1e361bf3c73b?fields=security_groups HTTP/1.1" 200 1367 0.037416 10.0.0.33 - - [2024-09-02 02:49:07] "DELETE /security-group/c5fd324a-51d7-41b2-9792-c9ee58879375 HTTP/1.1" 200 115 0.082263 10.0.0.33 - - [2024-09-02 02:49:07] "GET /projects?obj_uuids=6f5ecf4b-50d3-4070-ac42-1e361bf3c73b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001440 10.0.0.33 - - [2024-09-02 02:49:07] "DELETE /access-control-list/6f0e34b6-897b-41c6-904b-269d5f2dad3b HTTP/1.1" 200 115 0.059091 10.0.0.33 - - [2024-09-02 02:49:07] "GET /project/6f5ecf4b-50d3-4070-ac42-1e361bf3c73b?fields=application_policy_sets HTTP/1.1" 200 1406 0.054861 10.0.0.33 - - [2024-09-02 02:49:07] "DELETE /access-control-list/14135e8c-925a-4950-836e-0900b930184c HTTP/1.1" 200 115 0.052946 10.0.0.33 - - [2024-09-02 02:49:07] "DELETE /project/6f5ecf4b-50d3-4070-ac42-1e361bf3c73b HTTP/1.1" 200 115 0.573195 10.0.0.33 - - [2024-09-02 02:49:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.008790 10.0.0.33 - - [2024-09-02 02:49:11] "DELETE /virtual-DNS/cc43069b-a9d9-458c-8e0c-a5af66b85c19 HTTP/1.1" 409 235 0.017290 10.0.0.33 - - [2024-09-02 02:49:11] "POST /fqname-to-id HTTP/1.1" 404 192 0.009521 10.0.0.33 - - [2024-09-02 02:49:11] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.046839 10.0.0.33 - - [2024-09-02 02:49:11] "GET /virtual-DNS-record/a6ca9169-3cb3-4b58-b27a-01b4f75cae0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.011166 10.0.0.33 - - [2024-09-02 02:49:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.007829 10.0.0.33 - - [2024-09-02 02:49:11] "GET /virtual-DNS-record/a6ca9169-3cb3-4b58-b27a-01b4f75cae0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.009926 10.0.0.33 - - [2024-09-02 02:49:11] "GET /domains HTTP/1.1" 200 280 0.007547 10.0.0.33 - - [2024-09-02 02:49:11] "GET /domains?obj_uuids=cbaaadc6-cd05-4f7f-a531-278643746e39&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.004178 10.0.0.33 - - [2024-09-02 02:49:11] "GET /domain/cbaaadc6-cd05-4f7f-a531-278643746e39 HTTP/1.1" 200 2775 0.029213 10.0.0.33 - - [2024-09-02 02:49:11] "GET /virtual-DNS/cc43069b-a9d9-458c-8e0c-a5af66b85c19 HTTP/1.1" 200 1907 0.013163 10.0.0.33 - - [2024-09-02 02:49:11] "GET /virtual-DNS-record/a6ca9169-3cb3-4b58-b27a-01b4f75cae0d HTTP/1.1" 200 1336 0.008294 10.0.0.33 - - [2024-09-02 02:49:16] "POST /neutron/port HTTP/1.1" 200 1086 0.126431 10.0.0.33 - - [2024-09-02 02:49:16] "POST /neutron/port HTTP/1.1" 200 1086 0.042494 10.0.0.33 - - [2024-09-02 02:49:16] "POST /neutron/network HTTP/1.1" 200 843 0.016046 10.0.0.33 - - [2024-09-02 02:49:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007945 10.0.0.33 - - [2024-09-02 02:49:16] "POST /neutron/subnet HTTP/1.1" 200 685 0.021183 10.0.0.33 - - [2024-09-02 02:49:16] "POST /neutron/port HTTP/1.1" 200 117 0.002283 10.0.0.33 - - [2024-09-02 02:49:16] "POST /neutron/network HTTP/1.1" 200 833 0.013644 10.0.0.33 - - [2024-09-02 02:49:17] "DELETE /virtual-DNS-record/a6ca9169-3cb3-4b58-b27a-01b4f75cae0d HTTP/1.1" 200 115 0.071311 10.0.0.33 - - [2024-09-02 02:49:17] "POST /fqname-to-id HTTP/1.1" 404 184 0.007649 10.0.0.33 - - [2024-09-02 02:49:17] "GET /obj-perms HTTP/1.1" 200 5056 0.131906 10.0.0.33 - - [2024-09-02 02:49:17] "POST /neutron/network HTTP/1.1" 200 833 0.025947 10.0.0.33 - - [2024-09-02 02:49:18] "POST /neutron/network HTTP/1.1" 400 204 0.040486 10.0.0.33 - - [2024-09-02 02:49:18] "GET /obj-perms HTTP/1.1" 200 5056 0.086723 10.0.0.33 - - [2024-09-02 02:49:18] "POST /neutron/port HTTP/1.1" 200 1086 0.025258 10.0.0.33 - - [2024-09-02 02:49:18] "POST /neutron/port HTTP/1.1" 200 1112 0.013813 10.0.0.33 - - [2024-09-02 02:49:18] "POST /neutron/port HTTP/1.1" 200 1086 0.037919 10.0.0.33 - - [2024-09-02 02:49:18] "POST /neutron/port HTTP/1.1" 200 1112 0.013198 10.0.0.33 - - [2024-09-02 02:49:18] "POST /neutron/port HTTP/1.1" 200 151 0.202446 10.0.0.33 - - [2024-09-02 02:49:18] "POST /neutron/port HTTP/1.1" 200 151 0.141094 10.0.0.33 - - [2024-09-02 02:49:20] "POST /neutron/network HTTP/1.1" 200 833 0.014341 10.0.0.33 - - [2024-09-02 02:49:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.013438 10.0.0.33 - - [2024-09-02 02:49:20] "POST /useragent-kv HTTP/1.1" 200 115 0.001992 10.0.0.33 - - [2024-09-02 02:49:20] "DELETE /route-target/6f2d238f-ee42-4478-83d6-a81c242cc138 HTTP/1.1" 200 115 0.045817 10.0.0.33 - - [2024-09-02 02:49:20] "POST /useragent-kv HTTP/1.1" 200 115 0.001562 10.0.0.33 - - [2024-09-02 02:49:20] "POST /neutron/network HTTP/1.1" 200 151 0.302406 10.0.0.33 - - [2024-09-02 02:49:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.006003 10.0.0.33 - - [2024-09-02 02:49:20] "DELETE /network-ipam/8f8c9905-c5f0-411f-9c9d-3d2fd2a13ffd HTTP/1.1" 200 115 0.071543 10.0.0.33 - - [2024-09-02 02:49:20] "DELETE /virtual-DNS/cc43069b-a9d9-458c-8e0c-a5af66b85c19 HTTP/1.1" 200 115 0.058241 10.0.0.33 - - [2024-09-02 02:49:20] "POST /fqname-to-id HTTP/1.1" 404 180 0.003902 10.0.0.33 - - [2024-09-02 02:49:20] "GET /domains HTTP/1.1" 200 280 0.005473 10.0.0.33 - - [2024-09-02 02:49:20] "GET /domains?obj_uuids=cbaaadc6-cd05-4f7f-a531-278643746e39&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001602 10.0.0.33 - - [2024-09-02 02:49:20] "GET /domain/cbaaadc6-cd05-4f7f-a531-278643746e39 HTTP/1.1" 200 2575 0.012744 10.0.0.33 - - [2024-09-02 02:49:21] "GET /projects?obj_uuids=12171aaf-4042-44df-b6f6-76bc2755aa9c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003895 10.0.0.33 - - [2024-09-02 02:49:21] "GET /project/12171aaf-4042-44df-b6f6-76bc2755aa9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.129115 10.0.0.33 - - [2024-09-02 02:49:21] "GET /projects?obj_uuids=12171aaf-4042-44df-b6f6-76bc2755aa9c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001811 10.0.0.33 - - [2024-09-02 02:49:21] "GET /project/12171aaf-4042-44df-b6f6-76bc2755aa9c?fields=virtual_networks HTTP/1.1" 200 1044 0.052395 10.0.0.33 - - [2024-09-02 02:49:21] "GET /projects?obj_uuids=12171aaf-4042-44df-b6f6-76bc2755aa9c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002144 10.0.0.33 - - [2024-09-02 02:49:21] "GET /project/12171aaf-4042-44df-b6f6-76bc2755aa9c?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.048820 10.0.0.33 - - [2024-09-02 02:49:21] "GET /projects?obj_uuids=12171aaf-4042-44df-b6f6-76bc2755aa9c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001240 10.0.0.33 - - [2024-09-02 02:49:21] "GET /project/12171aaf-4042-44df-b6f6-76bc2755aa9c?fields=security_groups HTTP/1.1" 200 1271 0.039727 10.0.0.33 - - [2024-09-02 02:49:22] "POST /fqname-to-id HTTP/1.1" 404 189 0.034934 10.0.0.33 - - [2024-09-02 02:49:22] "GET /projects?obj_uuids=375d8f47-0ece-418f-8c84-6414c1445798&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.007407 10.0.0.33 - - [2024-09-02 02:49:22] "GET /domains?obj_uuids=cbaaadc6-cd05-4f7f-a531-278643746e39&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002255 10.0.0.33 - - [2024-09-02 02:49:22] "GET /domain/cbaaadc6-cd05-4f7f-a531-278643746e39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.012006 10.0.0.33 - - [2024-09-02 02:49:23] "POST /id-to-fqname HTTP/1.1" 200 191 0.001730 10.0.0.33 - - [2024-09-02 02:49:23] "POST /fqname-to-id HTTP/1.1" 404 200 0.003377 10.0.0.33 - - [2024-09-02 02:49:23] "POST /security-groups HTTP/1.1" 200 592 0.073569 10.0.0.33 - - [2024-09-02 02:49:23] "POST /fqname-to-id HTTP/1.1" 404 235 0.003428 10.0.0.33 - - [2024-09-02 02:49:23] "POST /projects HTTP/1.1" 200 587 0.233481 10.0.0.33 - - [2024-09-02 02:49:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.268062 10.0.0.33 - - [2024-09-02 02:49:23] "POST /access-control-lists HTTP/1.1" 200 597 0.063544 10.0.0.33 - - [2024-09-02 02:49:23] "GET /project/375d8f47-0ece-418f-8c84-6414c1445798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.472579 10.0.0.33 - - [2024-09-02 02:49:23] "POST /fqname-to-id HTTP/1.1" 404 234 0.002455 10.0.0.33 - - [2024-09-02 02:49:23] "POST /access-control-lists HTTP/1.1" 200 595 0.075830 10.0.0.33 - - [2024-09-02 02:49:24] "GET / HTTP/1.1" 200 35931 0.008161 10.0.0.33 - - [2024-09-02 02:49:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000765 10.0.0.33 - - [2024-09-02 02:49:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.068644 10.0.0.33 - - [2024-09-02 02:49:26] "GET /projects?obj_uuids=375d8f47-0ece-418f-8c84-6414c1445798&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001186 10.0.0.33 - - [2024-09-02 02:49:26] "GET /project/375d8f47-0ece-418f-8c84-6414c1445798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.025896 10.0.0.33 - - [2024-09-02 02:49:26] "POST /neutron/network HTTP/1.1" 200 117 0.045041 10.0.0.33 - - [2024-09-02 02:49:26] "GET /projects?obj_uuids=375d8f47-0ece-418f-8c84-6414c1445798&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001665 10.0.0.33 - - [2024-09-02 02:49:26] "POST /neutron/network HTTP/1.1" 200 606 0.097907 10.0.0.33 - - [2024-09-02 02:49:26] "POST /route-targets HTTP/1.1" 200 327 0.013820 10.0.0.33 - - [2024-09-02 02:49:26] "POST /ref-update HTTP/1.1" 200 156 0.013134 10.0.0.33 - - [2024-09-02 02:49:26] "POST /useragent-kv HTTP/1.1" 200 115 0.003686 10.0.0.33 - - [2024-09-02 02:49:26] "POST /neutron/subnet HTTP/1.1" 200 725 0.163879 10.0.0.33 - - [2024-09-02 02:49:26] "POST /neutron/network HTTP/1.1" 200 825 0.005499 10.0.0.33 - - [2024-09-02 02:49:26] "POST /id-to-fqname HTTP/1.1" 200 221 0.001913 10.0.0.33 - - [2024-09-02 02:49:26] "GET /virtual-network/fb3fb7dc-b06e-4003-ae15-afd7424eb543?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.003600 10.0.0.33 - - [2024-09-02 02:49:26] "POST /neutron/network HTTP/1.1" 200 825 0.008029 10.0.0.33 - - [2024-09-02 02:49:26] "GET /virtual-network/fb3fb7dc-b06e-4003-ae15-afd7424eb543?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004700 10.0.0.33 - - [2024-09-02 02:49:26] "POST /neutron/network HTTP/1.1" 200 825 0.014192 10.0.0.33 - - [2024-09-02 02:49:26] "POST /neutron/subnet HTTP/1.1" 200 725 0.019951 10.0.0.33 - - [2024-09-02 02:49:26] "POST /id-to-fqname HTTP/1.1" 200 221 0.002046 10.0.0.33 - - [2024-09-02 02:49:27] "POST /neutron/network HTTP/1.1" 200 835 0.016353 10.0.0.33 - - [2024-09-02 02:49:27] "GET /aaa-mode HTTP/1.1" 401 292 0.001515 10.0.0.33 - - [2024-09-02 02:49:27] "GET / HTTP/1.1" 200 35931 0.007195 10.0.0.33 - - [2024-09-02 02:49:27] "GET /project/375d8f47-0ece-418f-8c84-6414c1445798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.001401 10.0.0.33 - - [2024-09-02 02:49:28] "GET /projects?obj_uuids=375d8f47-0ece-418f-8c84-6414c1445798&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003916 10.0.0.33 - - [2024-09-02 02:49:28] "GET /project/375d8f47-0ece-418f-8c84-6414c1445798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.123497 10.0.0.33 - - [2024-09-02 02:49:28] "POST /neutron/network HTTP/1.1" 200 825 0.060858 10.0.0.33 - - [2024-09-02 02:49:28] "POST /neutron/port HTTP/1.1" 200 117 0.011582 10.0.0.33 - - [2024-09-02 02:49:28] "POST /neutron/port HTTP/1.1" 200 117 0.008342 10.0.0.33 - - [2024-09-02 02:49:28] "POST /id-to-fqname HTTP/1.1" 200 221 0.004356 10.0.0.33 - - [2024-09-02 02:49:29] "POST /neutron/port HTTP/1.1" 200 117 0.018092 10.0.0.33 - - [2024-09-02 02:49:29] "POST /neutron/network HTTP/1.1" 200 835 0.011552 10.0.0.33 - - [2024-09-02 02:49:29] "GET /aaa-mode HTTP/1.1" 401 292 0.000973 10.0.0.33 - - [2024-09-02 02:49:29] "GET / HTTP/1.1" 200 35931 0.002966 10.0.0.33 - - [2024-09-02 02:49:29] "GET /project/375d8f47-0ece-418f-8c84-6414c1445798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000940 10.0.0.33 - - [2024-09-02 02:49:29] "POST /neutron/network HTTP/1.1" 200 835 0.016372 10.0.0.33 - - [2024-09-02 02:49:29] "GET /projects?obj_uuids=375d8f47-0ece-418f-8c84-6414c1445798&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002672 10.0.0.33 - - [2024-09-02 02:49:30] "GET /projects?obj_uuids=375d8f47-0ece-418f-8c84-6414c1445798&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001602 10.0.0.33 - - [2024-09-02 02:49:30] "GET /project/375d8f47-0ece-418f-8c84-6414c1445798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.093172 10.0.0.33 - - [2024-09-02 02:49:30] "POST /neutron/network HTTP/1.1" 200 825 0.009665 10.0.0.33 - - [2024-09-02 02:49:30] "POST /neutron/port HTTP/1.1" 200 1061 0.358984 10.0.0.33 - - [2024-09-02 02:49:30] "POST /neutron/port HTTP/1.1" 200 1061 0.020291 10.0.0.33 - - [2024-09-02 02:49:30] "POST /neutron/port HTTP/1.1" 200 1061 0.016360 10.0.0.33 - - [2024-09-02 02:49:30] "POST /neutron/port HTTP/1.1" 200 1047 0.036314 10.0.0.33 - - [2024-09-02 02:49:30] "POST /neutron/port HTTP/1.1" 200 1115 0.082838 10.0.0.33 - - [2024-09-02 02:49:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007062 10.0.0.33 - - [2024-09-02 02:49:30] "POST /neutron/port HTTP/1.1" 200 117 0.005646 10.0.0.33 - - [2024-09-02 02:49:30] "POST /neutron/port HTTP/1.1" 200 1089 0.021922 10.0.0.33 - - [2024-09-02 02:49:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003847 10.0.0.33 - - [2024-09-02 02:49:30] "POST /neutron/subnet HTTP/1.1" 200 699 0.017951 10.0.0.33 - - [2024-09-02 02:49:30] "POST /neutron/port HTTP/1.1" 200 1089 0.020174 10.0.0.33 - - [2024-09-02 02:49:30] "POST /neutron/port HTTP/1.1" 200 117 0.001382 10.0.0.33 - - [2024-09-02 02:49:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006763 10.0.0.33 - - [2024-09-02 02:49:30] "POST /neutron/network HTTP/1.1" 200 825 0.006543 10.0.0.33 - - [2024-09-02 02:49:31] "POST /neutron/network HTTP/1.1" 200 835 0.007325 10.0.0.33 - - [2024-09-02 02:49:31] "GET /projects?obj_uuids=375d8f47-0ece-418f-8c84-6414c1445798&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001755 10.0.0.33 - - [2024-09-02 02:49:31] "POST /neutron/port HTTP/1.1" 200 1061 0.285852 10.0.0.33 - - [2024-09-02 02:49:31] "POST /neutron/port HTTP/1.1" 200 1061 0.016723 10.0.0.33 - - [2024-09-02 02:49:31] "POST /neutron/port HTTP/1.1" 200 1061 0.010015 10.0.0.33 - - [2024-09-02 02:49:31] "POST /neutron/port HTTP/1.1" 200 1115 0.061996 10.0.0.33 - - [2024-09-02 02:49:31] "POST /neutron/port HTTP/1.1" 200 1089 0.015879 10.0.0.33 - - [2024-09-02 02:49:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003446 10.0.0.33 - - [2024-09-02 02:49:31] "POST /neutron/subnet HTTP/1.1" 200 699 0.011300 10.0.0.33 - - [2024-09-02 02:49:31] "POST /neutron/port HTTP/1.1" 200 117 0.001717 10.0.0.33 - - [2024-09-02 02:49:31] "POST /neutron/network HTTP/1.1" 200 825 0.006265 10.0.0.33 - - [2024-09-02 02:49:35] "POST /neutron/port HTTP/1.1" 200 1089 0.049740 10.0.0.33 - - [2024-09-02 02:49:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.022921 10.0.0.33 - - [2024-09-02 02:49:35] "POST /neutron/port HTTP/1.1" 200 1089 0.068207 10.0.0.33 - - [2024-09-02 02:49:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.018975 10.0.0.33 - - [2024-09-02 02:49:36] "POST /neutron/port HTTP/1.1" 200 1089 0.052058 10.0.0.33 - - [2024-09-02 02:49:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007965 10.0.0.33 - - [2024-09-02 02:49:36] "GET /virtual-machine/cffbbeb7-c9de-406f-a6cb-0c934f9c2028 HTTP/1.1" 401 292 0.000721 10.0.0.33 - - [2024-09-02 02:49:36] "GET /virtual-machine/cffbbeb7-c9de-406f-a6cb-0c934f9c2028 HTTP/1.1" 200 1294 0.032168 10.0.0.33 - - [2024-09-02 02:49:36] "GET /virtual-machine-interface/4b604d63-22e2-4101-98b2-15d5992ff1c0 HTTP/1.1" 200 2945 0.007489 10.0.0.33 - - [2024-09-02 02:49:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.008992 10.0.0.33 - - [2024-09-02 02:49:36] "GET /global-vrouter-config/4035e5cd-a3ef-4327-aadf-0038ecfd895d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.009216 10.0.0.33 - - [2024-09-02 02:49:36] "GET /virtual-networks?parent_id=375d8f47-0ece-418f-8c84-6414c1445798&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004552 10.0.0.33 - - [2024-09-02 02:49:36] "GET /virtual-network/fb3fb7dc-b06e-4003-ae15-afd7424eb543?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.003678 10.0.0.33 - - [2024-09-02 02:49:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.008167 10.0.0.33 - - [2024-09-02 02:49:40] "GET /virtual-network/fb3fb7dc-b06e-4003-ae15-afd7424eb543?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.008586 10.0.0.33 - - [2024-09-02 02:49:41] "POST /neutron/port HTTP/1.1" 200 1089 0.040276 10.0.0.33 - - [2024-09-02 02:49:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011938 10.0.0.33 - - [2024-09-02 02:49:41] "POST /neutron/port HTTP/1.1" 200 1089 0.039833 10.0.0.33 - - [2024-09-02 02:49:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008720 10.0.0.33 - - [2024-09-02 02:49:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.006855 10.0.0.33 - - [2024-09-02 02:49:42] "GET /global-vrouter-config/4035e5cd-a3ef-4327-aadf-0038ecfd895d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.007366 10.0.0.33 - - [2024-09-02 02:49:42] "GET /virtual-networks?parent_id=375d8f47-0ece-418f-8c84-6414c1445798&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.005718 10.0.0.33 - - [2024-09-02 02:49:42] "GET /virtual-network/fb3fb7dc-b06e-4003-ae15-afd7424eb543?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007943 10.0.0.33 - - [2024-09-02 02:49:42] "POST /neutron/port HTTP/1.1" 200 1089 0.049287 10.0.0.33 - - [2024-09-02 02:49:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.019313 10.0.0.33 - - [2024-09-02 02:49:42] "POST /neutron/port HTTP/1.1" 200 1089 0.056055 10.0.0.33 - - [2024-09-02 02:49:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.020058 10.0.0.33 - - [2024-09-02 02:49:43] "POST /neutron/port HTTP/1.1" 200 1089 0.049846 10.0.0.33 - - [2024-09-02 02:49:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.029012 10.0.0.33 - - [2024-09-02 02:49:43] "GET /virtual-machine/2eb8b69c-5532-4944-a191-0f288fbe2c9f HTTP/1.1" 200 1293 0.007413 10.0.0.33 - - [2024-09-02 02:49:43] "GET /virtual-machine-interface/9804ce31-286d-4a8e-80b4-041e35278196 HTTP/1.1" 200 2945 0.008950 10.0.0.33 - - [2024-09-02 02:49:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.007538 10.0.0.33 - - [2024-09-02 02:49:43] "GET /global-vrouter-config/4035e5cd-a3ef-4327-aadf-0038ecfd895d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003590 10.0.0.33 - - [2024-09-02 02:49:43] "GET /virtual-networks?parent_id=375d8f47-0ece-418f-8c84-6414c1445798&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004529 10.0.0.33 - - [2024-09-02 02:49:43] "GET /virtual-network/fb3fb7dc-b06e-4003-ae15-afd7424eb543?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004191 10.0.0.33 - - [2024-09-02 02:49:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.33 - - [2024-09-02 02:49:44] "GET /global-vrouter-config/4035e5cd-a3ef-4327-aadf-0038ecfd895d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003844 10.0.0.33 - - [2024-09-02 02:49:44] "GET /virtual-networks?parent_id=375d8f47-0ece-418f-8c84-6414c1445798&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.008022 10.0.0.33 - - [2024-09-02 02:49:44] "GET /virtual-network/fb3fb7dc-b06e-4003-ae15-afd7424eb543?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007284 10.0.0.33 - - [2024-09-02 02:49:50] "POST /neutron/network HTTP/1.1" 200 825 0.030582 10.0.0.33 - - [2024-09-02 02:49:50] "POST /neutron/network HTTP/1.1" 400 204 0.033303 10.0.0.33 - - [2024-09-02 02:49:51] "POST /neutron/port HTTP/1.1" 200 1089 0.054473 10.0.0.33 - - [2024-09-02 02:49:51] "POST /neutron/port HTTP/1.1" 200 1115 0.022591 10.0.0.33 - - [2024-09-02 02:49:51] "POST /neutron/port HTTP/1.1" 200 1089 0.022944 10.0.0.33 - - [2024-09-02 02:49:51] "POST /neutron/port HTTP/1.1" 200 1115 0.022112 10.0.0.33 - - [2024-09-02 02:49:51] "POST /neutron/port HTTP/1.1" 200 151 0.203305 10.0.0.33 - - [2024-09-02 02:49:51] "POST /neutron/port HTTP/1.1" 200 151 0.155015 10.0.0.33 - - [2024-09-02 02:49:53] "POST /neutron/network HTTP/1.1" 200 825 0.021033 10.0.0.33 - - [2024-09-02 02:49:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.007458 10.0.0.33 - - [2024-09-02 02:49:53] "POST /useragent-kv HTTP/1.1" 200 115 0.001888 10.0.0.33 - - [2024-09-02 02:49:53] "POST /useragent-kv HTTP/1.1" 200 115 0.001665 10.0.0.33 - - [2024-09-02 02:49:53] "POST /neutron/network HTTP/1.1" 200 151 0.201258 10.0.0.33 - - [2024-09-02 02:49:53] "DELETE /route-target/95ef6d71-5d0d-45f0-abdb-5decf5fb0dbc HTTP/1.1" 200 115 0.033425 10.0.0.33 - - [2024-09-02 02:49:53] "GET /projects?obj_uuids=375d8f47-0ece-418f-8c84-6414c1445798&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001759 10.0.0.33 - - [2024-09-02 02:49:53] "GET /project/375d8f47-0ece-418f-8c84-6414c1445798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.032883 10.0.0.33 - - [2024-09-02 02:49:53] "GET /projects?obj_uuids=375d8f47-0ece-418f-8c84-6414c1445798&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001628 10.0.0.33 - - [2024-09-02 02:49:53] "GET /project/375d8f47-0ece-418f-8c84-6414c1445798?fields=virtual_networks HTTP/1.1" 200 1044 0.066791 10.0.0.33 - - [2024-09-02 02:49:53] "GET /projects?obj_uuids=375d8f47-0ece-418f-8c84-6414c1445798&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001661 10.0.0.33 - - [2024-09-02 02:49:53] "GET /project/375d8f47-0ece-418f-8c84-6414c1445798?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.037797 10.0.0.33 - - [2024-09-02 02:49:53] "GET /projects?obj_uuids=375d8f47-0ece-418f-8c84-6414c1445798&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002900 10.0.0.33 - - [2024-09-02 02:49:53] "GET /project/375d8f47-0ece-418f-8c84-6414c1445798?fields=security_groups HTTP/1.1" 200 1271 0.038937 10.0.0.33 - - [2024-09-02 02:49:55] "POST /fqname-to-id HTTP/1.1" 404 188 0.082498 10.0.0.33 - - [2024-09-02 02:49:55] "GET /projects?obj_uuids=410870b5-ef6c-4bfb-96be-823739a9e45c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.008731 10.0.0.33 - - [2024-09-02 02:49:55] "GET /domains?obj_uuids=cbaaadc6-cd05-4f7f-a531-278643746e39&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.005015 10.0.0.33 - - [2024-09-02 02:49:55] "GET /domain/cbaaadc6-cd05-4f7f-a531-278643746e39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.024643 10.0.0.33 - - [2024-09-02 02:49:56] "POST /id-to-fqname HTTP/1.1" 200 190 0.003168 10.0.0.33 - - [2024-09-02 02:49:56] "POST /fqname-to-id HTTP/1.1" 404 199 0.004581 10.0.0.33 - - [2024-09-02 02:49:56] "POST /security-groups HTTP/1.1" 200 591 0.077561 10.0.0.33 - - [2024-09-02 02:49:56] "POST /projects HTTP/1.1" 200 585 0.337986 10.0.0.33 - - [2024-09-02 02:49:56] "POST /fqname-to-id HTTP/1.1" 404 234 0.008981 10.0.0.33 - - [2024-09-02 02:49:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.399430 10.0.0.33 - - [2024-09-02 02:49:56] "POST /access-control-lists HTTP/1.1" 200 596 0.080940 10.0.0.33 - - [2024-09-02 02:49:56] "GET /project/410870b5-ef6c-4bfb-96be-823739a9e45c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.744567 10.0.0.33 - - [2024-09-02 02:49:56] "POST /fqname-to-id HTTP/1.1" 404 233 0.006603 10.0.0.33 - - [2024-09-02 02:49:56] "POST /access-control-lists HTTP/1.1" 200 594 0.068467 10.0.0.33 - - [2024-09-02 02:49:58] "GET / HTTP/1.1" 200 35931 0.008536 10.0.0.33 - - [2024-09-02 02:49:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.002062 10.0.0.33 - - [2024-09-02 02:49:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.079906 10.0.0.33 - - [2024-09-02 02:49:59] "GET /projects?obj_uuids=410870b5-ef6c-4bfb-96be-823739a9e45c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003895 10.0.0.33 - - [2024-09-02 02:49:59] "GET /project/410870b5-ef6c-4bfb-96be-823739a9e45c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.105397 10.0.0.33 - - [2024-09-02 02:49:59] "POST /neutron/network HTTP/1.1" 200 117 0.068558 10.0.0.33 - - [2024-09-02 02:50:00] "GET /projects?obj_uuids=410870b5-ef6c-4bfb-96be-823739a9e45c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002415 10.0.0.33 - - [2024-09-02 02:50:00] "POST /neutron/network HTTP/1.1" 200 625 0.162965 10.0.0.33 - - [2024-09-02 02:50:00] "POST /route-targets HTTP/1.1" 200 327 0.011853 10.0.0.33 - - [2024-09-02 02:50:00] "POST /ref-update HTTP/1.1" 200 156 0.023339 10.0.0.33 - - [2024-09-02 02:50:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003590 10.0.0.33 - - [2024-09-02 02:50:00] "POST /neutron/subnet HTTP/1.1" 200 701 0.219321 10.0.0.33 - - [2024-09-02 02:50:00] "POST /neutron/network HTTP/1.1" 200 839 0.010029 10.0.0.33 - - [2024-09-02 02:50:00] "POST /id-to-fqname HTTP/1.1" 200 230 0.001693 10.0.0.33 - - [2024-09-02 02:50:00] "GET /virtual-network/ba75ad4c-cf98-4016-a118-cf3f0dcff5ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.003824 10.0.0.33 - - [2024-09-02 02:50:00] "POST /neutron/network HTTP/1.1" 200 839 0.012319 10.0.0.33 - - [2024-09-02 02:50:00] "GET /virtual-network/ba75ad4c-cf98-4016-a118-cf3f0dcff5ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006227 10.0.0.33 - - [2024-09-02 02:50:00] "POST /neutron/network HTTP/1.1" 200 839 0.017320 10.0.0.33 - - [2024-09-02 02:50:00] "POST /neutron/subnet HTTP/1.1" 200 701 0.013431 10.0.0.33 - - [2024-09-02 02:50:00] "POST /neutron/network HTTP/1.1" 200 839 0.009711 10.0.0.33 - - [2024-09-02 02:50:00] "POST /id-to-fqname HTTP/1.1" 200 230 0.001542 10.0.0.33 - - [2024-09-02 02:50:01] "POST /neutron/network HTTP/1.1" 200 849 0.011338 10.0.0.33 - - [2024-09-02 02:50:01] "GET /aaa-mode HTTP/1.1" 401 292 0.000742 10.0.0.33 - - [2024-09-02 02:50:01] "GET / HTTP/1.1" 200 35931 0.002601 10.0.0.33 - - [2024-09-02 02:50:01] "GET /project/410870b5-ef6c-4bfb-96be-823739a9e45c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000468 10.0.0.33 - - [2024-09-02 02:50:01] "GET /projects?obj_uuids=410870b5-ef6c-4bfb-96be-823739a9e45c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002035 10.0.0.33 - - [2024-09-02 02:50:01] "GET /project/410870b5-ef6c-4bfb-96be-823739a9e45c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.064362 10.0.0.33 - - [2024-09-02 02:50:01] "POST /neutron/network HTTP/1.1" 200 839 0.006602 10.0.0.33 - - [2024-09-02 02:50:02] "POST /neutron/port HTTP/1.1" 200 117 0.007170 10.0.0.33 - - [2024-09-02 02:50:02] "POST /neutron/port HTTP/1.1" 200 117 0.006657 10.0.0.33 - - [2024-09-02 02:50:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.33 - - [2024-09-02 02:50:02] "GET /global-vrouter-config/4035e5cd-a3ef-4327-aadf-0038ecfd895d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003809 10.0.0.33 - - [2024-09-02 02:50:02] "PUT /global-vrouter-config/4035e5cd-a3ef-4327-aadf-0038ecfd895d HTTP/1.1" 200 276 0.013284 10.0.0.33 - - [2024-09-02 02:50:02] "POST /neutron/port HTTP/1.1" 200 117 0.006674 10.0.0.33 - - [2024-09-02 02:50:02] "POST /neutron/network HTTP/1.1" 200 849 0.012979 10.0.0.33 - - [2024-09-02 02:50:02] "GET /projects?obj_uuids=410870b5-ef6c-4bfb-96be-823739a9e45c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003325 10.0.0.33 - - [2024-09-02 02:50:03] "POST /neutron/port HTTP/1.1" 200 1055 0.336742 10.0.0.33 - - [2024-09-02 02:50:03] "POST /neutron/port HTTP/1.1" 200 1055 0.014330 10.0.0.33 - - [2024-09-02 02:50:03] "POST /neutron/port HTTP/1.1" 200 1055 0.012735 10.0.0.33 - - [2024-09-02 02:50:03] "POST /neutron/port HTTP/1.1" 200 1109 0.075118 10.0.0.33 - - [2024-09-02 02:50:03] "POST /neutron/port HTTP/1.1" 200 1083 0.020592 10.0.0.33 - - [2024-09-02 02:50:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004974 10.0.0.33 - - [2024-09-02 02:50:03] "POST /neutron/subnet HTTP/1.1" 200 675 0.019631 10.0.0.33 - - [2024-09-02 02:50:03] "POST /neutron/port HTTP/1.1" 200 117 0.002220 10.0.0.33 - - [2024-09-02 02:50:03] "POST /neutron/network HTTP/1.1" 200 839 0.008754 10.0.0.33 - - [2024-09-02 02:50:07] "POST /neutron/port HTTP/1.1" 200 1083 0.038778 10.0.0.33 - - [2024-09-02 02:50:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.015780 10.0.0.33 - - [2024-09-02 02:50:07] "DELETE /project/410870b5ef6c4bfb96be823739a9e45c HTTP/1.1" 404 173 0.024462 10.0.0.33 - - [2024-09-02 02:50:07] "DELETE /project/375d8f470ece418f8c846414c1445798 HTTP/1.1" 404 173 0.012865 10.0.0.33 - - [2024-09-02 02:50:07] "GET /projects?obj_uuids=375d8f47-0ece-418f-8c84-6414c1445798&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001544 10.0.0.33 - - [2024-09-02 02:50:07] "GET /projects?obj_uuids=12171aaf-4042-44df-b6f6-76bc2755aa9c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001621 10.0.0.33 - - [2024-09-02 02:50:07] "GET /project/12171aaf-4042-44df-b6f6-76bc2755aa9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.046250 10.0.0.33 - - [2024-09-02 02:50:07] "GET /project/375d8f47-0ece-418f-8c84-6414c1445798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.044594 10.0.0.33 - - [2024-09-02 02:50:07] "GET /projects?obj_uuids=375d8f47-0ece-418f-8c84-6414c1445798&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003215 10.0.0.33 - - [2024-09-02 02:50:07] "GET /projects?obj_uuids=12171aaf-4042-44df-b6f6-76bc2755aa9c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002791 10.0.0.33 - - [2024-09-02 02:50:07] "GET /project/12171aaf-4042-44df-b6f6-76bc2755aa9c?fields=security_groups HTTP/1.1" 200 1376 0.082448 10.0.0.33 - - [2024-09-02 02:50:07] "GET /project/375d8f47-0ece-418f-8c84-6414c1445798?fields=security_groups HTTP/1.1" 200 1376 0.081790 10.0.0.33 - - [2024-09-02 02:50:07] "POST /neutron/port HTTP/1.1" 200 1083 0.034989 10.0.0.33 - - [2024-09-02 02:50:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.023462 10.0.0.33 - - [2024-09-02 02:50:07] "DELETE /security-group/ae520ff8-db32-48a6-947f-2b80332f340c HTTP/1.1" 200 115 0.081286 10.0.0.33 - - [2024-09-02 02:50:07] "DELETE /security-group/acef982f-8210-45b4-8e98-ce527ca62251 HTTP/1.1" 200 115 0.086010 10.0.0.33 - - [2024-09-02 02:50:07] "GET /projects?obj_uuids=375d8f47-0ece-418f-8c84-6414c1445798&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001379 10.0.0.33 - - [2024-09-02 02:50:07] "GET /projects?obj_uuids=12171aaf-4042-44df-b6f6-76bc2755aa9c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001230 10.0.0.33 - - [2024-09-02 02:50:07] "DELETE /access-control-list/ca069585-3109-4667-b286-785f291bb699 HTTP/1.1" 200 115 0.067089 10.0.0.33 - - [2024-09-02 02:50:07] "GET /project/375d8f47-0ece-418f-8c84-6414c1445798?fields=application_policy_sets HTTP/1.1" 200 1415 0.055751 10.0.0.33 - - [2024-09-02 02:50:07] "GET /project/12171aaf-4042-44df-b6f6-76bc2755aa9c?fields=application_policy_sets HTTP/1.1" 200 1415 0.056095 10.0.0.33 - - [2024-09-02 02:50:07] "DELETE /access-control-list/92acfcd4-72ae-4054-abbd-7996b150892b HTTP/1.1" 200 115 0.032503 10.0.0.33 - - [2024-09-02 02:50:07] "POST /neutron/port HTTP/1.1" 200 1083 0.025964 10.0.0.33 - - [2024-09-02 02:50:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009397 10.0.0.33 - - [2024-09-02 02:50:08] "GET /virtual-machine/155099da-efd3-4432-8285-c602ec33ad79 HTTP/1.1" 401 292 0.000453 10.0.0.33 - - [2024-09-02 02:50:08] "DELETE /access-control-list/b7078533-4230-4e36-bd32-56c4651b70db HTTP/1.1" 200 115 0.051096 10.0.0.33 - - [2024-09-02 02:50:08] "DELETE /access-control-list/2da6b7e3-bdd2-410f-8484-9caffe1f659e HTTP/1.1" 200 115 0.045235 10.0.0.33 - - [2024-09-02 02:50:08] "DELETE /project/375d8f47-0ece-418f-8c84-6414c1445798 HTTP/1.1" 200 115 0.566144 10.0.0.33 - - [2024-09-02 02:50:08] "DELETE /project/12171aaf-4042-44df-b6f6-76bc2755aa9c HTTP/1.1" 200 115 0.562917 10.0.0.33 - - [2024-09-02 02:50:08] "GET /virtual-machine/155099da-efd3-4432-8285-c602ec33ad79 HTTP/1.1" 200 1291 0.049319 10.0.0.33 - - [2024-09-02 02:50:08] "GET /virtual-machine-interface/58acba5e-87e7-46c1-8cd9-fb072c1b12be HTTP/1.1" 200 2970 0.004860 10.0.0.33 - - [2024-09-02 02:50:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004616 10.0.0.33 - - [2024-09-02 02:50:08] "GET /global-vrouter-config/4035e5cd-a3ef-4327-aadf-0038ecfd895d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.008634 10.0.0.33 - - [2024-09-02 02:50:08] "GET /virtual-networks?parent_id=410870b5-ef6c-4bfb-96be-823739a9e45c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.004028 10.0.0.33 - - [2024-09-02 02:50:08] "GET /virtual-network/ba75ad4c-cf98-4016-a118-cf3f0dcff5ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004180 10.0.0.33 - - [2024-09-02 02:50:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.008976 10.0.0.33 - - [2024-09-02 02:50:11] "GET /virtual-network/ba75ad4c-cf98-4016-a118-cf3f0dcff5ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.010875 10.0.0.33 - - [2024-09-02 02:50:14] "POST /neutron/port HTTP/1.1" 200 1083 0.058224 10.0.0.33 - - [2024-09-02 02:50:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.017223 10.0.0.33 - - [2024-09-02 02:50:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005848 10.0.0.33 - - [2024-09-02 02:50:15] "GET /virtual-network/ba75ad4c-cf98-4016-a118-cf3f0dcff5ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004244 10.0.0.33 - - [2024-09-02 02:50:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.009327 10.0.0.33 - - [2024-09-02 02:50:18] "GET /global-vrouter-config/4035e5cd-a3ef-4327-aadf-0038ecfd895d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.006669 10.0.0.33 - - [2024-09-02 02:50:18] "GET /virtual-networks?parent_id=410870b5-ef6c-4bfb-96be-823739a9e45c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.008684 10.0.0.33 - - [2024-09-02 02:50:18] "GET /virtual-network/ba75ad4c-cf98-4016-a118-cf3f0dcff5ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005141 10.0.0.33 - - [2024-09-02 02:50:18] "GET /obj-perms HTTP/1.1" 200 5056 0.136716 10.0.0.33 - - [2024-09-02 02:50:19] "GET /obj-perms HTTP/1.1" 200 5056 0.088771 10.0.0.33 - - [2024-09-02 02:50:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.008749 10.0.0.33 - - [2024-09-02 02:50:20] "GET /global-vrouter-config/4035e5cd-a3ef-4327-aadf-0038ecfd895d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.010092 10.0.0.33 - - [2024-09-02 02:50:21] "PUT /global-vrouter-config/4035e5cd-a3ef-4327-aadf-0038ecfd895d HTTP/1.1" 200 276 0.030072 10.0.0.33 - - [2024-09-02 02:50:21] "POST /neutron/network HTTP/1.1" 200 839 0.016423 10.0.0.33 - - [2024-09-02 02:50:21] "POST /neutron/network HTTP/1.1" 400 204 0.026829 10.0.0.33 - - [2024-09-02 02:50:21] "POST /neutron/port HTTP/1.1" 200 1083 0.048990 10.0.0.33 - - [2024-09-02 02:50:21] "POST /neutron/port HTTP/1.1" 200 1109 0.028846 10.0.0.33 - - [2024-09-02 02:50:22] "POST /neutron/port HTTP/1.1" 200 151 0.171207 10.0.0.33 - - [2024-09-02 02:50:23] "POST /neutron/network HTTP/1.1" 200 839 0.012529 10.0.0.33 - - [2024-09-02 02:50:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002327 10.0.0.33 - - [2024-09-02 02:50:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.011013 10.0.0.33 - - [2024-09-02 02:50:23] "POST /useragent-kv HTTP/1.1" 200 115 0.001475 10.0.0.33 - - [2024-09-02 02:50:23] "POST /neutron/network HTTP/1.1" 200 151 0.184366 10.0.0.33 - - [2024-09-02 02:50:23] "DELETE /route-target/3657592f-4657-414f-87ed-f66d30e80a5f HTTP/1.1" 200 115 0.036873 10.0.0.33 - - [2024-09-02 02:50:24] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.003800 10.0.0.33 - - [2024-09-02 02:50:24] "POST /network-ipams HTTP/1.1" 200 541 0.045235 10.0.0.33 - - [2024-09-02 02:50:24] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 981 0.002973 10.0.0.33 - - [2024-09-02 02:50:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.33 - - [2024-09-02 02:50:24] "GET /network-ipam/b801fb1d-5200-4e91-8dd4-43a1a1f04743?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.007617 10.0.0.33 - - [2024-09-02 02:50:24] "PUT /network-ipam/b801fb1d-5200-4e91-8dd4-43a1a1f04743 HTTP/1.1" 200 258 0.019972 10.0.0.33 - - [2024-09-02 02:50:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005110 10.0.0.33 - - [2024-09-02 02:50:24] "GET /projects?obj_uuids=410870b5-ef6c-4bfb-96be-823739a9e45c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002201 10.0.0.33 - - [2024-09-02 02:50:24] "GET /project/410870b5-ef6c-4bfb-96be-823739a9e45c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.041874 10.0.0.33 - - [2024-09-02 02:50:24] "POST /neutron/network HTTP/1.1" 200 117 0.011229 10.0.0.33 - - [2024-09-02 02:50:24] "GET /projects?obj_uuids=410870b5-ef6c-4bfb-96be-823739a9e45c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001310 10.0.0.33 - - [2024-09-02 02:50:24] "POST /neutron/network HTTP/1.1" 200 605 0.110667 10.0.0.33 - - [2024-09-02 02:50:24] "POST /route-targets HTTP/1.1" 200 327 0.017413 10.0.0.33 - - [2024-09-02 02:50:24] "POST /ref-update HTTP/1.1" 200 156 0.009585 10.0.0.33 - - [2024-09-02 02:50:25] "POST /useragent-kv HTTP/1.1" 200 115 0.004127 10.0.0.33 - - [2024-09-02 02:50:25] "POST /neutron/subnet HTTP/1.1" 200 699 0.202559 10.0.0.33 - - [2024-09-02 02:50:25] "POST /useragent-kv HTTP/1.1" 200 115 0.004465 10.0.0.33 - - [2024-09-02 02:50:25] "POST /neutron/subnet HTTP/1.1" 200 699 0.225747 10.0.0.33 - - [2024-09-02 02:50:25] "POST /neutron/network HTTP/1.1" 200 994 0.010309 10.0.0.33 - - [2024-09-02 02:50:25] "POST /id-to-fqname HTTP/1.1" 200 220 0.001985 10.0.0.33 - - [2024-09-02 02:50:25] "GET /virtual-network/64933115-b34f-45c7-9c80-3c40356ea9a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.004226 10.0.0.33 - - [2024-09-02 02:50:25] "POST /neutron/network HTTP/1.1" 200 994 0.010479 10.0.0.33 - - [2024-09-02 02:50:25] "GET /virtual-network/64933115-b34f-45c7-9c80-3c40356ea9a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.004346 10.0.0.33 - - [2024-09-02 02:50:25] "POST /neutron/network HTTP/1.1" 200 994 0.023043 10.0.0.33 - - [2024-09-02 02:50:25] "POST /neutron/subnet HTTP/1.1" 200 699 0.018599 10.0.0.33 - - [2024-09-02 02:50:25] "POST /neutron/subnet HTTP/1.1" 200 699 0.020177 10.0.0.33 - - [2024-09-02 02:50:25] "POST /neutron/network HTTP/1.1" 200 994 0.019938 10.0.0.33 - - [2024-09-02 02:50:25] "POST /neutron/subnet HTTP/1.1" 200 699 0.014340 10.0.0.33 - - [2024-09-02 02:50:25] "POST /neutron/subnet HTTP/1.1" 200 699 0.015506 10.0.0.33 - - [2024-09-02 02:50:25] "GET /projects?obj_uuids=410870b5-ef6c-4bfb-96be-823739a9e45c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003294 10.0.0.33 - - [2024-09-02 02:50:25] "POST /neutron/port HTTP/1.1" 200 1017 0.246420 10.0.0.33 - - [2024-09-02 02:50:25] "GET /projects?obj_uuids=410870b5-ef6c-4bfb-96be-823739a9e45c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001206 10.0.0.33 - - [2024-09-02 02:50:26] "POST /neutron/port HTTP/1.1" 200 1017 0.183088 10.0.0.33 - - [2024-09-02 02:50:26] "POST /id-to-fqname HTTP/1.1" 200 220 0.003072 10.0.0.33 - - [2024-09-02 02:50:26] "POST /neutron/port HTTP/1.1" 200 1017 0.029347 10.0.0.33 - - [2024-09-02 02:50:26] "POST /neutron/port HTTP/1.1" 200 1017 0.017195 10.0.0.33 - - [2024-09-02 02:50:26] "POST /neutron/network HTTP/1.1" 200 994 0.015655 10.0.0.33 - - [2024-09-02 02:50:26] "POST /neutron/port HTTP/1.1" 200 1017 0.009503 10.0.0.33 - - [2024-09-02 02:50:26] "POST /neutron/port HTTP/1.1" 200 117 0.010884 10.0.0.33 - - [2024-09-02 02:50:26] "POST /neutron/port HTTP/1.1" 200 117 0.012112 10.0.0.33 - - [2024-09-02 02:50:26] "POST /id-to-fqname HTTP/1.1" 200 220 0.002196 10.0.0.33 - - [2024-09-02 02:50:27] "POST /neutron/port HTTP/1.1" 200 117 0.005835 10.0.0.33 - - [2024-09-02 02:50:27] "POST /neutron/port HTTP/1.1" 200 1017 0.024773 10.0.0.33 - - [2024-09-02 02:50:27] "POST /neutron/port HTTP/1.1" 200 1017 0.023725 10.0.0.33 - - [2024-09-02 02:50:27] "POST /neutron/port HTTP/1.1" 200 1017 0.025329 10.0.0.33 - - [2024-09-02 02:50:27] "POST /neutron/network HTTP/1.1" 200 994 0.020498 10.0.0.33 - - [2024-09-02 02:50:27] "POST /neutron/port HTTP/1.1" 200 1017 0.025701 10.0.0.33 - - [2024-09-02 02:50:27] "POST /neutron/port HTTP/1.1" 200 1017 0.016708 10.0.0.33 - - [2024-09-02 02:50:28] "POST /neutron/port HTTP/1.1" 200 117 0.019379 10.0.0.33 - - [2024-09-02 02:50:28] "POST /neutron/port HTTP/1.1" 200 117 0.014736 10.0.0.33 - - [2024-09-02 02:50:28] "POST /id-to-fqname HTTP/1.1" 200 220 0.002606 10.0.0.33 - - [2024-09-02 02:50:28] "POST /neutron/port HTTP/1.1" 200 117 0.020272 10.0.0.33 - - [2024-09-02 02:50:28] "POST /neutron/port HTTP/1.1" 200 1017 0.013177 10.0.0.33 - - [2024-09-02 02:50:28] "POST /neutron/network HTTP/1.1" 200 1004 0.015634 10.0.0.33 - - [2024-09-02 02:50:28] "POST /neutron/port HTTP/1.1" 200 1017 0.032557 10.0.0.33 - - [2024-09-02 02:50:28] "POST /neutron/port HTTP/1.1" 200 1017 0.033619 10.0.0.33 - - [2024-09-02 02:50:28] "POST /neutron/network HTTP/1.1" 200 1004 0.006529 10.0.0.33 - - [2024-09-02 02:50:28] "GET /aaa-mode HTTP/1.1" 401 292 0.001027 10.0.0.33 - - [2024-09-02 02:50:28] "POST /neutron/port HTTP/1.1" 200 1109 0.130358 10.0.0.33 - - [2024-09-02 02:50:28] "POST /neutron/port HTTP/1.1" 200 1083 0.036018 10.0.0.33 - - [2024-09-02 02:50:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009513 10.0.0.33 - - [2024-09-02 02:50:28] "POST /neutron/subnet HTTP/1.1" 200 673 0.029566 10.0.0.33 - - [2024-09-02 02:50:28] "POST /neutron/port HTTP/1.1" 200 117 0.001785 10.0.0.33 - - [2024-09-02 02:50:28] "GET / HTTP/1.1" 200 35931 0.002739 10.0.0.33 - - [2024-09-02 02:50:29] "GET /project/410870b5-ef6c-4bfb-96be-823739a9e45c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000790 10.0.0.33 - - [2024-09-02 02:50:29] "POST /neutron/port HTTP/1.1" 200 1017 0.013365 10.0.0.33 - - [2024-09-02 02:50:29] "POST /neutron/network HTTP/1.1" 200 994 0.031538 10.0.0.33 - - [2024-09-02 02:50:29] "POST /neutron/network HTTP/1.1" 200 1004 0.022675 10.0.0.33 - - [2024-09-02 02:50:29] "POST /neutron/port HTTP/1.1" 200 1017 0.041407 10.0.0.33 - - [2024-09-02 02:50:29] "POST /neutron/port HTTP/1.1" 200 1017 0.028247 10.0.0.33 - - [2024-09-02 02:50:29] "POST /neutron/port HTTP/1.1" 200 1109 0.103308 10.0.0.33 - - [2024-09-02 02:50:29] "POST /neutron/port HTTP/1.1" 200 1083 0.032868 10.0.0.33 - - [2024-09-02 02:50:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.018454 10.0.0.33 - - [2024-09-02 02:50:29] "GET /projects?obj_uuids=410870b5-ef6c-4bfb-96be-823739a9e45c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005318 10.0.0.33 - - [2024-09-02 02:50:29] "GET /project/410870b5-ef6c-4bfb-96be-823739a9e45c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.158476 10.0.0.33 - - [2024-09-02 02:50:29] "POST /neutron/subnet HTTP/1.1" 200 673 0.084867 10.0.0.33 - - [2024-09-02 02:50:29] "POST /neutron/port HTTP/1.1" 200 117 0.001239 10.0.0.33 - - [2024-09-02 02:50:29] "POST /neutron/network HTTP/1.1" 200 994 0.008769 10.0.0.33 - - [2024-09-02 02:50:29] "POST /neutron/network HTTP/1.1" 200 994 0.013045 10.0.0.33 - - [2024-09-02 02:50:29] "POST /neutron/port HTTP/1.1" 200 2050 0.030519 10.0.0.33 - - [2024-09-02 02:50:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008339 10.0.0.33 - - [2024-09-02 02:50:29] "POST /neutron/port HTTP/1.1" 200 117 0.016137 10.0.0.33 - - [2024-09-02 02:50:29] "GET /domains HTTP/1.1" 200 280 0.004092 10.0.0.33 - - [2024-09-02 02:50:29] "GET /domains?obj_uuids=cbaaadc6-cd05-4f7f-a531-278643746e39&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001163 10.0.0.33 - - [2024-09-02 02:50:29] "GET /domain/cbaaadc6-cd05-4f7f-a531-278643746e39 HTTP/1.1" 200 2574 0.008414 10.0.0.33 - - [2024-09-02 02:50:29] "GET /projects?obj_uuids=410870b5-ef6c-4bfb-96be-823739a9e45c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001688 10.0.0.33 - - [2024-09-02 02:50:30] "GET /project/410870b5-ef6c-4bfb-96be-823739a9e45c HTTP/1.1" 200 2852 0.089686 10.0.0.33 - - [2024-09-02 02:50:30] "GET /network-ipam/b801fb1d-5200-4e91-8dd4-43a1a1f04743 HTTP/1.1" 200 2601 0.006990 10.0.0.33 - - [2024-09-02 02:50:30] "GET /domains HTTP/1.1" 200 280 0.002565 10.0.0.33 - - [2024-09-02 02:50:30] "GET /domains?obj_uuids=cbaaadc6-cd05-4f7f-a531-278643746e39&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001088 10.0.0.33 - - [2024-09-02 02:50:30] "GET /domain/cbaaadc6-cd05-4f7f-a531-278643746e39 HTTP/1.1" 200 2574 0.007047 10.0.0.33 - - [2024-09-02 02:50:30] "GET /projects?obj_uuids=410870b5-ef6c-4bfb-96be-823739a9e45c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001060 10.0.0.33 - - [2024-09-02 02:50:30] "GET /project/410870b5-ef6c-4bfb-96be-823739a9e45c HTTP/1.1" 200 2852 0.082346 10.0.0.33 - - [2024-09-02 02:50:30] "GET /virtual-network/64933115-b34f-45c7-9c80-3c40356ea9a9 HTTP/1.1" 200 3778 0.012457 10.0.0.33 - - [2024-09-02 02:50:30] "GET /virtual-network/64933115-b34f-45c7-9c80-3c40356ea9a9 HTTP/1.1" 200 3778 0.004247 10.0.0.33 - - [2024-09-02 02:50:30] "GET /routing-instance/e316610c-1037-448b-b86e-66fcb4a6cd3c HTTP/1.1" 200 2381 0.004749 10.0.0.33 - - [2024-09-02 02:50:30] "GET /routing-instance/e316610c-1037-448b-b86e-66fcb4a6cd3c HTTP/1.1" 200 2381 0.006296 10.0.0.33 - - [2024-09-02 02:50:30] "GET /route-target/1c7a6671-5555-489c-81b4-3f1e00b28efb HTTP/1.1" 200 1203 0.003884 10.0.0.33 - - [2024-09-02 02:50:30] "GET /virtual-network/64933115-b34f-45c7-9c80-3c40356ea9a9 HTTP/1.1" 200 3778 0.007216 10.0.0.33 - - [2024-09-02 02:50:30] "GET /routing-instance/e316610c-1037-448b-b86e-66fcb4a6cd3c HTTP/1.1" 200 2381 0.007908 10.0.0.33 - - [2024-09-02 02:50:30] "GET /virtual-network/64933115-b34f-45c7-9c80-3c40356ea9a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.007581 10.0.0.33 - - [2024-09-02 02:50:30] "GET /virtual-network/64933115-b34f-45c7-9c80-3c40356ea9a9 HTTP/1.1" 200 3778 0.008125 10.0.0.33 - - [2024-09-02 02:50:30] "GET /routing-instance/e316610c-1037-448b-b86e-66fcb4a6cd3c HTTP/1.1" 200 2381 0.005313 10.0.0.33 - - [2024-09-02 02:50:30] "GET /routing-instance/e316610c-1037-448b-b86e-66fcb4a6cd3c HTTP/1.1" 200 2381 0.003355 10.0.0.33 - - [2024-09-02 02:50:30] "GET /route-target/1c7a6671-5555-489c-81b4-3f1e00b28efb HTTP/1.1" 200 1203 0.003785 10.0.0.33 - - [2024-09-02 02:50:30] "GET /domains HTTP/1.1" 200 280 0.003359 10.0.0.33 - - [2024-09-02 02:50:30] "GET /domains?obj_uuids=cbaaadc6-cd05-4f7f-a531-278643746e39&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002680 10.0.0.33 - - [2024-09-02 02:50:30] "GET /domain/cbaaadc6-cd05-4f7f-a531-278643746e39 HTTP/1.1" 200 2574 0.012181 10.0.0.33 - - [2024-09-02 02:50:30] "GET /projects?obj_uuids=410870b5-ef6c-4bfb-96be-823739a9e45c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002127 10.0.0.33 - - [2024-09-02 02:50:30] "POST /neutron/network HTTP/1.1" 200 1004 0.011643 10.0.0.33 - - [2024-09-02 02:50:30] "GET /projects?obj_uuids=410870b5-ef6c-4bfb-96be-823739a9e45c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002166 10.0.0.33 - - [2024-09-02 02:50:30] "GET /project/410870b5-ef6c-4bfb-96be-823739a9e45c HTTP/1.1" 200 2852 0.103833 10.0.0.33 - - [2024-09-02 02:50:30] "GET /virtual-network/64933115-b34f-45c7-9c80-3c40356ea9a9 HTTP/1.1" 200 3778 0.011883 10.0.0.33 - - [2024-09-02 02:50:30] "POST /neutron/port HTTP/1.1" 200 1055 0.365159 10.0.0.33 - - [2024-09-02 02:50:30] "POST /neutron/port HTTP/1.1" 200 1055 0.015233 10.0.0.33 - - [2024-09-02 02:50:30] "POST /neutron/port HTTP/1.1" 200 1055 0.027014 10.0.0.33 - - [2024-09-02 02:50:30] "GET /obj-perms HTTP/1.1" 200 5030 0.098682 10.0.0.33 - - [2024-09-02 02:50:30] "POST /neutron/port HTTP/1.1" 200 1109 0.081070 10.0.0.33 - - [2024-09-02 02:50:31] "POST /neutron/port HTTP/1.1" 200 1083 0.030665 10.0.0.33 - - [2024-09-02 02:50:31] "POST /neutron/port HTTP/1.1" 200 1083 0.025795 10.0.0.33 - - [2024-09-02 02:50:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005155 10.0.0.33 - - [2024-09-02 02:50:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010824 10.0.0.33 - - [2024-09-02 02:50:31] "POST /neutron/subnet HTTP/1.1" 200 673 0.022800 10.0.0.33 - - [2024-09-02 02:50:31] "POST /neutron/port HTTP/1.1" 200 117 0.002156 10.0.0.33 - - [2024-09-02 02:50:31] "POST /neutron/network HTTP/1.1" 200 994 0.028676 10.0.0.33 - - [2024-09-02 02:50:31] "POST /neutron/port HTTP/1.1" 200 1083 0.065709 10.0.0.33 - - [2024-09-02 02:50:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007636 10.0.0.33 - - [2024-09-02 02:50:31] "POST /neutron/port HTTP/1.1" 200 1083 0.025347 10.0.0.33 - - [2024-09-02 02:50:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008573 10.0.0.33 - - [2024-09-02 02:50:31] "GET /virtual-machine/f2772091-312a-4a74-b332-6472ee0752b2 HTTP/1.1" 200 1289 0.007619 10.0.0.33 - - [2024-09-02 02:50:31] "GET /virtual-machine-interface/3ede9b73-24db-47db-8eb5-66f4e2bd2f0e HTTP/1.1" 200 2940 0.005660 10.0.0.33 - - [2024-09-02 02:50:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.33 - - [2024-09-02 02:50:31] "GET /global-vrouter-config/4035e5cd-a3ef-4327-aadf-0038ecfd895d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003712 10.0.0.33 - - [2024-09-02 02:50:31] "GET /virtual-networks?parent_id=410870b5-ef6c-4bfb-96be-823739a9e45c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.010723 10.0.0.33 - - [2024-09-02 02:50:31] "GET /virtual-network/64933115-b34f-45c7-9c80-3c40356ea9a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.004405 10.0.0.33 - - [2024-09-02 02:50:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.009377 10.0.0.33 - - [2024-09-02 02:50:34] "GET /virtual-network/64933115-b34f-45c7-9c80-3c40356ea9a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.012954 10.0.0.33 - - [2024-09-02 02:50:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004540 10.0.0.33 - - [2024-09-02 02:50:38] "GET /virtual-network/64933115-b34f-45c7-9c80-3c40356ea9a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.004327 10.0.0.33 - - [2024-09-02 02:50:39] "POST /neutron/port HTTP/1.1" 200 1083 0.049076 10.0.0.33 - - [2024-09-02 02:50:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.022859 10.0.0.33 - - [2024-09-02 02:50:39] "POST /neutron/port HTTP/1.1" 200 1083 0.045604 10.0.0.33 - - [2024-09-02 02:50:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.016594 10.0.0.33 - - [2024-09-02 02:50:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.007824 10.0.0.33 - - [2024-09-02 02:50:40] "GET /global-vrouter-config/4035e5cd-a3ef-4327-aadf-0038ecfd895d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.006510 10.0.0.33 - - [2024-09-02 02:50:41] "GET /virtual-networks?parent_id=410870b5-ef6c-4bfb-96be-823739a9e45c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003386 10.0.0.33 - - [2024-09-02 02:50:41] "GET /virtual-network/64933115-b34f-45c7-9c80-3c40356ea9a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.006963 10.0.0.33 - - [2024-09-02 02:50:41] "POST /neutron/port HTTP/1.1" 200 1083 0.041813 10.0.0.33 - - [2024-09-02 02:50:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.015743 10.0.0.33 - - [2024-09-02 02:50:41] "POST /neutron/port HTTP/1.1" 200 1083 0.019953 10.0.0.33 - - [2024-09-02 02:50:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007701 10.0.0.33 - - [2024-09-02 02:50:41] "POST /neutron/port HTTP/1.1" 200 1083 0.019682 10.0.0.33 - - [2024-09-02 02:50:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007443 10.0.0.33 - - [2024-09-02 02:50:41] "GET /virtual-machine/6f9660c1-2ca5-45d4-8bf3-37ffb8742d48 HTTP/1.1" 200 1288 0.004729 10.0.0.33 - - [2024-09-02 02:50:41] "GET /virtual-machine-interface/fe33bd71-60e9-416f-abee-95a453425500 HTTP/1.1" 200 2941 0.003761 10.0.0.33 - - [2024-09-02 02:50:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004760 10.0.0.33 - - [2024-09-02 02:50:41] "GET /global-vrouter-config/4035e5cd-a3ef-4327-aadf-0038ecfd895d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004396 10.0.0.33 - - [2024-09-02 02:50:41] "GET /virtual-networks?parent_id=410870b5-ef6c-4bfb-96be-823739a9e45c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.008253 10.0.0.33 - - [2024-09-02 02:50:41] "GET /virtual-network/64933115-b34f-45c7-9c80-3c40356ea9a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.004399 10.0.0.33 - - [2024-09-02 02:50:42] "POST /neutron/port HTTP/1.1" 200 1083 0.037517 10.0.0.33 - - [2024-09-02 02:50:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.018237 10.0.0.33 - - [2024-09-02 02:50:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.008718 10.0.0.33 - - [2024-09-02 02:50:43] "GET /global-vrouter-config/4035e5cd-a3ef-4327-aadf-0038ecfd895d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.008150 10.0.0.33 - - [2024-09-02 02:50:43] "GET /virtual-networks?parent_id=410870b5-ef6c-4bfb-96be-823739a9e45c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.008023 10.0.0.33 - - [2024-09-02 02:50:43] "GET /virtual-network/64933115-b34f-45c7-9c80-3c40356ea9a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.009696 10.0.0.33 - - [2024-09-02 02:50:43] "POST /neutron/port HTTP/1.1" 200 1083 0.034483 10.0.0.33 - - [2024-09-02 02:50:43] "POST /neutron/security_group HTTP/1.1" 200 2058 0.013967 10.0.0.33 - - [2024-09-02 02:50:43] "POST /neutron/port HTTP/1.1" 200 1083 0.034855 10.0.0.33 - - [2024-09-02 02:50:43] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009421 10.0.0.33 - - [2024-09-02 02:50:43] "POST /neutron/port HTTP/1.1" 200 1083 0.046377 10.0.0.33 - - [2024-09-02 02:50:43] "POST /neutron/security_group HTTP/1.1" 200 2058 0.019993 10.0.0.33 - - [2024-09-02 02:50:43] "GET /virtual-machine/5a69679c-0358-4f6f-903a-216361317651 HTTP/1.1" 200 1292 0.012419 10.0.0.33 - - [2024-09-02 02:50:43] "GET /virtual-machine-interface/f5c456a6-0f31-41ce-9caf-dbe7f743180d HTTP/1.1" 200 2941 0.007930 10.0.0.33 - - [2024-09-02 02:50:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.007805 10.0.0.33 - - [2024-09-02 02:50:44] "GET /global-vrouter-config/4035e5cd-a3ef-4327-aadf-0038ecfd895d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.010500 10.0.0.33 - - [2024-09-02 02:50:44] "GET /virtual-networks?parent_id=410870b5-ef6c-4bfb-96be-823739a9e45c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.008411 10.0.0.33 - - [2024-09-02 02:50:44] "GET /virtual-network/64933115-b34f-45c7-9c80-3c40356ea9a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.009123 10.0.0.33 - - [2024-09-02 02:50:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.007678 10.0.0.33 - - [2024-09-02 02:50:45] "GET /global-vrouter-config/4035e5cd-a3ef-4327-aadf-0038ecfd895d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.008406 10.0.0.33 - - [2024-09-02 02:50:45] "GET /virtual-networks?parent_id=410870b5-ef6c-4bfb-96be-823739a9e45c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.011601 10.0.0.33 - - [2024-09-02 02:50:45] "GET /virtual-network/64933115-b34f-45c7-9c80-3c40356ea9a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.010000 10.0.0.33 - - [2024-09-02 02:50:56] "GET /global-system-configs HTTP/1.1" 200 322 0.113716 10.0.0.33 - - [2024-09-02 02:50:56] "GET /obj-perms HTTP/1.1" 200 5056 0.245738 10.0.0.33 - - [2024-09-02 02:50:56] "GET /global-system-configs HTTP/1.1" 200 322 0.008371 10.0.0.33 - - [2024-09-02 02:50:56] "GET /obj-perms HTTP/1.1" 200 5056 0.009919 10.0.0.33 - - [2024-09-02 02:51:02] "POST /neutron/port HTTP/1.1" 200 1109 0.021324 10.0.0.33 - - [2024-09-02 02:51:02] "POST /neutron/port HTTP/1.1" 200 1109 0.017391 10.0.0.33 - - [2024-09-02 02:51:03] "POST /neutron/port HTTP/1.1" 200 151 0.148765 10.0.0.33 - - [2024-09-02 02:51:03] "POST /neutron/port HTTP/1.1" 200 1109 0.009406 10.0.0.33 - - [2024-09-02 02:51:03] "POST /neutron/port HTTP/1.1" 200 1109 0.013984 10.0.0.33 - - [2024-09-02 02:51:03] "POST /neutron/port HTTP/1.1" 200 1083 0.045604 10.0.0.33 - - [2024-09-02 02:51:03] "POST /neutron/port HTTP/1.1" 200 1109 0.012837 10.0.0.33 - - [2024-09-02 02:51:03] "POST /neutron/port HTTP/1.1" 200 151 0.189634 10.0.0.33 - - [2024-09-02 02:51:03] "POST /neutron/network HTTP/1.1" 200 994 0.008200 10.0.0.33 - - [2024-09-02 02:51:03] "POST /neutron/port HTTP/1.1" 200 151 0.181784 10.0.0.33 - - [2024-09-02 02:51:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.33 - - [2024-09-02 02:51:03] "POST /useragent-kv HTTP/1.1" 200 115 0.001378 10.0.0.33 - - [2024-09-02 02:51:03] "POST /useragent-kv HTTP/1.1" 200 115 0.001387 10.0.0.33 - - [2024-09-02 02:51:03] "POST /useragent-kv HTTP/1.1" 200 115 0.001197 10.0.0.33 - - [2024-09-02 02:51:03] "POST /useragent-kv HTTP/1.1" 200 115 0.001300 10.0.0.33 - - [2024-09-02 02:51:03] "POST /neutron/network HTTP/1.1" 200 151 0.146716 10.0.0.33 - - [2024-09-02 02:51:03] "GET /routing-instance/e316610c-1037-448b-b86e-66fcb4a6cd3c HTTP/1.1" 404 171 0.005409 10.0.0.33 - - [2024-09-02 02:51:03] "DELETE /route-target/1c7a6671-5555-489c-81b4-3f1e00b28efb HTTP/1.1" 200 115 0.040882 10.0.0.33 - - [2024-09-02 02:51:03] "GET /domains HTTP/1.1" 200 280 0.005638 10.0.0.33 - - [2024-09-02 02:51:03] "GET /domains?obj_uuids=cbaaadc6-cd05-4f7f-a531-278643746e39&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001686 10.0.0.33 - - [2024-09-02 02:51:03] "GET /domain/cbaaadc6-cd05-4f7f-a531-278643746e39 HTTP/1.1" 200 2574 0.013969 10.0.0.33 - - [2024-09-02 02:51:03] "GET /projects?obj_uuids=410870b5-ef6c-4bfb-96be-823739a9e45c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001585 10.0.0.33 - - [2024-09-02 02:51:03] "GET /project/410870b5-ef6c-4bfb-96be-823739a9e45c HTTP/1.1" 200 2095 0.075328 10.0.0.33 - - [2024-09-02 02:51:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.33 - - [2024-09-02 02:51:03] "DELETE /network-ipam/b801fb1d-5200-4e91-8dd4-43a1a1f04743 HTTP/1.1" 200 115 0.022876 10.0.0.33 - - [2024-09-02 02:51:03] "POST /fqname-to-id HTTP/1.1" 404 211 0.006028 10.0.0.33 - - [2024-09-02 02:51:04] "GET /projects?obj_uuids=410870b5-ef6c-4bfb-96be-823739a9e45c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001390 10.0.0.33 - - [2024-09-02 02:51:04] "GET /project/410870b5-ef6c-4bfb-96be-823739a9e45c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.070698 10.0.0.33 - - [2024-09-02 02:51:04] "GET /projects?obj_uuids=410870b5-ef6c-4bfb-96be-823739a9e45c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003796 10.0.0.33 - - [2024-09-02 02:51:04] "GET /project/410870b5-ef6c-4bfb-96be-823739a9e45c?fields=virtual_networks HTTP/1.1" 200 1042 0.060041 10.0.0.33 - - [2024-09-02 02:51:04] "GET /projects?obj_uuids=410870b5-ef6c-4bfb-96be-823739a9e45c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001701 10.0.0.33 - - [2024-09-02 02:51:04] "GET /project/410870b5-ef6c-4bfb-96be-823739a9e45c?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.035963 10.0.0.33 - - [2024-09-02 02:51:04] "GET /projects?obj_uuids=410870b5-ef6c-4bfb-96be-823739a9e45c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003459 10.0.0.33 - - [2024-09-02 02:51:04] "GET /project/410870b5-ef6c-4bfb-96be-823739a9e45c?fields=security_groups HTTP/1.1" 200 1268 0.041670 10.0.0.33 - - [2024-09-02 02:51:08] "POST /neutron/port HTTP/1.1" 200 117 0.015583 10.0.0.33 - - [2024-09-02 02:51:08] "POST /neutron/port HTTP/1.1" 400 205 0.006272 10.0.0.33 - - [2024-09-02 02:51:08] "POST /neutron/port HTTP/1.1" 200 117 0.006967 10.0.0.33 - - [2024-09-02 02:51:08] "POST /neutron/port HTTP/1.1" 400 205 0.009045 10.0.0.33 - - [2024-09-02 02:51:08] "GET /projects?obj_uuids=410870b5-ef6c-4bfb-96be-823739a9e45c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001737 10.0.0.33 - - [2024-09-02 02:51:08] "GET /project/410870b5-ef6c-4bfb-96be-823739a9e45c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.038405 10.0.0.33 - - [2024-09-02 02:51:08] "GET /projects?obj_uuids=410870b5-ef6c-4bfb-96be-823739a9e45c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001799 10.0.0.33 - - [2024-09-02 02:51:08] "GET /project/410870b5-ef6c-4bfb-96be-823739a9e45c?fields=security_groups HTTP/1.1" 200 1373 0.048558 10.0.0.33 - - [2024-09-02 02:51:08] "DELETE /security-group/7c0a70e3-f4d8-4ec4-85e2-effcf4a48e4b HTTP/1.1" 200 115 0.070215