[{"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
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.
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