VMware Cloud Community
pgk
Contributor
Contributor

How to configure in vCO to increase limit of records > 1000.

I am using vCO HTTP/REST Plugin to GET the details from our server , its returning records more than 1000. How do change this limit or get the response in chunked ?

[2015-03-09 06:44:44.999] [I] response: DynamicWrapper (Instance) : [RESTResponse]-[class com.vmware.o11n.plugin.rest.Response] -- VALUE : com.vmware.o11n.plugin.rest.Response@67b1e7dc

[2015-03-09 06:44:45.062] [I] Status Code : 400

[2015-03-09 06:44:45.062] [I] Content : { "Error": "AdmConProtoError: Result set too large (> 1000)",

  "code": "Client.Ibap.Proto",

  "text": "Result set too large (> 1000)"

}

Reply
0 Kudos
2 Replies
iiliev
VMware Employee
VMware Employee

I don't think this limit is imposed by vCO or HTTP-REST plug-in. Looks like it comes from your server's REST API.

If so, you need to check if your REST API offer some request parameters to fetch paginated data (or subset of the data), and apply them when adding the REST operation.

Reply
0 Kudos
pgk
Contributor
Contributor

Thank you Ilian , Sure I will check on this.

Reply
0 Kudos