EntityGetInsightsParameters Class

The parameters required to execute insights operation on the given entity.

All required parameters must be populated in order to send to Azure.

Inheritance
EntityGetInsightsParameters

Constructor

EntityGetInsightsParameters(*, start_time: datetime.datetime, end_time: datetime.datetime, add_default_extended_time_range: Optional[bool] = None, insight_query_ids: Optional[List[str]] = None, **kwargs)

Variables

start_time
datetime

Required. The start timeline date, so the results returned are after this date.

end_time
datetime

Required. The end timeline date, so the results returned are before this date.

add_default_extended_time_range
bool

Indicates if query time range should be extended with default time range of the query. Default value is false.

insight_query_ids
list[str]

List of Insights Query Id. If empty, default value is all insights of this entity.