GET /api/remote_execution_features
Список функций удаленного выполнения


GET /api/remote_execution_features/:id
Показать функцию удаленного выполнения

Параметры

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

Validations:

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


PUT /api/remote_execution_features/:id
Обновить шаблон задания

Параметры

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

Validations:

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

remote_execution_feature
обязательно

Validations:

  • Must be a Hash

remote_execution_feature[job_template_id]
необязательно

Идентификатор шаблона задания для этой функции

Validations:

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