Open mattgreene opened 8 years ago
I believe a portion of this feature will require changing the underlining https://github.com/F5Networks/f5-icontrol-rest-python code
@mattgreene @caphrim007 Here are my thoughts on this.
https://tools.ietf.org/html/rfc7231#section-5.5.3 https://en.wikipedia.org/wiki/User_agent
f5-sdk/1.1.4 (python2.7 platform info)
f5-openstack-agent/9.0.1 (Neutron v9.0.1 Mitaka)
So in the end the user agent header would look something like this:
User-Agent: python-requests/2.9.1 f5-sdk/1.4.1 (python2.7 Ubuntu14) f5-openstack-agent/9.0.1 (Neutron v9.0.1 Mitaka)
Having an option to update the virtual server description as well would make it crystal clear in iHealth that the resource was built by LBaaS. By default I don't think that the User-Agent is captured in the log on BIG-IP.
@caphrim007 I believe we addressed this no ?
In order to facilitate measurement of who/what is managing BIG-IP, the f5-sdk must add an HTTP User Agent String when accessing the REST API. A new API must also be added to allow an SDK user (e.g. f5-openstack-agent) to overwrite the default f5-sdk user agent string.