You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by UmBsublime November 10, 2022
Hi,
I am parsing my openstack api logs and trying to identify what API-clients and SDKs our user-base implement to consume our services. To do this I can usually check the HTTP user-agent for the specific sdk and version being used.
When parsing for usage of gophercloud the user-agent is set statically to gophercloud/2.0.0
I am curious as to what this represents since it does not relate to the SDK version.