Identifies the incoming request in the tracing system
Example:00-0af7651916cd43dd8448eb211c80319c-b9c7c989f97918e1-01
Characteristic string that identifies the application, operating system, vendor, and version of the requesting user agent.
Syntax : User-Agent: <crm-software-name>/<crm-software-version> <tool-name>/<tool-version> <operating-system>/<operating-system-version>
All subset parts of this string do not allow the following characters : / and (whitespace)
Match pattern:^[^\/\s]+\/[^\/\s]+\s{1}[^\/\s]+\/[^\/\s]+\s{1}[^\/\s]+\/[^\/\s]+$
Example:MyAwesomeSoft/1.0.0 curl/7.52.1 debian/9~1.gbpf8534c