GET /api/remote_execution_features
Listar funcionalidades de ejecución remota


GET /api/remote_execution_features/:id
Mostrar funcionalidad de ejecución remota

Parámetros

Nombre del parámetro Descripción
id
requerido

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
Actualizar una plantilla de trabajo

Parámetros

Nombre del parámetro Descripción
id
requerido

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
requerido

Validations:

  • Must be a Hash

remote_execution_feature[job_template_id]
opcional

ID de la plantilla de trabajo que se debe utilizar para la funcionalidad

Validations:

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