[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform

TimeIntervalListRequestParameters

The set of parameters for returning a list of records based on a specified time range. | We will do AND between all filters and all filter_elements


Properties

time_interval Required

Time interval object where start and end time are required


array of FilterElement
filter_elements Optional

A list of filter elements.


array of BaseFilter
filters Optional

A list of filters


integer as int32
page_size Optional

Number of records to be returned in the API request


boolean
sort_ascending Optional

True, if the list of records returned need to be sorted in ascending order, false otherwise.


sort_by Optional

The parameter on which to sort


string
cursor Optional

A cursor to keep track of pages returned by the backend (a page number)

JSON Example

{
	"time_interval": {
		"end_time": 0,
		"start_time": 0
	}
}
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform

Feedback

Was this page helpful?