Breakdown of traffic details (report) on API proxy level by Cipher name

Hi Team,

We have a requirement to get traffic counts (reports) on each deployed API proxy in the specific environment based on the cipher name that is used while processing the calls or incoming requests through custom reports or any management API call.

The Apigee support team will provide the data what we are looking for if we open a case with them.

Thanks in advance.

1 1 105
1 REPLY 1

For Apigee Edge, refer to this page. You can use this to enable propagation of connection properties on your virtual host configuration using the management API, this will give you the cipher information in a flow variable

https://docs.apigee.com/api-platform/system-administration/tls-vars

 "propagateTLSInformation" : {
   
"connectionProperties" : true
 
}

https://apidocs.apigee.com/docs/virtual-hosts/1/overview

You can then send this to your logging system with MessageLogging policy or store it to Apigee Analytics with statistics collector policy.