Trigger criteria generation for an agent
POST
/api/v1/aura_automations/configs/trigger
Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” agent_id
required
Agent Id
string
Responses
Section titled “ Responses ”Successful Response
TriggerGenerationResponse
Response for manual criteria generation trigger.
object
existing_config_ids
required
Existing Config Ids
IDs of configurations that already had criteria for today
Array<integer>
generated_config_ids
required
Generated Config Ids
IDs of configurations for which criteria were newly generated
Array<integer>
Bad Request
Not Found
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
Internal Server Error