GET /api/provisioning_templates/:provisioning_template_id/template_combinations
템플릿 조합 목록 나열

GET /api/hostgroups/:hostgroup_id/template_combinations
템플릿 조합 목록 나열

GET /api/environments/:environment_id/template_combinations
템플릿 조합 목록 나열

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

Validations:

  • Must be a String

hostgroup_id
optional

호스트 그룹 ID

Validations:

  • Must be a String

environment_id
optional

환경 ID

Validations:

  • Must be a String


POST /api/provisioning_templates/:provisioning_template_id/template_combinations
템플릿 조합 추가

POST /api/hostgroups/:hostgroup_id/template_combinations
템플릿 조합 추가

POST /api/environments/:environment_id/template_combinations
템플릿 조합 추가

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

Validations:

  • Must be a String

hostgroup_id
optional

호스트 그룹 ID

Validations:

  • Must be a String

environment_id
optional

환경 ID

Validations:

  • Must be a String

template_combination
required

Validations:

  • Must be a Hash

template_combination[environment_id]
optional , nil allowed

환경 ID

Validations:

  • Must be a number.

template_combination[hostgroup_id]
optional , nil allowed

호스트 그룹 ID

Validations:

  • Must be a number.


GET /api/template_combinations/:id
템플릿 조합 표시

GET /api/provisioning_templates/:provisioning_template_id/template_combinations/:id
템플릿 조합 표시

GET /api/hostgroups/:hostgroup_id/template_combinations/:id
템플릿 조합 표시

GET /api/environments/:environment_id/template_combinations/:id
템플릿 조합 표시

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

Validations:

  • Must be a String

hostgroup_id
optional

호스트 그룹 ID

Validations:

  • Must be a String

environment_id
optional

환경 ID

Validations:

  • Must be a String

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.


PUT /api/provisioning_templates/:provisioning_template_id/template_combinations/:id
템플릿 조합 업데이트

PUT /api/hostgroups/:hostgroup_id/template_combinations/:id
템플릿 조합 업데이트

PUT /api/environments/:environment_id/template_combinations/:id
템플릿 조합 업데이트

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

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.

provisioning_template_id
optional

구성 템플릿 ID

Validations:

  • Must be a String

hostgroup_id
optional

호스트 그룹 ID

Validations:

  • Must be a String

environment_id
optional

환경 ID

Validations:

  • Must be a String

template_combination
required

Validations:

  • Must be a Hash

template_combination[environment_id]
optional , nil allowed

환경 ID

Validations:

  • Must be a number.

template_combination[hostgroup_id]
optional , nil allowed

호스트 그룹 ID

Validations:

  • Must be a number.


DELETE /api/template_combinations/:id
템플릿 조합 삭제

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

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.