GET /api/remote_execution_features
Affiche les capacités d'exécution distantes


GET /api/remote_execution_features/:id
Affiche la capacité d'exécution distante

Params

Param Name Description
id
Required

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
Mise à jour d'un modèle de job

Params

Param Name Description
id
Required

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
Required

Validations:

  • Must be a Hash

remote_execution_feature[job_template_id]
Optional

l'ID du modèle de job à utiliser pour cette capacité

Validations:

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