How to raise the returned row limit in OpenAPI.
All supported DX NetOps Performance Management releases
By default the number of results returned by Odata OpenApi is 50 and the max results is 20,000.
To increase these limits you must edit a file on the DA host.
The following example shows the default values for this file. The bold attributes control the limits and defaults:
defaultTopLimit=50
defaultExpandTopLimit=100
maxTopLimit=20000
maxSubQueryLimit=2000000
defaultRateTimeIntervalSecs=3600
defaultHourlyTimeIntervalHours=168
defaultDailyTimeIntervalDays=30
defaultWeeklyTimeIntervalWeeks=52
defaultQueryTimeoutSecs=30
maxQueryTimeoutSecs=120
To alter the row limit, alter maxTopLimit: Defines the limit for the value in the maximum number of rows in the output.
NOTE: Please keep in mind that this default of 20,000 is there to protect the environment. Raising it beyond 20,000 has risk and that risk gets larger the further beyond 20,000 you raise it.
Additional documentation can be found here: