The entity results are paginated, By default it will return at max 100(or the value of "webservices.default.max.results.per.page" property in runtime.properties) results in one go. You can make multiple calls with the *-offset *option to fetch successive set of results. Something like *-offset 0* (default) for first call, *-offset* 100 for second call, *-offset 200 *for 3rd call.
If you want all in one shot, you can try overriding the following property in runtime.properties to a large value. "webservices.default.max.results.per.page" This is part of runtime.properties so you won't need to restart falcon if you change it. *NOTE* that the above property will change it for all calls and might cause OOM in some cases if you put it to a very large value. On Sat, Jun 13, 2015 at 4:07 AM, Mahak Mukhi <[email protected]> wrote: > Hi, > falcon entity -type feed -list gives back only about 9-10 (may be more but > not all) feeds. I don't have the GUI working for me since I'm running on > secured clusters(i.e. authentication protocol for HTTP requests is Kerberos > and I haven't figured out a way to set up my browser with that. Any help in > that would be really appreciated too.). So how can I get a list of all the > feeds running from Falcon CLI? Regards, > Mahak Mukhi >
