Examples

POST /api/config_templates/269958254/template_combinations
{
  "template_combination": {
    "environment_id": 334344675,
    "hostgroup_id": 866317115
  }
}
201
{
  "created_at": "2018-11-16 10:03:02 UTC",
  "updated_at": "2018-11-16 10:03:02 UTC",
  "id": 1018350796,
  "provisioning_template_id": 269958254,
  "provisioning_template_name": "MyString2",
  "hostgroup_id": 866317115,
  "hostgroup_name": "Unusual",
  "environment_id": 334344675,
  "environment_name": "production",
  "config_template_id": 269958254,
  "config_template_name": "MyString2"
}

Params

Param name Description
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer

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

template_combination
required

Validations:

  • Must be a Hash

template_combination[hostgroup_id]
optional , nil allowed

host group id

Validations:

  • Must be a number.