This is an IBM Automation portal for Integration products. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).
We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:
Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,
Post an idea.
Get feedback from the IBM team and other customers to refine your idea.
Follow the idea through the IBM Ideas process.
Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.
IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.
ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.
See this idea on ideas.ibm.com
In the previous API Connect version we used, 10.0.5.X, we were able to create a JSON export from the Discover tab in the API Manager's Analytics UI containing the full event data. This was often used for providing logs to developers who did not have access to the API Manager.
However since 10.0.8.X the exported JSON event data was severely minimized to only contain the fields shown in the Discover tab. This was also updated in the documentation: The analytics export function in the UIs export just the data that is displayed in the UI, and is limited to 200 API events per page.
Would it be possible to add an option to export the Discover tab to export the full events again?
Simplified example of 10.0.5.X export
{
"total": 1,
"search_time": 1,
"offset": 0,
"limit": 1,
"next": {
"href": "XXX"
},
"first": {
"href": "XXX"
},
"last": {
"href": "XXX"
},
"events": [
{
"@timestamp": "2025-01-22T00:00:00.0000000Z",
"@version": "1",
"api_id": "XXX",
"api_name": "XXX-api",
"api_version": "1.0.0",
"app_id": "XXX",
"app_name": "XXX",
"app_type": "production",
"billing": {
"amount": 0,
"trial_period_days": 0,
"model": "free",
"currency": "USD",
"provider": "none"
},
"bytes_received": 794,
"bytes_sent": 7435,
"catalog_id": "XXXX",
"catalog_name": "XXX",
"client_id": "XXX",
"client_ip": "XX.XX.XX.XX",
"datetime": "2025-01-22T00:00:00.000Z",
"debug": [],
"developer_org_id": "XXXX",
"developer_org_name": "xxx",
"developer_org_title": "XXX",
"endpoint_url": "N/A",
"event_id": "XXX",
"gateway_ip": "XX.XX.XX.XX",
"host": "XX.XX.XX.XX",
"http_user_agent": "Teapot",
"immediate_client_ip": "XX.XX.XX.XX",
"latency_info": [
{
"task": "XXX",
"started": 0
}
],
"log_policy": "payload",
"offload_max_queue": XXX,
"offload_queue_size": 9000,
"org_id": "xxx",
"org_name": "xxx",
"plan_id": "xxxx",
"plan_name": "xxxxx",
"plan_version": "X.X.X",
"product_id": "xxxx-xxx-xxxx-xxx-xxx",
"product_name": "xxxxxxxxx",
...
}
]
}
Simplified example of 10.0.8.1 export
[
{
"api_name": "xxxxxxx",
"api_version": "XXXX",
"app_name": "XXXXX",
"catalog_name": "xxxxxxxx",
"datetime": "2025-02-25T00:00:00.000Z",
"event_id": "xxxxx",
"gateway_ip": "XX.XX.XX.XX",
"request_method": "POST",
"space_name": "",
"status_code": "200 OK",
"time_to_serve_request": 1131,
"transaction_id": "312312123",
"uri_path": "/xxxx/xxx/xxxx/",
"id": "xxxxxxxx"
}
]
The alternative is to do an offload using the CLI or the API, but it is more difficult to create a refined filter that way.
Idea priority | Low |
By clicking the "Post Comment" or "Submit Idea" button, you are agreeing to the IBM Ideas Portal Terms of Use.
Do not place IBM confidential, company confidential, or personal information into any field.