defines a group statement within a structured query. Used to fetch time-series data organized by events from a GroupSystem.
Attributes
| Name | Type | Description |
|---|---|---|
| system_id | str | hardware ID or UUID of the GroupSystem. |
| events | list | list of event hardware IDs to filter on. |
| group_by | str | field to group results by. |
| start_delay | int | delay in milliseconds to apply before event start. |
| end_delay | int | delay in milliseconds to apply after event end. |
| maps | list | list of RequestGroupMap defining datapoint-to-event mappings. |
Methods
from_dict()
create a RequestGroup from a dictionary.
| Name | Type | Default | Description |
|---|---|---|---|
| my_dict | dict | dictionary representation. |