Examples

GET /api/remote_execution_features/my_awesome_feature
200
{
  "id": 32,
  "label": "my_awesome_feature",
  "name": "My awesome feature",
  "description": "You will not believe what it does",
  "job_template_id": null,
  "job_template_name": null,
  "host_action_button": false
}

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..