VizTimeIntervalListSiteRequest
Visualization Time Interval List Site Request
Base request object for paginated queries scoped to a time range and one or more sites. Does not accept filtering or sorting.
Notes:
start_timeis required. Eithersite_idorsite_idsmust also be provided.site_idscopes the query to a single local manager.site_idsaccepts a list for multi-site queries. Providing both is not supported.
AllOf
This class requires all of the following:
JSON Example
{
"offset": 0,
"page_size": 0,
"site_ids": [
"string"
],
"start_time": 0,
"site_id": "string"
}
Used By