GET /foreman_tasks/api/recurring_logics
List recurring logics


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

Параметры

Имя параметра Описание
id
обязательно

ID of the recurring logic

Validations:

  • 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

Параметры

Имя параметра Описание
id
обязательно

ID of the recurring logic

Validations:

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