Examples

PUT /api/config_templates/269958254/template_combinations/298486374
{
  "template_combination": {
    "environment_id": 687036937,
    "hostgroup_id": 636252244
  }
}
200
{
  "created_at": "2018-11-15 19:01:27 UTC",
  "updated_at": "2018-11-15 19:01:29 UTC",
  "id": 298486374,
  "provisioning_template_id": 269958254,
  "provisioning_template_name": "MyString2",
  "hostgroup_id": 636252244,
  "hostgroup_name": "Common",
  "environment_id": 687036937,
  "environment_name": "testing",
  "config_template_id": 269958254,
  "config_template_name": "MyString2"
}

Params

Param name Description
location_id
optional

Scope by locations

Validations:

  • Must be a Integer

organization_id
optional

Scope by organizations

Validations:

  • Must be a Integer

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.

config_template_id
optional

ID of config template

Validations:

  • Must be a String

provisioning_template_id
optional

ID of config template

Validations:

  • Must be a String

hostgroup_id
optional

ID of host group

Validations:

  • Must be a String

environment_id
optional

ID of environment

Validations:

  • Must be a String

template_combination
required

Validations:

  • Must be a Hash

template_combination[environment_id]
optional , nil allowed

environment id

Validations:

  • Must be a number.

template_combination[hostgroup_id]
optional , nil allowed

host group id

Validations:

  • Must be a number.