GET /api/remote_execution_features
List remote execution features


GET /api/remote_execution_features/:id
Show remote execution feature

參數

參數名字 描述
id
必填

Value:

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
Update a job template

參數

參數名字 描述
id
必填

Value:

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
必填

Value:

Must be a Hash

remote_execution_feature[job_template_id]
選填

Job template ID to be used for the feature


Value:

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