GET /foreman_tasks/api/recurring_logics
List recurring logics


GET /foreman_tasks/api/recurring_logics/:id
Show recurring logic details

Params

Param Name Description
id
Required

ID of the recurring logic


Value:

Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.


POST /foreman_tasks/api/recurring_logics/:id/cancel
Cancel recurring logic

Params

Param Name Description
id
Required

ID of the recurring logic


Value:

Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.