Resource: Retrohunt
Retrohunt is an execution of a Rule over a time range in the past.
JSON representation |
---|
{ "name": string, "process_interval": { object ( |
Fields | |
---|---|
name |
The resource name of the retrohunt. Retrohunt is the child of a rule revision. {rule} in the format below is structured as {rule_id@revision_id}. Format: projects/{project}/locations/{location}/instances/{instance}/rules/{rule}/retrohunts/{retrohunt} |
process_interval |
Required. The start and end time of the event time range this retrohunt processes. |
execution_interval |
Output only. The start and end time of the retrohunt execution. If the retrohunt is not yet finished, the end time of the interval will not be populated. |
state |
Output only. The state of the retrohunt. |
progress_percentage |
Output only. Percent progress of the retrohunt towards completion, from 0.00 to 100.00. |
State
The possible states a retrohunt can be in.
Enums | |
---|---|
STATE_UNSPECIFIED |
Unspecified or unknown retrohunt state. |
RUNNING |
Running state. |
DONE |
Done state. |
CANCELLED |
Cancelled state. |
FAILED |
Failed state. |
Methods |
|
---|---|
|
Create a Retrohunt. |
|
Get a Retrohunt. |
|
List Retrohunts. |