How can we identify APIs which are falling under (not set) category

Hello Apigee,

I have analyzed apigee metircs in (Analyze--> Developers -->Developer engagement) and there are some APIs calling with (not set). I tried to identify those APIs information in log file too, even log file also doesnt have information about (not set). Could you let us know how can identify the APIs which are following under (not set).

Thank you.

Rajesh Nimmada

0 4 349
4 REPLIES 4

What exactly are you trying to understand about those requests?

I am trying to identify APIs(not set) information like Product and Application information

Hi @Rajesh Nimmada,

You will see "not set" when an API call is made without a client_id. You'll also see "not set" on other dimensions derived from client_id.

See docs here: https://docs.apigee.com/api-platform/analytics/why-am-i-seeing-analytics-entity-named-not-set

To see which APIs are being called without a client_id and thus show up as "not set" create a custom report with Metric for Traffic and 3 dimensions: Client ID, Proxy and Proxy Path Suffix.

You can then drill down on "not set" to see which proxy and URL was called.

9568-screen-shot-2020-01-09-at-105532-am.png

Thank you for the details.

I am trying it.