Examples

PUT /api/remote_execution_features/my_awesome_feature
{
  "job_template_id": 1007981998,
  "remote_execution_feature": {
    "job_template_id": 1007981998
  }
}
200
{
  "job_template_id": 1007981998,
  "id": 33,
  "label": "my_awesome_feature",
  "name": "My awesome feature",
  "description": "You will not believe what it does",
  "provided_inputs": "awesomeness_level",
  "host_action_button": false,
  "notification_builder": null,
  "proxy_selector_override": null
}

Params

Param name Description
location_id
optional

Set the current location context for the request

Validations:

  • Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Integer

id
required

Validations:

  • string from 2 to 128 characters containing only alphanumeric characters, space, '_', '-' with no leading or trailing space..

remote_execution_feature
required

Validations:

  • Hash

remote_execution_feature[job_template_id]
optional

Job template ID to be used for the feature

Validations:

  • string from 2 to 128 characters containing only alphanumeric characters, space, '_', '-' with no leading or trailing space..