GET /api/provisioning_templates/:provisioning_template_id/template_combinations
List template combination

GET /api/hostgroups/:hostgroup_id/template_combinations
List template combination

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

provisioning_template_id
optional

ID of config template

Validations:

  • String

hostgroup_id
optional

ID of host group

Validations:

  • String


POST /api/provisioning_templates/:provisioning_template_id/template_combinations
Add a template combination

POST /api/hostgroups/:hostgroup_id/template_combinations
Add a template combination

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

provisioning_template_id
optional

ID of config template

Validations:

  • String

hostgroup_id
optional

ID of host group

Validations:

  • String

template_combination
required

Validations:

  • Hash

template_combination[hostgroup_id]
optional , nil allowed

host group id

Validations:

  • Must be a number.


GET /api/template_combinations/:id
Show template combination

GET /api/provisioning_templates/:provisioning_template_id/template_combinations/:id
Show template combination

GET /api/hostgroups/:hostgroup_id/template_combinations/:id
Show template combination

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

provisioning_template_id
optional

ID of config template

Validations:

  • String

hostgroup_id
optional

ID of host group

Validations:

  • String

id
required

Validations:

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


PUT /api/provisioning_templates/:provisioning_template_id/template_combinations/:id
Update template combination

PUT /api/hostgroups/:hostgroup_id/template_combinations/:id
Update template combination

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

provisioning_template_id
optional

ID of config template

Validations:

  • String

hostgroup_id
optional

ID of host group

Validations:

  • String

template_combination
required

Validations:

  • Hash

template_combination[hostgroup_id]
optional , nil allowed

host group id

Validations:

  • Must be a number.


DELETE /api/template_combinations/:id
Delete a template combination

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