# Seen this log in APAMA, what does it mean?

**URL:** https://community.cumulocity.com/t/seen-this-log-in-apama-what-does-it-mean/12483
**Category:** Forum
**Tags:** analytics
**Created:** [July 8, 2025, 11:31am UTC](https://community.cumulocity.com/t/seen-this-log-in-apama-what-does-it-mean/12483 "2025-07-08T11:31:51Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![GII](https://avatars.discourse-cdn.com/v4/letter/g/97f17d/32.png) [@GII](https://community.cumulocity.com/u/GII)
#### Post date: [July 8, 2025, 11:31am UTC](https://community.cumulocity.com/t/seen-this-log-in-apama-what-does-it-mean/12483/1 "2025-07-08T11:31:51Z")

</div>

this log is seen every 1 hour, what does it mean? who is doing this API call with all those params?

#1st occurrence at 8:16

 ![image](https://europe1.discourse-cdn.com/flex005/uploads/cumulocity/original/3X/7/8/78257cb563be5e0edf3aaac004a2f2053e4e0910.png)  
output trimmed since it is long and at the end we have:  
 ![image](https://europe1.discourse-cdn.com/flex005/uploads/cumulocity/original/3X/e/b/eb1a3a01a1b0ace2c81efb6bdc6bcdfd566caf6c.png)

#2nd occurrence at 9:16 (1 hour exactly repeated one)

![image](https://europe1.discourse-cdn.com/flex005/uploads/cumulocity/original/3X/b/4/b4693d4a081ebe61c92803e40c0ad0b81c7b03ac.png)

---

<div class="post-metadata">

### Author: ![Sandeep\_Komarneni](https://dub1.discourse-cdn.com/flex005/user_avatar/community.cumulocity.com/sandeep_komarneni/32/18273_2.png) [@Sandeep\_Komarneni](https://community.cumulocity.com/u/Sandeep_Komarneni)
#### Post date: [July 8, 2025, 12:03pm UTC](https://community.cumulocity.com/t/seen-this-log-in-apama-what-does-it-mean/12483/2 "2025-07-08T12:03:02Z")

</div>

I am assuming you are performing ManagedObject lookup with a list of ‘ids’ ([Cumulocity - OpenAPI](https://cumulocity.com/api/core/#operation/getManagedObjectCollectionResource)) . The error in this case indicates that the query param (GET /inventory/managedObjects?ids=a,b,c,…) exceeds the maximum allowed length by Cumulocity.

If you are trying to lookup a large number of managed objects, I would recommend breaking the request in to multiple smaller requests so that you don’t run in to such limits.

---

<div class="post-metadata">

### Author: ![GII](https://avatars.discourse-cdn.com/v4/letter/g/97f17d/32.png) [@GII](https://community.cumulocity.com/u/GII)
#### Post date: [July 8, 2025, 1:34pm UTC](https://community.cumulocity.com/t/seen-this-log-in-apama-what-does-it-mean/12483/3 "2025-07-08T13:34:29Z")

</div>

> [@Sandeep\_Komarneni](#):
>
> GET /inventory/managedObjects

the only thing which is close to this one is the following GET in a python middleware which happens daily (not hourly) and the URL is as followed:

url = “[https://emea.cumulocity.com/inventory/managedObjects?type=c8y\_MQTTdevice&pageSize=500](https://emea.cumulocity.com/inventory/managedObjects?type=c8y_MQTTdevice&pageSize=500)”

so it shouldn’t be related to the error seen, can we know which user is generating this API request or from which IP somehow?

---

<div class="post-metadata">

### Author: ![Sandeep\_Komarneni](https://dub1.discourse-cdn.com/flex005/user_avatar/community.cumulocity.com/sandeep_komarneni/32/18273_2.png) [@Sandeep\_Komarneni](https://community.cumulocity.com/u/Sandeep_Komarneni)
#### Post date: [July 8, 2025, 2:50pm UTC](https://community.cumulocity.com/t/seen-this-log-in-apama-what-does-it-mean/12483/4 "2025-07-08T14:50:56Z")

</div>

Our monitoring shows that you have 6 EPL Apps, can you check if any of those EPL apps are using ‘ids’ in the query parameters for FindManagedObject request or GenericRequest ?
