Celery Tasks Python Module

The Celery tasks module.

pacifica.notifications.tasks.create_log_match(eventmatch, event_log_uuid, policy_resp)[source]

Create the EventLogMatch object.

pacifica.notifications.tasks.disable_eventmatch(eventmatch_uuid, error)[source]

Disable the eventmatch obj.

pacifica.notifications.tasks.dispatch_orm_event(orm_event)[source]

Dispatch the event from an existing orm obj.

pacifica.notifications.tasks.event_auth_to_requests(eventmatch, headers)[source]

Convert the eventmatch authentication to requests arguments.

pacifica.notifications.tasks.update_log_match(elm_uuid, target_resp)[source]

Update the EventLogMatch object with the target resp.